body {
    --primary-color: #BC7635;
    --primary-color-700: #FFF5EC;
    --secondary-color: #1F193B;
    --primary-font-color: #070026;
    --secondary-font-color: #E6F2FF;
    --a-hover-color: #BC7635;
    --heading-color: #070026;
    --descprition-color: #73777D;
    --deaf-font-color: #222222;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #eaeef7;
    --primary-border-color-600: #e5edf966;
    --grid-text-color: #73777D;
    --overlay-color: #000000;
    --stats-bg-color: #F4F5F7;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #00A884;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #F8BB18;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: 'Urbanist';
    --icons-font: "Font Awesome 6 Free";
    --transition: 300ms;
    --overlay-opacity: 0.6;
    /* Icons Variables */
    --chevron-down-icon-code: "\f078";
    --heart-filled-icon-code: "\f004";
    --star-filled-icon-code: "\f005";
    --square-icon-code: "\f0c8";
    --check-icon-code: "\f00c";
    --circle-icon-code: "\f111";
    --close-icon-code: "\f00d";
    --marker-icon-code: "\f3c5";
    --search-icon-code: "\f002";
    --remove-heart-icon-code: "\e4ff";
    --loading-icon: "\f110";
    --bs-body-font-family: 'Urbanist';
}

.realestate-strech-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.realestate-strech-link {
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}


/* banner  realestate main home  */
.banner-cloud-1 {
    position: absolute;
    right: 3%;
    z-index: 99999999;
    bottom: 30%;
    animation: fa-beatss 15s ease infinite;
}

.banner-cloud-2 {
    position: absolute;
    left: 3%;
    z-index: 99999999;
    bottom: 30%;
    animation: fa-beats 15s ease infinite;
}


.realestate-banner-home {
    min-height: 988px;
    background-image: url('../images/banner-home-1.png');
    background-position: bottom;
    border-bottom: 2px solid #6BB3FD;
    background-repeat: no-repeat;
    margin-top: -172px;
    position: relative;
    padding-top: 210px;
}

    .realestate-banner-home.classic {
        background: url('../images/banner-home.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        min-height: 1003px;
        justify-content: center;
        padding-top: 219px;
    }

        .realestate-banner-home.classic .realestate-home-banner-search.style1 {
            margin-bottom: 33px;
        }

    .realestate-banner-home::after {
        content: '';
        position: absolute;
        background: linear-gradient(-45deg, #fcbfad, #c5face, #b6e8fa, #adf3e3, #f7b5ba, #cbabf5, #e9f5a5);
        background-size: 400% 400%;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        bottom: 0;
        animation: gradient 15s ease infinite;
    }

    .realestate-banner-home.classic::after {
        display: none;
    }

    .realestate-banner-home.classic .realestate-home-banner-headings {
        text-align: center;
        margin-bottom: 85px;
    }

        .realestate-banner-home.classic .realestate-home-banner-headings h1 {
            color: #ffffff;
            font-weight: 700;
        }

            .realestate-banner-home.classic .realestate-home-banner-headings h1 span {
                text-decoration: underline;
            }

.rrealestate-banner-home {
    padding: 26px 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.realestate-banner-home .realestate-home-banner-headings {
    text-align: center;
    margin-bottom: 58px;
}

.rrealestate-banner-home {
    padding: 26px 0;
}


/* search style 1 */

.realestate-home-banner-search.style1 {
    max-width: 716px;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
}

    .realestate-home-banner-search.style1 .realestate-form-content {
        padding: 15px;
        background-color: var(--white-700);
        gap: 8px;
        display: flex;
        flex-wrap: wrap;
        border-radius: 8px;
    }

        .realestate-home-banner-search.style1 .realestate-form-content .realestate-form.search {
            width: 54px;
        }

        .realestate-home-banner-search.style1 .realestate-form-content .realestate-form:first-child {
            width: 422px;
        }

        .realestate-home-banner-search.style1 .realestate-form-content .realestate-form {
            width: calc(100% / 2 - 77px);
        }

            .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs {
                height: 48px;
                border-radius: 4px;
                display: flex;
                align-items: center;
                padding: 8px 15px;
                background-color: #F7F7F7;
            }

                .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs input {
                    border: unset;
                    background: #fff0;
                    padding: 7px 7px;
                    width: 100%;
                    height: 40px;
                    color: var(--descprition-color);
                    font-size: 16px;
                    font-weight: 500;
                    padding: 9px 5px;
                }

                    .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs input::placeholder {
                        color: var(--descprition-color);
                        font-size: 16px;
                        font-weight: 500;
                        padding: 9px 5px;
                    }

    .realestate-home-banner-search.style1 b::after {
        content: var(--chevron-down-icon-code);
        font-family: var(--icons-font);
        position: absolute;
        margin-top: -2px;
        margin-left: 0px;
        color: var(--primary-font-color);
        font-size: 12px;
    }

    .realestate-home-banner-search.style1 b {
        border: unset !important;
    }

    .realestate-home-banner-search.style1 .realestate-form-content .realestate-form:nth-child(2) {
        width: 192px;
    }

    .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs span.select2-selection.select2-selection--single.select2-selection--clearable {
        border: unset;
        background: #fff0;
        padding-left: 4px;
    }

    .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs .select2.select2-container.select2-container--default {
        width: 100% !important;
    }

        .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs .select2.select2-container.select2-container--default button.select2-selection__clear {
            display: none;
        }

    .realestate-home-banner-search.style1 .realestate-form-content .realestate-form .realestate-form-inputs span.select2-selection.select2-selection--single.select2-selection--clearable span {
        color: var(--descprition-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        padding: 9px 5px;
    }

.realestate-banner-home.classic .realestate-home-banner-search.style1 .realestate-form-content .realestate-input-search {
    height: 48px;
    border: unset;
    border-radius: 4px;
    background: var(--primary-color);
    color: var(--white-700);
    transition: var(--transition);
    font-size: 16px;
    position: relative;
}



.realestate-home-banner-search.style1 .realestate-form-content .realestate-input-search:hover {
    font-size: 20px !important;
}

.realestate-home-banner-search.style1 .realestate-search-toggle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: max-content;
    display: flex;
    align-items: center;
    margin-top: -45px;
    background: #F7F7F7;
    border-radius: 3px 4px 0 0;
    overflow: hidden;
}

    .realestate-home-banner-search.style1 .realestate-search-toggle input {
        display: none;
    }

    .realestate-home-banner-search.style1 .realestate-search-toggle label {
        position: relative;
        min-width: 92px;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        height: 46px;
        padding: 11px 0;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: -6px;
    }

        .realestate-home-banner-search.style1 .realestate-search-toggle label::after {
            position: relative;
            content: '';
            min-width: 92px;
            cursor: pointer;
            overflow: hidden;
            text-align: center;
            padding: 12px 0;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: -6px;
        }



        .realestate-home-banner-search.style1 .realestate-search-toggle label::before {
            content: '';
            right: 0;
            height: 2px;
            transition: var(--transition);
            position: absolute;
            bottom: 7px;
            background-color: #373373;
            left: 2px;
            margin: auto;
            width: 0;
            max-width: 36px;
        }

    .realestate-home-banner-search.style1 .realestate-search-toggle input:checked + label::before {
        width: 50%;
    }


/*  close search style 1 */


/* banner category style 1  */

.realestate-category-style1 .realestate-category-style1-list-iterms {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 32px;
}

    .realestate-category-style1 .realestate-category-style1-list-iterms a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--primary-font-color);
        line-height: 1.6em;
        border-radius: 8px;
        gap: 10px;
    }

        .realestate-category-style1 .realestate-category-style1-list-iterms a span {
            background-color: var(--white-700);
            width: 56px;
            height: 56px;
            transition: var(--transition);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            padding: 15px;
        }

        .realestate-category-style1 .realestate-category-style1-list-iterms a:hover span {
            transform: translateY(-5px);
        }


/* banner category style 1 close  */


/* realestate classic home features  */

.reaestate-classic-home-features {
    background-size: cover;
    min-height: 254px;
    padding: 36px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.feature1-home {
    background-color: #F4FDFF;
}

.reaestate-classic-home-features .feature-car {
    position: absolute;
    bottom: 0;
    left: 13%;
    transition: 1s;
}

.reaestate-classic-home-features:hover .feature-car {
    left: 100%;
}

.reaestate-classic-home-features .locarion-car1 {
    position: absolute;
    right: 28%;
    transition: 0.3s;
    top: 23%;
}

.reaestate-classic-home-features .locarion-car2 {
    position: absolute;
    right: 5%;
    transition: 0.3s;
    top: 15%;
}

.reaestate-classic-home-features .location-last {
    position: absolute;
    right: 21px;
    transition: 0.3s;
    bottom: 8px;
}

.reaestate-classic-home-features .location-last1 {
    position: absolute;
    right: 18%;
    transition: 0.3s;
    bottom: 8px;
}

.reaestate-classic-home-features .feature-animate-deatils {
    position: absolute;
    right: 18%;
    top: 26%;
    transition: 0.3s;
}

.reaestate-classic-home-features:hover .feature-animate-deatils {
    animation: fa-beats-blink 5s ease infinite;
}

.reaestate-classic-home-features:hover .location-last1,
.reaestate-classic-home-features:hover .location-last,
.reaestate-classic-home-features:hover .locarion-car2,
.reaestate-classic-home-features:hover .locarion-car1 {
    visibility: visible;
}

/* realestate classic home features close  */


/* realestate classic category style 2  */

.real-estate-categories-item .re-categories-thumbnail {
    height: 185px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 3px;
    border-radius: 4px;
    transition: 0.3s;
    overflow: hidden;
}

    .real-estate-categories-item .re-categories-thumbnail:hover {
        box-shadow: -3px 7px 20px 4px #a1a1a114;
    }

    .real-estate-categories-item .re-categories-thumbnail a img {
        width: 100%;
        height: 100%;
        transition: var(--transition);
        border-radius: 4px;
        object-fit: cover;
    }

    .real-estate-categories-item .re-categories-thumbnail:hover img {
        transform: scale(1.2);
    }

    .real-estate-categories-item .re-categories-thumbnail a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.real-estate-categories-item .re-categories-details {
    text-align: center;
}

    .real-estate-categories-item .re-categories-details a {
        text-decoration: none;
        color: #080127;
    }

    .real-estate-categories-item .re-categories-details p {
        color: #73777D;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        text-transform: capitalize;
        margin: 0;
    }

.reaestate-section-headings h2 {
    text-transform: capitalize;
}

.real-estate-categories-item .item-title {
    font-weight: 600;
    transition: var(--transition);
    line-height: 30px;
}

    .real-estate-categories-item .item-title:hover {
        color: var(--primary-color);
    }

.real-estate-categories-item .re-categories-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}

.reaestate-category-style2-load-more {
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 16px;
    transition: var(--transition);
}

    .reaestate-category-style2-load-more:hover {
        background-color: var(--primary-color);
        color: var(--primary-color-700);
        border-color: unset;
    }

    .reaestate-category-style2-load-more.classic2-load-more:hover {
        background-color: #fff0;
        color: var(--primary-color);
        opacity: 0.6;
    }

/* close realestate classic category style 2  */


/* Start realestate classic agents  */

.real-estate-agents {
    overflow: hidden;
}

    .real-estate-agents .re-agents-post-agent-choice-outer {
        justify-content: end;
        display: flex;
        background: #f1f7ff;
        z-index: 2;
    }

    .real-estate-agents .re-agents-post-item.agent-choice {
        padding: 25px 26px 22px 28px;
        width: 292px;
        z-index: 999999 !important;
        text-align: left;
        z-index: 2;
        position: absolute;
    }

.color-070026 {
    color: #070026;
}

.font-waight-800 {
    font-weight: bold;
    font-size: 32px;
}

.color-73777D {
    color: #73777D !important;
}

.realestate-home2-agents .real-estate-agents .re-agents-post-item.agent-choice {
    width: 256px;
}

body .realestate-home2-agents .real-estate-agents .re-agents-post-agent-choice-outer,
body .realestate-home2-agents .real-estate-agents .re-agents-post-agent-choice-outer.color-F1F7FF {
    background: #FBFBFB !important;
    width: 256px;
    position: relative;
    padding: 0;
    margin: 0 0 0 25px;
}

    body .realestate-home2-agents .real-estate-agents .re-agents-post-agent-choice-outer::before {
        content: '';
        width: 6000px;
        top: 0;
        bottom: 0;
        background-color: #fbfbfb;
        position: absolute;
        z-index: 999;
    }

body .realestate-home2-agents .real-estate-agents .real-estate-agents-item-slider .slick-track {
    height: 358px;
}

body .realestate-home2-agents .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-logo h2 {
    color: #49005B;
    padding-left: 3px;
}

.realestate-element-section.realestate-home2-agents {
    background-color: #FBFBFB !IMPORTANT;
}

.realestate-home2-agents .real-estate-agents .re-agents-post-item .re-agents-post-details {
    gap: 12px 0;
}

.realestate-home2-agents .real-estate-agents .re-agents-post-item .re-agent-call-back a {
    color: #080127;
    border-color: #080127;
    padding: 14px 0;
}

    .realestate-home2-agents .real-estate-agents .re-agents-post-item .re-agent-call-back a:hover {
        color: #fff;
    }

.realestate-home2-agents .real-estate-agents {
    overflow: inherit;
}

    .realestate-home2-agents .real-estate-agents .re-agents-post-item .re-agents-post-details .re-agent-name h4 {
        color: #252B42;
    }

    .realestate-home2-agents .real-estate-agents input.realestate-find-agent-submit {
        background-color: #080127;
    }

    .realestate-home2-agents .real-estate-agents .re-agents-slider-arrows.ct-change ul button.active {
        background-color: var(--primary-color) !important;
    }

    .realestate-home2-agents .real-estate-agents .re-agents-post-agent-choice-outer.color-F1F7FF {
        background-color: #fff0;
    }

.realestate-home2-agents .reaestate-section-headings h2 {
    color: #070026;
}

.realestate-home2-agents .reaestate-section-headings p {
    color: #73777D;
}

.realestate-home2-agents .real-estate-agents .re-agents-slider-arrows {
    position: absolute;
    right: 0;
    top: 10px;
}

.real-estate-agents .re-agents-post-item.agent-choice .agent-choice-logo {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 0 0;
}

    .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-logo h2 {
        color: var(--primary-color);
        font-family: Inter;
        font-size: 26px;
        font-weight: 800;
        line-height: 30px;
        text-transform: capitalize;
        margin: 0;
        width: 100px;
        text-align: start;
        padding-left: 10px;
    }

.classic2-home-explore-communities ul.slick-dots {
    display: none;
}

.classic2-home-explore-communities .real-estaet-location-container-style3-title h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.real-estate-agents .re-agents-post-item.agent-choice .agent-choice-description {
    margin-bottom: 19px;
    text-align: left;
}

.real-estate-agents .re-agents-post-item.agent-choice .agent-choice-find-block form label {
    margin-bottom: 8px;
    font-weight: 600;
}

.real-estate-agents .re-agents-post-item.agent-choice .agent-choice-description label {
    color: #73777D;
    line-height: 24px;
}

.real-estate-agents .re-agents-post-item {
    min-height: 335px;
    border-radius: 8px;
    border: 1px solid #CACACA;
    background: #FFF;
    text-align: center;
    margin: 15px;
    transition: 0.3s;
    overflow: hidden;
}



    .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-find-block .realestate-input {
        height: 41px;
        border-color: #D1D1D1;
    }

.realestate-home2-agents .col-md-8 {
    padding-left: 5px;
}

.real-estate-agents .re-agents-post-item:hover {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.real-estate-agents .re-agents-post-item .re-agents-post-head {
    border-radius: 5px 5px 0px 0px;
    background: var(--primary-font-color);
    padding: 8px 0;
}

.real-estate-agents .re-agents-post-item .re-agents-post-details {
    padding: 12px 26px 24px 26px;
    display: flex;
    flex-direction: column;
}

.real-estate-agents .re-agents-post-item .re-agents-post-head .heading {
    color: var(--white-700);
    gap: 10px;
    line-height: 25px;
    display: flex;
    justify-content: center;
}

.real-estate-agents .re-agents-post-item .re-agents-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

    .real-estate-agents .re-agents-post-item .re-agents-img span.agents-profile {
        border-radius: 96px;
        border: 1px solid #BEBEBE;
        background: lightgray;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }

    .real-estate-agents .re-agents-post-item .re-agents-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .real-estate-agents .re-agents-post-item .re-agents-img span.agents-for-pro img {
        width: auto;
        height: auto;
        position: absolute;
        top: 12px;
        right: 0px;
    }

.real-estate-agents .re-agents-post-item .re-agent-location a {
    color: #73777D;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

    .real-estate-agents .re-agents-post-item .re-agent-location a:hover {
        color: #EF4444;
    }

    .real-estate-agents .re-agents-post-item .re-agent-location a span {
        color: #EF4444;
        margin-right: 5px;
    }

.real-estate-agents .re-agents-post-item .re-agent-more-details a {
    color: #73777D;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

    .real-estate-agents .re-agents-post-item .re-agent-more-details a:hover {
        color: dodgerblue;
    }

.real-estate-agents .re-agents-post-item .re-agent-call-back a {
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    line-height: 18px;
    border-radius: 4px;
}

    .real-estate-agents .re-agents-post-item .re-agent-call-back a:hover {
        background: #1F193B;
        color: var(--white-700)
    }

.real-estate-agents .real-estate-agents-item-slider .slick-track {
    height: 397px;
}

.real-estate-agents .re-agents-slider-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.real-estate-agents .real-estate-agents-item-slider .slick-list.draggable {
    overflow: inherit;
}

.real-estate-agents .re-agents-post-item .re-agents-post-details .re-agent-name h4 {
    font-weight: 600;
}

.real-estate-agents .re-agents-post-item .re-agents-post-details .re-agent-name p {
    color: #72809D;
    font-size: 12px;
}

.agent-choice-find-block .realestate-find-agent-submit {
    background-color: var(--heading-color);
    border-radius: 4px;
    font-weight: 500;
    padding: 15px 16px;
    transition: var(--transition);
    width: 100%;
    border: unset;
    color: var(--white-700);
    line-height: 18px;
    font-size: 16px;
    margin-top: 3px;
}

    .agent-choice-find-block .realestate-find-agent-submit:hover {
        opacity: 0.8;
    }

.real-estate-agents-item-slider {
    cursor: all-scroll;
}

.row.real-estate-agents-item-slider .col-md-3:nth-child(n+4) {
    display: none;
}

.row.real-estate-agents-item-slider .col-md-3 {
    width: 285px !important;
    padding: 0;
}

.real-estate-agents .re-agents-slider-arrows ul {
    border: 1px solid #BEBEBE;
    border-radius: 50px;
    padding: 5px 6px 6px 6px;
    display: flex;
    gap: 0;
    background: #fff;
}

    .real-estate-agents .re-agents-slider-arrows ul button {
        font-size: 12px;
        color: var(--primary-color);
        transition: var(--transition);
        border: unset;
        padding: 3px 13px;
        font-weight: 500;
        border-radius: 50px;
        line-height: 20px;
    }

        .real-estate-agents .re-agents-slider-arrows ul button.active {
            background-color: #4081FF !important;
            color: #fff;
            box-shadow: 0 2px 8px 0 #4081ff21;
        }


/* close realestate classic agents  */


/* Start realestate classic Counters  */

.realestate-trusted-users-counts .data-counters {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 56px;
    color: #72809D;
    font-weight: 700;
}

.realestate-trusted-users-counts h2,
.realestate-trusted-users-counts h2 .realestate-counters {
    font-size: 56px;
    font-weight: 700;
}

.realestate-trusted-users-counts-requests {
    background-color: var(--golden-700);
    border-radius: 4px;
    font-weight: 500;
    padding: 15px 18px;
    transition: var(--transition);
    border: unset;
    color: var(--heading-color);
    line-height: 18px;
    font-size: 16px;
}

    .realestate-trusted-users-counts-requests:hover {
        background-color: var(--primary-color);
        color: var(--primary-color-700);
    }

.realestate-trusted-users-counts p {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--white-700);
    margin: 0 0 0 0;
}

.reaestate-section-headings .counter-numbers {
    padding: 3px 15px 3px 15px;
    background-color: #F5E4B5;
    border-radius: 54px 54px 54px 54px;
    color: var(--heading-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}


/* close realestate classic Counters  */

.realestate-property-element-tabs .explore-slider:not(.slick-initialized) {
    display: none;
}

/* realestate tabs loop style 1  */
.realestate-property-element-tabs .tab-content {
    min-height: 465px;
}

.realestate-property-element-tabs.tab-style1 .realestate-property-nav {
    border: unset;
    justify-content: start;
    gap: 8px;
}

.class-realtive-contnet .slick-list.draggable {
    overflow: inherit;
}

.realestate-property-element-tabs.tab-style1 .realestate-property-nav button {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #D6DBDF;
    border-radius: 4px;
    padding: 6px 11px;
    background: #FFFFFF;
    line-height: 19px;
    color: var(--descprition-color);
}



.ER-price-reduced-slider .realestate-item.loop-style1,
.ER-listed-rent-slider .realestate-item.loop-style1 {
    margin: 0 10px;
}

.realestate-load-more-lisitngs {
    display: unset;
    padding: 15px 25px;
    line-height: 18px;
}

    .realestate-load-more-lisitngs i {
        border: 2px solid;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .realestate-load-more-lisitngs.load-agents.realestate-not-filled-btn i {
        font-size: 14px;
    }

    .realestate-load-more-lisitngs:hover {
        background-color: var(--primary-color);
        color: var(--primary-color-700);
    }


/* realestate loop tabs style 2  */

.realestate-property-element-tabs.tab-style2 .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 1px solid #CBCBCB;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
}

.realestate-property-element-tabs.tab-style2 .realestate-property-nav button {
    font-size: 16px;
    color: #73777D;
    font-weight: 400;
    padding: 11px 12px;
    border-bottom: 4px solid #fff0;
    margin: 0 3px;
    position: relative;
    border-radius: unset;
}

    .realestate-property-element-tabs.tab-style2 .realestate-property-nav button.active {
        border-color: var(--primary-color);
        background-color: unset;
        color: var(--primary-color);
    }

.realestate-load-more-lisitngs.style2 {
    background: var(--primary-color-700);
    font-size: 16px;
    min-width: 352px;
}

    .realestate-load-more-lisitngs.style2:hover {
        background-color: var(--primary-color);
    }

    .realestate-load-more-lisitngs.style2.realestate-load-more-lisitngs i {
        margin-right: 8px;
    }

/* realestate category term location style 3  */


/* real-estate-location */

.real-estate-location .real-estate-location-post-slider .slick-list.draggable {
    overflow: inherit;
}

.real-estate-location .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.real-estate-location-post-slider.location-slider-01 .slick-slide {
    width: 336px !important;
}

.real-estate-location .re-location-post {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 8px 0 8px;
}

    .real-estate-location .re-location-post:hover .re-location-post-thumbnail img {
        transform: scale(1.1);
    }

    .real-estate-location .re-location-post:hover {
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    }

        .real-estate-location .re-location-post:hover .re-location-post-text h3,
        .real-estate-location .re-location-post:hover .re-location-post-text p {
            color: var(--white-700)
        }

    .real-estate-location .re-location-post a {
        display: block;
    }

    .real-estate-location .re-location-post .re-location-post-thumbnail {
        height: 408px;
        width: 100%;
        display: block;
    }



    .real-estate-location .re-location-post .re-location-post-thumbnail {
        height: 408px;
    }

    .real-estate-location .re-location-post:hover .re-location-post-text.two {
        display: block;
    }

.real-estate-location .re-location-post-thumbnail a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.real-estate-location .re-location-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.real-estate-location .re-location-post-text {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}

    .real-estate-location .re-location-post-text h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: 22px;
        color: #070026;
        margin-bottom: 6px;
        margin-top: 30px;
    }

    .real-estate-location .re-location-post-text p {
        color: #181A20;
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 0;
    }

.re-location-post-layer {
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    opacity: 0.5;
    border-radius: 0;
    transform: translatey(-100%);
}

.real-estate-location .re-location-post:hover .re-location-post-layer {
    transform: translatey(0);
}


/* Change the dots of slick slider*/

.real-estate-location .slick-dotted.slick-slider .slick-dots li button {
    background-color: var(--overlay-color);
    opacity: .25;
    width: 6px !important;
    font-size: 0;
    height: 6px;
    border-radius: 50%;
    padding: 0;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li.slick-active button {
    opacity: .75;
    background-color: var(--overlay-color);
    width: 8px !important;
    height: 8px !important;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li button::before {
    font-size: 0px;
    display: none;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li {
    display: flex;
    align-items: center;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    list-style: none;
    gap: 13px;
}

.realestate-classic-section-testimonials-container.real-estate-location .slick-dotted.slick-slider .slick-dots {
    margin-top: 32px !important;
}

.real-estate-location .slick-slider .slick-arrow {
    border: unset;
    background: #fff0;
    position: relative;
    font-size: 0;
    color: unset;
    margin: 0 15px;
}

    .real-estate-location .slick-slider .slick-arrow.slick-prev::after {
        transform: rotate(180deg);
        left: -5px;
    }

    .real-estate-location .slick-slider .slick-arrow::after {
        content: "\f061";
        font-family: 'Font Awesome 6 Free';
        font-weight: 700;
        position: absolute;
        color: var(--secondary-color);
        font-size: 15px;
    }

    .real-estate-location .slick-slider .slick-arrow.slick-disabled::after {
        opacity: 0.3;
    }


/* realestate section browsby search terms  */

.realestate-list-terms-section {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

    .realestate-list-terms-section li {
        width: calc(100% / 5 - 10px);
    }

.realestate-search-categories-section.size-4 .realestate-list-terms-section {
    gap: 7px 43px;
    margin-top: -4px;
}

    .realestate-search-categories-section.size-4 .realestate-list-terms-section li {
        width: calc(100% / 4 - 33px);
    }

    .realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show,
    .realestate-list-terms-section.size-1 li {
        width: calc(100% / 1);
    }

        .realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show span,
        .realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show i {
            color: #4081FF;
        }

    .realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show {
        margin-top: 11px;
    }

.realestate-search-categories-section.size-4 {
    margin-bottom: 75px;
}

.realestate-list-terms-section li a {
    color: var(--descprition-color);
    transition: var(--transition);
}

    .realestate-list-terms-section li a:hover {
        color: var(--primary-color);
    }

.realestate-list-terms-section .realestate-list-terms-show {
    width: 100%;
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--primary-font);
}

    .realestate-list-terms-section .realestate-list-terms-show i {
        transition: var(--transition);
    }

    .realestate-list-terms-section .realestate-list-terms-show.active i {
        transform: rotate(178deg);
    }


/* realestate inquiry form  */

.realestate-classic-home-Inquiry .realestate-Inquiry-list li {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-font-color);
    display: flex;
    align-items: center;
    gap: 12px;
}

.realestate-classic-home-Inquiry p {
    margin-bottom: 14px;
    color: var(--primary-font-color);
}

.realestate-classic-home-Inquiry .realestate-Inquiry-list li i {
    color: var(--primary-color);
    font-size: 18px;
}

.realestate-classic-home-Inquiry .realestate-Inquiry-list {
    display: flex;
    flex-flow: column;
    gap: 21px;
}

.realestate-classic-home-Inquiry .realestate-section-title {
    margin-bottom: 6px;
    text-transform: capitalize;
}

.realestate-section-title.mb-20.color-070026 {
    margin-bottom: 18px;
}

.realestate-classic-home-Inquiry.form3-home .realestate-section-title {
    color: #070026;
    text-transform: capitalize;
}

.realestate-classic-home-Inquiry.classic2-color-started-hp {
    padding-left: calc(14% + 2px);
    margin-top: -2px;
}

    .realestate-classic-home-Inquiry.classic2-color-started-hp p {
        line-height: 1.6em;
    }

/* form styling  */

.realestate-inquiry-form {
    background-color: var(--white-700);
    border-radius: 8px;
    padding: 32px;
    margin-right: 8px;
    box-shadow: 0px 22px 76px 0 #0000002b;
}

    .realestate-inquiry-form h2 {
        font-weight: 700;
    }

.realestate-inquiry-form-data .form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.realestate-inquiry-form-data input,
.realestate-inquiry-form-data span.select2-selection.select2-selection--single.select2-selection--clearable {
    background-color: #F8F9FC;
    border-color: #EEF0F5;
    height: 34px;
    border-radius: 4px;
    padding: 1px 0;
}

.realestate-inquiry-form-data input,
.realestate-inquiry-form-data span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.realestate-inquiry-form-data span.select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__clear {
    display: none;
}

.realestate-inquiry-form-group {
    margin-bottom: 16px;
}

.realestate-inquiry-form-data div {
    padding: 0 4px;
}

.realestate-inquiry-form-data input,
.realestate-inquiry-form-data span.select2-selection.select2-selection--single.select2-selection--clearable span {
    font-size: 12px;
    font-weight: 400;
    padding: 0 12px;
    line-height: 29px;
    color: #4E576E !important;
}

.realestate-inquiry-form-data b {
    border: unset !important;
}

    .realestate-inquiry-form-data b::after {
        content: var(--chevron-down-icon-code);
        font-family: var(--icons-font);
        position: absolute;
        margin-top: -10px;
        margin-left: -8px;
        color: var(--primary-font-color);
    }

.realestate-inquiry-form-data input[type="submit"] {
    border: unset;
    background-color: var(--primary-color-700);
    color: var(--primary-color) !important;
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 10px 16px;
    border-radius: 4px;
    height: 48px;
    margin: 0 0 0 5px;
    width: calc(100% - 8px) !important;
    margin-top: 15px;
}

    .realestate-inquiry-form-data input[type="submit"]:hover {
        background-color: var(--primary-color);
        color: var(--primary-color-700) !important;
    }


/* close realestate inquiry form  */


.realestate-tabs-feature-boxes {
    border: 1px solid #CBCBCB;
    padding: 31px 32px 32px 31px;
    border-radius: 8px;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

    .realestate-tabs-feature-boxes img {
        max-height: 155px;
        object-fit: contain;
    }

    .realestate-tabs-feature-boxes h4 {
        font-weight: 600;
    }

    .realestate-tabs-feature-boxes a {
        font-size: 16px;
        color: var(--primary-font-color);
        font-weight: 600;
        text-decoration: underline;
        margin-top: 10px;
    }


/* end Explore all things property */


/* What our customer say classic honme 1 */

.realestate-classic-section-testimonials-content {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    gap: 20px;
}

.realestate-classic-section-testimonials.not-slide {
    margin: 0;
}

.realestate-classic-section-testimonials-container .slick-dots {
    margin-top: 20px !important;
}

.realestate-classic-section-testimonials {
    background: var(--white-700);
    min-height: 305px;
    margin: 10px;
    padding: 40px 31px 38px 15px;
    border-radius: 5px;
}

    .realestate-classic-section-testimonials .realestate-classic-section-testimonials-top {
        display: flex;
        align-items: center;
    }

        .realestate-classic-section-testimonials .realestate-classic-section-testimonials-top .realestate-classic-section-testimonials-img {
            width: 64px;
        }

            .realestate-classic-section-testimonials .realestate-classic-section-testimonials-top .realestate-classic-section-testimonials-img img {
                width: 64px;
                height: 64px;
                object-fit: cover;
                border-radius: 50%;
                overflow: hidden;
            }

        .realestate-classic-section-testimonials .realestate-classic-section-testimonials-top .realestate-classic-section-testimonials-title {
            display: flex;
            flex-direction: column;
            position: relative;
            align-items: start;
            justify-content: center;
            width: calc(100% - 64px);
            padding-left: 22px;
        }

            .realestate-classic-section-testimonials .realestate-classic-section-testimonials-top .realestate-classic-section-testimonials-title h5 {
                font-weight: 500;
            }

            .realestate-classic-section-testimonials .realestate-classic-section-testimonials-top .realestate-classic-section-testimonials-title img {
                position: absolute;
                right: 0;
            }

.realestate-classic-section-testimonials-content h5 {
    font-weight: 500;
}

.realestate-classic-section-testimonials-container li button {
    background-color: #FFFFFF !important;
}

.realestate-classic-section-testimonials-container .slick-arrow::after {
    color: #FFFFFF !important;
}


/* realestate home 2 style  */

.realestate-home-msg-icons {
    display: flex;
    gap: 12px;
    margin-right: 30px;
}

.home-message-icon button {
    background: none;
    border: none;
    color: #373373;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.home-message-icon i {
    text-align: center;
    display: block;
    min-height: 28px;
    min-width: 31px;
    font-size: 30px;
}

.home-message-icon button::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #E20000;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -6px;
}


/* home banner section */

.realestate-home-banner-search.style1 .realestate-form-content .realestate-input-search {
    height: 48px;
    border: unset;
    border-radius: 4px;
    background: #373373;
    color: var(--white-700);
    transition: var(--transition);
    font-size: 16px;
    position: relative;
}

.realestate-home-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 4px 16px;
    background: #373373;
    gap: 8px;
    border-radius: 63px;
    width: 263px;
    margin: auto;
}

.realestate-home-category-image img {
    min-width: 24px;
    min-height: 24px;
}

.realestate-home-category-text p {
    color: #FFFFFF;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
}

.realestate-home-banner-headings h1 {
    color: #373373;
    font-weight: 400;
}

    .realestate-home-banner-headings h1 span {
        font-weight: 600;
    }

.realestate-toggle-buttons label {
    color: #373373;
}

    .realestate-toggle-buttons label input checked {
        font-size: 14px;
        font-weight: 600;
        font-family: 'inter';
    }

.realestate-category-style1 .realestate-category-style1-list-iterms a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #373373;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 1.6em;
    border-radius: 8px;
    gap: 10px;
}

    .realestate-category-style1 .realestate-category-style1-list-iterms a span {
        background-color: var(--white-700);
        width: 56px;
        height: 56px;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 15px;
    }

    .realestate-category-style1 .realestate-category-style1-list-iterms a:hover span {
        transform: translateY(-5px);
    }

    .realestate-category-style1 .realestate-category-style1-list-iterms a span {
        background-color: #E6F2FF;
    }

.realestate-home-banner-search.style1 .realestate-search-toggle input:checked + label {
    font-weight: 600;
    background-color: #fff;
}


/* home banner section end*/


/* How we help with your journey start*/

.reaestate-section-headings.text-center {
    color: #373373;
    margin-bottom: 23px;
}


/* How we help with your journey end*/


/* Recently Listed for Sale by owner (FSBO) start */

.home-sale-by-owner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: end;
}

.reaestate-section-headings-link a {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #070026;
}

.loop-style1.realestate-item .real-listings-post-content h2 {
    font-weight: 500 !important;
}

.loop-style1.realestate-item .real-listings-post-content .post-location span {
    color: #080127 !important;
}

.realestate-item .real-listings-post-content .post-details ul li {
    border-radius: 2px !important;
}

.loop-style1 .realestate-post-quick-actions a {
    border: none !important;
    background-color: #F5F5F5;
}


/* Recently Listed for Sale by owner (FSBO) End */


/* Explore Recently Listed for Rent start */

.pb-130 {
    padding-bottom: 130px;
}


/* Explore Recently Listed for Rent end */


/* What our customer say star */


.realestate-section-bg-color-dark h2 {
    color: #000000 !important;
}

.realestate-classic-section-testimonials {
    background-color: #F4F5F7 !important;
}

.reaestate-section-headings p {
    color: #000000;
}

.realestate-classic-section-testimonials-container li button {
    background-color: #000000 !important;
}

.realestate-classic-section-testimonials-container .slick-arrow::after {
    color: #000000 !important;
}


/* What our customer say End */


/* Why Millions of Users Trust us since 2017 Stsrt */



.rating-millions-user ul li p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: white;
    text-align: center;
}

.rating-millions-user ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.realstate-millions-user-content a {
    background: #F8BB18;
    padding: 12px 36px;
    border-radius: 4px;
    color: #080127;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    border: 1px solid #fff0;
    margin-left: 3px !important;
    display: inline-block;
}

    .realstate-millions-user-content a:hover {
        color: #F8BB18;
        background-color: #fff0;
        border-color: #F8BB18;
    }


/* Why Millions of Users Trust us since 2017 End */



/* home classic  */


/* banner style  */

.realstate-home2-home-banner {
    background: url('../images/home2-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 794px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -144px;
}

.realstate-home2-main-heading h1 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 10px;
}

.realstate-home2-main-heading-below-paragraph p {
    text-align: center;
    font-weight: 600;
    color: #181A20;
}

.realstate-home2-main-heading-below-paragraph {
    margin-bottom: 25px !important;
    text-transform: capitalize;
}


/* search style 1 */

.realestate-home2-banner-search.style1 {
    max-width: 981px;
    margin-bottom: .;
    margin-left: auto;
    margin-right: auto;
}

#realestate-home2-search-results {
    padding: 10px 9px;
    background-color: #ffffff8c;
    border-radius: 10px;
}

.realestate-home2-banner-search.style1 .realestate-home2-form-content {
    padding: 20px 24px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background: var(--white-700);
    gap: 10px;
}

    .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields {
        width: 163px;
    }

        .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields.search {
            width: 135px;
        }


        /* .realestate-5-banner-search.style1 .realestate-home2-form-content .realestate-form {
    width: calc(100% / 2 - 77px);
} */

        .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs {
            border: 1px solid #D8D8D8;
            height: 48px;
            border-radius: 5px;
            max-width: 163px;
            display: flex;
            align-items: center;
            padding: 11px 0px;
        }

            .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs span.select2-selection.select2-selection--single.select2-selection--clearable {
                border: unset;
                padding-left: 4px;
                height: 42px;
            }

            .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs .select2.select2-container.select2-container--default {
                width: 100% !important;
            }

                .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs .select2.select2-container.select2-container--default button.select2-selection__clear {
                    display: none;
                }

            .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs span.select2-selection.select2-selection--single.select2-selection--clearable span {
                color: var(--descprition-color);
                font-size: 14px;
                font-weight: 400;
                padding: 0 11px;
                line-height: 42px;
            }

            .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs b::after {
                content: var(--chevron-down-icon-code);
                font-family: var(--icons-font);
                position: absolute;
                margin-top: -14px;
                margin-left: -16px;
                color: var(--primary-font-color);
                font-size: 12px;
                font-weight: 700;
            }

            .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-home2-form-fields .realestate-form-inputs b {
                border: unset;
            }

.realestate-home2-banner-search.style1 .realestate-form-inputs-search input {
    width: 424px;
    height: 48px;
    border-radius: 5px;
    color: var(--descprition-color);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 17px;
}

.realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-input-search {
    border: unset;
    border-radius: 4px;
    background: var(--primary-color);
    color: var(--white-700);
    transition: var(--transition);
    font-size: 16px;
    height: 48px;
    max-width: 163px;
    position: relative;
    font-weight: 300;
    border-radius: 6px;
}

    .realestate-home2-banner-search.style1 .realestate-home2-form-content .realestate-input-search:hover {
        color: var(--primary-color);
        background: var(--primary-color-700);
    }

.realestate-search-toggle-banner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    position: relative;
    z-index: 0;
    margin-top: 13px;
}

    .realestate-search-toggle-banner2 input {
        display: none;
    }

    .realestate-search-toggle-banner2 label {
        background: var(--white-700);
        font-size: 16px;
        font-weight: 300;
        padding: 12px 15px;
        border-radius: 6px;
        min-width: 51px;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
        margin-top: 15px;
        position: relative;
        display: flex;
        transition: var(--transition);
        align-items: center;
        justify-content: center;
    }

        .realestate-search-toggle-banner2 label:hover {
            opacity: 0.7;
        }

.realstate-home2-home-items {
    padding-top: 29px;
}

.realestate-search-toggle-banner2 label::before {
    content: '';
    position: absolute;
    top: -8px;
    margin: auto;
    transition: 0.4s;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #fff0;
}

.realestate-search-toggle-banner2 input:checked + label {
    background-color: var(--primary-color);
    color: var(--white-700);
}

    .realestate-search-toggle-banner2 input:checked + label::before {
        border-bottom: 8px solid var(--primary-color);
    }


/* Explore Apartment Types */
.text-content-realstate-home2-explore-apartments-slider-box p {
    margin-top: 5px;
}

.col-realstate-home2-explore-apartments-slider-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 248px;
    padding: 22px 30px 38px 30px;
    background: #F1FAFF;
    transition: var(--transition);
    border-radius: 12px;
}

    .col-realstate-home2-explore-apartments-slider-box:hover {
        background: #d7effc;
    }

.icon-realstate-home2-explore-apartments-slider-box {
    display: flex;
    justify-content: center;
    padding: 18px 0;
    background: var(--white-700);
    border-radius: 35px;
    transition: 0.3s;
}

.col-realstate-home2-explore-apartments-slider-box:hover .icon-realstate-home2-explore-apartments-slider-box {
    padding: 38px 0;
}

.apartment-type-slider .slick-track .slick-slide > div {
    margin: 0 15px 0 13px;
}

.apartment-type-slider .slick-track .slick-slide {
    width: 247px !important;
}

.apartment-type-slider .slick-list.draggable {
    overflow: inherit;
}


/* slick dots  and buttons*/

.apartment-type-slider .slick-dots {
    padding: 0 19px 0 0;
    display: flex;
    justify-content: right;
    margin-top: 30px;
    list-style: none;
    gap: 13px;
}

.apartment-type-slider .slick-arrow {
    border: unset;
    background: #fff0;
    position: relative;
    font-size: 0;
    color: unset;
}

    .apartment-type-slider .slick-arrow::after {
        content: "\f061";
        font-family: 'Font Awesome 6 Free';
        font-weight: 700;
        position: absolute;
        color: var(--secondary-color);
        font-size: 15px;
    }

    .apartment-type-slider .slick-arrow.slick-prev::after {
        transform: rotate(180deg);
        left: -5px;
    }

    .apartment-type-slider .slick-arrow.slick-disabled::after {
        opacity: 0.3;
    }

.apartment-type-slider .slick-dots li {
    display: flex;
    align-items: center;
}

    .apartment-type-slider .slick-dots li.slick-active button {
        opacity: .75;
        background-color: var(--overlay-color);
        width: 8px !important;
        height: 8px !important;
    }

    .apartment-type-slider .slick-dots li button {
        background-color: var(--overlay-color);
        opacity: .25;
        width: 6px !important;
        font-size: 0;
        height: 6px;
        border-radius: 50%;
        padding: 0;
    }


/* end the above section of types  */


/* Properties by Cities Start */

.realstate-home2-page-properties-by-cities-heading.mb-40 {
    display: flex;
    justify-content: space-between;
}

.realstate-home2-page-properties-by-cities-button a {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: none;
    color: var(--primary-font-color);
    margin: 3px 0 0 0;
}

.realstate-properties-types-grid {
    width: 100%;
    height: 355px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 15px;
    overflow: hidden;
}

.realstate-home2-page-properties-by-cities-heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.realstate-properties-types-grid img {
    height: 100%;
    width: 100%;
    transition: var(--transition);
    min-height: 355px;
    object-fit: cover;
}

.realstate-properties-types-grid:hover img {
    transform: scale(1.1);
}

.realstate-properties-types-grid .realstate-properties-types-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 29px 26px;
    transition: var(--transition);
    left: 0;
    background-image: linear-gradient(199deg, #0000008f, #fff0);
    justify-content: end;
}

.realstate-home-page-5-discover-popular-properties-items .realestate-loop-popular-properties-heading {
    margin-bottom: 35px;
}

    .realstate-home-page-5-discover-popular-properties-items .realestate-loop-popular-properties-heading .reaestate-section-headings.home4 p {
        line-height: 1.8em;
    }

    .realstate-home-page-5-discover-popular-properties-items .realestate-loop-popular-properties-heading .reaestate-section-headings.home4 h2 {
        font-size: 30px;
        text-transform: capitalize;
        line-height: 1.8em;
    }

.realestate-loop-popular-properties-buttons {
    padding-top: 5px;
}

.realstate-properties-types-grid .realstate-properties-types-content:hover {
    background-image: linear-gradient(199deg, #0000008f, #0000008f);
    justify-content: end;
}

.realstate-properties-types-grid .realstate-properties-types-content h3 {
    font-size: 15px;
    color: var(--white-700);
    transition: var(--transition);
    margin-bottom: 7px;
    font-weight: 600;
}



.realstate-properties-types-grid .realstate-properties-types-content p {
    font-size: 14px;
    color: var(--white-700);
    font-weight: 300;
}


/* Properties by Cities End */

.realstate-home2-page-discover-popular-properties-heading.mb-40 {
    display: flex;
    justify-content: space-between;
}

.realstate-home2-page-properties-by-cities .draggable {
    overflow: hidden !important;
}

.realstate-home2-page-properties-by-cities:not(.slick-initialized) .realestate-loop-popular-properties-boxes {
    display: none !important;
}

.realstate-home2-page-properties-by-cities {
    min-height: 392px;
    overflow: hidden;
}

    .realstate-home2-page-properties-by-cities .slick-slide > div {
        margin: 0 15px;
    }

/* Box content start */

.realstate-home2-page-discover-popular-properties-boxes {
    background: var(--white-700);
    border-radius: 8px;
    overflow: hidden;
}

.realstate-home2-page-discover-popular-properties-image-box {
    position: relative;
}

.realstate-home2-page-discover-popular-properties-image img {
    object-fit: cover;
    width: 100%;
}

.featured {
    position: absolute;
    top: 10px;
    background: #009FF5;
    color: var(--white-700);
    left: 10px;
    border-radius: 6px;
    padding: 2px 12px;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
}

.properties-price {
    position: absolute;
    bottom: 19px;
    background: white;
    left: 19px;
    border-radius: 6px;
    padding: 3px 12px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 26px;
}

.realestate-loop-popular-properties-boxes.small .properties-details h5 {
    margin-bottom: 5px;
}

.realestate-loop-popular-properties-boxes.small .properties-details {
    padding: 23px 18px;
}

.properties-details {
    padding: 20px;
}

    .properties-details ul {
        display: flex;
        gap: 14px;
    }

.properties-social-details {
    display: flex;
    gap: 65px;
}

.properties-details p {
    margin-bottom: 10px;
}

.properties-details li {
    color: var(--primary-color);
    font-size: 13px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    line-height: 26px;
}

.properties-details ul {
    padding-bottom: 8px;
}

.properties-social-details {
    padding-top: 12px;
    border-top: 1px solid #DDDDDD;
    /*   */
}

.sale {
    margin: 0 !important;
}

.properties-social-details-ul {
    padding: 0 !important;
}

    .properties-social-details-ul img {
        width: 15px;
        height: 15px;
    }

.realestate-loop-popular-properties-buttons button {
    color: var(--white-700) !IMPORTANT;
    padding: 7px 0px;
    border-radius: 6px;
    width: 91px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.07) !IMPORTANT;
    text-align: center;
    border: unset !important;
}

    .realestate-loop-popular-properties-buttons button.active {
        background-color: var(--white-700) !IMPORTANT;
        font-weight: 500 !important;
        color: var(--primary-font-color) !important;
    }

.realestate-loop-popular-properties-buttons ul {
    border: unset;
    display: flex;
    gap: 10px;
    width: max-content;
}

.realestate-loop-popular-properties-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}


/* Box content End */


/* happy-homes-slider start */

.realstate-home2-happy-homes-slider {
    position: relative;
    background: url('../images/home2-testimonials.png');
    background-size: cover;
    padding-top: 266px;
    padding-bottom: 190px;
}

.popular-properties {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: end;
}

    .popular-properties .popular-properties-images img {
        height: 600px;
        width: 800px;
        border-radius: 15px;
        border: 13px solid #fff;
    }

    .popular-properties .popular-properties-content-details {
        padding: 40px;
        background-color: #ffffff;
        border-radius: 15px;
        min-height: 344px;
        width: 448px;
        position: absolute;
        top: 130px;
        left: 39px;
    }

.popular-properties-content-details .property-location {
    text-transform: uppercase;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 16px;
    color: #959595;
    letter-spacing: 5px;
}

.popular-properties-content-details .property-title {
    color: #4081FF;
    line-height: 26px;
    font-weight: 700;
    font-size: 31px;
    font-family: var(--bs-body-font-family);
    margin-bottom: 31px;
    letter-spacing: 0.6px;
    padding-top: 2px;
}

.popular-properties-content-details .property-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #647589;
    font-family: var(--bs-body-font-family);
    margin-bottom: 30px;
    letter-spacing: 0.4px;
}

.popular-properties-content-details .property-price-details {
    display: flex;
    gap: 16px;
    align-items: center;
}

.popular-properties-content-details .property-amenities {
    display: flex;
    gap: 33px;
    margin-bottom: 31px;
}

    .popular-properties-content-details .property-amenities img {
        display: inline;
    }

    .popular-properties-content-details .property-amenities li {
        color: #1C2D3A;
        font-family: var(--bs-body-font-family);
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

        .popular-properties-content-details .property-amenities li::after {
            height: 17px;
            width: 1px;
            background: #ddd;
            content: '';
            position: absolute;
            margin-left: 15px;
        }

        .popular-properties-content-details .property-amenities li:last-child:after {
            display: none;
        }

.popular-properties-content-details .property-price-details a {
    border-radius: 8px;
    background: #4081FF;
    color: var(--white-700);
    padding: 10px 19px;
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    line-height: 21px;
    font-weight: 600;
}

.property-price-details a:hover {
    color: var(--primary-color);
    background-color: var(--primary-color-700);
}

.popular-properties-content-details .property-price {
    font-size: 26px;
    font-family: var(--bs-body-font-family);
    font-weight: 600;
    line-height: 20px;
    color: #181A20;
}

.discover-popular-properties .slick-arrow {
    position: absolute;
    bottom: -77px;
    left: 0;
    right: 0;
    border-radius: 19.5px;
    background: var(--white-700);
    width: 39px;
    height: 39px;
    margin: auto;
    font-size: 0;
    border: unset;
    display: flex;
    align-items: center;
    line-height: 34px;
    justify-content: center;
}



    .discover-popular-properties .slick-arrow::after {
        content: "\f060";
        font-family: var(--icons-font);
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        font-size: 16px;
    }

.discover-popular-properties .slick-next::after {
    transform: rotate(180deg);
    top: 2px;
}

.discover-popular-properties .slick-prev {
    left: -10px;
}

.discover-popular-properties .slick-prev {
    right: 12px;
}

.discover-popular-properties .slick-next {
    right: -73px;
    color: #333333;
}

.discover-popular-properties .slick-arrow.slick-disabled {
    background: var(--white-700);
    color: #BABABA;
}


/* happy-homes-slider End */


/* Our Exclusive Agents Start */

.slider-our-exclusive-agents .slick-track .slick-slide > div {
    margin: 0 15px;
}

.our-exclusive-agents-type {
    margin-bottom: 10px;
    color: #181A20;
    margin-top: 5px;
}

.our-exclusive-agents-box-img img {
    height: 248px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
}

.agents-content {
    display: flex;
    align-items: center;
}

.our-exclusive-agents-box-content a {
    border-radius: 4px;
    border: 1px solid #181A20 !IMPORTANT;
    padding: 4px 14px;
    color: #181A20;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.slider-our-exclusive-agents .slick-slide .realstate-home2-our-exclusive-agents-box {
    width: 217px;
}

.our-exclusive-agents-box-img .our-exclusive-agents-name {
    color: #181A20;
    font-size: 15px;
}



.our-exclusive-agents-box-content a:hover {
    color: var(--white-700);
    background: #4081FF;
    border-color: #fff0 !important;
}

.slider-our-exclusive-agents .slick-list.draggable {
    overflow: inherit;
}


/* slick dots  and buttons*/

.realstate-home2-slider-our-exclusive-agents .slick-dotted.slick-slider .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 30px;
    list-style: none;
    gap: 13px;
    justify-content: center;
}

.realstate-home2-slider-our-exclusive-agents .slick-slider .slick-arrow {
    border: unset;
    background: #fff0;
    position: relative;
    font-size: 0;
    color: unset;
}

    .realstate-home2-slider-our-exclusive-agents .slick-slider .slick-arrow::after {
        content: "\f061";
        font-family: 'Font Awesome 6 Free';
        font-weight: 700;
        position: absolute;
        color: var(--secondary-color);
        font-size: 15px;
    }

.realstate-home2-slider-our-exclusive-agents .slick-arrow.slick-prev::after {
    transform: rotate(180deg);
    left: -5px;
}

.realstate-home2-slider-our-exclusive-agents .slick-slider .slick-arrow.slick-disabled::after {
    opacity: 0.3;
}

.realstate-home2-slider-our-exclusive-agents .slick-dotted.slick-slider .slick-dots li {
    display: flex;
    align-items: center;
}

    .realstate-home2-slider-our-exclusive-agents .slick-dotted.slick-slider .slick-dots li.slick-active button {
        opacity: .75;
        background-color: var(--overlay-color);
        width: 8px !important;
        height: 8px !important;
    }

    .realstate-home2-slider-our-exclusive-agents .slick-dotted.slick-slider .slick-dots li button {
        background-color: var(--overlay-color);
        opacity: .25;
        width: 6px !important;
        font-size: 0;
        height: 6px;
        border-radius: 50%;
        padding: 0;
    }


/* Our Exclusive Agents End */

.realstate-home2-request-valuation-content {
    background-image: url('../images/bg-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 782px;
    margin-bottom: 223px;
    padding-top: 120px;
}

.realstate-home2-request-valuation-heading {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home2-free-valuation-heading {
    color: var(--white-700);
    font-size: 48px;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.home2-free-valuation-para {
    font-family: var(--bs-body-font-family);
    font-weight: 300;
    font-size: 20px;
    color: var(--white-700);
    line-height: 1.5em;
    letter-spacing: 0.1px;
}

.free-valuation-form {
    display: flex;
    justify-content: center;
}

form#freevaluation {
    background-color: #181A20;
    border-radius: 15px;
    padding: 70px 200px;
    position: relative;
    max-width: 971px;
    position: relative;
}

.realstate-home2-request-valuation-form-para p {
    color: var(--white-700);
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--bs-body-font-family);
    text-align: center;
}

.realstate-home2-request-valuation-form-para {
    margin-bottom: 29px;
}

.triangle-icon-one {
    top: -5px;
    position: absolute;
    left: -3px;
}

.triangle-icon-two {
    bottom: -6px;
    position: absolute;
    right: -4px;
}

.valuation-form-input input {
    width: 100%;
    height: 45px;
    margin-bottom: 16px;
    border-radius: 6px;
    border: none;
}

.realstate-home2-request-valuation-form button {
    width: 100%;
    background: #4081FF;
    color: var(--white-700);
    border-radius: 8px;
    padding: 20px 0;
    font-family: var(--bs-body-font-family);
    font-size: 15px;
    font-weight: 600;
    border: unset;
    transition: var(--transition);
    line-height: 26px;
}

    .realstate-home2-request-valuation-form button:hover {
        background-color: var(--primary-color-700);
        color: var(--primary-color);
    }

.valuation-form-input .select2-selection.select2-selection--single {
    height: 45px;
    border-radius: 6px !important;
    border: none !important;
    width: 100% !important;
}

.valuation-form-input .select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-bottom: 16px;
}

.valuation-form-input input::placeholder {
    padding: 10px 16px;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #979797;
}

.valuation-form-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #979797;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--bs-body-font-family);
}

.valuation-form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #A6A7AA;
    line-height: 28px;
    padding: 9px 20px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;
}

.valuation-form-input .select2-container--default .select2-selection--single .select2-selection__clear span {
    display: none;
}

.valuation-form-input span.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-bottom: 16px;
}

.valuation-form-input input::placeholder {
    color: #A6A7AA;
    line-height: 28px;
    padding: 10px 16px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}

.valuation-form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 20px;
}

    .valuation-form-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #181A20 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0px;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 80%;
        width: 0;
    }


/* Range Baar code */

.price-range-container {
    background: var(--white-700);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
}

#lable-range {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: #171033;
    margin: 0 0 0 0;
}

.realestate-home2-price-range-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    padding: 0 24px;
}

    .realestate-home2-price-range-container span {
        font-size: 12px;
        font-weight: 500;
        font-family: var(--bs-body-font-family);
        color: #070026;
    }

    .realestate-home2-price-range-container #slider-range2 {
        min-width: 180px;
        background: #DCDCDC;
        border: unset;
        height: 4px;
        width: 100%;
        max-width: 419px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 10px;
        display: flex;
        bottom: 10px;
        align-items: end;
        margin: auto;
        justify-content: center;
        gap: 2px;
    }

        .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar {
            min-height: 10px;
            width: 8px;
            background: #DCDCDC;
            border-radius: 3px 3px 0 0;
        }

    .realestate-home2-price-range-container #slider-range2 .ui-widget-header {
        background-color: var(--primary-color);
    }

    .realestate-home2-price-range-container #slider-range2 .ui-slider-handle {
        width: 12px;
        height: 12px;
        cursor: pointer !important;
        border-radius: 50%;
        border: 2px solid var(--primary-color) !important;
        background: var(--white-700) !important;
        top: -4px !important;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.three-3 {
        min-height: 8px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.four-4 {
        min-height: 15px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.five-5 {
        min-height: 12px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.six-6 {
        min-height: 14px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.seven-7 {
        min-height: 17px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.eight-8 {
        min-height: 21px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.nine-9 {
        min-height: 19px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.ten-10 {
        min-height: 14px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.eleven-11 {
        min-height: 13px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.twel-12 {
        min-height: 15px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.thirteen-13 {
        min-height: 21px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.fourteen-14 {
        min-height: 21px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.fifteen-15 {
        min-height: 21px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.sixteen-16 {
        min-height: 21px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.seventeen-17 {
        min-height: 19px;
    }

    .realestate-home2-price-range-container .home2-price-range-chart-container .chart-bar.eighteen-18 {
        min-height: 14px;
    }

    .realestate-home2-price-range-container #slider-range {
        min-width: 419px;
        background-color: #DCDCDC;
        border: unset;
        height: 4px;
    }

        .realestate-home2-price-range-container #slider-range .ui-slider-range.ui-corner-all.ui-widget-header {
            background: var(--primary-color);
        }


/*Request A Free Valuation End*/


/* Start listning and buying start */

.realstate-home2-start-listning-and-buying-items {
    background: url('../images/bg-2nd-last.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 399px;
    max-width: 1600px;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}

.istning-and-buying-para {
    padding-bottom: 25px;
}

.realstate-home2-start-listning-and-buying-text a {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 26px;
    color: var(--white-700);
    padding: 18px 47px;
    width: 180px;
    height: 63px;
    background: #4081FF;
    border: none;
    border-radius: 8px;
    margin-top: 5px;
}

    .realstate-home2-start-listning-and-buying-text a:hover {
        color: var(--primary-color);
        background: var(--primary-color-700);
    }


/* realestate home 3 section elements  */


/* banner  */
.realestate-home3-items {
    margin: 0 -4px;
}

.realestate-home3-hero {
    background: url('../images/bg1.png');
    background-size: cover;
    background-position: center;
    min-height: 757px;
    display: flex;
    align-items: center;
}

.realestate-home3-user-reviews-img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 3px;
    align-items: center;
}

    .realestate-home3-user-reviews-img img {
        width: 26px;
        height: 26px;
        border: 2px solid #ddd;
        border-radius: 50%;
        object-fit: cover;
    }

    .realestate-home3-user-reviews-img .home-image-text.md {
        margin: 2px 0 0 6px;
    }

.realestate-home3-user-reviews h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 56px;
    line-height: 1.2em;
}

.realestate-home3-user-reviews .home-image-text p {
    font-weight: 700;
    color: var(--white-700);
    letter-spacing: -0.3px;
}

.realestate-home3-user-reviews h1 span {
    color: var(--primary-color);
}

.realestate-home3-user-reviews .text-paragraph p {
    color: #fff;
    font-weight: 300;
    line-height: 1.7em;
    text-transform: capitalize;
}


/* Home Form */

.realestate-search-3 {
    padding: 24px;
    width: 100%;
    background-color: #ffffff17;
    border-radius: 8px;
    backdrop-filter: blur(13px);
    border: 1px solid var(--white-700);
    max-width: 436px;
}


/* home section End */


/* realestate home 2 featurea slider  */


/* find by section title (Which Are Your Benefits?) */

.col-image-your-benefits {
    border: 1px solid #D8D8D8;
    padding: 19px 7px;
    border-radius: 8px;
    min-height: 188px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .col-image-your-benefits img {
        padding-bottom: 16px;
        text-align: center;
        object-fit: contain;
        margin: 0 !important;
    }

.realestate-classic3-section-features .slick-track .slick-slide > div {
    margin: 0 16px;
}

.realestate-classic3-section-features .slick-arrow {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    border-radius: 19.5px;
    background: var(--primary-color);
    color: var(--white-700);
    width: 24px;
    height: 24px;
    margin: auto;
    font-size: 0;
    border: unset;
    display: flex;
    align-items: center;
    line-height: 34px;
    justify-content: center;
}

.col-image-your-benefits p {
    font-size: 14px;
}

.col-image-your-benefits h5 {
    margin-bottom: 2px;
    font-size: 16px;
}


/* slick disable class */

.realestate-classic3-section-features .slick-prev {
    left: -38px;
}

.realestate-classic3-section-features .slick-next {
    right: -40px;
    color: #fff;
}

.realestate-classic3-section-features .slick-arrow.slick-disabled {
    background-color: #E7E7E7;
}

.realestate-classic3-section-features .slick-arrow::after {
    content: "\f060";
    font-family: var(--icons-font);
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    font-size: 12px;
}

.realestate-classic3-section-features .slick-next::after {
    transform: rotate(180deg);
}


/* closed  */


/* heading3 */
.reaestate-section-headings.home4 {
    color: #181A20;
}

.realstate-home2-our-exclusive-agents-heading .reaestate-section-headings.home4 h2 {
    letter-spacing: -0.8px;
    word-spacing: 2px;
}

.realstate-home2-our-exclusive-agents-heading .reaestate-section-headings.home4 p {
    line-height: 25px;
}

.realstate-home2-our-exclusive-agents-heading .reaestate-section-headings.home4 {
    margin: -22px 0 0 0;
}

.view-all-properties-4 {
    background-color: var(--white-700) !IMPORTANT;
    font-weight: 500 !important;
    color: var(--primary-font-color) !important;
    font-size: 15px;
    padding: 19px 41px;
    border-radius: 8px;
    margin-top: 7px;
}

    .view-all-properties-4:hover {
        background-color: var(--primary-font-color) !important;
        color: var(--white-700) !IMPORTANT;
    }

.reaestate-section-headings3 h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

    .reaestate-section-headings3 h2::after {
        content: '';
        width: 75px;
        background: var(--primary-color);
        position: absolute;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 1px;
    }

.reaestate-section-headings3 p {
    font-size: 14px;
    color: var(--primary-font-color);
}


/* Help to sell section */



.help-to-sell-text-heading.sec-heading {
    font-weight: 600;
    text-align: center;
}

.help-to-sell-after-text p {
    text-align: center;
    padding-top: 4px;
}

.icon-help-to-sell {
    padding-right: 50px;
}

.col-text-help-to-sell.xsm p {
    margin: 24px 0 13px 0;
    text-align: left;
    line-height: 26px;
    max-height: 105px;
    overflow: hidden;
}

.col-help-to-sell-half {
    padding-bottom: 23px;
}

.col-text-heading-icon-help-to-sell.para {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating-star-help-to-sell i {
    color: #E8E8E8;
}

.col-help-to-sell {
    padding: 30px;
    background: var(--white-700);
    border-radius: 12px;
}

.realestate-user-testimonials .slick-track .slick-slide > div {
    margin: 0px 15px;
}

.realestate-user-testimonials .slick-slide {
    width: 416px !important;
}

.rating-star-help-to-sell .checked {
    color: var(--primary-color);
    background: var(--white-700);
    font-size: 10px;
}

.col-image-name-help-to-sell-next-half {
    border-top: 1px solid #DDDDDD;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.realestate-user-testimonials .slick-list.draggable {
    overflow: inherit;
}

.realestate-user-testimonials .slick-track {
    display: flex;
}

.realestate-user-testimonials .slick-arrow {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    border-radius: 19.5px;
    background: var(--primary-color);
    color: var(--white-700);
    width: 24px;
    height: 24px;
    margin: auto;
    font-size: 0;
    border: unset;
    display: flex;
    align-items: center;
    line-height: 34px;
    justify-content: center;
}


/* slick disable class */

.realestate-user-testimonials .slick-prev {
    left: -38px;
}

.realestate-user-testimonials .slick-next {
    right: -40px;
    color: #fff;
}

.realestate-user-testimonials .slick-arrow.slick-disabled {
    background-color: #E7E7E7;
}

.realestate-user-testimonials .slick-arrow::after {
    content: "\f060";
    font-family: var(--icons-font);
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    font-size: 12px;
}

.realestate-user-testimonials .slick-next::after {
    transform: rotate(180deg);
}


/* Help to sell section End */


/* call to expert section  */

.left-speak-to-an-expert img {
    width: 100%;
    object-fit: cover;
}

.left-speak-to-an-expert {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46%;
}

.speak-to-an-expert-text-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.speak-to-an-expert {
    background: var(--white-700);
    position: relative;
}

.speak-to-an-expert-image {
    position: relative;
    max-width: 461px;
    margin-left: 18px;
    margin-top: 6px;
}

    .speak-to-an-expert-image img {
        width: 100%;
        height: 450px;
        border-radius: 50%;
        object-fit: cover;
        border: 6px solid #BBC4DB;
    }

    .speak-to-an-expert-image .expert-user-exp h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        width: 56px;
        height: 56px;
        background-color: #152046;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 16px;
    }

    .speak-to-an-expert-image .expert-user-exp p {
        font-size: 15px;
        font-weight: 600;
        line-height: 17px;
        margin: 0;
    }

    .speak-to-an-expert-image .expert-user-call {
        background-color: var(--primary-color);
        position: absolute;
        left: 5px;
        bottom: -39px;
        align-items: center;
        border-radius: 50px;
        padding: 8px 40px 8px 8px;
        display: flex;
        gap: 0px;
    }

        .speak-to-an-expert-image .expert-user-call .content {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

            .speak-to-an-expert-image .expert-user-call .content p {
                color: #F9FAF8;
            }

            .speak-to-an-expert-image .expert-user-call .content small {
                font-size: 13px;
                color: #F9FAF8;
            }

        .speak-to-an-expert-image .expert-user-call span {
            font-size: 31px;
            color: var(--primary-color);
            font-weight: 400;
            width: 80px;
            height: 80px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 16px;
        }

        .speak-to-an-expert-image .expert-user-call .content a {
            font-size: 16px;
            color: #F9FAF8;
            font-weight: 500;
        }

    .speak-to-an-expert-image .expert-user-exp {
        background-color: #fff;
        position: absolute;
        right: -66px;
        top: 58px;
        align-items: center;
        border-radius: 50px;
        padding: 8px;
        display: flex;
    }

.speak-to-an-expert-text-content .speak-to-an-expert-text-content-description {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-font-color);
    margin-bottom: 24px;
    letter-spacing: -0.4px;
}

    .speak-to-an-expert-text-content .speak-to-an-expert-text-content-description span {
        color: var(--primary-color);
    }

.speak-to-an-expert-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

    .speak-to-an-expert-heading img {
        width: 20px;
        object-fit: contain;
        height: 20px;
        margin-right: 6px;
    }

.speak-to-an-expert-list-button {
    padding: 13px 23px;
    background: var(--primary-color);
    border: none;
    border-radius: 8px;
    color: var(--white-700);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    text-align: center;
    border: 1px solid #fff0;
    max-width: 420px;
    transition: var(--transition);
}

    .speak-to-an-expert-list-button:hover {
        color: var(--primary-color);
        background: var(--white-700);
        border-color: var(--primary-color);
    }

.text-with-icon p {
    color: #676869;
}

.text-with-icon img {
    margin-right: 8px;
}


/* property loop style for home 3  */


/* realestate-call-to-action3 */

.pb-160 {
    padding-bottom: 160px;
}

.realestate-call-to-action3-content {
    text-align: center;
}

.realestate-call-to-action3-text h2 {
    font-size: 36px;
}

.realestate-call-to-action3-text p {
    font-size: 15px;
    color: var(--white-700);
}

.realestate-call-to-action3-buttons {
    padding-top: 29px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.realestate-call-to-action3 {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.realestate-call-to-action3-button-one a {
    padding: 15px 40px;
    background: var(--primary-color);
    color: var(--white-700);
    border: none;
    border-radius: 8px;
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.action3-button-two a {
    color: #181A20;
    background: var(--white-700);
}

.realestate-call-to-action3-button-one a:hover {
    color: var(--primary-color);
    background: var(--white-700);
}

.realestate-call-to-action3-button-one.action3-button-two:hover a {
    color: var(--white-700);
    background: var(--primary-color);
}

.realestate-call-to-action3-text-paragraph.para-xl {
    padding: 6.5px 0;
}


/* home 3 contact form  */


/* Contact form Start */

.map-contact-form {
    position: relative;
}

.map-contact-form-field {
    position: relative;
    border: 0px solid var(--black-700);
    padding: 40px;
    border-radius: 12px;
    background: var(--white-700);
}

.realestate-bg-map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.realestate-map-form {
    margin: auto;
    background: var(--white-700);
    border-radius: 12px;
    max-width: 591px;
    padding: 70px 0;
}

.map-contact-form-heading h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 45px;
    margin-bottom: 10px;
}

.realestate-map-contact-form-data {
    padding-top: 10px;
}

.map-contact-form-heading p {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}

.map-contact-form-heading {
    margin-bottom: 20px;
}

.realestate-map-contact-form-group .form-label-one {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 26px;
    margin-bottom: 12px;
}

.realestate-map-contact-form-group input {
    height: 53px;
    border-radius: 8px;
}

.realestate-map-contact-form-group {
    margin-bottom: 20px;
}

    .realestate-map-contact-form-group input {
        height: 50px;
        border-radius: 8px;
    }

.fixed-height {
    height: 150px;
    resize: none;
    border-radius: 8px;
}

.map-contact-form-btn-link {
    border-radius: 12px;
    color: var(--white-700);
    background: #153D46;
    width: 100%;
    padding: 15px 0;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 15px;
    transition: var(--transition);
    line-height: 26px;
    border: none;
}

    .map-contact-form-btn-link:hover {
        background: var(--primary-color);
        border: none;
    }


/* button css  change*/

.realestate-classic3-section-features .slick-next::after {
    transform: rotate(180deg);
    top: -6px;
}

.realestate-user-testimonials .slick-next::after {
    transform: rotate(180deg);
    top: -6px;
}

.help-to-sell-two .slick-next::after {
    transform: rotate(180deg);
    top: -6px;
}


/* button css  change End*/


/* home conmtact form start */

.estimation-form-btn-link {
    width: 100%;
    background: var(--primary-color);
    color: var(--white-700);
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 300;
    padding: 14px 0;
    border: none;
    transition: var(--transition);
    border-radius: 4px;
}

    .estimation-form-btn-link:hover {
        background: var(--white-700);
        color: var(--primary-color);
    }

.realestate-hoem-estimation-form input::placeholder,
.realestate-hoem-estimation-form input {
    border-radius: 4px;
    height: 47px;
    padding: 8px 15px;
    color: #8D8D8D;
    font-size: 15px;
    border: unset;
}

.realestate-home-estimation-form-data .col-md-12 {
    padding: 0 0 9px 0;
}

    .realestate-home-estimation-form-data .col-md-12:first-child {
        padding-right: 4px;
    }

    .realestate-home-estimation-form-data .col-md-12:nth-child(2) {
        padding-left: 4px;
    }

.home-estimation-form-heading h3 {
    color: var(--white-700);
    font-family: var(--primary-font);
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}

.home-form-estimation-paragraph p {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 300;
    color: var(--white-700);
    margin-bottom: 14px;
}

.realestate-home-estimation-form-text p {
    color: var(--white-700) !important;
    font-size: 16px !important;
    font-family: var(--primary-font) !important;
    font-weight: 600 !important;
}

.realestate-hoem-estimation-form.width-home3-checkbox .input-chek-box-text::before {
    width: 14px;
    height: 14px;
    content: '';
    background: #D9D9D9;
    border-radius: 2px;
    margin-left: -22px;
    font-family: var(--icons-font);
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    position: absolute;
    margin-top: 5px;
}

.realestate-hoem-estimation-form.width-home3-checkbox input:checked + .input-chek-box-text::before {
    content: var(--check-icon-code) !important;
    background: var(--primary-color) !important;
    color: var(--white-700) !important;
    border-color: #fff !important;
    font-size: 8px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realestate-home-estimation-form-text {
    padding-top: 7px;
}

.width-home3-checkbox input {
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}

.input-chek-box-text {
    color: var(--white-700);
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 26px;
    font-family: var(--primary-font);
    margin-top: 0px;
}

input.form-control::placeholder {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #717171;
}


/* joining people Start*/

.joining-people-heading {
    padding-top: 146px;
}

    .joining-people-heading h2 {
        font-family: var(--primary-font);
        font-size: 32px;
        font-weight: 600;
        color: #333333;
        line-height: 50px;
        margin: 0;
    }

.joining-people-heading {
    margin-bottom: 30px;
}

.leadgen-blogs .reaestate-section-headings {
    margin-bottom: 5px;
}

    .leadgen-blogs .reaestate-section-headings p {
        margin-top: 5px;
    }

.joining-people-list {
    margin-bottom: 63px;
}

.text-with-icon {
    color: #070026;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    margin-bottom: 18px;
}

.joining-people-image-content {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.joining-people-image {
    box-shadow: 0 5px 31px 0 #00000014;
    border-radius: 8px;
    height: 590px;
}

    .joining-people-image img {
        object-fit: cover;
        width: 100%;
        height: 590px;
    }

.joining-people-image-text {
    position: absolute;
    background: #153d46a1;
    backdrop-filter: blur(15px);
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 24px 24px 32px 24px;
}

.joining-people-image-text-paragraph {
    padding-bottom: 16px;
}

    .joining-people-image-text-paragraph p {
        color: var(--white-700);
        font-size: 18px;
        font-family: var(--primary-font);
        margin: 0 0 0 0;
        font-weight: 500;
    }

.joining-people-image-text-heading p {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    text-align: center;
    width: 100%;
    color: var(--white-700);
    margin: 0 0 0 0;
}

.joining-people-image-text-heading-star {
    display: flex;
    flex-wrap: wrap;
    transition: var(--transition);
    padding: 0 0 5px 0;
    margin-bottom: -95px;
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
}

.joining-people-image-content:hover .joining-people-image-text-heading-star {
    margin-bottom: 0;
}

.checked-one {
    color: var(--white-700);
}

.joining-people-image-text-button {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    position: absolute;
    right: 24px;
    transition: var(--transition);
    bottom: -100px;
}

.joining-people-image-content:hover .joining-people-image-text-button {
    bottom: 32px;
}

.joining-people-image-text-name h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--white-700);
    margin: 0 0 0 0;
}

.joining-people-image-text-button-one i {
    color: var(--white-700);
    padding: 4px;
    cursor: pointer;
    border: 1px solid var(--white-700);
    border-radius: 28px;
    font-size: 9px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .joining-people-image-text-button-one i:hover {
        color: var(--black-700);
        background: var(--white-700);
        border-radius: 28px;
    }

.joining-people-image-text-button-one.slick-disabled i {
    color: #dddddda6;
    border: 1px solid #dddddda6;
    border-radius: 28px;
    cursor: none;
}


/* joining people End*/


/* 5 years experience section */

.about-experience-heading {
    margin-bottom: 8px;
}

    .about-experience-heading h2 {
        font-family: var(--primary-font);
        font-size: 32px;
        font-weight: 600;
        margin: 0;
    }

.about-experience-para p {
    color: var(--white-700);
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
}

.about-experience-para {
    margin-bottom: 8px;
}

.about-experience-list-heading .text-with-icon p {
    color: var(--white-700);
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-experience-list-heading .text-with-icon {
    margin-bottom: 14px;
}


/* 5 years experience section end


/* footer style */

.realestate-footer-sidebar-form form {
    margin-bottom: 30px;
}

.realestate-footer-sidebar-customer-care-no-email {
    display: flex;
    gap: 15px;
}

.realestate-footer-sidebar-customer-care p {
    color: #BEBDBD;
}

.realestate-footer-sidebar-customer-care-no-email p {
    color: var(--white-700);
    font-weight: 400;
    font-size: 16px;
}

.realestate-footer-copyright p {
    color: var(--white-700);
    font-size: 14px;
    font-weight: 300;
}

.ptb-25 {
    padding: 25px;
}

.pt-226 {
    padding-top: 226px;
}


/* home page 4 start */

.realestate-section-bg-color-gold {
    background-color: #FFF5EC;
}

.realestate-section-bg-color-FBFBFB {
    background-color: #FBFBFB !important;
}

/* banner realestate main home */

.realestate-banner-content-cleints-thumbnail-style2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .realestate-banner-content-cleints-thumbnail-style2 p span {
        color: var(--primary-color);
    }

    .realestate-banner-content-cleints-thumbnail-style2 p {
        margin-left: 6px;
        color: #0A1425;
        font-weight: 700;
    }

.realestate-banner-content-style2 .color-dark .line {
    color: #fff0;
    border-bottom: 1px solid var(--primary-color);
}

.realestate-banner-content-style2 .color-dark {
    color: #0A1425;
}

.realestate-banner-content-cleints-thumbnail-style2 img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.btn-style2-fancybox {
    display: flex;
    transition: var(--transition);
    gap: 10px;
    align-items: center;
}

    .btn-style2-fancybox:hover {
        opacity: 0.6;
    }

.realestate-banner-container-style2 {
    min-height: 800px;
    background-image: url('../images/banner-bg-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1022px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -110px;
}

    .realestate-banner-container-style2.home-solo {
        margin-top: -217px;
    }

        .realestate-banner-container-style2.home-solo .realestate-banner-content-cleints-style2-thumbnail {
            right: 14%;
            bottom: 0;
        }

    .realestate-banner-container-style2 > div {
        z-index: 9;
    }

    .realestate-banner-container-style2.home-solo .realestate-banner-content-style2 .realestate-banner-content-cleints-thumbnail-style2 {
        gap: 4px;
        margin-bottom: -1px !important;
        margin-top: -23px;
    }

.realestate-banner-content-cleints-style2.mb-20 {
    margin-bottom: 12px;
}

.realestate-banner-container-style2.home-solo .realestate-banner-content-style2 {
    margin-top: -10px;
}

.realestate-banner-content-cleints-style2-thumbnail {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
}

.realestate-realestate-banner-home7-cleints-style2 h1 {
    font-size: 56px;
}

.btn-style2 .agent-book-triger {
    background: var(--primary-color);
    border: transparent;
    text-align: center;
    padding: 13px 16px;
    color: var(--white-700);
    border-radius: 4px;
    transition: var(--transition);
}

    .btn-style2 .agent-book-triger:hover {
        background: var(--primary-color-700);
        color: var(--primary-color);
    }

.realestate-industry-container-style2 .realestate-main-style2-headings {
    margin-top: 13px;
}

.btn-style2 {
    display: flex;
    gap: 24px;
    align-items: center;
    max-width: calc(100% - 11px);
}

.realestate-element-section.rusted-users-counts {
    margin-top: 56px;
}

span.line {
    color: var(--primary-color);
}


/* agent mein start */

.realestate-contact {
    display: flex;
    gap: 8px;
    align-items: center;
}

.realestate-main-thumbnail-style2 {
    margin-top: 27px;
}

.realestate-contact a {
    border: 1px solid var(--deaf-font-color-400);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--deaf-font-color-400);
}

.realestate-main-style2-headings p {
    background: #FFF5EC;
    width: fit-content;
    padding: 4px 12px;
    margin-bottom: 3px;
    border-radius: 15px;
    color: var(--primary-color);
    font-size: 12px;
}

.realestate-main-style2-agent.pl-30 {
    padding-left: 44px;
    max-width: calc(100% - 33px);
}

.realestate-main-style2-headings h2 {
    font-weight: 700;
    font-size: 32px;
}

.realestate-main-style2-agent-content h2 {
    font-weight: 700;
    font-size: 32px;
}

.realestate-main-style2-agent-content h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.realestate-main-style2-agent-content {
    display: flex;
    flex-direction: column;
}

.realestate-main-style2-agent-contact {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.realestate-contact-name h6 {
    font-size: 12px;
    font-weight: 400;
    color: #070026;
}


/* agent close  */


/* partner section  */

.realestate-industry-container-style2 img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.realestate-industry-container-style2 .title {
    text-align: center;
}

    .realestate-industry-container-style2 .title h6 {
        color: var(--primary-color);
    }

    .realestate-industry-container-style2 .title h2 {
        font-size: 32px;
        font-weight: 700;
    }

.realestate-industry-container-style2 {
    background-color: #FFF5EC;
}


/* section user with form  */

.realestate-form-style2-thumbnail img {
    width: 100%;
    height: 490px;
}

.realestate-form-style2-form-inputs input {
    padding: 11px;
    width: 100%;
    border: 1px solid #80808020;
    border-radius: 8px;
}

.realestate-form-style2-form-inputs label {
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}



.realestate-form-style2-form-inputs input::placeholder {
    color: #757575;
    padding: 0;
}

.realestate-form-style2-form-inputs textarea {
    min-height: 166px;
    padding: 15px;
    width: 100%;
    border: 1px solid #80808020;
    border-radius: 8px;
    resize: none;
}

.realestate-form-style2-form-inputs input[type="submit"] {
    border: transparent;
    width: 100%;
    padding: 16px 15px;
    transition: var(--transition);
    border-radius: 8px;
    background: var(--primary-color);
    color: var(--white-700);
    font-size: 16px;
    font-weight: 600;
}

    .realestate-form-style2-form-inputs input[type="submit"]:hover {
        background: var(--primary-color-700);
        color: var(--primary-color);
    }

.realestate-form-style2-contacts {
    display: flex;
    gap: 0 16px;
}

.realestate-form-style2-contacts-type p {
    color: #808080;
}

.realestate-form-style2-contacts-icon a {
    width: 50px;
    height: 50px;
    border: 1px solid #251302;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #251302;
}

.realestate-form-style2-contacts-menu {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.luxury-listings.realestate-form-style2-contacts-menu {
    padding-left: 36px;
    padding-top: 11px;
}

.realestate-form-style2-contacts-type h4 {
    font-weight: 400;
    color: #444444;
}

.realestate-form-style2-contacts-social-icons ul {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .realestate-form-style2-contacts-social-icons ul li a {
        color: #251302;
        font-size: 20px;
    }

        .realestate-form-style2-contacts-social-icons ul li a:hover {
            color: var(--primary-color);
            transform: scale(1.1);
        }

.realestate-farm-style2-thumbnail {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover
}

    .realestate-farm-style2-thumbnail .agent-name h4 {
        color: var(--white-700);
        font-size: 21px;
        margin-bottom: 3px;
        font-weight: bold;
    }

    .realestate-farm-style2-thumbnail .agent-name h6 {
        color: var(--white-700);
        font-weight: 400;
    }

    .realestate-farm-style2-thumbnail img {
        height: 480px;
        object-fit: cover;
        width: 100%;
    }

    .realestate-farm-style2-thumbnail .agent-name {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        background: #0006;
        right: 0;
        min-height: 91px;
        padding: 13px;
        transition: var(--transition);
    }

    .realestate-farm-style2-thumbnail:hover .agent-name {
        background: rgba(0, 0, 0, 0.685);
    }

.realesrate-section3-logo-partnetrs {
    background-color: #0f333b;
    padding: 0 5%;
}

    .realesrate-section3-logo-partnetrs .realestate-element-section {
        max-width: 1800px;
        margin: auto;
    }


/* hover effect */


/* open agent slider data css from home 4 */

.realestate-cleint-about-rowan-style2-slide .jones-thumbnial {
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.realestate-cleint-about-rowan-style2-slide .agent-post {
    background: var(--white-700);
    border-radius: 8px;
    padding: 24px 26px 24px 21px;
}

.realestate-cleint-about-rowan-style2-slide .about-jones {
    display: flex;
    gap: 10px;
}

.realestate-cleint-about-rowan-style2-slide .review-gallery-thumbs {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 28px;
    overflow: hidden;
}

    .realestate-cleint-about-rowan-style2-slide .review-gallery-thumbs img {
        width: calc(100% / 3);
        height: 85px;
        object-fit: cover;
    }

.realestate-cleint-about-rowan-style2-slide .jones-name h6 {
    color: #636363;
    font-weight: 300;
}

.realestate-cleint-about-rowan-style2-slide .slick-arrow {
    border-radius: 8px;
    background: #070026;
    color: var(--white-700);
    font-size: 0;
    border: transparent;
    display: none !IMPORTANT;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realestate-cleint-about-rowan-style2-slide .slick-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.realestate-cleint-about-rowan-style2-slide .slick-slide {
    margin: 25px 12px;
    width: 350px !IMPORTANT;
}

.realestate-cleint-about-rowan-style2-slide .cleints-content p {
    font-size: 14px;
    font-weight: 400;
    padding: 29px 0 7px 0;
}

.realestate-cleint-about-rowan-style2-slide .slick-arrow:before {
    content: var(--chevron-down-icon-code);
    font-family: var(--icons-font);
    font-size: 10px;
    font-weight: 800;
    transform: rotate(90deg);
}

.realestate-cleint-about-rowan-style2-slide li button {
    border: unset;
    background: #fff0;
    font-size: 13px;
    color: var(--primary-color);
}

.realestate-cleint-about-rowan-style2-slide .slick-next:before {
    transform: rotate(270deg);
}

.realestate-form-container-style2 .realestate-form-style2-form-inputs .realestate-user-form-group label {
    margin-bottom: 9px;
}

.realestate-form-container-style2 .realestate-form-style2-form-inputs .realestate-user-form-group {
    margin-bottom: 24px;
}

.realestate-cleint-about-rowan-style2-slide li.slick-active button {
    font-weight: 600;
    color: #73777D;
}

.realestate-cleint-about-rowan-style2-slide .realestate-testimonals-rating {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-top: 2px;
}

    .realestate-cleint-about-rowan-style2-slide .realestate-testimonals-rating .filled {
        color: #F8BB18;
    }

    .realestate-cleint-about-rowan-style2-slide .realestate-testimonals-rating li {
        font-size: 16px;
    }

.realestate-cleint-about-rowan-style2-slide .cleints-content a {
    font-size: 12px;
    color: var(--primary-color);
}


/* start home page 5  */


/* banner starts  */


/* **************************************************  Style 3 baner start ***************************************************************************/

.real-estate-banner-style3-content {
    position: relative;
    z-index: 99;
}

.real-estate-banner-container-style3 {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1077px;
    display: flex;
    margin-top: -110px;
    padding-top: 336px !IMPORTANT;
    margin-left: -71px;
}

.real-estate-banner-container-style3-title p {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 200;
}

.real-estate-banner-btn-style3 .play-btn .fancybox {
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    position: relative;
    z-index: 9999;
}

.real-estate-banner-btn-style3 .realesate-icon-arrew {
    position: absolute;
    bottom: 19px;
    transform: rotate(77deg);
}

.real-estate-banner-btn-style3 .play-btn .fancybox i {
    background: #FFFFFF;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: var(--transition);
    justify-content: center;
    font-size: 21px;
}

    .real-estate-banner-btn-style3 .play-btn .fancybox i:hover {
        background-color: var(--primary-color);
    }

.real-estate-banner-container-style3-title h1 {
    font-size: 76px;
    margin-bottom: 0px;
    color: var(--white-700);
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 88px;
}

.real-estate-banner-container-style3-title {
    position: relative;
}

.real-estate-banner-btn-style3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2px;
}

.real-estate-banner-features-style3 ul li .img {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px;
}

.real-estate-banner-features-style3 ul li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.real-estate-banner-features-style3 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0 17px 0;
    padding-right: 130px;
}

    .real-estate-banner-features-style3 ul li p {
        color: var(--white-700);
    }

.real-estate-banner-btn-style3 .book-time {
    background: var(--primary-color);
    color: #152946;
    padding: 12px 30px;
    border-radius: 8px;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
    max-width: 331px;
    font-weight: 400;
    font-size: 18px;
    transition: var(--transition);
}

    .real-estate-banner-btn-style3 .book-time:hover {
        background-color: var(--primary-color-700);
        color: var(--secondary-color);
    }

.real-estate-banner-style3-content.pt-90 {
    position: relative;
    z-index: 99;
}

.real-estate-banner-thumbnail-style3 {
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 760px;
}


/* **************************************************  Style 3 Main start ***************************************************************************/
.real-estate-main-container-style3 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}



.real-estate-main-container-style3-content-title p {
    color: black;
    background: var(--primary-color-700);
    width: fit-content;
    font-weight: 500;
    border-radius: 25px;
    padding: 5px 20px;
}

.real-estate-main-container-style3-content-content h2 {
    font-size: 32px;
    font-weight: 700;
}

.real-estate-main-container-style3-content-content.pb-30.pt-30 p {
    margin-top: 8px;
}

.real-estate-main-container-style3-thumbnail {
    position: relative;
    width: 596px;
    max-height: 596px;
}

    .real-estate-main-container-style3-thumbnail img {
        position: absolute;
        right: -17px;
        object-fit: cover;
        width: 100%;
        height: 596px;
    }

.real-estate-banner-btn-style3 a {
    background: var(--primary-color);
    color: #152946;
    padding: 13px 30px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 16px;
}

    .real-estate-banner-btn-style3 a:hover {
        background-color: transparent;
        border: 1px solid var(--primary-color);
        color: #151e42;
    }

.real-estate-main-container-style3-thumbnail .play-btn.style2 {
    position: absolute;
    bottom: -360px;
    right: -42px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: center;
    margin: auto;
    text-align: center;
    left: -46px;
}

.real-estate-main-container-style3-thumbnail:hover .play-btn.style2 {
    transform: scale(1.1);
}

.real-estate-main-container-style3-thumbnail .play-btn.style2 a {
    width: 81px;
    height: 81px;
    display: flex;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-700);
    font-size: 33px;
    padding: 23px 30px;
}


/* **************************************************  Style 3 Main End ***************************************************************************/


/* **************************************************  Style 3 building start ***************************************************************************/

.real-estaet-building-container-style3 {
    background-image: url(../images/buil-bg.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

.real-estaet-main-container-style3-content-content.pb-30.pt-30 h4 {
    font-weight: 300;
}

.real-estaet-main-container-style3-content-content {
    margin-top: 23px;
}

.real-estaet-main-container-style3-slider-grid {
    padding: 39px 20px 39px 20px;
    background: var(--white-700);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 #00000010;
    text-align: center;
    width: 349px !IMPORTANT;
    min-height: 300px;
    display: flex !IMPORTANT;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
}

    .real-estaet-main-container-style3-slider-grid h2 {
        margin-bottom: 10px;
    }

.real-estaet-main-container-style3-slider {
    padding-left: 19px;
}

.real-estaet-main-container-style3-content-content h4 {
    font-size: 20px;
}

.real-estaet-main-container-style3-slider .slick-list.draggable {
    overflow: inherit;
}

.real-estaet-main-container-style3-slider .slick-slide {
    margin: 0 15px;
}

.real-estaet-main-container-style3-slider-grid-content p {
    font-size: 14px;
    line-height: 23px;
    color: #152946;
    overflow: hidden;
    max-height: 43px;
}

.left-side-slide {
    opacity: 0;
}

.real-estaet-main-container-style3-slider .slick-prev.slick-arrow {
    position: absolute;
    bottom: -59px;
    left: 34px;
    right: 0;
    margin: auto;
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: var(--white-700);
    padding-top: 7px;
}

.real-estaet-main-container-style3-slider .slick-next.slick-arrow {
    position: absolute;
    bottom: -58px;
    left: 134px;
    right: 0;
    margin: auto;
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: var(--white-700);
    padding-top: 7px;
}

.real-estaet-main-container-style3-slider .slick-prev.slick-arrow::before {
    content: "\2190";
    /* Unicode for left arrow */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
}

.real-estaet-main-container-style3-slider .slick-next.slick-arrow::before {
    content: "\2192";
    /* Unicode for right arrow */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
}

.real-estaet-main-container-style3-slider .slick-arrow.slick-disabled {
    color: #BABABA;
}

.real-estaet-main-container-style3-slider-grid-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.real-estaet-main-container-style3-slider .slick-next.slick-arrow:hover {
    color: #24F2E6;
    box-shadow: 0px 0px 3px 2px #e5dbdb;
}

.real-estaet-main-container-style3-slider .slick-prev.slick-arrow:hover {
    color: #24F2E6;
    box-shadow: 0px 0px 3px 2px #e5dbdb;
}

.real-estaet-main-container-style3-slider .slick-arrow.slick-disabled:hover {
    color: #ddd;
    background-color: #767676;
}

.real-estaet-building-container-style3 {
    padding-top: 145px;
    padding-bottom: 135px;
}

.real-estaet-main-container-style3-content-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* **************************************************  Style 3 building End ***************************************************************************/


/* **************************************************  Style 3 location start ***************************************************************************/

.real-estaet-location-container-style3 {
    background-color: #152946;
}

.real-estaet-location-container-style3-title {
    text-align: center;
}

    .real-estaet-location-container-style3-title h2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 40px;
    }

    .real-estaet-location-container-style3-title p {
        color: #ffffff;
        width: fit-content;
        background: #2c3e58;
        padding: 4px 17px;
        margin: auto;
        border-radius: 25px;
    }

.realestate-style3-locations .location-place a {
    overflow: hidden;
    width: 60px;
    height: 60px;
    font-size: 23px;
    border-radius: 50%;
    color: #152946;
    background-color: #24F2E6;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .realestate-style3-locations .location-place a:hover {
        color: var(--primary-color);
        background-color: var(--primary-color-700);
    }

.realestate-style3-locations {
    display: flex;
    align-items: center;
    gap: 0 23px;
}

.real-estaet-main-container-style3-locations h4 {
    color: #ffffff;
    font-weight: 400;
}

.real-estaet-main-container-style3-locations p {
    color: #ffffff;
    font-weight: 100;
}


/* **************************************************  Style 3 location End ***************************************************************************/


/* **************************************************************** Real Estate Style 3 All Gallery start*********************************************** */

.real-estate-gallery-style3-main p {
    color: #152946;
    font-weight: 600;
    background: #fff;
}

.real-estate-gallery-style3-colum {
    display: flex !important;
    flex-direction: column;
    gap: 18px 0;
}

    .real-estate-gallery-style3-colum .colum-one-row-one,
    .real-estate-gallery-style3-colum .colum-one-row-two,
    .real-estate-gallery-style3-colum .colum-three-row-one,
    .real-estate-gallery-style3-colum .colum-three-row-two {
        display: flex;
        gap: 0 18px;
    }

    .real-estate-gallery-style3-colum.one .colum-one-row-one .thumbnail-img.one {
        width: 316px;
        height: 421px;
    }

    .real-estate-gallery-style3-colum.one .colum-one-row-one .thumbnail-img.two {
        width: 316px;
        height: 260px;
    }

    .real-estate-gallery-style3-colum.one .colum-one-row-one {
        display: flex;
        flex-direction: column;
        gap: 17px;
    }

    .real-estate-gallery-style3-colum.one .colum-one-row-two {
        flex-direction: column;
        gap: 17px;
    }

        .real-estate-gallery-style3-colum.one .colum-one-row-two .thumbnail-img.two {
            width: 311px;
            height: 457px;
        }

        .real-estate-gallery-style3-colum.one .colum-one-row-two .thumbnail-img.one {
            width: 311px;
            height: 226px;
        }

    .real-estate-gallery-style3-colum.one {
        display: flex !IMPORTANT;
        gap: 17px;
        flex-direction: row !important;
    }

        .real-estate-gallery-style3-colum.one .colum-one-row-one {
            display: flex;
            flex-direction: column;
        }

    .real-estate-gallery-style3-colum.two {
        width: 315px !IMPORTANT;
    }

    .real-estate-gallery-style3-colum.three {
        width: 780px !important;
    }

    .real-estate-gallery-style3-colum .thumbnail-img {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        cursor: all-scroll;
    }

        .real-estate-gallery-style3-colum .thumbnail-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .real-estate-gallery-style3-colum .colum-one-row-one,
    .real-estate-gallery-style3-colum .colum-three-row-one {
        align-items: end;
    }

    .real-estate-gallery-style3-colum .colum-one-row-two,
    .real-estate-gallery-style3-colum .colum-three-row-two {
        align-items: start;
    }

    .real-estate-gallery-style3-colum .colum-one-row-one .thumbnail-img.one {
        width: 289px;
        height: 333px;
    }

    .real-estate-gallery-style3-colum .colum-one-row-one .thumbnail-img.two {
        width: 473px;
        height: 333px;
    }

    .real-estate-gallery-style3-colum .colum-one-row-two .thumbnail-img.one {
        width: 401px;
        height: 333px;
    }

    .real-estate-gallery-style3-colum .colum-one-row-two .thumbnail-img.two {
        width: 361px;
        height: 333px;
    }

    .real-estate-gallery-style3-colum .colum-two-row-one .thumbnail-img.one {
        width: 100%;
        height: 681px;
    }

    .real-estate-gallery-style3-colum .colum-three-row-one .thumbnail-img.one {
        width: 309px;
        height: 335px;
    }

    .real-estate-gallery-style3-colum .colum-three-row-one .thumbnail-img.two {
        width: 453px;
        height: 333px;
    }

    .real-estate-gallery-style3-colum .colum-three-row-two .thumbnail-img.one {
        width: 250px;
        height: 347px;
    }

    .real-estate-gallery-style3-colum .colum-three-row-two .thumbnail-img.two {
        width: 508px;
        height: 333px;
    }

    .real-estate-gallery-style3-colum .thumbnail-img-layer {
        background: #0000006E;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.3s;
        transform: translatey(-100%);
    }

    .real-estate-gallery-style3-colum .thumbnail-img:hover .thumbnail-img-layer {
        transform: translateY(0);
    }

    .real-estate-gallery-style3-colum .thumbnail-img-text {
        position: absolute;
        bottom: 20px;
        left: 25px;
        color: #fff;
        opacity: 0;
        transition: 0.3s;
        visibility: hidden;
        transform: translatey(15px);
    }

    .real-estate-gallery-style3-colum .thumbnail-img:hover .thumbnail-img-text {
        opacity: 1;
        visibility: visible;
        transform: translatey(0);
    }

    .real-estate-gallery-style3-colum .thumbnail-img-text h2 {
        color: #FFF;
        font-family: Inter;
        font-size: 22px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.64px;
        text-transform: capitalize;
        margin-bottom: 9px;
    }

    .real-estate-gallery-style3-colum .thumbnail-img-text p {
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-weight: 600;
        background: #fff0;
        line-height: normal;
        letter-spacing: -0.13px;
        margin-bottom: 0;
    }

.real-estate-gallery-style3-slider .slick-track {
    display: flex;
    align-items: center;
    gap: 0 16px;
}

.real-estate-gallery-style3-slider.hand-to-scroll {
    cursor: all-scroll;
}

.real-estate-gallery-style3-slider .slick-dots {
    right: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -35px;
    left: 0;
    gap: 0 5px;
}

    .real-estate-gallery-style3-slider .slick-dots button {
        line-height: 0;
        font-size: 0;
        border-radius: 25px !important;
        width: 13px !important;
        height: 13px !important;
        background: #D6D6D6;
        border: none;
    }

.real-estate-gallery-style3-slider .slick-active button {
    background: var(--primary-color);
    width: 30px !important;
}


/* **************************************************************** Real Estate Style 3 All Gallery End *********************************************** */


/* **************************************************************** Real Estate Appartment start ****************************************************** */

.real-estaet-appartment-container-style3 .apartment-title p {
    width: fit-content;
    background: var(--primary-color-700);
    padding: 3px 19px;
    border-radius: 25px;
    font-weight: 600;
    color: #151e42;
    margin: auto;
}

.real-estaet-appartment-container-style3 .apartment-title {
    text-align: center;
}

    .real-estaet-appartment-container-style3 .apartment-title h2 {
        font-size: 40px;
        font-weight: 600;
    }

.real-estaet-appartment-container-style3 .area {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding: 3px 0;
    justify-content: space-between;
}

.real-estaet-buying-container-style3 {
    padding-top: 124px;
}



.real-estaet-appartment-container-style3-post-about-portion {
    margin-top: 16px;
}

.real-estaet-appartment-container-style3 .area p {
    color: #152946;
    font-weight: 600;
}

.real-estaet-appartment-container-style3-post {
    background: var(--primary-color);
    border-radius: 15px;
    padding: 48px;
    min-height: 482px;
    max-width: 536px;
}

    .real-estaet-appartment-container-style3-post h2 {
        font-size: 30px;
    }

.real-estaet-appartment-container-style3 .area .realestate-dashed-lines {
    width: 57%;
    border-bottom: 2px dashed #152046;
    background: unset;
    opacity: 1;
}

.real-estaet-appartment-container-style3 .nav-pills .nav-link {
    background: none;
    border: 0;
    position: relative;
    font-weight: 600;
    border-radius: .25rem;
    color: black;
    font-size: 20px;
}

.real-estaet-appartment-container-style3-post-content {
    padding: 12px 0 0 0;
}

    .real-estaet-appartment-container-style3-post-content p {
        color: #152046;
        text-align: justify;
        font-weight: 500;
        line-height: 28px;
    }

.real-estaet-appartment-container-style3 #pills-tab {
    justify-content: center;
    gap: 21px;
    margin-top: 3px;
}

.real-estaet-appartment-container-style3 .nav-pills .nav-link.active,
.real-estaet-appartment-container-style3 .nav-pills .show > .nav-link {
    border-bottom: 3px solid var(--primary-color);
    border-radius: 0;
    background: none !important;
}

    .real-estaet-appartment-container-style3 .nav-pills .nav-link.active::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--primary-color);
        border: 3px solid #fff;
        border-radius: 50%;
        bottom: -7px;
        left: 0;
        right: 0;
        margin: auto;
    }


/* **************************************************************** Real Estate Appartment End ******************************************************** */


/* **************************************************************** Real Estate buying option start ******************************************************** */

.real-estaet-buying-container-style3 {
    background: #152946;
}

    .real-estaet-buying-container-style3 .buying-title h2 {
        font-size: 40px;
        color: var(--white-700);
        line-height: 56px;
    }

    .real-estaet-buying-container-style3 .our-security-thumbnail {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #2c3e58;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .real-estaet-buying-container-style3 .our-security-thumbnail img {
            /* width: 24px; */
            padding-left: 7px;
        }

    .real-estaet-buying-container-style3 .our-security {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .real-estaet-buying-container-style3 .our-security-content h5 {
        color: var(--white-700);
        line-height: 36px;
    }

    .real-estaet-buying-container-style3 .our-security-content p {
        color: var(--white-700);
        font-weight: 200;
    }

    .real-estaet-buying-container-style3 .managment {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-top: 13px;
        max-width: calc(100% - 100px);
    }

    .real-estaet-buying-container-style3 .management-thumbnail {
        border-radius: 15px;
        overflow: hidden;
        margin-top: -16px;
        margin-left: -29px;
    }

        .real-estaet-buying-container-style3 .management-thumbnail img {
            object-fit: contain;
        }

    .real-estaet-buying-container-style3 .our-security .our-security-content {
        width: calc(100% - 68px);
    }


/* **************************************************************** Real Estate buying option End ******************************************************** */


/* **************************************************************** Real Estate map start ******************************************************** */

.real-estaet-map-container-style3 .apartment-title p {
    color: var(--black-700);
    background: var(--primary-color-700);
    width: fit-content;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    margin: auto;
    padding: 5px 20px;
}

.real-estaet-map-container-style3 .apartment-title h2 {
    color: #152946;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: auto;
}

.realestate-home-map-listings iframe {
    min-height: 600px;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
}

.realestate-way-map-address-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.realestate-way-map-address-box h3 {
    font-size: 20px;
    color: #152946;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 3px;
}

.realestate-way-map-address-box {
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
    min-width: 280px;
    position: absolute;
    left: 65px;
}

.realestate-way-map-address {
    position: absolute;
}

.realestate-way-map-address {
    position: absolute;
    display: flex;
    align-items: self-start;
}

.real-estaet-map-container-style3 .floors {
    text-align: center;
    margin-top: 20px;
}

.realestate-home-map-listings {
    display: flex;
    align-items: center;
    justify-content: center;
}

.real-estaet-map-container-style3 .floors h2 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 12px;
}

.real-estaet-map-container-style3 .floors p {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

.realestate-floor-cont-line {
    height: 3px;
    width: 60px;
    background: var(--primary-color);
    margin: auto;
    margin-bottom: 20px;
}


/* **************************************************************** Real Estate map End ******************************************************** */


/* **************************************************************** Real Estate sheduale start ******************************************************** */

.real-estaet-tour-container-style3 .in-touch p {
    color: var(--white-700);
    font-weight: 300;
    margin-bottom: 5px;
}

.real-estaet-tour-container-style3 .in-touch h2 {
    font-size: 40px;
    color: var(--white-700);
    line-height: 56px;
}

.real-estaet-tour-container-style3 .realestate-intouch-line {
    height: 3px;
    width: 60px;
    background: var(--white-700);
    margin-top: 14px;
}

.real-estaet-tour-container-style3 {
    position: relative;
    background-image: url('../images/home5-form-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 750px;
    padding-top: 140px;
    background-size: cover;
}

.hom5-cities-large-box a {
    width: 100%;
    max-height: 640px;
    overflow: hidden;
}

.real-estaet-tour-container-style3-container {
    overflow: hidden;
}

.real-estaet-appartment-container-style3-thumbnail {
    height: 482px;
}

    .real-estaet-appartment-container-style3-thumbnail img {
        max-width: 100%;
        object-fit: cover;
        height: 100%;
    }

.realestate-schedule-form {
    max-width: 888px;
    margin: auto;
    backdrop-filter: blur(4px);
    border: 1px solid #F2F2F2;
    border-radius: 15px;
    padding: 33px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
}

.realestate-schedule-form-group input {
    border: unset;
    height: 48px;
    border-radius: 8px;
    color: #8D8D8D;
    padding: 2px 16px;
}

.realestate-schedule-form-group textarea {
    width: 100%;
    resize: unset;
    border: unset;
    min-height: 119px;
    border-radius: 8px;
    color: #8D8D8D;
    font-size: 14px;
    padding: 15px;
}

.realestate-schedule-form-group {
    margin-bottom: 20px;
}

.realestate-schedule-form-data input[type="submit"] {
    max-width: 336px;
    width: 336px;
    border: unset;
    height: 48px;
    border-radius: 8px;
    padding: 2px 16px;
    margin: auto;
    text-align: center;
    transition: var(--transition);
    font-size: 18px;
    color: #152046;
    font-weight: 400;
}

    .realestate-schedule-form-data input[type="submit"]:hover {
        color: #fff;
        background-color: #070026;
    }

.reaestate-section-headings.text-start h2 {
    font-size: 26px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;
}


/* **************************************************************** Real Estate sheduale End ******************************************************** */


/* realestate home 7 stylings  */

.realestate-banner-home7 {
    background-image: url('../images/home-banner7.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0px;
    padding-top: 135px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    margin-top: -124px;
    min-height: 100vh;
}

.realestate-home-7-banner-target {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    margin-top: -26px;
    bottom: -1px;
}

.realestate-banner-home7 .banner-client {
    width: 273px;
    display: flex;
    gap: 8px;
    align-items: center;
}

    .realestate-banner-home7 .banner-client .client-image img {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid #fff;
        object-fit: cover;
    }

.banner-client .client-text p {
    font-weight: 600;
    color: var(--white-700);
}

.realestate-banner-home7 .banner-title h1 {
    font-size: 64px;
    line-height: 1.6em;
    color: var(--white-700);
}

.realestate-banner-home7 .banner-text {
    max-width: 779px;
}

    .realestate-banner-home7 .banner-text p {
        font-size: 20px;
        color: var(--white-700);
    }

.realestate-banner-home7 .banner-appointment {
    width: 409px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
    margin-top: 24px;
}

.realestate-banner-home7 .appointment-button {
    width: 216px;
}

    .realestate-banner-home7 .appointment-button a {
        font-size: 14px;
        font-weight: 400;
        color: #152046;
        padding: 21px 18px;
        border-radius: 8px;
        background: var(--white-700);
        transition: 0.5s ease-in-out;
    }

        .realestate-banner-home7 .appointment-button a:hover {
            background: #FF6700;
            color: var(--white-700);
        }

.realestate-banner-home7 .watch-button {
    display: flex;
    align-items: center;
    width: 168px;
    height: 56px;
    gap: 24px;
}

    .realestate-banner-home7 .watch-button a {
        background: transparent;
        border: 2px dashed #FF6700;
        padding: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        transition: var(--transition);
        justify-content: center;
    }

    .realestate-banner-home7 .watch-button i {
        background: var(--primary-color);
        color: var(--white-700);
        border-radius: 50%;
        width: 39px;
        height: 39px;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .realestate-banner-home7 .watch-button a:hover i {
        background: #fff;
        color: var(--primary-color);
    }

    .realestate-banner-home7 .watch-button p {
        font-size: 15px;
        font-weight: 500;
        line-height: 32px;
        color: var(--white-700);
    }


/* home 7 brows by  */

.reaestate-section-headings7 h2 {
    font-size: 32px;
    font-weight: 700;
}


/**** Browser Range Section is Start ***/


/*====================================*/

.browse-range-thumnail-cat-list7 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.browse-range-image img {
    width: 100%;
    height: 454px;
    transition: var(--transition);
    border-radius: 15px;
    object-fit: cover;
}

.browse-range-thumnail-cat-list7:hover .browse-range-image img {
    transform: scale(1.1);
}

.browse-range-content {
    position: absolute;
    text-align: left;
    padding: 24px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: #00000066;
}

    .browse-range-content .heading {
        margin: 4px 0px;
        transition: var(--transition);
        transform: translatey(112px);
    }

        .browse-range-content .heading h3 {
            font-size: 24px;
            font-weight: 600;
            transition: var(--transition);
            line-height: 150%;
            color: var(--white-700);
        }

    .browse-range-content .text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        color: var(--white-700);
        min-height: 58px;
    }

@media (min-width:1200px) {
    .realestate-condo-data-countes {
        padding: 0 138px;
    }
}

.browse-range-content .heading.text-hidden,
.browse-range-content .text {
    transition: 0.5s;
    overflow: hidden;
    transform: translatey(112px);
    opacity: 0;
    visibility: hidden;
}

.browse-range-thumnail-cat-list7 a {
    display: contents;
}

.browse-range-thumnail-cat-list7:hover .browse-range-content .heading {
    transform: translatey(0);
}

.browse-range-thumnail-cat-list7:hover .heading.text-hidden,
.browse-range-thumnail-cat-list7:hover .text {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
}

.browse-range-thumnail-cat-list7 .heading:hover h3 {
    color: var(--primary-color);
}


/**** Browser Range Section is End ***/

.realestate-section7-sedebar-image {
    position: absolute;
    right: 0;
    bottom: -44px;
    width: 464px;
    height: 568px;
    object-fit: contain;
}

.realestate-section7-counters h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}


/*=========================================*/

.modern-living-section {
    margin: 104px 0px 0px 0px;
}

.modern-living-content {
    position: relative;
    border-radius: 12px;
    padding: 0;
}

.family-home-note {
    position: absolute;
    padding: 12px 16px;
    border-radius: 8px;
    bottom: 81px;
    background: white;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 50px rgb(0 0 0 / 7%);
    min-width: 325px;
}

    .family-home-note .heading h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        color: var(--black-700);
        margin-bottom: 4px;
    }

    .family-home-note .heading p {
        font-size: 12px;
        font-weight: 400;
        line-height: 150%;
        color: #717171;
    }

.room-description {
    padding: 14px 0px 15px 5px;
    display: flex;
    align-items: center;
    gap: 0 17px;
}

    .room-description .item {
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .room-description .item p {
            font-size: 14px;
            font-weight: 400;
            line-height: 150%;
            color: #717171;
        }

        .room-description .item i {
            width: 24px;
        }

.family-home-note .view a {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #181A20;
}

    .family-home-note .view a:hover {
        color: #FF6700;
    }

.note-lines {
    left: 97px;
    position: absolute;
    bottom: -34px;
}

.modern-living-content .modern-button {
    right: 22px;
}

.modern-button {
    position: absolute;
    right: 300px;
    top: 70px;
    z-index: 9999;
    gap: 17px;
    padding: 6px 19px;
    min-height: 95px;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    align-items: center;
    box-shadow: 1px 4px 45px 4px #00000042;
}

    .modern-button .play a {
        background: transparent;
        border: 1px solid #FF6700;
        padding: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modern-button .play i {
        background: #000000;
        color: var(--white-700);
        border-radius: 50%;
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modern-button .play i:hover {
            background-color: #FF6700;
            border-radius: 50%;
        }

    .modern-button .text p {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        color: #FF6700;
        padding-right: 36px;
    }


/*******========********/


/*******========********/

.modern-living-space {
    margin: 23px 0px 0px 63px;
    padding: 0;
}

    .modern-living-space .about p {
        color: #FF6700;
        font-size: 12px;
        font-weight: 400;
        line-height: 27px;
        text-transform: uppercase;
        min-width: 89px;
        width: max-content;
        border-radius: 13px;
        background-color: #ff670038;
        text-align: center;
    }

    .modern-living-space .heading {
        margin: 32px 0px 0px 0px;
        padding: 0;
    }

        .modern-living-space .heading h2 {
            font-size: 32px;
            font-weight: 700;
            line-height: 150%;
            color: var(--black-700);
        }

    .modern-living-space .description {
        max-width: 378px;
        margin: 3px 0px;
    }

        .modern-living-space .description p {
            color: #201C2D;
            line-height: 1.6em;
        }

.name-services .details {
    width: calc(100% - 65px);
}

.modern-living-services {
    margin: 28px 0px 0px 3px;
}

.name-services {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0px 0px 22px 0px;
    max-width: 411px;
}

    .name-services .icon-image {
        width: 64px;
        height: 64px;
    }

    .name-services .details h5 {
        font-size: 18px;
        font-weight: bold;
        line-height: 150%;
        color: var(--black-700);
    }

    .name-services .details p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6em;
        margin-top: 6px;
    }


/****Modren Living Space section is End***/


/*=========================================*/

.located-area {
    margin: 104px 0px 0px 0px;
}

.locted-area-content {
    padding: 144px 0px 144px 50px;
}

.located-area .Neigh-hood p {
    color: #FF6700;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 13px;
    width: max-content;
    min-width: 125px;
    background-color: #ff670038;
    text-align: center;
}

.located-area .heading {
    margin: 32px 0px 0px 0px;
    padding: 0;
}

    .located-area .heading h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 150%;
        margin-bottom: 10px;
        color: var(--black-700);
    }

.located-area .description {
    width: 383px;
}

    .located-area .description p {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        color: #201C2D;
    }

.located-pictures {
    margin: 0px;
    padding: 0px;
    position: relative;
}


.located-image-gallery img {
    height: 100%;
    object-fit: cover;
}

.located-image-gallery {
    margin: 0px 0px 0px 125px;
    padding: 0;
    z-index: 9999;
    position: relative;
    height: 466px;
    max-width: 370px;
    right: -53px;
    top: -1px;
    border: 6px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}

.located-gallery-image img {
    width: 270px;
    height: 212px;
    object-fit: cover;
    border: solid 6px white;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.located-pictures .modern-button {
    position: absolute;
    right: 300px;
    top: 70px;
    z-index: 9999;
    gap: 15px;
    padding: 12px 19px;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    align-items: center;
    box-shadow: 1px 4px 45px 4px #ebebeb;
}

.located-gallery-image {
    position: absolute;
    bottom: 46px;
    left: 28px;
    z-index: 9999;
}

    .located-gallery-image img {
        width: 270px;
        height: 212px;
    }

.located-agents {
    position: absolute;
    bottom: -50px;
    left: 80px;
    z-index: 9999;
}

    .located-agents img {
        width: 276px;
        box-shadow: 0 4px 55px 0 #0000000d;
        border-radius: 15px;
        overflow: hidden;
    }

.located-lines {
    position: absolute;
    top: 20px;
    right: -40px;
    top: 80px;
    z-index: 1;
}


/****Modren Living Space section is End***/


/****Living Setting section is start***/


/*=========================================*/

.living-setting {
    margin: 100px 0;
}

.living-image {
    position: relative;
}

.living-gallery {
    margin: 0px 0px 0px 34px;
    padding: 0;
}

    .living-gallery img {
        width: 370px;
        object-fit: cover;
        height: 413px;
        border-radius: 15px;
    }

.living-image .modern-button {
    position: absolute;
    top: 160px;
    right: -27px;
    min-height: 100px;
    padding: 5px 24px;
}

.living-image .living-picture {
    position: absolute;
    bottom: -63px;
    left: -90px;
}

    .living-image .living-picture img {
        width: 285px;
        height: 260px;
        object-fit: cover;
        border: solid 6px white;
        border-radius: 15px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

.living-area-content {
    padding: 121px 0px 121px 50px;
}

    .living-area-content .Neigh-hood p {
        color: #FF6700;
        font-size: 12px;
        font-weight: 400;
        line-height: 27px;
        text-transform: uppercase;
        width: 125px;
        border-radius: 13px;
        background-color: #ff670038;
        text-align: center;
    }

    .living-area-content .heading {
        margin: 32px 0px 0px 0px;
        padding: 0;
    }

        .living-area-content .heading h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 10px;
            line-height: 150%;
            color: var(--black-700);
        }

    .living-area-content .description {
        width: 383px;
    }

        .living-area-content .description p {
            font-size: 16px;
            font-weight: 400;
            line-height: 150%;
            color: #201C2D;
        }


/****Living Setting section is end***/


/* realestate section 7 partners  */

.realestate-secrion7-partners {
    background: #FFF4EC;
    padding: 50px 0;
}

    .realestate-secrion7-partners h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .realestate-secrion7-partners p {
        color: var(--primary-color) !important;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2.3px;
    }


/* realestate-section7-properties */
.realestate-section7-properties .realestate-loop-popular-properties-image {
    height: 247px;
}

    .realestate-section7-properties .realestate-loop-popular-properties-image img {
        height: 247px;
    }

.realestate-section7-properties .company-building {
    position: absolute;
    bottom: -22px;
    z-index: -1;
    left: 0px;
}


/* company contact sction  */


/*=========================================*/

.company-contact-section {
    width: 100%;
    min-height: 287px;
    background-image: url(../images/rectangle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

    .company-contact-section .company-contact {
        display: flex;
        align-items: center;
    }

        .company-contact-section .company-contact .heading h2 {
            font-size: 30px;
            line-height: 42px;
            font-weight: 700;
            color: #fff;
        }

        .company-contact-section .company-contact .heading p {
            font-size: 20px;
            line-height: 28px;
            font-weight: 700;
            color: #fff;
        }

        .company-contact-section .company-contact .company-gamil {
            display: flex;
            flex-direction: column;
            padding-left: 80px;
        }

            .company-contact-section .company-contact .company-gamil h3 {
                font-size: 20px;
                line-height: 30px;
                font-weight: bold;
                color: #fff;
            }

            .company-contact-section .company-contact .company-gamil h4 {
                font-size: 20px;
                line-height: 30px;
                font-weight: bold;
                color: #fff;
            }

    .company-contact-section .contact-button {
        margin-top: 10px;
    }

        .company-contact-section .contact-button a {
            border-radius: 8px;
            background: #FF6700;
            color: white;
            font-size: 16px;
            line-height: 23px;
            font-weight: 500;
            padding: 10px 45px 10px 45px;
        }

            .company-contact-section .contact-button a:hover {
                color: #FF6700;
                background: white;
            }


/****Company Contact Us Section is End***/


/*=========================================*/

.realesrate-photo-gallery {
    padding: 0px;
    overflow: hidden;
}

    .realesrate-photo-gallery .photo-album {
        overflow: hidden;
    }

        .realesrate-photo-gallery .photo-album .col-md-4 {
            padding: 5px !important;
            margin: 0 !IMPORTANT;
        }

        .realesrate-photo-gallery .photo-album .row {
            margin: 0;
            padding: 0;
        }

        .realesrate-photo-gallery .photo-album .photo-images img {
            width: 100%;
            transition: var(--transition);
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
        }

            .realesrate-photo-gallery .photo-album .photo-images img:hover {
                transform: scale(1.2);
            }

    .realesrate-photo-gallery .photo-images {
        height: 300px;
        overflow: hidden;
        border-radius: 8px;
    }

        .realesrate-photo-gallery .photo-images a {
            display: inline-block;
            width: 100%;
        }

    .realesrate-photo-gallery .photo-gallery-content {
        padding-left: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 533px;
    }

        .realesrate-photo-gallery .photo-gallery-content .heading {
            margin-bottom: 24px;
        }

            .realesrate-photo-gallery .photo-gallery-content .heading h2 {
                font-size: 72px;
                line-height: 110%;
                font-weight: bold;
            }

        .realesrate-photo-gallery .photo-gallery-content .short-desc {
            margin-bottom: 60px;
        }

            .realesrate-photo-gallery .photo-gallery-content .short-desc p {
                font-size: 16px;
                line-height: 150%;
                font-weight: 400;
                color: #201C2D;
            }

        .realesrate-photo-gallery .photo-gallery-content .gallery-button a {
            border-radius: 8px;
            background: #FF6700;
            color: white;
            font-size: 16px;
            line-height: 23px;
            border: solid 1px #FF6700;
            font-weight: 500;
            padding: 15px 45px 15px 45px;
            text-transform: uppercase;
        }

    .realesrate-photo-gallery .gallery-button a:hover {
        color: #FF6700;
        background: white;
    }


/****Photo Gallery Section Is End***/

.realestate-element-section-container-ads-portal {
    background-color: hsla(8, 79%, 62%, 0.068);
    max-width: 1600px;
    margin: auto;
    width: 100%;
    min-height: 372px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

    .realestate-element-section-container-ads-portal h2 {
        font-size: 32px;
        font-family: 'Poppins';
        margin-bottom: 5px;
    }

    .realestate-element-section-container-ads-portal p {
        font-size: 14px;
        color: #181A20;
        margin-bottom: 30px;
    }

    .realestate-element-section-container-ads-portal a {
        font-size: 15px;
        border: 1px solid #181A20;
        background-color: #19524E;
        font-family: 'Poppins';
        padding: 15px 26px;
        color: var(--white-700);
        font-weight: 600;
        min-width: 188px;
        text-align: center;
        border-radius: 4px;
    }

    .realestate-element-section-container-ads-portal .ads-portal-buildings {
        position: absolute;
        bottom: 0;
        right: 12px;
        max-width: 513px;
        max-height: 512px;
    }


/*=========================================*/

.realestate-element-testimonial7-section {
    background: #19524E;
    padding: 110px 20px;
    border-radius: 12px;
    max-width: 1600px;
    margin: auto;
}

    .realestate-element-testimonial7-section .testimonial-content {
        text-align: center;
    }

        .realestate-element-testimonial7-section .testimonial-content .heading h2 {
            font-size: 30px;
            color: #fff;
            font-family: 'Poppins';
        }

        .realestate-element-testimonial7-section .testimonial-content .heading p {
            font-size: 14px;
            line-height: 25px;
            margin-top: 9px;
            font-weight: 300;
            color: #fff;
            font-family: 'Poppins';
        }

        .realestate-element-testimonial7-section .testimonial-content .quotation {
            margin-top: 51px;
            display: flex;
            justify-content: center;
        }

        .realestate-element-testimonial7-section .testimonial-content .short-desc {
            margin: 42px 0px 30px 0px;
        }

            .realestate-element-testimonial7-section .testimonial-content .short-desc h4 {
                font-size: 22px;
                line-height: 45px;
                font-weight: 600;
                color: #fff;
                font-family: 'Poppins';
                max-width: 815px;
                margin: auto;
            }


        .realestate-element-testimonial7-section .testimonial-content .name-designation h6 {
            font-size: 15px;
            line-height: 22px;
            color: #fff;
            margin-bottom: 10px;
            font-family: 'Poppins';
        }

        .realestate-element-testimonial7-section .testimonial-content .name-designation p {
            font-size: 13px;
            line-height: 24px;
            font-weight: 200;
            color: #fff;
            font-family: 'Poppins';
        }

    .realestate-element-testimonial7-section .testimonial-users {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14px;
    }

        .realestate-element-testimonial7-section .testimonial-users .images {
            width: 102px;
            height: 87px;
            opacity: 0.5;
            transition: opacity 0.3s ease;
            cursor: pointer;
            padding: 8px 16px;
        }

            .realestate-element-testimonial7-section .testimonial-users .images img {
                width: 70px;
                height: 71px;
                object-fit: cover;
                border-radius: 50%;
            }

    .realestate-element-testimonial7-section .slick-slide.slick-current .images {
        opacity: 1;
    }


/****Testimonial Section is End***/


/****Location Map Section is start***/


/*=========================================*/

.realestate-section7-form-location-map {
    padding: 0;
    position: relative;
    min-height: 1072px;
}

    .realestate-section7-form-location-map .map iframe {
        width: 100%;
        height: 550px;
    }

    .realestate-section7-form-location-map .contact-schedule {
        background: #fff;
        border-radius: 15px;
        position: absolute;
        padding: 64px 70px 40px 70px;
        border: solid 1px #8080807d;
        width: 100%;
        transform: translatey(-42%);
    }

.contact-schedule .tour-content {
    margin: 54px 0 0 -20px;
}

.realestate-section7-form-location-map .tour-content .heading h2 {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: capitalize;
}

.realestate-section7-form-location-map .tour-content .text {
    max-width: 438px;
    margin-top: 17px;
}

    .realestate-section7-form-location-map .tour-content .text p {
        line-height: 31px;
        color: #201C2D;
    }

.realestate-section7-form-location-map .tour-content .office {
    margin-top: 7px;
    width: 214px;
}

.realestate-section7-form-location-map .office .address {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

    .realestate-section7-form-location-map .office .address i {
        color: #333333;
        font-size: 18px;
        margin-top: 6px;
        transform: rotateY(198deg);
    }

    .realestate-section7-form-location-map .office .address p {
        font-size: 15px;
        font-style: italic;
        line-height: 26px;
        color: #666666;
    }

.realestate-section7-form-location-map .contact-agents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

    .realestate-section7-form-location-map .contact-agents .name {
        display: flex;
        align-items: center;
        gap: 20px;
        min-width: 240px;
    }

        .realestate-section7-form-location-map .contact-agents .name .image img {
            width: 72px;
            height: 72px;
            border-radius: 50%;
        }

        .realestate-section7-form-location-map .contact-agents .name .text h3 {
            font-size: 18px;
            line-height: 21px;
            font-weight: bold;
            padding-bottom: 5px;
        }

    .realestate-section7-form-location-map .contact-agents .text p {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        color: #201C2D;
        padding-bottom: 5px;
    }

    .realestate-section7-form-location-map .contact-agents .text span {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        color: #201C2D;
    }

.realestate-section7-form-location-map .realestate-section7-form-group input {
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    box-shadow: unset;
    height: 53px;
    padding: 9px 24px;
    font-size: 15px;
    color: #666666;
}

.realestate-section7-form {
    max-width: 415px;
}

.realestate-section7-form-group {
    margin-bottom: 12px;
}

    .realestate-section7-form-group textarea {
        border-radius: 5px;
        border: 1px solid #d8d8d8;
        box-shadow: unset;
        padding: 18px;
        font-size: 15px;
        color: #666666;
        width: 100%;
        resize: unset;
        min-height: 130px;
    }

.realestate-section7-form-data input[type="submit"] {
    height: 53px;
    background: #FF6700;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: var(--transition);
    text-transform: uppercase;
    margin-top: 9px;
}

    .realestate-section7-form-data input[type="submit"]:hover {
        height: 53px;
        background: var(--primary-color-700);
        color: var(--primary-color);
    }

.realestate-section7-form-data .col-md-12,
.realestate-section7-form-data .col-lg-12 {
    padding: 0 12px;
}


/****Location Map Section is End***/


/* new page 7   */


/* broker banner  */

.realestate-broker-banner {
    background-image: url('../images/broker-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 499px;
    display: flex;
    align-items: end;
}

.realestate-home-banner-broker-headings h1 {
    color: #fff;
}


/* search sty;e  */

.realestate-home-banner-search-broker .realestate-form-content {
    background: #fff;
    padding: 16px;
    display: flex;
    border-radius: 0 8px 8px 0;
    flex-wrap: wrap;
    gap: 8px;
}

    .realestate-home-banner-search-broker .realestate-form-content .realestate-form.search {
        width: 138px;
    }

        .realestate-home-banner-search-broker .realestate-form-content .realestate-form.search button {
            height: 48px;
            border: unset;
            border-radius: 4px;
            background: var(--primary-color);
            color: var(--white-700);
            transition: var(--transition);
            font-size: 16px;
            position: relative;
        }

    .realestate-home-banner-search-broker .realestate-form-content input {
        width: 100%;
        border: 1px solid #B2BAC0;
        border-radius: 4px;
        height: 48px;
        color: #73777D;
        font-size: 16px;
        padding: 5px 14px;
    }

    .realestate-home-banner-search-broker .realestate-form-content .realestate-form.search button:hover {
        background-color: var(--primary-color-700);
        color: var(--primary-color);
    }

    .realestate-home-banner-search-broker .realestate-form-content .realestate-form {
        width: calc(100% - 146px);
    }

.realestate-home-banner-search-broker {
    margin-bottom: -71px;
}

    .realestate-home-banner-search-broker .realestate-search-toggle {
        background: #DCDCDC;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        width: max-content;
        display: flex;
    }

        .realestate-home-banner-search-broker .realestate-search-toggle input {
            display: none;
        }

.realestate-load-more-lisitngs.load-agents.realestate-not-filled-btn {
    font-size: 16px;
}

.realestate-home-banner-search-broker .realestate-search-toggle label {
    position: relative;
    min-width: 146px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    margin-bottom: -6px;
}

.realestate-home-banner-search-broker .realestate-search-toggle input:checked + label {
    font-weight: 600;
    background-color: #fff;
}

.realestate-home-banner-search-broker .realestate-search-toggle label::after {
    content: '';
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    z-index: -1;
    transform: translateX(100%);
    position: absolute;
}

.realestate-home-banner-search-broker .realestate-search-toggle input:checked + label::after {
    transform: translateX(0);
}

.realestate-home-banner-search-broker .realestate-search-toggle label::before {
    content: '';
    right: 18px;
    height: 2px;
    width: 0;
    transition: var(--transition);
    position: absolute;
    bottom: 11px;
    background-color: var(--primary-color);
}

.realestate-agent-tabs-agencies .reaestate-section-headings,
.realestate-agent-tabs-agents .reaestate-section-headings {
    margin-bottom: 8px;
}

.realestate-home-banner-search-broker .realestate-search-toggle input:checked + label::before {
    left: 25px;
    right: 0;
    width: calc(100% - 45px);
}


/* Stay on top of market trends by tracking your property */

.realestate-egent-list-navs {
    position: absolute;
    right: 12px;
    bottom: -54px;
    max-height: 602px;
    max-width: 672px;
    object-fit: contain;
}

.realestate-classic-home-Inquiry.form3-home p {
    color: #73777D;
    margin: 8px 0 24px 0;
    text-transform: capitalize;
}

.realestate-search-categories-section.realestate-mb-section-cats {
    margin-bottom: 24px;
}

.realestate-selling-egent-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

    .realestate-selling-egent-features .selling-content {
        padding: 24px;
        width: 299px;
        border: 1px solid #D0D6DA;
        border-radius: 8px;
        margin-top: 16px;
    }

        .realestate-selling-egent-features .selling-content p {
            font-size: 14px;
            text-transform: capitalize;
        }

        .realestate-selling-egent-features .selling-content .button span {
            border-bottom: 2px dashed #4081ff21;
            height: 1px;
            width: 100%;
        }

        .realestate-selling-egent-features .selling-content .button p {
            background-color: #4081FF;
            color: white;
            border-radius: 25px;
            min-width: 30px;
            min-height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            line-height: 8px;
        }

        .realestate-selling-egent-features .selling-content .button {
            padding-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 28px;
            color: #D9E6FF;
        }

        .realestate-selling-egent-features .selling-content h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }


/* realestate home 7 classic  */


/* banner  */


/* realestate-classic 7  */


/* realestate home 7 classic  */


/* banner  */

.real-estate-pro-banner {
    background-image: url('../images/smartbanner2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center
}

    .real-estate-pro-banner .banner-title h1 {
        font-size: 38px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 2px 4px #0000008a;
    }

.real-estate-pro-banner {
    padding: 205px 0px;
}


    /* banner search */

    .real-estate-pro-banner .banner-content {
        max-width: 928px;
        margin: auto;
    }

.banner-sec-search {
    margin-top: 30px;
}

    .banner-sec-search .search-check-buttons {
        border-radius: 4px 4px 0px 0px;
        overflow: hidden;
        display: flex;
        width: fit-content;
    }

        .banner-sec-search .search-check-buttons label.btn {
            padding: 7px 15px !important;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            background: #8e9198;
            border-radius: 0px;
        }

        .banner-sec-search .search-check-buttons .btn:focus {
            outline: 0;
            box-shadow: none !important;
        }

        .banner-sec-search .search-check-buttons input:checked + label {
            background-color: #F1F1F1;
            color: #080127;
            font-weight: 700;
            border-radius: 0;
            box-shadow: none;
        }

    .banner-sec-search input[type="text"] {
        padding: 18px 16px;
        border: none;
        background-color: #fff;
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-font-color);
        border-radius: 0px 4px 4px 0px !important;
        width: 50%;
    }

        .banner-sec-search input[type="text"]::after {
            font-family: 'Font Awesome 6 Free';
            content: '\f3c5';
            font-weight: 900;
            color: var(--secondary-font-color);
        }

    .banner-sec-search .banner-search-dropdowns form {
        display: flex;
        width: 100%;
        border-radius: 0px 4px 4px 4px;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .banner-sec-search .banner-search-buttons {
        display: flex;
        align-items: center;
        gap: 9px;
        margin-top: 17px;
        justify-content: end;
    }

        .banner-sec-search .banner-search-buttons button {
            padding: 7px 24px;
            font-size: 12px;
            font-weight: 400;
            border: unset;
            border-radius: 4px;
        }

        .banner-sec-search .banner-search-buttons .show-map button {
            color: #2A2A2A;
            background-color: #fff;
            transition: 0.5s ease-in-out;
        }

        .banner-sec-search .banner-search-buttons .find button {
            color: #FFFFFF;
            background-color: var(--primary-color);
            transition: 0.5s ease-in-out;
        }

        .banner-sec-search .banner-search-buttons .show-map button:hover {
            background-color: var(--primary-color);
            color: #fff;
        }

        .banner-sec-search .banner-search-buttons .find button:hover {
            background-color: #abc4e066;
            color: #2A2A2A;
        }

.real-estate-pro-banner-select2 {
    width: 25%;
}

    .real-estate-pro-banner-select2.small {
        width: 12.5%;
    }

.real-estate-pro-banner-select2 {
    width: 25%;
    padding: 16px 0;
    background: #fff;
    border-right: 1px solid #F4F4F4;
}

    .real-estate-pro-banner-select2 .select2-selection.select2-selection--single.select2-selection--clearable {
        min-width: auto;
        padding: 0 11px;
        border: none;
    }

    .real-estate-pro-banner-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px;
    }

    .real-estate-pro-banner-select2 .select2-container--default .select2-selection--single .select2-selection__clear {
        display: none;
    }

    .real-estate-pro-banner-select2 .select2.select2-container.select2-container--default {
        width: 100% !important;
    }


/* property explore  */

.realestate-pro-explore-sec img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.explore-sec-title {
    margin-bottom: 16px;
}


/* searched words */

.searched-words-sec {
    background-color: #F8F8F8;
    padding: 30px 0px;
}

    .searched-words-sec .title h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .searched-words-sec .title-links {
        display: flex;
        align-items: center;
    }

    .searched-words-sec ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .searched-words-sec .search-words-links {
        margin-left: 24px;
    }

        .searched-words-sec .search-words-links a {
            padding: 5px 16px;
            color: var(--primary-font-color);
            font-size: 14px;
            font-weight: 600;
            background-color: #fff;
            border-radius: 40px;
            transition: 0.5s ease-in-out;
        }

            .searched-words-sec .search-words-links a:hover {
                background-color: var(--primary-color);
                color: #fff;
            }


/* realestate section7 features  */

.realestate-section7-classic-banner-features {
    border-radius: 8px;
    background-color: #F7F7F7;
    padding: 27px 25px 1px 23px;
    text-align: left;
}

    .realestate-section7-classic-banner-features h5 {
        font-size: 14px;
        color: var(--primary-color);
        font-weight: 500;
    }

    .realestate-section7-classic-banner-features p {
        color: #152242;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }


/* realestate stats */

.realestate-highlited-features {
    display: flex;
    flex-wrap: wrap;
}

.realestate-stats-sec .coming-date {
    gap: 10px;
    padding: 17px 26px;
    transition: var(--transition);
    border: 1px #EAE9E9 solid;
}

    .realestate-stats-sec .coming-date:hover {
        box-shadow: 0 0 37px 0 #00000012;
    }

.features-section-hilihgted:first-child .coming-date {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 0;
}

.features-section-hilihgted:last-child .coming-date {
    border-top-right-radius: 6px;
    border-left: 0;
    border-bottom-right-radius: 6px;
}

.realestate-highlited-features .features-section-hilihgted a {
    display: inline;
}

.realestate-highlited-features .features-section-hilihgted {
    width: calc(100% / 3);
}

.realestate-stats-sec .content p {
    color: var(--primary-font-color);
    font-size: 14px;
    font-weight: 500;
}

.realestate-stats-sec .next-icon i {
    color: var(--primary-color);
}


/* explore property type */

.explore-by-type .property-types {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 16px;
}

.explore-by-type .type-name h6 {
    color: var(--primary-font-color);
    font-weight: 500;
}

.explore-by-type .property-types .img {
    border: 1px solid #DFDFDF;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-by-type .property-types .type-name {
    margin-top: 7px;
}

.explore-by-type .property-types .type a:hover .type-name h6 {
    color: var(--primary-color);
}

.explore-by-type .property-types .type a:hover .img {
    border-color: #EF9F9F;
}

.explore-by-type .property-types .type {
    width: fit-content;
    padding: 0;
    text-align: center;
}


/* sign in option */

.sign-in-option-sec {
    background-color: #fafafa;
    position: relative;
    border-bottom: 1px #e9e5e5 solid;
}

    .sign-in-option-sec .title h3 {
        font-size: 20px;
    }

    .sign-in-option-sec .description p {
        color: var(--primary-font-color);
    }

    .sign-in-option-sec .create-acc-button button {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        padding: 14px 16px;
        background-color: var(--primary-color);
        border: unset;
        border-radius: 6px;
        transition: 0.5s ease-in-out;
    }

        .sign-in-option-sec .create-acc-button button:hover {
            background-color: #abc4e066;
            color: var(--primary-color);
        }

    .sign-in-option-sec .sign-in-icon-title {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .sign-in-option-sec .sign-in-icon-title img {
            height: 20px;
        }

    .sign-in-option-sec .content-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sign-in-option-sec .building-img {
        position: absolute;
        top: 0;
        left: 0;
    }

        .sign-in-option-sec .building-img img {
            max-height: 154px;
            object-fit: cover;
            width: 100%;
        }

    .sign-in-option-sec .description {
        margin-top: 4px;
    }


/* near-agent-sec  */

.agent-title-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.realestate-form-radio {
    display: flex;
    width: max-content;
    border: 1px solid #BEBEBE;
    border-radius: 50px;
    gap: 8px;
    padding: 5px 8px;
}

    .realestate-form-radio input {
        display: none;
    }

    .realestate-form-radio .realestate-form-group-radio label {
        font-size: 12px;
        color: #8A8A8A;
        padding: 4px 12px;
        border-radius: 50px;
        cursor: pointer;
    }

    .realestate-form-radio .realestate-form-group-radio input:checked + label {
        background-color: var(--primary-color);
        color: #fff;
        box-shadow: 0 2px 8px 0 #4081ff40;
    }

.realestate-form-content {
    display: flex;
    margin-bottom: 25px;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.home7-agent .realestate-agent-grid-badge {
    background: #FFAA19;
}

.home7-agent .realestate-agent-grid-contact a {
    color: var(--primary-color);
}


/* investment oppertunities */
.realestate-element-section.investment-sec .logo {
    max-width: 220px;
    margin-bottom: 8px;
}

.investment-sec {
    background-image: url('../images/7image-banner-section.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    margin-top: 18px;
}

    .investment-sec .title h2 {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
    }

    .investment-sec .description p {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0px;
        margin-top: 8px;
    }

    .investment-sec .check-in-button button {
        font-size: 14px;
        font-weight: 700;
        color: #FFFFFF;
        padding: 12px 16px;
        border-radius: 4px;
        transition: 0.5s ease-in-out;
        border: unset;
        background-color: var(--primary-color);
    }

        .investment-sec .check-in-button button:hover {
            color: var(--primary-color);
            background-color: #abc4e066;
        }


/* featured ads */

.featured-ads-properties .title h2 {
    color: var(--secondary-font-color);
}

.featured-ads-properties .button a {
    font-size: 12px;
    font-weight: 600;
    color: var(--secondary-font-color);
    border: unset;
    padding: 7px 16px;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    background-color: #EBEBEB;
}

    .featured-ads-properties .button a:hover {
        color: #fff;
        background-color: var(--primary-color);
    }

.featured-ads-properties .apartment-listings {
    border: 1px #DFDFDF solid;
    border-radius: 8px;
    transition: 0.3s;
    position: relative;
}

    .featured-ads-properties .apartment-listings:hover {
        box-shadow: 0px 4px 20px 0 #0000001c;
    }

    .featured-ads-properties .apartment-listings .listing-content .img img {
        border-radius: 4px 4px 0 0;
        width: 100%;
        height: 176px;
        object-fit: cover;
        overflow: hidden;
    }

    .featured-ads-properties .apartment-listings .listing-content .img a {
        display: inline;
    }

    .featured-ads-properties .apartment-listings .house-loaction h6 {
        color: var(--secondary-font-color);
        margin-top: 8px;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .featured-ads-properties .apartment-listings .realestate-grid-content {
        padding: 0px 16px 16px 16px;
    }

    .featured-ads-properties .apartment-listings .house-loaction h6:hover {
        color: var(--primary-color);
    }

.apartment-listings .realestate-grid-content .house-loaction {
    line-height: 8px;
}

    .apartment-listings .realestate-grid-content .house-loaction a {
        display: inline;
    }

.featured-ads-properties .apartment-listings .area h5 {
    font-size: 12px;
    color: var(--primary-font-color);
    font-weight: 600;
    margin-top: 8px;
}

.featured-ads-properties .apartment-listings .featured {
    position: unset;
    padding: 0;
}

    .featured-ads-properties .apartment-listings .featured h6 {
        font-size: 10px;
        color: var(--secondary-font-color);
        font-weight: 600;
        padding: 2px 8px;
        border-radius: 4px;
        background-color: #FFAA19;
        width: 62px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

.featured-ads-properties .apartment-listings .new h6 {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: var(--secondary-font-color);
    width: 36px;
    position: absolute;
    top: 8px;
    left: 80px;
}

.featured-ads-properties .apartment-properties h5 {
    color: var(--primary-font-color);
    font-size: 12px;
    font-weight: 500;
}

.featured-ads-properties .apartment-properties .house-type h5::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f015';
    font-weight: 900;
    margin-right: 4px;
}

.featured-ads-properties .apartment-properties .no-of-beds h5::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f236';
    font-weight: 900;
    margin-right: 4px;
}

.featured-ads-properties .apartment-properties .kat h5::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f5fd';
    font-weight: 900;
    margin-right: 4px;
}

.featured-ads-properties .apartment-properties .house-area h5::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f1fe';
    font-weight: 900;
    margin-right: 4px;
}

.featured-ads-properties .apartment-properties {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.featured-ads-properties .aprtment-price h4 {
    color: var(--secondary-font-color);
    font-weight: 600;
}

.featured-ads-properties .date h6 {
    font-size: 14px;
    color: var(--primary-font-color);
    font-weight: 500;
}

.featured-ads-properties .apartment-price-date .date h6::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f133';
    font-weight: 900;
    margin-right: 4px;
}

.featured-ads-properties .apartment-all-listings .slick-slide {
    margin: 0px 8px !important;
}

.featured-ads-properties .apartment-price-date {
    margin-top: 8px;
}

.apartment-all-listings .col-md-3 {
    padding: 10px;
}


/* evaluate property  */

.evaluate-property .evaluate-title h2 {
    color: var(--secondary-font-color);
}

.evaluate-property .all-content:hover h4 {
    color: var(--primary-color);
}

.evaluate-property .all-content:hover .icon-img svg {
    fill: var(--primary-color);
}

.evaluate-property .icon-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-font-color);
    margin-top: 16px;
    transition: .2s;
}

.evaluate-property .all-content {
    border: 1px #DFDFDF solid;
    padding: 44px 0px;
    border-radius: 6px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.evaluate-icons-slider .slick-slide {
    margin: 0px 8px !important;
}

.evaluate-property .evaluate-features h6 {
    font-size: 14px;
    color: var(--primary-font-color);
    font-weight: 400;
}

    .evaluate-property .evaluate-features h6::before {
        font-family: 'Font Awesome 6 Free';
        content: '\f00c';
        font-weight: 900;
        margin-right: 8px;
        color: var(--secondary-font-color);
        font-size: 16px;
    }

.evaluate-property .evaluate-features {
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: center;
    margin-top: 14px;
}


/* map search */

.map-search-sec .serch-sec-content {
    padding: 25px 46px 54px 60px;
}

.map-search-sec .search-sec .title h2 {
    font-size: 40px;
    color: var(--secondary-font-color);
    font-weight: 500;
    padding-right: 10%;
    margin-bottom: 11px;
}

.map-search-sec .search-sec .description p {
    font-size: 16px;
    color: var(--primary-font-color);
    font-weight: 400;
}

.map-search-sec .search-sec .sec-features h6 {
    font-size: 14px;
    color: var(--primary-font-color);
    font-weight: 400;
}

    .map-search-sec .search-sec .sec-features h6::before {
        font-family: 'Font Awesome 6 Free';
        content: '\f00c';
        font-size: 22px;
        font-weight: 900;
        margin-right: 8px;
        color: var(--primary-color);
    }

.map-search-sec .search-sec .sec-features {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 22px;
}

.map-search-sec .search-button .search ::placeholder {
    font-size: 14px;
    color: var(--secondary-font-color);
    font-weight: 700;
}

.map-search-sec .search-button input#searchInput {
    width: 318px;
    padding: 10px 13px;
    border: 1px #DFDFDF solid;
    border-radius: 4px;
    font-weight: 600;
}

    .map-search-sec .search-button input#searchInput::placeholder {
        font-weight: 400;
        color: #DFDFDF;
    }

.map-search-sec .serch-sec-content .search-sec .description {
    margin-bottom: 46px;
}

.map-search-sec .map-search-border {
    border: 1px #DFDFDF solid;
    border-radius: 18px;
    overflow: hidden;
}

.promotions-discount-sec .all-discounted-listing-buttons .slick-slide {
    width: 376px !important;
}

.map-search-sec .search-button button {
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px 36px;
    border-radius: 4px;
    border: unset;
    transition: 0.5s ease-in-out;
}

    .map-search-sec .search-button button:hover {
        color: var(--primary-color);
        background-color: #abc4e066;
    }

.map-search-sec .search-button {
    display: flex;
    align-items: center;
    gap: 18px;
}

.map-search-sec .google-map img {
    width: 100%;
}

.map-search-sec .serch-sec-content .search-sec {
    display: flex;
    flex-direction: column;
}

.map-search-sec .map-search-border .google-map {
    height: 100%;
}

    .map-search-sec .map-search-border .google-map .mapouter {
        width: 100%;
        height: 100%;
    }

.map-search-sec .map-search-border .gmap_canvas {
    height: 100%;
}

.map-search-sec .map-search-border iframe {
    width: 100%;
    position: unset;
    height: 100%;
}


/* promotions discount */

.promotions-discount-sec .sec-title h2 {
    color: var(--secondary-font-color);
}

.promotions-discount-sec .all-discounted-listing-buttons {
    position: relative;
}

.promotions-discount-sec .discounted-listing {
    border: 1px #DFDFDF solid;
    border-radius: 8px;
    padding: 17px 32px;
}

.realestate-egent-list-navs.section-hybrid-home-image {
    bottom: -72px;
}

.realestate-classic-home-Inquiry.section-hybrid-home .realestate-section-title {
    margin-bottom: 9px;
}

.realestate-classic-home-Inquiry.section-hybrid-home .realestate-Inquiry-list {
    padding-left: 3px;
}

.realestate-classic-home-Inquiry.section-hybrid-home p {
    text-transform: capitalize;
    margin-bottom: 26px;
}

.promotions-discount-sec .discounted-slick-button .prev-button {
    position: absolute;
    left: -22px;
    bottom: 44px;
}

.promotions-discount-sec .discounted-slick-button .next-button {
    position: absolute;
    right: -22px;
    bottom: 44px;
}

.promotions-discount-sec .discounted-slick-button button {
    padding: 8px 14px;
    border: unset;
    border-radius: 38px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.promotions-discount-sec .discounted-listing .location h6 {
    color: var(--primary-font-color);
    font-size: 14px;
    font-weight: 500;
}

.promotions-discount-sec .discounted-listing .location-discount {
    width: calc(100% - 56px);
}

.promotions-discount-sec .discounted-listing .logo a {
    display: inline;
}

.promotions-discount-sec .discounted-listing .logo img {
    width: 100%;
    height: 56px;
    border-radius: 4px;
    object-fit: cover;
}

.promotions-discount-sec .discounted-listing .discount h5 {
    color: var(--secondary-font-color);
    font-size: 14px;
    margin: 4px 0;
    font-weight: 700;
}

.promotions-discount-sec .discounted-listing .logo {
    width: 58px;
    height: 50px;
}

.all-discounted-listing .fa-solid.slick-arrow {
    padding: 8px 14px;
    border: unset;
    border-radius: 38px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.promotions-discount-sec .discounted-listing .discounted-date h6 {
    color: var(--secondary-font-color);
    font-size: 14px;
    font-weight: 400;
}

.all-discounted-listing .fa-solid.slick-arrow.fa-angle-right {
    position: absolute;
    right: -20px !IMPORTANT;
    left: unset;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #737A8E;
    background-color: #fff;
    z-index: 999999;
    bottom: 35%;
}

.all-discounted-listing .slick-slide > div {
    margin-right: 32px;
}

.all-discounted-listing .fa-solid.slick-arrow.fa-angle-left {
    position: absolute;
    left: -20px !IMPORTANT;
    right: unset;
    width: 40px;
    z-index: 999999;
    background-color: #fff;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #737A8E;
    bottom: 35%;
}

.property-news .property-news-listing-button .slick-list.draggable {
    overflow: initial;
}

.realestate-element-section .all-discounted-listing .fa-solid.slick-disabled {
    display: none !important;
}

.promotions-discount-sec .discounted-listing .description h6 {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-font-color);
}

.promotions-discount-sec .discounted-listing .description {
    margin-top: 32px;
}


/* realestate pro locations */

.realestate-pro-location-posts .post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .realestate-pro-location-posts .post-thumbnail:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000040;
    }

    .realestate-pro-location-posts .post-thumbnail.map-sec:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff91;
    }

    .realestate-pro-location-posts .post-thumbnail img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.realestate-pro-location-posts .col-md-8 .map-sec .post-title-detail h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-font-color);
}

.realestate-pro-location-posts .post-title-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: end;
    display: flex;
    flex-direction: column;
    z-index: 99;
    padding: 20px;
    background-image: linear-gradient(126deg, #000000b0, #00000021);
    background-size: 400%;
    background-position-x: 200%;
    transition: 0.3s;
}

.post-thumbnail.map-sec .post-title-detail {
    background-image: radial-gradient(at center center, #ffffff8c 0%, #ffffff4d 100%);
    justify-content: center;
    align-items: center;
}

.realestate-pro-location-posts .post-title-detail:hover {
    background-position-x: 134%;
}

.realestate-pro-location-posts .post-title-detail h2 {
    color: #fff;
}

.realestate-pro-location-posts .post-title-detail .description p {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-font-color);
}

.realestate-pro-location-posts .post-title-detail .find-button a {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 3px 16px;
    transition: 0.5s ease-in-out;
    border: unset;
    border-radius: 40px;
    border: 1px var(--primary-color) solid;
}

.realestate-pro-location-posts .post-title-detail .offers li p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}

.realestate-pro-location-posts .post-thumbnail a {
    display: block;
}

.realestate-pro-location-posts .post-title-detail .offers {
    margin-bottom: -58px;
    margin-top: 10px;
    transition: var(--transition);
}

.realestate-pro-location-posts .post-thumbnail:hover .offers {
    margin-bottom: 76px;
}

.realestate-pro-location-posts .post-title-detail .offers li p b {
    font-weight: 500;
}

.realestate-pro-location-posts .post-title-detail .find-button a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.realestate-pro-location-posts .post-title {
    margin-bottom: 16px;
}

.realestate-pro-location-posts .post-thumbnail .description {
    margin-bottom: 4px;
}


/* apartment online */

.online-apartment {
    background-color: #F8F8F8;
}

    .online-apartment .content .title-button p {
        color: var(--primary-font-color);
    }

    .online-apartment .title-button {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.realestate-pro-location-posts .post-title-detail .offers li {
    display: flex;
    align-items: center;
    gap: 43px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}

.online-apartment .content .learn-more-button button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 13px 16px;
    background-color: var(--primary-color);
    border-radius: 6px;
    border: unset;
    transition: 0.5s ease-in-out;
}

    .online-apartment .content .learn-more-button button:hover {
        color: var(--primary-color);
        background-color: #abc4e066;
    }


/* leatest property news */

.property-news .property-news-listings {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .property-news .property-news-listings .listing-content {
        border: 1px #DFDFDF solid;
        border-radius: 6px;
        padding: 8px;
        margin-top: 16px;
    }

    .property-news .property-news-listings h5 {
        font-weight: 600;
        margin-top: 8px;
        transition: var(--transition);
    }

        .property-news .property-news-listings h5:hover {
            color: var(--primary-color);
        }

.property-news .property-news-listing-button {
    position: relative;
}




.property-news .property-news-listings p {
    font-weight: 400;
    font-size: 14px;
    color: var(--primary-font-color);
    margin-top: 8px;
}

.property-news .property-slick-button button {
    top: -36px;
    bottom: unset !important;
    right: 0;
    left: unset !important;
}

.property-news .property-slick-button {
    position: absolute;
    right: 0;
    top: -36px;
    display: flex;
    gap: 16px;
    align-items: center;
}

    .property-news .property-slick-button .slick-disabled {
        box-shadow: unset !important;
    }

.property-news .property-news-listings .more-info {
    display: flex;
    align-items: center;
    gap: 88px;
}

.property-news .property-news-listings .slick-slide {
    margin: 0px 8px !important;
}

.property-news .property-news-listings a {
    display: inline;
}

.property-news .property-news-listings img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 4px;
}

.property-news .property-slick-button button {
    padding: 8px 14px;
    border: unset;
    border-radius: 38px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* realestate-pro-all-catagories */

.realestate-pro-all-catagories {
    background: #F7F7F7;
}


/* ///////////////////////////////////////////////////////// */


/* plans page  */

.realestate-inner-pages-baner {
    background-color: #516284;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

    .realestate-inner-pages-baner h1 {
        color: #FFFFFF;
        text-transform: capitalize;
        font-size: 36px;
        margin-bottom: 15px;
        word-spacing: 2px;
        letter-spacing: 1px;
    }

    .realestate-inner-pages-baner p {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
    }

.realestate-verified-switcher .realestate-toggle label {
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    height: 44px;
    opacity: 1;
    position: relative;
    transition: var(--transition);
    width: 80px;
    background: #516284;
}

    .realestate-verified-switcher .realestate-toggle label:before {
        background: var(--white-700);
        border-radius: 50%;
        content: "";
        height: 37px;
        left: 4px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: var(--transition);
        width: 36px;
        box-shadow: 0 2px 4px 0 #0000002e;
    }

.realestate-verified-switcher .realestate-toggle input:checked ~ label {
    border-color: var(--primary-color);
    opacity: 1;
}

.realestate-verified-switcher .realestate-toggle input:checked ~ label {
    background: var(--primary-color);
}

.realestate-home-brokage > .realestate-property-element-tabs > .tab-content > .tab-pane > .explore-slider > .slick-list > .slick-track > .slick-slide {
    width: 352px !IMPORTANT;
}

.realestate-verified-switcher .realestate-toggle input:checked ~ label:before {
    transform: translate(36px, -51%);
}

.realestate-verified-switcher .realestate-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 10px;
}

    .realestate-verified-switcher .realestate-toggle span {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #4081FF;
        margin-left: 4px;
    }

.realestate-verified-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

    .realestate-verified-switcher .realestate-toggle p {
        display: flex;
        align-items: center;
        color: #070026;
        font-weight: 700;
        font-size: 18px;
    }

.realestate-plans-container {
    padding-top: 67px;
}

.realestate-plan-list {
    box-shadow: 0 4px 8px -2px #1018280f;
    border-radius: 4px;
    padding: 24px;
}

    .realestate-plan-list h3 {
        font-size: 27px;
        margin-bottom: 15px;
        color: #1A1A1A;
    }

    .realestate-plan-list .price {
        font-size: 27px;
        color: #1A1A1A;
        margin-bottom: 15px;
        font-weight: 700;
    }

        .realestate-plan-list .price span {
            font-size: 12px;
            color: #1A1A1A;
            font-weight: 400;
        }

    .realestate-plan-list p {
        font-size: 16px;
        color: #667085;
        margin-bottom: 30px;
    }

    .realestate-plan-list ul {
        display: flex;
        flex-direction: column;
        gap: 13px;
        min-height: 240px;
        margin-bottom: 32px;
    }

        .realestate-plan-list ul li {
            font-size: 18px;
            color: #1A1A1A;
            display: flex;
            align-items: center;
            gap: 12px;
        }

.realestate-submit-plan {
    border: 1px solid var(--primary-color-700);
    background: var(--primary-color-700);
    font-size: 16px;
    color: var(--primary-color);
    border-radius: 4px;
    transition: var(--transition);
    padding: 18px 53px;
    transition: var(--transition);
    min-width: 216px;
    line-height: 19px;
    width: 100%;
}

.realestate-plan-list.hot-plans {
    box-shadow: 0 2px 8px 0px #07002626;
}

    .realestate-plan-list.hot-plans .realestate-submit-plan {
        background-color: var(--primary-color);
        color: #fff;
    }

.realestate-submit-plan:hover {
    background-color: var(--primary-color-700) !important;
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
}


/* payment guarante */

.realestate-payment-agriment {
    display: flex;
    gap: 22px;
    padding: 50px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

    .realestate-payment-agriment .realestate-payment-logo {
        width: 160px;
    }

    .realestate-payment-agriment .realestate-payment-content {
        width: calc(100% - 160px);
    }

        .realestate-payment-agriment .realestate-payment-content h5 {
            font-size: 18px;
            color: #070026;
            margin-bottom: 30px;
        }

        .realestate-payment-agriment .realestate-payment-content p {
            font-size: 18px;
            color: #070026;
        }


/* accordians */

.realestate-faqs-accordians-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
}

    .realestate-faqs-accordians-list li {
        width: calc(100% / 2 - 18px);
        border-bottom: 1px solid #E6E6E6;
        cursor: pointer;
        padding: 17px 0;
    }

        .realestate-faqs-accordians-list li h5 {
            justify-content: space-between;
            display: flex;
            color: #222222;
            font-weight: 700;
        }

        .realestate-faqs-accordians-list li i {
            font-size: 13px;
            color: #222222;
            transition: var(--transition);
        }

        .realestate-faqs-accordians-list li.active i {
            transform: rotate(180deg);
        }

    .realestate-faqs-accordians-list p {
        font-size: 14px;
        color: #070026;
        margin-top: 14px;
    }


/* solo agent  */

.solo-agent-archive.realestate-banner-container-style2 {
    min-height: 250px;
    margin: 0;
}

.solo-agent-archive.realestate-banner-content-cleints-style2-thumbnail {
    max-width: 203px;
}

.realestate-element-section.solo-agent .realestate-archive-filters-title h2 {
    font-size: 12px;
}

.realestate-element-section.solo-agent .realestate-archive-filters-title .realestate-archive-sort .select2.select2-container.select2-container--default {
    width: 100% !IMPORTANT;
}

.realestate-element-section.solo-agent .realestate-archive-filters-title .realestate-archive-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    color: #73777D;
    font-size: 12px;
}

.realestate-element-section.solo-agent .realestate-archive-filters-title span.select2-selection.select2-selection--single.select2-selection--clearable {
    min-width: 116px;
    width: 116px;
    height: 26px;
    border: 1px solid #B2BAC0;
    border-radius: 4px;
}

.realestate-element-section.solo-agent .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.solo-agent-list-pagination .next a,
.solo-agent-list-pagination .prev a {
    border: unset;
    color: #fff;
    font-size: 10px;
    font-family: 'inter';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    background-color: var(--primary-color);
    margin: 0 12px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.solo-agent-list-pagination a {
    line-height: 33px;
    font-size: 13px;
    line-height: 33px;
    font-weight: 500;
    margin: 0 5px;
}

.solo-agent-list-pagination .next i,
.solo-agent-list-pagination .prev i {
    color: #fff;
    font-size: 10px;
}

.solo-agent-list-pagination a:hover {
    transform: translate(0, 2px);
}


/* ******************************* header End ************************************** */


/* ******************************* luxury-listings-banner start ******************** */
.luxury-listings-partners.bg-black {
    padding: 94px 0 57px 0;
}

.luxury-listings-banner {
    min-height: 415px;
    margin-top: -125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 90px 0;
    z-index: -1;
}

    .luxury-listings-banner .container {
        position: relative;
        z-index: 999;
    }

    .luxury-listings-banner::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        background: #000000c7;
    }

.luxury-listings-banner-title h1 {
    color: #DAB668;
    font-size: 46px;
    font-weight: 300;
    font-family: 'Montserrat';
}

    .luxury-listings-banner-title h1 span {
        font-family: 'The Nautigal';
        font-size: 58px;
        font-weight: 400;
    }

.luxury-listings-grids {
    overflow: hidden;
    background-color: #000000;
}

.luxury-listing-grid-thumb {
    height: 670px;
}

    .luxury-listing-grid-thumb img {
        height: 100%;
        width: 100%;
        transition: 0.3s;
        object-fit: cover;
    }

.luxury-listings-grids-2.luxury-listing-gap:hover img {
    filter: grayscale(1);
}

.luxury-listing-main-grid.luxury-listing-gap:hover .luxury-listing-grid-thumb img {
    filter: grayscale(1);
}

.luxury-listing-main-grid-post {
    position: relative;
    overflow: hidden;
}

.luxury-listing-main-grid.luxury-listing-gap .realestate-strech-link {
    z-index: 9999;
}

.luxury-listing-main-grid-post-content-title {
    margin-bottom: 119px;
    padding-top: 20px !important;
}

.luxury-listing-sold {
    margin-top: 20px;
}

.luxury-listing-main-grid.luxury-listing-gap:hover .luxury-listing-main-grid-post-content-title {
    padding-top: 56px !important;
}

.luxury-home-listing li {
    min-width: 100px;
    text-align: center;
}

.luxary-container {
    max-width: 2000px;
    margin: auto;
}

.luxury-listing-main-grid-post-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(90%);
    transition: 0.5s;
    background: #000000BF;
}

.luxury-listing-main-grid:hover .luxury-listing-main-grid-post-content {
    transform: translateY(0);
}

.luxury-listings-grids-2.luxury-listing-main-grid-post h4 {
    font-size: 30px;
}

.luxury-listing-main-grid-post-content-title h4 {
    font-weight: 100;
    font-size: 18px;
    color: #dab668c2;
    text-transform: uppercase;
}

.luxury-listings-grids-2 .luxury-listings-grids-2.luxury-listing-main-grid-post-content {
    transform: translateY(80%);
}

    .luxury-listings-grids-2 .luxury-listings-grids-2.luxury-listing-main-grid-post-content h4 {
        letter-spacing: 2.9px;
    }

.luxury-listing-sold a {
    color: #DAB668;
    text-decoration: none;
    border: 1px solid #DAB668;
    padding: 6px 35px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
}

.luxury-home-listing {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: relative;
}

    .luxury-home-listing::after {
        position: absolute;
        content: '';
        width: 1px;
        background: #DAB668;
        height: 58px;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .luxury-home-listing li h4 {
        color: #DAB668;
        font-weight: 500;
        font-size: 28px;
        font-family: 'Montserrat';
        line-height: 42px;
    }

ul.luxury-home-listing li h4 span {
    font-weight: 200;
    line-height: 27px;
    font-size: 18px;
}

.luxury-listing-sold.text-center h2 {
    font-size: 35px;
    font-weight: 300;
    color: #DAB668;
    font-family: 'Montserrat';
}

.luxury-listing-main-grid.luxury-listing-gap {
    padding: 5px 2.5px;
}

.luxury-listing-main-grid-scroll-btn button {
    border: 1px solid #DAB668;
    background: transparent;
    color: #DAB668;
    margin: 0 5px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-family: 'Montserrat'
}

.luxury-listing-main-grid-scroll-btn {
    text-align: center;
}


/* ******************************* luxury-listings-banner End ******************** */

/* home 9  */
.realestate-element-section.home9-top-gallery {
    padding-top: 214px;
}

.luxury-listings-banner-home9 {
    min-height: 930px;
    margin-top: -161px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 90px 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .luxury-listings-banner-home9::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        top: 0;
        width: 100%;
        background: #000000d9;
    }

.luxury-listings-banner-home9-bottom-alert {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #00000069;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 22px 0;
}

    .luxury-listings-banner-home9-bottom-alert p a {
        text-decoration: underline;
        color: #DAB668;
        font-family: 'Montserrat';
    }

    .luxury-listings-banner-home9-bottom-alert p {
        color: #DAB668;
        font-family: 'Montserrat';
    }

.luxury-listings-banner-home9 h1 {
    color: #DAB668;
    font-family: 'Montserrat';
    font-weight: 200;
    margin-bottom: 20px;
}

.luxury-listings-banner-home9 p {
    color: #DAB668;
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 16px;
}



.luxury-listings-banner-home9-bottom-line {
    position: absolute;
    bottom: 119px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.realestate-luxary-line {
    width: 1px;
    height: 58px;
    display: inline-block;
    background-color: #DAB668;
    margin-bottom: 14px;
}


/* gallery  */

.home9-top-gallery-images.single-luxury-gallery {
    width: 100% !important;
    max-width: 100%;
}

.luxury-listing-tabs-grid .slick-list.draggable {
    overflow: inherit;
}

.home9-top-gallery-images {
    display: flex;
    gap: 5px;
    max-width: 589px;
    margin-left: -5px;
}

    .home9-top-gallery-images .home9-top-gallery-images-inner {
        display: flex;
        gap: 5px;
        flex-direction: column;
        width: 50%;
    }

.home9-top-gallery-images-inner .home9-top-gallery-image1 {
    object-fit: cover;
    height: 407px;
    width: 363px;
}

.home9-top-gallery-images .home9-top-gallery-images-inner:first-child .home9-top-gallery-image2 {
    height: 249px !important;
}

.home9-top-gallery .realestate-section-headings {
    padding-left: 14px;
    margin-top: -17px;
}

.home9-top-gallery-images .home9-top-gallery-images-inner:last-child img.home9-top-gallery-image1 {
    height: 429px;
}

.home9-top-gallery-images .home9-top-gallery-images-inner:last-child img.home9-top-gallery-image2 {
    height: 227px;
}

.home9-top-gallery-image4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home9-top-gallery-image3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grids-links ul::before {
    content: '';
    position: absolute;
    height: 58px;
    background: #DAB668;
    width: 1px;
    top: 0px;
    left: 13px;
    right: 0;
}

.realestate-section-headings h3 {
    font-size: 30px;
    color: #DAB668;
    font-family: 'Montserrat';
    font-weight: 300;
}

.realestate-section-headings h2 {
    font-size: 40px;
    color: #DAB668;
    font-family: 'Montserrat';
    font-weight: 300;
}

.realestate-section-headings p {
    font-size: 16px;
    color: #DAB668;
    font-family: 'Montserrat';
    font-weight: 300;
}

.realestate-headings-triger {
    border: 1px solid #DAB668;
    min-width: 50px;
    text-align: center;
    color: #DAB668;
    background-color: #fff0;
}

.realestate-headings-triger {
    border: 1px solid #DAB668;
    min-width: 134px;
    text-align: center;
    color: #DAB668;
    background-color: #fff0;
    padding: 13px 10px;
    line-height: 22px;
    font-size: 20px;
}



.luxury-listings-grids-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 258px;
    top: -50px;
    font-size: 0;
}

.luxury-listings-grids-slider button.slick-arrow.slick-disabled {
    color: #DAB66840;
    border-color: #DAB66840 !important;
}

.luxury-listings-grids-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 220px;
    top: -50px;
    font-size: 0;
}

.luxury-conetnt button.slick-prev.slick-arrow:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'font Awesome 6 Free';
    color: #DAB668;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-conetnt button.slick-next.slick-arrow:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-listings-grids-slider button.slick-arrow {
    width: 17px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DAB668;
    line-height: 0;
}

.luxury-listings-grids.luxury-listings-banner-title h1 span {
    font-family: 'The Nautigal';
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.luxury-listings-grids.luxury-listings-banner-title h1 {
    color: #DAB668;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 48px;
}
















/* ****************************************** luxury-listings-grids-2 start ****************************************************** */
.luxury-listings-grids-2 {
    overflow: hidden;
}

    .luxury-listings-grids-2.luxury-listings-banner-title h1 {
        color: #DAB668;
        font-size: 40px;
        font-weight: 400;
        font-family: 'Montserrat';
    }

.luxury-thumb-overly {
    position: absolute;
    background: #000000BF;
    transform: translateY(0);
    top: 0;
    height: 100%;
    width: 100%;
}

.luxury-listings-grids-2.luxury-listing-gap:hover .luxury-listing-main-grid-post-content {
    transform: translateY(50%);
}

.luxury-listings-grids-2.luxury-listing-main-grid-post-content-title {
    margin-bottom: 37px;
    position: relative;
    padding-bottom: 117px;
}

.luxury-listings-grids-2 .realestate-strech-link {
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

.luxury-listings-grids-2.luxury-listing-main-grid-post-content-title h4::after {
    position: absolute;
    content: '';
    width: 1px;
    background: #DAB668;
    height: 77px;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
}


.luxury-listings-grids-2.luxury-listing-main-grid-post-content {
    background: transparent;
}

ul.luxury-listings-grids-2.luxury-home-listing::after {
    content: none;
}




.luxury-listings-grids-2-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 258px;
    top: -50px;
    font-size: 0;
}

.luxury-listings-grids-2-slider button.slick-arrow.slick-disabled {
    color: #DAB66840;
    border-color: #DAB66840 !important;
}

.luxury-listings-grids-2-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 220px;
    top: -50px;
    font-size: 0;
}

.luxury-conetnt button.slick-prev.slick-arrow:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-conetnt button.slick-next.slick-arrow:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 2px;
}

.luxury-listings-grids-2-slider button.slick-arrow {
    width: 17px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DAB668;
    line-height: 0;
}

.luxury-listings-grids-2.luxury-listing-gap {
    padding: 2.5px;
}


/* ****************************************** luxury-listings-grids-2 End ****************************************************** */


























/** **************************  luxury-listings-Grids Client Testimonials start */

.luxury-listings-client-testimonials-grid-post {
    display: flex;
    flex-direction: column;
}

.client-testimonials-high-dimenssion {
    height: 408px;
    object-fit: cover;
    overflow: hidden;
}

.luxury-listings-client-testimonials-grid-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
    overflow: hidden;
}

.luxury-listings-client-testimonials-grid-thumb:hover img:hover {
    transform: scale(1.1);
}

.client-testimonials-low-dimenssion {
    height: 228px;
    object-fit: cover;
    overflow: hidden;
}

.luxury-listings-client-testimonial-thumb a {
    display: inline;
}

.luxury-listings-client-testimonial-thumb {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.luxury-listings-client-testimonial h4 a,
.luxury-listings-client-testimonial h4 {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 600;
    color: #7A6539;
}

    .luxury-listings-client-testimonial h4 a:hover {
        color: #fff;
    }

.luxury-listings-client-testimonials-grid-post {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.luxury-listings-client-testimonial h4 span {
    font-size: 14px;
    font-weight: 400;
}

.luxury-listings-client-testimonials-grid-post {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 3.5px;
}

.luxury-listings-client-testimonials-grid-content p {
    color: #7A6539;
    font-family: "Inter";
    font-size: 18px;
    line-height: 28px;
}

.luxury-listings-client-testimonials-grid-content {
    background: #121111;
}

.luxury-listings-client-testimonials {
    overflow: hidden;
}


.luxury-listings-client-testimonials-title h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Montserrat";
    color: #DAB668;
}

.luxury-listings-client-testimonial-listing .luxury-listings-client-testimonials-grid {
    width: 419px !IMPORTANT;
}

.realetate-luxurt-testimonail-slider {
    display: flex !IMPORTANT;
    gap: 5px;
}

.luxury-listings-client-testimonial-listing .slick-slide {
    opacity: 0.5;
}

.luxury-listings-client-testimonial-listing .slick-current {
    opacity: 1;
}

.luxury-listings-client-testimonial {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 122px !IMPORTANT
}


















.luxury-listings-client-testimonials-grids-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 340px;
    top: -70px;
    font-size: 0;
}

.luxury-listings-client-testimonials-grids-slider button.slick-arrow.slick-disabled {
    color: #DAB66840 !important;
    border-color: #DAB66840 !important;
}

.luxury-listings-client-testimonials-grids-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 300px;
    top: -70px;
}



.luxury-listings-client-testimonials-grids-slider button.slick-prev.slick-arrow:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    margin-top: 1px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-listings-client-testimonials-grids-slider button.slick-next.slick-arrow:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    margin-top: 1px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-listings-client-testimonials-grids-slider button.slick-arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DAB668;
    line-height: 0;
    font-size: 0;
}



@media only screen and (max-width: 2000px) {

    .luxury-listings-client-testimonials {
        overflow: hidden;
    }

    .luxury-listings-client-testimonial-listing {
        max-width: 1900px;
    }
}

.luxury-listings-client-testimonials-grids-slider .slick-list.draggable {
    overflow: initial;
}

/** **************************  luxury-listings-Grids Client Testimonials end */



/** ************************** luxury-listings-get-in-touch start */



.luxury-listings-get-in-touch-title h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Montserrat";
    color: #DAB668;
}

.luxury-listings-testimonial-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.luxury-listings-testimonial {
    display: flex;
    gap: 25px;
    margin-top: 11px;
    align-items: center;
}

.form-bg-color {
    background: #121111;
}

.luxury-listings.realestate-user-form-group input {
    border: none;
    background: transparent;
    color: #DAB668 !important;
    height: 90px;
    font-weight: 300;
    font-size: 20px;
    padding: 0;
}

    .luxury-listings.realestate-user-form-group input::placeholder {
        color: #DAB668 !important;
    }

.luxury-listings.realestate-user-form-group textarea {
    min-height: 117px !important;
    border: none;
    background: transparent;
    color: #DAB668 !important;
    height: 80px;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    padding: 51px 0 16px 0;
    align-items: center;
}

.luxury-listings-touch-form-btn.text-end {
    margin-top: 77px;
}

.luxury-listings-get-in-touch {
    padding-bottom: 174px;
}

.luxury-listings.realestate-user-form-group {
    border-bottom: 1px solid #DAB668;
}

    .luxury-listings.realestate-user-form-group label.luxury-listings-lable {
        color: #DAB668;
        font-family: 'Inter';
        font-size: 20px;
        font-weight: 300;
    }

.luxury-listings.realestate-form-style2-contacts-icon a {
    width: 50px;
    height: 50px;
    border: 1px solid #7A6539;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #7A6539;
}

.form-bg-color {
    background-color: #121111;
}

.luxury-listings.realestate-form-style2-form-inputs {
    padding: 51px 68px 94px 47px;
    max-width: 616px;
    width: 100%;
}

.luxury-listings-touch-form-btn a {
    color: #DAB668;
    display: flex;
    justify-content: end;
    font-size: 20px;
    gap: 10px;
    align-items: center;
}

    .luxury-listings-touch-form-btn a i {
        font-size: 12px;
        width: 17px;
        height: 17px;
        border: 1px solid;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.luxury-listings-testimonial-content h2 {
    color: #DAB668;
    font-size: 24px;
    font-family: "Montserrat";
    line-height: 27px;
    font-weight: 300;
}

    .luxury-listings-testimonial-content h2 span {
        color: #DAB668;
        font-size: 18px;
        font-family: "Montserrat";
        font-weight: 300;
        display: block;
    }

.luxury-listings.realestate-form-style2-contacts-type p {
    color: #7A6539;
    font-family: "inter";
}

.luxury-listings.realestate-form-style2-contacts-type h4 {
    font-weight: 400;
    color: #DAB668;
    font-family: "inter";
    font-size: 18px;
}

.luxury-listings.realestate-form-style2-contacts-social-icons ul li a {
    color: #DAB668;
    font-size: 20px;
}

/** ************************** luxury-listings-get-in-touch end */





/* ********************************* luxury-listings Latest News start */

.luxury-listings-latest-news {
    overflow: hidden;
    background: #121111;
}

.luxury-listings-latest-news-title h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Montserrat";
    color: #DAB668;
}

.latest-news-grid-width .draggable {
    overflow: inherit;
}

.luxury-listings-latest-news-grid-slider .slick-slide > div {
    padding: 0 3px;
}

.luxury-listings-latest-news-grid-slider .slick-slide {
    width: 630px !important;
}

.luxury-listings-latest-news-grid.bg-black {
    padding: 0px 2.5px;
}

.luxury-listings-latest-news-grid-thumb {
    position: relative;
    height: 470px;
}

    .luxury-listings-latest-news-grid-thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.luxury-listings-latest-news-grid-thumb-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    background: #00000080;
    top: 0;
}

.luxury-listings-testimonial-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.luxury-listings-client-testimonial-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.luxury-listings-latest-news-grid-content h2 {
    font-size: 32px;
    font-weight: 300;
    font-family: "Montserrat";
    line-height: 48px;
    color: #DAB668;
}

    .luxury-listings-latest-news-grid-content h2:hover {
        color: #fff;
    }

.luxury-listings-latest-news-grid-content {
    padding: 23px 36px;
}








.luxury-listings-latest-news-grid-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 500px;
    top: -50px;
    font-size: 0;
}

.luxury-listings-latest-news-grid-slider button.slick-arrow.slick-disabled {
    color: #DAB66840 !important;
    border-color: #DAB66840 !important;
}

.luxury-listings-latest-news-grid-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 460px;
    top: -50px;
    font-size: 0;
}

.luxury-listings-latest-news-grid-slider button.slick-prev.slick-arrow:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-listings-latest-news-grid-slider button.slick-next.slick-arrow:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-listings-latest-news-grid-slider button.slick-arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DAB668;
    line-height: 0;
}

.luxury-listing-floor-thumb img {
    object-fit: cover;
    width: 100%;
    height: 297px;
}

/* ********************************* luxury-listings Latest News end */




/* home 10 */



/* home11 Navbar start */

.style5 {
    padding: 61px 0px;
}

.realstate-home11-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.realstate-home11-nav-link-btn {
    background-color: #E6F2FF;
    border-radius: 5px;
    padding: 6px 13px 6px 6px;
}

    .realstate-home11-nav-link-btn a {
        color: #1F1B30;
        font-family: 'Inter';
        font-size: 12px;
        line-height: 28px;
        font-weight: 600;
    }


/* home11 Navbar End */


/* home11 Banner Section Start */

.realestate-home11-home-banner {
    background-image: url(../images/banner.png);
    background-size: cover;
    min-height: 858px;
    margin-top: -168px;
    border-radius: 0 0 20px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
}

.realestate-home11-home-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.realestate-home11-home-text {
    text-align: center;
}

.realstate-home11-nav-link-btn a:hover {
    color: #F4C83A;
}

.home11-home-heading {
    color: #fff;
    font-weight: 500;
    font-family: var(--primary-font);
    line-height: 1.1em;
    margin-top: 12px;
    margin-bottom: 34px;
}

.realestate-form-inputs-buttons button {
    padding: 20px;
    border-radius: 8px;
    border: none;
    background: #152046;
}

.realestate-home11-home-text .home11-para-text {
    color: #fff;
    font-family: 'Inter';
}


/* Home Search Bar */

.home11-radio-buttons input {
    display: none;
}

.home11-radio-buttons label {
    font-size: 16px;
    font-family: 'Inter';
    cursor: pointer;
    font-weight: 400;
    color: white;
    padding: 17px 60px;
    border-right: 1px solid #fff;
}

.home11-radio-buttons {
    border-radius: 15px 15px 0px 0px;
    border: 1px solid white;
    margin: auto;
    width: fit-content;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home11-radio-buttons input:checked + label {
        font-weight: 600;
        color: #152046;
        background-color: #fff;
    }

.home11-home-searchbar {
    display: flex;
    align-items: center;
    background: white;
    gap: 9px;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 1px #ddd;
    width: 100%;
    flex-wrap: wrap;
}

select#realestate5-location {
    width: 322px;
}

.select2-container .select2-selection--single {
    height: unset !important;
}

.select2-selection.select2-selection--single.select2-selection--clearable {
    border: none;
}

.realestate-home11-home-serachBar .realestate-form-inputs {
    border: 1px solid #afafaf33;
    border-radius: 8px;
    overflow: hidden;
    width: 322px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
    position: relative;
}

    .realestate-home11-home-serachBar .realestate-form-inputs span.select2 {
        width: 100% !important;
    }

.realestate-home11-home-serachBar .realestate-form-inputs-one {
    border-radius: 8px;
    width: 176px;
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
    border: 1px solid #afafaf33;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.realestate-home11-home-serachBar .select2.select2-container.select2-container--default span.select2-selection.select2-selection--single.select2-selection--clearable {
    padding: 15px 8px 15px 38px;
    height: 60px;
}

    .realestate-home11-home-serachBar .select2.select2-container.select2-container--default span.select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered {
        color: #757575;
        font-size: 16px;
        font-family: 'Poppins';
    }

.realestate-home11-home-serachBar .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.realestate-home11-home-serachBar .realestate-form-inputs-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.realestate-home11-home-serachBar {
    position: absolute;
    bottom: -54px;
    z-index: 999999;
    max-width: 1080px;
    width: 100%;
}

    .realestate-home11-home-serachBar .nav-tabs .nav-link:last-child {
        border: none;
    }

.home11-home-searchbar .realestate-form-inputs-one svg,
.home11-home-searchbar .realestate-form-inputs svg {
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 19px;
}

.realestate-home11-home-serachBar .select2.select2-container.select2-container--default span.select2-selection.select2-selection--single.select2-selection--clearable b {
    border: unset !important;
}

.realestate-home11-home-serachBar .tab-pane.active {
    border: 1px solid #E0E0E0;
    border-radius: 18px;
}

.realestate-home11-home-serachBar .select2.select2-container.select2-container--default span.select2-selection.select2-selection--single.select2-selection--clearable b::after {
    content: var(--chevron-down-icon-code);
    font-family: var(--icons-font);
    position: absolute;
    margin-top: 7px;
    margin-left: -11px;
    color: var(--primary-font-color);
    font-size: 12px;
}

.realestate-form-inputs-buttons button:hover {
    background: black;
}

    .realestate-form-inputs-buttons button:hover svg path {
        fill: white;
    }

.realestate-home11-home-serachBar button.select2-selection__clear {
    display: none;
}


/* Home Search Bar End*/


/* home11 Banner Section End */


/* Find perfect Home start */

.pt-162 {
    padding-top: 162px;
}

.find-perfect-text-content {
    text-align: center;
}

.find-perfect-latest-tag {
    background-color: rgba(244, 200, 58, 0.2);
    padding: 2px 8px;
    border-radius: 36px;
    min-width: 52px;
    display: inline;
    color: #152046;
    font-weight: 500;
}


.find-perfect-heading {
    margin-top: 22px;
}

.find-perfect-para {
    color: #808080;
}

.find-perfect-items-box a {
    width: 100%;
}

.find-perfect-items-box {
    text-align: center;
    margin-bottom: 32px;
}

.find-perfect-items-icon {
    margin-bottom: 17px;
}

.find-perfect-items-box a {
    padding: 20px;
    border-radius: 8px;
    min-height: 244px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.find-perfect-items-box .find-perfect-items-text h6 {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
}

.find-perfect-items-box .active {
    background-color: #152046;
    color: #F4C83A;
}

    .find-perfect-items-box .active .find-perfect-items-icon svg path {
        fill: #F4C83A;
    }

    .find-perfect-items-box .active .find-perfect-items-text h6 {
        color: #F4C83A;
    }

.find-perfect-items-box a:hover {
    background-color: #152046;
}

    .find-perfect-items-box a:hover h6 {
        color: #F4C83A;
    }

    .find-perfect-items-box a:hover .find-perfect-items-icon svg path {
        fill: #F4C83A;
    }


/* Find perfect Home End */


/* Details Start*/

.homes5-details-container {
    max-width: 1620px;
    background-color: #152046;
    margin: auto;
    border-radius: 15px;
}

.details-numbers {
    padding: 36px 0 40px 0;
    text-align: center;
}

.homes5-details-container .details-numbers h3 {
    color: #F4C83A;
    font-family: var(--primary-font);
    font-size: 48px;
    margin-bottom: -5px;
}

.details-numbers p {
    color: #FFFFFF;
    font-family: var(--bs-body-font-family);
}


/* Details End*/


/* Modren living for style start*/

.home11-bg-left {
    width: 45%;
    position: absolute;
    min-height: 607px;
    background-color: #FDF4D8;
    z-index: -1;
    border-radius: 0 15px 15px 0;
    top: -31px;
}

.home11-bg-right {
    width: 45%;
    position: absolute;
    min-height: 607px;
    background-color: #FDF4D8;
    z-index: -1;
    border-radius: 15px 0 0 15px;
    right: 0;
}

.home11-modren-living-background-img img {
    object-fit: cover;
    width: 100%;
}

.realestate-home11-modren-living {
    position: relative;
}

.home11-modren-living-background-img {
    position: absolute;
    top: 86px;
    bottom: 0;
    width: 47%;
}

.home11-modren-living-background {
    position: relative;
}

.modren-living-image img {
    object-fit: contain;
    width: 100%;
    margin-left: -77px;
    max-height: 613px;
}


.modren-living-text-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-top: 17px;
}

.modren-living-heading {
    color: #152046;
    margin-bottom: 8px;
}

.modren-living-para {
    color: #636363;
    font-family: 'Inter';
    margin-bottom: 40px;
}

.modren-living-link {
    color: #F4C83A;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    padding: 13px 24px;
    background-color: #152046;
    border-radius: 7px;
    border: 1px solid #fff0;
    max-width: fit-content;
}

    .modren-living-link:hover {
        color: black;
        border: 1px solid #152046;
        background-color: white;
    }


/* Modren living for style End*/


/* Hillside estate locations start */

.home11-hillside-estate-background img {
    object-fit: cover;
    width: 100%;
}

.realestate-home11-hillside-estate {
    position: relative;
}

.home11-hillside-estate-background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 47%;
}

.home11-hillside-estate {
    position: relative;
}

.hillside-estate-image img {
    object-fit: cover;
    width: 100%;
    max-height: 663px;
}

.hillside-estate-text-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.hillside-estate-heading {
    color: #152046;
    margin-bottom: 8px;
}

.hillside-estate-para {
    color: #636363;
    font-family: 'Inter';
    margin-bottom: 40px;
}

.hillside-estate-link {
    color: #F4C83A;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    padding: 15px 24px;
    background-color: #152046;
    border-radius: 7px;
    border: 1px solid #fff0;
    width: 134px;
}


    .hillside-estate-link:hover {
        color: black;
        border: 1px solid #152046;
        background-color: white;
    }

/* Hillside estate locations End */


/* trustedreal estatepartner Start */

section.home11-trustedreal-estatepartner {
    background-color: #152046;
}

.home11-home-text {
    text-align: center;
}


.home11-trustedreal-icon {
    margin-bottom: 16px;
}

.home11-trustedreal-heading {
    font-size: 45px;
    color: var(--white-700);
    margin-bottom: 12px;
}


.home11-trustedreal-text {
    padding-bottom: 38px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}

.trustedreal-estatepartner-items {
    display: flex;
    align-items: center;
    gap: 25px;
}


.trustedreal-estatepartner-box {
    border: 1px solid #384576;
    border-radius: 15px;
    padding: 30px 38px;
    margin-bottom: 35px;
}

.estatepartner-box-heding {
    font-weight: 600;
    color: white;
    font-size: 24px;
}

.trustedreal-estatepartner-box .estatepartner-box-para {
    margin-top: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.trustedreal-icon {
    margin-bottom: 0px;
}


.trustedreal-estatepartner-box:hover {
    border: 1px solid #F4C83A;
}


/* trustedreal estatepartner End */


/* Explore the Featured Properties Start */

.home11-explore-featured-heading {
    margin-bottom: 100px;
}

.explore-home11-slider {
    padding-left: 30px;
}

.home11-Explore-slider-arrows {
    z-index: 99;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: end;
    position: relative;
    height: calc(100% + 72px);
    width: calc(100% + 8px);
    padding-right: 8px;
}

.pt-130 {
    padding-top: 130px !important;
}

.home11-Explore-slider-arrows .slick-disabled svg path {
    fill: #ddd;
}

.explore-home11-slider .slick-track .slick-slide > div {
    margin: 0 7px;
}

.home11-explore-featured-properties {
    overflow: hidden;
    padding-top: 93px;
    padding-bottom: 114px;
    background-image: url('../images/realestate-single-slides-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.row.explore-home11-slider .slick-list.draggable {
    overflow: inherit;
}

.explore-slider-text {
    width: 100%;
}

.post-next-arrow:hover {
    background: black;
}

    .post-next-arrow:hover:hover svg path {
        fill: #F8BB18;
    }


/* Explore the Featured Properties End */


/* Available in many cities start */

section.home11-available-cities.pb-100.pt-100 {
    overflow: hidden;
}

.home11-cities-main-heading {
    text-align: center;
}

.home11-cities-slider .slick-track .slick-slide > div {
    margin: 0px 10px;
}

.hom5-cities-large-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home11-cities-box a .home11-cities-image,
.home11-cities-box a .home11-cities-image img,
.home11-cities-box a {
    display: block;
    height: 100%;
}

.hom5-cities-small-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 470px;
}

.home11-cities-text {
    position: absolute;
    top: 0;
}

.home11-cities-image img {
    object-fit: cover;
    width: 100%;
    height: 640px;
    border-radius: 15px;
}

.home11-cities-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.home11-cities-box-small {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    border-radius: 15px;
}

.home11-cities-slider .slick-list .slick-track {
    display: flex;
    align-items: center;
}

.home11-cities-slider-slider-arrows {
    display: flex;
    gap: 12px;
}

.home11-cities-content .slick-dots {
    display: flex;
    position: absolute;
    justify-content: end;
    max-width: 1150px;
    margin: auto;
    gap: 12px;
    bottom: -69px;
    width: max-content;
    right: 16%;
}

    .home11-cities-content .slick-dots li {
        border-radius: 56%;
        background: #ddd;
        height: 15px;
        width: 15px;
        overflow: initial;
    }

    .home11-cities-content .slick-dots .slick-active {
        background-color: #152046 !important;
    }

    .home11-cities-content .slick-dots li button {
        display: none;
    }

.home11-cities-content {
    position: relative;
}

.home11-cities-text p {
    font-family: var(--bs-body-font-family);
    line-height: 26px;
}

.home11-cities-text {
    position: absolute;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100%;
    transform: translateY(100px);
    transition: .2s;
}

.home11-cities-box {
    position: relative;
    height: 470px;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.3s;
    width: 390px;
}

.slick-current .home11-cities-box .hom5-cities-small-box,
.slick-current .home11-cities-box {
    height: 640px;
}

.home11-cities-box::after {
    content: '';
    object-fit: cover;
    background: #00000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    transition: .2s;
    transform: translateY(0);
}

.home11-cities-box:hover::after {
    background: #000000a6;
    transform: translateY(0px);
}

.home11-cities-box:hover .home11-cities-text {
    transform: translateY(0px);
    z-index: 9999;
}

.home11-cities-text p {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
}

.home11-cities-text h4 {
    color: white;
}

.home11-cities-slider {
    margin-bottom: 34px;
    min-height: 651px;
    display: flex;
    align-items: center;
}


/* Available in many cities end */


/* Satisfied Dreamwell’s Clients start */

.home11-satisfied-clients {
    overflow: hidden;
    background-image: url('../images/home11-reviews-bg.png');
    background-repeat: no-repeat;
    background-position: top 3px right 6%;
    background-size: contain;
    padding-top: 260px;
}

.home11-satisfied-client .slick-list .slick-track {
    padding: 10px 0;
}

.home11-satisfied-client-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.name-satisfied-client h5 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 28px;
    color: #222222;
}

.name-satisfied-client p {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 26px;
}

.home11-satisfied-client-para p {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 26px;
    margin-bottom: 39px;
}

.rating-star-home11 .checked {
    color: #F8BB18;
    height: 16px;
    width: 17px;
}

.home11-satisfied-client-box {
    border-radius: 15px;
    box-shadow: 1px 9px 19px 1px #1520460d;
    padding: 52px 50px 57px 33px;
    background-color: #fff;
}

.home11-satisfied-client-heading {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    background: #fff;
    z-index: 99999;
    position: relative;
    padding-right: 49px;
    width: calc(100% + 10px);
    padding-bottom: 137px;
}

.home11-satisfied-client .slick-track .slick-slide > div {
    margin: 0px 10px;
}

.row.home11-satisfied-client.slick-initialized.slick-slider {
    margin-bottom: 129px;
}


/* .home11-satisfied-client .slick-list{
    overflow: inherit;
} */


/* Satisfied Dreamwell’s Clients End */


/* Let’s Find Your Dream House with Dreamwell! Start */

.find-your-dream-bg {
    max-width: 1620px;
    max-height: 497px;
    margin: auto;
}

    .find-your-dream-bg img {
        object-fit: cover;
        width: 100%;
    }

.find-your-dreams-content {
    background-image: url(../images/bg-5.png);
    background-size: cover;
    max-width: 1216px;
    min-height: 417px;
    z-index: 9999;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -219px;
}

    .find-your-dreams-content h2 {
        margin-top: 53px;
        font-size: 45px;
        font-family: var(--primary-font);
        font-weight: 600;
        color: var(--white-700);
        margin-bottom: 30px;
    }

    .find-your-dreams-content a {
        background: #F8BB18;
        padding: 15px 25px;
        border-radius: 7px;
        color: #152046;
        font-size: 16px;
        font-family: 'Inter';
        font-weight: 500;
    }

        .find-your-dreams-content a:hover {
            color: #F8BB18;
            background: white;
        }


/* Let’s Find Your Dream House with Dreamwell! End */


/* News from Real Estate Pro start */

.home11-news-form {
    background-color: #FDF4D8;
    overflow: hidden;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 337px;
}

.home11-news-form-heading {
    margin-bottom: 40px;
}

    .home11-news-form-heading h2 {
        font-size: 45px;
        text-align: center;
    }

.home11-news-form-container {
    margin: auto;
    max-width: 1900px;
}

.home11-news-form-box {
    background: white;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.3s;
}

.satisfied-client-img {
    width: 72px;
    height: 72px;
}

    .satisfied-client-img img {
        object-fit: cover;
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

.news-form-img img {
    object-fit: cover;
    height: 317px;
    width: 100%;
}

.news-form-text {
    padding: 27px 35px 40px 35px;
}

    .news-form-text .underlink {
        color: #152046;
    }

.home11-news-form-box:hover .news-form-text .underlink {
    color: #19CF79;
}

.news-form-text-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.news-form-icon-one {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .news-form-icon-one p {
        font-size: 19px;
        font-weight: 400;
        font-family: 'Inter';
        line-height: 30px;
        color: #636363;
    }

.news-form-text a {
    color: #19CF79;
    font-size: 19px;
    font-family: 'Inter';
    line-height: 30px;
    font-weight: 500;
}

.news-form-text h4 {
    font-size: 24px;
    font-family: 'Inter';
    transition: 0.3s;
    font-weight: 600;
    color: #222222;
    margin-bottom: 11px;
}

    .news-form-text h4:hover {
        color: var(--primary-color);
    }

.home11-news-form-box:hover {
    transform: scale(1.05);
    box-shadow: 0 31px 36px 0 #15204612;
}

.home11-news-form-box a {
    width: 100%;
}

.underlink {
    text-decoration: underline;
}


/* News from Real Estate Pro End */


/* classic home  */


/* Explore Featured Properties start */

.element-section-slider-arrow {
    display: flex;
    align-items: center;
    gap: 8px;
}

.element-section-slider-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.real-listings-post-content .for-sale p {
    color: #080127;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
}

.real-listings-post-content .rel-post-price p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #080127;
    padding: 0;
    margin: 0;
}

.real-listings-post-content .rel-post-price span {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #080127;
}

.class-realtive-contnet {
    position: relative;
}

span.prev-arrowexplore.slick-arrow {
    position: absolute;
    top: 16px;
    right: 38px;
    cursor: pointer;
    width: fit-content;
}

.next-arrowexplore.slick-arrow {
    position: absolute;
    top: 17px;
    cursor: pointer;
    right: -12px;
    width: fit-content;
}

.row.explore-slider.slick-initialized.slick-slider {
    position: unset;
}

.explore-slider .realestate-item.loop-style1 {
    margin: 0 11px 0 12px;
}

.diff-cate-slider .col-lg-3 a {
    width: 100%;
    padding: 0 3px;
}



.post-location span.p-md {
    display: flex;
}


/* Explore Featured Properties End */


/* Browse Different Real Estate Categories start */

.home-classic-diff-categories {
    overflow: hidden;
    background: #FBFBFB;
}

.classic-diff-categories-main {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.reaestate-classic-headings-link a {
    color: #080127;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    text-decoration: underline;
}

    .reaestate-classic-headings-link a:hover {
        color: blue;
    }

.diff-cate-pric-text h3 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    color: white;
}

.diff-cate-hide-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.diff-cate-pric-available h4 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    color: white;
}

.classic-diff-categories-box {
    overflow: hidden;
    height: 238px;
}

.classic-diff-image-text {
    transform: translateY(-31px);
    text-align: center;
    padding: 7px 0;
    width: 100%;
    background: #000000bf;
    transition: .2s;
}

.classic-diff-categories-image .classic-diff-image-text p {
    padding: 0;
    font-size: 12px;
    text-transform: capitalize;
}

.classic-diff-categories-box:hover .classic-diff-image-text {
    transform: translateY(0px);
}

.classic-diff-image-text p {
    color: #fff;
}

.classic-diff-categories-box .diff-cate-hide-content {
    background: #000000bf;
    width: 100%;
    height: 100%;
    transform: translateY(0px);
    transition: .2s;
    padding-top: 32px;
}

.classic-diff-categories-box:hover .diff-cate-hide-content {
    transform: translateY(-270px);
}

.diff-cate-hide-content {
    text-align: center;
}

.diff-cate-pric-text {
    padding-bottom: 18px;
    border-bottom: 0.5px solid white;
    width: 169px;
    margin: auto;
}

.diff-cate-pric-available {
    padding-bottom: 53px;
}


.diff-cate-slider .slick-list.draggable {
    overflow: inherit;
}


/* Browse Different Real Estate Categories end */


/* Find home Anywhere Around the Globe start */

.home-classic-globe-mian {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.home-classic-globe-img img {
    object-fit: cover;
    transition: 0.3s;
    height: auto;
    border-radius: 8px;
}

.home-classic-globe-img:hover .classic-globe-img-small img {
    transform: scale(1.1);
}

.classic-globe-box1-text {
    transform: translateY(-290px);
    text-align: center;
    padding-bottom: 51px;
}

    .classic-globe-box1-text h5 {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Inter';
        color: white;
    }

.home-classic-globe-box1 .classic-globe-hide {
    background: #00000042;
    width: 100%;
    height: 408px;
    transform: translateY(0px);
    transition: .2s;
    padding-top: 81px;
}

.home-classic-globe-box1:hover .classic-globe-hide {
    transform: translateY(-698px);
}

.home-classic-globe-box1 {
    overflow: hidden;
    height: 408px;
    width: 400px;
    border-radius: 8px;
}

.classic-globe-review-text {
    display: flex;
    margin-bottom: 24px;
    gap: 33px;
}

    .classic-globe-review-text p {
        font-size: 16px;
        font-family: 'Inter';
        font-weight: 400;
        color: white;
    }

.globe-user-text {
    display: flex;
    gap: 8px;
}

    .globe-user-text img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
    }

.globe-user-name h2 {
    color: white;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Inter';
}

.globe-user-name p {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}


/* comments section */

.classic-globe-review {
    border-radius: 8px;
    background: #091834;
    padding: 32px 21px 38px 31px;
    width: 100%;
    overflow: hidden;
}

.home-classic-globe-box div:first-child {
    height: 206px;
}

.home-classic-globe-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-classic-globe-img {
    border-radius: 8px;
    overflow: hidden;
}

    .home-classic-globe-img.small-img .classic-globe-hide-small h5 {
        color: #ffffff9c;
        text-transform: capitalize;
        font-size: 24px;
        font-weight: 400;
        transition: var(--transition);
        font-family: 'Inter';
        transform: translate(-2px, -3px);
        text-align: right;
        width: 100%;
    }

    .home-classic-globe-img.small-img:hover .classic-globe-hide-small h5 {
        transform: translateY(0);
        color: #fff;
    }

    /* coments section end */

    .home-classic-globe-img.small-img.first {
        height: 408px;
        border-radius: 8px;
        overflow: hidden;
    }

.row-classic-globe {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-classic-globe-content .slick-slide {
    width: 409px;
}

.home-classic-globe-img.small-img.first .classic-globe-img-small {
    height: 100%;
    max-width: 100%;
}

.home-classic-globe-img.small-img {
    overflow: hidden;
    position: relative;
}

.home-classic-globe-box div:last-child {
    height: 196px;
}

.home-classic-globe {
    background: #FBFBFB;
}

.home-classic-globe-box .classic-globe-review:last-child {
    padding: 28px 21px 38px 33px;
}

.home-classic-globe-img.small-img .classic-globe-hide-small {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000002e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    align-items: center;
    padding: 24px;
}

.home-classic-globe-img:hover .classic-globe-hide-small {
    background-color: #000000ab;
}

.classic-globe-box2-svg {
    margin-top: -3px;
}

.classic-globe-pric-text p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.classic-globe-pric-text h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter';
    color: white;
}

.classic-globe-pric-text {
    text-align: center;
    margin-bottom: 48px;
}

.classic-globe-pric-available {
    text-align: center;
    margin-bottom: 96px;
}

    .classic-globe-pric-available h3 {
        font-size: 38px;
        font-weight: 600;
        font-family: 'Inter';
        color: white;
    }

    .classic-globe-pric-available p {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Inter';
        color: white;
    }

.classic-globe-hide h5 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
    text-align: end;
    padding-right: 28px;
}

.classic-globe-img-small {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.home-classic-globe-box1:hover .classic-globe-box1-text {
    transform: translateY(20px);
}

.classic-globe-slider-arrow {
    display: flex;
    gap: 9px;
    margin: 0 0 4px 0;
}

section.home-classic-globe.pt-100.pb-90 {
    overflow: hidden;
}

.row-classic-globe .slick-list .slick-track .slick-slide > div {
    margin: 0px 5px;
}

.row-classic-globe .slick-list.draggable {
    overflow: inherit;
}


/* Find home Anywhere Around the Globe end */


/* Recently Listed for Sale by owner (FSBO) Start*/

.fsbd-slider.upper > .slick-list > .slick-track > .slick-slide > div {
    margin: 0 7px 0 13px;
}


/* Recently Listed for Sale by owner (FSBO) End */


/* Popular Search for start */

h5.realestate-classic-heading-title.mb-20 {
    color: #070026;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
}

.realestate-classic-list-terms-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* Popular Search for End */


/* Why Millions of Users Trust us since 2017 Stsrt */

.realstate-millions-user-content {
    background-image: url(../images/home-new-bg-million.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 60px 55px 60px;
    border-radius: 25px;
}

    .realstate-millions-user-content h2 {
        font-size: 32px;
        color: white;
        font-weight: 700;
        font-family: 'Inter';
        margin-bottom: 25px;
        line-height: 44px;
    }

    .realstate-millions-user-content p {
        margin-bottom: 28px;
        font-size: 16px;
        font-family: 'Inter';
        font-weight: 400;
        color: #E2E2E2;
        line-height: 30px;
    }

.rating-millions-user {
    margin-bottom: 7px;
}

    .rating-millions-user ul li h3 {
        color: white;
        font-size: 37px;
        font-family: 'Inter';
        font-weight: 700;
        line-height: 53px;
    }

    .rating-millions-user ul li p {
        font-size: 16px;
        font-family: 'Inter';
        font-weight: 500;
        color: white;
        text-align: center;
    }

    .rating-millions-user ul {
        display: flex;
        align-items: center;
        gap: 48px;
    }


/* Why Millions of Users Trust us since 2017 End */


/* Our blogs start*/
.realestate-element-section.hidden.realestate-section-bg-color-FBFBFB.pt-100 {
    padding-top: 124px;
    padding-bottom: 124px;
}

.rel-classic-blog-post-img img {
    width: auto;
}

.re-classic-blog-post-content h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: #D55050;
}


.re-classic-btnlink {
    background-color: #0A4BE3;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Inter';
    color: palegoldenrod;
}

.re-classic-blog-post-content span {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    text-align: center;
}

.re-classic-blog-post-content {
    padding: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000002e;
    display: flex;
    transition: var(--transition);
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

.realestate-blog-post-loop-style1:hover .re-classic-blog-post-content {
    background-color: #00000075;
}

.realestate-blog-post-loop-style1 .re-blog-post-content a {
    width: 100%;
}

.re-classic-blog-post-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    color: #DEE4EB;
    line-height: 24px;
    margin-bottom: 8px;
}

.text-heading-blog {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    color: white !important;
    margin-bottom: 4px;
}

.realestate-blog-post-loop-style1 {
    height: 360px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.realestate-blog-post-loop-style1-arrows.stylel-2 {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 30px;
}

.blog-slider-agent .realestate-blog-post-loop-style1-arrows {
    margin-top: 32px;
}

.blog-home4 .realestate-blog-post-loop-style1-arrows {
    margin-top: 31px;
}

@media (min-width: 1400px) {

    .realstate-home2-start-listning-and-buying-items .container,
    .realstate-home2-start-listning-and-buying-items .container-lg,
    .realstate-home2-start-listning-and-buying-items .container-md,
    .realstate-home2-start-listning-and-buying-items .container-sm,
    .realstate-home2-start-listning-and-buying-items .container-xl,
    .realstate-home2-start-listning-and-buying-items .container-xxl {
        max-width: 1164px;
    }
}

.realstate-home2-start-listning-and-buying-text h2 {
    line-height: 1.4em;
    letter-spacing: -0.4px;
    margin-top: 7px;
}

.realstate-home2-start-listning-and-buying-text .istning-and-buying-para {
    margin-top: 10px;
}

/* Our blogs end*/


/* realestate-element-section start */

.background-color-one {
    background-color: #091834;
}

.colors-settings h2 {
    color: white;
}

.fill-152046 svg path {
    fill: #152046;
}

.slick-arrow.slick-disabled svg path {
    fill: #AAAAAA;
}


/* realestate-element-section end */


/*-----  changes end----*/


/* banner category style 1  */

.realestate-classic-category {
    background-color: #F2F2F2;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    min-width: 267px;
    padding: 4px 0px;
    border-radius: 30px;
    margin-bottom: 74px;
    max-width: max-content;
}

    .realestate-classic-category .realestate-classic-category-text p {
        padding: 0;
        font-family: Inter;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        color: #070026;
    }


/* banner category style 1 close  */


/* banner category style 2 start  */

.realestate-classic-category-style2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.realestate-classic-brokerowner-content {
    border: 1px solid #F2F2F2;
    padding: 3px 0px;
    border-radius: 63px;
    min-width: 183px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.realestate-classic-owner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.realestate-classic-owner li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.realestate-classic-owner .brokerowner-text {
    display: flex;
    flex-direction: column;
}

    .realestate-classic-owner .brokerowner-text p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 700;
        color: #FFFFFF;
        padding: 0;
        margin: 0;
    }

        .realestate-classic-owner .brokerowner-text p:last-child {
            font-size: 12px;
            font-weight: 400;
        }

.classic-globe-pric-text-avarage,
.classic-globe-pric-text-small {
    opacity: 0;
    transition: var(--transition);
    transform: translate(0px, 20px);
}

.home-classic-globe-img.small-img.first:hover .classic-globe-pric-text-small {
    transform: translate(0px, 70%);
    opacity: 1;
}

.home-classic-globe-img:hover .classic-globe-pric-text-small,
.home-classic-globe-img:hover .classic-globe-pric-text-avarage {
    opacity: 1;
    transform: translate(0px, 0);
}

.classic-globe-pric-text-avarage p,
.classic-globe-pric-text-small p {
    font-size: 12px;
    color: #fff;
    font-family: var(--primary-font);
    width: 100%;
    text-align: center;
}

.classic-globe-pric-text-avarage h3 {
    font-size: 38px;
    color: #fff;
    font-family: var(--primary-font);
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.classic-globe-pric-text-small h4 {
    font-size: 18px;
    color: #fff;
    font-family: var(--primary-font);
    width: 100%;
    font-weight: 700;
    text-align: center;
}



/* home 10 */

/* header start */
.luxury-listings-header-top .realestate-not-filled-btn {
    background-color: transparent;
    color: #DAB668;
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DAB668;
    gap: 13px;
    padding: 12px 16px;
    border-radius: 4px;
}

/* header End */
/* ************************************ banner css start *******************************/

.site-content {
    overflow: hidden;
}

.realrstate-banner-content a {
    width: 100%;
}

.realestate-banner {
    display: flex;
    gap: 5px;
    background-color: black;
    padding: 40px 0px 0px 0px;
}

.luxury-single .realestate-banner {
    padding: 73px 0px 0px 0px;
}

.realrstate-banner-content .banner-image-1 img {
    width: 100%;
    height: 749px;
    object-fit: cover;
}

.realrstate-banner-content .banner-image-2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.realrstate-banner-content .banner-image-3 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.realrstate-banner-content .banner-image-4 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.realrstate-banner-content .banner-image-5 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.realrstate-banner-content .banner-image-6 img {
    width: 100%;
    height: 746px;
    object-fit: cover;
}

.realrstate-banner-content {
    display: flex;
    flex-direction: column;
    width: 33.333%;
    gap: 5px;
}

/* ******************************************* banner css end ************************************** */
/* ******************************************* luxury-listings-Grids css start ******************************* */
.realestate-element-section .grids-links h5 {
    color: #DAB668;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    font-family: 'Montserrat';
    gap: 20px;
    align-items: center;
}


.realestate-element-section .grids-links ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.villas {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .villas p {
        color: #DAB668;
        font-size: 12px;
        font-weight: 300;
    }

.information {
    display: flex;
    gap: 54px;
    padding-bottom: 10px;
}

.sub-tittle h4 {
    color: #DAB668;
    font-size: 28px;
    font-weight: 200;
    font-family: 'Montserrat';
    word-spacing: 0;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.properties-features-title {
    font-size: 16px !IMPORTANT;
    font-weight: 600 !important;
    font-family: 'Inter';
}

.tittle h2 {
    color: #DAB668;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat';
}

.paragraph p {
    color: #DAB668;
    font-weight: 300;
    font-size: 16px;
    padding-left: 2px;
    word-spacing: 5px;
}

.luxury-listings.luxury-single .home9-top-gallery-images {
    max-width: 745px;
    margin: 11px;
}

.appartment-info {
    display: flex;
    gap: 99px;
    padding-top: 38px;
    padding-left: 4px;
}

    .appartment-info p {
        color: #DAB668;
        font-family: montserrat;
        font-size: 35px;
        font-weight: 300;
    }

    .appartment-info h5 {
        color: #DAB668;
        font-size: 22px;
        font-weight: 200;
        font-family: Montserrat;
        text-transform: uppercase;
        margin-top: -4px;
    }

.prize-luxury-appartments h2 {
    color: #DAB668;
    font-size: 40px;
    font-weight: 900;
}

.prize-luxury-appartments {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -63px;
    margin-left: -17px;
}

.grids-info {
    border-right: 1px solid #DAB668;
    max-width: calc(100% - 10px);
}

/* ******************************************** luxury-listings-Grids css start ****************************************/
/* ******************************************** luxury-listings-interior css start *********************************** */
.listing-interior {
    background-color: black;
}

.interior-tabers {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.reaestate-classic-headings-link a {
    color: #080127;
}

    .reaestate-classic-headings-link a:hover {
        color: blue;
    }

.diff-cate-pric-text h3 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    color: white;
}

.diff-cate-hide-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.diff-cate-pric-available h4 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    color: white;
}

.classic-diff-image-text p {
    color: #DAB668;
    padding: 36px;
    font-weight: 300;
}


.diff-cate-hide-content {
    text-align: center;
}

.diff-cate-pric-text {
    padding-bottom: 18px;
    border-bottom: 0.5px solid white;
    width: 169px;
    margin: auto;
}

.diff-cate-pric-available {
    padding-bottom: 53px;
}


.luxury-conetnt .diff-cate-slider .slick-list.draggable {
    overflow: inherit;
}

.luxury-conetnt .slick-list.draggable {
    overflow: inherit;
}

.luxury-conetnt button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0.5;
}

.luxury-conetnt button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0.5;
}





.luxury-listing-tabs .nav-pills .nav-link {
    color: #DAB668;
    background-color: black;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.luxury-listing-tabs .slick-track {
    display: flex;
    gap: 5px;
}



/* luxury-listings-interior css end */

/* luxury-listings-floor-detail css start */
.beds-detail {
    display: flex;
    gap: 5px;
}

.floor-detail-section {
    background-color: black;
    padding: 28px 0 80px 21px;
}

    .floor-detail-section button {
        color: #DAB668 !important;
        border: 1px solid #DAB668 !important;
        background-color: #000000 !IMPORTANT;
        padding: 12px 32px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0.7;
        text-transform: uppercase;
    }

        .floor-detail-section button:hover {
            background-color: #DAB668 !important;
            color: #000000 !important;
        }

        .floor-detail-section button.active {
            opacity: 1;
        }

.floor-tabs-button .nav-tabs {
    border: none;
    display: flex;
    gap: 6px;
    padding: 25px 0px;
    border-radius: 0px;
}

.luxury-listing-tabs .slick-arrow,
.floor-detail-section .slick-arrow {
    display: none !important;
}

.luxury-listing-tabs-container .luxury-listing-tabs-grid {
    padding: 0;
}

.luxury-listing-tabs .nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    gap: 86px;
}

.realestat-line-black {
    width: 1281px;
}

.floor-detail-section .realestat-line-black .slick-list.draggable {
    overflow: initial !IMPORTANT;
}

.luxury-listing-tabs .nav-pills .nav-link.active::after {
    position: absolute;
    right: 0;
    content: '';
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #DAB668;
}

.luxury-listing-floor-thumb {
    position: relative;
    padding-right: 5px;
}

.luxury-listing-floor-thumb-content {
    position: absolute;
    bottom: 0;
    background: #000000ab;
    width: 223px;
    text-align: center;
    padding: 22px 0px;
}

.realestat-line-black .slick-slide {
    opacity: 0.5;
    width: 652px !important;
}

.realestat-line-black .slick-active {
    opacity: 1;
}

.luxury-listing-floor-thumb-content p {
    color: #DAB668;
    letter-spacing: 2px;
}

.luxury-listing-tabs-grid-content.bg-dark.image-width-1 {
    height: auto;
    width: 100%;
    padding: 24px 23px 30px 33px;
    background-color: #121111 !important;
    min-height: 223px;
}

.luxury-listing-tabs-grid-thumb img {
    width: 100%;
    object-fit: cover;
}

.luxury-listing-tabs-grid-content h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-transform: capitalize;
    color: #DAB668;
}



.luxury-listing-tabs-grid-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #7A6539;
}

.image-width-2 {
    width: 417px;
    height: 423px;
    object-fit: cover;
    margin-top: 5px;
}

.luxury-listing-tabs-grid-thumb {
    position: relative;
    overflow: hidden;
}

.luxury-listing-tabs-grid-thumb-over-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    transform: translateY(82%);
}


    .luxury-listing-tabs-grid-thumb-over-content p {
        font-family: 'Montserrat';
        font-weight: 300;
        font-size: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: rgba(218, 182, 104, 0.85);
        height: 46px;
        justify-content: center;
    }

/* .luxury-listing-tabs-grid {
    display: flex;
    gap: 2px;
} */

.luxury-listing-tabs-grid-post-1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    width: calc(100% / 2);
}

.image-width-3 {
    height: 315px;
    width: 415px;
}

.image-width-4 {
    height: 330px;
    width: 415px;
    margin-top: 5px;
}

.luxury-listing-tabs-container .slick-slide {
    opacity: 0.5;
}

.luxury-listing-tabs-container .slick-current {
    opacity: 1;
    width: 840px !important;
}

.luxury-listing-tabs-grid-post-2 {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2);
    gap: 5px;
}

.luxury-listing-tabs {
    overflow: hidden;
}

.luxury-listing-tabs-container.draggable {
    padding-left: 0 !important;
    overflow: inherit;
}

/* qasim styling **************************************************************************/








.luxury-listing-floor-detail-title h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    color: #DAB668;
}





/* classic 2 home  */
/* Home-classic2 changes start */
/* Navbar changes start */
.wcolor-nav-tab ul a {
    color: white;
}

.wcolor-nav-tab i.fa-solid.fa-caret-down {
    color: white;
}

.border-nav-none button {
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: var(--bs-body-font-family) !important;
    color: white !important;
}

/* Navbar changes end */

/* home-banner chnages start */
.home-Wcolor-heading h1 {
    color: white;
    text-align: center;
    margin-bottom: 21px;
    font-weight: 700;
}

.home-classic2-best-awards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 27px;
}

    .home-classic2-best-awards p {
        font-weight: 600;
        line-height: 24px;
        color: white;
    }

.home-classic2-upholding-principle {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 26px 0 27px 0;
    background: #200033;
    margin-top: 147px;
}

    .home-classic2-upholding-principle p {
        font-weight: 300;
        font-size: 16px;
        color: white;
        font-family: 'Montserrat';
    }

.realestate-banner-home-classic2 {
    min-height: 659px;
    margin-top: -143px;
    padding-top: 205px;
    background: linear-gradient(340deg, #010F59, #49005B, #010F59, #49005B, #010F59, #49005B);
    background-size: 400% 400%;
    width: 100%;
    height: 100%;
    animation: gradient 15s ease infinite
}

.classic2-toggle-settings {
    margin-top: -25px !important;
    border-radius: 0px 0px 8px 8px !important;
}

.realestate-home-banner-search.width-classic2 {
    max-width: 516px !important;
}

.realestate-home-banner-search.style1 .realestate-form-content.home-svginput-width .realestate-form:nth-child(2) {
    width: 56px !important;
}

.realestate-home-banner-search.style1 .realestate-form-content .realestate-input-search.classic2-search-i {
    background: #49005B !important;
}



.realestate-home-banner-search.style1 .realestate-search-toggle.font-checked input:checked + label {
    font-weight: 600;
}

.realestate-element-section.home-brokerage-agents {
    padding-top: 134px;
}

/* home-banner chnages End */
.realestate-property-element-tabs.classic-2-propertiess.tab-style1 {
    margin-top: 33px;
}

.classic-diff-categories-box-mian.cats-styles3 {
    padding-top: 23px;
    margin: 0 -3px;
}

.realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-logo {
    margin-bottom: 19px;
    gap: 0 0;
}

    .realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-logo .agent-logo-text {
        padding-left: 3px;
        letter-spacing: -1.4px;
    }

.realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-find-block .realestate-input {
    height: 41px;
    padding: 0 15px;
}

.realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-find-block form label {
    margin-bottom: 8px;
}

.realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item.agent-choice .agent-choice-description {
    margin-bottom: 18px;
}

.realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item.agent-choice {
    width: 257px;
    padding: 21px 34px 22px 23px;
    margin-right: 5px;
}

.classic-diff-categories-box-mian.cats-styles3 .col-lg-3 {
    padding: 4px;
    margin: 0;
}

.realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item {
    margin: 14px;
    margin-left: 3px;
    margin-right: 25px;
}

    .realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item .re-agents-post-details .re-agent-call-back a {
        padding: 14px 4px;
    }

    .realestate-element-section.home-brokerage-agents .real-estate-agents .re-agents-post-item .re-agents-post-details {
        gap: 12px 0;
    }

/* What’s happening Near You starr*/
.near-you-bg {
    background: #F8FBFF;
    border-radius: 10px;
    margin: 0;
    border: 1px solid #DFEDFF;
    padding: 33px 30px 34px 21px;
}

.realestate-counters.counters {
    color: #72809D;
    font-size: 56px;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
}

.classic2-near-youP {
    font-size: 24px !important;
    font-weight: 500 !important;
    font-family: 'Inter' !important;
    color: #72809D !important;
}

/* What’s happening Near You end */

/* Current Listings start */
.realestate-property-element-tabs.tab-style1 .realestate-property-nav button.active {
    background: var(--primary-color);
    color: var(--white-500);
    border-color: #fff0;
}

/* Current Listings End */

/* Popular Categories start */
.diff-cate-pric-text h3 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    color: white;
}

.diff-cate-hide-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.diff-cate-pric-available h4 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    color: white;
}





.classic-diff-categories-box:hover .classic-diff-image-text {
    transform: translateY(0px);
}

.classic-diff-image-text p {
    color: #fff;
}



.classic-diff-categories-box .diff-cate-hide-content {
    background: #000000bf;
    width: 100%;
    height: 100%;
    transform: translateY(0px);
    transition: .2s;
    padding-top: 32px;
}



.diff-cate-hide-content {
    text-align: center;
}

.diff-cate-pric-text {
    padding-bottom: 18px;
    border-bottom: 0.5px solid white;
    width: 169px;
    margin: auto;
}

.classic-diff-categories-box-mian a {
    display: inline;
}

.diff-cate-pric-available {
    padding-bottom: 53px;
}

.classic-diff-categories-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

    .classic-diff-categories-image img {
        height: 238px;
        width: 100%;
        object-fit: cover;
    }

.diff-cate-slider .slick-list.draggable {
    overflow: inherit;
}

.classic2-load-more {
    border: unset !important;
    border-radius: unset !important;
    padding: unset !important;
}

/* Popular Categories End */

/* Meet Our Super Agents start */
section.realestate-element-section.color-F1F7FF.pt-90.pb-90 {
    background: #F1F7FF;
}

.real-estate-agents .re-agents-post-agent-choice-outer.color-F1F7FF {
    justify-content: end;
    background: #f1f7ff;
    display: flex;
    z-index: 2;
}

.color-attach {
    color: #49005B !important;
}

.real-estate-agents .re-agents-slider-arrows.ct-change ul button.active {
    background-color: #49005B !important;
}

/* Meet Our Super Agents End */
/* What our customer say star */


.c-080127 h2 {
    color: #080127 !important;
}

.realestate-classic-section-testimonials {
    background-color: #F4F5F7 !important;
}

.reaestate-section-headings p {
    color: #000000;
}

.reaestate-section-headings.home4 p {
    line-height: 40px;
}

.realestate-classic-section-testimonials-container li button {
    background-color: #000000 !important;
}

.realestate-classic-section-testimonials-container .slick-arrow::after {
    color: #000000 !important;
}

/* What our customer say End */

/* Lets get started! FORM Start*/
.realestate-section-bg-color-090051 {
    background: linear-gradient(3deg, #010F59, #49005B);
}

.classic2-form-heading h2 {
    color: black !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: var(--primary-font) !important;
}

.classic2-color-started-hp h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Inter';
    color: white;
}

.classic2-color-started-hp p {
    color: white !important;
}

.classic2-color-started li {
    color: white !important;
}

.classic-inquiryform-btn input[type="submit"] {
    color: white !important;
    transition: var(--transition);
    background-color: #38013F !important;
}

    .classic-inquiryform-btn input[type="submit"]:hover {
        background-color: #38013f54 !important;
        color: #38013F !important;
    }

/* Lets get started! FORM End*/

/* Awards & Partners Start */
.classic-home2-partners {
    background-color: #220148 !important;
}

    .classic-home2-partners p {
        font-size: 14px;
        font-weight: 700;
        color: white;
        font-family: 'Inter';
    }

/* Awards & Partners End */

/* Home-classic2 changes end */


/* classic 2 partner container  */
.partnet-container {
    max-width: 1920px;
    padding: 0px 20px;
    margin: auto;
}

@media (min-width: 992px) {
    .realestate-partnert-logos-list .col-lg-2 {
        flex: 0 0 auto;
        width: calc(100% / 7);
    }
}

.realstate-home2-page-properties-by-cities .prev-arrowexplore,
.realstate-home2-page-properties-by-cities .next-arrowexplore,
.classic-2-propertiess .prev-arrowexplore,
.classic-2-propertiess .next-arrowexplore {
    display: none !important;
}

.slide-main {
    display: flex !important;
    gap: 5px;
}

.speak-to-an-expert-image .expert-user-call:hover i {
    animation: ring 4s .1s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.speak-to-an-expert-image .expert-user-call:hover span {
    background: #000;
}

.speak-to-an-expert-image .expert-user-call span {
    transition: var(--transition);
}

.add-slider-styles i {
    border: 1px solid #DAB668;
    width: 17px;
    height: 17px;
    color: #DAB668;
    font-size: 9px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .add-slider-styles i.slick-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.add-slider-styles {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* animations  */
@keyframes fa-beatss {

    0%, 90% {
        transform: scale(1) translatex(0);
    }

    45% {
        transform: scale(1.2) translatex(-50px);
    }
}

@keyframes fa-beats {

    0%, 90% {
        transform: scale(1) translatex(0);
    }

    45% {
        transform: scale(1.2) translatex(50px);
    }
}

@keyframes fa-beats-blink {

    0%, 90% {
        transform: scale(1) translatex(0);
    }

    45% {
        transform: scale(1.2) translate(-5px, -8px);
    }
}

.realestate-section7-properties .realestate-loop-popular-properties-boxes {
    border-radius: 12px;
}

    .realestate-section7-properties .realestate-loop-popular-properties-boxes .properties-details {
        border-radius: 0 0 12px 12px;
    }

header.luxury-listings-header.realestate-is-sticky {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
}

.real-estate-blogs-slider.style2 .realestate-blog-post-loop-style1 {
    width: 322px;
}

.real-estate-blogs-slider.style2 {
    padding-top: 2px;
}

    .real-estate-blogs-slider.style2 .slick-list.draggable {
        overflow: initial;
    }

    .real-estate-blogs-slider.style2 .slick-slide {
        width: 351px !important;
        margin-right: 48px;
    }

        .real-estate-blogs-slider.style2 .slick-slide .realestate-blog-post-loop-style1 {
            width: auto !important;
        }

.classic-diff-categories-main.container {
    margin-bottom: 44px;
}

.tittle h2 {
    color: #DAB668;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 1.3em;
}

.home9-top-gallery-images-inner .home9-top-gallery-image2 {
    object-fit: cover;
    width: 363px;
    height: 227px;
}

.home9-top-gallery-images-inner.colum2 .home9-top-gallery-image1 {
    height: 429px;
}

.home9-top-gallery-images .home9-top-gallery-images-inner.colum1 .home9-top-gallery-image2 {
    height: 249px;
}

.luxury-listing-floor-detail-title {
    display: none;
}

.luxury-listing-tabs .nav-pills .nav-link.active::after {
    position: absolute;
    right: 0;
    content: '';
    bottom: 3px;
    width: 50%;
    height: 1px;
    background-color: #DAB668;
}

.floor-detail-section button {
    color: #DAB668 !important;
    border: 1px solid #DAB668 !important;
    background-color: #000000 !IMPORTANT;
    padding: 14px 20px;
    border-radius: 0px !important;
    font-size: 18px;
    opacity: 0.7;
    text-transform: uppercase;
}

.luxury-listing-floor-thumb img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.schedule-visit.slide-from-right {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.schedule-visit .click-me {
    align-items: center;
    background: #045ba8;
    color: white;
    border: 1px solid #27262e;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -83px;
    transform: rotate(-90deg);
    transition: all .8s cubic-bezier(.45,.05,.55,.95);
    width: 215px;
}
.floating-menu {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

@media (max-width: 768px) {
    .justified-mobile {
        text-align: justify;
        text-justify: inter-word;
    }
}
/* Floating Buttons Hidden Initially */
.floating-menu .menu-item {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/* Show Menu Items When Active */
.floating-menu.active .menu-item {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}



/* Floating Icon Button (+) */
.floating-btn {
    width: 60px;
    height: 60px;
    background: #045ba8; /* Red */
    color: white;
    border-radius: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

/* Rotate Plus Icon When Active */
.floating-menu.active .floating-btn {
    transform: rotate(45deg);
}

/* Icon Hover Effect */
.menu-item:hover {
    background: #0056b3;
}

/* Different Colors for Each Icon */
.menu-item.call {
    background: #28a745;
}
/* Green for Call */
.menu-item.whatsapp {
    background: #25D366;
}
/* WhatsApp Green */
.menu-item.form {
    background: #ffc107;
}
/* Yellow for Form */

/* Hover Effects */
.menu-item.call:hover {
    background: #1e7e34;
}

.menu-item.whatsapp:hover {
    background: #128C7E;
}

.menu-item.form:hover {
    background: #d39e00;
}
.luxury-listings.realestate-user-form-group {
    border-bottom: 1px solid #DAB668;
    padding: 0 0 3px 0;
}
