.gallery-slider{
     display:grid;
    grid-template-columns:minmax(0, 907fr) 258px;
    gap:15px;
    align-items:start; 
}

/* MAIN */

.gallery-main{
    width:100%;
    min-width:0;
}

.gallery-main__image{
    aspect-ratio:907 / 514;
    overflow:hidden;
}

.gallery-main__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:12px;
}

/* THUMBS */

#gallery-thumbs-wr{ 
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.gallery-thumbs-wr{
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery-thumbs{
    width: 100%;
    height: 100%;
}
.gallery-thumbs .swiper-wrapper{
    display:flex;
    flex-direction:column;
}
.gallery-thumbs .swiper-slide{
    height:calc((100% - 30px) / 3) !important; 
    cursor:pointer;
    transition:.25s; 
}
.gallery-thumbs .swiper-slide-thumb-active{
    opacity:1;
}
.gallery-thumb__image{
    aspect-ratio:259 / 162;
    overflow:hidden;
    border-radius:12px;
    overflow:hidden;
    border-radius:10px;
}
.gallery-thumb__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
/* MOBILE */
.gallery-mobile-nav{
    display:none;
}
@media(max-width:767.98px){
    .gallery-slider{
        display:block;
    }
    .gallery-thumbs{
        display:none;
    }
    .gallery-mobile-nav{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:20px; 
    }
    .gallery-prev,
    .gallery-next{
        border:none;
        width: 32px;
        height: 32px;
        background:#fff;
        border-radius: 50%;
        cursor:pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
    }
    .gallery-prev{
        right: 20px;
        left: auto;
        z-index: 2
    }
    .gallery-prev svg{
        transform: rotateY(180deg);
    }
    .gallery-prev:disabled,
    .gallery-next:disabled{
        background-color: rgba(239, 239, 239, 0.3);
    }
    .gallery-index{
        position: absolute;
        bottom: 24px;
        right: 16px;
        z-index: 2;
        background-color: #031A1999;
        padding: 4px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
    }
    .gallery-index svg{
        padding-right: 4px;
    }
}
.about-on-thumb{
    z-index: 2;
    left: 23px;
    bottom: 28px;
}
.nav-listing-detail a{
    padding: 8px;
}
.nav-listing-detail a::before{
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    background: #252726;
    opacity: 0;
    transition:.25s; 
}
.nav-listing-detail a span:first-child{
    opacity: 0;
}
.nav-listing-detail a span:last-child{
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition:.25s; 
}
.nav-listing-detail a:hover:before,
.nav-listing-detail a.active:before{
    opacity: 1;
}
.nav-listing-detail a:hover span:last-child,
.nav-listing-detail a.active span:last-child{
    font-size:18px;
    font-weight: 700;
    color: #252726;;
}

.about-left{
    flex-shrink: 0;
    width: min(66.1% , 780px)
}
.about-right{
    position: relative;
}
.about-right > div{
    padding: 36px;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
}
.about-des-ct{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
    transition:.3s;
    max-height: 7.5em;
    line-height: 1.5em;
    transition: max-height .35s ease;
}
.about-des-ct.active{
    display:block;
    max-height: 2000px;
}
#about .read-more{
    border-bottom: 1px solid;
}
#about .read-more:hover{
    color: #105A59;
}
.embed-container iframe{
    width: 100%;
}
.centre_highlights > div{
    width: calc(50% - 15px)
}
.center-more{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
    max-height: 1.5em;
    line-height: 1.5em;
    transition: max-height .35s ease;
}
.center-more.active {
    display: block;
    max-height: 2000px;
}
.location svg{
    width: 32px;
}
.listing-map{
    width: 61.5%;
    aspect-ratio: 480 / 303;
    flex-shrink: 0;
    overflow: hidden;
}
.listing-map iframe{
    height: 100%;
    width: 100%;
}
.location .btn{
    border: 1px solid #E5E8E8;
}
.activity-thumb{
    aspect-ratio: 480 / 350;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}
.activity-thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.star-rating{
    position:relative;
    display:inline-block;
    font-size:20px;
    line-height:1;
}
.stars{
    color:#ddd;
    display:flex;
}
.stars-fill{
    position:absolute;
    top:0;
    left:0;

    overflow:hidden;
    white-space:nowrap;

    color:#f5b301;

    display:flex;
}
.review-bg{
    padding: 20px;
    border-radius: 16px;
}
.reviewer-thumb{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.reviewer-item{
    border: 1px solid #ADB3B2;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 16px;
}
.load-reviewer{
    border: 1px solid #ADB3B2;
}
.reviewer-excert{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.faqs{
    padding: 32px;
}
.faq-item{
    padding: 12px 0 0;
    border-bottom: 1px solid #E2E2E2;
}
.faq-item:first-child{
    border-top: 1px solid #E2E2E2;
}
.faq-answer{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:
        max-height .35s ease,
        opacity .25s ease;
}
.faq-item.active .faq-answer{
    max-height:500px;
    opacity:1;
}
.faq-item svg{
    width: 24px;
    flex-shrink: 0;
}
.faq-item.active svg{
    transform:rotate(90deg);
}

.treatment-list-wr:not(.active) span{
    display: none;
}
.treatment-list-wr  span.treatment-more,
.treatment-list-wr  span:nth-child(1),
.treatment-list-wr  span:nth-child(2),
.treatment-list-wr  span:nth-child(3),
.treatment-list-wr  span:nth-child(4),
.treatment-list-wr  span:nth-child(5),
.treatment-list-wr  span:nth-child(6),
.treatment-list-wr  span:nth-child(7),
.treatment-list-wr  span:nth-child(8),
.treatment-list-wr  span:nth-child(9){
    display: block;
}
.additional_care-list-wr:not(.active) span{
    display: none;
}
.additional_care-list-wr  span.treatment-more,
.additional_care-list-wr  span:nth-child(1),
.additional_care-list-wr  span:nth-child(2),
.additional_care-list-wr  span:nth-child(3),
.additional_care-list-wr  span:nth-child(4),
.additional_care-list-wr  span:nth-child(5),
.additional_care-list-wr  span:nth-child(6),
.additional_care-list-wr  span:nth-child(7),
.additional_care-list-wr  span:nth-child(8),
.additional_care-list-wr  span:nth-child(9){
    display: block;
}
@media(min-width:768px){
    .activity-thumb{
        width: max(61.5% , 480px);
    }
    .activity-des{
        width: max(35.8% , 280px);
    }
    .activity-item{
        display:none;
    }
    .activity-item.active{
        display:flex;
    }
    .team-item{
        display:none;
        width: calc((100% - 60px) / 4);
    }
    .team-item.active{
        display:flex;
    }
    .reviewer-item{
        display:none;
        width: calc((100% - 32px) / 3);
    }
    .reviewer-item.active{
        display:flex;
    }
}
@media(max-width:767.98px){
    .about-on-thumb{
        z-index: 2;
        left: 16px;
        bottom: 24px;
        max-width: calc(100% - 95px);
    }
    .teams,
    .reviewers{
        flex-wrap: unset;
    }
    .about-left{
        width: 100%;
    }
    .location svg{
        width: 16px;
    }
    .listing-map{
        width: 50%;
    }
    .activity-thumb{
        width: 100%;
        aspect-ratio: 272 / 188;
    }
    .load-activity{
        display: none;
    }
    .activity-wr{
        display:flex; 
        overflow-x:auto; 
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch; 
        scrollbar-width:none;
        margin-right: -20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px; 
    }
    .activity-wr::-webkit-scrollbar{
        display:none;
    }
    .activity-item{
        flex:0 0 72.5%;
        scroll-snap-align:center;
        transition:
            transform .25s ease,
            opacity .25s ease;
    } 
    .teams{
        overflow-x:auto; 
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch; 
        scrollbar-width:none;
        margin-right: -20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px; 
    }
    .teams::-webkit-scrollbar{
        display:none;
    }
    .team-item{
        flex:0 0 72.5%;
        scroll-snap-align:center;
        transition:
            transform .25s ease,
            opacity .25s ease;
    }
    .load-team{
        display:none;
    }
    .reviewers{
        overflow-x:auto; 
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch; 
        scrollbar-width:none;
        margin-right: -20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px; 
    }
    .reviewers::-webkit-scrollbar{
        display:none;
    }
    .reviewer-item{
        flex:0 0 72.5%;
        scroll-snap-align:center;
        transition:
            transform .25s ease,
            opacity .25s ease;
    }
    .load-reviewer{
        display:none;
    }
    .reviewer-excert{
        -webkit-line-clamp: 3;
    }
    .read-more-tab{
        overflow-x:auto; 
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch; 
        scrollbar-width:none;
        margin-right: -20px;
    }
    .read-more-tab .tab-item{
        flex-shrink: 0;
        border: 1px solid #848C8B;
        padding: 8px 16px;
        border-radius: 8px;
    }
    #treatment_list, #additional_care_list{
        order: 2
    }
    .read-more-tab .tab-item .absolute{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .read-more-tab .tab-item.active span{
        opacity: 0;
    }
    .read-more-tab .tab-item.active .absolute{
        opacity: 1;
    }
    .tab-ct > div:not(.active){
        display: none;
    }
    .gallery-slider .about-on-thumb svg{
        width: 16px;
        height: 16px;
    }
    .single-listing article >div{
        order: 4;
    }
    .nav-listing-detail{
        order: 2;
    }
    .single-listing article .gallery-slider,
    .single-listing article .ab-insurance{
        order:1
    }
    .nav-listing-detail a span:last-child{
        font-size: 14px !important;;
    }
}