@media (min-width: 1200px) {
    .property-result-wrap .container {
        max-width: 1495px !important;
    }

    .llj-breadcrumbs-wrap .container {
        max-width: 1495px !important;
    }
}

.properties-main-listing .enquire-now-btn {
    width: 220px;
    padding: 0 15px;
}

.property-list-content h4 {
    min-height: 42px;
}

.adds .property-list-content h4 {
    color: #fff;
}

.adds .property-list-content p {
    color: #fff;
}

.adds .property-list-content p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.properties-main-listing .adds .enquire-now-btn {
    position: absolute;
    bottom: 50px;
    left: 40px;
    height: 50px;
    border: 1px solid #fff;
    background-color: transparent;
}

.properties-main-listing .adds .enquire-now-btn:hover {
    background-color: #fff;
}

.adds .property-list-content {
    padding: 70px 40px 40px;
}

.page-inside-default {
    padding: 60px 0px;
}

.banner-section.banner-section-center {
    text-align: center;
    height: 570px;
}

.banner-section.banner-section-center h1,
.banner-section.banner-section-center p {
    color: #fff;
}

.banner-section.banner-section-center p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.living-discription-wrap {
    width: 100%;
    padding: 110px 0 90px;
}

.living-discription-wrap-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.living-discription-title {
    width: 25%;
    padding-right: 25px;
}

.living-discription-content {
    width: 75%;
}

.page-template-page-living-abudhabi-detail .new-footer {
    margin-top: 0px !important;
}

.living-detail-nav {
    width: 100%;
    border: 1px solid #efefef;
}

.living-detail-nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.living-detail-nav ul li {
    padding: 0px 12px;

}

.living-detail-nav ul li a {
    padding: 25px 0;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    position: relative;
}

.living-detail-nav ul li a::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #793774;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.living-detail-nav ul li a:hover::after {
    width: 100%;
}

.living-detail-nav ul li.active a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #793774;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.living-detail .values-message-wrap:last-child {
    padding-bottom: 0px;
}

.living-detail-faq-section {
    padding: 110px 0;
    width: 100%;
    background-color: #f3f6f9;
}

.faq-accordian {
    width: 100%;
    height: auto;
}

.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-accordian {
    margin-top: 40px;
}

.accordion .accordion {
    margin-top: 10px;
}

.accordion--headline {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    transition: 0.3s ease;
    position: relative;
}

.accordion--headline::before,
.accordion--headline::after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 0.3s ease;
}

.accordion--headline::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion--headline:hover {
    cursor: pointer;
    background-color: #fff;
}

.open>.accordion--headline::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.open>.accordion--headline::after {
    transform: translate(-50%, -50%) rotate(360deg);
}

.accordion--content {
    display: none;
    background-color: transparent;
    padding: 20px 20px;
    font-size: 14px;
    border-top: 0;
    border: 1px solid transparent;
}

.accordion li {
    margin-bottom: 8px;
}


.abt_mob_cnt {
    height: 300px;
    overflow: hidden;
}


.readmore {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;

    transition: max-height 0.15s ease-out;

}

.readmore.expand {
    max-height: 5000px;
    transition: max-height 0.35s ease-in-out;
}


.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
    color: #783772;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.03125) 100%);
    /* background-image: linear-gradient(to bottom, transparent, white); */
    cursor: pointer;
}

.readmore-link.expand {
    position: relative;
    background-image: none;
    height: 20px;
    padding-top: 0px;
}

.readmore-link:after {
    content: "Read more";
}

.readmore-link.expand:after {
    content: "Read less";
}

@media (max-width: 1200px) {
    .property-list-content h4 {
        min-height: auto;
    }

    .living-discription-wrap {
        width: 100%;
        padding: 80px 0 70px;
    }

    .living-detail-faq-section {
        padding: 80px 0;
    }

    .faq-accordian {
        margin-top: 25px;
    }

    .banner-section.banner-section-center {
        height: 400px;
    }
}



@media (max-width: 992px) {
    .new-footer h4 {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #3E3E3F;
        padding-bottom: 20px;
        text-align: center;
    }

    .new-footer ul {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .banner-section.banner-section-center {
        height: 340px;
    }

    .new-footer h4:after {
        content: "\f078";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 0;
        color: #636363;
    }

    .new-footer .active h4:after {
        transform: rotate(180deg);
    }

    .footer_list {
        display: none;
    }

    .new-footer .right-side {
        margin-top: 0;
    }

    .footer-bar {
        margin-top: 0;
        border: none;
    }

    footer .accordion-title {
        justify-content: center;
        padding-right: 0;
    }

    .footer-bar .content {
        width: 100%;
        text-align: center;
    }

    .accordion-content p {
        text-align: center;
    }

    .new-footer .right-side>div {
        width: 100%;
    }

    .new-footer .left-side ul li {
        width: 100%;
    }

    .living-discription-wrap {
        width: 100%;
        padding: 55px 0 50px;
    }

    .living-discription-title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .living-discription-content {
        width: 100%;
    }

    .living-detail-faq-section {
        padding: 55px 0;
    }

    .faq-accordian {
        margin-top: 15px;
    }

    .page-template-page-living-abudhabi-detail .new-footer {
        margin-top: 0px;
    }


}

@media (max-width: 767px) {
    .properties-main-listing .adds .enquire-now-btn {
        position: initial;
    }

    .adds .property-list-content {
        padding: 20px 15px;
    }

    .adds .property-list-content p {
        line-height: 20px;
        font-size: 13px;
    }

    .properties-main-listing .adds .enquire-now-btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .living-discription-wrap {
        width: 100%;
        padding: 50px 0 45px;
    }

    .living-detail-faq-section {
        padding: 45px 0;
    }
}

@media (max-width: 480px) {
    .properties-main-listing .enquire-now-btn {
        margin: 0;
        width: 200px;
    }

    .new-footer .right-side {
        row-gap: 0;
    }
}