/* .services__container {
    padding: 5%;
    font-family: "Megante";
    color: #3B3F80;
}

.blur {
    filter: blur(50px);
    background-color: #00000029;
}

.main__mid--heading {
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.76px;
    height: 81.02px;
}

.content__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    row-gap: 58.75px;
}

.grid__item {
    font-size: 16px;
    text-align: left;
    background-color: #AAC5EA;
    width: 100%;
}

.mid {
    background-color: #DEE7F6;
}

.item__head,
.item__des,
.item__btn {
    padding-bottom: 22px;
    padding-left: 31px;
    padding-right: 31px;
}

.item__img {
    width: 100%;
    height: auto;
    padding-bottom: 22px;
}

.item__head {
    font-size: 28px;
    letter-spacing: 0.6px;
}

.item__des {
    font-family: 'Be Vietnam Pro-Light';
    font-size: 16px;
}

.item__btn {
    width: 20%;
    height: auto;
    cursor: pointer;
} */


/* main {
    height: 2000vh;
} */


html,
body {
    scroll-behavior: initial !important;
}


/* body.prevent-scroll {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}


.prevent-scroll {
    overflow: hidden;
}

.prevent-scroll .specialties__popup-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
} */





/*  specialties */


.specialties__container {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 60px;
}



.specialties__item {
    /* height: 100%; */
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}


/* .specialties__item .specialties__item-img {
    max-height: 240px;
}



.specialties__item .specialties__item-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
 */


.specialties__item:hover .specialties__item-img img {
    transform: scale(1.1);
    transition: all .3s linear;
}





.specialties__item .specialties__item-img {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
}

.specialties__item .specialties__item-img::after {
    content: "";
    display: block;
    padding-bottom: 70.25%;
}

.specialties__item .specialties__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    transform: scale(1);
    transition: all .3s linear;
}




.specialties__item::after {
    display: none;
}


.specialties__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    color: var(--primary-color);
    padding: 20px 24px 42px;
    bottom: 0;
    z-index: 1;
    background-color: #DEE7F6;
}



.specialties__container .specialties__item:nth-child(3n + 2) .specialties__item-content {
    /* background: var(--background-section-list); */
    /* background: #f0f4fb70; */
    background-color: rgba(240, 244, 251, 1);
}

/* 
.specialties__item .specialties__item-img {
    height: 100%;
} */


.specialties__item-title {
    font-size: 23px;
    line-height: 40px;
    font-family: 'Megante';
    margin-bottom: 16px;
}


.specialties__item-desc {
    font-size: 16px;
    font-family: 'Be Vietnam Pro-Light';
    line-height: 28px;
    /* margin-top: 24px; */
    margin-bottom: 16px;
    font-weight: 300;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 112px;
}

/* .specialties__item-content .specialties__content-button {
    width: fit-content;
    cursor: pointer;
}




.specialties__item:hover .specialties__content-button .arrow--hover,
.specialties__item .specialties__content-button .arrow {
    display: block;
}


.specialties__item .specialties__content-button .arrow--hover,
.specialties__item:hover .specialties__content-button .arrow {
    display: none;
} */


.specialties__item-content .specialties__content-button {
    position: relative;
    margin-bottom: 21px;
}

img.arrow,
img.arrow--hover {
    height: 27px;
    width: auto;
}

.specialties__item .specialties__content-button .arrow,
.specialties__item .specialties__content-button .arrow--hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
}

.specialties__item:hover .specialties__content-button .arrow--hover,
.specialties__item .specialties__content-button .arrow {
    opacity: 1;
    transition: all 0.3s linear;
}

.specialties__item .specialties__content-button .arrow--hover,
.specialties__item:hover .specialties__content-button .arrow {
    opacity: 0;
    transition: all 0.3s linear;
}



/* .specialties__item-content .specialties__content-button:hover .arrow,
.specialties__item-content .specialties__content-button .arrow--hover {
    display: none;
}

.specialties__item-content .specialties__content-button .arrow,
.specialties__item-content .specialties__content-button:hover .arrow--hover {
    display: block;
} */



/* Specialties__details  */


.popup-4 {
    grid-template-columns: repeat(4, 1fr);
}


.popup-3 {
    grid-template-columns: repeat(3, 1fr);
}

.popup-2 {
    grid-template-columns: repeat(2, 1fr);
}


.specialties__popup-wrapper {
    position: fixed;
    padding: 25px 155.2px 80px 121px;
    max-width: 90%;
    max-height: 95vh;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
    transition: all 0.3s linear;
    background: #FFF8EA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000000D;
    /* opacity: 0; */
    /* visibility: hidden; */
    /* border: 3px solid #FFFFFF; */
    border-radius: 5px;
    cursor: auto;
}


/* overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none; */

.specialties__popup-wrapper.active {
    display: block;
    transition: all 0.3s ease;
    /* opacity: 1; */
    /* visibility: visible; */
}


.specialties__popup-title {
    line-height: 71px;
}



.specialties__popup-desc p {
    font-size: 16px;
    font-family: 'Be Vietnam Pro-Light';
    font-weight: 300;
    line-height: 28px;
    color: var(--primary-color);
}


.specialties__popup-desc p:not(:last-child) {
    margin-bottom: 28px;
}



.specialties__popup-services {
    margin-top: 36px;
    display: grid;

}

.specialties__popup-content {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: 65vh;
}

.specialties__popup-services .popup-service-pcs:not(:first-child) {
    border-top: 1px solid #AAC5EA;
    padding-top: 18px;
}


.specialties__popup-services .popup-services-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--primary-color);
    padding-right: 30px;
    text-align: left;
    align-items: flex-start;
    border-right: 1px solid #AAC5EA;
}


.specialties__popup-services .popup-services-item:last-child {
    border: 0px;
}


.specialties__popup-services .popup-services-item:not(:first-child) {
    padding-left: 30px;
}

.popup-services-item--img {
    height: 60px;
}


.popup-services-item--img img {
    width: auto;
    height: 100%;
    object-fit: contain;
}





.popup-services-item--desc {}




.popup-services-item--desc h5 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Be Vietnam Pro-SemiBold';
    margin-bottom: 12px;
    margin-top: 8px;
}


.popup-services-item--desc p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26.78px;
    font-family: 'Be Vietnam Pro-Light';
}



.specialties__popup-button {
    width: 100%;
    text-align: center;
    margin-top: 57px;
}

.specialties__popup-button button {
    position: relative;
    outline: none;
    border: none;
    background-color: #8681ED;
    width: 260px;
    border-radius: 36px;
    color: var(--secondary-color);
    font-family: 'Be Vietnam Pro-Regular';
    font-size: 18px;
    line-height: 40px;
    transition: all 0.5s linear;
    padding: 0;
}


.specialties__popup-button button:hover {
    background-color: var(--primary-color);
}


.specialties__popup-button button .popup__button-context {
    transition: all 0.5s linear;
}

.specialties__popup-button button:hover .popup__button-context {
    transform: translateX(10px);
}

.specialties__popup-button button p {
    margin-right: 20px;
    font-family: 'Be Vietnam Pro-Regular', sans-serif;
}


.specialties__popup-button img {
    position: absolute;
    width: 18px;
    height: 18px;
    object-fit: cover;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}


.specialties__popup-wrapper .close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
    height: auto;
    cursor: pointer;
}



.provider__details-container .close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
    height: auto;
    cursor: pointer;
}


/* Our Facilities  */



.facilities__container {
    position: relative;
    padding-top: 60px;
}



.facilities__carousel-cards .facilities__card-item {
    position: relative;
    display: flex;
    width: 480px;
    flex-direction: column;
    justify-content: center;
    height: auto;
}


.facilities__card-item .facilities__card-content {
    position: absolute;
    bottom: 0px;
    padding-bottom: 35px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.facilities__card-item:hover .facilities__card-content {
    transition: all 0.7s linear;
    height: 100%;
    /* bottom: 170px; */
    /* bottom: 0; */
}


.facilities__card-item.emptyDesc:hover .facilities__card-content {
    height: auto;
}


.facilities__carousel-cards .facilities__card-item::after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 40%;
    bottom: 0;
    left: 0;
    transition: all .3s linear;
    background: transparent linear-gradient(359deg, #39398E 0%, #1D1D4700 100%) 0% 0% no-repeat padding-box;
}


.facilities__carousel-cards .facilities__card-item:hover::after {
    height: 100%;
    opacity: 0.93;
    /* background-color: #39398E; */
    background: transparent linear-gradient(0deg, #39398E 0%, #897CF4 100%) 0% 0% no-repeat padding-box;
}

.facilities__carousel-cards .facilities__card-item.emptyDesc:hover .facilities__card-content-button,
.facilities__carousel-cards .facilities__card-item.emptyDesc:hover .facilities__card-content-desc {
    display: none;
}


.facilities__carousel-cards .facilities__card-item.emptyDesc:hover::after {
    height: 40%;
    opacity: unset;
    background: transparent linear-gradient(359deg, #39398E 0%, #1D1D4700 100%) 0% 0% no-repeat padding-box;
}


/* .facilities__card-item.emptyDesc:hover .facilities__card-content {
    bottom: 87px;
} */


.facilities__carousel-cards .facilities__card-item:hover .facilities__card-content-button,
.facilities__carousel-cards .facilities__card-item:hover .facilities__card-content-desc {
    display: block;
    transition: all 0.7s linear;
}

.facilities__card-content--utilities {
    font-family: 'Megante', sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: var(--secondary-color);
}

.facilities__card-content-desc {
    display: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Be Vietnam Pro-Light';
    color: var(--secondary-color);
    text-align: center;
    transition: all 0.3s linear;
    padding-inline: 60px;
    margin: 48px 0px;
}




.facilities__card-content .facilities__card-content-button {
    display: none;
    border-radius: 36px;
    border: 1px solid var(--secondary-color);
    /* width: 33%; */
    width: 155px;
    height: auto;
}

.facilities__card-content .facilities__card-content-button .facilities__card-content-button--link {
    display: block;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-family: 'Be Vietnam Pro-Light', sans-serif;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}


.facilities__carousel-cards .facilities__card-item img {
    object-fit: cover;
}



/* .slick-dots li button:before {
    font-size: 13px;
    color: #DEE7F6;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--primary-color);
} */



.slick__arrow-custom button {
    width: 87px;
    height: 87px;
    right: 10px;
    transition: all .35s linear;
}

/* test */


.provider__details-button {
    transition: visibility 0.3s, opacity 0.3s linear;
}

.provider__details-button.hidden {
    visibility: hidden;
    opacity: 0;
}

.slick-dots li {
    width: 20px;
    margin: 0;
}



.facilities__container .arrow__next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 84px;
    height: 84px;
    cursor: pointer;
    /* transition: all 0.3s linear; */
}

/* .arrow__next .arrow__next-default,
.arrow__next .arrow__next-hover {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
} */

/* .arrow__next:hover .arrow__next-default {
    display: none;
} */

/* .arrow__next .arrow__next-hover {
    opacity: 0;
    display: none;
} */

/* .arrow__next:hover .arrow__next-hover {
    opacity: 1;
    display: block;
    transform: translateX(4px)
} */

/* code bo sung */

.arrow__next .arrow-fac {
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow__next .arrow__next-hover {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}


.arrow__next:hover .arrow__next-default {
    opacity: 0;
    visibility: hidden;
}

.arrow__next:hover .arrow__next-hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(4px);
}



/* Provider */

.provider__container {
    padding-top: 60px;
    padding-inline: 0px;
}


.provider__item-wrappers {
    padding: 0px 12px;
}



.provider__item,
.provider__button {
    position: relative;
    width: 166px;
}

.provider__item .background-provider {
    width: 166px;
    height: 166px;
    object-fit: cover;
    /* background-image: url('../images/services/background-provider.png');
    background-size: cover;
    background-position: center; */
}



.provider__item .logo-provider {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: auto;
    height: auto;
}




.provider__carousels .slick-list.draggable {
    padding-bottom: 60px;
}



.provider__button {
    cursor: pointer;
}


.provider__button--link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Be Vietnam Pro-Light';
}


.provider__details-container {
    height: 660px;
}


/* Popup Provider */

.provider__details {
    position: fixed;
    /* padding: 20px; */
    max-width: 85%;
    max-height: 90vh;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /* opacity: 0;
    visibility: hidden; */
    display: none;
    transition: all 0.3s linear;
    background: #FFF8EA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000000D;
    /* border: 3px solid #FFFFFF; */
    border-radius: 5px;
    padding-top: 40px;
}


.provider__details.active {
    /* opacity: 1;
    visibility: visible; */
    display: block;
    transition: all .3s ease;
}


.provider__details-title {
    font-size: 30px;
    line-height: 71px;
    font-family: 'Megante';
    text-align: center;
    /* margin-top: 38px; */
}



.provider__details-container {
    padding: 40px 70px;
    overflow: hidden;
    /* position: relative; */
}


.provider__details-container .provider__details-wrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    /* height: 500px; */
    overflow-y: scroll;
    max-height: 55vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* IE and Edge */
}

.provider__details-container {
    height: auto !important;
}


.provider__details-container .provider__details-wrapper::-webkit-scrollbar {
    display: none;
}



.provider__details-item {
    background: var(--secondary-color);
    border: 0.5px solid #DEE7F6;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000007;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    width: auto;
    height: 144px;
}


.provider__details-item .provider__details-item--link {
    display: block;
    width: 100%;
    height: 100%;
}


.provider__details-item--link img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
}

/* 
.provider__details-item:active {
    border: 0.5px solid #39398E;
} */


.provider__details-button {
    position: relative;
    width: 37px;
    height: auto;
    cursor: pointer;
    /* top: 40px; */
    margin: 40px auto 0px;
}



.provider__details-button img {
    object-fit: cover;
}




.provider__item .logo-provider {
    /* left: 50%; */
    left: 55%;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-55%);
    margin: 0;
}



.provider__item .logo-provider {
    width: 90%;
}



.provider__carousels .slick-dots {
    /* right: -10%; */
    /* left: 10%; */
    /* left: -2.1%; */
    display: flex;
    justify-content: center;
    /* left: -0.33%; */
}

/* utilities  */



.utilities__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px;
    column-gap: 48.8px;
    /* padding-inline: 42px; */
}


.utilities__list-item {
    position: relative;
    width: 100%;
    height: 430px;
}


.utilities__list-item::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 55%;
    background: transparent linear-gradient(0deg, #F7F3EB 0%, #F7F3EBC7 47%, #F7F3EB88 72%, #F7F3EB00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.utilities__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.utilities__item-content {
    position: absolute;
    width: 100%;
    bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-inline: 45px;
    z-index: 1;
}



.utilities__item-content h3 {
    font-size: 28px;
    line-height: 40px;
    width: 65%;
}


.utilities__item-content--button {
    background-color: var(--primary-color);
    border-radius: 36px;
    transition: all 0.3s linear;
}


.utilities__item-content--button:hover {
    background-color: #897CF4
}


.utilities__item-content--button .utilities__item-content--link {
    color: var(--secondary-color);
    font-family: 'Be Vietnam Pro-Medium';
    font-size: 14px;
    display: block;
    /* padding-block: 8.5px;
    padding-inline: 18.5px; */
    padding: 8px 16px;
}


@media (max-width: 1800px) {
    .specialties__popup-button button {
        width: 25%;
    }
}



@media (max-width: 1700px) {
    /* .provider__details-container {
        height: 750px;
    } */
}

@media screen and (max-width:1500px) {
    /* .provider__details-container {
        height: 700px;
    } */
}

@media screen and (max-width: 1400px) {
    .specialties__popup-wrapper {
        padding: 50px 50px 80px 50px;
        max-width: 95%;
        max-height: 95vh;
        /* overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none; */
    }


    .provider__details-container .provider__details-wrapper {
        max-height: 38vh;
    }




    .specialties__popup-content {
        overflow-y: scroll;
        max-height: 50vh;
        scrollbar-width: none;
    }


    .specialties__popup-services .popup-services-item {
        gap: 12px;
    }


    .specialties__popup-button {
        margin-top: 36px;
    }


    .specialties__popup-wrapper::-webkit-scrollbar {
        display: none;
    }


    .specialties__popup-title {
        font-size: 30px;
        line-height: 71.41px;
    }


    .popup-services-item--img {
        height: 50px;
    }

    /* .popup-services-item--desc,
    .specialties__popup-desc {
        font-size: 14px;
        line-height: 24px;
    } */


    /* .popup-services-item--desc h5 {
        font-size: 16px;
        line-height: 24px;
    } */



    .provider__details-container .close-popup,
    .specialties__popup-wrapper .close-popup {
        position: absolute;
        right: 30px;
        top: 15px;
        width: 30px;
        height: 30px;
        object-fit: contain;
    }


    .specialties__popup-button button {
        width: 25%;
        font-size: 16px;
        line-height: 36px;
    }


    .specialties__popup-services .popup-services-item:not(:first-child) {
        padding-left: 24px;
    }


    .facilities__card-content-desc {
        padding-inline: 60px;
        margin: 36px 0px 48px;
    }

    /* .provider__details-container {
        height: 550px;
    } */
}



@media screen and (max-width:1200px) {
    .specialties__item .specialties__item-img {
        overflow: unset;
    }
}



@media screen and (max-width : 1100px) {
    /* .provider__details-container {
        height: 450px;
    } */

    .specialties__item .specialties__item-img {
        width: auto;
        height: auto;
        position: relative;
    }
}


@media screen and (max-width: 1024px) {

    body {
        padding-right: 0px !important;
    }

    img.arrow,
    img.arrow--hover {
        height: 20px !important;
        width: auto;
        object-fit: contain;
    }




    .specialties__item-content .specialties__content-button {
        position: relative;
        margin-bottom: 21px;
        margin-right: 20px;
        top: 0%;
        height: 100%;
    }



    .utilities__list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 18px;
        column-gap: 0px;
        padding-inline: 0px;
    }


    .utilities__item-content--button .utilities__item-content--link {
        padding-inline: 24.5px;
    }


    .utilities__list-item {
        height: 232px;
    }

    .utilities__item-content {
        bottom: 28px;
        padding-inline: 25px;
        z-index: 1;
    }


    .utilities__item-content h3 {
        font-size: 18px;
        line-height: 28px;
    }


    .utilities__item-content--button .utilities__item-content--link {
        font-size: 8px;
        line-height: 20px;
        display: block;
        padding: 0;
        padding-inline: 20.5px;
        text-transform: uppercase;
    }


    .slick-next:before {
        /* content: '→'; */
        display: none;
    }

    .slick__arrow-custom:hover button:first-child {
        transform: translateX(0px);
        /* transition: all 0.35s linear; */
    }


    .specialties__popup-title {
        font-size: 16px;
        line-height: 60px;
        max-width: 80%;
    }

    /* .specialties__popup-wrapper .close-popup {
        display: none;
    } */


    .specialties__popup-wrapper {
        padding: 15px 16px 32.5px;
        max-width: 86%;
    }


    .specialties__popup-desc p {
        font-size: 13px;
        line-height: 22px;
        font-family: 'Be Vietnam Pro-Light';
        color: var(--primary-color);
    }


    .specialties__popup-services {
        margin-top: 6px;
        display: grid;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .specialties__popup-services .popup-service-pcs {
        display: flex;
        gap: 18px;
    }

    .specialties__popup-services .popup-services-item {
        gap: 0px;
        padding-right: 0px;
        border: 0px;
    }


    .specialties__popup-content {
        overflow-y: scroll;
        max-height: 70vh;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }


    .specialties__item .specialties__item-img {
        overflow: unset;
    }


    .specialties__container .specialties__item:nth-child(2n+2)::after {
        background-color: rgba(245, 247, 250, 0.8);
        backdrop-filter: blur(11px) brightness(120%);
        -webkit-backdrop-filter: blur(12px) contrast(1.4);
    }




    .specialties__popup-button {
        margin-top: 24px;
    }



    .specialties__container {
        padding-top: 36px;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 30px;
    }

    /* .specialties__item .specialties__item-img {
        width: auto;
        height: 300px;
        height: 100%;
    }




    .specialties__item .specialties__item-img img {
        object-fit: contain;
        height: inherit;
        object-fit: cover;
    } */


    .specialties__item .specialties__item-img {
        width: auto;
        height: auto;
        position: relative;
    }

    .specialties__item .specialties__item-img::after {
        content: "";
        display: block;
        padding-bottom: 72.25%;
    }

    .specialties__item .specialties__item-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }





    .specialties__item-title {
        font-size: 18px;
        line-height: 28px;
        display: -webkit-box;
        /* max-width: 200px; */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-right: 8px;
        margin-bottom: 0px;
        padding-bottom: 4px;
    }


    .specialties__item::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -2px;
        left: -5px;
        right: 0;
        /* height: 25%; */
        background-color: rgba(222, 231, 246, 0.95);
        backdrop-filter: blur(11px) brightness(120%);
        -webkit-backdrop-filter: blur(8px) contrast(1.2);
    }


    .specialties__item-desc {
        font-size: 14px;
        font-family: 'Be Vietnam Pro-Light';
        line-height: 24px;
        /* margin-top: 24px; */
        margin-bottom: 16px;
        font-weight: 300;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        height: 70px;
    }

    .specialties__item-content {
        padding: 20px 24px 24px;
    }


    .facilities__card-content--utilities {
        font-size: 18px;
        line-height: 50px;
    }


    .facilities__card-content-desc {
        font-size: 12px;
        line-height: 30px;
        padding-inline: 70px;
        margin: 42px 0px;
    }

    .facilities__card-content .facilities__card-content-button {
        width: 138px;
    }

    .facilities__card-content .facilities__card-content-button .facilities__card-content-button--link {
        font-size: 14px;
        line-height: 26px;
        padding-block: 2px;
    }



    .facilities__carousel-cards .facilities__card-item {
        width: 100%;
        height: auto;
    }

    .facilities__container .arrow__next {
        width: 50px;
        height: 50px;
        right: 28px;
    }

    .arrow__next:hover .arrow__next-default {
        opacity: 1;
        visibility: visible;
    }

    .arrow__next:active .arrow__next-default {
        opacity: 0.4;
    }


    .arrow__next .arrow__next-hover {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        display: none;
    }

    .popup-services-item--desc h5 {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .popup-services-item--desc p {
        font-size: 13px;
        line-height: 22px;
    }


    .popup-services-item--img img {
        position: relative;
        top: 3px;
        max-width: 30px;
        height: 100%;
    }


    .specialties__popup-services .popup-services-item:not(:first-child) {
        padding-left: 0px;
    }

    .specialties__popup-services .popup-service-pcs {
        border-top: 1px solid #AAC5EA;
        padding-block: 18px;
        padding-right: 32px;
    }


    .specialties__popup-services .popup-services-item:first-child .popup-service-pcs:first-child {
        border-top: 0px;
    }


    .specialties__popup-button button {
        width: 50%;
        font-size: 14px;
        line-height: 32px;
    }


    .specialties__popup-desc p:not(:last-child) {
        margin-bottom: 16px;
    }

    /* Provider */



    .provider__details-title {
        font-size: 16px;
        line-height: 48px;
        text-align: left;
    }

    .provider__details {
        padding: 20px 30px;
        width: 90%;
        top: 50%;
    }

    .provider__details-container {
        padding: 20px 0px 0px;
    }

    .provider__details-item {
        height: 56px;
    }

    .provider__details-container .provider__details-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        max-height: 50vh;
    }

    .provider__details-item--link img {
        width: 55%;
        height: 100%;
        object-fit: cover;
    }

    .provider__details-button {
        margin: 20px auto 0px;
    }

    .provider__button--link {
        font-size: 12px;
        line-height: 24px;
    }

    .provider__container,
    .facilities__container {
        position: relative;
        padding-top: 36px;
    }

    .provider__item .background-provider,
    .provider__item,
    .provider__button {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        overflow: visible;
    }

    .provider__button img {
        object-fit: contain;
    }


    .provider__item .logo-provider {
        left: 50%;
        max-width: 100%;
        width: 100%;
        height: auto;
        transform: translateY(-50%) translateX(-50%);
    }

    .slick-dots {
        display: block;
        visibility: visible;
    }

    .provider__button--link {
        font-size: 12px;
        line-height: 24px;
    }

    .provider__carousels .slick-list.draggable {
        padding-bottom: 28px;
    }

    .provider__item-wrappers {
        padding: 0px 6px;
    }


}


@media screen and (max-width: 1200px) {
    .utilities__item-content--button .utilities__item-content--link {
        padding-inline: 12.5px;
    }
}

@media (max-width: 1000px) {
    .specialties__popup-button button {
        width: 30%;
    }
}


@media screen and (max-width : 1023px) and (min-width : 850px) {

    .provider__item .background-provider,
    .provider__item,
    .provider__button {
        width: 150px;
        height: 150px;
    }
}


@media screen and (max-width : 849px) {

    .provider__item .background-provider,
    .provider__item,
    .provider__button {
        width: 130px;
        height: 130px;
    }
}


@media (min-width: 768px) {

    .specialties__popup-button img {
        right: 20px;
    }


    /* .provider__item .background-provider,
    .provider__item,
    .provider__button {
        position: relative;
        width: 90%;
    } */




    /* .provider__item .background-provider,
    .provider__item,
    .provider__button {
        position: relative;
        width: 100%;
    } */

    /* 
    .provider__button {
        width: 87.3%;
    } */


}



@media (max-width: 767px) {
    .specialties__popup-button button {
        width: 45%;
    }


    .provider__item .logo-provider {
        width: 100%;
    }

    .provider__item .background-provider,
    .provider__item,
    .provider__button {
        width: 100%;
        height: 100%;
    }

}


@media (max-width : 576px) {

    .specialties__item-desc {
        display: none;
    }

    .specialties__item-content .specialties__content-button {
        margin-bottom: 0px;
        top: 35%;
    }

    .specialties__item .specialties__item-img {
        overflow: hidden;
    }

    .specialties__popup-wrapper .specialties__popup-button button {
        width: 65%;
    }

    .specialties__item {
        height: 230px;
    }

    .specialties__item-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px 21px 0px 17px;
        position: absolute;
        height: 25%;
        background-color: unset
    }



    .specialties__item-title {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        /* max-width: 200px; */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-right: 8px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }


    .specialties__item::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -2px;
        left: -5px;
        right: 0;
        height: 25%;
        background-color: rgba(222, 231, 246, 0.95);
        backdrop-filter: blur(11px) brightness(120%);
        -webkit-backdrop-filter: blur(8px) contrast(1.2);
    }


    .specialties__container {
        padding-top: 36px;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
    }



    .specialties__container .specialties__item:nth-child(3n + 2) .specialties__item-content {
        background-color: unset;
    }




    .specialties__popup-title {
        line-height: 32px;
    }


    .specialties__popup-wrapper {
        max-width: 90%;
        max-height: 90vh;
    }

    .specialties__popup-button {
        margin-top: 16px;
    }


    .provider__item .logo-provider {
        width: 100%;
        transform: translateY(-50%) translateX(-50%);
    }


    .provider__details-item--link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .provider__item .background-provider,
    .provider__item,
    .provider__button {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    /* .provider__details-container {
        height: 450px;
    } */

    /* .provider__carousels .slick-dots {
        left: -1.5%;
    } */


    .provider__item-wrappers {
        padding: 0 6px;
    }

}


@media (max-width: 400px) {



    .specialties__item-title {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        /* max-height: 65px; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }


    .specialties__popup-wrapper .specialties__popup-button button {
        width: 75%;
    }



    .specialties__popup-wrapper {
        max-height: 95vh;
    }


    .specialties__popup-title {
        font-size: 15px;
        line-height: 28px;
    }



    /* .provider__item .logo-provider {
        width: 50%;
    } */


    .provider__item .logo-provider {
        width: 80%;
    }


    .provider__item .background-provider,
    .provider__item,
    .provider__button {
        position: relative;
        /* width: 60px; */
        width: 100%;
        height: 100%;
    }

    .provider__carousels .slick-list.draggable {
        padding-bottom: 0px;
    }


    /* .provider__details-container {
        height: 500px;
    } */

    .utilities__item-content--button .utilities__item-content--link {
        line-height: 16px;
        padding-inline: 10.5px;
    }


    .utilities__item-content {
        align-items: center;
    }

    .provider__button--link {
        font-size: 8px;
        line-height: 12px;
    }


    .utilities__item-content h3 {
        font-size: 18px;
        line-height: 25px;
    }


}


@media (max-width: 375px) {
    /* .provider__details-container {
        height: 430px;
    } */
}