:root {
    --12px: 0.625vw;
    --14px: 0.729vw;
    --16px: 0.9vw;
    --18px: 0.938vw;
    --20px: 1.12vw;
    --24px: 1.25vw;
    --40px: 2.083vw;
    --48px: 2.5vw;
    --60px: 3.125vw
}

.radius-16 {
    border-radius: 16px !important;
}

.text-light-gray {
    color: #434445 !important;
}

.text-dark-gray {
    color: #656768 !important;
}

body {
    font-family: 'Manrope', sans-serif;
    color: #212223;
    font-size: var(--16px);
}

.text-medium {
    font-weight: 600 !important;
}

.btn-dark-custom {
    background: #212223;
    color: #FFF;
    padding: 12px 16px;
    line-height: 1;
}

.btn-light-custom {
    padding: 12px 16px;
    line-height: 1;
    border: 1px solid #F2F2F2;
}

.btn-dark-custom.ver-one {
    padding: 8px 24px;
}

.btn-dark-custom:hover {
    background-color: #000;
    color: #FFF;
}

.btn.btn-viewall {
    padding: 8px 8px 8px 24px;
    background: #212223;
    color: #FFF;
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-viewall i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--48px);
    height: var(--48px);
    border-radius: 100px;
    background-color: #FFF;
    color: #000;
    margin-left: 8px;
}

.f-24 {
    font-size: var(--24px) !important;
}

.mr-16 {
    margin-right: 16px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.filter-dropdown .dropdown-toggle,
.filter-dropdown .dropdown-toggle:hover,
.filter-dropdown .dropdown-toggle:active {
    width: 100%;
    text-align: left;
    padding: 2px 5px 0;
    background: transparent;
    color: #434445;
    border: none;
    font-size: var(--16px);
}

.custom-style.dropdown-menu {
    box-shadow: 0px 4px 24px 0px #0000000A;
    border: none;
    padding: 0;
    border-radius: 12px;
}

.custom-style.dropdown-menu .dropdown-item {
    padding: 8px 16px;
    border-bottom: 1px solid #F8F8F8;
}

.custom-style.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #000;
}

.custom-style.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.header-container {
    padding: 40px 0;
    background: #F8F9FA;
    position: sticky;
    top: 0;
    z-index: 99;
    transition: all 0.5s;
}

.header-container.scrolled {
    padding: 15px 0;
    box-shadow: 0px 4px 24px 0px #00000014;
}

.header-container .navbar-nav .nav-link {
    padding: 0 16px;
}

.hero-banner {
    background: url('../assets/banner.png') no-repeat center center;
    background-size: cover;
    height: calc(100vh - 120px);
    color: #000;
    position: relative;
}

.hero-banner .hero-title-container {
    position: absolute;
    top: 0;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner .hero-title-container .main-title {
    font-weight: 600;
    font-size: var(--48px);
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #212223;

}

.hero-banner .hero-title-container .sub-title {
    font-weight: 500;
    font-size: var(--22px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #212223;
}

.hero-search-form {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    background: #FFF;
    display: flex;
    padding: 16px;
    border-radius: 100px;
}

.hero-search-form .dropdown-container {
    padding: 0 22px;
}

.hero-search-form .dropdown-container .field-title {
    font-weight: 500;
    font-size: var(--14px);
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #88898A;
    margin-bottom: 0;
    text-align: left;
    padding: 0 5px;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.95) 70%); */
    background: linear-gradient(#F8F9FA, transparent);
    height: 300px;
    z-index: 0;
}


.hero-search-form {
    max-width: 100%;
    flex-wrap: wrap;
}

.hero-search-form .bth-filter:hover {
    color: #434445;

}

.section-title-container {
    margin-bottom: 40px;
}

.section-title-container .title {
    max-width: 680px;
    padding-right: 100px;
}

.section-title-container .title small {
    font-weight: 600;
    font-size: var(--16px);
    line-height: 24px;
    letter-spacing: 0px;
    color: #212223;
    margin-bottom: 20px;
    display: inline-block;
}

.section-title-container .title h2 {
    font-weight: 500;
    font-size: var(--40px);
    text-transform: capitalize;
    color: #434445;
    margin-bottom: 0;
}

.section-title-container .description {
    font-weight: 500;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #656768;
    max-width: 600px;
    margin: 0;
}

.properties-type-container {
    box-shadow: 0px 4px 24px 0px #0000000A;
    padding: 8px 16px;
    border-radius: 100px;
    background-color: #FFF;
}

.property-card-container {
    box-shadow: 0px 4px 24px 0px #0000000A;
    overflow: hidden;
    border-radius: 24px;
    border: none;
}

.badge.common-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: var(--14px);
}

.badge.common-badge.badge-sold {
    background: #FFECEB;
    color: #F50D00;
}

.badge.common-badge.badge-exclusive {
    background: #DEEAFD;
    color: #1F70F5;
}

.badge.common-badge.badge-available {
    background: #C9F6D9;
    color: #1CA24D;
}

.badge.common-badge.badge-new {
    background: #F5ECFE;
    color: #8C1FF4;
}

.property-card-container .btn.btn-like {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 70px;
    border: 2px solid #FFF;
    border-radius: 100px;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-card-container .btn.btn-like i {
    font-size: var(--18px);
    display: inline-flex;
    top: 2px;
    position: relative;
}

.property-card-container .btn.btn-like i.bi-heart-fill {
    color: #ff2323;
}

.property-card-container .image-container {
    width: 100%;
    height: 366px;
    background-size: cover;
    background-position: center;
}

.property-card-container .card-body {
    padding: 16px;
}

.property-card-container .card-body .card-title {
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #212223;

}

.property-card-container .card-body .text-muted {
    font-weight: 500;
    font-size: var(--16px);
    line-height: 24px;
    letter-spacing: 0px;
    color: #656768;
}

.key-highlight i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DEEAFD;
    color: #1F70F5;
    border-radius: 100px;
}

.property-card-container .card-body hr {
    border-top: 1px solid #F2F2F2;
    opacity: 1;
}

.property-card-container .card-body .price {
    font-weight: 600;
    font-size: var(--24px);
    line-height: 32px;
    letter-spacing: 0px;
}

.property-card-container .card-body .btn-redirect {
    width: var(--48px);
    height: var(--48px);
    border-radius: 99px;
    background: #212223;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.property-card-container .card-body .btn-redirect i {
    color: #FFF;
    font-size: var(--24px);
}

.location-card {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 430px;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.location-card.h-360 {
    height: 360px;
}

.location-card.h-500 {
    height: 500px;
}

.location-card .icon-top-right {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}

.location-card .icon-top-right .btn {
    background: #FFF;
    border-radius: 100px;
    width: var(--48px);
    height: var(--48px);
    font-size: var(--20px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.location-card .overlay-text {
    background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 50%, #000000 99.89%);
    padding: 24px;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}



.development-card {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    border: none;
}

.development-card .card-image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 320px;
}

.development-card .card-image .badge-pre-sale {
    padding: 12px 16px;
    border-radius: 100px;
    background: #F5ECFE;
    color: #8C1FF4;
    position: absolute;
    top: 24px;
    right: 24px;
}

.development-card .btn.btn-like {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 70px;
    border: 2px solid #FFF;
    border-radius: 100px;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.development-card .btn.btn-like i {
    font-size: var(--18px);
    display: inline-flex;
    top: 2px;
    position: relative;
}

.development-card .card-body {
    padding: 16px;
}

.development-card .card-body .card-title {
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #212223;
}

.development-card .card-body .text-muted {
    font-weight: 500;
    font-size: var(--16px);
    line-height: 24px;
    letter-spacing: 0px;
    color: #656768;
    margin-bottom: 6px;
}

.development-card .card-body .progress {
    height: 10px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    background: #FFF;
    border: 1px solid #F8F8F8;
}

.development-card .card-body .property-detail {
    position: relative;
    display: flex;
    align-items: center;
}

.development-card .card-body .property-detail>div {
    font-weight: 500;
    font-size: var(--14px);
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #656768;
    border-right: 1px solid #f2f2f2;
    flex: 1;
}

.development-card .card-body .property-detail>div:last-child {
    border-right: none;
}

.development-card .card-body .property-detail strong {
    margin-top: 4px;
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #212223;
}

.development-card .card-body .progress-bar.bg-success {
    background-color: #37DC74 !important;
    border-radius: 100px;
}

.development-card .card-body .text-percentage {
    font-weight: 500;
    font-size: var(--14px);
    line-height: 20px;
    color: #656768;
    text-align: right;
}

.expert-card {
    padding: 24px;
    background-color: #FFF;
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    text-align: center;
}

.expert-card .expert-name {
    font-weight: 600;
    font-size: var(--16px);
    line-height: 24px;
    color: #212223;
}

.expert-card img {
    border-radius: 24px;
}

.expert-card .img-fluid {
    box-shadow: 0px 8px 24px 0px #00000014;
}

.expert-card .expert-details i.bg-colored {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DEEAFD;
    color: #1F70F5;
    border-radius: 100px;
}

.expert-card .expert-details .text-primary {
    font-size: var(--14px);
    color: #0A5BDE !important;
}

.expert-card .expert-details .badge-expert {
    padding: 5px 12px;
    color: #0A5BDE;
    background: #DEEAFD;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--12px);
}

.expert-card .btn-consultation {
    font-size: var(--16px);
    height: 44px;

}

.btn-whatsapp {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #22C55E;
    color: #22C55E;
}

.btn-whatsapp:hover {
    background-color: #22C55E;
    color: #FFF;
}

.expert-vertical-banner {
    position: relative;
    height: 100%;
    box-shadow: 0px 4px 24px 0px #0000000F;
    border-radius: 24px;
    background-image: url('../assets/how-work-banner.png');
    background-position: 50%;
    background-size: cover;
}

.expert-vertical-banner .inner-content {
    position: relative;
    padding: 24px;
    background-color: #F8F9FA;
    border-radius: 24px 24px 0 0;
}

.expert-vertical-banner .inner-content:after {
    content: '';
    background: linear-gradient(#F8F9FA 25%, transparent);
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
}

.expert-vertical-banner .inner-content .title {
    font-weight: 600;
    font-size: var(--24px);
    line-height: 32px;
    color: #434445;
    margin-bottom: 24px;
}

.expert-vertical-banner .inner-content ol {
    list-style: none;
    padding-left: 40px !important;
}

.expert-vertical-banner .inner-content ol>li {
    position: relative;
    font-weight: 500;
    font-size: var(--16px);
    line-height: 20px;
    color: #656768;
    margin-bottom: 24px;
}

.expert-vertical-banner .inner-content ol>li .index {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 24px;
    height: 24px;
    background: #3B82F6;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;

}

.expert-vertical-banner .inner-content ol>li strong {
    font-weight: 600;
    font-size: var(--18px);
    color: #434445;
}

.expert-vertical-banner .btn-viewall {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.review-section {
    background: linear-gradient(360deg, rgba(217, 229, 249, 0.8) 0%, rgba(248, 249, 250, 0.8) 100%);
}

.review-section .carousel {
    padding: 0 150px;
}

.review-section .carousel-inner {
    padding: 15px 15px;
}

.testimonial-card {
    position: relative;
    border-radius: 16px;
    background-color: #FFF;
    padding: 16px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    flex: 1;
}

.testimonial-card.bg-theme {
    background: #F8F9FA;
    box-shadow: none;
}

.testimonial-card .user-image {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 12px;
}

.testimonial-card .name {
    font-weight: 600;
    font-size: var(--18px);
    line-height: 24px;
    color: #212223;
}

.testimonial-card .company-name {
    font-weight: 500;
    font-size: var(--14px);
    line-height: 16px;
    color: #6B7280;
}

.testimonial-text {
    margin-top: 24px;
    font-weight: 500;
    font-size: var(--16px);
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 16px;
}

.testimonial-card .date {
    font-weight: 500;
    font-size: var(--14px);
    line-height: 16px;
    color: #6B7280;

}

.testimonial-card .star-rating {
    position: absolute;
    top: 24px;
    right: 16px;
    color: #FACC15;
}

.review-section .carousel-control-prev .lni,
.review-section .carousel-control-next .lni {
    border: 1px solid #DEEAFD;
    background-color: #FAFCFE;
    color: #3B82F6;
    font-size: var(--20px);
}

.contact-section {
    background-color: #FFF;
    padding: 100px 0;
}

.contact-title {
    font-weight: 600;
    font-size: var(--24px);
    line-height: 32px;
    color: #212223;
}

.contact-form .form-control {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 16px;
    font-size: var(--16px);
    outline: none;
    border: 2px solid transparent;
}

.form-control {
    border: 2px solid transparent;
}

.form-control:focus {
    border: 2px solid #9ABEFA;
    box-shadow: 0px 4px 13.4px 0px #3B82F633;
}

.form-control.required-field {
    border: 1px solid #FF3B30 !important;
}

.contact-form .field-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: var(--16px);
    line-height: 24px;
    letter-spacing: 0px;
    color: #212223;
    margin-bottom: 6px;
}

.contact-form .error-message {
    color: #F50D00;
    font-size: var(--14px);
}

.contact-section .contact-banner {
    width: 100%;
    height: 360px;
    border-radius: 16px;
    background: url('../assets/contact-us.png');
    background-size: cover;
    background-position: center;
}

.contact-section .contact-title-info {
    margin-top: 32px;
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    color: #212223;
}

.contact-section .sub-detail {
    font-weight: 500;
    font-size: var(--16px);
    line-height: 24px;
    color: #656768;
    margin-bottom: 12px;
}

.contact-section .sub-detail strong {
    color: #212223;
}

.newsletter-section {
    padding: 100px 0 180px 0;
    background: linear-gradient(360deg, rgba(248, 249, 250, 0.8) 0%, rgba(217, 229, 249, 0.8) 100%);
}

.newsletter-section.inverse-shadow {
    background: linear-gradient(360deg, rgba(217, 229, 249, 0.8) 0%, #F8F9FA 100%);
}

.newsletter-section .title {
    font-weight: 500;
    font-size: var(--40px);
    line-height: 140%;
    letter-spacing: -3%;
    text-align: center;
    text-transform: capitalize;
    color: #434445;
    margin-bottom: 16px;
}

.newsletter-section .sub-title {
    font-weight: 500;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #656768;
    margin-bottom: 40px;
}

.newsletter-section .form-control {
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #1F70F5;
}

.footer-section {
    background: #233046;
    padding: 60px 0;
}

.footer-section .main-footer-title {
    color: #ADB2BD;
    margin-bottom: 24px;

}

.bg-light-custom {
    background-color: #F8F9FA !important;
}

.page-filter-section {
    background: #F8F9FA;
    padding: 0 0 10px 0;
}

.page-filter-section .hero-search-form {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    bottom: unset;
    margin: 0 auto;
    box-shadow: 0px 4px 24px 0px #0000000A;
}

.page-filter-section .listing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-filter-section .listing-header p {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--40px);
    text-transform: capitalize;
    margin: 0;
}

.page-filter-section .sortby-container {
    display: flex;
    align-items: center;
    padding: 5px 0;
    background-color: #FFF;
    box-shadow: 0px 4px 24px 0px #0000000A;
    border-radius: 100px;
}

.page-filter-section .sortby-container label {
    margin-left: 16px;
    margin-right: 10px;
}

.page-filter-section .sortby-container .dropdown-toggle {
    font-weight: 600;
    padding: 10px 16px 10px 0;
}

.page-filter-section .sortby-container .dropdown-toggle::after {
    content: none;
}

.property-banner {
    position: relative;
    height: 400px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-bottom: 24px;
}

.property-banner.detail-shadow {
    border-radius: 24px 24px 0 0;
    margin-bottom: 0;
}

.property-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.property-banner.detail-shadow:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.84%, rgba(0, 0, 0, 0.8) 100%)
}

.property-banner .property-name {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 24px;
    z-index: 2;
    color: #FFF;
    position: relative;
    /* container h-100 d-flex flex-column justify-content-end text-white p-4 */
}

.property-banner .property-name p {
    margin: 0;
    font-size: var(--20px);
    line-height: 28px;
    color: #ABACAD;
}

.property-banner.detail-shadow .property-name p {
    color: #f2f2f2;
}

.property-banner .price-box {
    background: #0E0B0733;
    padding: 16px 24px;
    bottom: 20px;
    right: 24px;
    border-radius: 12px;
    z-index: 2;
    color: #FFF;
    position: absolute;
}

.property-banner .price-box p {
    font-weight: 500;
    font-size: var(--14px);
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #CECFD0;
}

.property-card-box {
    box-shadow: 0px 4px 24px 0px #0000000A;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 32px;
}

.property-card-box .title {
    font-weight: 600;
    font-size: var(--20px);
    margin-bottom: 24px;
}

.feature-detail {
    display: flex;
    align-items: center;
}

.feature-detail i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DEEAFD;
    color: #1F70F5;
    border-radius: 100px;
    margin-right: 16px;
}

.feature-detail>div {
    display: flex;
    flex-direction: column;
    color: #88898A;
    font-size: var(--16px);
}

.feature-detail.style-2>div {
    color: #656768;
}

.feature-detail.style-2 .text-primary {
    color: #212223;
}


.feature-detail>div strong {
    font-weight: 600;
    font-size: var(--18px);
    line-height: 24px;
}

.feature-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.feature-list>span {
    font-weight: 600;
    font-size: var(--16px);
    line-height: 20px;
    color: #1F70F5;
    background: #DEEAFD;

    padding: 8px 16px;
    border-radius: 100px;
}

.property-agent-detail {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.property-agent-detail .agent-name {
    font-weight: 600;
    font-size: var(--18px);
    line-height: 24px;
    color: #212223;
    margin-bottom: 0px;
}

.property-agent-detail .text-muted {
    font-weight: 500;
    font-size: var(--16px);
    line-height: 20px;
    color: #656768 !important;
    margin-bottom: 4px;
    display: inline-block;
}

form .form-check-label {
    color: #ABACAD;
    font-size: 14px;
}

.search-container {
    position: relative;
    box-shadow: 0px 4px 24px 0px #0000000A;
    border-radius: 100px;
    overflow: hidden;
    width: 400px;
}

.search-container .lni {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #88898A;
}

.search-container input {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 100px;
    padding: 16px 60px 16px 16px;
}

.extra-filter-container {
    display: flex;
    align-items: center;
}

.extra-filter-container .filter-dropdown {
    box-shadow: 0px 4px 24px 0px #0000000A;
    margin-left: 20px;
    border-radius: 100px;

}

.extra-filter-container .filter-dropdown .dropdown-toggle {
    background: #FFF;
    border-radius: 100px;
    padding: 16px;
}

.advance-filter-modal .modal-dialog {
    max-width: 630px;
}

.advance-filter-modal .modal-dialog .modal-content {
    border-radius: 24px;
}

.advance-filter-modal .modal-dialog .modal-header {
    border-bottom: 0;
}

.advance-filter-modal .modal-dialog .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.advance-filter-modal .modal-dialog .modal-footer {
    border-top: 0;
}

.advance-filter-modal .modal-dialog .modal-title {
    font-weight: 600;
    font-size: var(--24px);
    line-height: 32px;
    letter-spacing: 0px;
}

.advance-filter-modal .accordion-item {
    border: none;
}

.advance-filter-modal .accordion-button {
    box-shadow: none;
    outline: none;
    font-weight: 600;
}

.advance-filter-modal .accordion-body,
.advance-filter-modal .accordion-button {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #212223;
}

.advance-filter-modal .filter-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;

}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input,
.custom-radio input {
    opacity: 0;
    position: absolute;
}

.custom-checkbox input+label,
.custom-radio input+label {
    padding: 12px 16px;
    line-height: 1;
    box-shadow: 0px 4px 24px 0px #0000000A;
    border-radius: 24px;
    cursor: pointer;
}

.custom-checkbox input:checked+label,
.custom-radio input:checked+label {
    background: #212223;
    color: #FFF;
}

.banner-bottom-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 0 0 24px 24px;
}

.banner-bottom-detail .basic-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto !important;
    margin-right: 100px;
}

.banner-bottom-detail .basic-details small {
    font-weight: 500;
    font-size: var(--16px);
    line-height: 20px;
    color: #656768;
}

.banner-bottom-detail .basic-details strong {
    font-weight: 600;
    font-size: var(--16px);
    line-height: 20px;
    color: #212223;
}

.carousel-gallery .carousel-inner {
    border-radius: 16px;
}

.carousel-gallery .carousel-control-next .lni,
.carousel-gallery .carousel-control-prev .lni {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFF;
    color: #FFF;
}

.gallery-description h3 {
    font-weight: 600;
    font-size: var(--22px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #434445;
}

.gallery-description p {
    font-weight: 500;
    font-size: var(--18px);
    line-height: 24px;
    color: #656768;
}

.feature-card {
    padding: 12px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    border: 1px solid #F8F8F8;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-card .icon-container {
    width: var(--60px);
    height: var(--60px);
    border-radius: 100%;
    background: #DEEAFD;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.feature-card .icon-container i {
    font-size: 24px;
    color: #1F70F5;
}

.feature-card h6 {
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
    color: #212223;

}

.feature-card .text-muted {
    font-weight: 500;
    font-size: var(--16px);
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #656768;
}

ul.two-col {
    display: flex;
    flex-wrap: wrap;
}

ul.two-col li {
    flex: 0 0 50%;
    max-width: 50%;
}

.property-contact-banner {
    width: 100%;
    height: 360px;
    border-radius: 16px;
    background: url(../assets/property-contact.png);
    background-size: cover;
    background-position: center;
}

.social-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-ul li {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #F8F8F8;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-ul li a {
    display: flex;
    text-decoration: none;
}

.social-ul li i {
    color: #656768;
    font-size: 22px;
}

.contact-shadow {
    box-shadow: 0px 4px 24px 0px #0000000A;
    background: #FFF;
    border-radius: 24px;
}

.agent-card-container {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #F8F8F8;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    background-color: #FFF;
}

.agent-card-container .agent-image {
    max-width: 126px;
    height: 126px;
    margin-right: 16px;
}

.agent-card-container .other-detail h5 {
    font-weight: 600;
    font-size: var(--24px);
    line-height: 32px;
    color: #212223;
}

.agent-card-container .other-detail .text-primary {
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    color: #1F70F5;
    margin-bottom: 12px;
}

.agent-card-container .badge {
    padding: 8px 16px;
    font-weight: 600;
    font-style: Medium;
    font-size: var(--14px);
    line-height: 20px;
    color: #1F70F5;
    background: #DEEAFD;
    border-radius: 100px;
}

.agent-card-container .other-detail .bi-star-fill {
    color: #FACC15;
}

.agent-card-container .sub-title {
    font-weight: 600;
    font-size: var(--20px);
    line-height: 28px;
    color: #212223;
    margin-bottom: 20px;
}

.agent-award-container {
    display: flex;
    justify-content: center;
    background: #F8F9FA;
    border-radius: 12px;
    padding: 26px 16px;
    height: 100%;
}

.agent-award-container .icon-container {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #DEEAFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F70F5;
}

.agent-award-container h6 {
    font-weight: 600;
    font-size: var(--22px);
    line-height: 28px;
    letter-spacing: 0px;
    color: #212223;
}

.agent-award-container p {
    font-weight: 500;
    font-size: var(--18px);
    line-height: 24px;
    color: #656768;
}

.btn-viewall-property {
    font-weight: 600;
    font-size: var(--16px);
    line-height: 24px;
    color: #656768;
    text-decoration: none;
}

.contact-banner {
    height: 100%;
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    background-image: url('../assets/contact-banner.jpg');
    background-size: cover;
    background-position: center;
}

.signup-banner {
    min-height: 750px;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px #0000000A;
    background-image: url('../assets/sign-up.png');
    background-size: cover;
    background-position: center;
}

.mt-60 {
    margin-top: 60px;
}

.signup-form-container .title {
    font-weight: 500;
    font-size: var(--40px);
    text-transform: capitalize;
    color: #434445;
    margin-bottom: 16px;
}

.signup-form-container .already-text {
    font-weight: 500;
    font-size: var(--20px);
    line-height: 28px;
    color: #656768;
}

.signup-form-container .already-text>a {
    color: #1F70F5;
}

.signup-form-container .note {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ABACAD;
    margin-top: 5px;
}

.signup-form-container .seprator {
    position: relative;
    padding: 16px 0;
    text-align: center;
    color: #ABACAD;
}

.signup-form-container .seprator:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    top: 50%;
}

.signup-form-container .seprator>span {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding: 0 10px;
}

.social-signup-container {
    margin-bottom: 14px;
}

.social-signup-container>.signup-social-btn {
    border: 1px solid #F8F8F8;
    box-shadow: 0px 4px 24px 0px #0000000A;
    flex: 1;
    background: #F8F9FA;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    color: #212223;
    font-size: 16px;
    font-weight: 600;
}

.social-signup-container>.signup-social-btn>img {
    margin-right: 5px;
}

@media (max-width: 768px) {
    :root {
        --12px: 12px;
        --14px: 14px;
        --16px: 16px;
        --18px: 18px;
        --20px: 20px;
        --24px: 24px;
        --40px: 40px;
        --48px: 48px;
        --60px: 60px
    }

    .hero-banner {
        height: auto;
        padding: 4rem 0;
    }

    .hero-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .header-container {
        padding: 15px 0;
    }
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}