* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a, ul, li, p, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
}
 h3 {
    color: #521207;
    font-family: 'Ringside Extra Wide';
    font-size: 26px;
    line-height: 30px;
}
@font-face {
    font-family: 'Ringside Extra Wide';
    src: url('Font/RingsideExtraWide-Book.eot');
    src: url('Font/RingsideExtraWide-Book.eot?#iefix') format('embedded-opentype'),
        url('Font/RingsideExtraWide-Book.woff2') format('woff2'),
        url('Font/RingsideExtraWide-Book.woff') format('woff'),
        url('Font/RingsideExtraWide-Book.ttf') format('truetype'),
        url('Font/RingsideExtraWide-Book.svg#RingsideExtraWide-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ringside';
    src: url('Font/Ringside-Book.eot');
    src: url('Font/Ringside-Book.eot?#iefix') format('embedded-opentype'),
        url('Font/Ringside-Book.woff2') format('woff2'),
        url('Font/Ringside-Book.woff') format('woff'),
        url('Font/Ringside-Book.ttf') format('truetype'),
        url('Font/Ringside-Book.svg#Ringside-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Garamond Std Book';
    src: url('../ITCGaramondStd-BkIta.eot');
    src: url('../ITCGaramondStd-BkIta.eot?#iefix') format('embedded-opentype'),
        url('../ITCGaramondStd-BkIta.woff2') format('woff2'),
        url('../ITCGaramondStd-BkIta.woff') format('woff'),
        url('../ITCGaramondStd-BkIta.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
.tabs {
    display: flex;
    flex-wrap: wrap; // make sure it wraps
}
.tabs label {
       order: 1;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #FDE8E5;
    text-align: center;
    transition: background ease 0.2s;
    width: 100%;
    font-family: 'Ringside';
    max-width: 33%;
        margin-bottom: 0;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #521207;
    line-height: 22px;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
    width: 100%;
    display: none;

  background: #fff;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #E1251B;
        color: #ffffff;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
   
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}


.menu-items li a img {
            max-width: 18px !important;
        }
.navbar{
/*     box-shadow: 0px 5px 10px 0px #aaa; */
    position: fixed;
    width: 100%;
    background: #e1251b;
    color: #000;
    opacity: 0.85;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;

     width: 85%;
            background: #e1251b;
            color: #000;
            z-index: 99999;
            margin: 0 auto;
            left: 50%;
            transform: translate(-50%, 0%);
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            justify-content: center;
            padding: .4rem .5rem;
}
.navbar-container img {
            max-width: 80px;
        }
.navbar-container{
    display: flex;
    width: 95%;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
   color: #ffffff;
            text-decoration: none;
            font-weight: normal;
            font-family: 'Ringside';
            font-size: 14px;
            line-height: 18px;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar-container img {
    max-width: 65px;
    margin-top: 20px;
} 
.navbar a{
   color: #e1251b;
}
    .navbar{
      opacity: 1;
          width: 100%;
              position:fixed;
        justify-content: flex-start;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
      width: 100%;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #ffffff;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 10px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
     margin-bottom: 10px;
        font-size: 1.1rem;
        font-weight: 500;
        margin-left: 10px;  
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}


header {
       position: relative;
    background-image: url("Images/Header BG.png");
    padding: 200px 0 160px;
    background-size: cover;
    background-repeat: no-repeat;

}




.Hero_banner img {
    width: 100%;
}


.banner_cntnt p {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Ringside Extra Wide';
    text-transform: uppercase;
    color: #521207;
}
.banner_cntnt h1 span {
    font-size: 116px;
    font-weight: normal;
    line-height: 120px;
    color: #E1251B;
    font-family: 'ITC Garamond Std Book';
}
.banner_cntnt h1 {
    font-size: 96px;
        margin: 15px 0;
    line-height: 100px;
    color: #E1251B;
    font-family: 'Ringside';
    font-weight: 600;
}
.banner_cntnt h2 {
    color: #521207;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Ringside Extra Wide';
}

.desktop_nav {
    text-align: right;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    padding: 20px 0;
}
.up_btn, .next_sec {
   display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 6%;
    align-items: center;
    justify-content: center;
}
.up_btn img, .next_sec img {
    max-width: 10px;
    width: 100%;
}
.up_btn a, .next_sec a {
    color: #521207;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Ringside';
    background-color: transparent;
}
.back-to-top {
       background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.next_sec a {
    padding-bottom: 10px;
}

section.Second_module {
    padding: 50px 10px;
    background: #FBCFC8;
}

.Box_wrap {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.inner_box {
    max-width: 18%;
    width: 100%;
    background: #fef5f4;
    margin: 10px;
    position: relative;
    padding-bottom: 20px;
    border-radius: 10px;
    
}
.Box_head {
    text-align: center;
    padding: 15px 0;
    background: #E1251B;
        border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.Box_head p {
    font-family: 'Ringside Extra Wide';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.box_para {
    padding: 15px 20px;
        margin-bottom: 25px;

}
.box_para p {
    color: #521207;
    font-family: 'Ringside';
    font-size: 16px;
    line-height: 20px;
}

.box_CTA {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.box_CTA a {
    color: #E1251B;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Ringside';
        display: flex;
    align-items: baseline;
}
.box_CTA a img {
    max-width: 7px;
    width: 100%;
    margin-left: 5px;
}
section.third_module {
    padding: 50px 10px;
}
.row.brdr_btm {
    padding-bottom: 40px;
    border-bottom: 1px solid #521207;
}
.Obesity_mod {
    border-right: 2px solid #521207;
    display: flex;
    align-items: center;
}
.Obesity_box_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
       align-items: flex-start;
    flex-wrap: wrap;
}
.module_22_mobile{
        display: none;
     }
.Obesity_mod h1 {
    color: #521207;
       font-size: 46px;
    line-height: 50px;
    font-family: 'Ringside Extra Wide';
}
.Obesity_Inner_box img {
    max-width: 95px;
    width: 100%;
}
.Obesity_Inner_box {
    width: 100%;
    text-align: center;
    max-width: 28%;
    margin: 10px 15px;
}
.Obesity_Inner_box p {
    color: #521207;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Ringside';
}
.Obesity_mod_points {
    padding-top: 15px;
}
.third_module_head h2 {
    font-family: 'Ringside Extra Wide';
    font-weight: 400;
        font-size: 20px;
    line-height: 24px;
        color: #521207;
    text-transform: uppercase;
}
.third_module_head {
    margin-bottom: 30px;
}
section.fourth_module {
    position: relative;
    padding: 15px 0 50px;
}
.fourth_lft_wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 60px 20px 10px;
}
.fourth_lft_wrp h3 {
    color: #521207;
    font-family: 'Ringside Extra Wide';
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 30px;
}
.fourth_lft_wrp P {
    color: #521207;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Ringside';
}
.fourth_rgt_inr_wrp img {
    max-width: 100px;
    width: 100%;
}
.fourth_rgt_inr_wrp p {
    color: #521207;
    font-family: 'Ringside Extra Wide';
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 38px;
}
.fourth_rgt_inr_wrp {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.fourth_rgt_wrp {
    
    
    background: #FBCFC8;
    padding: 30px 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.Continuous_left img {
    max-width: 460px;
    width: 100%;
}
.Continuous_right h3 {
    color: #521207;
    font-family: 'Ringside Extra Wide';
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 30px;
}
.Continuous_right ul li {
    color: #521207;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Ringside';
}
.Continuous_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.sixth_module{
    padding: 50px 10px;
}
.accordion {
    margin-top: 15px;
    border-top: 1px solid #521207;
}
.abbrevation p {
    color: #521207;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Ringside';
}

.t-p{
  padding: 0px 10px 0px 15px;
    color: #521207;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Ringside';
}
.accordion .item .item-header h2 button.btn.btn-link {
        color: #521207;
    border-radius: 0px;
    font-family: 'Ringside';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;

}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
   width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #eca300;
    background-color: black;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
button.btn.btn-link img {
    max-width: 20px;
}
.t-p ol li {
    margin-left: 15px;
}
.seventh_module_wrap {
    padding: 0;
}
.eighth_module_left h3 {
    margin-bottom: 20px;
}
section.eighth_module {
    padding: 50px 10px;
}
.eighth_module_right {
    display: flex;
    align-items: center;
}
.eighth_module_left img {
    max-width: 500px;
    width: 100%;
}
.eighth_module_right p, .nineth_module_left p {
    color: #521207;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Ringside';
}
.nineth_module_left h3 {
    margin-bottom: 20px;
}
.nineth_module_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.tenth_module {
    padding: 50px 10px;
}
#faq__accordian-main-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}
.faq__accordion-wrapper {
    overflow: hidden;
}
.faq__accordion-content p {
    margin: 0;
}
.faq__accordian-heading {
   background-color: #FBCFC8;
    padding: 10px 30px 10px 45px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
}
.faq__accordian-heading.active {
    margin-bottom: 0;
}


.faq__accordian-heading.active::before {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}
.faq__accordian-heading.active::before {
    color: #ffffff;
}
.faq__accordion-content {
    display: none;
    padding: 30px 20px 20px;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    background-color: #ffffff;
    border-left: 1px solid #eb584b;
    border-right: 1px solid #eb584b;
    border-bottom: 1px solid #eb584b;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: -20px;
    margin-bottom: 35px;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.close_btn_wrap {
    text-align: right;
    padding: 20px 20px 0;
}
.close_accordion_btn {
    background: transparent;
    border: none;
    padding: 10px 20px;
    font-family: 'Ringside';
    font-size: 16px;
    line-height: 20px;
    color: #521207;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.close_accordion_btn:hover {
    opacity: 0.7;
}
.close_btn_wrap .close_accordion_btn img {
    max-width: 20px !important;
    width: 20px !important;
    height: auto;
}
.FAQ_wrap {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
}
.FAQ_left {
    border-right: 2px solid #ffffff;
}
.FAQ_left, .FAQ_right {
    max-width: 45%;
    width: 100%;
}
.FAQ_right p {
    color: #521207;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Ringside';
}
.faq__accordian-heading:hover {
    color: inherit;
    text-decoration: none;
}
.see_more p {
    color: #521207;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Ringside';
    font-weight: 900;
}
.see_more {
    text-align: right;
    margin-top: 20px;
}
.see_more p img{
    max-width: 15px;
    width: 100%;
}
.scnd_wrap .faq__accordian-heading {
    background-color: #EB5A4C;
}
.scnd_wrap .FAQ_left h3, .scnd_wrap .FAQ_right p, .thrd_wrap .FAQ_left h3, .thrd_wrap .FAQ_right p {
    color: #ffffff;
}
.thrd_wrap .faq__accordian-heading {
    background-color:#521207;
}
img.image_1 {
    max-width: 55%;
    width: 100%;
}

.scnd_wrap .faq__accordion-content {
    text-align: center;
}
.eleventh_module {
    padding: 50px 10px;
    background: #FBCFC8;
}
.medm_scrn_img, .small_scrn_img{
    display: none;
}
.fourteenth_module .third_module_head {
    padding-top: 40px;
    border-top: 1px solid #521207;
}
.homeostasis_left p {
    color: #521207;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Ringside';
    margin-top: 15px;
        text-align: left;
}

.homeostasis_right, .homeostasis_left {
    text-align: center;
    margin-top: 20px;
}
.homeostasis_right img {
    max-width: 80%;
    width: 100%;
}
.homeostasis_left img {
    max-width: 100%;
    width: 100%;
}
.fifteenth_module {
    background: #FDE8E5;
}
.sixteenth_module, .module_17{
    padding: 50px 10px;
}
 .extra_large {
    font-size: 92px;
    line-height: 94px;
    color: #E1251B;
    font-weight: bold;
}
span.module_1_span {
    color: #E1251B;
    font-weight: bold;
}
.module_18_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.meta_analysis_link {
    margin-top: 20px;
    text-align: center;
}
.meta_analysis_link a {
    color: #E1251B;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Ringside Extra Wide';
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.meta_analysis_link a img {
    max-width: 12px;
    width: 100%;
    margin-left: 8px;
}
.meta_analysis_content {
    margin-top: 60px;
    padding-top: 20px;
}
.meta_analysis_box {
    background-color: #ffffff;
    border: 2px solid #eb584b;
    border-radius: 20px;
    overflow: hidden;
}
.meta_analysis_header {
    background-color: #E1251B;
    color: #ffffff;
    padding: 20px 30px;
    text-align: center;
}
.meta_analysis_header h2 {
    margin: 0;
    font-family: 'Ringside';
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}
.meta_analysis_body {
    padding: 40px 30px;
    background-color: #ffffff;
}
.meta_analysis_body img {
    width: 100%;
    height: auto;
}
.meta_analysis_box .close_btn_wrap {
    text-align: right;
    padding: 20px 30px;
    background-color: #ffffff;
}
.meta_analysis_box .close_meta_analysis_btn {
    background: transparent;
    border: none;
    padding: 10px 20px;
    font-family: 'Ringside';
    font-size: 16px;
    line-height: 20px;
    color: #521207;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.meta_analysis_box .close_meta_analysis_btn:hover {
    opacity: 0.7;
}
.meta_analysis_box .close_meta_analysis_btn img {
    max-width: 20px;
    width: 100%;
}
.module_19 img {
    max-width: 100px;
    width: 100%;
    margin-bottom: 15px;
}
.third_module_head p {
    color: #521207;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Ringside';
    margin-top: 20px;
}

img.mobl_img {
    display: none;
}

.box .card {
 margin-top: 20px;
    display: flex;
    border: none;
    flex-direction: row;
/*     justify-content: space-between; */
}

/* To make radio button hidden */
.card input[type="radio"] {
  display: none;
}

.card .list {
  width: 100%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list label {
  width: 100%;
  height: 60px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  color: gray;
  z-index: 5;
  cursor: pointer;
}

.list label:hover {
  color: blue;
}

/* To make label color white */
#home:checked ~ .list .home, #blog:checked ~ .list .blog, #help:checked ~ .list .help, #code:checked ~ .list .code, #about:checked ~ .list .about {
    color: white;
        width: 115%;
    transition: 0.8s ease;
    background-image: url("Images/Arrow_right.jpg");
        background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.list label img {
    max-width: 30px;
    width: 100%;
}

.list label i {
  font-size: 22px;
}


  .list .topic {
    color: #521207;
    font-size: 16px;
    font-family: 'Ringside';
    line-height: 20px;
}

.indicator {
  width: 100%;
  height: 50px;
  
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in;
}

/* To move the indicatore based on click */
#home:checked ~ .list .indicator {
  top: 0;
}

#blog:checked ~ .list .indicator {
  top: 50px;
}

#help:checked ~ .list .indicator {
  top: 100px;
}

#code:checked ~ .list .indicator {
  top: 150px;
}

#about:checked ~ .list .indicator {
  top: 200px;
}

.card .content {
  width: 100%;
  max-width: 75%;
}

/* To hide all the content */
.content .home,
.content .blog,
.content .help,
.content .code,
.content .about {
  display: none;
}

.content .sub-title {
  font-size: 21px;
  font-weight: 600;
}

.content hr {
  height: 3px;
  background-color: black;
}

.content .txt {
  margin-top: 5px;
    color: gray;
    text-align: justify;
    font-size: 16px;
    padding: 5px 5px 5px 50px;
    border: 2px solid #fde8e5;
    border-radius: 15px;
}

/* To show the content based on selection */

#home:checked ~ .content .home {
  display: block;
}

#blog:checked ~ .content .blog {
  display: block;
}

#help:checked ~ .content .help {
  display: block;
}

#code:checked ~ .content .code {
  display: block;
}

#about:checked ~ .content .about {
  display: block;
}






  .content-section {
    display: none;
  }

  input#home:checked ~ .content .home,
  input#blog:checked ~ .content .blog,
  input#help:checked ~ .content .help,
  input#code:checked ~ .content .code,
  input#about:checked ~ .content .about {
    display: block;
  }

  .list label {
    cursor: pointer;
    display: inline-block;
    padding:15px 10px 15px 25px;
    background-color: #FDE8E5;
    margin-right: 10px;
    border-radius: 4px;
  }

  

  .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    
    transition: 0.3s ease;
  }

  .list label.home:checked ~ .indicator {
    transform: translateX(0%);
  }

  .list label.blog:checked ~ .indicator {
    transform: translateX(100%);
  }

  .list label.help:checked ~ .indicator {
    transform: translateX(200%);
  }

  .list label.code:checked ~ .indicator {
    transform: translateX(300%);
  }

  .list label.about:checked ~ .indicator {
    transform: translateX(400%);
  }
.Continuous_left.module_25 img {
    border-radius: 20px;
}
.Continuous_left.module_25 {
    text-align: center;
}
section.module_23 {
    padding: 50px 0;
}
.module_25 {
    padding: 50px 10px;
}
section.module_26 {
    padding-bottom: 50px;
}
section.nineth_module.module_28 {
    margin: 50px 0 0;
    background-image: url("Images/Image_Video.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.nineth_module.module_28 .nineth_module_right {
    padding: 50px 0;
}
.module_29 {
    padding-bottom: 0;
}
section.nineth_module.module_27 {
    background: #FDE8E5;
    padding: 50px 10px;
}
.module_27 h3 {
    text-transform: uppercase;
}
.module_27 p {
    margin-bottom: 40px;
}
.module_27 img {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
}
footer {
    background: #e5dbda;
    padding: 40px 10px 30px;
}
.footer_info {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer_info p {
    color: #521207;
    line-height: 18px;
    font-size: 12px;
    font-family: 'Ringside';
    margin-bottom: 15px;
    text-align: left;
}
.footer_info a {
    color: #521207;
    text-decoration: underline;
}
.footer_info a:hover {
    color: #E1251B;
}
.footer_wrap {
    padding-top: 20px;
}
.footer_wrap img {
    max-width: 375px;
    width: 100%;
}
.Eff_partnership_main {
    width: 100%;
    display: block;
}
.Eff_partnership_main_inner {
   display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 20px;
    background: #ffffff;
    border: 1.5px solid #eb5a4c;
    border-radius: 30px;
}
.partnership_box_left {
    width: 100%;
    max-width: 23%;
    background: #eb5a4c;
    text-align: center;
    border-radius: 25px;
}
.partnership_box_left h2 {
    font-size: 38px;
    line-height: 42px;
    font-family: 'Ringside';
    font-weight: bolder;
    color: #ffffff;
    padding: 30px 10px;
}
.cpartnership_box_left {
    width: 100%;
    max-width: 70%;
        padding-right: 30px;

}
.cpartnership_box_left p {
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    color: #521207;
}
/* Media Query */

@media(max-width:1399px){
    .navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
}
header {
    padding: 130px 0 50px;
}
.banner_cntnt h1 span {
    font-size: 90px;
    line-height: 94px;
}
.banner_cntnt h1 {
    font-size: 80px;
    line-height: 84px;
}
.banner_cntnt h2 {
    font-size: 22px;
    line-height: 26px;
}
 .menu-items li {
    margin-left: 3rem;
}
.up_btn, .next_sec {
    width: 10%;

}
.banner_cntnt h2 font {
    vertical-align: 8px !important;
}
.navbar {
    width: 100%;
        border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
    .desktop_nav {
        text-align: right;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        padding: 10px 0;
        justify-content: flex-end;
    }
    .up_btn, .next_sec {
        display: flex;
        flex-direction: row;
        width: 10%;
    }
        .next_sec a {
        padding-bottom: 0;
        padding-right: 5px;
    }
}

@media(max-width:1199px){
    .menu-items li {
    margin-left: 2rem;
}
   
        .navbar-light .navbar-nav .nav-link {
        padding: 0 12px;
        font-size: 14px;
    }
    .inner_box {
    max-width: 30%;
    width: 100%;
    margin-bottom: 10px;
}
.list .topic {
    color: #521207;
    font-size: 12px;
    font-family: 'Ringside';
    line-height: 20px;
    margin-left: 5px;
} 
.list label {
    cursor: pointer;
    display: inline-block;
    padding: 15px 10px 15px 10px;
    background-color: #FDE8E5;
    margin-right: 10px;
    border-radius: 4px;
}
}
@media(max-width:991px){
        .up_btn, .next_sec {
        width: 15%;
    }
    .banner_cntnt p {
    font-size: 16px;
    line-height: 20px;
}
.banner_cntnt h1 {
    font-size: 50px;
    margin: 10px 0;
    line-height: 54px;
}
.banner_cntnt h2 font {
        vertical-align: 8px !important;
        font-size: 10px !important;
        line-height: 10px !important;
    }
.banner_cntnt h1 span {
    font-size: 62px;
    line-height: 66px;
}
.banner_cntnt h2 {
    font-size: 14px;
    line-height: 20px;
}
    .card .list {
    width: 100%;
    max-width: 40%;
}
.card .content {
    width: 100%;
    max-width: 60%;
}
    .inner_box {
        max-width: 45%;
    }
    .Obesity_Inner_box {
    max-width: 25%;
}
.Obesity_mod h1 {
    font-size: 28px;
    line-height: 32px;
}
.Obesity_mod h1 font{
    font-size: 10px !important; 
    line-height: 10px !important;
    vertical-align: 10px !important;
}
.Obesity_mod h1 br {
    display: none;
}
.navbar {
    width: 100%;
}
 .menu-items li {
    margin-left: 1rem;
}
.Eff_partnership_main_inner {
    width: 100%;
}
.partnership_box_left h2 {
     font-size: 26px;
    line-height: 32px;
    padding: 25px 10px;
}
.cpartnership_box_left {
    width: 100%;
    max-width: 72%;
    padding-right: 10px;
}
    .tabs .tab, .tabs label {
        order: initial;
        max-width: 100% !important;
        width: 100%;
    }

}
@media(max-width:767px){
    section.third_module.fifteenth_module .third_module_head h2 font{
            font-size: 9px !important;
    line-height: 9px !important;
    vertical-align: 4px !important;
    }
    .desktop_nav {
    display: none;
}
    .close_accordion_btn {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 15px;
    }
    .close_btn_wrap .close_accordion_btn img {
        max-width: 16px !important;
        width: 16px !important;
        height: auto;
    }
    .faq__accordion-content {
        padding: 20px 15px 15px;
        padding-top: 40px;
        padding-bottom: 30px;
        background-color: #ffffff;
        border-left: 1px solid #eb584b;
        border-right: 1px solid #eb584b;
        border-bottom: 1px solid #eb584b;
        border-top: none;
        margin-top: -20px;
        margin-bottom: 30px;
        z-index: 0;
    }
    .meta_analysis_link a {
        font-size: 16px;
    }
    .meta_analysis_header {
        padding: 15px 20px;
    }
    .meta_analysis_header h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .meta_analysis_body {
        padding: 25px 20px;
    }
    .meta_analysis_box .close_btn_wrap {
        padding: 15px 20px;
    }
    .meta_analysis_box .close_meta_analysis_btn {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 15px;
    }
    .meta_analysis_box .close_meta_analysis_btn img {
        max-width: 16px;
    }
    .footer_info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_info p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 12px;
    }
.homeostasis_left p {
    color: #521207;
    font-size: 8px;
    line-height: 12px;
}
    .desktop_nav {
    text-align: right;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    justify-content: flex-end;
}
    header {
        padding: 80px 0 25px;
    }
        .banner_cntnt p {
        font-size: 12px;
        line-height: 16px;
    }
        .banner_cntnt h1 {
        font-size: 36px;
        margin: 5px 0;
        line-height: 40px;
    }
        .banner_cntnt h1 span {
        font-size: 46px;
        line-height: 50px;
    }
        .banner_cntnt h2 {
        font-size: 10px;
        line-height: 14px;
    }

.cpartnership_box_left {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
}
.partnership_box_left {
    width: 100%;
    max-width: 100%;
    background: #eb5a4c;
    text-align: center;
    border-radius: 25px;
}
.Eff_partnership_main_inner {
    flex-direction: column;
}
.up_btn, .next_sec {
    display: flex;
    flex-direction: row;
    width: 20%;
    align-items: center;
    justify-content: center;
}
.back-to-top {
    padding: 0 0 0 5px;
}
.next_sec a {
    padding-bottom: 0;
    padding-right: 5px;
}
        .inner_box {
        max-width: 45%;
    }
    .third_module_head h2 {
    font-size: 12px;
    line-height: 16px;
}
.Obesity_mod h1 {
        font-size: 24px;
        line-height: 28px;
    }
    
.third_module_head {
    margin-bottom: 10px;
}
    .Obesity_Inner_box {
        max-width: 35%;
    }
    .Obesity_mod {
    justify-content: center;
    border: none;
}
.medm_scrn_img{
    display: block;
}
img.dsktp_size {
    display: none;
}
.row.brdr_btm {
    padding-bottom: 1px;
    border-bottom: none;
}
section.fifth_module ul {
    margin-left: 20px;
}
.nineth_module_left, .nineth_module_right {
    padding-bottom: 20px;

}
.FAQ_wrap {
    width: 100%;
    flex-direction: column;
}
.faq__accordian-heading {
    padding: 20px;
}
.FAQ_left, .FAQ_right {
    max-width: 100%;
    border: none;
}
.FAQ_left h3 {
    margin-bottom: 20px;
}
    .tabs .tab, .tabs label {
        order: initial;
        max-width: 100% !important;
        width: 100%;
       
    }
    .tabs label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
    h3 {
    color: #521207;
    font-family: 'Ringside Extra Wide';
    font-size: 16px;
    line-height: 20px;
}
.list label img, #home:checked ~ .list .home, #blog:checked ~ .list .blog, #help:checked ~ .list .help, #code:checked ~ .list .code, #about:checked ~ .list .about {
    display: none;
}
.list label {
    padding: 10px;
}
section.sixth_module{
    padding: 20px 10px;
}
img.mobl_img {
    display: block;
}
img.dsk_im{
    display: none;
}
section.nineth_module.module_17 {
    padding: 0 0 15px 0;
}
 .module_25, .module_17, section.Second_module, section.third_module, section.eighth_module, section.tenth_module, .sixteenth_module {
   padding: 20px 10px;
}
.fourth_rgt_wrp {
    position: relative;

}
.fourth_lft_wrp {
    padding: 10px 10px 20px 10px;
}
}
@media(max-width:480px){
    .fourth_rgt_inr_wrp p {
    font-size: 18px;
    line-height: 22px;
}
  .image-container img {
            transition: transform 0.3s ease-in-out;
        }

        .image-container img:hover {
            transform: scale(1.2);
        }
    .close_accordion_btn {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 10px;
        gap: 5px;
    }
    .close_btn_wrap .close_accordion_btn img {
        max-width: 14px !important;
        width: 14px !important;
        height: auto;
    }
    .close_btn_wrap {
        padding: 15px 10px 0;
    }
    .faq__accordion-content {
        padding: 15px 10px 10px;
        padding-top: 35px;
        padding-bottom: 25px;
        background-color: #ffffff;
        border-left: 1px solid #eb584b;
        border-right: 1px solid #eb584b;
        border-bottom: 1px solid #eb584b;
        border-top: none;
        margin-top: -20px;
        margin-bottom: 25px;
        z-index: 0;
    }
    .meta_analysis_link a {
        font-size: 14px;
    }
    .meta_analysis_link {
        margin-top: 15px;
    }
    .meta_analysis_content {
        margin-top: 20px;
    }
    .meta_analysis_header {
        padding: 12px 15px;
    }
    .meta_analysis_header h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .meta_analysis_body {
        padding: 20px 15px;
    }
    .meta_analysis_box .close_btn_wrap {
        padding: 12px 15px;
    }
    .meta_analysis_box .close_meta_analysis_btn {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 10px;
        gap: 5px;
    }
    .meta_analysis_box .close_meta_analysis_btn img {
        max-width: 14px;
    }
    .footer_info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer_info p {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    footer {
        padding: 30px 10px 20px;
    }
 h3 {
    font-size: 20px !important;
    line-height: 24px !important;
}
 h3 font{
font-size: 8px !important;
    line-height: 8px !important;
    vertical-align: 8px !important;
}
.footer_wrap img {
    max-width: 250px;
    width: 100%;
}
     .eleventh_module, .module_25, .module_17, section.Second_module, section.third_module, section.eighth_module, section.tenth_module, .sixteenth_module {
   padding: 20px 10px;
}
.banner_cntnt h2 font {
        vertical-align: 6px !important;
        font-size: 6px !important;
        line-height: 6px !important;
    }
section.fourth_module h3 br {
    display: none;
}
#faq__accordian-main-wrapper {
    padding: 0;
}
.abbrevation p {
    font-size: 12px;
    line-height: 16px;
}
  .small_scrn_img{
    display: block;
            text-align: center;

  }
  .up_btn, .next_sec {
    display: flex;
    flex-direction: row;
    width: 25%;
}
  .small_scrn_img img {
    max-width: 80%;
    width: 100%;
    margin: 15px 0;
}
  .medm_scrn_img, .dsktp_size{
    display: none;
  }
        .inner_box {
        max-width: 100%;
    }
     .Obesity_Inner_box {
        max-width: 100%;
    }
    .third_module_head h2 {
        text-align: center;
    }
    .Obesity_mod h1 {
        font-size: 16px;
        line-height: 20px;
                text-align: center
    }
        .Obesity_mod h1 font {
        vertical-align: 6px !important;
    }
        .navbar {
        height: 50px;
        position: fixed;
        border-radius: 0;
        border-radius: 0;
    }
    .navbar-container .hamburger-lines {
        height: 20px;
        width: 25px;
        top: 10px;
        right: 20px;
    }
        .navbar-container img {
        max-width: 65px;
        margin-top: 0px;
    }
        .navbar .menu-items {
        margin-top: 5px;

}
.partnership_box_left h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 10px 5px;
    }
        .partnership_box_left {
        border-radius: 10px;
    }
    .Eff_partnership_main_inner {
    border-radius: 12px;
}
    .cpartnership_box_left {
        padding: 12px;
    }
    .module_27 p {
    margin-bottom: 10px;
}
section.Second_module{
    padding: 20px 0px;
}
}



.module_26_mobile{
display: none;
}

@media(max-width: 991px) {
    .module_22{
display: none;
    }
    .module_26_mobile{
display: block;
margin-top: 20px;
}

}



[aria-expanded="true"] i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .refer a{
               display: flex;
    justify-content: space-between;
    margin: 12px 0;
    color: #521207;
    border-radius: 0px;
    font-family: 'Ringside';
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
        }
     .refer {
    padding-left: 20px;
    border-top: 2px solid #521207;
}
.refer ol {
    padding-left: 15px;
}
.abbrevation {
    padding-bottom: 20px;
}
.refer ol li {
    color: #521207;
    font-family: 'Ringside';
    font-size: 12px;
    font-weight: 400;

}

.zoomable {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}
.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}


/* ------- Mobile Banner --------- */
.seventh_module_mobile{
    display: none;
}
.seventh_module_mobile img {
    width: 100%;
    height: auto;
    display: block;
}
section.seventh_module_mobile .seventh_module_wrap_right {
    padding: 0;
    position: relative;
    overflow: visible;
}
section.seventh_module_mobile .seventh_module_wrap_right img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
section.seventh_module_mobile {
    padding: 20px 0;
}
section.seventh_module_mobile .seventh_module_wrap_right .fourth_lft_wrp {
    display: none;
}
section.seventh_module_mobile .seventh_module_wrap_right .overlayer {
    display: none;
}
img.secnd_img {
    max-width: 80%;
}
.mbl_tabs{
    display: none !important;
}
.mbl_points{
    display: none;
}
.mbl_points p {
    font-family: 'Ringside';
    font-size: 16px;
    line-height: 20px;
    color: #521207;
}
section.tenth_module .mbl_tabs img {
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .seventh_module_mobile{
        display: block !important;
    }
    .seventh_module_mobile .seventh_module_wrap_right {
        max-width: 100%;
        margin: 0;
    }
    .seventh_module_mobile .seventh_module_wrap_right img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    img.image_1{
        max-width: 100%;
    }
    .seventh_module{
        display: none !important;
    }
}
@media(max-width: 480px) {
    .seventh_module_mobile{
        display: block;
        padding: 15px 0;
    }
    .seventh_module_mobile .seventh_module_wrap_right {
        padding: 0;
    }
    .seventh_module_mobile .seventh_module_wrap_right img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
    img.image_1{
        max-width: 100%;
    }
    .seventh_module{
        display: none;
    }
    img.secnd_img_mbl {
    display: none !important;
}
section.module_26 .tab img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.faq__accordion-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.mbl_tabs, .mbl_points{
    display: block;
}
.mbl_tabs {
    display: none !important;
}
.mbl_tabs img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.mbl_points {
    padding: 20px 10px;
}
.mbl_points p {
    font-family: 'Ringside';
    font-size: 16px;
    line-height: 20px;
    color: #521207;
}
.mbl_points ul {
    padding-left: 20px;
    margin: 10px 0;
}
.mbl_points ul li {
    font-family: 'Ringside';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 10px 0;
}
}


