@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* wellness page */

.page-id-6698 iframe {
    display: none;
}

.wellness-banner {
    padding: 80px 0;
    position: relative;
    &:after {
        position: absolute;
        inset: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.50);
    }
}

.wellness-banner .container {
    position: relative;
    z-index: 1;
}

.wellness-banner .btn {
    display: inline-block;
}

.wellness-banner .btn span {
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.wellness-banner .wellness-banner-heading  {
    font-weight: 400;
    font-size: 60px;
    line-height: 78px;
    text-transform: capitalize;
} 

.wellness-banner-subheading  {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.wellness-banner video {
    border: 10px solid #FFFFFF1A;
    object-fit: cover;
}

.section-title {
    font-family: "Playfair Display";
    color: #3E485D;
    font-size: 50px;
    font-weight: 400 !important;
    line-height: 1.2;
    text-transform: unset;
    margin-bottom: 15px;
}

.section-title span {
    text-transform: uppercase;
}

.section-space {
    padding: 120px 0;
}

.contact_description p, .wellness_description  {
    font-weight: 300;
}

.reason-to-consider {
    position: relative;
}

.reason-to-consider::after {
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    width: calc(100vw - 50%);
    background-color: #3E485D;
    z-index: -1;
}

.consider_description {
    font-weight: 300;
}

.consider_description ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 35px 0;
}

.consider-right {
    padding-right: 290px;
}

.consider_description ul li {
    flex: 0 0 49%;
    padding-left: 38px;
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.consider-container {
    max-width: 1920px;
    overflow: hidden;
}

.wellness-program {
    background-color: rgba(139, 161, 208, 0.10);
}

.wellness-center {
    gap: 30px;
}

/* .wellness-right-img {
    padding-top: 65px;
}

.wellness-left-img {
    padding-bottom: 65px;
} */

.nda-therapy-top {
    max-width: 1040px;
    margin-inline: auto;
}

.nda-therapy-top p {
    font-weight: 300;
    color: #000000;
}

.nda-therapy .slick-arrow {
    width: 70px;
    height: 70px;
    border: 1px solid #c5c5c5;
    z-index: 9;
    border-radius: 50%;
    top: unset;
    bottom: -140px;
    transition: all .4s ease;
    &:hover {
        border-color: #8BA1D0;
    }
}

.nda-therapy .slick-arrow:hover:before {
    color: #8BA1D0;
}

.nda-therapy .slick-arrow::before {
    content: "\f04b";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 13px;
    color: #c5c5c5;
    margin-left: 0;
    line-height: 1.65rem;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    right: auto;
    left: 50%;
    transition: all .4s ease;
}

.nda-therapy .slick-arrow.slick-prev {
    left: -5px;
    &:before {
        transform: translate(-50%, -50%) rotate(-180deg);
    }
}

.nda-therapy .slick-arrow.slick-next {
    left: 85px;
}

.nda-slider-heading {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.nda-slider  {
    padding-right: 40px;
}
.nda-slider p {
    font-weight: 300;
}

.nda-therapy .slick-slide img {
    height: 700px;
    object-fit: cover;
}

.nda-therapy .nda-slider .slick-track {
    display: flex;
    align-items: center;
}
    

@media (min-width: 1921px) {
    .consider-container {
        max-width: 1920px;
        margin-inline: auto;
    }
}

@media (min-width: 1600px) {
    .container.wellness-container {
        max-width: 1360px;
    }
    .wellness-program .container {
        max-width: 1700px;
    }
}



@media (max-width: 1850px) {
    .consider-right {
        padding: 20px 100px 20px 0;
    }
}


@media (max-width: 1600px) {
    .nda-therapy .slick-arrow {
        bottom: -120px;
    }
    .nda-therapy .slick-slide img {
        height: 500px;
        object-fit: contain;
    }
    .nda-slider {
        padding-right: 0;
    }
/*     .wellness-left-col {
        align-items: flex-start !important;
    }
    .wellness-left-img {
        padding-top: 65px;
        padding-bottom: 0;
    }
   .wellness-center {
        gap: 30px;
   } */
   .wellness-banner video {
        height: 550px;
   }
   .wellness-banner .wellness-banner-heading {
        line-height: 1.2;
        font-size: 52px;
   }
   .section-space {
        padding: 70px 0;
    }
}

@media (max-width: 1500px) {
    .section-title {
        font-size: 42px;
    }
    .consider-right {
        padding: 20px 20px 20px 0;
    }
    .consider_description ul {
        row-gap: 10px;
        margin: 15px 0;
    }
}


@media (max-width: 1199px) {
    .consider_description ul li {
        background-position: left 5px;
    }
    .section-title {
        font-size: 35px;
    }
   .wellness-banner video {
        height: 450px;
   }
   .wellness-banner .wellness-banner-heading {
        font-size: 42px;
   } 
}

@media (max-width: 991px) {
    .nda-therapy .row{
        padding-bottom: 40px;
    }
    .wellness-left-img, .wellness-right-img {
        padding-top: 30px;
    }

    .wellness-center-col {
        order: 1;
    }
    .wellness-left-col {
        order: 2;
        text-align: center;
        justify-content: center !important;
    }
    .wellness-right-col {
        order: 3;
        text-align: center;
    }
    .wellness-banner .row, .row-gap {
       gap: 30px;
   }
   .reason-to-consider::after {
        height: 100%;
        right: 0;
        top: unset;
        bottom: 0;
        width: calc(100vw);
    }
    .consider-right {
        padding: 20px;
    }
	.wellness-left-img img, .wellness-right-img img {
    width: 100%;
}
}

@media (max-width: 767px) {
    .nda-therapy .slick-arrow.slick-next {
        left: calc(100vw - 55%) !important;
    }
    .nda-therapy .slick-arrow.slick-prev {
        left: calc(100vw - 75%) !important;
    }
    .nda-therapy .nda-slider .slick-track {
        text-align: center;
    }
   .wellness-banner .wellness-banner-heading {
        font-size: 35px;
    }
    .wellness-banner-subheading {
        font-size: 18px;
    }
    .consider_description ul li {
        flex: 0 0 100%;
    }
}