* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Cairo', sans-serif;
}

a {
    text-decoration: none;
    color: #287874;
}

.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
}



.btn:hover,
.btn:focus,
.btn:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../assets/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* -------------------------------------------- */
/* navbar  */

.navbar {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.navbar-nav li {
    margin: 0;
    padding: 0;
}

.nav-link {
    text-align: center;
    color: #929292 !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 6px;
    width: 100%;
    height: 100%;
}

.nav-link i {
    display: block;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
}

.navbar .navbar-brand img {
    width: 190px;
    height: 94px;

}

.navbar .dropdown-toggle {
    background-color: transparent;
    border: none;
}

.navbar .countries .dropdown-toggle {
    color: #fff !important;
    background-color: transparent;
    border: none;
}

.navbar .countries .dropdown-menu {
    left: 0px;
    right: unset;
    margin: 0;
}

.navbar .countries .dropdown-menu a {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.dropdown-menu a:hover {
    background-color: #f8f9fa
}

.navbar .countries .dropdown .dropdown-menu .dropdown-item:active,
.navbar .countries .dropdown .dropdown-menu .dropdown-item.active {
    background-color: red;
    color: #fff;
}

/* ------------------------------------------------------ */
/* footer  */

footer {
    border-top: 1px solid #D1D1D1;
    font-size: 14.4px;
    background: #555;
    color: #535353;
    background-color: #f4f4f4 !important;
    background: rgba(255, 255, 255, 0.89) none repeat scroll 0% 0%;

}

footer hr {
    margin: 16px 0 !important;
}

footer h5 {
    color: #717171;
    font-weight: 400;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #6ed9dc;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: .5px;
}

footer a {
    color: #000;
}

footer .btn-primary {
    background-color: #257571 !important;
    border-radius: 2rem;
    border: none;
    outline: none;
}

footer .btn-primary:focus {
    border: none;
}

footer .btn-primary a {
    color: #fff;

}

footer .footer-copyright {
    direction: ltr;
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);

}

footer ul {
    padding: 0px;
    margin: 0px;
}

.footer-menu li {
    border-bottom: 1px solid rgba(118, 188, 215, 0.31);
    list-style: none;
    margin-bottom: 5px;

}

.footer-menu li a {
    color: #535353;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

.footer-copy span a {
    color: #000;
    font-weight: 500;
}


.social ul {
    padding: 0px;
    list-style: outside none none;
    display: inline-block;
    padding-right: 0.3em;
    padding-bottom: 0.3em;
}

.social ul li {
    display: inline-block;

}

.social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #137875;
    transition: all 0.8s ease 0s;
    color: #137875;
}

.social ul li a i {
    color: #137875;
    font-size: 20px;
    padding: 10px;
}

/* --------------------------------------- */
/* index page  */
.page-head {
    background: #494C53 url(../assets/page-header.jpg) no-repeat scroll center top / cover;
    color: #FFF;
    position: relative;
    min-height: 140px;
}

.slider-content h1 {
    text-align: center;
    font-size: 40px;
    margin: 0px;
    text-transform: uppercase;
    color: rgb(174, 213, 228);
    font-weight: 500;
}

.search-form {
    padding: 15px;
    background: #fff;
    z-index: 10000;
    border-radius: 1rem;
    padding-bottom: 15px;
}

.search-btn {
    background-color: #238d8f;
    color: #333;
    font-size: 16px;
    border: 1px solid #EAE9E9;
    width: 40px;
    height: 40px;
    color: #FFF;
    transition: all 0.3s ease 0s;
    padding: 0px;
    margin-right: 16px;
}

.bootstrap-select>.dropdown-toggle {
    margin: 6px 0px;
    color: #999;
}

.bootstrap-select>.dropdown-toggle:hover {
    background-color: #ededed;
}

.bootstrap-select .dropdown-item.active:hover,
.bootstrap-select .dropdown-item:active:hover {
    color: #000;
}

.map-link {
    font-size: .9rem;
    background: #287874;
    color: #fff;
    padding: 1rem;
    border-radius: 10rem;
    padding: 16px 48px;

}

.map-link:hover {
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: start;
}

/* ----------------------------- */
/* countries section  */

.country-link>div {
    margin: 1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 221px;
    padding-top: 20px;
    text-align: center;
    color: #7cdee0;
    position: relative;
}

.country-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

/* ------------------------------- */
.build-card {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}

.build-card .build-img-link {
    position: relative;
}

.build-card .build-img-link img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
    height: 10rem;
    width: 100%;

}

.build-card .build-body {
    padding: 10px;
}

.build-card h5 {
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative;
    font-size: 0.8rem;
    font-size: 0.8rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CECBC7;
    padding-bottom: 10px;
    color: #9B9B9B;

}

.build-card h5 a {
    color: #287874;
}

.build-price {
    position: absolute;
    top: 0;
    right: 0;
    background: #949090;
    padding: 2px;
    color: #fff;
    border-bottom-left-radius: 15px;
}

.build-status {
    position: absolute;
    top: 0px;
    left: 0;
    background: #75dbde;
    padding: 4px;
    color: #fff;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px
}

.prop-smlr-slide_0 .owl-nav,
.prop-smlr-slide_0 .owl-dots,
.prop-smlr-slide_1 .owl-nav,
.prop-smlr-slide_1 .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}

.prop-smlr-slide_0 .owl-nav button,
.prop-smlr-slide_1 .owl-nav button {
    margin: 0 10px;
}

.prop-smlr-slide_0 .owl-nav button:hover,
.prop-smlr-slide_1 .owl-nav button:hover {
    background-color: #257571;
    border-radius: 20px;
    color: #fff !important;
}

.prop-smlr-slide_0 .owl-dots .owl-dot,
.prop-smlr-slide_1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D6D6D6;
    margin: 0 5px;
}

.prop-smlr-slide_0 .owl-dots .owl-dot.active,
.prop-smlr-slide_1 .owl-dots .owl-dot.active {
    background-color: #869791;
}

.building-group .col {
    background: #FFF;
    border: 1px solid #E6E6E6;

}

.building-group .build-card {
    border-radius: 4px;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out
}

.building-group .build-card .build-img-link .build-status {
    background-color: #efa21f;
    border-radius: 12px 0 0 12px;
    right: 0;
    left: unset;
    bottom: 0px;
    top: unset;
}

.building-group .build-card:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

.building-group .build-card .build-img-link img {
    border-radius: 4px 4px 0 0;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #4285f4;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pagination .page-item .page-link {
    border-radius: .125rem;
    outline: 0;
    box-shadow: none;
    color: #212529;
}

.page-link:focus {
    box-shadow: none;
}

.blogs-sec .build-card .build-body h5,
.services-sec .build-card .build-body h5 {
    border: none;
    margin-bottom: 0;
    padding: 5px 0;
}

.office-roles .role-con a {
    color: #287874;
}

.office-roles .role-con a i {
    color: #fff;
    font-size: 2rem;
    background: #33c497;
    padding: 16px;
    border-radius: 50%;

}

.blogs-sec .build-card {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.blogs-sec .build-card h5 a {
    font-size: 16px;
}

.blogs-sec .build-card .build-img-link img {
    -webkit-transition: all 0.55s ease-in-out;
    transition: all .5s ease-in-out;
}

.blogs-sec .build-card .build-img-link img:hover {
    opacity: .9;
}

.blogs-sec>h3 {
    color: #777777;
}

.adrs_con .build-card {
    color: #257574;
}

.adrs_con .build-card h5 {
    font-size: 20px;
    font-weight: 400px;
    color: #257574;
}

.lazy {
    background-image: url('https://aqaarplus.com/assets/img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* ---------------------------- */
/* login page  */

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #838383;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.page-head {
    background: #494C53 url(../assets/page-header.jpg) no-repeat scroll center top / cover;
    color: #FFF;
    position: relative;
    min-height: 140px;
}

.page-head-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}

.register-area {
    background-color: rgb(249, 249, 249);

}

.register-area form {
    color: #757575;
}

.form-floating input {
    height: 40px;
    padding: 6px 12px;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
}

.form-floating label {
    padding: 6px;
    display: flex;
    align-items: center;
    opacity: 1;
    right: 10px;
}


.form-floating input:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 1;
    top: -8px;
    height: 30px;
    background-color: #fff;
    color: #4285f4;
}


.form-floating input:focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: none;
}

.info-color {
    background-color: #257570 !important;
}

.register-area .form-check label {
    cursor: pointer;
}

.register-area .form-check input {
    outline: none;
    box-shadow: none;
    border-color: #257570;
}

.register-area .form-check input:checked {
    background-color: #257570;
}

.btn-outline-info {
    width: 100%;
    color: #25756f !important;
    background-color: transparent !important;
    border: 2px solid #25756f !important;
    box-shadow: none;
}

.btn-outline-info:hover {
    color: #33b5e5 !important;
    background-color: transparent !important;
    border-color: #33b5e5 !important;
    box-shadow: none;
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.profiel-container {
    padding: 20px 0px;
    border: 1px solid #ddd;
    transition: all 0.2s ease 0s;
    background: #fff;
    border-radius: 1rem;

}

.profiel-container .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.profiel-container .picture {
    width: 220px;
    height: 230px;
    background-color: #808080;
    border: 4px solid #CCC;
    color: #FFF;
    border-radius: 4px;
    margin: 35px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.profiel-container .picture:hover {
    border-color: #2ca8ff;
}

.btn-back {
    background-color: #257571 !important;
    border-radius: 1rem;
    color: #fff;
}


.profiel-container .profiel-header h3 {
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/* --------------------------------- */
/* services page  */
.service-card .ser-img-con {
    position: relative;
}

.service-card .ser-img-con a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;

}

/* --------------------------- */
/* service page  */
.serices-data h1 {
    color: #238d8f;
    margin: 50px 0;
}

/* --------------- */

/* aboutus page */

.aboutus-page>.container {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ddd;
}

.aboutus-page .about-title span {
    color: #0FC1AC;
}

/* ------------------ */

/* contactus page  */
.contactus-page .card-body {
    border-top: 5px solid #257571 !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.contact-s div {
    color: #257571;
}

.contact button {
    background-color: #257570 !important;
    border-radius: 1rem;
    color: #fff;
}

/* --------------------------------- */
/* addbuilding page  */
.addbuilding .addbuilding-warning {
    background: #77dee1;
    color: #fff;
}

.addbuilding .addbuild-con .addbuild-title {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.btn-secondary {
    color: #fff;
    background-color: #a6c !important;
}

.addbuilding .addbuild-con .label-input {
    white-space: nowrap;
    text-align: start;
    color: #757575;
}

.addbuilding .addbuild-con .form-floating>.form-control {
    height: 40px;
}

.addbuilding .addbuild-con .form-floating {
    vertical-align: middle;
}

.addbuilding .addbuild-con .file-preview .fileinput-remove {
    background-color: transparent;
    border: none;
    font-size: 30px;
    opacity: .5;
    top: 3px;
    right: 6px;
}

.addbuilding .addbuild-con .file-preview .fileinput-remove:hover {
    opacity: 1;
}

.addbuilding .addbuild-con .input-group {
    color: #fff;
    align-items: center;
}

.kv-zoom-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kv-zoom-actions button,
.kv-file-zoom {
    color: #a6c;
    background-color: transparent;
    border: 2px solid #a6c;
    width: 64px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.kv-file-zoom:hover,
.kv-zoom-actions button:hover {
    background-color: transparent;
    border: 2px solid #a6c;
    color: #a6c;

}

.modal-header .btn-close {
    opacity: 1;
    color: #a6c !important;
    background: transparent;
    box-sizing: border-box;
    margin-right: 5px;
    height: 30.80px;
    padding: 0px !important;
}

/* -------------------------------- */
/* advertise page */
.advertise-page .advertise-details-con {
    background-color: #FCFCFC;
}

.imageGallery-con {
    position: relative;
}

.favorite-and-print {
    position: absolute;
    z-index: 1;
}

.favorite-and-print i {
    font-size: 1.5rem;
    color: #f7a100;
}

.building-details td,
.building-details th {
    border: 1px solid #0e7572;
    font-size: 1rem;
    text-align: right;
    padding: 0 !important;
    padding-right: 1rem !important;

}

.descripe-title {
    margin-bottom: 15px;
    color: #FFA500;
    font-size: 18px;
    text-align: right;
}

.descripe-title::after {
    background-color: #E5E6E7;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 3px 0px 0px 2px;
}

.postshare a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);
    font-size: 15px;
    background: #315270;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin: 2px 5px;
    padding: 5px;
}


.postshare a i {
    margin: 5px;
}

.postshare a.share-facebook {
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    background: -o-linear-gradient(top, #3b5998, #2b4170);
}

.postshare a.share-twitter {
    background-color: #0081ce;
    background: -moz-linear-gradient(top, #00aced, #0081ce);
    background: -ms-linear-gradient(top, #00aced, #0081ce);
    background: -webkit-linear-gradient(top, #00aced, #0081ce);
    background: -o-linear-gradient(top, #00aced, #0081ce);
}

.postshare a.wa_btn.wa_btn_m {
    background-color: #4dc247;
    background: -moz-linear-gradient(top, #55d94f, #4dc247);
    background: -ms-linear-gradient(top, #55d94f, #4dc247);
    background: -webkit-linear-gradient(top, #55d94f, #4dc247);
    background: -o-linear-gradient(top, #55d94f, #4dc247);
}

.dealer-widget {
    background-color: #838383;
    padding: 15px;
    color: #FFF;
    padding-bottom: 20px;
}

.dealer-widget .single-property-header .property-title {
    margin: 10px 0px;
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.dealer-widget .dealer-section-space {
    background-color: #9B9B9B;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
}

.dealer-widget .single-property-header .property-price {
    color: #fff;
    letter-spacing: .5px;
    right: 0px;
    border-bottom: 2px solid;
    line-height: 42px;
    font-size: 1.2rem;
}


.dealer-widget .property-info-entry .property-info-label {
    font-size: 13px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
}

.dealer-widget .dealer-face-data .dealer-face {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-left: 10px;
}

.dealer-widget .dealer-face-data .dealer-face img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dealer-widget .dealer-face-data .dealer-name a {
    color: #fff;
}


.dealer-contacts i {
    color: #524848;
    padding-right: 8px;
    float: right;
    padding-left: 8px;
}

.dealer-contacts a {
    color: #fff;
}

.dealer-warning {
    background: #ddd;
    padding: 17px;
    font-size: 1.2rem;
    color: #49a3a4;
    text-align: right;

}

.lg-outer {
    direction: ltr !important;
}

.lSPager {
    width: 100% !important;
}

/* ----------------------- */
/* .comparison page */
.comparison-page .comparison-con .card-header {
    background-color: #4285f4;
    color: #fff;
    padding: 12px 20px;
}

.comparison-page .comparison-con img {
    height: 10rem;
    width: 100%;
}

.dark-grey-text,
.comparison-page .comparison-con a {
    color: #4f4f4f;
}

/* ------------------------------ */
/* user page  */


.post-div .row {
    background: #fff;
    border: 1px solid #ddd;
}

.post-div h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: .5px;
    position: relative;
}

.dot-hr {
    border-bottom: 1px dotted #CECBC7;
    margin-bottom: 10px;
}

.post-div a {
    color: #428283 !important;
}

.post-div p {
    padding-top: 25px;
    padding-right: 20px;
    display: block !important;
}

.post-div .proerty-price {
    font-weight: 600;
    color: #238d8f;
}

.post-div .img-fluid {
    opacity: 0.7;
    height: 230px;
    vertical-align: middle;
    width: 100%;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
}

.post-div .property-icon {
    padding: 5px 0px;
    margin-top: 15px;
    background-color: #EDEDED;
    color: #555;
    margin-bottom: 2px;
}

.post-div .property-icon a {
    font-size: 15px;
    color: #238d8f;
    text-transform: uppercase;
    font-weight: 300;
}

.post-div .dealer-action a::after {
    content: "/";
    color: #238d8f;
    font-weight: 700;
    font-size: 20px;
    margin: 4px;
}

/* ----------------------------- */
/* policy page  */

.content-container {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ddd;
}

/* -------------------------- */
/* profiel page  */

.user-profiel textarea.form-control {
    height: 200px;
}