@media (max-width:480px) {

    .rehab_grid {
        grid-template-columns: 1fr;
    }

    .rehab_framework {
        padding: 60px 18px;
    }

}

@media (max-width: 768px) {
    .content {
        width: 90%;
    }

    br {
        display: none;
    }



    .card_para {
        height: 400px;
        width: 90vw;
    }

    .appr_down_arrow1 {
        position: absolute;
        top: 37px;
        right: 0px;
    }

    .approach_secvice_section_box_img {
        height: 150px !important;
    }

    .appr_down_arrow {
        position: absolute;
        top: 3px;
        right: -40px;
    }

    .diagnostics-table thead {
        display: none;
    }

    .diagnostics-table,
    .diagnostics-table tbody,
    .diagnostics-table tr,
    .diagnostics-table td {
        display: block;
        width: 100%;
    }

    .diagnostics-table tr {
        margin-bottom: 18px;
        border: 1px solid #bdb8ab;
        border-radius: 8px;
        background: #fff;
        /* box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05); */
        padding: 0px;
    }

    .diagnostics-table td {
        border: none;
        position: relative;
        padding-left: 50%;
        padding-top: 10px;
        padding-bottom: 14px;
        font-size: 14px;
        line-height: 17px;
    }

    .diagnostics-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 10px;
        font-weight: 600;
        color: #555;
        width: 45%;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
    }

    .responsive-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        font-size: 14px;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        font-weight: 600;
        text-align: left;
    }

    .rehabilation_grid2 {
        grid-template-columns: 1fr;
    }

    .wrapper {
        flex-direction: column;
    }

    table,
    tbody,
    tr,
    td {
        display: block;
        width: 100%;
    }

    tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        background: #fff;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td::before {
        position: absolute;
        left: 15px;
        top: 12px;
        font-weight: bold;
        color: #555;
    }

    /* Labels for first table */
    .table1 tr td:nth-child(1)::before {
        content: "Therapy";
    }

    .table1 tr td:nth-child(2)::before {
        content: "Type";
    }

    /* Labels for second table */
    .table2 tr td:nth-child(1)::before {
        content: "Therapy";
    }

    .table2 tr td:nth-child(2)::before {
        content: "Type";
    }

    .supportive_table .table1 tr td {
        padding-left: 20px;
    }

    .supportive_table .table1 tr td:nth-child(1)::before {
        content: "";
    }

    .supportive_table .table1 thead {
        display: none;
    }

    .rehabilation_section {
        padding: 80px 0px 0px;
    }

    .rehabilation_container {
        max-width: 100%;
    }

    .rehabilation_section h1 {
        /* font-size: 38px;
    line-height: 44px; */
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px;
    }

    .rehabilation_section h2 {
        /* font-size: 30px; */
        font-size: 25px;
        line-height: 30px;
    }

    .rehabilation_grid {
        grid-template-columns: 1fr;
    }

    .rehabilation_card {
        padding: 22px;
    }

    .rehab_header h2 {
        font-size: 28px;
    }

    .rehab_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rehab_card {
        padding: 35px 20px;
    }

    .rehabilation_image img {
        width: 100%;
        max-width: 100%;
    }

    /* Labels (simulate header) */
    .regenerative_table .table1 td:nth-child(1)::before {
        content: "Procedures";
    }

    .regenerative_table .table1 td:nth-child(2)::before {
        content: "Cosmetic procedures";
    }

    .regenerative_table .table1 td:nth-child(3)::before {
        content: "Regenerative therapies";
    }

    .regenerative_table .table1 td::before {
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: 600;
        color: #333;
        font-size: 13px;
    }

    .regenerative_table .table1,
    .regenerative_table .table1 tbody,
    .regenerative_table .table1 thead,
    .regenerative_table .table1 tr,
    .regenerative_table .table1 td {
        display: block;
        width: 100% !important;
    }

    .aesthetic_table .table1,
    .aesthetic_table .table1 tbody,
    .aesthetic_table .table1 thead,
    .aesthetic_table .table1 tr,
    .aesthetic_table .table1 td {
        display: block;
        width: 100% !important;
    }

    /* Labels (simulate header) */
    .aesthetic_table .table1 td:nth-child(1)::before {
        content: "Shoulder";
    }

    .aesthetic_table .table1 td:nth-child(2)::before {
        content: "Elbow";
    }

    .aesthetic_table .table1 td:nth-child(3)::before {
        content: "Wrist & Hand";
    }

    .aesthetic_table .table1 td::before {
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: 600;
        color: #333;
        font-size: 13px;
    }

    .Designed_wrapper_table.clinical_yoga_table table tr td {
        width: 100% !important;
    }

    .service_container_left {
        height: auto !important;
    }

    .parallax_image img {
        transform: none !important;
    }

}

@media only screen and (max-width:767px) {

    

    .enquire_section {
        background: #F2EFE8;
        padding: 80px 0;
    }


    .videoplayer {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }


    .h3more {
        font-size: 26px;
        font-size: 2.6em !important;
        line-height: 30px;
        line-height: 3.0rem !important;
        margin-top: 30px;
    }

    .lesspad {
        padding: 0px 0 0px !important;
    }


    /*  */

    /* two block css */
    .twoblockpricing_table {
        display: none;
    }

    .twoblockpricing_mobile_cards {
        display: block;
        font-family: 'Graphik', sans-serif;
    }

    .twoblockpricing_card {
        background: #FFFCFA;
        border: 1px solid #d9d3cd;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 15px;
    }

    .twoblockpricing_card h4 {
        font-size: 13px;
        color: #7a766f;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .twoblockpricing_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;

    }

    .twoblockpricing_card p {
        display: flex;
        justify-content: space-between;
        margin: 6px 0;
        font-size: 15px;
    }

    .twoblockpricing_card span {
        color: #7a766f;
    }

    .twoblockpricing_card strong {
        font-weight: 600;
    }

    /* three block css */
    /* Hide table */
    .threeblockpricing_table {
        display: none;
    }

    /* Show cards */
    .threeblockpricing_mobile_cards {
        display: block;
        font-family: 'Graphik', sans-serif;
    }

    .threeblockpricing_card {
        background: #FFFCFA;
        border: 1px solid #d9d3cd;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 15px;
    }

    .threeblockpricing_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;

    }

    .threeblockpricing_card p {
        display: flex;
        justify-content: space-between;
        margin: 6px 0;
        font-size: 15px;
    }

    .threeblockpricing_card span {
        color: #7a766f;
    }

    .threeblockpricing_card strong {
        font-weight: 600;
    }

    /* four block css*/
    .fourblockpricing_table {
        display: none;
    }

    .fourblockpricing_mobile_cards {
        display: block;
        font-family: 'Graphik', sans-serif;
    }

    .fourblockpricing_card {
        background: #FFFCFA;
        border: 1px solid #d9d3cd;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 15px;
    }

    .fourblockpricing_card h4 {
        font-size: 13px;
        color: #7a766f;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .fourblockpricing_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;

    }

    .fourblockpricing_card p {
        display: flex;
        justify-content: space-between;
        margin: 6px 0;
        font-size: 15px;
    }

    .fourblockpricing_card span {
        color: #7a766f;
    }

    .fourblockpricing_card strong {
        font-weight: 600;
    }

    /* five block css */
    .fiveblockpricing_table {
        display: none;
    }

    .fiveblockpricing_mobile_cards {
        display: block;
        font-family: 'Graphik', sans-serif;
    }

    .fiveblockpricing_card {
        background: #FFFCFA;
        border: 1px solid #d9d3cd;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 15px;
    }

    .fiveblockpricing_card h4 {
        font-size: 13px;
        color: #7a766f;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .fiveblockpricing_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;

    }

    .fiveblockpricing_card p {
        display: flex;
        justify-content: space-between;
        margin: 6px 0;
        font-size: 15px;
    }

    .fiveblockpricing_card span {
        color: #7a766f;
    }

    .fiveblockpricing_card strong {
        font-weight: 600;
    }

    /*  */


    .approach_secvice_section.top_approach_area .col-md-4:nth-child(2n) .approach_secvice_section_box .arrow_click_point h3 img {
        position: absolute;
        right: -28px;
    }


    .rehabilation_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 100%;
    }


    .rehabilation_section p {
        font-family: 'Graphik', serif;

        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding: 0 0 10px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .guests_saying_slider_area ul.slick-dots {
        display: flex;
        margin: 20px 0 0;
        overflow: hidden;
        justify-content: center;
    }

    .guests_saying_slider_area ul.slick-dots li.slick-active button {
        background: #000000;
        font-size: 0;
        height: 3px;
        border: none;
        width: 40px;
    }

    .guests_saying_slider_area ul.slick-dots li button {
        background: #dddbd8;
        font-size: 0;
        height: 3px;
        border: none;
        width: 40px;
        margin-right: 0px;
    }

    .table-wrapper {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 0;
    }

    .Journeys_top_wrap.approach_area_cont {
        padding: 0 0 10px;
        text-align: center;
    }

    .vichy_bed_area_bottom_img {
        margin: 0 auto 0;
    }

    .pathways_philosophy_area {
        padding: 100px 0;
        background: #f2efe8;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(242, 239, 232, 1) 30%);
        margin-bottom: 40px;
    }

    .page-template-template-panchakarma .pathways_philosophy_area.vichy_bed_area {
        padding: 50px 0 50px;
        background: #F2EFE8;
        background: linear-gradient(180deg, rgba(242, 239, 232, 1) 75%, rgba(255, 252, 250, 1) 75%);
    }

    .santuary_personalised_journeys_area_top {
        text-align: center;
        margin-bottom: 35px;
        padding: 0 20px;
    }



    .banner_area {
        height: auto;
    }

    .homevideonew {
        display: block;
        height: 500px;
        width: 100%;
    }

    .discover_approach_box {
        padding: 10px 30px;
        height: auto;
        border: 0px !important;
    }

    .discover_approach_box_content {
        position: relative;
        left: auto;
        bottom: auto;
        padding-right: 30px;
        padding-top: 20px;
    }

    .discover_approach_area .col-md-4 .discover_approach_box {
        border-left: none;
        border-bottom: #cfccc7 2px solid;
    }

    .discover_approach_area .col-md-4:nth-child(6n) .discover_approach_box {
        border-left: none;
        border-bottom: #cfccc7 2px solid !important;
    }

    .discover_approach_area .col-md-4:nth-child(3n) .discover_approach_box,
    .discover_approach_area .col-md-4:nth-child(7n) .discover_approach_box {
        border-left: none;
        border-bottom: none !important;
    }

    .discover_approach_area .col-md-4:nth-child(10n) .discover_approach_box {
        border-left: none;
        border-bottom: none !important;
        border-top: #cfccc7 2px solid;
    }

    .responsive-table th:first-child,
    .responsive-table td:first-child {
        text-align: right;
    }

    .discover_approach_area .col-md-3 .discover_approach_box {
        border-left: none;
        border-bottom: #cfccc7 2px solid;
    }

    .discover_approach_area .col-md-3:last-child .discover_approach_box {
        border-left: none;
        border-bottom: none;
    }

    .Journeys_top_wrap h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .Journeys_top_wrap p {
        font-size: 14px;
        line-height: 18px;
    }

    .Journeys_top_wrap span {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .discover_approach_section {
        padding: 40px 25px 40px;
    }

    .discover_approach_section h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 35px;
        line-height: 3.5rem;

        text-align: center;
        padding-bottom: 25px;
        font-weight: 500;
    }

    .journeys_details_approach_box .row>* {
        border-bottom: 10px solid #fff;
    }

    .Outcome_Section_area {
        display: block;
    }

    .Outcome_Section_area_left {
        width: 100%;
        padding: 20px 10px;
    }

    .Outcome_Section_area_right {
        width: 100%;
        background: #FFFCFA;
        padding: 40px 30px;
        height: 550px;
        position: relative;
    }

    .Outcome_Section_area_right_cont {
        position: absolute;
        left: 30px;
        bottom: 70px;
        padding-right: 30px;
    }

    .foundational_inclusions_slider_box_bottom ul li:before {
        top: 9px;
    }

    .foundational_inclusions_slider_box_bottom ul {
        font-size: 16px;
        bottom: 40px;
        left: 30px;
    }

    .Outcome_Section_area_left h3 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 40px;
        line-height: 4.0rem;
        padding-bottom: 73px;
    }

    .foundational_inclusions_wrap_left h3 {

        font-size: 26px;
        line-height: 34px;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .Diagnostics_Overview_area h3 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 40px;
        line-height: 4.0rem;

        padding-bottom: 35px;
    }

    .Designed_wrapper_table.clinical_yoga_table .table1 tr td:before {
        display: none;
    }

    .Designed_wrapper_table.clinical_yoga_table table tr td {
        width: 100% !important;
        padding-left: 20px;
        border-bottom: 1px solid #c9c9c9;
    }


    .vicky_bed_exclusively_area_botom {
        display: block;
        gap: 10px;
    }

    .vicky_bed_exclusively_area_botom_box {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .Designed_wrapper_table {
        display: block;
        margin: 30px auto;
    }

    .Designed_wrapper_table tr {
        margin-bottom: 0;
        border: 1px solid #ddd;
        background: #fff;
    }

    .lonk_section {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .healing_area {
        display: none;
    }

    .hero-video {
        position: relative;
        width: 100%;
        height: 60vh;
        overflow: hidden;
    }

    .clinical_area p {

        font-size: 12px;
        line-height: 20px;
        padding-bottom: 10px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .created_slider_area ul.slick-dots li.slick-active button {
        background: #000000;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
    }

    .created_slider_area ul.slick-dots li button {
        background: #dddbd8;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
        margin-right: 0px;
    }

    /* New code added */
    .created_slider .slick-slide {
        display: flex !important;
        justify-content: center;
        padding: 0 10px;
        box-sizing: border-box;


    }

    .created_slider_box {
        width: 100%;
        margin: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .created_slider_box_img img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    .created_slider_area {
        overflow: hidden;

    }

    .setting_section {
        width: auto;
        margin: 0px;
    }

    .setting_section_area_cont {
        position: inherit;
        right: 0;
        bottom: 0;
        padding: 20px 20px 10px;
        text-align: center;
    }

    .setting_section_area_cont h3 {

        font-size: 30px;
        font-size: 3.0rem;
        line-height: 35px;
        line-height: 3.5rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .setting_section_area_cont p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        margin: 0 0 20px;
        padding: 0;
        font-family: "Graphik", sans-serif;
        font-weight: 400;
    }

    .get_in_touch_section_wrap {
        display: block;
        padding: 30px 20px;
    }

    .get_in_touch_section_left {
        width: 100%;
        text-align: center;
    }

    .get_in_touch_section_right {
        width: 100%;
    }

    .get_in_touch_section {
        position: relative;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 10px 0px 25px;
        background: #f6f3ea;
    }

    .get_in_touch_section_left h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .get_in_touch_section_left p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        margin: 0 0 20px;
        padding: 0;
        font-family: "Graphik", sans-serif;
        font-weight: 400;
    }

    .get_in_touch_section_left p strong {
        text-transform: uppercase;

        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        line-height: 2.8rem;
    }

    .ways_we_heal_area .container .row div:first-child .ways_we_heal_area_box {
        padding: 0 10px;
    }

    .wisdom_wrap {
        margin-bottom: 0;
    }

    .diagnose_section_one.heal_three_wrap {
        /* margin-bottom: 50px; */
        /* margin-bottom: 90px;
    background: #f2efe8; */
        background: #f2efe8;
        margin: 0;
        padding: 0 0px;
        text-align: center;
    }

    .created_slider .slick-list {
        margin: 0 0;
        padding: 0 0;
    }

    .clinical_area {
        padding: 70px 20px 50px;
        text-align: center;
        background: #fffcfa;
        height: auto;
    }

    .clinical_area h3 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 50px 0;
        width: 90%;
    }

    .personalized_area {
        padding: 0 0px 0px;
        height: auto;
        width: auto;
        margin: 0px !important;
    }

    .personalized_area_left {
        background: #F2EFE8;
        width: 100%;
        padding: 50px 40px;
        text-align: center;
    }

    .upper_text h2 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        font-weight: 500;
    }

    .personalized_area_right {
        width: 100%;
        padding: 0;
        background: #F2EFE8;
        position: relative;
        text-align: center;
        min-height: 500px;
    }

    .personalized_area_right img {
        object-fit: cover;
        height: 500px !important;
    }

    .personalized_area_left_bottom {
        width: 100%;
        margin-top: 20px;
    }

    .personalized_area_left_top h3 {
        color: #484647;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .healing_area {
        padding: 30px 0 20px;
        text-align: center;
    }

    .healing_area h3 {

        font-size: 25px;
        font-size: 2.5rem;
        line-height: 30px;
        line-height: 3.5rem;
        font-weight: 500;
        padding: 0 20px 50px 20px;
        width: 100%;
    }

    svg {
        width: 85%;
        height: auto;
        overflow: visible;
    }

    .center-text {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 14px;
        line-height: 1.4rem;
        top: 47%;
    }

    .approach_area {
        background: #F2EFE8;
        padding: 35px 20px 35px;
    }

    .approach_area_title {
        text-align: center;
        padding: 0 0 50px;
        width: 100%;
    }

    .approach_service_content a {

        font-size: 1.2rem;
        line-height: 2.2rem;
        padding-bottom: 10px;
        font-weight: 400;
        text-decoration: underline;
    }

    .ways_we_heal_area h2 {

        font-size: 25px;
        font-size: 2.5rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 400;
        padding-bottom: 40px;
    }

    .approach_area_title h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
        line-height: 2.8rem;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .created_area_left h3 {

        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
        line-height: 2.8rem;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .created_slider_box_cont h3 a {

        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 500;
        padding: 0 0 15px;
        text-decoration: underline;
    }

    .approach_service_box {
        background: #ffffff;
        margin-bottom: 20px;
    }

    .ways_we_heal_area {
        /* background: #2E2D2C; */
        padding: 50px 20px 0px;
    }

    .ways_we_heal_area_box {
        border-right: none;
        padding: 0 10px 0px !important;
        height: auto;
        border-bottom: #4d4b4879 1px solid;
        margin-bottom: 10px;

    }

    .ways_we_heal_area_box h3 {
        padding-bottom: 60px;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 20px;
        line-height: 2.0rem;
        padding: 0px 0px 30px;
    }

    .ways_we_heal_area .mb-5 {
        margin-bottom: 0px !important;
    }

    .ways_we_heal_area_box p {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ways_we_heal_area_box::after {
        width: 0px;
    }

    .smallborder {
        display: none;
    }

    .banner_section_area h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem;
        padding: 0 0 10px;
    }

    .evidence_section {
        background: #f2efe8;
        padding: 55px 0;
        text-align: center;
    }

    .evidence_section_title h3 {
        color: #484647;
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 35px;
        line-height: 3.5rem;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .evidence_section_title p {
        color: #484647;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        padding-bottom: 30px;
        padding: 0 20px;
        width: 100%;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .created_area {
        padding: 50px 20px;
        text-align: center;

    }


    .created_slider_box_cont h3 {

        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .guests_saying_area {
        padding: 50px 0;
    }

    .guests_saying_area h3 {

        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
        padding: 0 0 35px;
        text-align: center;
    }

    .guests_saying_slider_box_top p {
        color: #403f3f;
        text-align: center;
    }

    .guests_saying_slider_box_bottom p {
        text-align: center;
    }

    .why_tulah_area {
        padding: 0 20px;
        width: auto;
    }

    .diagnose_section_one {
        width: auto;
        margin: 0px;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 27px;
        line-height: 2.7rem;
        font-weight: 500;
        padding: 0 0 0;
        /* text-decoration: underline; */
    }

    .arrow_click_point {
        cursor: pointer;
        font-size: 1.8px;
        font-size: 1.8rem;
        color: #400D0F;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 0 0 20px;
    }

    .foundational_inclusions_slider_area ul.slick-dots li.slick-active button {
        background: #000000;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
    }

    .foundational_inclusions_slider_area ul.slick-dots li button {
        background: #dddbd8;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
        margin-right: 0px;
    }

    .why_tulah_area_left {
        background: #F2EFE8;
        width: 100%;
        padding: 50px 40px;
        text-align: center;
    }

    .why_tulah_area_right {
        width: 100%;
        padding: 0;
        background: #F2EFE8;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        margin-top: 20px;
    }

    .why_tulah_area_left_top h3 {
        color: #484647;
        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .banner_area {
        padding: 0 0;
        /* height: 60vh; */
        height: auto;
        margin: 0px !important;
    }

    .banner_title h1 {
        font-size: 40px;
        line-height: 50px;
        color: #fffcfa;
    }

    .banner_video_area iframe {
        height: 300px;
    }

    .banner_video_area:before {
        height: 98%;
    }

    .guests_saying_slider_box {
        padding: 0 30px;
        border-right: none;
    }

    .banner_section {
        height: auto;
        overflow: hidden;
        margin: 0px !important;
    }

    .approach_secvice_section .container {
        width: 100%;
    }

    .sticky-wrapper {
        position: sticky;
        top: 0;
        height: 60vh;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 1000px;
    }


    /*  */

    .banner_content_area {
        padding: 70px 40px 0;
        width: 100%;
    }

    .Clinical_Infrastructure_title {
        padding-top: 10px;
    }

    .diagnose_section_one_wrap {
        display: block;
        padding: 0px 0px;
    }

    .diagnose_section_one_wrap_left {
        width: 100%;
        background: #F2EFE8;
        padding: 20px;
        text-align: center;
    }

    .diagnose_section_one_wrap_left span {
        padding-bottom: 20px;
    }

    .diagnose_section_one_wrap_right {
        width: 100%;
    }

    .diagnose_list {
        width: 90%;
    }

    .life_index_section {
        padding: 60px 0 20px;
        text-align: center;
    }

    .life_index_section_cont h3 {

        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .your_results_slider_area {
        padding: 0 0px;
    }

    .approach_secvice_section {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }

    .approach_secvice_section .row>* {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .approach_secvice_section_box_cont h3 {

        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .your_results_section {
        padding: 20px 20px 0;
        text-align: center;
    }

    .your_results_section span {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .approach_secvice_section_box_img {
        /* height: 268px;
      margin-bottom: 30px; */
        height: auto !important;
        margin-bottom: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_secvice_section_box {
        padding: 0 5px;
        text-align: center;
        margin-bottom: 10px;
    }
    .approach_secvice_section_box_img img{
        height: 320px !important;
    }
    .approach_secvice_section_box p {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16px;
        line-height: 1.6rem;
        margin: 0 20px 20px;
        padding: 0;
    }

    .appr_down_arrow {
        position: absolute;
        top: 2px;
        right: -40px;
    }

    .appr_down_arrow1 {
        position: absolute;
        top: 2px;
        right: -40px;
    }

    .approach_bottom_section h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .diagnose_list_wrap:last-of-type {
        padding-bottom: 50px !important;
    }

    .pathways_philosophy_area .container {
        width: 100%;
    }

    .Journeys_top_wrap {
        padding: 140px 20px 40px;
        text-align: center;
    }


    .line_animation_list h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        text-transform: uppercase;
        font-family: "Graphik", sans-serif;
        padding-bottom: 15px;
    }

    .foundational_inclusions_section {
        padding: 40px 0 40px 0;
    }

    .foundational_inclusions_wrap {
        display: block;
        padding-left: 0;
        padding: 0 0;
    }

    .foundational_inclusions_wrap_left {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 35px;
    }

    .foundational_inclusions_slider_box {
        margin: 0 15px;
        padding: 50px 40px 30px;
        height: 400px !important;
    }

    .foundational_inclusions_wrap_right {
        width: 100%;
    }

    .foundational_inclusions_slider .slick-slide {
        margin: 0 0;
    }

    .tulah_reflections_section h3 {

        font-size: 35px;
        line-height: 45px;
        font-weight: 500;
        padding: 0 0 80px 0;
        text-align: center;
    }

    .tulah_reflections_slider_box {
        padding: 0 30px;
        border-right: none;
        padding: 0 20px;
    }

    /* .clinical_wellness_section {
      display: none;
    } */

    .left {
        animation: slideLeft var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        left: 0;
    }

    .right {
        animation: slideRight var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        right: 0;
    }

    .center-box {
        position: absolute;
        z-index: 3;
        width: 260px;
        text-align: center;
        margin-top: 15px;
    }

    .center-box li {
        font-size: 9px;
        margin-bottom: 0;
    }

    .side-content h2 {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 0;
        color: #3B1213;
    }

    .side-list li {
        font-size: 10px;
        color: #484647;
    }

    .circle2 {
        position: absolute;
        width: 50%;
        height: 50%;
        border: 1.5px solid var(--main-color);
        border-radius: 50%;
    }

    .right .side-content {
        --shift-dist: 65px;
    }

    .left .side-content {
        --shift-dist: -65px;
    }

    .clinical_wellness_section {
        /* margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60vh;
      font-family: "Graphik", sans-serif;
      padding: 80px 0; */
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45vh;
        font-family: "Graphik", sans-serif;
        padding: 0 0;
    }

    /*  */
    .parallax_image {
        height: 100%;
    }

    .parallax_image img {
        transform: none !important;
    }

    .about_bottom_section {
        padding: 20px 20px;
    }

    .about_service_section {
        padding: 0 0px;
    }

    .about_service_section .container {
        width: 100%;
    }

    .service_container_left {
        width: 100%;
        height: auto;
    }

    .service_container_right {
        width: 100%;
        text-align: center;
        padding: 20px 20px 60px;
    }

    .secvice_container {
        margin-bottom: 0px;
        display: block;
    }

    .about_bottom_box {
        margin-bottom: 30px;
    }

    .banner_content_area span {
        padding-bottom: 25px;
        display: block;
    }

    .banner_content_area h3 {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .banner_content_area p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .paradigm_section_content {
        padding: 50px 20px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .paradigm_section_image_left {
        width: 100%;
        padding-right: 0;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .paradigm_section_image_right {
        width: 100%;
    }

    .paradigm_section_image {
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .content-wrapper {
        position: relative;
        width: 300px;
        height: auto;
    }

    .sticky-container {
        position: sticky;
        top: 0;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .paradigm_section_image_left img {
        width: 100%;
    }

    .diagnose_section_one_wrap_left h3 {

        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        padding: 0 0 18px;
        margin-top: 20% !important;
    }

    .diagnose_section_one.heal_three_wrap .diagnose_section_one_wrap_left h3 {

        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        padding: 0 0 18px;

    }

    .diagnose_list_wrap h3 {

        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        padding: 0 0 15px;
    }

    .diagnose_list_wrap p {

        font-size: 16px;
        line-height: 22px;
        width: 90%;
        margin: 0 auto;
    }

    .diagnose_list_wrap:before {
        bottom: 6px;
    }

    .your_results_slider_box_top {
        text-align: center;
    }

    .your_results_slider_box_bottom p {
        text-align: center;
        width: 97%;
        margin: 0 auto;
    }

    .life_index_section_cont p {
        font-size: 16px;
        line-height: 26px;
    }

    .santuary_personalised_journeys_area_top span {
        margin-top: 30px;
    }

    /*  */
    .life_index_step {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .step {
        width: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* ✅ centers circle + text */
        text-align: center;
    }

    .circle {
        width: 40px;
        height: 40px;
    }

    .steps-wrapper {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        gap: 15px;

    }

    .pathway-svg {
        position: absolute;
        top: -18px;
        left: 0;
        width: 0% !important;
        height: var(--circle-size);
        z-index: 1;
        display: none;
    }

    .drawing-line {
        stroke-dasharray: 0 !important;
        stroke-dashoffset: 0 !important;

    }

    .label {
        font-size: 10px;
    }

    .timeline-container {
        position: relative;
        /* width: var(--container-width); */
        width: 100%;
        height: 140px;
        margin: 0 auto;
        overflow: hidden;
    }

    .node text {
        fill: var(--text-color);
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .svg-container {
        left: 10.7%
    }

    .dot {
        left: 7.1%;
    }

    /*  */

    /* .dot {
        position: absolute;
        left: 50%;
        top: -40px !important;
        width: 1px;
        height: 75px;
        background-color: #3E2723;
        border-radius: 0;
        transform: translateX(-50%) scale(0);
        z-index: 2;
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    } */

    .created_area_left {
        padding-right: 0;
        padding-left: 0;
    }

    .banner_section.approach_banner_section {
        height: auto;
        overflow: hidden;
    }



    /*  */

    .foundational_inclusions_wrap_left.get_to_tulah_left {
        width: 100%;
        text-align: center;
    }

    .foundational_inclusions_wrap_right.accessibility_right {
        width: 100%;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 0;
    }

    .santuary_personalised_journeys_image_box {
        margin-bottom: 15px;
    }

    .santuary_personalised_journeys_area {

        padding: 10px 0 10px;
    }

    .santuary_personalised_journeys_area .container {
        width: 100%;
    }

    .santuary_personalised_journeys_area_top h3 {

        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .health_conditions_section_right_content h3 {
        color: #484647;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 15px;
    }

    .santuary_video_area .container {
        width: 100%;
    }

    .santuary_personalised_journeys_area_top p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
    }

    .banner_content_area.approach_area_inner h3 {
        padding: 0px;
    }

    .personalised_journeys_slider ul.slick-dots li button {
        background: #dddbd8;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
        margin-right: 0px;
    }

    .personalised_journeys_slider ul.slick-dots li.slick-active button {
        background: #000000;
        font-size: 0;
        height: 3px;
        border: none;
        width: 47px;
    }

    .pathways_philosophy_area_top span {
        color: #000000;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        line-height: 2.2rem;
        padding-bottom: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-bottom: 40px;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .pathways_philosophy_area {
        padding: 50px 0px 0;
    }

    .pathways_philosophy_area_top {
        text-align: center;
        padding: 0 20px;
    }



    .page-template-template-sonorium .banner_content_area p,
    .page-template-template-clinicalyoga .banner_content_area p,
    .page-template-template-vichybed .banner_content_area p,
    .page-template-template-panchakarma .banner_content_area p,
    .page-template-template-advancedmedicalcare .banner_content_area p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-weight: 400;
    }

    .page-template-template-sonorium .pathways_philosophy_area_top p,
    .page-template-template-clinicalyoga .pathways_philosophy_area_top p,
    .page-template-template-vichybed .pathways_philosophy_area_top p,
    .page-template-template-panchakarma .pathways_philosophy_area_top p,
    .page-template-template-advancedmedicalcare .pathways_philosophy_area_top p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-weight: 400;
    }

    .personalised_journeys_slider_box p {
        font-size: 16px;
    }

    .personalised_journeys_slider_box img {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 92%;
    }

    .santuary_video_area {
        background: #F2EFE8;
        padding: 0px 0;
        display: none;
    }

    .santuary_video_area img {
        padding: 20px 0;
    }

    /*  */

    .created_area_row_wrap {
        display: block;
        justify-content: space-between;
    }

    .created_area_left_container {
        width: 100%;
        padding-left: 0;
    }

    .created_area_right_container {
        width: 100%;
        overflow: hidden;

    }

    .paradigm_section_content h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
        line-height: 2.8rem;
        font-weight: 500;
        padding-bottom: 25px;
    }

    .paradigm_section_content p {
        padding: 0 0 0;
    }

    .service_container_right h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem;
        padding-bottom: 30px;
        font-weight: 500;
        padding-bottom: 25px;
    }

    .service_container_right p {
        padding-bottom: 0;

    }

    .about_bottom_box_cont p {
        padding-bottom: 0;
        color: #484647;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 25px;
        line-height: 2.5rem;
        font-weight: 400;
    }

    .about_bottom_box_cont h3 {

        font-size: 2.8px;
        font-size: 2.8rem;
        line-height: 40px;
        line-height: 4.0rem;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .side-wrapper {
        position: absolute;
        width: 500px;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    br {
        display: none;
    }

    .steps-wrapper br {
        display: block;
    }

    .approach_bottom_section {
        text-align: center;
        padding: 80px 0;
        width: 85%;
        margin: 0 auto;
    }

    .your_results_slider_area ul.slick-dots li button {
        background: #dddbd8;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
        margin-right: 0;
    }

    .your_results_slider_area ul.slick-dots li.slick-active button {
        background: #000000;
        font-size: 0;
        height: 3px;
        border: none;
        width: 50px;
    }

    .room_service_main_wrap {
        padding: 0px;
    }

    .room_service_section .container {
        padding: 20px 20px;
    }

    .room_service_box {
        display: block;
    }

    .row>div:first-child .room_service_box {
        border-top: none !important;
    }

    .health_condition_section {
        padding: 80px 0px;
    }

    .health_condition_section h1 {
        /* font-size: 38px;
    line-height: 44px; */
        font-size: 28px;
        line-height: 28px;
        padding: 0 0 30px;
    }

    .health_condition_image {
        margin: 50px auto 0px;
    }

    .health_condition_intro {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        margin: auto;
        font-weight: 400;
        max-width: 90%;
    }

    .health_condition_section h2 {
        font-size: 28px;
    }

    .health_condition_grid {
        grid-template-columns: 1fr;
    }

    .health_condition_card {
        padding: 22px;
    }

    .health_condition_note {
        padding: 30px 30px 90px;
    }


    .regenerative_table .table-box {
        border: 0px;
    }

    .regenerative_table .table1 thead {
        display: none;
    }

    /* Make table behave like cards */
    .regenerative_table .table1,
    .regenerative_table .table1 tbody,
    .regenerative_table .table1 tr,
    .regenerative_table .table1 td {
        display: block;
        width: 100% !important;
    }

    /* Each row becomes a card */
    .regenerative_table .table1 tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 2px;
    }

    /* Remove default borders */
    .regenerative_table .table1 td {
        border: none;
        padding: 10px 10px 10px 50%;
        position: relative;
        font-size: 14px;
    }

    /* Labels (simulate header) */
    .regenerative_table .table1 td:nth-child(1)::before {
        content: "Procedures";
    }

    .regenerative_table .table1 td:nth-child(2)::before {
        content: "Cosmetic procedures";
    }

    .regenerative_table .table1 td:nth-child(3)::before {
        content: "Regenerative therapies";
    }

    .regenerative_table .table1 td::before {
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: 600;
        color: #333;
        font-size: 13px;
    }


    .aesthetic_table .table-box {
        border: 0px;
    }

    .aesthetic_table .table1 thead {
        display: none;
    }

    /* Make table behave like cards */
    .aesthetic_table .table1,
    .aesthetic_table .table1 tbody,
    .aesthetic_table .table1 tr,
    .aesthetic_table .table1 td {
        display: block;
        width: 100% !important;
    }

    /* Each row becomes a card */
    .aesthetic_table .table1 tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 2px;
    }

    /* Remove default borders */
    .aesthetic_table .table1 td {
        border: none;
        padding: 10px 10px 10px 50%;
        position: relative;
        font-size: 14px;
    }

    /* Labels (simulate header) */
    .aesthetic_table .table1 td:nth-child(1)::before {
        content: "Shoulder";
    }

    .aesthetic_table .table1 td:nth-child(2)::before {
        content: "Elbow";
    }

    .aesthetic_table .table1 td:nth-child(3)::before {
        content: "Wrist & Hand";
    }

    .aesthetic_table .table1 td::before {
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: 600;
        color: #333;
        font-size: 13px;
    }

    .health_conditions_section {
        width: 100%;
        margin: 0 0% 30px;
    }

    .health_conditions_section_area {
        display: flex;
        flex-direction: column;
    }

    .health_conditions_section_left {
        width: 100% !important;
    }

    .health_conditions_section_right {
        width: 100% !important;
        position: relative;
    }

    .health_conditions_section_right_content {
        position: relative;
        padding: 20px;
        left: 0px;
        bottom: 0px;
    }

    .vlinical_infrastructure_section {
        width: 100%;
    }

    .vicky_bed_exclusively_area {
        padding: 80px 0;
    }

    /* Hide header */
    .supportive_table .table1 tr td {
        padding-left: 20px;
    }

    .supportive_table .table1 tr td:nth-child(1)::before {
        content: "";
    }

    .supportive_table .table1 thead {
        display: none;
    }

    /* Stack structure */


    .vlinical_infrastructure_section_area:nth-child(odd),
    .vlinical_infrastructure_section_area:nth-child(even) {
        flex-direction: column;
    }

    .vlinical_infrastructure_section_right {
        padding: 20px;
        width: 100%;
    }

    .vlinical_infrastructure_section_left {
        width: 100%;
    }

    .approach_service_area {
        width: 80%;
        height: 225px;
    }

    .pathway-svg {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .asa_text {
        font-family: 18px;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 0px;
        text-align: center;
    }

    .banner_image_area {
        height: 500px;
    }

    .banner_image_area img {
        height: 500px !important;
        object-fit: cover;
    }

    .banner_image_area h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .ways_we_heal_area h2,
    .ways_we_heal_area_box.show h3,
    .ways_we_heal_area_box.show p,
    .way_we_heal_content {
        text-align: left;
    }

    .ways_we_heal_area_box {
        height: auto !important;

        transform: none !important;
        opacity: 1 !important;

        transition: none !important;
        /* kill animation */

        border-bottom: 1px solid rgba(77, 75, 72, 0.3);
        padding: 15px 0;
    }

    .ways_we_heal_area_box h3,
    .ways_we_heal_area_box p {
        opacity: 1;
    }

    .ways_we_heal_area_box.show {
        transform: none !important;
        opacity: 1 !important;
    }

    .ways_we_heal_area_box::after {
        display: none !important;
    }

    /* accordion */
    .accordion_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .accordion_icon {
        display: block;
        font-size: 22px;
        transition: transform 0.3s ease;
    }

    .accordion_content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .ways_we_heal_area_box.active .accordion_content {
        max-height: 300px;
    }

    .ways_we_heal_area_box.active .accordion_icon {
        transform: rotate(45deg);
    }


    .mobile-only-slider .personalised_journeys_slider_box {
        padding: 0 10px;
    }

    .mobile-only-slider .santuary_personalised_journeys_image_box {
        width: 100%;
    }





    .mobile-only-slider {
        display: block !important;
        margin: 0 !important;
    }



    /* completely neutralize bootstrap row */
    .mobile-only-slider.row {
        display: block !important;
        margin: 0 !important;
    }

    .mobile-only-slider .slick-track {
        display: flex !important;
    }

    .mobile-only-slider .col-md-4 {
        display: block !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
    }

    .mobile-only-slider .santuary_personalised_journeys_image_box img {
        width: 100%;
        height: auto;
    }

    /* inner spacing */
    .mobile-only-slider .col-md-4>div {
        margin: 0 12px;
    }

    .mobile-only-slider .santuary_personalised_journeys_image_box {
        width: auto;
        height: 350px;
        overflow: hidden;
        padding: 0 2%;
    }

    .mobile-only-slider .santuary_personalised_journeys_image_box img {
        width: 100% !important;
        height: 350px !important;
        object-fit: cover;
        display: block;
    }

    .santuary_personalised_journeys_area_bottom {
        transform: none !important;
    }

    /* Journey additional code */
    .line_animation_list {
        flex-direction: column;
        transform: translateZ(0);
    }

    .timeline-container2 {
        margin-top: 200px;
    }

    .floatingimage {
        width: 100%;
        height: 200px;
        z-index: 8;
        top: 0;
        top: env(safe-area-inset-top);
        /* position: fixed; */
        overflow: hidden;
        will-change: transform;
    }

    .floatingimage img {
        object-position: center 40%;
        object-fit: cover;
        min-height: 200px !important;
    }

    .floatingimage.mobileview img {
        display: block !important;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;

        /* kill animation effects */
        transform: none !important;
        opacity: 0 !important;
        transition: none !important;
    }

    .floatingimage.mobileview img:first-child {
        opacity: 1 !important;
        z-index: 2;
    }

    .floatingimage.mobileview {
        position: sticky;
        top: 0;
        z-index: 8;
        transition: top 0.2s ease-out;
        transform: translate3d(0, 0, 0);
        will-change: transform;
        backface-visibility: hidden;
        /* prevents flicker */
    }

    p {
        font-size: 14px !important;
        font-size: 1.4rem !important;
        line-height: 20px !important;
        line-height: 2.0rem !important;
    }

    .desktopview {
        display: none;
    }

    .mobileview {
        display: block;
    }

}



@media screen and (min-width:360px) and (max-width:767px) {}



@media screen and (min-width:412px) and (max-width:767px) {

    .left {
        animation: slideLeft var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        left: 25px;
    }

    .right {
        animation: slideRight var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        right: 25px;
    }

}



@media screen and (min-width:480px) and (max-width:767px) {}



@media screen and (min-width:568px) and (max-width:767px) {}



@media screen and (min-width:636px) and (max-width:767px) {}



@media screen and (min-width:732px) and (max-width:1024px) {}



@media screen and (min-width:768px) and (max-width:1024px) {

    td {
        border: none;
        background: none;
    }

    tr {
        margin-bottom: 0px;
    }

    .rehabilation_grid2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 100%;
    }

    .rehabilation_section h2 {
        font-family: 'Juana', serif;
        color: #49181A;
        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
        padding: 30px 0 25px;
        margin: 0px;
        text-align: center;
    }

    .rehabilation_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .rehabilation_card {
        padding: 40px 25px;
    }

    .rehabilation_section h1 {
        font-size: 3.0rem;
        line-height: 4.0rem;
    }

    .rehabilation_section p {
        font-size: 15px;
        line-height: 22px;
    }

    .rehab_header h2 {
        font-size: 28px;
        font-weight: 500;

        margin-bottom: 15px;
    }

    .rehab_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        font-family: 'Graphik', sans-serif;
    }

    .health_condition_section h1 {
        font-family: 'Juana', serif;

        font-size: 2.8rem;
        line-height: 3.4rem;
        text-align: center;
        font-weight: 400;
        padding: 0 0 25px;
    }

    .health_condition_intro {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        margin: auto;
        font-weight: 400;
        max-width: 90%;
    }

    .health_condition_section h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .discover_approach_box_content p {
        font-size: 12px;
        line-height: 20px;
    }

    .health_condition_card {
        padding: 40px 35px;
    }

    .health_condition_note {
        padding: 30px 90px 80px;
    }

    .health_condition_section {
        padding: 80px 20px 20px;
    }

    .Diagnostics_Overview_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 40px;
        line-height: 4.0rem;

        padding-bottom: 40px;
        font-weight: 500;
    }

    .Outcome_Section_area_right_cont {
        position: absolute;
        left: 25px;
        bottom: 70px;
        right: 25px;
    }

    .Outcome_Section_area_right {
        width: 50%;
        background: #FFFCFA;
        padding: 70px 25px;
        height: 550px;
        position: relative;
    }

    .Journeys_top_wrap p {
        font-size: 14px;
        line-height: 24px;
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .enquire_form_box {
        padding: 0 25px;
    }

    .signup_top_section {
        padding: 0px 50px 50px 25px !important;
    }

    .enquire_section {
        background: #F2EFE8;
        padding: 60px 0;
    }

    .journeys_details_approach_box .col-md-6.col-lg-3:first-child .discover_approach_box {
        border-left: none;
    }

    .journeys_details_approach_box .col-md-6.col-lg-3:nth-child(3n) .discover_approach_box {
        border-left: none;
    }

    .discover_approach_box {
        padding: 30px 20px;
    }

    .discover_approach_box_content {
        position: absolute;
        left: 20px;
        bottom: 0;
    }

    .videoplayer {
        height: 60vh;
        width: 100%;
    }

    .paradigm_section_content h3 {
        color: #49181A;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        padding-bottom: 30px;
    }


    .diagnose_section_one.heal_three_wrap .diagnose_section_one_wrap_left.advanced_medical_care_approach h3 {
        margin-top: 20%;
    }

    .button_area a {
        width: 190px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 42px;
        line-height: 4.2rem;
    }

    .vicky_bed_exclusively_area_botom_box a {
        font-size: 12px;
        line-height: 20px;
    }

    .vicky_bed_exclusively_area {
        padding: 50px 17px;
    }

    .santuary_personalised_journeys_area_top {
        text-align: center;
        margin-bottom: 40px;
    }

    .pathways_philosophy_area {
        padding: 50px 0 20px;
    }

    .page-template-template-panchakarma .pathways_philosophy_area.vichy_bed_area {
        padding: 60px 0 50px;
        background: #F2EFE8;
        background: linear-gradient(180deg, rgba(242, 239, 232, 1) 75%, rgba(255, 252, 250, 1) 75%);
    }

    .homevideonew {
        display: block;
        /* height: 53vh; */
        height: 40vh;
        width: 100%;
    }

    .banner_area {
        /* height: 53vh; */
        height: 40vh;
        margin: 0 0px;
    }

    .created_slider_box_cont h3 a {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-weight: 500;
        padding: 0 0 15px;
        text-decoration: underline;
    }

    .created_slider_box_img {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .created_slider_box_img img {
        width: 100%;
        max-width: 300px;
        height: auto;
        display: block;
    }



    .created_area_left h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .lonk_section ul li a {

        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2.0rem;
        padding-bottom: 10px;
        font-weight: 400;
        text-decoration: underline;
    }

    .setting_section_area_cont {
        position: inherit;
        right: 0;
        bottom: 0;
        padding: 20px;
        text-align: center;
    }

    .setting_section {
        position: relative;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0 0px 20px;
    }

    .get_in_touch_section {
        position: relative;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0 0px;
        background: #f6f3ea;
    }

    .get_in_touch_section_wrap {
        display: block;
        padding: 40px 40px;
    }

    .get_in_touch_section_left {
        width: 100%;
        text-align: center;
    }

    .get_in_touch_section_right {
        width: 100%;
    }

    .foundational_inclusions_slider_box {
        background: #F2EFE8;
        margin: 0 15px;
        padding: 50px 40px 30px;
        height: 470px !important;
    }


    .left .side-content {
        --shift-dist: -85px;
    }

    .right .side-content {
        --shift-dist: 85px;
    }

    .side-content h2 {
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 40px;
        line-height: 4.0rem;
        padding-bottom: 20px;
        color: #3B1213;
        padding-bottom: 50px;
    }

    .side-list li {
        font-size: 13px;
        font-size: 1.3rem;
        color: #484647;
    }

    .foundational_inclusions_wrap_left.get_to_tulah_left {
        width: 100%;
    }

    .foundational_inclusions_wrap_right.accessibility_right {
        width: 100%;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 0;
    }

    .santuary_personalised_journeys_area_top h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .h3more {

        font-size: 32px;
        font-size: 3.2rem !important;
        line-height: 34px;
        line-height: 3.4rem !important;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .get_in_touch_section_left h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .Journeys_top_wrap h3 {

        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .foundational_inclusions_wrap_left h3 {

        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .evidence_section_title h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .progress span {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 40px;
        line-height: 4.0rem;
    }

    .foundational_inclusions_slider_box_bottom ul li {
        font-size: 15px;
    }

    .banner_content_area p {

        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2.0rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .santuary_personalised_journeys_area_top p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        width: 90%;
        margin: 0 auto;
    }


    .health_conditions_section_right_content {
        position: absolute;
        left: 25px;
        bottom: 25px;
    }

    .health_conditions_section_right_content h3 {
        color: #484647;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 500;
        padding: 0 0 20px;
        width: 90%;
    }

    .health_conditions_section_right_content p {
        color: #484647;
        padding-bottom: 0;
        font-size: 1.4rem;
    }

    .santuary_personalised_journeys_area {
        padding: 40px 0;
    }

    .Designed_wrapper_table {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        width: auto;
        margin: 70px 20px;
    }

    .ways_we_heal_area h2 {
        padding-left: 15px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 40px;
        line-height: 4.0rem;

    }

    .why_tulah_area {
        position: relative;
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: 0 0px;
    }

    .personalized_area {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0x;
    }

    .personalized_area_left_top h3 {
        color: #484647;
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 35px;
        line-height: 3.5rem;
        font-weight: 500;
    }

    .header_area {
        width: 100%;
        margin: 0 auto;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 18px;
        font-size: 1.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 0;
        /* text-decoration: underline; */
    }

    .arrow_click_point {
        font-size: 1.6px;
        font-size: 1.6rem;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
        font-size: 11px;
        line-height: 20px;
    }

    .about_bottom_box_cont p {

        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2.0rem;
        font-weight: 300;
        padding: 0 0 10px;
    }

    .about_bottom_box_cont h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 40px;
        line-height: 4.0rem;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .banner_content_area h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        line-height: 3.6rem;
        font-weight: 500;
        padding: 0 0 20px;
    }

    .pathways_philosophy_area_top span {
        padding-bottom: 50px;
    }

    .room_service_main_wrap {
        padding: 10px;
    }

    .room_service_section .container {
        padding: 5%;
    }

    .service_container_right p {
        padding-bottom: 0;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 20px;
        line-height: 2.0rem;
    }

    .service_container_right p br {
        display: none;
    }

    .banner_title h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .clinical_area {
        padding: 70px 0 100px;
    }

    .clinical_area h3 {

        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        padding: 0 5% 50px 5%;
        width: 100%;
    }

    .personalized_area_left {
        background: #F2EFE8;
        width: 55%;
        padding: 40px 45px 50px 55px;
    }

    .service_container_right span {
        padding-bottom: 10px;
    }

    .about_bottom_box_cont {
        padding: 0 0;
        text-align: center;
    }

    .personalized_area_left_bottom {
        width: 100%;
        /* margin-top: 8%; */
        margin-top: 20%;
    }

    .healing_area {
        padding: 70px 0 140px;
        text-align: center;
    }

    .healing_area h3 {

        /* font-size: 34px;
    line-height: 44px; */
        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
        padding: 0 2% 60px 2%;
        width: 100%;
    }

    .content-wrapper {
        position: relative;
        width: 500px;
        height: 500px;
    }

    .approach_area {
        background: #F2EFE8;
        padding: 70px 20px 70px;
    }

    .approach_area_title {
        text-align: center;
        padding: 0 5% 50px;
        width: 100%;
    }

    .approach_area_title p {

        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-weight: 400;
        padding-bottom: 0;
    }

    .approach_service_content {
        text-align: center;
        padding: 40px 28px;
        /* padding: 40px 25px; */
    }

    .approach_service_content p {
        color: #7f7e7e;
        font-size: 15px;
    }

    .approach_service_content a {

        /* font-size: 1.6rem; */
        font-size: 1.2rem;
        line-height: 2.2rem;
        padding-bottom: 10px;
        font-weight: 400;
        text-decoration: underline;
    }

    .approach_service_content a:hover {
        text-decoration: none;
    }

    .approach_area_title h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 40px;
        line-height: 4.0rem;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        /* margin-top: 350px; */
        /* margin-top: 10%; */
        margin-top: 30%;
    }

    .guests_saying_area {
        padding: 60px 0;
    }

    .guests_saying_area h3 {

        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
        padding: 0 0 60px;
        text-align: center;
    }

    .page-template-template-sonorium .banner_content_area p,
    .page-template-template-clinicalyoga .banner_content_area p,
    .page-template-template-vichybed .banner_content_area p,
    .page-template-template-panchakarma .banner_content_area p,
    .page-template-template-advancedmedicalcare .banner_content_area p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 25px;
        line-height: 2.5rem;
        font-weight: 400;
    }

    .page-template-template-sonorium .pathways_philosophy_area_top p,
    .page-template-template-clinicalyoga .pathways_philosophy_area_top p,
    .page-template-template-vichybed .pathways_philosophy_area_top p,
    .page-template-template-panchakarma .pathways_philosophy_area_top p,
    .page-template-template-advancedmedicalcare .pathways_philosophy_area_top p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 25px;
        line-height: 2.5rem;
        font-weight: 400;
        padding: 0px 2%;
    }

    .vlinical_infrastructure_section_right {
        width: 50%;
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 30px;
    }

    .vlinical_infrastructure_section_right span {

        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        font-family: 'Graphik', sans-serif;
        padding-bottom: 20px;
        display: block;
        font-weight: 500;
    }

    .ways_we_heal_area {
        padding: 60px 50px 20px;

    }

    .smallborder {
        margin-bottom: 60px;
    }

    .created_area {
        padding: 0px 0;
    }

    .created_slider_box_cont h3 {

        font-size: 21px;
        line-height: 30px;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .created_slider_box_cont p {

        font-size: 12px;
        line-height: 20px;
    }

    .created_area_right_container {
        margin: 30px auto 30px;
    }

    .created_area_left p {
        font-size: 14px;
        line-height: 20px;
        width: 90%;
        margin: 0 auto;
    }

    .created_area_left p br {
        display: none;
    }

    .why_tulah_area_left {
        background: #F2EFE8;
        width: 55%;
        padding: 60px 45px 50px 55px;
    }

    .paradigm_section_content {
        padding: 75px 0;
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }

    .service_container_right h3 {
        color: #49181A;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        padding-bottom: 30px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .created_area_left {
        padding-right: 30px;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 30px;
    }

    .created_slider .slick-list {
        margin: 0 0 0 -20px;
        padding: 0 0;
    }

    .service_container_right {
        width: 50%;
        text-align: center;
        padding: 35px 30px 0;
    }

    .paradigm_section_image_left {
        width: 50%;
        padding-right: 0;
    }

    .banner_content_area {
        padding: 50px 0 0;
        text-align: center;
        width: 85%;
        margin: 0 auto;
    }

    .banner_content_area span {
        padding-bottom: 30px;
    }

    .personalized_area_left_bottom p {
        font-size: 12px;
        line-height: 22px;
    }

    .diagnose_list_wrap h3 {

        font-size: 2.8rem;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 15px;
    }

    .diagnose_section_one_wrap_left {
        width: 50%;
        background: #F2EFE8;
        padding: 50px 30px 50px 30px;
    }

    .life_index_section {
        padding: 80px 0 0;
        text-align: center;
    }

    .life_index_section_cont h3 {

        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        padding: 0 0 20px;
    }


    .diagnose_section_one.heal_three_wrap .diagnose_section_one_wrap_left h3 {
        color: #484647;
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 35px;
        line-height: 3.5rem;
        font-weight: 500;
        padding: 0 0 20px;

    }

    .approach_secvice_section_box_img {
        height: 320px;
        margin-bottom: 10px;
        overflow: hidden;
        display: inline-block;
    }

    

    .approach_secvice_section_box_cont h3 {

        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .approach_secvice_section {
        padding-bottom: 60px;
    }

    .your_results_section {
        padding: 60px 0 0;
        text-align: center;
    }

    .your_results_section span {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: #484647;
        display: block;
        padding: 0 20px 40px;
    }

    .life_index_section_cont p {
        font-size: 12px;
        line-height: 24px;
    }

    .life_index_section_cont p br {
        display: none;
    }

    .approach_bottom_section h3 {
        font-size: 22px;
        line-height: 35px;
        font-weight: 500;
        padding: 0 0 50px;
    }

    .tulah_reflections_section {
        padding: 70px 0;
    }

    .tulah_reflections_section h3 {

        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        padding: 0 0 70px 30px;
        text-align: left;
    }

    .foundational_inclusions_section {
        padding: 70px 0 70px 0;
    }

    .foundational_inclusions_wrap {
        display: block;
        padding-left: 0;
        text-align: center;
        padding-bottom: 0;
    }

    .foundational_inclusions_wrap_left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .foundational_inclusions_wrap_right {
        width: 100%;
    }

    header {
        text-align: center;
        padding: 20px 20px 50px;
    }

    .svg-container {
        left: 7.4%;
    }


    .footer-action {
        text-align: center;
        padding: 50px 0 40px;
    }

    .side-wrapper {
        position: absolute;
        width: 420px;
        height: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center-box li {
        font-size: 10px;
    }

    .Journeys_top_wrap {
        padding: 100px 0 0;
        text-align: center;
    }

    .node text {
        fill: var(--text-color);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    /*  */

    .step {
        width: 100px;
    }

    .circle {
        width: 60px;
        height: 60px;
    }

    .steps-wrapper {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: start;
        width: 95%;
        gap: 2px;
        margin: 0 auto;
    }

    .pathway-svg {
        position: absolute;
        top: -8px;
        left: 28px;
        width: 70%;
        height: var(--circle-size);
        z-index: 1;
    }

    .drawing-line {
        stroke: var(--line-color);
        stroke-width: 2px;
        fill: none;
        stroke-dasharray: 640;
        stroke-dashoffset: 640;
    }

    /*  */

    /*  */
    .center-box {
        position: absolute;
        z-index: 3;
        width: 260px;
        text-align: center;
        margin-top: 10px;
    }

    .center-box li {
        font-size: 13px;
    }

    .left {
        animation: slideLeft var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        left: 200px;
    }

    .right {
        animation: slideRight var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        right: 200px;
    }

    /*  */

    .ways_we_heal_area .col-md-4 {
        padding: 0px !important;
    }

    .ways_we_heal_area .container .row div:last-child .ways_we_heal_area_box,
    .ways_we_heal_area .container .row div:nth-child(3) .ways_we_heal_area_box {
        border-right: #4d4b4879 0px solid;
    }

    .ways_we_heal_area_box {
        border-right: 1px solid #4d4b4879;
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    .ways_we_heal_area_box h3 {

        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        padding-bottom: 70px;

    }

    .ways_we_heal_area_box p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }

    .evidence_section_title p {
        padding: 0 0;
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .banner_section {
        height: 500px;
        overflow: hidden;
    }

    .banner_image_area img {
        height: 500px !important;
        object-fit: cover;
    }

    .rootedkerala h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .clinical_wellness_section {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75vh;
        font-family: "Graphik", sans-serif;
        z-index: -1;
        position: relative;
        /* padding: 0; */
    }

    .timeline-container2 {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 150px;
        padding: 0 40px;
    }

    .sticky-wrapper {
        position: sticky;
        top: 0;
        height: 80vh;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 1000px;
    }

    .banner_section.approach_banner_section {
        height: auto;
        overflow: hidden;
    }

    .diagnose_section_one {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0px;
    }

    .ways_we_heal_area .container .row div:first-child .ways_we_heal_area_box {
        padding: 0 24px 0 0;
    }

    .personalised_journeys_slider_box p {
        font-size: 15px;
        text-decoration: underline;
    }

    .why_tulah_area_left_bottom p {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 20px;
    }

    .paradigm_section_content p {
        padding: 0 0 20px;
    }

    .paradigm_section_content p br {
        display: none;
    }

    .timeline-container {
        position: relative;
        /* width: var(--container-width); */
        width: 100%;
        height: 140px;
        margin: 0 auto;
    }

    .margin55 {
        margin-top: 40% !important;
    }


}


@media (min-width: 1024px) and (max-width:1100px) {

    .page-template-template-sonorium .banner_content_area p,
    .page-template-template-clinicalyoga .banner_content_area p,
    .page-template-template-vichybed .banner_content_area p,
    .page-template-template-panchakarma .banner_content_area p,
    .page-template-template-advancedmedicalcare .banner_content_area p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 400;
    }

    .page-template-template-sonorium .pathways_philosophy_area_top p,
    .page-template-template-clinicalyoga .pathways_philosophy_area_top p,
    .page-template-template-vichybed .pathways_philosophy_area_top p,
    .page-template-template-panchakarma .pathways_philosophy_area_top p,
    .page-template-template-advancedmedicalcare .pathways_philosophy_area_top p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 400;
    }

    .santuary_personalised_journeys_area_top p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
    }

    .videoplayer {
        height: 85vh;
        width: 100%;
    }



    .service_container_right h3 {
        color: #49181A;
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 35px;
        line-height: 3.5rem;
        padding-bottom: 30px;
        font-weight: 500;
        padding-bottom: 30px;
    }

    .service_container_right p {
        padding-bottom: 0;
    }

    .discover_approach_box {
        padding: 30px 20px;
    }

    .discover_approach_box_content {
        position: absolute;
        left: 20px;
        bottom: 0;
        right: 20px;
    }

    .discover_approach_box_content p {
        font-size: 14px;
        line-height: 20px;
    }

    .Outcome_Section_area_right {
        width: 50%;
        background: #FFFCFA;
        padding: 70px 45px;
        height: 550px;
        position: relative;
    }

    .Outcome_Section_area_right_cont {
        position: absolute;
        left: 45px;
        bottom: 70px;
        right: 45px;
    }


    /*  */

    .vlinical_infrastructure_section_right {
        padding-left: 70px;
    }

    .h3more {

        font-size: 32px;
        font-size: 3.2em !important;
        line-height: 36px;
        line-height: 3.6rem !important;
    }

    .santuary_personalised_journeys_area_top p br {
        display: none;
    }

    .diagnose_section_one.heal_three_wrap .diagnose_section_one_wrap_left.advanced_medical_care_approach h3 {
        margin-top: 40%;
    }

    .your_results_slider_box_bottom p {
        text-align: left;
        color: #7A7775;
        font-size: 13px;
    }

    .homevideonew {
        display: block;
        /* height: 80vh; */
        height: 60vh;
        width: 100%;
    }

    .banner_area {
        /* height: 80vh; */
        height: 60vh;
        margin: 0 0px;
    }

    .created_slider_box_cont h3 a {

        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-weight: 500;
        padding: 0 0 15px;
        text-decoration: underline;
    }

    .created_slider_box_img img {
        width: 100%;
    }

    /*  */


    .foundational_inclusions_slider_box {
        background: #F2EFE8;
        margin: 0 15px;
        padding: 50px 40px 30px;
        height: 555px !important;
        width: 507px !important;
    }

    .your_results_slider_box {
        background: #F2EFE8;
        margin: 0 15px;
        padding: 30px 20px 30px;
    }



    .banner_content_area p {

        font-size: 15px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 400;
        padding: 0 0 20px;
    }

    .paradigm_section_content {
        padding: 120px 0;
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }

    .foundational_inclusions_wrap_left.get_to_tulah_left {
        width: 100%;
    }

    .foundational_inclusions_wrap_right.accessibility_right {
        width: 100%;
    }

    .get_to_tulah_slider .slick-list {
        /* padding: 0 120px;
    padding: 0 185px; */
        padding: 0 315px;
    }

    .ways_we_heal_area h2 {
        padding-left: 0;
        color: #fffcfa;
    }

    .way_we_heal_content {
        color: #fffcfa;
    }

    .ways_we_heal_area_box {
        text-align: center;
        border-right: #6b6b6b70 1px solid;
    }

    .ways_we_heal_area .container .row div:first-child .ways_we_heal_area_box {
        padding: 0 24px 0 0;
    }

    .personalized_area {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0px;
    }

    .ways_we_heal_area {
        background: #2E2D2C;
        padding: 80px 30px;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 22px;
        font-size: 2.2rem;
        line-height: 40px;
        line-height: 4.0rem;
        font-weight: 500;
        padding: 0 0 0;
        /* text-decoration: underline; */
    }

    .arrow_click_point {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .left .side-content {
        --shift-dist: -98px;
    }

    .right .side-content {
        --shift-dist: 98px;
    }

    .banner_title h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .clinical_area {
        padding: 70px 0 100px;
    }

    .clinical_area h3 {

        font-size: 28px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 10% 50px 10%;
        width: 100%;
    }

    .personalized_area_left_bottom {
        width: 100%;
        margin-top: 32%;
    }

    .healing_area {
        padding: 70px 0 140px;
        text-align: center;
    }

    .healing_area h3 {

        font-size: 35px;
        line-height: 45px;
        font-weight: 500;
        padding: 0 10% 60px 10%;
        width: 100%;
    }

    .content-wrapper {
        position: relative;
        width: 600px;
        height: 600px;
    }

    .approach_area {
        background: #F2EFE8;
        padding: 70px 20px 70px;
    }

    .approach_area_title {
        text-align: center;
        padding: 0 0 50px;
    }

    .why_tulah_area {
        position: relative;
        width: 97%;
        height: auto;
        overflow: hidden;
        margin: 0 0px;
    }

    .approach_service_content p {
        color: #7f7e7e;
        font-size: 18px;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        /* margin-top: 350px; */
        margin-top: 42%;
    }

    .guests_saying_area {
        padding: 60px 0;
    }

    .guests_saying_area h3 {

        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        padding: 0 0 60px;
        text-align: center;
    }

    .created_area {
        padding: 70px 0;
    }

    .created_slider_box_cont h3 {

        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
        padding: 0 0 12px;
    }

    .created_slider_box_cont p {

        font-size: 16px;
        line-height: 24px;
    }

    .created_area_left {
        padding-right: 30px;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 30px;
    }

    .service_container_right {
        width: 50%;
        text-align: center;
        padding: 35px 30px 0;
    }

    .paradigm_section_image_left {
        width: 50%;
        padding-right: 0;
    }

    .banner_content_area {
        padding: 70px 0 0;
        text-align: center;
        width: 85%;
        margin: 0 auto;
    }

    .banner_content_area span {
        padding-bottom: 30px;
    }

    .personalized_area_left_bottom p {
        font-size: 16px;
        line-height: 26px;
    }

    .diagnose_list_wrap h3 {

        font-size: 2.8rem;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 15px;
    }

    .diagnose_section_one_wrap_left {
        width: 50%;
        background: #F2EFE8;
        padding: 50px 30px 50px 30px;
    }

    .life_index_section {
        padding: 80px 0 0;
        text-align: center;
    }

    .life_index_section_cont h3 {

        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        padding: 0 0 30px;
    }



    .approach_bottom_section {
        text-align: center;
        padding: 80px 25px;
    }

    .approach_secvice_section_box_img {
        height: 210px;
        margin-bottom: 10px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_secvice_section_box_cont h3 {

        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        padding: 0 0 10px;
    }

    .approach_secvice_section {
        padding-bottom: 60px;
    }

    .your_results_section {
        padding: 60px 0 0;
        text-align: center;
    }

    .your_results_section span {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: #484647;
        display: block;
        padding: 0 20px 40px;
    }

    .life_index_section_cont p {
        font-size: 17px;
        line-height: 27px;
    }



    .tulah_reflections_section {
        padding: 70px 0;
    }

    .tulah_reflections_section h3 {

        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        padding: 0 0 70px 30px;
        text-align: left;
    }

    .foundational_inclusions_section {
        padding: 70px 0 70px 0;
    }

    .foundational_inclusions_wrap {
        display: block;
        padding-left: 0;
        text-align: center;
        padding-bottom: 0;
    }

    .foundational_inclusions_wrap_left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .foundational_inclusions_wrap_right {
        width: 100%;
    }

    header {
        text-align: center;
        padding: 20px 20px 50px;
    }



    .dot {
        left: 2%;
    }

    .footer-action {
        text-align: center;
        padding: 50px 0 40px;
    }

    .side-wrapper {
        position: absolute;
        width: 420px;
        height: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center-box li {
        font-size: 10px;
    }

    .Journeys_top_wrap {
        padding: 100px 0 0;
        text-align: center;
    }

    .node text {
        fill: var(--text-color);
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .created_slider .slick-list {
        margin: 0 0 0 -30px;
        padding: 0 0;
    }

    .banner_content_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .room_service_main_wrap {
        padding: 30px;
    }

    /*  */

    .step {
        width: 140px;
    }

    .circle {
        width: 60px;
        height: 60px;
    }

    .steps-wrapper {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: start;
        width: 95%;
        gap: 2px;
        margin: 0 auto;
    }

    .pathway-svg {
        position: absolute;
        top: -8px;
        left: 28px;
        width: 93%;
        height: var(--circle-size);
        z-index: 1;
    }

    .drawing-line {
        stroke: var(--line-color);
        stroke-width: 2px;
        fill: none;
        stroke-dasharray: 865;
        stroke-dashoffset: 865;
    }

    /*  */

    /*  */
    .center-box {
        position: absolute;
        z-index: 3;
        width: 260px;
        text-align: center;
        margin-top: 10px;
    }

    .center-box li {
        font-size: 14px;
    }

    .left {
        animation: slideLeft var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        left: 300px;
    }

    .right {
        animation: slideRight var(--slide-duration) cubic-bezier(0.25, 1, 0.5, 1) forwards;
        right: 300px;
    }

    /*  */


    .ways_we_heal_area .container .row div:last-child .ways_we_heal_area_box,
    .ways_we_heal_area .container .row div:nth-child(3) .ways_we_heal_area_box {
        border-right: #6b6b6b70 0px solid;
    }

    .ways_we_heal_area_box h3 {
        color: #fffcfa;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        padding-bottom: 40px;
    }

    .ways_we_heal_area_box p {
        color: #fdfdfd70;
    }

    .evidence_section_title p {
        padding: 0 0;
    }

    .banner_section {
        height: auto;
        overflow: hidden;
    }

    .clinical_wellness_section {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75vh;
        font-family: "Graphik", sans-serif;
        z-index: -1;
        position: relative;
        /* padding: 0; */
    }

    .timeline-container2 {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 150px;
        padding: 0 40px;
    }

    .sticky-wrapper {
        position: sticky;
        top: 0;
        height: 70vh;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 1000px;
    }

    .banner_section.approach_banner_section {
        height: auto;
        overflow: hidden;
    }

    .personalized_area_left_top h3 {

        font-size: 36px;
        font-size: 3.6rem;
        line-height: 40px;
        line-height: 4.0rem;
        font-weight: 500;
    }


    .approach_area_title p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-weight: 400;
        padding-bottom: 0;
    }

    .evidence_section_title p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-weight: 400;
        padding-bottom: 30px;
        /* padding: 0 250px; */
        width: 62%;
        margin: 0 auto;
    }

    .created_area_left p {
        font-size: 16px;
        line-height: 24px;
    }

    .why_tulah_area_left_bottom p {
        margin-bottom: 30px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
    }

}

@media screen and (min-width:800px) and (max-width:1024px) {}



@media screen and (min-width:900px) and (max-width:1024px) {}



@media screen and (min-width:980px) and (max-width:1024px) {}



@media screen and (min-width:1000px) and (max-width:1024px) {}



@media screen and (min-width:1025px) and (max-width:1280px) {


    /*  */

    .created_slider_box_cont h3 a {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 500;
        padding: 0 0 15px;
        text-decoration: underline;
    }

    /*  */

    .diagnose_section_one_wrap_left p {
        width: 80%;
        color: #484647;
    }


    .wisdom_wrap {
        margin-bottom: 0;
    }

    .healing_area {
        padding: 130px 0 150px;
        text-align: center;
    }

    .content-wrapper {
        position: relative;
        width: 600px;
        height: 600px;
    }


    .clinical_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .healing_area h3 {
        font-size: 2.8rem;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .personalized_area_left_bottom {
        width: 100%;
        margin-top: 45%;
    }

    .approach_service_img {
        height: 200px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_service_content {
        text-align: center;
        padding: 24px 18px;
    }

    .ways_we_heal_area_box {
        border-right: #4d4b4879 1px solid;
        padding: 0 3px;
        height: 325px;
    }

    .created_slider .slick-list {
        margin: 0 0 0 -40px;
        padding: 0 0;
    }

    .created_slider .created_slider_box_cont p br {
        display: none;
    }

    .created_slider_box_cont p {
        font-size: 13px;
        line-height: 22px;
    }

    .evidence_section_title p {
        width: 100%;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        margin-top: 45%;
    }

    .created_slider_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .guests_saying_area h3 {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 50px;
        line-height: 5.0rem;
    }

    .approach_area_title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .banner_content_area h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .banner_content_area p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    .banner_content_area {
        padding: 120px 0;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }




    .service_container_right p br {
        display: none;
    }

    .about_bottom_box_cont p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .diagnose_list_wrap h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
        padding: 0 0 12px;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
    }

    .life_index_section_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .life_index_section_cont {
        width: 75%;
    }

    .life_index_section_cont p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .approach_secvice_section_box_img {
        height: 260px;
        margin-bottom: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_secvice_section_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .approach_secvice_section_box_cont p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 25px;
        font-size: 2.5rem;
        padding: 0 0 0;
    }

    .arrow_click_point {
        cursor: pointer;
        font-size: 20px;
        font-size: 2.0rem;
    }



    .your_results_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 20px 25px;
        height: 305px !important;
    }

    .your_results_slider_box_bottom p {
        text-align: left;
        color: #7A7775;
        font-size: 14px;
        line-height: 22px;
        margin-top: 65px;
    }

    .your_results_slider_box_top {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .tulah_reflections_section h3 {

        font-size: 40px;
        line-height: 45px;
        font-weight: 500;
        padding: 0 0 70px 0;
        text-align: left;
    }

    .foundational_inclusions_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 20px 25px;
        height: 555px !important;
    }

    .foundational_inclusions_slider_box_top {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        text-align: left;
        min-height: 50px;
    }

    .foundational_inclusions_slider_box_bottom p {
        text-align: left;
        color: #797874;
        margin-top: 65px;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 40px;
    }


}



@media screen and (min-width:1281px) and (max-width:1366px) {


    .content-wrapper {
        position: relative;
        width: 600px;
        height: 600px;
    }

    .clinical_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .healing_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .personalized_area_left_bottom {
        width: 100%;
        margin-top: 45%;
    }

    .approach_service_img {
        height: 200px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_service_content {
        text-align: center;
        padding: 24px 18px;
    }

    .ways_we_heal_area_box {
        border-right: #4d4b4879 1px solid;
        padding: 0 3px;
        height: 325px;
    }

    .created_slider .slick-list {
        margin: 0 0 0 -40px;
        padding: 0 0;
    }

    .created_slider .created_slider_box_cont p br {
        display: none;
    }

    .created_slider_box_cont p {
        font-size: 13px;
        line-height: 22px;
    }

    .evidence_section_title p {
        width: 100%;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        margin-top: 45%;
    }

    .created_slider_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .guests_saying_area h3 {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 50px;
        line-height: 5.0rem;
    }

    .approach_area_title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .banner_content_area h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .banner_content_area p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    .banner_content_area {
        padding: 120px 0;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }



    .service_container_right p br {
        display: none;
    }

    .about_bottom_box_cont p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .diagnose_list_wrap h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
        padding: 0 0 12px;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
    }

    .life_index_section_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .life_index_section_cont {
        width: 75%;
    }

    .life_index_section_cont p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .approach_secvice_section_box_img {
        height: 260px;
        margin-bottom: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_secvice_section_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .approach_secvice_section_box_cont p {
        font-size: 16px;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 25px;
        font-size: 2.5rem;
        padding: 0 0 0;
    }

    .arrow_click_point {
        cursor: pointer;
        font-size: 20px;
        font-size: 2.0rem;
    }



    .your_results_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 20px 25px;
        height: 305px !important;
    }

    .your_results_slider_box_bottom p {
        text-align: left;
        color: #7A7775;
        font-size: 14px;
        line-height: 22px;
        margin-top: 65px;
    }

    .your_results_slider_box_top {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .tulah_reflections_section h3 {

        font-size: 40px;
        line-height: 45px;
        font-weight: 500;
        padding: 0 0 70px 0;
        text-align: left;
    }

    .foundational_inclusions_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 44px 25px;
        height: 555px !important;
    }

    .foundational_inclusions_slider_box_top {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        text-align: left;
        min-height: 50px;
    }

    .foundational_inclusions_slider_box_bottom p {
        text-align: left;
        color: #797874;
        margin-top: 125px;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 48px;
    }

}

@media (min-width: 1366px) {}


@media screen and (min-width:1440px) and (max-width:1599px) {


    .approach_secvice_section.top_approach_area .col-md-4:nth-child(2n) .approach_secvice_section_box .arrow_click_point h3 img {
        position: absolute;
        right: 0;
    }

    .content-wrapper {
        position: relative;
        width: 600px;
        height: 600px;
    }

    .clinical_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        width: 90%;
    }

    .healing_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .personalized_area_left_bottom {
        width: 100%;
        margin-top: 45%;
    }

    .approach_service_img {
        height: 200px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_service_content {
        text-align: center;
        padding: 24px 18px;
    }

    .ways_we_heal_area_box {
        border-right: #4d4b4879 1px solid;
        padding: 0 3px;
        height: 325px;
    }

    .created_slider .slick-list {
        margin: 0 0 0 -40px;
        padding: 0 0;
    }

    .created_slider .created_slider_box_cont p br {
        display: none;
    }

    .created_slider_box_cont p {
        font-size: 13px;
        line-height: 22px;
    }

    .evidence_section_title p {
        width: 100%;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        margin-top: 45%;
    }

    .created_slider_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .guests_saying_area h3 {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 50px;
        line-height: 5.0rem;
    }

    .approach_area_title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .banner_content_area h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .banner_content_area p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    .banner_content_area {
        padding: 120px 0 80px;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }




    .service_container_right p br {
        display: none;
    }

    .about_bottom_box_cont p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .diagnose_list_wrap h3 {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 0 0 12px;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
    }

    .life_index_section_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .life_index_section_cont {
        width: 75%;
    }

    .life_index_section_cont p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .approach_secvice_section_box_img {
        height: 260px;
        margin-bottom: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_secvice_section_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .approach_secvice_section_box_cont p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 25px;
        font-size: 2.5rem;
        padding: 0 0 0;
    }

    .arrow_click_point {
        cursor: pointer;
        font-size: 20px;
        font-size: 2.0rem;
    }



    .your_results_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 20px 25px;
        height: 305px !important;
    }

    .your_results_slider_box_bottom p {
        text-align: left;
        color: #7A7775;
        font-size: 16px;
        line-height: 22px;
        margin-top: 65px;
    }

    .your_results_slider_box_top {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .tulah_reflections_section h3 {

        font-size: 40px;
        line-height: 45px;
        font-weight: 500;
        padding: 0 0 70px 0;
        text-align: left;
    }

    .foundational_inclusions_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 34px 25px;
        height: 555px !important;
    }

    .foundational_inclusions_slider_box_top {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        text-align: left;
        min-height: 50px;
    }

    .foundational_inclusions_slider_box_bottom p {
        text-align: left;
        color: #797874;
        margin-top: 100px;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 50px;
    }

    .approach_service_content p {
        color: #7f7e7e;
        font-size: 15px;
    }

}

@media screen and (min-width:1600px) and (max-width:1800px) {



    .clinical_area h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .healing_area h3 {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 50px;
        line-height: 5.0rem;
    }

    .personalized_area_left_bottom {
        width: 100%;
        margin-top: 55%;
    }

    .approach_service_img {
        height: 200px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_service_content {
        text-align: center;
        padding: 24px 18px;
    }

    .ways_we_heal_area_box {
        border-right: #4d4b4879 1px solid;
        padding: 0 3px;
        height: 325px;
    }

    .created_slider .slick-list {
        margin: 0 0 0 -40px;
        padding: 0 0;
    }

    .created_slider .created_slider_box_cont p br {
        display: none;
    }

    .created_slider_box_cont p {
        font-size: 15px;
        line-height: 25px;
    }

    .evidence_section_title p {
        width: 100%;
    }

    .why_tulah_area_left_bottom {
        width: 100%;
        margin-top: 60%;
    }

    .created_slider_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .guests_saying_area h3 {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 50px;
        line-height: 5.0rem;
    }

    .approach_area_title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .banner_content_area h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }

    .banner_content_area p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    .banner_content_area {
        padding: 120px 0;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }




    .service_container_right p br {
        display: none;
    }

    .about_bottom_box_cont p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .diagnose_list_wrap h3 {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 0 0 12px;
    }

    .diagnose_section_one_wrap_left p {
        width: 100%;
    }

    .life_index_section_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .life_index_section_cont {
        width: 75%;
    }

    .life_index_section_cont p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .approach_secvice_section_box_img {
        height: 260px;
        margin-bottom: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .approach_secvice_section_box_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .approach_secvice_section_box_cont p {
        font-size: 16px;
        color: #7A7775;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 25px;
        font-size: 2.5rem;
        padding: 0 0 0;
    }

    .arrow_click_point {
        cursor: pointer;
        font-size: 20px;
        font-size: 2.0rem;
    }



    .your_results_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 20px 25px;
        height: 305px !important;
    }

    .your_results_slider_box_bottom p {
        text-align: left;
        color: #7A7775 !important;
        font-size: 14px;
        line-height: 22px;
        margin-top: 65px;
    }

    .your_results_slider_box_top {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .tulah_reflections_section h3 {

        font-size: 40px;
        line-height: 45px;
        font-weight: 500;
        padding: 0 0 70px 0;
        text-align: left;
    }

    .foundational_inclusions_slider_box {
        background: #F2EFE8;
        margin: 0 10px;
        padding: 40px 34px 25px;
        height: 555px !important;
    }

    .foundational_inclusions_slider_box_top {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        text-align: left;
        min-height: 50px;
    }

    .foundational_inclusions_slider_box_bottom p {
        text-align: left;
        color: #797874;
        margin-top: 100px;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 60px;
    }

    .approach_service_content p {
        color: #7f7e7e;
        font-size: 15px;
    }

}

@media (min-width: 1400px) {


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /* max-width: 1320px; */
        /* max-width: 100%; */
    }
}


@media (max-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 100% !important;
        padding: 0;
    }

    /* p {
    font-size: 16px;
    line-height: 22px;
  } */

    /* .personalized_area_left_top h3 {
    color: #484647;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }

  .approach_service_content span {
    color: #161615;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
  }
  .approach_service_img {
    height: 305px;
    overflow: hidden;
    display: inline-block;
  }
  .created_slider .slick-list {
    margin: 0 15px;
    padding: 0 40px;
  }
  .why_tulah_area_left {
    background: #F2EFE8;
    width: 55%;
    padding: 50px 40px 50px 100px;
  }
  .why_tulah_area_left_bottom {
    width: 62%;
    margin-top: 70%;
  }
  .why_tulah_area_left_top h3 {
    color: #484647;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
  }
  .guests_saying_slider_box_bottom p {
    color: #6b6a69;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
  }
  .guests_saying_slider .slick-list {
    margin: 0 10px;
    padding: 0 20px;
  } */


}


@media screen and (min-width:1601px) and (max-width:1999px) {

    .diagnose_section_one.heal_three_wrap .diagnose_section_one_wrap_left.advanced_medical_care_approach h3 {
        margin-top: 70%;
    }

    .approach_secvice_section.top_approach_area .col-md-4:nth-child(2n) .approach_secvice_section_box .arrow_click_point h3 img {
        position: absolute;
        right: 20px;
    }

    .get_to_tulah_slider .slick-list {
        padding: 0 60px;
    }

    .approach_secvice_section_box_cont.toggle_wrap h3 {

        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        line-height: 3.6rem;
        font-weight: 500;
        /* padding: 0 0 20px; */
        /* text-decoration: underline; */
    }

    .life_index_section_cont h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        line-height: 3.6rem;
        font-weight: 500;
        padding: 0 0 30px;
    }

    .paradigm_section_content p {
        padding: 0 0 20px;
    }

    .get_in_touch_section_left p {

        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        margin: 0 0 35px;
        padding: 0;
        font-family: "Graphik", sans-serif;
        font-weight: 400;
    }

    .setting_section_area_cont {
        position: absolute;
        right: 40px;
        bottom: 20px;
    }

    .approach_bottom_section {
        text-align: center;
        padding: 100px 0;
        width: 60%;
        margin: 0 auto;
    }

    .life_index_section_cont {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .your_results_slider_box {
        background: #F2EFE8;
        margin: 0 15px;
        padding: 50px 40px 30px;
    }

    .diagnose_section_one_wrap_left p {
        width: 60%;
        color: #484647;
    }

    .banner_content_area {
        padding: 120px 0;
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }

    .ways_we_heal_area_box {
        border-right: #4d4b4879 1px solid;
        padding: 0 24px 0 0px;
        height: 325px;
    }

    .approach_service_content {
        text-align: center;
        padding: 40px 35px;
        /* padding: 40px 25px; */
        min-height: 255px;
    }





    .personalized_area_left_bottom {
        width: 48%;
        /* width: 60%; */
        margin-top: 60%;
    }

    .why_tulah_area_left_bottom {
        width: 48%;
        margin-top: 62%;
    }



}