@media (min-width: 1921px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1700px) {
  header .wrapper {
    width: 92%;
  }
}

@media (max-width: 1440px) {

  .container,
  .large-container {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.59vw;
  }

  .top-head-box {
    display: none;
  }

  .button_container {
    display: inline-block;
    position: absolute;
    top: 28%;
    right: 3.2rem;
    height: 27px;
    width: 35px;
    cursor: Open Sans;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  ul.navmenu li a {
    font-size: 3rem;
  }

  ul.navmenu li a.product-dropdown::after {
    bottom: 1rem;
  }

  .sm-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }

  .button_container:hover {
    opacity: 0.7;
  }

  header .header-box {
    padding: 3rem 0;
  }

  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .button_container span {
    background: #B3C393;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: Open Sans;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  header nav ul li {
    padding-left: 0;
  }

  header nav {
    float: none;
    min-width: auto;
  }

  .overlay {
    position: fixed;
    background: var(--light-orange);
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    opacity: 0.8;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    overflow: hidden;
    z-index: 11;
  }

  .overlay.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .overlay.open ul.flex-box>li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .overlay.open ul.flex-box>li:nth-of-type(7) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .overlay nav {
    position: relative;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    padding-left: 5rem;
    width: 85%;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
  }

  header {
    width: 100%;
    left: 0;
    transform: none;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
  }

  header .wrapper {
    width: 100%;
    padding: 0 3.5rem;
  }

  header nav ul li {
    opacity: 1;
  }

  .overlay nav {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 5rem;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  header nav ul li a {
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
  }

  header nav ul li {
    opacity: 0;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #fff;
  }

  header .logo-box img {
    width: 6.2rem;
    height: 3.8rem;
  }

  header.blue-header nav ul li {
    padding-left: 0;
  }

  header {
    background-color: #fff;
    padding: 6rem 0;
    top: 0;
  }

  header .logo-box img {
    width: 38rem;
  }

  .button_container {
    top: 27%;
    right: 6.2rem;
  }

  header nav ul.navmenu li a {
    font-size: 6rem;
    text-align: center;
  }

  header nav ul li {
    text-align: center;
  }

  .search-icon-box {
    display: none;
  }
}

@media (max-width: 850px) {
  html {
    font-size: 0.9vw;
  }

  .full-750 {
    width: 100% !important;
  }

  .show-750 {
    display: block !important;
  }

  .hide-750 {
    display: none !important;
  }

  .mobile-grid-box-1 {
    grid-template-columns: repeat(1, 1fr);
  }

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

  .library-slider-box {
    margin-top: 5rem;
  }

  .library-slider-viewport {
    width: 100vw;
    margin-left: -2rem;
  }

  .library-slider-track {
    gap: 2rem;
    padding-left: 2rem;
  }

  .library-slider-box .slider-item {
    flex-basis: min(126vw, 73rem);
    width: min(126vw, 73rem);
  }

  .library-slider-box .text {
    padding-top: 2rem;
  }

  .resource-library-section .slider-nav {
    margin-top: 3.5rem;
    padding-top: 2rem;
  }

  .health-accordion-box .accordion-item .accordion-head.active .arrow-box::after {
    width: 7.5rem;
    height: 32px;
    z-index: 1;
  }

  .library-slider-box .text h3 {
    font-size: 4.7rem;
  }

  .faq-item {
    padding: 5rem;
    border-radius: 3rem;
  }

  .faq-item .faq-head h5 {
    width: 90%;
    font-size: 4.3rem;
    line-height: 1.3;
  }

  .faq-item .faq-head.active .arrow-box::after {
    width: 6.5rem;
  }

  .health-journey-box {
    padding: 9rem 6rem;
    text-align: center;
  }

  .health-journey-box ul li {
    text-align: left;
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  .health-journey-box ul li::after {
    width: 1rem;
    height: 1rem;
    top: 2.3rem;
  }

  .health-journey-box h3 {
    font-size: 5rem;
  }

  .health-journey-box h5 {
    font-size: 5rem;
  }

  .container,
  .large-container {
    width: 95%;
  }

  .hp-banner-section {
    padding-top: 15rem;
  }

  .heading-box p br {
    display: none;
  }

  p,
  body {
    font-size: 4rem;
  }
  h4{
    font-size: 4.5rem;
  }
  h5{
    font-size: 4.3rem;
  }
.heading-box br{
  display: none;
}

  .heading-box {
    text-align: center;
  }

  .health-accordion-box .accordion-item .accordion-body .img-box {
    width: 100%;
  }

  .health-accordion-box .accordion-item .accordion-body .img-box img {
    max-width: none;
    width: 100%;
  }

  .health-accordion-box .accordion-item {
    padding: 4.5rem 5rem;
    border-radius: 4rem;
    margin-bottom: 2.5rem;
  }

  .health-accordion-box .accordion-item .accordion-head h4 {
    width: 90%;
    line-height: 1.2;
  }

  .health-accordion-box .accordion-item .accordion-body .content-box {
    width: 100%;
    margin-top: 5rem;
  }

  .banner-slider-box .banner-item .img-box img {
    height: 80vh;
  }

  .banner-slider-box .banner-item .text-box {
    left: 4rem;
    width: 93%;
    top: 50rem;
  }

  .banner-slider-box ul.slick-dots {
    left: 7rem;
  }

  .banner-slider-box ul.slick-dots li.slick-active button {
    border: 2px solid #fff;
  }

  img.show-750 {
    border-radius: 2rem;
    margin: 5rem 0 !important;
  }

  .choise-content-item .text-box {
    padding: 0 !important;
    text-align: center;
  }

  .gallery-slider-item img {
    height: 90rem;
  }

  .wellness-gallery-slider-box .slick-arrow {
    display: none;
  }

  .gallery-slider-item img {
    height: 90rem;
  }

  .wellness-gallery-slider-box .slick-arrow {
    display: none !important;
  }

  .health-video-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2rem;
  }

  footer .logo-box img {
    width: 57rem;
  }

  footer .left-box {
    max-width: none;
  }

  footer .flex-box {
    flex-direction: column-reverse;
    grid-row-gap: 5rem;
  }

  footer .bottom-box {
    margin-top: 10rem;
  }

  .blog-listing-box .list-box .text-box .time {
    font-size: 2.5rem;
  }

  .blog-listing-box .list-box .text-box h5 {
    font-size: 4.5rem;
  }

  .sm {
    font-size: 3.5rem;
  }

  .article-side-box {
    margin-bottom: 6rem;
  }

  .article-side-box .table-title-box h5 {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 4rem;
  }

  .article-side-box .table-title-box>ul>li>a {
    font-size: 3.7rem;
  }

  .article-side-box .table-title-box>ul>li::after {
    top: 1.8rem;
    width: 1.3rem;
    height: 1.3rem;
  }

  .article-side-box .table-title-box>ul>li {
    padding-left: 3.5rem;
  }

  .blog-content-box .flex-box {
    flex-direction: column-reverse;
  }

  .library-slider-box {
    overflow: hidden;
  }

  ul.explore-list li {
    padding: 1.5rem 3.5rem;
    scroll-snap-align: start;
    min-height: auto;
    min-width: 35rem;
    font-size: 3.5rem;
    width: max-content;
  }
ul.explore-list li img{
  width: 5rem;
  margin-right: 2rem;
}
  ul.explore-list {
    margin-bottom: 7rem;
    margin-top: 10rem;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .health-accordion-box .accordion-item .arrow-box {
    top: 1.5rem;
    right: -.5rem;
    background-color: transparent !important;
  }
  .health-accordion-box .accordion-item .arrow-box::after{
    filter: invert(1) !important;
  }

  .btn {
    font-size: 4rem;
    padding: 3.5rem 8rem;
  }
  
.trusted-box {
  justify-content: center;
}
.trusted-box .text-box {
  width: 100%;
  text-align: center;
  margin: 5rem 0;
}
.trusted-box img {
  width: 15rem;
}
.trusted-box .text-box h4 {
  font-size: 6rem;
  margin-bottom: 4rem;
}
.resource-library-section .slider-nav::after{
  width: 82%;
  top: 55%;
}
.faq-item .arrow-box{
  top: 4.3rem;
  right: 1rem;
  background-color: transparent !important;
  width: 8rem;
  height: 8rem;
}
.faq-item .faq-head.active .arrow-box::after{
  filter: invert(1);
  height: 1px;
}

footer h6{
  font-size: 4.1rem;
}
footer .left-box span,.news-letter-box input{font-size: 3.8rem;}
.resource-library-section .slider-nav button{
  width: 7.5rem;
  height: 6.5rem;
}
.explore-content-box .explore-content-item .content-box h4{margin-bottom: 7rem;}
.explore-content-box .explore-content-item .content-box br{display: none;}
ul.knowledge-list li h5{font-size: 4.7rem;}
footer .bottom-box p {
  font-size: 3rem;
}
.inner-page-banner-section {
  padding: 30rem 0 15rem;
}
.form-box form input,.form-box form select{
  font-size: 3.3rem;
}
.form-box form textarea{
  font-size: 3.3rem;
  height: 15rem;
}
.category-content-box .choise-section .description-box li{
  font-size: 4rem;
  padding-left: 3.5rem;
  margin-bottom: 2.5rem;
}
.category-content-box .choise-section .description-box li::after{
  width: 1.7rem;
  height: 1.7rem;
}


}
