:root {
    --color-grey: #CDCCCC;
    --color-white: #fff;
    --color-black: #000;
    --dark-blue: #1F6087;
    --light-blue: #2C95D1;
    --color-333: #333;
    --color-transparent: transparent;
    --fs-90: 90px;
    --lh-100: 100px;
    --lh-50: 50px;

    --fs-18: 18px;
    --fs-16: 16px;
    --fs-30: 30px;
    --fs-40: 40px;
    --fs-170: 170px;
    --fs-100: 100px;
    --lh-24: 24px;
    --lh-170: 170px;
    --lh-100: 100px;
    --lh-63: 63px;

    --fs-70: 70px;
    --fs-24: 24px;
    --fs-22: 22px;
}

p {
    padding-bottom: 10px;
}

.contact-banner {
    min-height: 700px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #0000006b;
    background-blend-mode: overlay;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nine-zero {
    font-size: var(--fs-90);
    font-style: normal;
    font-weight: 400;
}

section.contact-banner .nine-zero {
    font-family: playfair display;
}

.title-contact {
    max-width: fit-content;
    margin-left: auto;
    width: 100%;
}

.clipath-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: -5.2%;
}

.contact-sec {
    position: relative;
}

.four-zero {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: var(--lh-50);
    padding-bottom: 20px;
}

.contact-holder {
    max-width: 705px;
    width: 100%;
    margin: 0 auto;
}

.contact-holder .fs-40 {
    font-family: "Playfair Display";
    color: var(--dark-blue);
}

.contact-details {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-main {
    padding-top: 70px;
}

.universal-input {
    margin-bottom: 25px;
}

.universal-input input {
    height: 48px;
    width: 100%;
}

.universal-input textarea,
.universal-input input {
    border: 1px solid var(--color-grey);
    color: var(--color-333);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    padding: 10px 20px;
    /* 144.444% */
}

.universal-input input::placeholder {
    color: var(--color-333);
}

.universal-input textarea {
    width: 100%;
}

.universal-input input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    border-radius: 41px;
    color: var(--color-white);
    background: var(--light-blue);
    font-weight: 500;
    color: var(--color-white);
    border-color: var(--light-blue);
    transition: 0.3s ease-in;
    padding: 0px;
}

.universal-input input[type="submit"]:hover {
    background: var(--color-transparent);
    border-color: var(--color-black);
    color: var(--color-black);
}

.contact-details p,
.contact-details p a {
    color: var(--color-black);
}

section.contact-sec {
    padding-bottom: 90px;
}

section.getin-touchsec {
    background: #c2ebffb5;
    padding: 80px 0px;
    backdrop-filter: blur(250px);

}

.gettouch-holder {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
}

ul.contact-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.426px;
    color: var(--color-black);
}

ul.contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.gettouch-holder .universal-anchor {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 45px;
}

.gettouch-holder .fs-40 {
    font-weight: 400;
    font-family: playfair display;
}

.gettouch-holder .universal-anchor a {
    border: 1px solid var(--color-transparent);
}

.gettouch-holder .universal-anchor a:hover {
    background: var(--color-transparent);
    color: var(--color-black);
    border-color: var(--color-black);
}

section.media-banner {
    min-height: 825px;
    color: var(--color-white);
    display: flex;
    align-items: center;
}

section.media-banner {
    min-height: 825px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.inner-banner.left .data-banner {
    max-width: 750px;
    width: 100%;
    margin: 0;
}

.inner-banner p{
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner-banner .fs-100{
    padding-bottom: 25px;
    font-family: playfair display;
}

.inner-banner.left {
    background-position: right;
}

.company-logo {
    max-width: 375px;
    min-height: 170px;
    border: 1px solid var(--dark-blue);
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

.company-logo:hover{
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
    border-color: var(--color-white);
}

.grid-company {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 30px;
}

.company-logo img {
    max-width: fit-content;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.media-sec {
    padding: 135px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.featured-sec .fs-60{
    font-family: playfair display;
    color: var(--dark-blue);
}

.featured-images {
    height: 324px;
    max-width: 575px;
    width: 100%;
    overflow: hidden;
}

.featured-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.universal-anchor.white a {
    border: 1px solid var(--color-black);
    background: transparent;
    color: var(--color-black);
}

.universal-anchor.white a:hover{
    background: var(--light-blue);
    color: var(--color-white);
    border-color: var(--light-blue);
}

.define-grid {
    max-width: 97%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-left: auto;
}

.fetured-details {
    max-width: 680px;
    width: 100%;
}

.define-grid .universal-anchor {
    max-width: fit-content;
    width: 100%;
}

.define-grid .fs-40{
    font-family: playfair display;
    font-weight: 400;
}

.featured-container {
    border-bottom: 1px solid var(--color-black);
    padding: 60px 0px;
}

section.featured-sec{
    padding: 75px 0px;
}

.grid-features .featured-container:last-child{
    border-bottom: none;
}

.fs-70 {
    color: var(--dark-blue);
    font-family: "Playfair Display";
    font-size: var(--fs-70);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.inner-banner.left.therapy .data-banner {
    max-width: 652px;
}
.inner-banner.left.therapy .data-banner p {
    color: #000;
    font-family: Poppins;
    font-size: var(--fs-22);
    font-weight: 400;
}
.therapy-section {
    padding: 130px 0;
}
.th-box {
    max-width: 942px;
    margin: 0 auto;
}
.therapy-section p {
    color: #000;
    font-family: Poppins;
    font-size: var(--fs-20);
    font-weight: 300;
    line-height: 1.8;
}

.icu-section .podcast-links {
    margin: 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #addcfc;
}
.icu-box {
    background: #addcfc;
    padding: 60px 0 40px;
}
.icu-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-50);
    font-weight: 800;
    line-height: 1.2;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.icu-section .pod-cast-list .fs-26 {
    max-width: 100%;
}

.mp-section {
    padding: 64px 0 84px;
}
.mp-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.mp-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-60);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 45px;
}
.mp-box p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 10px;
}
.mp-box p strong {
    color: var(--dark-blue);
    font-weight: 600;
}

.tmc-section {
    padding: 60px 0;
    background-color: #FFF;
    position: relative;
}
.tmc-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 544px;
    background-image: url(../img/tmc-banner.webp);
}
.tmc-section .container {
    position: relative;
    z-index: 1;
}
.tmc-box {
    max-width: 812px;
    width: 100%;
    margin: 0 auto;
}
.tmc-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.tmc-box p {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 1.5;
}
.tmc-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}
.tmc-event {
    background: #2C95D1;
    padding: 40px 70px;
    text-align: center;
    color: #FFF;
    display: grid;
    place-items: center;
}
.tmc-event p {
    color: #FFF;
    text-align: center;
    font-size: var(--fs-22);
    font-weight: 300;
    line-height: 1.5;
}

.schedul-section {
    padding: 20px 0;
}
.schedul-box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.schedul-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.schedul-box p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 1.5;
}
.schedul-box p strong {
    font-weight: 500;
}

.extensive-section {
    padding: 60px 0;
}
.extensive-box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.extensive-heading {
    color: var(--dark-blue);
    font-family: "Playfair Display";
    font-size: var(--fs-50);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 28px;
}
.extensive-box p {
    color: #000;
    text-align: center;
    font-size: var(--fs-30);
    font-weight: 300;
    line-height: 1.4;
}
.appoint-banner .fs-70 {
    color: #FFF;
    margin-bottom: 28px;
}
.inner-banner.appoint-banner p {
    color: #FFF;
    font-family: Poppins;
    font-size: var(--fs-22);
    font-weight: 300;
    line-height: 1.5;
}

.hero.inner-banner.left.appoint-banner .bottom-conent {
    max-width: 600px;
}
.inner-banner.left.therapy.coaching .data-banner {
    max-width: 740px;
}
.pc-section {
    padding: 100px 0;
}
.pc-box {
    max-width: 1102px;
    width: 100%;
    margin: 0 auto;
}
.pc-heading {
    color: var(--dark-blue);
    font-family: "Playfair Display";
    font-size: var(--fs-40);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.pc-box p {
    color: #000;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 20px;
}
.pc-queue {
    color: var(--dark-blue);
    font-size: var(--fs-24);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.icu-section .pod-cast-list li:last-child {
    border-bottom: none;
}
.exp-section {
    padding: 100px 0 70px;
}
.exp-box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.exp-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-60);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.exp-section p {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: normal;
}
.exp-section p strong {
    font-weight: 600;
}
.exp-section em {
    font-style: italic;
    font-weight: inherit;
}
.exp-grid {
    background: var(--light-blue);
    padding: 80px 100px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    margin: 30px 0;
}
.exp-grid::after {
    content: '';
    position: absolute;
    background: #fff;
    top: 45px;
    height: 74%;
    width: 1px;
    left: 50%;
}
.exp-list {
    position: relative;
    padding-left: 2rem;
}
.exp-list li {
    color: #FFF;
    font-family: Poppins;
    font-size: var(--fs-22);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
    list-style: disc;
}
.exp-list li:last-child {
    margin-bottom: 0;
}
.mx-1348 {
    max-width: 1348px;
    width: 100%;
    margin: 0 auto;
}
.dhc-section {
    padding: 70px 0;
    background-size: cover;
}
.dhc-box {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}   
.dhc-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.dhc-section p {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
}
.swo-section {
    padding: 80px 0 0;
}
.swo-box {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.swo-heading {
    color: #000;
    text-align: center;
    font-size: var(--fs-24);
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.swo-section p {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: normal;
}

.inner-banner.left.therapy.bookme .data-banner {
    max-width: 782px;
}
.bookme .fs-70, .inner-banner.left.therapy.bookme .data-banner p {
    color: #FFF;
}
.from-zoe-section {
    padding: 90px 0 100px;
    background-size: 100%;
    background-position: bottom;
    position: relative;
    z-index: 9;
}
.zms-section {
    position: relative;
    margin-top: -100px;
    padding: 180px 0 100px;
}
.zms-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background-image: url(../img/fact-about-bg.webp);
}
.from-zoe-box {
    max-width: 942px;
    width: 100%;
    margin: 0 auto;
}
.from-zoe-heading {
    color: var(--dark-blue);
    text-align: center;
    font-family: "Playfair Display";
    font-size: var(--fs-40);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 35px;
}
.from-zoe-box p {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 32px;
}
.zms-section .container {
    position: relative;
    z-index: 9;
}
.zms-wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.zms-wrap p {
    color: #000;
    text-align: center;
    font-size: var(--fs-24);
    font-weight: 300;
    line-height: 34px;
}
.zms-grid {
    position: relative;
    background: var(--light-blue);
    padding: 60px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.zms-grid::after {
    content: '';
    position: absolute;
    top: 50px;
    width: 1px;
    height: 75%;
    background: #FFF;
    left: 50%;
}
.zms-topic {
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: var(--fs-30);
    font-weight: 600;
    line-height: 30px;
}
.zms-list {
    padding-left: 90px;
}
.zms-list li {
    color: #FFF;
    font-size: var(--fs-24);
    font-weight: 300;
    line-height: normal;
    margin-bottom: 25px;
    list-style: disc;
}
.zms-list li:last-child {
    margin-bottom: 0;
}


  .slider-rotate {
    margin: 0 auto;
    background-color: #000000;
  }
  .slider-rotate__container {
    margin: 0 auto;
  }
  #slider-2 {
    margin: 50px 0;
    background: #ffffff;
  }
  
  /* --                       PLUGIN                      -- */
  /* ------------------------------------------------------- */
  .slider-rotate__container {
    position: relative;
    width: 1200px;
    height: 500px;
    visibility: hidden;
  }
  
  /*  --------------------------------------------------  */
  
  /*  --              ITEMS DISPLAY                     --*/
  
  /*  --------------------------------------------------  */
  
  .slider-rotate__item {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.8);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.8);
    -o-transform: translateY(-50%) translateX(-50%) scale(0.8);
    transform: translateY(-50%) translateX(-50%) scale(0.8);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  
  .slider-rotate__item.slider-rotate__item--next {
    left: 80%;
  }
  
  .slider-rotate__item.slider-rotate__item--prev {
    left: 20%;
  }
  
  .slider-rotate__item.slider-rotate__item--prev,
  .slider-rotate__item.slider-rotate__item--next {
    opacity: 0.7;
    z-index: 2;
  }
  
  .slider-rotate__item.slider-rotate__item--next-2 {
    left: 90%;
  }
  
  .slider-rotate__item.slider-rotate__item--prev-2 {
    left: 10%;
  }
  
  .slider-rotate__item.slider-rotate__item--next-2,
  .slider-rotate__item.slider-rotate__item--prev-2 {
    opacity: 0.4;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.3);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
    -o-transform: translateY(-50%) translateX(-50%) scale(0.3);
    transform: translateY(-50%) translateX(-50%) scale(0.3);
  }
  
  .slider-rotate__item.slider-rotate__item--active {
    z-index: 2;
    opacity: 1;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }  

.sreview {
    min-width: 513px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    height: 100%;
    text-align: center;
}
.sreview-wrap {
    padding: 65px 65px 40px;
}
.sreview-title {
    color: #000;
    font-size: var(--fs-24);
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
}
.sreview-wrap p {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 28px;
    min-height: 190px;
}
.sreview-about {
    padding: 16px 10px;
    background: #F2F2F2;
}

.visitor-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.visitor-icon img {
    width: 100%;
    height: 100%;
}
.review-client-name {
    color: #000;
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    margin-top: 7px;
}
.review-client-designation {
    color: #000;
    font-size: var(--fs-18);
    font-weight: 300;
    line-height: 1.4;
    padding: 0;
    margin-top: 4px;
}
.slider-rotate__item {
    max-width: 520px;
}
.reviewslider-section {
    position: relative;
    padding: 20px 0 100px;
}

.bms-video {
    height: 565px;
    max-width: 1120px;
    margin: 0 auto;
}   
.contact-sec.bms-contact .contact-details {
    max-width: 100%;
}
.contact-sec.bms-contact p {
    color: #000;
    text-align: center;
    font-size: var(--fs-20);
    font-weight: 300;
    line-height: 1.5;
}
.contact-sec.bms-contact .fs-40 {
    margin-bottom: 10px;
}
.contact-sec.bms-contact {
    padding: 60px 0;
}

@media(max-width:1600px) {
    :root {
        --fs-90: 80px;
        --fs-70: 60px;
        --fs-22: 20px;
    }

    .contact-banner {
        min-height: 600px;

    }

    section.contact-sec {
        padding-bottom: 60px;
    }

    .form-main {
        padding-top: 50px;
    }

    ul.contact-list li a {
        font-size: 20px;
    }

    .inner-banner .fs-100{
        padding-bottom: 15px;
    }

    .media-sec{
        padding: 80px 0px;
    }

    .featured-images {
        height: 250px;
    }

    .featured-container{
        padding: 40px 0px;
    }
    .therapy-section {
        padding: 100px 0;
    }
    .mp-heading {
        margin-bottom: 30px;
    }
    .mp-section, .exp-section {
        padding: 60px 0;
    }
    .tmc-event {
        padding: 30px;
    }
    .icu-box {
        padding: 40px 0 20px;
    }
    .mx-1348 {
        max-width: 1160px;
    }
    .exp-grid {
        padding: 60px;
    }
    .dhc-section {
        padding: 60px 0;
    }
    .swo-section {
        padding: 60px 0 0;
    }
    .from-zoe-section {
        padding: 80px 0;
    }
    .from-zoe-heading {
        margin-bottom: 30px;
    }
    .zms-wrap p {
        font-size: 20px;
    }
    .zms-list li {
        font-size: 20px;
    }
    .zms-list {
        padding-left: 60px;
    }
    .zms-topic {
        padding-left: 20px;
    }
    .sreview-wrap p {
        min-height: 160px;
    }
    .reviewslider-section {
        padding: 20px 0 60px;
    }
}

@media(max-width:1400px) {
    :root {
        --fs-90: 60px;
        --fs-70: 50px;
        --fs-24: 22px;
        --fs-22: 18px;
    }

    .contact-banner {
        min-height: 500px;
    }

    .universal-input textarea,
    .universal-input input {
        font-size: 15px;
        line-height: 26px;
        padding: 10px;
    }

    .universal-input input {
        height: 40px;
    }

    .universal-input {
        margin-bottom: 15px;
    }

    section.getin-touchsec {
        padding: 50px 0px;
    }

    .gettouch-holder .universal-anchor {
        padding-top: 30px;
    }

    ul.contact-list {
        gap: 20px;
    }

    .inner-banner p {
        font-size: 20px;
    }

    .inner-banner.left .data-banner {
        max-width: 525px;
    }

    .company-logo {
        min-height: 125px;
    }

    .featured-images {
        height: 200px;
    }

    .define-grid .fs-40{
        padding-bottom: 10px;
    }

    section.featured-sec{
        padding: 60px 0px;
    }

    .inner-banner.left.therapy .data-banner {
        max-width: 530px;
    }

    .therapy-section {
        padding: 80px 0;
    }
    .icu-heading {
        max-width: 700px;
    }
    .icu-box {
        padding: 30px 0 20px;
    }
    .tmc-grid {
        margin-top: 40px;
        gap: 20px;
    }
    .tmc-section::after {
        height: 460px;
    }
    .extensive-heading {
        margin-bottom: 20px;
    }
    .hero.inner-banner.left.appoint-banner .bottom-conent {
        max-width: 500px;
    }
    .appoint-banner .fs-70 {
        margin-bottom: 20px;
    }
    .inner-banner.left.therapy.coaching .data-banner {
        max-width: 680px;
    }
    .pc-section {
        padding: 60px 0;
    }
    .mp-section, .dhc-section {
        padding: 40px 0;
    }
    .exp-grid {
        padding: 40px;
        gap: 80px;
    }
    .exp-grid::after {
        top: 40px;
    }
    .swo-section {
        padding: 40px 0 0;
    }
    .from-zoe-section {
        padding: 60px 0;
    }
    .from-zoe-box p {
        line-height: 1.8;
    }
    .zms-wrap p {
        font-size: 18px;
        line-height: 1.5;
    }
    .zms-list li {
        font-size: 18px;
    }
    .zms-topic {
        font-size: 22px;
    }
    .slider-rotate__container {
        width: 1000px;
    }
    .sreview-title {
        margin-bottom: 20px;
    }
    .sreview-wrap p {
        line-height: 1.8;
        min-height: 140px;
    }
}

@media(max-width:1199px) {
    :root {
        --fs-90: 50px;
        --fs-70: 45px;
        --fs-22: 16px;
    }

    .contact-banner {
        min-height: 450px;
    }

    section.contact-sec {
        padding-bottom: 40px;
    }

    .inner-banner p {
        font-size: 16px;
    }

    .featured-images {
        height: 200px;
        margin: 0 auto;
    }

    .form-main{
        padding-top: 30px;
    }

    .inner-banner.left.therapy {
        min-height: 600px;
        background-position: left;
    }
    .therapy-section {
        padding: 60px 0;
    }
    .tmc-event {
        padding: 30px 20px;
    }
    .zms-grid {
        padding: 40px;
        gap: 20px;
    }
    .zms-topic {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .zms-list {
        padding-left: 40px;
    }
    .zms-list li {
        font-size: 16px;
    }
    .zms-section::after {
        height: 480px;
    }
    .slider-rotate__container {
        width: 800px;
    }
    #slider-2 {
        margin: 0;
    }
}

@media(max-width:991px) {
    :root {
        --fs-90: 40px;
        --fs-70: 40px;
        --fs-24: 20px;
    }

    ul.contact-list li a {
        font-size: 18px;
    }

    .grid-company {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 20px;
    }

    .media-sec{
        padding: 50px 0px;
    }

    section.featured-sec{
        padding: 40px 0px;
    }

    .featured-images {
        height: 300px;
    }

    .define-grid {
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        padding-top: 30px;
    }

    .define-grid .universal-anchor{
        margin: 0 auto;
    }

    .featured-titles {
        text-align: center;
        padding-bottom: 20px;
    }
    .tmc-grid {
        grid-template-columns: 1fr;
    }
    .tmc-section {
        padding: 40px 0;
    }
    .tmc-section::after {
        height: 100%;
        background-image: none;
        background-color: #addcfc;
    }
    .pc-section, .exp-section {
        padding: 40px 0;
    }
    .exp-heading {
        margin-bottom: 20px;
    }
    .exp-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .exp-grid::after {
        content: none;
        display: none;
    }
    .exp-grid {
        padding: 30px;
        margin: 20px auto;
    }
    .exp-list li, .exp-list li:last-child {
        margin: 10px 0;
    }
    .zms-section {
        padding: 140px 0 60px;
    }
    .zms-wrap p {
        font-size: 16px;
    }
    .zms-grid {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }
    .zms-grid::after {
        content: none;
        display: none;
    }
    .zms-col {
        margin-bottom: 10px;
    }
    .zms-topic {
        padding-left: 0;
    }
    .zms-list {
        padding-left: 32px;
    }
    .zms-list li {
        margin-bottom: 10px;
    }
    .slider-rotate__container {
        width: 600px;
    }
    .slider-rotate__item.slider-rotate__item--next {
        left: 72%;
    }
    .slider-rotate__item.slider-rotate__item--prev {
        left: 28%;
    }
}

@media(max-width:767px) {
    :root {
        --fs-90: 30px;
        --fs-70: 30px;
    }

    .fs-70 {
        margin-bottom: 12px;
    }

    .title-contact {
        margin: 0 auto;
        text-align: center;
    }

    .form-main {
        padding-top: 30px;
    }

    .universal-input input[type="submit"] {
        max-width: 100%;
    }

    .featured-container{
        padding: 20px 0px;
    }

    .inner-banner.left.therapy {
        min-height: 500px;
    }
    .inner-banner .fs-70 {
        font-weight: 700;
    }
    .from-zoe-section {
        padding: 40px 0;
    }
    .from-zoe-heading {
        margin-bottom: 20px;
    }
    .zms-wrap p {
        font-size: 14px;
        line-height: 1.8;
    }
    .zms-grid {
        margin-top: 20px;
    }
    .zms-topic {
        font-size: 18px;
    }
    .zms-list li {
        font-size: 15px;
    }
    .zms-section::after {
        height: 100%;
    }
    .slider-rotate__container {
        width: 500px;
    }
    .contact-sec.bms-contact {
        padding: 30px 0;
    }    
}

@media(max-width:575px){
    :root {
        --fs-90: 25px;
        --fs-70: 26px;
        --fs-24: 18px;
        --fs-22: 15px;
    }
    .grid-company {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .featured-images {
        height: 250px;
    }
    .therapy-section p, .inner-banner.left.therapy .data-banner p {
        line-height: 1.5;
    }
    .therapy-section {
        padding: 40px 0;
    }
    .therapy-section p {
        font-size: 15px;
    }
    .icu-box {
        padding: 20px 0;
    }
    .icu-section .podcast-links {
        padding-top: 10px;
    }
    .mp-heading {
        margin-bottom: 20px;
    }
    .schedul-heading {
        margin-bottom: 16px;
    }
    .th-box {
        text-align: center;
    }
    .appoint-banner .fs-70 {
        margin-bottom: 16px;
    }
    .pc-section, .tmc-section, .exp-section, .mp-section, .dhc-section {
        padding: 30px 0;
    }
    .exp-grid {
        padding: 20px;
    }
    .exp-list {
        padding-left: 1rem;
    }
    .swo-section {
        padding: 30px 0 0;
    }
    .slider-rotate__item.slider-rotate__item--prev,
    .slider-rotate__item.slider-rotate__item--next {
        left: 50%;
    }
    .sreview {
        min-width: 400px;
    }
    .sreview-wrap {
        padding: 40px 20px 20px;
    }
    .sreview-wrap p {
        min-width: auto;
    }
    .sreview-title {
        margin-bottom: 10px;
    }
    .reviewslider-section {
        padding: 20px 0;
    }
    .slider-rotate__container {
        width: 400px;
    }
    .bms-video {
        height: 400px;
    }
}

@media (max-width: 430px) {
    :root {
        --fs-70: 24px;
        --fs-24: 16px;
        --fs-22: 14px;
    }
    .inner-banner.left.therapy {
        min-height: 420px;
    }
    .therapy-section p {
        font-size: 14px;
    }
    .pc-heading, .pc-queue {
        margin-bottom: 10px;
    }
    .zms-list {
        padding-left: 24px;
    }
    .zms-grid {
        padding: 20px;
    }
    .zms-topic {
        line-height: 1.2;
    }
    .zms-list li {
        font-size: 14px;
    }
    .sreview {
        min-width: 300px;
    }
    .slider-rotate__container {
        width: 300px;
    }
}