.wellness_content-sec .bg_house_roof{
    max-width: 1025px;
    margin: 0 auto;
}
.wellness_care_service_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 30px;
    position: relative;
}
.wellness_care_service_tabs .wellness_tab {
    text-align: center;
    flex-grow: 1;
    cursor: pointer;
}
.wellness_tab ._img {
    background: #FFEDE1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 100px;
    border: 3px solid #fff;
    padding: 8px;
    margin-bottom: 18px;
}
.respite_care-feature .features_card h4,
.care_service_card h4,
.wellness_care_service_tabs .wellness_tab h4 {
    line-height: 27px;
}
.wellness_tab.active h4 {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.wellness_care_service_tabs::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C65916;
    position: absolute;
    top: 33px;
    z-index: -1;
}
.wellness_tab_wrap {
    height: auto;
    opacity: 1;
}
.wellness_tab_wrap:not(.active) {
    height: 0;
    opacity: 0;
}
.wellness_tab_content {
    display: flex;
    background: #F9FCFF;
    border: 1px solid #ECF2F9;
    filter: drop-shadow(-6px 2px 7.5px rgba(0, 0, 0, 0.10));
    padding: 60px;
    gap: 60px;
    position: relative;
    border-radius: 12px;
}
.wellness_tab_content ._wellness_srv_img {
    width: 40%;
    flex: 0 0 auto;
    max-width: 406px;
}
._wellness_srv_content {
    padding-top: 24px;
}
._wellness_srv_content a.site_btn {
    min-width: 242px;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}
.wellness_care_content {
    padding-top: 40px;
}
.wellness_tab_content::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #f9fcff;
    position: absolute;
    top: -20px;
    transform: rotate(45deg);
    border: 1px solid #ecf2f9;
    border-right: 0;
    border-bottom: 0;
}
.content_tab_1 .wellness_tab_content::before {
    left: 10%;
}
.content_tab_2 .wellness_tab_content::before {
    left: 37%;
}
.content_tab_3 .wellness_tab_content::before {
    left: 64%;
}
.content_tab_4 .wellness_tab_content::before {
    left: 88.4%;
}
.site_content ._wellness_srv_content h2 {
    margin-bottom: 30px;
}

.care_service-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 25px;
}
.care_service_card{
    width: calc(20% - 20px);
}
.care_service_card > div{
    border-radius: 3px;
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    height: 100%;
    text-align: center;
    padding: 20px 20px 30px;
    transition: 0.3s all;
}
.care_service_card >div:hover {
    border-color: #EFEFEF;
    background: #FFF;
    box-shadow: 0px 6px 8px -4px rgb(0 0 0 / 15%);
    transform: translateY(-8px);
}
.care_service_card img {
    width: 91px;
    height: 91px;
    object-fit: scale-down;
    object-position: center;
    margin-bottom: 27px;
}
.care_service-sec .sec_head.site_content {
    max-width: 815px;
    margin: 0 auto;
}
.standard_services {
    background: rgb(248 248 248 / 70%);
    position: relative;
    overflow: hidden;
}
.bg_boxes_layers{
    overflow: hidden;
}
.standard_services.bg_boxes_layers::before{
    width: 507px;
    height: 542px;
    background-image: url('./images/ss_bg-before.png');
}
.standard_services.bg_boxes_layers::after {
    width: 587px;
    height: 535px;
    background-image: url('./images/ss_bg-after.png');
}
.page-template-wellness-services .banner_content {
    max-width: 100%;
}
/* Respite-Care */
.assisted_living_content-sec,
.respire_content-sec {
    background: #FAFAFA;
}
.respire_content-sec .site_content.bg_house_roof {
    max-width: 990px;
    margin: 0 auto;
}
.respite_care-srv .img_with_layer {
    padding: 0 14px 0 36px;
}
.respite_care-srv .img_with_layer.layer_before_top_left::before {
    left: 0;
}
.respite_care-feature_wrapper .sec_inn {
    max-width: 860px;
    margin: 0 auto;
}
.respite_care-feature {
    display: flex;
    gap: 24px;
    margin-top: 30px;
}
.respite_care-feature .features_card {
    border-radius: 20px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    box-shadow: -3px 4px 39px 0px rgba(219, 232, 244, 0.50);
    padding: 40px 20px 20px;
    text-align: center;
    max-width: 236px;
    flex: 1;
}
.respite_care-feature .features_card img {
    height: 90px;
    object-fit: scale-down;
	transition: none;
}
.respite_care-feature .features_card h4 {
    margin: 33px 0 20px;
}

.respite_care-feature .features_card p {
    font-size: 14px;
    line-height: 22px;
}
.respite_care-feature .features_card:hover {
    background: #69A2CD;
}
.respite_care-feature .features_card:hover * {
    color: #fff !important;
}
.respite_care-feature .features_card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(351deg) brightness(94%) contrast(93%);
}
section.respite_care-srv.bg_boxes_layers::before {
    width: 600px;
    height: 600px;
    background-image: url('./images/respite-right.png');
}
section.respite_care-srv.bg_boxes_layers::after {
    width: 556px;
    height: 680px;
    background-image: url('./images/respite-left.png');
}
.respite_service_provider-sec {
    border-top: 1px solid #D3E1E8;
    background: #F9FBFC;
}
.list_items_content.site_content ul,
.benefits_content.site_content ul,
.site_content.service_provider_content ul {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}
.safety_content.site_content ul li,
.list_items_content.site_content ul li,
.benefits_content.site_content ul li,
.site_content.service_provider_content ul li{
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.safety_content.site_content ul li::before,
.list_items_content.site_content ul li::before,
.benefits_content.site_content ul li::before,
.site_content.service_provider_content ul li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3E3F3F;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 9px;
}
.safety_content.site_content ul li strong,
.list_items_content.site_content ul li strong,
.benefits_content.site_content ul li strong,
.site_content.service_provider_content ul li strong{
    font-weight: 700;
    display: block;
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 4px;
}
.dining_nutrition-sec .bullets_content.site_content ul li:not(:last-child), 
.health_service-sec .safety_content.site_content ul li:not(:last-child), 
.site_content.service_provider_content ul li:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#activity_gallery,
#service_provider_gallery {
    margin: 0 0 20px auto;
    max-width: 624px;
    position: relative;
}
#activity_gallery .slick-list.draggable,
#service_provider_gallery .slick-list.draggable {
    border-radius: 20px;
}
#activity_gallery .sp_img img,
#service_provider_gallery .sp_img img {
    border-radius: 20px;
    background: #D9D9D9;
    aspect-ratio: 12/10.6;
    width: 100%;
    object-fit: cover;
}

#activity_gallery_thumbnails .sp_img img,
#service_provider_gallery_thumbnails .sp_img img {
    border-radius: 10px;
    background: #D9D9D9;
    height: 100px;
    width: 138px;
    object-fit: cover;
}
#activity_gallery_thumbnails .slick-list.draggable,
#service_provider_gallery_thumbnails .slick-list.draggable {
    margin: 0 -12px;
}
#activity_gallery_thumbnails .sp_img.slick-slide,
#service_provider_gallery_thumbnails .sp_img.slick-slide {
    padding: 0 12px;
}
#activity_gallery_thumbnails .sp_img.slick-slide:not(.slick-center),
#service_provider_gallery_thumbnails .sp_img.slick-slide:not(.slick-center) {
    opacity: 0.2;
}

#service_provider_gallery_thumbnails {
    width: calc(100% + 160px);
    margin-left: -80px;
}
#activity_gallery_thumbnails .sp_img.slick-slide.slick-center img,
#service_provider_gallery_thumbnails .sp_img.slick-slide.slick-center img {
    border: 1px solid #424242;
}
#social_activity_gallery .slick-arrow,
#activity_gallery_thumbnails .slick-arrow,
#service_provider_gallery_thumbnails .slick-arrow{
    width: 15px;
    height: 31px;
    background-image: url('./images/left-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -45px;
}
#social_activity_gallery .slick-arrow.slick-next,
#activity_gallery_thumbnails .slick-arrow.slick-next,
#service_provider_gallery_thumbnails .slick-arrow.slick-next{
    right: -45px;
    left: auto;
    background-image: url('./images/right-arrow.svg');
}
.therapeutic_activities-sec,
.health_service-sec,
.safety_sec,
.benefits_sec {
    background: url('./images/bg-benefits.jpg') no-repeat center;
    background-size: cover;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.therapeutic_activities-sec::before,
.health_service-sec::before,
.safety_sec::before,
.benefits_sec::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(5 86 140 / 96%);
}
.therapeutic_activities-sec>*,
.health_service-sec>*,
.safety_sec>*,
.benefits_sec>*{
    position: relative;
    z-index: 1;
}
.benefits_img {
    position: relative;
    margin: 40px auto 30px;
}
.benefits_img::before,
.benefits_img::after {
    content: '';
    display: block;
    border-radius: 20px;
    opacity: 0.4;
    background: #FFE9DB;
    width: 136px;
    height: 136px;
    position: absolute;
    top: -43px;
    left: -5px;
}
.benefits_img::after{
    right: -45px;
    left: auto;
    top: auto;
    bottom: -30px;
}
.benefits_img img {
    border-radius: 10px;
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}
.benefits_content.site_content ul li::before{
    background-color: #fff;
}
.list_items_content.site_content ul,
.benefits_content.site_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 28px;
}
.benefits_sec .container >div {
    padding: 0 25px;
}
/* Respite-Care */
/* assisted-living */
.assisted_living_content-sec .site_content.bg_house_roof {
    max-width: 1030px;
    margin: 0 auto;
}
.room_options-feature {
    display: flex;
    gap: 0 90px;
}
.room_options-feature .features_card {
    flex: 1;
}
.room_options-feature .features_card h4 {
    margin: 17px 0 5px;
}
.safety_sec .sec_content,
.assisted_living-feature_wrapper .sec_inn {
    max-width: 992px;
    margin: 0 auto;
}
.safety_content.site_content{
    padding-right: 25px;
}
.safety_content.site_content ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.safety_content.site_content ul li::before{
    background-color: #fff;
}
.bullets_content.site_content ul li:not(:last-child),
.safety_content.site_content ul li:not(:last-child){
    margin-bottom: 15px;
}
.safety_img.site_img.layer_before_top_right::before{
    opacity: 0.2;
    right: -40px;
    top: -43px
}
.safety_sec{
    background: url('./images/safty.jpg') no-repeat center;
    background-size: cover;
    box-shadow: none;
}
.bullets_content.dining_content h2 {
    margin-bottom: 12px;
}

div#social_activity_gallery {
    padding: 40px 96px 0;
}
#social_activity_gallery .slick-arrow::before{
    display: none
}
#social_activity_gallery .slick-arrow {
    width: 28px;
    left: 0;
    height: 58px;
}
#social_activity_gallery .slick-arrow.slick-next{
    right: 0;
    left: auto;
}
#social_activity_gallery .slick-arrow.slick-disabled {
    opacity: 0.2;
}
#social_activity_gallery .site_img img {
    aspect-ratio: 12/6.6;
}
.dining_slider {
    padding-top: 20px;
    max-width: 580px;
}
#activity_gallery_thumbnails {
    width: calc(100% + 44px);
    margin-left: -22px;
}
.transitioning_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0
}
.transitioning_card:hover ._img svg circle {
    fill: #ff893f;
}
.transitioning_card{
    display: flex;
    flex-direction: column;
    max-width: 437px;
    margin-top: 135px;
    position: relative;
}
.transitioning_card img{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.transitioning_card ._img {
    max-width: 144px;
    max-height: 144px;
    margin: 0 auto 30px auto;
    position: relative;
}
.transitioning_card ._img svg {
    width: 100%;
    height: 100%;
}
.transitioning_card._even{
    flex-direction: column-reverse;
    margin: 0;
    justify-content: flex-end;
}
.transitioning_card._even ._img{
    margin: 30px auto 0 auto;
}
.transitioning_card p{
    font-size: 14px;
    line-height: 24px;
}
.transitioning_card._even ._content {
    width: calc(100% + 140px);
    margin-left: -70px;
}
.transitioning_card._even ._img::before,
.transitioning_card._even ._img::after{
    content: '';
    display: block;
    position: absolute;
    width: 290px;
    height: 22px;
    left: -290px;
    top: 40px;
    z-index: -1;
    background-image: url('./images/curve-top.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.transitioning_card._even ._img::after {
    background-image: url('./images/curve-bottom.svg');
    left: auto;
    right: -282px;
    height: 26px;
    top: 90px;
}
.transitioning-sec{
    padding-bottom: 40px
}
.page-template-assisted-living .banner_content {
    max-width: 900px;
}
/* assisted-living */
/* Full-Care */
.page-template-full-care .assisted_living_content-sec .site_content.bg_house_roof {
    max-width: 1100px;
    margin: 0 auto;
}
.plans_card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: -3px 4px 39px 0px rgba(219, 232, 244, 0.50);
    padding: 35px 25px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #E2EAEE;
}
.plans_card:hover{
    border-color: rgba(219, 232, 244, 0.50);
}
.plans_card img{
    margin-bottom: 30px
}
.plans_card p{
    font-size: 14px;
    line-height: 26px;
}
.personalized_plans-sec .sec_content{
    margin-bottom: 40px;
    max-width: 840px;
}

.health_service-sec .layer_before_top_left::before{
    opacity: 0.3;
    background: #E1ECF5;    
}
.therapeutic_activities-sec,
.health_service-sec,
.safety_sec,
.benefits_sec {
    background: url('./images/slide-2.webp') no-repeat center;
    background-size: cover;
    box-shadow: none;
}
.health_service-sec .safety_img {
    padding-right: 30px;
}
.health_service-sec .safety_content.site_content ul{
    margin-top: 15px;
}
.health_service-sec .safety_content.site_content ul li:not(:last-child) {
    border-color: rgb(255 255 255 / 40%);
}
.list_items_content.site_content{
    margin-top: 40px;
}
.engaging_socialization-sec.bg_boxes_layers::before{
    background-image: url('./images/respite-right.png')
}
.engaging_socialization-sec.bg_boxes_layers::after{
    display: none;
}
.dine_nut-content .bullets_content.site_content ul li:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.page-template-full-care .dine_nut-content {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid rgb(0 0 0 / 30%);
}
.first_right_content{
    padding: 0 0 50px 30px;
}
.engaging_socialization-sec.memory_care-sec .first_right_content{
    padding: 50px 0 0 30px;
}
.second_left_content{
    padding: 60px 30px 0 0;
}
.dine_nut-content .first_left_img{
    position: relative;
}
.dine_nut-content .first_left_img::after {
    content: '';
    display: block;
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 20px;
    background: #FFE9DB;
    bottom: -25px;
    right: -25px;
    z-index: -1;
}
.transitioning_fullcare-sec .bullets_content.site_content ul{
    margin: 0;
}
.personalized_plans-sec,
.page-template-memory-care .engaging_socialization-sec:not(.memory_care-sec){
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
}
/* Full-Care */

/* Memory-Care */
.page-template-memory-care .assisted_living_content-sec .site_content.bg_house_roof {
    max-width: 1100px;
    margin: 0 auto;
}
.therapeutic_activities {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 40px;
}
.therapeutic_content {
    padding-right: 60px;
}
.therapeutic_activities_card {
    border-radius: 20px;
    background: #69A2CD;
    padding: 64px 30px;
    height: 100%;
}
.therapeutic_activities-sec::before {
    background-color: rgb(5 86 140 / 92%);
}
.individualized_plans-sec .sec_content{
    margin-bottom: 40px;
    max-width: 1012px;
}
.family_involvement-feature {
    display: flex;
    gap: 0 40px;
}
.family_involvement-feature .features_card h4 {
    margin: 17px 0 5px;
}
.family_involvement-feature .features_card {
    padding: 32px 20px 45px;
    border-radius: 10px;
    transition: 0.3s all;
}
.family_involvement-feature .features_card:hover {
    background: #FFF;
    box-shadow: 0px 4px 21.5px 0px rgba(0, 0, 0, 0.15);
}
/* Memory-Care */
.benefits_sec .container {
    position: relative;
}
.full_care-sec.bg_boxes_layers::after{
    display: none !important;
}
.wellness_care_service_tabs[active-tab="1"],
.wellness_care_service_tabs[active-tab="2"],
.wellness_care_service_tabs[active-tab="3"],
.wellness_care_service_tabs[active-tab="4"] {
	transform: none !important;
}
.dine_nut-content .first_left_img img,
.dine_nut-content .second_right_img img{
	aspect-ratio: 4 / 2.97;
	object-fit: cover;
}
@media( min-width: 768px ){
    .wellness_tab.active ._img {
        background: #FF914D;
    }
    .wellness_tab.active ._img img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(103%) contrast(101%);
    }
}
@media( min-width: 1441px ){
/*     .dine_nut-content .first_left_img img {
        width: calc(100% + 100px);
        max-width: calc(100% + 100px);
        margin-left: -120px;
    }
    .dine_nut-content .second_right_img img {
        width: calc(100% + 100px);
        max-width: calc(100% + 100px);
        margin-right: -120px;
    } */
    .site_content.rc_service_content {
        padding-left: 15px;
    }
}
@media( max-width: 1680px ){
    #service_provider_gallery_thumbnails {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .benefits_img::after{
        right: -5px;
    }
}
@media( max-width: 1440px ){
    .wellness_tab_content {
        padding: 50px;
        gap: 50px;
    }
    ._wellness_srv_content {
        padding-top: 12px;
    }
    .site_content ._wellness_srv_content h2 {
        margin-bottom: 20px;
    }
    #activity_gallery_thumbnails,
    #service_provider_gallery_thumbnails {
        width: calc(100% - 30px);
        margin: 0 0 0 15px;
    }
    .respite_care-feature .features_card img {
        height: 70px;
    }
    .respite_care-feature .features_card h4 {
        margin: 25px 0 12px;
        font-size: 16px;
        line-height: 22px;
    }
    .respite_care-feature_wrapper.pt_eighty {
        padding-top: 100px;
    }
    .room_options-feature {
        gap: 0 50px;
    }
    #social_activity_gallery {
        padding: 40px 75px 0;
    }
    
}
@media( max-width: 1199px ){
    .wellness_tab_content {
        padding: 30px;
        gap: 30px;
    }
    .care_service-wrapper {
        gap: 20px;
    }
    .care_service_card {
        width: calc(25% - 15px);
    }
    .site_content.ss_service_content{
        padding: 0;
    }
    .site_content ._wellness_srv_content h2 {
        margin-bottom: 15px;
    }
    .wellness_care_lavels_wrapper.pt_eighty {
        padding-top: 40px;
    }
    .benefits_img::before{
        top: -25px;
    }
    .respite_care-feature {
        gap: 20px;
        flex-wrap: wrap;
    }
    .respite_care-feature .features_card {
        width: calc(33.33% - 13.3333px);
        max-width: 100%;
        flex: 0 0 auto;
    }
    #activity_gallery_thumbnails .slick-arrow,
    #service_provider_gallery_thumbnails .slick-arrow{
        left: -40px;
    }
    #activity_gallery_thumbnails .slick-arrow.slick-next,
    #service_provider_gallery_thumbnails .slick-arrow.slick-next {
        right: -40px;
        left: auto;
    }
    .safety_content.site_content ul li strong, .list_items_content.site_content ul li strong,
    .benefits_content.site_content ul li strong, .site_content.service_provider_content ul li strong {

        font-size: 18px;
        line-height: 27px;
    }
    .room_options-feature {
        gap: 0 30px;
    }
    div#social_activity_gallery {
        padding: 40px 60px 0;
    }
    .transitioning_card ._img {
        max-width: 100px;
        max-height: 100px;
        margin: 0 auto 30px auto;
    }
    .transitioning_card {
        margin-top: 160px;
    }
    .transitioning_card._even ._img::after {
        right: -270px;
        top: 60px;
    }
    .second_left_content {
        padding: 0 15px 0 0;
    }
    .first_right_content {
        padding: 0 0 50px 15px;
    }
    .health_service-sec .safety_img{
        padding-right: 15px;
    }
    .engaging_socialization-sec.memory_care-sec .first_right_content {
        padding: 15px 0 0 15px;
    }
    .row.sep_env {
        margin-top: 60px;
    }
    .therapeutic_activities {
        gap: 20px;
    }
    .therapeutic_activities_card {
        border-radius: 12px;
        padding: 30px 20px;
        height: 100%;
    }
    .therapeutic_content {
        padding-right: 20px;
    }
    .family_involvement-feature {
        display: flex;
        gap: 0 20px;
    }
}
@media( max-width: 1080px ){}
@media( max-width: 991px ){
    .standard_services ._img.pe-xl-4 {
        margin-bottom: 26px;
    }
    .standard_services .row.mt-4 {
        margin-top: 60px !important;
    }
    .care_service_card {
        width: calc(33.33% - 14px);
    }
    .wellness_tab_content {
        flex-wrap: wrap;
    }
    .wellness_tab_content ._wellness_srv_img {
        width: 60%;
    }
    ._wellness_srv_content{
        padding: 0;
    }
    .respite_care-srv .img_with_layer {
        padding: 0 14px 0 20px;
    }
    .respite_care-srv .img_with_layer {
        padding: 0;
        margin-bottom: 40px;
    }
    .respite_care-srv .img_with_layer.layer_before_top_left::before{
        left: -20px;
    }
    .respite_care-feature .features_card {
        width: calc(50% - 10px);
    }
    #service_provider_gallery {
        margin: 0 auto 27px;
    }
    .service_provider_content {
        padding-top: 40px;
    }
    #activity_gallery_thumbnails .slick-arrow,
    #service_provider_gallery_thumbnails .slick-arrow{
        left: 24px;
    }
    #activity_gallery_thumbnails .slick-arrow.slick-next,
    #service_provider_gallery_thumbnails .slick-arrow.slick-next {
        right: 24px;
        left: auto;
    }
    
    #activity_gallery_thumbnails,
    #service_provider_gallery_thumbnails {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }
    #social_activity_gallery .slick-arrow{
        height: 20px;
        width: 12px;
    }
    #activity_gallery_thumbnails .slick-arrow, 
    #service_provider_gallery_thumbnails .slick-arrow {
        width: 8px;
        height: 17px;
    }
    #activity_gallery_thumbnails .sp_img.slick-slide, 
    #service_provider_gallery_thumbnails .sp_img.slick-slide {
        padding: 0 7px;
    }
    #activity_gallery_thumbnails .slick-list.draggable, 
    #service_provider_gallery_thumbnails .slick-list.draggable {
        margin: 0 -7px;
    }
    .room_options-feature {
        gap: 30px;
        flex-wrap: wrap;
    }
    .room_options-feature .features_card {
        width: calc(50% - 15px);
        flex: 0 0 auto;
    }
    .page-template-assisted-living .respite_care-srv .img_with_layer{
        margin-bottom: 26px;
    }
    .room_options-feature.pt_60,
    .assisted_living-feature_wrapper.pt_eighty {
        padding-top: 30px;
    }
    div#social_activity_gallery {
        padding: 34px 30px 0;
    }
    .dining_slider {
        margin: 0 auto 35px;
    }
    .safety_img.site_img{
        margin-bottom: 30px;
    }
    .safety_img.site_img.layer_before_top_right::before {
        top: -20px;
        right: -20px;
    }
    .transitioning_card._even,
    .transitioning_card {
        flex-direction: row-reverse;
        margin: 0;
        max-width: 100%;
        justify-content: space-between;
    }
    .transitioning_wrapper {
        flex-direction: column;
        gap: 36px;
        overflow: hidden;
    }
    .transitioning_card ._content, 
    .transitioning_card._even ._content {
        width: 100%;
        text-align: left;
        margin: 0;
        max-width: calc(100% - 128px);
    }
    .transitioning_card._even ._img, 
    .transitioning_card ._img {
        max-width: 98px;
        max-height: 98px;
        flex: 0 0 auto;
        margin: 0;
    }
    .transitioning_card._even ._img::before {
        background-image: url('./images/curve-right.svg');
        width: 12px;
        height: 188px;
        left: 60px;
        top: -162px;
    }
    .transitioning_card._even ._img::after {
        background-image: url('./images/curve-left.svg');
        width: 15px;
        height: 165px;
        right: 55px;
        top: 65px;
    }
    .transitioning_wrapper.pt_eighty{
        padding-top: 30px;
    }
    .list_items_content.site_content ul{
        grid-template-columns: repeat(1 , 1fr);
        gap: 24px;
    } 
    .benefits_content.site_content ul {
        grid-template-columns: repeat(1 , 1fr);
        gap: 15px;
    }
    .safety_content.site_content ul li:not(:last-child){
        padding-bottom: 24px;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
    }
    .benefits_content.site_content ul li:not(:last-child) {
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
    }
    .list_items_content.site_content ul li:not(:last-child){
        padding-bottom: 24px;
        border-bottom: 1px solid #0000001a;
    }
    .health_service-sec .safety_content.site_content ul li:not(:last-child),
    .dine_nut-content .bullets_content.site_content ul li:not(:last-child){
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .first_right_content{
        padding: 0 0 60px 0;
    }
    .safety_img.site_img.layer_before_top_left,
    .safety_img.site_img.first_left_img,
    .safety_img.site_img.second_right_img {
        margin-bottom: 40px;
    }
    .health_service-sec .safety_content.site_content ul {
        margin-top: 20px;
    }
    .bullets_content.site_content.second_left_content ul,
    .bullets_content.site_content.first_right_content ul {
        margin: 30px 0 0;
    }
    .page-template-full-care .dine_nut-content {
        padding-top: 40px;
        margin-top: 40px;
    }
    .health_service-sec .safety_img{
        padding-right: 0;
    }
    .family_involvement-feature {
        gap: 20px;
        flex-wrap: wrap;
    }
    .family_involvement-feature .features_card {
        flex: 0 0 auto;
        width: 100%;
        max-width: calc(50% - 10px);
        padding: 25px 20px 29px;
    }
    .family_involvement-feature.pt_60 {
        padding-top: 20px;
    }
    .pt_eighty.site_content.text_small {
        padding-top: 35px;
    }
    .therapeutic_activities{
        margin-top: 30px;
    }
    .engaging_socialization-sec.memory_care-sec .first_right_content{
        padding: 0;
    }
    .row.sep_env {
        margin-top: 35px;
    }
}
@media( max-width: 767px ){
    .page-template-wellness-services .inner_pages_banner {
        background-position: calc(50% + 16%) center;
    }
    .wellness_tab_content {
        padding: 22px 20px 40px;
    }
    
    .wellness_care_service_tabs .wellness_tab h4 {
        font-size: 25px;
    }
    .wellness_care_service_tabs {
        width: 820px;
    }
    .wellness_care_content {
        padding-top: 0;
    }
    .wellness_care_lavels_wrapper.pt_eighty {
        padding-top: 10px;
    }
    .site_content ._wellness_srv_content h2 {
        margin-bottom: 20px;
    }
    .wellness_tab_content ._wellness_srv_img {
        width: 80%;
    }
    
    .site_content.sbr_service_content ._cta a.site_btn {
        font-size: 15px;
        min-width: 155px;
        padding: 10px 16px;
    }
    .site_content.sbr_service_content ._cta {
        margin-top: 25px;
        gap: 15px;
        flex-wrap: wrap;
    }
    .care_service_card img {
        width: 120px;
        height: 120px;
        margin: 0 auto 27px;
    }
    .care_service_card >div{
        padding: 48px 10px;
    }
    .care_service-wrapper .slick-list.draggable{
        margin: 0 -12px;
    }
    .care_service_card{
        padding: 12px;
    }
    .care_service_card.slick-current >div {
        border-color: #EFEFEF;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .care_service-wrapper .slick-list.draggable {
        margin: 0 -12px;
        padding: 0 58px !important;
    }
    #care_service-wrapper{
        padding-bottom: 78px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: 28px !important;
    }
    #therapeutic_activities .slick-track,
    #care_service-wrapper .slick-track {
        display: flex;
    }
    #therapeutic_activities .slick-slide,
    #care_service-wrapper .care_service_card.slick-slide {
        height: initial;
    }
    #activity_gallery_thumbnails .sp_img img, 
    #service_provider_gallery_thumbnails .sp_img img {
        height: 70px;
        width: 95px;
    }
    .respite_care-feature {
        gap: 30px;
    }
    .respite_care-feature .features_card {
        width: 100%;
        border: none;
        padding: 40px 15px;
    }
    .respite_care-feature .features_card img {
        height: 90px;
    }
    .respite_care-feature .features_card h4 {
        margin: 30px 0 15px;
        font-size: 20px;
        line-height: 25px;
    }
    .safety_content.site_content ul li strong, .list_items_content.site_content ul li strong, 
    .benefits_content.site_content ul li strong, .site_content.service_provider_content ul li strong {
        font-size: 20px;
        line-height: 27px;
    }
    .respite_service_provider-sec.py_100 {
        padding-bottom: 10px;
    }
    .benefits_img::before, .benefits_img::after {
        border-radius: 10px;
        width: 50px;
        height: 50px;
    }
    .benefits_sec .container >div{
        padding: 0;
    }
    .benefits_img::before {
        top: -15px;
        left: -10px;
    }
    .benefits_img::after {
        right: -10px;
        bottom: -15px;
    }
    .benefits_img {
        margin: 36px auto 23px;
    }
    
    .respire_content-sec.py_eighty, 
    .assisted_living_content-sec.py_eighty {
        padding: 55px 0;
    }
    .room_options-feature .features_card {
        width: 100%;
        flex: 0 0 auto;
        text-align: center;
    }
    .room_options-feature .features_card:not(:last-child){
        padding-bottom: 30px;
        border-bottom: 1px solid #0000001a;
    }
    .bullets_content.site_content ul li:not(:last-child){
        padding-bottom: 15px;
        border-bottom: 1px solid #0000001a;
    }
    section.respite_care-srv.py_100 {
        padding-bottom: 30px;
    }
    #social_activity_gallery .slick-arrow {
        top: auto;
        bottom: 0;
        left: calc(50% - 25px);
        transform: none;
    }
    div#social_activity_gallery {
        padding: 34px 0 50px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    #social_activity_gallery .slick-arrow.slick-next {
        right: auto;
        left: calc(50% + 13px);
    }
    div#social_activity_gallery .slick-list.draggable {
        padding: 0 20px !important;
    }
    div#social_activity_gallery .site_img.slick-slide {
        padding: 0 5px;
    }
    div#social_activity_gallery .slick-list.draggable {
        padding: 0 20px !important;
        margin: 0 -5px !important;
    }
    .transitioning_card._even ._img::before {
        background-image: url('./images/curve-right.svg');
        width: 16px;
        height: 188px;
        top: -175px;
    }
    .transitioning_card._even ._img::after {
        background-image: url('./images/curve-left.svg');
        width: 19px;
        height: 210px;
        top: 25px;
    }
    .family_involvement-feature .features_card {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .therapeutic_activities {
        display: block;
        width: 100%;
        gap: 0;
        padding-bottom: 90px;
    }
    #therapeutic_activities .slick-arrow {
        filter: brightness(0) saturate(100%) invert(99%) sepia(44%) saturate(183%) hue-rotate(337deg) brightness(116%) contrast(100%);
    }
    .therapeutic_activities_card {
        border-radius: 20px;
        padding: 40px 30px;
    }
	
	.wellness_care_service_tabs[active-tab="1"] {
        transform: translateX(0);
    }
	.wellness_care_service_tabs[active-tab="2"] {
		transform: translateX(calc((160px + (57 - 160) * (100vw - 360px) / (767 - 360)) * -1));
	}
	.wellness_care_service_tabs[active-tab="3"] {
		transform: translateX(calc((390px + (93 - 390) * (100vw - 360px) / (767 - 360)) * -1));
	}
	.wellness_care_service_tabs[active-tab="4"] {
		transform: translateX(calc((500px + (93 - 500) * (100vw - 360px) / (767 - 360)) * -1));
	}
	.wellness_care_service_tabs[active-tab="2"] {
		transform: translateX(calc((120px + (57 - 120) * (100vw - 360px) / (767 - 360)) * -1));
	}
	.wellness_care_service_tabs[active-tab="3"] {
		transform: translateX(calc((325px + (93 - 325) * (100vw - 360px) / (767 - 360)) * -1));
	}
	.wellness_care_service_tabs[active-tab="4"] {
		transform: translateX(calc((390px + (93 - 390) * (100vw - 360px) / (767 - 360)) * -1));
    }
    
    .wellness_tab_content:not(.active), .wellness_tab_content {
        display: flex !important;
        filter: none !important;
        justify-content: center;
    }
    .wellness_care_service_tabs::before{
        display: none;
    }
    .wellness_care_service_tabs {
        width: 100%;
        display: block;
    }
    .wellness_tab.slick-current ._img {
        background: #FF914D;
    }
    .wellness_tab.slick-current ._img img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(103%) contrast(101%);
    }
	div#wellness_care_content .slick-list.draggable {
    	padding-top: 30px !important;
	}
	#wellness_care_content .wellness_tab_content::before {
		left: 50% !important;
		transform: rotate(45deg) translateX(-50%);
		top: -6px;
		width: 30px;
		height: 30px;
	}
}
@media( max-width: 480px ){
    .wellness_tab_content ._wellness_srv_img {
        width: 100%;
    }
    .assisted_living-feature_wrapper a.site_btn {
        width: 100%;
    }
    body.page-template.parent-pageid-7 .inner_pages_banner {
        background-image: url('./images/inner-pages-bg.webp') !important;
    }
    .transitioning_card._even ._img::after {
        background-image: url('./images/curve-left.svg');
        width: 38px;
        height: 292px;
        top: 25px;
    }
    .transitioning_card._even ._img::before {
        background-image: url('./images/curve-right.svg');
        width: 32px;
        height: 260px;
        top: -186px;
        top: -230px;
        top: calc( (230px + (186 - 230) * (100vw - 400px) / (480 - 400) ) * -1 );
    }
	
}

@media( max-width: 400px ){
/* 	.wellness_care_service_tabs {
		gap: 10px;
	}
	.wellness_care_service_tabs {
		width: 710px;
	}
	.wellness_care_service_tabs .wellness_tab {
		flex-grow: unset;
	} */
}