 @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
:root {
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --color-yellow: #7bd9e5;
}

* {
    font-family: var(--font-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

.header {
    .brand-logo {
        width: 100%;
        max-width: 15%;
    }
    .side-barr {
        position: relative;
    }
    #sidebar {
        position: fixed;
        background: #151718;
        width: 360px;
        height: 100%;
        display: block;
        right: -400px;
        top: 0%;
        transition: right 0.3s linear;
        padding: 20px 24px;
        z-index: 999;
        overflow-y: scroll;
    }
    #sidebar.visible {
        right: 0px;
        transition: right 0.3s linear;
    }
    .close-btn {
        background-color: #151718;
    }
    .close-btn i {
        color: #ffffff;
    }
    .title h3 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
    }
    .about-sidebar p {
        color: #ffffff;
    }
    #sidebar ul li a {
        color: #ccc;
        border-bottom: 1px solid #111;
        display: block;
        padding: 10px;
        text-decoration: none;
    }
    #sidebar-btn {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 15px;
        cursor: pointer;
        margin: 0 20px;
    }
    #sidebar-btn span {
        height: 1px;
        background: #111;
        margin-bottom: 5px;
        display: block;
    }
    #sidebar-btn span:nth-child(2) {
        width: 75%;
    }
    #sidebar-btn span:nth-child(3) {
        width: 50%;
    }
    .header-menu .main-links li:nth-child(1) a {
        color: #000000;
        font-size: 13px;
        font-weight: 500;
        margin-right: 32px;
    }
    .header-menu .main-links li:nth-child(2) a {
        color: #000000;
        font-size: 13px;
        font-weight: 600;
        background-color: #c0f0f6;
        border-radius: 20px;
        padding: 8px 16px;
    }
}

.banner-home {
    .banner-content h1 {
        font-size: 55px;
        font-weight: 700;
        line-height: 80px;
    }
    .banner-content ul li i {
        font-size: 13px;
        color: #00ca95;
    }
    .banner-content ul li p {
        margin-bottom: 0;
        font-size: 13px;
    }
    .search-barr input {
        padding: 24px;
        border: 3px solid #000000;
        border-radius: 0;
    }
    .search-barr span.input-group-text,
    .search-barr button.input-group-text {
        padding: 6px 54px !important;
        font-size: 18px;
        color: #ffffff;
        background-color: #000000;
        border: 3px solid #000000;
        border-radius: 0;
    }
    .icon_padding{
        padding-right:0.9rem;
    }
    .own-property {
        width: 100%;
        max-width: 80%;
        margin: auto;
        .own-property-one {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 20px;
        }
        .own-property-one img {
            width: 30px;
            height: 25px;
        }
        .own-property-one:nth-child(1) {
            background-color: var(--color-yellow);
        }
        .own-property-one:nth-child(2) {
            border: 1px solid #c1c1c1;
        }
        .own-property-one:nth-child(2) img {
            width: 40px;
            height: 25px;
        }
        .own-property-one h4 {
            font-size: 13px;
            margin-bottom: 0;
            margin: 0 8px;
        }
        .own-property-one a {
            font-size: 13px;
            border-bottom: 1px solid;
            margin-left: 4px;
        }
    }
}

.instant-deposot {
    .col-lg-4:nth-child(1) .istant-deposit-box {
        background-color: #fef6f0;
        border-bottom: 4px solid #954728;
    }
    .col-lg-4:nth-child(2) .istant-deposit-box {
        background-color: #efffff;
        border-bottom: 4px solid #00e4ff;
    }
    .col-lg-4:nth-child(3) .istant-deposit-box {
        background-color: #ecfff3;
        border-bottom: 4px solid #00c74d;
    }
    .istant-deposit-box {
        padding: 20px 20px 8px;
        height: 100%;
        .instant-icon {
            height: 50px;
            /* width: 50px; */
        }
        .instant-content {
            width: 100%;
            max-width: 70%;
        }
        .instant-content h3 {
            font-size: 16px;
            margin-bottom: 0px;
        }
        .instant-content p {
            font-size: 12px;
            margin-bottom: 0;
        }
    }
}

.free-house {
    background: linear-gradient(90deg, #0f2753, #114785);
    padding: 40px 0;
    .free-house-content h2 {
        font-size: 28px;
        font-weight: 400;
        color: #ffffff;
    }
    .instant-video {
        background-color: #30588b;
        padding: 16px;
        position: relative;
        border-radius: 8px;
        height: 100%;
    }
    .instant-video p span {
        font-size: 12px;
        color: #b1c0d3;
        margin-bottom: 8px;
    }
    .instant-video p {
        font-size: 13px;
        color: #ffffff;
        margin-bottom: 0;
    }
    .instant-video .hund-text span {
        font-size: 22px;
        color: #ffffff;
        margin-bottom: 0;
    }
    .instant-video .hund-text {
        color: #b1c0d3;
        font-size: 13px;
    }
    .instant-video .hund-text p {
        color: #b1c0d3;
        font-size: 13px;
    }
    .instant-video a {
        font-size: 13px;
        color: #00ca95;
    }
    .play-btn {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10%;
        bottom: 10%;
    }
}

.designed-everyone {
    background-color: #c0f0f6;
    padding: 80px 0;
    .design-text h2 {
        font-size: 41px;
    }
    .home-families img {
        /*width: 100%;*/
        /*max-width: 70%;*/
        /*height: 80px;*/
    }
    .home-families h3 {
        font-size: 20px;
        margin: 16px 0;
    }
    .col-lg-4:first-child .home-families p {
        font-size: 13px;
        height: 110px;
    }
    .home-families p:not(:last-of-type) {
        font-size: 13px;
        height: 110px;
    }
    .home-families a {
        font-size: 13px;
        text-transform: uppercase;
        border: 1px solid #000000;
        padding: 12px 16px;
        border-radius: 4px;
        background-color: transparent;
        transition: 0.2s;
    }
    .home-families a:hover {
        border: 1px solid #00e4ff;
        background-color: #ffffff;
    }
}

.popularlocations {
    background-color: #fafafa;
    .title-cloctions h2 {
        font-size: 42px;
    }
    .location-box {
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        overflow: hidden;
        transition: 0.2s;
    }
    .location-content {
        padding: 16px;
    }
    .location-content h3 {
        font-size: 16px;
    }
    .location-content p {
        font-size: 13px;
    }
    .location-content a {
        color: #00ca95;
        font-size: 13px;
    }
    .location-box:hover {
        transform: scale(1.02);
        border-color: #000000;
    }
}

.benefits-of-renting {
    .benefits-text {
        padding-right: 18px;
    }
    .benefits-text h2 {
        font-size: 36px;
    }
    .zero-brokerage img {
        width: 100%;
        max-width: 30%;
    }
    .zero-brokerage h3 {
        font-size: 22px;
        margin-top: 20px;
    }
}

.refer-earn {
    background-color: #c0f0f6;
    .refer-content h2 {
        font-size: 41px;
    }
    .refer-content p {
        font-size: 16px;
        margin-bottom: 36px;
    }
    .refer-content a {
        font-size: 13px;
        text-transform: uppercase;
        border: 1px solid #000000;
        padding: 12px 16px;
        border-radius: 0px;
        background-color: transparent;
        transition: 0.2s;
    }
    .refer-content a:hover {
        border: 1px solid #00e4ff;
        background-color: #ffffff;
    }
    .reffer-img {
        padding: 20px;
    }
}

.happy-constumers {
    .happy-contentn h3 {
        font-size: 28px;
        font-weight: 600;
    }
    .happy-contentn p {
        font-size: 14px;
        font-weight: 500;
        color: #989898;
    }
}

.dont-slider {
    .wrapper {
        padding: 70px 0;
        overflow-x: hidden;
    }
    .slick-initialized .slick-slide {
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-media img {
        width: 100%;
        max-width: 25%;
    }
    .social-media h3 {
        font-size: 20px;
        margin: 24px 0;
    }
    .social-media p {
        font-size: 13px;
        margin: 24px 0;
        color: #989898;
    }
    .slick-dots {
        text-align: start;
    }
}

.in-print {
    margin: 70px 0;
    position: relative;
}

.in-print::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f2f4f6;
}

.in-print img {
    width: 100%;
    max-width: 35%;
}

.in-print h3 {
    font-size: 20px;
    margin: 24px 0;
}

.in-print .media-img img {
    width: 100%;
    max-width: 100%;
}

.home-owner {
    background-color: #c0f0f6;
    .owner-title h2 {
        font-size: 36px;
        margin-bottom: 32px;
    }
    .owner-title a {
        font-size: 13px;
        text-transform: uppercase;
        border: 1px solid #000000;
        padding: 12px 16px;
        border-radius: 0px;
        background-color: transparent;
        transition: 0.2s;
    }
    .owner-title a:hover {
        border: 1px solid #00e4ff;
        background-color: #ffffff;
    }
    .verified-talents h3 {
        font-size: 20px;
    }
    .verified-talents p {
        font-size: 13px;
    }
    .verified-talents a {
        font-size: 13px;
        color: #00ca95;
    }
}

.find-home-moves {
    .home-move-contnet h2 {
        font-size: 36px;
    }
    .playstore-sec {
        .title h3 {
            font-size: 20px;
        }
    }
    .playstore-sec ul li img {
        border: 1px solid #000000;
        padding: 4px;
        border-radius: 4px;
        width: 100%;
        max-width: 98%;
    }
}

.list-scroll {
    .container {
        display: block;
        position: relative;
        max-width: 1024px;
        margin: 3rem auto 3rem auto;
    }
    .carousel {
        display: flex;
        flex: 1 1 auto;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        z-index: 1;
        padding: 1rem 0;
        /*transition: 1.2s ease-out;*/
        /*scroll-behavior: smooth;*/
    }
    .interest {
        display: flex;
        flex: 0 0 auto;
        overflow: hidden;
        border-radius: 5px;
        flex-flow: column;
        margin:auto 0.3rem;
        color: black;
        position: relative;
        width: 31%;
        text-decoration: none;
        list-style: none;
    }
    .interest li a {
        font-size: 14px;
    }
    .interest:first-child {
        margin-left: 1rem;
    }
    .arrow {
        align-items: center;
        background: #ffffff;
        color: #000000;
        border-radius: 50%;
        display: flex;
        font-family: "FontAwesome";
        font-weight: bold;
        font-size: 20px;
        height: 2rem;
        justify-content: center;
        position: absolute;
        top: 38%;
        transition: 0.6s ease-out;
        width: 2rem;
        z-index: 5;
        text-decoration: none;
    }
    .left {
        left: -4%;
    }
    .right {
        right: -4%;
    }
}

.footer {
    background-color: #fafafa;
    .nest-away p {
        font-size: 14px;
    }
    .title h2 {
        font-size: 16px;
        font-weight: 500;
    }
}

.footer ul li a {
    font-size: 14px;
}

.about-banner {
    .about-content {
        .solving-text {
            width: 100%;
            max-width: 60%;
            margin: auto;
        }
        .solving-text h4 {
            font-size: 22px;
        }
        .solving-text h1 {
            font-size: 70px;
            font-weight: 700;
        }
        .solving-text img {
            padding: 40px 44px;
        }
    }
    .about-content p {
        font-size: 16px;
        font-weight: 500px;
    }
}

.about-banner {
    background-color: #7bd9e5;
}

.we-create {
    background-color: #fafafa;
    .we-create-content h2 {
        font-size: 41px;
        line-height: 50px;
    }
    .we-create-img {
        padding: 0 32px;
    }
}

.content-parase-soon {
    .text p {
        font-size: 16px;
        font-weight: 500;
    }
}

.about-banner.our-dream {
    background-color: #fafafa;
}

.nestie-bike {
    .nestie-box {
        background-color: #ffffff;
        .nestie-img {
            height: auto;
        }
        .nestie-img img {
            height: 100%;
        }
        .nestie-content {
            padding: 16px;
        }
        .nestie-content h3 {
            font-size: 18px;
        }
        .nestie-content p {
            font-size: 15px;
        }
    }
}

hr {
    margin: 0 !important;
    padding: 0;
}

.be-part {
    background-color: #fafafa;
    .be-part-title h2 {
        font-size: 32px;
    }
    .lookin-home img {
        width: 100%;
        max-width: 60%;
        height: auto;
        margin-bottom: 18px;
    }
    .lookin-home h3 {
        font-size: 18px;
    }
    .lookin-home a {
        font-size: 13px;
        text-transform: uppercase;
        color: #00ca95;
    }
}

.contact-banner {
    background-color: #c0f0f6;
    padding: 100px 0;
    .banner-title h1 {
        font-size: 80px;
        font-weight: 700;
    }
}

.contact-details {
    .contct-help-text {
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        padding: 8px;
    }
    .contct-help-text a {
        font-size: 16px;
        font-weight: 500;
        color: #00ca95;
    }
    .contct-help-text p {
        font-size: 14px;
    }
    .contact-address h3 {
        font-size: 20px;
    }
    .contact-address {
        .adress-detail h4 {
            font-size: 16px;
            font-weight: 600;
        }
    }
    .contact-form {
        .form-content h3 {
            font-size: 20px;
        }
        .form-content p {
            font-size: 16px;
        }
    }
    .form input {
        padding: 16px;
        border: 1px solid #000000;
        border-radius: 4px;
    }
    .form textarea {
        padding: 16px;
        border: 1px solid #000000;
        border-radius: 4px;
    }
    .form input.contact-btn {
        width: 100%;
        border: none;
        background-color: #c1c1c1;
        color: #ffffff;
        font-weight: 600;
    }
}

.list-property-banner {
    position: relative;
    background-color: #7bd9e5;
    padding: 120px 0;
    .we-offer-content h4 {
        font-size: 32px;
        color: #142b6f;
    }
    .we-offer-content p {
        font-size: 20px;
        color: #142b6f;
        margin: 32px 0;
    }
    .we-offer-content p a {
        font-size: 20px;
        color: #142b6f;
        text-decoration: underline;
    }
    .list-banner-img {
        position: relative;
    }
    .list-banner-img img {
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .home-talented {
        position: absolute;
        width: 100%;
        bottom: -8%;
        .home-talented-text {
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0px 5px 2px 0px #c1c1c1;
            .home-rented-text h2 {
                font-size: 32px;
                font-weight: 700;
                color: #142b6f;
            }
            .home-rented-text p {
                font-size: 22px;
                font-weight: 500;
                color: #142b6f;
            }
        }
    }
}

.btn-list-blue a {
    padding: 24px 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    background-color: #142b6f;
    border-radius: 8px;
    box-shadow: 0px 5px 2px 0px #000000;
}

.give-a-missed {
    .phone-text {
        background-color: #f8bc88;
        padding: 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
    }
    .phone-text p {
        margin-bottom: 0;
        font-size: 18px;
        color: #142b6f;
        font-weight: 600;
    }
    .phone-text i {
        font-size: 32px;
        color: #142b6f;
    }
}

.how-different {
    .how-different-title h2 {
        font-size: 32px;
        font-weight: 600;
        color: #142b6f;
    }
    .how-different-title h3 {
        font-size: 28px;
        font-weight: 500;
        color: #142b6f;
    }
    .free-marketing {
        background-color: #f3f3f3;
        box-shadow: 0px 4px 2px 0px #ddd;
        border: 1px solid #ddd;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 16px;
        height: 100%;
        .marketing-img {
            width: 100%;
            max-width: 18%;
            padding: 8px;
        }
        .marketing-conetent h3 {
            font-size: 24px;
            color: #142b6f;
        }
        .marketing-conetent p {
            font-size: 18px;
            margin-bottom: 0;
            color: #142b6f;
        }
    }
}

.our-guarantee {
    background-color: #f0eff2;
    .guarantee-title h2 {
        font-size: 32px;
        font-weight: 500;
        color: #142b6f;
    }
    .no-span-calls {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 16px;
        height: 100%;
        .no-span-img {
            width: 100%;
            max-width: 20%;
            margin: auto;
        }
    }
    .no-span-calls h4 {
        font-size: 20px;
        font-weight: 500;
        color: #142b6f;
    }
    .no-span-calls p {
        font-size: 16px;
        color: #142b6f;
    }
}

.simple-steps {
    .simple-title h2 {
        font-size: 32px;
        font-weight: 600;
        color: #142b6f;
    }
    .property-details {
        background-color: #ffffff;
        padding: 24px 16px;
        box-shadow: 0px 4px 2px 0px #ddd;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
    .property-details img {
        width: 60px;
        height: 45px;
        margin-right: 16px;
    }
    .property-text h3 {
        font-size: 20px;
        font-weight: 600;
        color: #142b6f;
        margin-bottom: 0;
    }
    .property-text p {
        color: #142b6f;
        margin-bottom: 0;
    }
}

.how-it-works {
    background-color: #f0eff2;
    .work-title h2 {
        font-size: 32px;
        font-weight: 600;
        color: #142b6f;
    }
    .workit-img {
        width: 100%;
        max-width: 80%;
    }
    .contenteffoet {
        width: 100%;
        max-width: 80%;
        .effote-tetx h3 {
            font-size: 20px;
            font-weight: 600;
            color: #142b6f;
        }
        .effote-tetx p {
            font-size: 16px;
            font-weight: 500;
            color: #142b6f;
        }
    }
    .end-sec {
        .workit-img {
            margin: auto;
        }
        .contenteffoet {
            margin: auto;
        }
    }
}

.make-your-property {
    .your-property-titles h2 {
        font-size: 32px;
        font-weight: 600;
        color: #142b6f;
        margin: 32px 0 48px;
    }
    .your-property-titles h4 {
        font-size: 28px;
        font-weight: 500;
        color: #142b6f;
        margin-bottom: 24px;
    }
    .table-bottom-description p {
        color: #142b6f;
        font-weight: 500;
    }
    .property-table-description .table {
        border-radius: 8px;
        box-shadow: 0px 5px 3px 0px #c1c1c1;
        background-color: #f0eff2;
    }
    .property-table-description thead th {
        color: #142b6f;
        font-size: 16px;
        font-weight: 700;
        padding: 16px 12px;
        background: transparent;
    }
    .property-table-description tbody th {
        color: #142b6f;
        font-size: 16px;
        font-weight: 500;
        background: transparent;
    }
    .property-table-description tbody tr td {
        width: 100%;
        max-width: 20% !important;
        text-align: center;
        background: transparent;
    }
    .property-table-description tbody tr td .fa.fa-check {
        background-color: #7bd9e5;
        color: #142b6f;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 6px;
    }
    .property-table-description tbody tr td .fa.fa-times {
        background-color: #142b6f;
        color: #ffffff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 6px;
    }
}

.our-homeowners {
    .review-bottom h4 {
        color: #142b6f;
        font-size: 28px;
    }
    background-color: #f0eff2;
    .homeowners-title h2 {
        font-size: 32px;
        font-weight: 600;
        color: #142b6f;
    }
    .homeowners-review-i {
        background-color: #7bd9e5;
        padding: 16px;
        border-radius: 8px;
        height: 100%;
    }
    .homeowners-review-i h3 {
        font-size: 16px;
        color: #142b6f;
        font-weight: 700;
    }
    .homeowners-review-i p {
        font-size: 14px;
        color: #142b6f;
        font-weight: 500;
    }
    .homeowners-review-i .rev-stars {
        margin: 8px 0 12px;
    }
    .homeowners-review-i .rev-stars i {
        color: #142b6f;
        font-size: 24px;
    }
}

.faq-sec {
    .faq-accordian {
        .accordion-button:not(.collapsed) {
            background-color: transparent;
            box-shadow: none;
        }
        .accordion-button {
            color: #142b6f;
            font-weight: 500;
        }
        .accordion-item {
            margin-bottom: 16px;
            border: 1px solid #142b6f;
            /* border: none; */
            border-radius: 4px;
            overflow: hidden;
        }
        .accordion-button:focus {
            box-shadow: none;
        }
        .accordion-body {
            padding: 0 16px 16px;
        }
    }
}

.our-responsibility {
    .responsible-bg {
        background-color: var(--color-yellow);
        border-radius: 12px;
        padding: 16px;

        .responsible-content h3 {
            font-size: 25px;
            font-weight: 600;
        }
        .responsible-content ul li {
            font-size: 16px;
            font-weight: 600;
            margin-right: 24px;
        }
        .responsible-img {
            padding: 8px;
        }
    }
}
.different-form {
    .different-conetnt {
        background-color: #fafafa;
        padding: 24px;
        .different-titiel h3 {
            font-size: 18px;
        }
        .different-titiel p {
            font-size: 13px;
        }
    }
    .guide {
        .guide-img {
            padding: 8px;
        }
        .gide-content h3 {
            font-size: 16px;
        }
        .gide-content p {
            font-size: 13px;
        }
    }
    .house-owner form label {
        font-weight: 600;
    }
    .house-owner form input {
        border-radius: 2px;
    }
    .house-owner form input::placeholder {
        font-size: 13px;
        font-weight: 500;
    }
    .house-owner .two-input-btns input {
        padding: 8px 20px;
        width: 150px;
        margin-right: 24px;
        border-radius: 20px;
        text-align: center;
    }
    .house-owner .two-input-btns input.height,
    .house-owner .five-input-btns input.height {
        height: 45px;
    }
    .house-owner .two-input-btns input:hover,
    .house-owner .five-input-btns input:hover {
        border-color: var(--color-yellow);
    }
    .house-owner .two-input-btns input:checked,
    .house-owner .five-input-btns input:checked {
        border-color: var(--color-yellow);
        background-color: var(--color-yellow);
    }
    .house-owner .five-input-btns input {
        padding: 8px 20px;
        width: 80px;
        margin-right: 16px;
        border-radius: 20px;
        text-align: center;
    }
    .house-owner form select {
        padding: 8px;
        width: 250px;
    }
    .form-submit-button {
        background-color: #000000;
        width: min-content;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 12px 32px;
        border: none;
    }
    .form-submit-button:hover {
        background-color: var(--color-yellow);
        color: #ffffff;
    }
}

.my-properties {
    background-color: #fafafa;
    .container-box {
        width: 100%;
        max-width: 80%;
        margin: auto;
    }
    .properti-left {
        background-color: #ffffff;
        padding: 16px 32px;
        .select-top {
            position: relative;
        }
        .select-top select {
            padding: 8px 16px;
        }
        .searchbar {
            position: relative;
        }
        .searchbar input {
            width: 100%;
            padding: 8px 8px 8px 48px;
        }
        .searchbar input::placeholder {
            font-size: 13px;
        }
        .searchbar i {
            position: absolute;
            top: 50%;
            left: 5%;
            transform: translate(-50%, -50%);
            font-size: 20px;
        }
    }
    .filter-sec {
        .filter-title h4 {
            font-size: 18px;
            font-weight: 500;
        }
        .filter-inner {
            border: 1px solid #c1c1c1;
            padding: 16px;
            border-radius: 8px;
        }

        .filter-inner ul li {
            border: 1px solid #c1c1c1;
            padding: 4px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            margin: 6px 0;
            cursor: pointer;
        }
        .filter-inner ul li:hover {
            border-color: var(--color-yellow);
        }
        .filter-inner ul li:not(:last-child) {
            margin-right: 6px;
        }
        .filter-inner ul li.Active {
            background-color: var(--color-yellow);
        }
    }

    .properti-right {
        .right-top-list ul {
            width: 100%;
        }
        .right-top-list ul li {
            border: 1px solid #000000;
            width: 100%;
            max-width: 33.33%;
            text-align: center;
            padding: 12px 0;
            font-weight: 600;
        }
        .right-top-list ul li:hover {
            background-color: var(--color-yellow);
        }
        .right-top-list ul li.Active {
            background-color: var(--color-yellow);
        }
        .right-top-list ul li:first-child {
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
        }
        .right-top-list ul li:last-child {
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
        }
        .breadcrum-property p {
            font-size: 14px;
        }
        .breadcrum-property ul li {
            font-weight: 500;
            margin-right: 24px;
            position: relative;
            font-size: 14px;
        }
        .breadcrum-property ul li:not(:last-child)::after {
            position: absolute;
            content: "\f105";
            font-family: "fontawesome";
            top: 50%;
            right: -20px;
            transform: translate(-50%, -50%);
            font-weight: 600;
            font-size: 16px;
        }
    }

    .listed-properties-sec {
        width: 100%;
        height: 760px;
        overflow-y: scroll;
        overflow-x: hidden;
        .first-listed-proper {
            .box-property-img {
                position: relative;
                border-radius: 8px;
                overflow: hidden;
            }
            .box-property-img h3 {
                position: absolute;
                background-color: #000000a1;
                top: 11%;
                left: 13%;
                transform: translate(-50%, -50%);
                padding: 4px 8px;
                border-radius: 20px;
                color: #ffffff;
                font-size: 14px;
            }
        }
        .managed-by-prop a {
            border: 1px solid #c1c1c1;
            padding: 3px 7px;
            font-size: 11px;
            font-weight: 500;
            border-radius: 8px;
        }
        .managed-by-prop button,
        .managed-by-prop .button {
            font-size: 16px;
            background-color: var(--color-yellow);
            width: 100%;
            border-radius: 4px;
            padding: 8px 0;
            border: none;
            text-align: center;
        }
        .managed-by-prop p {
            font-size: 14px;
            font-weight: 500;
        }
        .box-property-content {
            position: relative;
        }

        .independent-appartmentco .price-text {
            font-size: 14px;
        }
        .independent-appartmentco .price-text h3 {
            font-size: 20px;
            font-weight: 500;
        }
        .independent-appartmentco p {
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 6px;
        }
        .independent-appartmentco .bot-tex {
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 6px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        .independent-appartmentco ul li {
            width: 100%;
            max-width: 33%;
            position: relative;
        }
        .independent-appartmentco ul li:not(:last-child)::after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            height: 100%;
            width: 1px;
            background-color: #c1c1c1;
            margin-right:1rem;
        }

        .independent-appartmentco ul li p {
            margin-bottom: 0;
            font-size: 13px;
        }
    }
    .instant-img-sont {
        position: absolute;
        top: 0;
        right: 0;
        padding: 2px 6px;
        border-radius: 12px;
        background-color: #c0f0f6;
    }
    .instant-img-sont img {
        width: 15px;
        height: 15px;
        margin-right: 4px;
    }
    .instant-img-sont p {
        font-size: 13px;
        margin-bottom: 0;
    }
}
.listed-properties-sec::-webkit-scrollbar {
    width: 0px;
    background-color: #00e4ff;
}
.content-ul p {
    margin-bottom: 0;
}
.shareinf-room-instatn img {
    width: 15px;
    height: 15px;
}
.rentthis-house h3 {
    font-size: 16px;
    font-weight: 600;
}
.rentthis-house .content-ul ul li p {
    font-size: 13px;
}
.rentthis-house .content-ul ul li .text {
    font-size: 13px;
}
.rentthis-house .content-ul ul li {
    text-align: center;
    width: 100%;
    max-width: 33%;
    position: relative;
}
.rentthis-house .content-ul ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 0;
    right: 8%;
    height: 100%;
    width: 1px;
    background-color: #c1c1c1;
}
.house-feature img {
    margin: 8px 0;
}
.house-feature p {
    font-size: 14px;
}
.feature-house {
    background-color: #fafafa;
    .sharing-room {
        background-color: #ffffff;
        padding: 16px;
    }
    .rentthis-house {
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
        padding: 16px;
    }
    .rentthis-house h4 {
        font-size: 22px;
        font-weight: 600;
    }
    .about-house {
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
        padding: 16px;
    }
    .about-house h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .about-house p {
        font-size: 14px;
    }

    .visit-this-house {
        background-color: #ffffff;
        position: sticky;
        top: 40px;
        padding: 32px 16px;
        .title h4 {
            font-size: 24px;
            font-weight: 500;
        }
        .pay-token img {
            width: 100%;
            max-width: 50%;
            margin: auto;
            margin-top: 32px;
        }
        .pay-token h3 {
            font-size: 16px;
            font-weight: 600;
            margin: 24px 0 0;
        }
        .pay-token p {
            font-size: 13px;
            font-weight: 500;
            margin: 0 0 32px;
        }
        .pay-token a.book-btn {
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            background-color: #000000;
            color: #ffffff;
            padding: 16px 32px;
            margin-top: 16px;
        }
    }
}

.blogs-sec {
    background-color: #fafafa;

    .seperator {
        margin-bottom: 30px;
        width: 35px;
        height: 3px;
        background: #777;
        border: none;
    }

    .title {
        text-align: center;
    }
    .title .row {
        padding: 50px 0 0;
    }
    .title h1 {
        text-transform: uppercase;
    }
    .title .seperator {
        margin: 0 auto 10px;
    }

    .item {
        position: relative;
        margin-bottom: 30px;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .item .item-in {
        background: #fff;
        padding: 40px;
        position: relative;
    }
    .item .item-in:hover:before {
        width: 100%;
    }
    .item .item-in::before {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 2px;
        width: 0%;
        background: #333333;
        right: 0px;
        transition: width 0.4s;
    }

    .item h4 {
        font-size: 18px;
        margin-top: 25px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .item p {
        font-size: 12px;
    }
    .item a {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #666666;
        margin-top: 10px;
    }
    .item a i {
        opacity: 0;
        padding-left: 0px;
        transition: 0.4s;
        font-size: 24px;
        display: inline-block;
        top: 5px;
        position: relative;
    }
    .item a:hover {
        text-decoration: none;
    }
    .item a:hover i {
        padding-left: 10px;
        opacity: 1;
        font-weight: 300;
    }

    .item .icon {
        position: relative;
        /* top: 27px;
        left: -16px; */
        cursor: pointer;
    }
    .item .icon a {
        font-family: "Merriweather", serif;
        font-size: 14px;
        font-weight: 400;
        color: #999;
        text-transform: none;
    }
    .item .icon svg {
        width: 32px;
        height: 32px;
        float: left;
    }
    .item .icon .icon-topic {
        opacity: 0;
        padding-left: 0px;
        transition: 0.4s;
        display: inline-block;
        top: 0px;
        position: relative;
    }
    .item .icon:hover .icon-topic {
        opacity: 1;
        padding-left: 10px;
    }
}
.blog-banner {
    background-color: var(--color-yellow);
    padding: 125px 0px;
    
}
    .blog-title h2 {
        font-size: 48px;
        font-weight: 700;
        text-align:center;
    }

.cs-blog-detail {
    .cs-blog {
        margin-bottom: 30px;
    }
    .cs-blog h2 {
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 29px;
        margin: 0 0 11px;
        position: relative;
        text-transform: uppercase;
    }
    .cs-blog::after {
        clear: both;
        content: "";
        display: block;
    }

    .cs-blog-detail .cs-text .post-option {
        border-top: 1px solid #f0f0f0;
        float: left;
        padding-top: 10px;
        width: 100%;
    }
    .cs-blog-detail .cs-text .post-option span a {
        color: #777;
    }

    .cs-auther-name a {
        color: #999;
    }
    .cs-pagination-blog {
        margin-bottom: 30px;
    }
    .cs-blog.blog-medium {
        border-bottom: 0 none;
        margin: 0;
        padding-bottom: 30px;
    }
    .cs-blog.blog-medium::after {
        clear: both;
        content: "";
        display: block;
    }
    .cs-blog.blog-medium .blog-text .cs-post-title {
        clear: both;
    }

    .cs-blog.blog-medium .post-title h3 {
        margin-bottom: 0;
    }
    .cs-blog .post-title {
        margin-bottom: 10px;
    }

    .cs-blog.blog-medium:last-child {
        border-bottom: medium none;
        padding-bottom: 40px;
    }

    .blog-modern .blog-text {
        display: inline-block;
        margin-right: -4px;
        padding-left: 30px;
        vertical-align: middle;
        width: 51.4%;
    }
    .blog-modern .blog-text .cs-post-title {
        margin-bottom: 5px;
        padding-bottom: 1px;
        position: relative;
    }
    .blog-modern .blog-text .cs-post-title::after {
        bottom: 1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 27px;
    }

    .blog-modern .blog-text .blog-separator::before {
        display: none;
    }
    .blog-medium .blog-text {
        width: 99.1%;
    }
    .blog-medium .blog-text p {
        display: inline;
        margin: 0 0 15px;
    }

    .cs-blog .cs-categories,
    .cs-blog-detail .cs-categories {
        display: block;
        margin: 0 0 12px;
    }
    .cs-blog .cs-categories a,
    .cs-blog-detail .cs-categories a {
        border-bottom: 2px solid #ededed;
        color: #55a747;
        display: inline-block;
        font-size: 10px;
        margin-right: 5px;
        padding-bottom: 2px;
        text-transform: uppercase;
    }
    .cs-blog-detail .post-option {
        float: right;
    }
    .cs-blog .post-option span a,
    .cs-blog-detail .post-option span a {
        color: #999 !important;
        display: inline-block;
        font-size: 12px;
        margin-right: 18px;
        vertical-align: middle;
    }
    .cs-blog .post-option span i,
    .cs-blog-detail .post-option span i {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .cs-blog-detail .post-option .post-date {
        margin-left: 18px;
    }
    .cs-blog-detail .cs-text .post-option span i {
        float: left;
        margin: 3px 8px 0 0;
    }
    .cs-blog.blog-grid figure img {
        width: 100%;
    }

    .cs-blog.blog-grid .blog-text p {
        margin: 0 0 5px;
    }
    .cs-blog.blog-grid .post-option {
        line-height: normal;
        margin: 0 0 10px;
    }
    .cs-blog.blog-grid .post-option span {
        color: #8b919e;
        font-size: 10px;
        margin: 0 15px 0 0;
        position: relative;
        text-transform: uppercase;
    }
    .cs-blog.blog-grid .post-option span::before {
        background-color: #8b919e;
        border-radius: 100%;
        content: "";
        height: 3px;
        left: -10px;
        position: absolute;
        top: 5px;
        width: 3px;
    }
    .cs-blog.blog-grid .post-option span:last-child {
        margin: 0;
    }
    .cs-blog.blog-grid .post-option span:first-child::before {
        display: none;
    }
    .cs-blog.blog-grid .read-more {
        display: inline-block;
        font-size: 12px;
        position: relative;
    }
    .cs-blog.blog-grid .read-more::before {
        content: "";
        font-family: "icomoon";
        font-size: 14px;
        position: absolute;
        right: -15px;
        top: 0;
    }

    .blog-large .cs-text {
        margin: 0 0 20px;
        position: relative;
        z-index: 1;
    }

    .blog-large .post-option,
    .cs-blog.blog-medium .post-option {
        float: right;
    }
    .cs-blog.blog-large .post-option span i,
    .cs-blog.blog-medium .post-option span i {
        color: #cfcfcf;
    }
    .post-option span i {
        margin-right: 5px;
        transition: all 0.3s ease-in-out 0s;
    }

    .blog-large .cs-text p {
        margin: 0 0 25px;
    }
    .blog-large .read-more {
        border: 1px solid;
        border-radius: 20px;
        display: inline-block;
        font-size: 12px;
        padding: 4px 20px;
        text-transform: uppercase;
    }
    .blog-large .cs-post-title {
        margin: 0 0 15px;
    }
    .blog-large .cs-post-title h3 {
        margin: 0;
    }

    .cs-blog-detail .cs-post-title h1 {
        margin: 0 0 10px;
    }
    .cs-blog-detail .cs-post-title::after {
        clear: both;
        content: "";
        display: block;
    }
    .cs-blog-detail .cs-main-post img {
        width: 100%;
    }
    .cs-blog-detail .cs-main-post {
        margin-bottom: 25px;
    }

    .cs-blog-detail .rich-editor-text p {
        margin-bottom: 30px;
    }
    blockquote,
    .rich-text-editor blockquote {
        border-left: 4px solid;
        margin: 0 0 40px;
        padding: 20px 0 0;
        position: relative;
        width: 95%;
    }
    blockquote {
        background-color: #fcfcfc;
        font-style: italic;
        padding: 15px 40px 20px 50px !important;
    }

    .cs-blog-detail .tags {
        display: inline-block;
        margin: 0 -4px 0 0;
        vertical-align: middle;
        width: 50%;
    }
    .cs-blog-detail .cs-tags {
        display: block;
        margin: 0 0 40px;
    }
    .cs-blog-detail .cs-tags .tags span {
        color: #333;
        display: inline-block;
        font-size: 18px;
        margin: 0 10px 5px 0;
    }
    .cs-blog-detail .cs-tags .tags ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .cs-tags ul li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 0 6px;
    }
    .cs-tags ul li a {
        display: block;
        font-size: 12px;
        margin: 0 8px 0 0;
    }
    .cs-tags .tags ul li a {
        background-color: #f5f5f5;
        border-radius: 20px;
        color: #777;
        padding: 2px 18px 3px;
    }

    .blog-detail {
        box-shadow: none;
    }

    .blog-title {
        margin-bottom: 25px;
    }
    .blog-title h3 {
        color: #282828;
        letter-spacing: -1px;
        line-height: 34px;
        margin: 0 0 10px;
    }
    .blog-detail .main-post {
        margin: 0 0 25px;
    }
    .blog-detail .main-post img {
        width: 100%;
    }
    .author-detail {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 10px;
        padding-bottom: 22px;
    }
    .cs-admin figure {
        float: left;
        margin-right: 15px;
    }
    .cs-admin .cs-text {
        display: inline-block;
        overflow: hidden;
        padding-top: 8px;
    }
    .cs-admin .cs-text span {
        color: #ccc;
        display: block;
        font-size: 13px;
        line-height: 16px;
    }
    .cs-admin .cs-text strong {
        color: #282828;
        font-size: 14px;
        line-height: 18px;
    }
    .blog-detail h2 {
        line-height: 29px;
        margin: 0 0 11px;
        position: relative;
        width: 91%;
    }
    .rich-editor-text p {
        clear: both;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .cs-author {
        display: flex;
        align-items: baseline;
    }
    .cs-post-title .post-option span a,
    .cs-post-title .post-option span a {
        color: #999 !important;
        display: inline-block;
        font-size: 12px;
        margin-right: 18px;
        vertical-align: middle;
    }
    .cs-post-title .cs-author .cs-text a {
        color: #555;
        font-size: 13px;
    }
    .blog-title-aster h3 {
        font-size: 28px;
        font-weight: 600;
    }
}

/*i'm adding the some css */
.verified-talents{
    height: 180px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media only screen and (max-width:520px){
    .banner-home{
        .search-barr span.input-group-text, .search-barr button.input-group-text {
            padding:6px 54px !important;
        }
    }
    .free-house{
        .instant-video p{
            width:80%;
        }
    }
    .designed-everyone{
        .home-families img{
            max-width:100%;
            height:auto;
        }
    }
    .instant-deposot{
        .istant-deposit-box{
            padding:20px 0px;   
        }
    }
    .list-scroll .interest{
        width:100% !important;
    }
    .list-scroll {
    .interest:first-child{
            margin-left:0rem;
        }
    }
    .about-banner {
    & .about-content {
        .solving-text {
            width: 100%;
            max-width: 100%;
            margin: auto;
        }
        .solving-text img{
            padding: 0px 0px;
            margin: 1rem 0rem;
        }
    }
    
}

