@charset "utf-8";
/* CSS Document */
/*==============Fonts==============*/
@font-face {
    font-family: "Red Hat Text";
    src:
        url("../fonts/RedHatText-Bold.woff2") format("woff2"),
        url("../fonts/RedHatText-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Red Hat Text";
    src:
        url("../fonts/RedHatText-SemiBold.woff2") format("woff2"),
        url("../fonts/RedHatText-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Red Hat Text";
    src:
        url("../fonts/RedHatText-Medium.woff2") format("woff2"),
        url("../fonts/RedHatText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Red Hat Text";
    src:
        url("../fonts/RedHatText-Regular.woff2") format("woff2"),
        url("../fonts/RedHatText-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} 

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    text-align: center;
    font-family:
        "Red Hat Text",
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        sans-serif;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}
table,
tr,
td {
    border: 0;
}
a {
    outline: none;
    color: #333;
    text-decoration: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
img {
    border: none;
    height: auto;
    max-width: 100%;
}
li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}


/*-----------------------
     MAIN CSS START
------------------------*/
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*=======TOP STRIP=======*/
.top_strip {
    float: left;
    width: 100%;
    padding: 16px 0;
    background: #fff;
}
.top_strip_text {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: capitalize;font-family: 'Red Hat Text'; 
}
.top_strip_text span {
    color: 2f8a63;
}

/*=======HEADER=======*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
    float: left;
    width: 100%;
    height: 145px;
    z-index: 9;
    margin-top: -145px;
    top: 145px;
    position: relative;
    background: #e5eff1;
}
.fixed-nav .header {
    height: 80px;
    position: fixed;
    background: #fff;
    z-index: 11;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    margin-top: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.fixed-nav .header .logo {
    margin-top: 24px;
}
.fixed-nav .header .header_btn {
    margin-top: 19px;
}
.fixed-nav .header .mob-mnu-ic {
    top: 27px;
}
.logo {
    float: left;
    margin-top: 60px;
    width: 186px;
}
.header_btn {
    float: right;
    width: 155px;
    height: 42px;
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    margin: 55px 50px 0 0;
    border-radius: 50px;
    text-transform: uppercase;
    background: #2f8a63;
    font-family: 'Red Hat Text'; 
}

.mob-mnu-ic {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 16;
    height: 17px;
}
.mob-mnu-ic button {
    outline: none;
    -webkit-appearance: none;
    background: none;
    padding: 0;
    cursor: pointer;
    border: none;
}
.mob-mnu-ic span {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-top: 4px;
    margin-right: 5px;
}
.bar1,
.bar2,
.bar3 {
    width: 24px;
    height: 2px;
    background-color: #000;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
.bar3 {
    margin: 5px 0 0;
}

.dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-10px, 1px);
    background: #000;
}
.dl-active .bar2 {
    opacity: 0;
}
.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-3px, 5px);
    background: #000;
}
.mobilemenu {
    left: 0;
    position: fixed;
    top: 145px;
    background: rgba(255, 255, 255, 1);
    z-index: 10;
    right: 0;
    bottom: 0;
    overflow: scroll;
    display: none;
    border-top: 1px solid #ddd;
}
.mobimenu-top {
    top: 70px;
}
.mobilemenu li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.mobilemenu li a {
    float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: 18px;
    color: #000;
}
.mobilemenu li a:hover {
    color: #000;
}

/*=====BANNER=====*/
.banner {
    float: left;
    width: 100%;
    padding: 20px 0 70px;
    background: #e5eff1;
    background: linear-gradient(
        180deg,
        rgba(229, 239, 241, 1) 15%,
        rgba(255, 255, 255, 1) 85%
    );
}
.banner_content {
    float: left;
    width: 100%;
    position: relative;
}
.banner_rated_text {
    font-size: 20px;
    line-height: 22px;
    color: #000;
}
.banner_heading {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;font-family: 'Red Hat Text';
}
.banner_heading span {
    color: #2f8a63;
}
.banner_points {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 445px;
    margin-top: 15px;
}
.banner_points li {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-top: 12px;
    padding-left: 36px;
    background: url(../lander-images/black-bullet.webp) no-repeat;
    background-position: top left;
    background-size: 19px;font-family: 'Red Hat Text';
}

.banner_content .common_button_box {
    margin-top: 30px;
}
.common_button_box {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.common_button_width {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
    text-align: center;
}
.common_button {
    font-family: 'Red Hat Text';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    background: #2f8a63;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-out;
}

.btn.common_button {
    line-height: 1.6;
}

.common_button:hover {
    transform: translate(0, -4px);
    box-shadow: 0 10px 22px #1620191a;
    transition: all 0.3s ease-out !important;
}

.banner_wrap_grid {
    float: left;
    width: 100%;
    margin-top: -100px;
}
.banner_wrap {
    width: 100%;
    grid-auto-columns: 1fr;
    display: grid;
    grid-row-gap: 16px;
    grid-column-gap: 16px;

    grid-template-rows: 150px 241px 300px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    place-items: start stretch;
}
.banner_col {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.banner-col-img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    animation: bannerZoom 6s ease-out forwards;
    transition: transform 0.4s ease;
}
@keyframes bannerZoom {
    from {
        transform: scale(1.8);
    }
    to {
        transform: scale(1);
    }
}
.banner_col1 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
}
.banner_col2 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: stretch;
}
.banner_col3 {
    grid-area: 2 / 3 / 4 / 4;
    align-self: stretch;
    max-height: 424px;
}
.banner_col4 {
    grid-area: 2 / 4 / 4 / 5;
    align-self: stretch;
    max-height: 550px;
}
.banner_col5 {
    grid-area: 1 / 5 / 3 / 6;
    align-self: stretch;
}
.banner_col6 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
}
.banner_col7 {
    grid-area: 3 / 5 / 4 / 6;
    align-self: stretch;
    max-height: 200px;
}

.banner-col-img:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

/*=====BRAND STRIP=====*/
.brand_strip {
    float: left;
    width: 100%;
    padding: 46px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #fff;
}
.brand_strip_scroller {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}
ul.scroll_brand_list {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
}
ul.scroll_brand_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}
.brand-logo {
    display: block;
    margin: 0 auto 0;
    height: 32px;
    width: auto;
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
/*=====SECTION 1=====*/
.section1 {
    float: left;
    width: 100%;
    padding: 170px 0 70px;
    position: relative;
    background: #fff;
}
.common_heading {
    font-family: 'Red Hat Text';
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: bold;
}
.common_text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 20px;font-family: 'Red Hat Text';
}

.heading_box {
    width: 100%;
    text-align: left;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.heading_box_left {
    width: 42%;
}
.heading_box_right {
    width: 55%;
}

.pkg_block {
    width: 100%;
    margin: 85px auto 0;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2%;
}
.pkg_box {
    width: 32%;
    border-radius: 30px;
    background: #e5eff1;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.pkg_top_box {
    float: left;
    width: 100%;
}
.pkg_product_box {
    float: left;
    width: 100%;
    position: relative;
}
.pkg_product_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    border-radius: 30px 30px 0 0;
    background: #d4e2e5;
}
.pkg-product {
    display: block;
    margin: -30px auto 0;
    width: 187px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.pkg_box:hover .pkg-product {
    transform: translate3d(0px, -10px, 0px) scale3d(1.01, 1.01, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}
.pkg_content {
    float: left;
    width: 100%;
    padding: 25px 25px 15px;
}
.pkg_price {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}
.pkg_product_name {
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
    font-weight: 700;
}
.pkg_text {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 8px;
}
.pkg_box .common_button_box {
    margin-top: 0;
    padding: 0 25px 35px;
}
.pkg_box .common_button_width {
    max-width: 100%;
}
.pkg_box:last-child .common_button {
    color: #000;
    font-weight: 400;
    border: 1px solid #a1a8a9;
    background: none;
}

/*=====SECTION 2=====*/
.section2 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.trusted_patients {
    float: left;
    width: 100%;
    margin-top: 70px;font-family: 'Red Hat Text';
}
.trusted_patients_text {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;font-family: 'Red Hat Text';
}
.trusted-star {
    display: block;
    margin: 15px auto 0;
    width: 302px;
}
.trusted_patients_heading_box {
    display: inline-block;
    vertical-align: top;
}
.trusted_patients_heading {
    font-size: 45px;
    line-height: 56px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}
.trusted_verfy_text {
    float: right;
    font-size: 17px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}
.trusted_verfy_text img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -3px 10px 0 0;
}

.faded_review_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 970px;
    position: relative;
    margin-top: 70px;
}
.faded-product {
    display: block;
    margin: 0 auto 0;
    width: 432px;
    position: relative;
    z-index: 2;
}
.faded_review_box {
    width: 1250px;
    height: 708px;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}
.faded_review_col {
    position: absolute;
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.faded_review_col1 {
    inset: -25% 0% 0% -35%;
}
.faded_review_col2 {
    inset: -13% 0% 0% 14%;
}
.faded_review_col3 {
    inset: 8% 0% 0% -31%;
}
.faded_review_col4 {
    inset: 16% 0% 0% 15%;
}
.faded_review_col5 {
    inset: 39% 0% 0% -38%;
}
.faded_review_col6 {
    inset: 41% 0% 0% 8%;
}
.faded_review_heading {
    font-size: 35px;
    line-height: 43px;
    color: #e5e4e4;
    font-weight: 600;
}
.faded_review_vrfy_text {
    float: right;
    font-size: 17px;
    line-height: 18px;
    color: #e5e4e4;
    font-weight: 600;
    margin-top: 15px;
}
.faded_review_vrfy_text img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -3px 10px 0 0;
}

/*=====SECTION 3=====*/
.section3 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}
.s3_block {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto 0;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s3_content {
    width: 36%;
    text-align: left;
}

.weight_calculater {
    width: 50%;
}
.info-slider {
    width: 100%;
    text-align: center;
    font-family: 'Red Hat Text';
    display: flex;
    flex-direction: column;
    align-items: center;
}
.select_weight-top {
    width: 100%;
    text-align: center;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select_weight-top h5 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
}
.weight-count {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
.weight-count span {
    font-size: 40px;
}
.calculate_row {
    width: 100%;
    text-align: center;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calculate-col1 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
}
.weight-value {
    font-size: 30px;
    line-height: 50px;
    color: #000;
}
.weight-value span {
    font-size: 70px;
    font-weight: bold;
}

/*=====SECTION 4=====*/
.section4 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}
.s4_hero_wrap {
    float: left;
    width: 100%;
    margin: 45px 0 0;
}
.s4_hero_box {
    width: 100%;
    grid-auto-columns: 1fr;
    display: grid;

    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 2.25fr 1fr 1fr 2.25fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 600px;
}
.s4_hero_col {
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    align-self: stretch;
}
.s4-hero-img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    animation: s4Zoom2 6s ease-out forwards;
    transition: transform 0.4s ease;
}
@keyframes s4Zoom2 {
    from {
        transform: scale(1.8);
    }
    to {
        transform: scale(1);
    }
}
.s4_hero_col1 {
    grid-area: 1 / 1 / 2 / 2;
}
.s4_hero_col2 {
    grid-area: 2 / 1 / 5 / 2;
}
.s4_hero_col3 {
    grid-area: 1 / 2 / 3 / 3;
}
.s4_hero_col4 {
    grid-area: 3 / 2 / 5 / 3;
}
.s4_hero_col5 {
    grid-area: 1 / 3 / 5 / 4;
}
.s4_hero_col6 {
    grid-area: 1 / 4 / 4 / 5;
}
.s4_hero_col7 {
    grid-area: 4 / 4 / 5 / 5;
}

.s4-hero-img:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    transition: all 0.3s ease-out !important;
}

.s4_points {
    float: left;
    width: 100%;
    margin: 70px auto 0;
    column-gap: 9%;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s4_points li {
    font-size: 17px;
    line-height: 24px;
    color: #000;font-family: 'Red Hat Text';
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
    background: url("../lander-images/green-bullet.webp") no-repeat;
    background-size: 20px;
    background-position: top left;
}

/*=====SECTION 5=====*/
.section5 {
    float: left;
    width: 100%;
}
.s5_block {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 0;
    padding: 110px 190px 100px;
    border-radius: 40px;
    background: #e5eff1;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s5_img_box {
    width: 58%;
}
.fix_meta_box {
    grid-template-rows: auto;
    width: 100%;
    height: 477px;
    font-family: 'Red Hat Text';
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.fix_meta_col {
    border-radius: 40px;
    height: 100%;
    overflow: hidden;
    align-self: stretch;
}
.fix-meta-img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}
.fix_meta_col1 {
    grid-area: 1 / 1 / 2 / 2;
    margin-top: 20px;
}
.fix_meta_col2 {
    grid-area: 1 / 2 / 2 / 3;
    margin-top: -20px;
}
.s5_content {
    width: 36%;
    text-align: left;
}
.fix-meta-img:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

/*=====SECTION 6=====*/
.section6 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}

.s6_box {
    width: 100%;
    margin: 55px auto 0;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s6_col {
    width: 24%;
    padding: 55px 25px;
    border-radius: 35px;
    background: #e5eff1;
}
.s6_col h3 {
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    font-weight: bold;font-family: 'Red Hat Text';
}
.s6_col h3 span.green_color {
    font-weight: 400;
}
.s6_col p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
    margin-top: 12px;
}

/*=====SECTION 7=====*/
.section7 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}

.s7_block {
    width: 100%;
    margin: 0 auto 0;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s7_left {
    float: left;
    width: 38%;
    text-align: left;
    margin-top: 50px;
}
.s7_right {
    width: 47.5%;
}
.journey_box {
    float: left;
    width: 100%;
}
.journey_col {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 90px;
    text-align: left;
    margin-top: 90px;font-family: 'Red Hat Text';
}
.journey_col:first-child {
    margin-top: 0;
}
.journey_col:before,
.journey_col:after {
    content: "";
    position: absolute;
}
.journey_col:before {
    top: 0;
    left: 18px;
    bottom: -100px;
    width: 2px;
    background: #dddddd;
}
.journey_col:after {
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 10px solid #fff;
    border-radius: 50%;
    background: #dddddd;
    z-index: 1;
}
.journey_col:last-child:before {
    display: none;
}
.journey_col p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 10px;font-family: 'Red Hat Text';
}
.journey-col-img {
    display: block;
    margin: 25px auto 0;
    width: 100%;
    border-radius: 35px;
}

.journey_col.active:before {
    background: #2f8a63;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.journey_col.active:after {
    background: #2f8a63;
    border-color: #d7ffee;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*=====SECTION 8=====*/
.section8 {
    float: left;
    width: 100%;
}
.s8_block {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 0;
    padding: 110px 190px 100px;
    border-radius: 40px;
    background: #e5eff1;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s8_img_box {
    width: 58%;
}
.s8_img_box .fix_meta_box {
    height: 444px;
}
.s8_content {
    width: 36%;
    text-align: left;
}

/*=====SECTION 9=====*/
.section9 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
    background: #fff;
}

.review_strip_scroller {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 60px;
}
.review_strip_scroll {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontall2 50s linear infinite;
}
.review_box {
    width: 380px;
    min-height: 100%;
    margin: 0 20px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    background: #e5eff1;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.review-img {
    display: block;
    margin: 0 auto 0;
    width: 100%;
}
.review_box_inr {
    float: left;
    width: 100%;
    padding: 30px 30px;
    text-align: left;
}
.review_verfy_box {
    width: 100%;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review_verfy_box_inr {
    column-gap: 15px;
    font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review_verfy_box_inr p {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
}
.review-star {
    width: 90px;
}
.review-verfy-img {
    width: 44px;
    border-radius: 50%;
}
.review_text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;font-family: 'Red Hat Text';
}

@keyframes marquee-horizontall2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.review_strip_scroller_reverse {
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.review_strip_scroller_reverse .review_strip_scroller {
    margin-top: 40px;
    flex-direction: row-reverse;
}
.review_strip_scroller_reverse .review_strip_scroll {
    animation: marquee-horizontall3 50s linear infinite;
}

@keyframes marquee-horizontall3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

/*=====SECTION 10=====*/
.section10 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
    background: #fff;
}
.faq-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 830px;
    margin: 20px 0 10px;
}
.faq-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../lander-images/close.webp) no-repeat;
    background-position: 99.5% center !important;
    padding: 30px 35px 30px 0;
    background-size: 20px !important;
    font-family: 'Red Hat Text';
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
    position: relative;
    cursor: pointer;
}
.acdn-heading.accordion-open {
    background: url(../lander-images/open.webp) no-repeat;
}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 25px 15px 0;
    margin-top: -20px;
}
.acdn-para {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Red Hat Text'; 
}
.faq-row:last-child {
}

.guarantee_box {
    width: 100%;
    max-width: 940px;
    margin: 100px auto 0;
    padding: 80px 150px;
    column-gap: 80px;
    border: 2px solid #fce6b7;
    border-radius: 50px;
    background: #fffaf0;
font-family: 'Red Hat Text';
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lottie-animation {
    width: 158px;
}
.guarantee_content {
    text-align: left;
}
.guarantee_sub_heading {
    font-size: 16px;
    line-height: 20px;
    color: #2f8a63;
    font-weight: bold;font-family: 'Red Hat Text';
}
.guarantee_heading {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: bold;
    margin-top: 12px;font-family: 'Red Hat Text';
}
.guarantee_text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 20px;
}
.guarantee_content .common_button_box {
    margin-top: 30px;
}
.guarantee_content .common_button_width {
    max-width: 310px;
}
.guarantee_content .common_button {
    font-size: 14px;
    font-weight: 500;
    background: #e8932e;
    background: linear-gradient(
        90deg,
        rgba(232, 147, 46, 1) 15%,
        rgba(232, 212, 46, 1) 85%
    );
}

.form_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 940px;
    margin: 120px auto 0;
    padding: 80px 30px;
    border-radius: 50px;
    background: #e5eff1;
}
.form_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 480px;
    margin-top: 20px;font-family: 'Red Hat Text';
}
.form_btn {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
    padding: 25px 20px;
    border: 1px solid #cecece;
    border-radius: 10px;
    background: #fff;
}
.form_box .common_button_box {
    margin-top: 40px;
}
.form_box .common_button_width {
    max-width: 100%;
}
.form_box .common_button {
    font-size: 18px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

/*=====SECTION 11=====*/
.section11 {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    background: #fff;
}
.s11_strip {
    width: 100%;
    margin: 0 auto 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.s11_strip li {
    width: 25%;
    text-align: left;
    column-gap: 15px;
    padding: 40px 64px;
    border-right: 1px solid #e5e5e5;

    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s11_strip li:last-child {
    border-right: none;
}
.s11_strip li p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;font-family: 'Red Hat Text';
}
.s11_strip li img {
    width: 54px;
}

/*-----------------------
         FOOTER
------------------------*/
.footer {
    float: left;
    width: 100%;
    padding: 80px 0 40px;
    background: #fff;font-family: 'Red Hat Text';
}
.footer_text {
    font-size: 16px;font-family: 'Red Hat Text';
    line-height: 24px;
    color: #797979;
    text-align: left;
    margin-top: 20px;
}
.footer_box {
    width: 100%;
    margin-top: 60px;
    padding-top: 30px;
    text-align: left;
    border-top: 1px solid #cecece;

    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    display: block;
    margin: 0 0 12px;
    width: 169px;
}
.footer_text2 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.footer_text2 a {
    padding: 0 8px;
    color: #000;
}
.static-page {
    padding: 150px 0 40px;
    background: linear-gradient(180deg, #f4fbf7 0%, #ffffff 28%);
}
.static-page-hero {
    margin-bottom: 28px;
}
.static-page-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(47, 138, 99, 0.12);
    color: #2f8a63;
    font-family: 'Red Hat Text';
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.static-page-title {
    margin-bottom: 14px;
    color: #212d3d;
    font-family: 'Red Hat Text';
    font-size: 46px;
    line-height: 1.1;
}
.static-page-intro,
.static-page-updated,
.static-page-copy,
.static-page-list li {
    color: #4e5c68;
    font-family: 'Red Hat Text';
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
}
.static-page-updated {
    margin-bottom: 0;
}
.static-page-card {
    padding: 34px 32px;
    border: 1px solid #dbe7e1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(33, 45, 61, 0.08);
}
.static-page-copy{
    text-align: left;
}
.static-page-section + .static-page-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e6efeb;
    text-align: left;
}
.static-page-section-title {
    margin-bottom: 14px;
    color: #212d3d;
    font-family: 'Red Hat Text';
    font-size: 28px;
    line-height: 1.25;text-align: left;
}
.static-page-copy + .static-page-copy,
.static-page-list {
    margin-top: 14px;
}
.static-page-list {
    padding-left: 22px;
}
.static-page-list li + li {
    margin-top: 10px;
}

/*=========Media Query=========*/
.show-mob,
.show-tab {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.semi_bold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.white_color {
    color: #fff !important;
}
.mrgT0 {
    margin-top: 0 !important;
}
.green_color {
    color: #2f8a63;
}

/* hamburger menu css */

/* Sidebar - Mobile First */
.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%; /* Mobile: occupies most of the screen */
    max-width: 350px; /* Desktop: caps the width */
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.05);
}

.side-menu.is-active {
    transform: translateX(0);
}

/* Menu Header & X Button */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.menu-logo {
    font-weight: 800;
    font-size: 1.5rem;
    color: #4f46e5;
    letter-spacing: -1px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #1e293b;
}

/* Navigation Links */
.menu-links {
    list-style: none;
    padding: 0;
}

.menu-links li {
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.is-active .menu-links li {
    opacity: 1;
    transform: translateY(0);
}

.menu-links a {
    text-decoration: none;
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;font-family: 'Red Hat Text'; 
}

.menu-links a:hover {
    color: #4f46e5;
}

/* Modern Hamburger Icon */
.menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: #4f46e5;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 900;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: white;
    border-radius: 2px;
}

/* Glassmorphism Overlay */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(4px); /* Modern blur effect */
    display: none;
    z-index: 999;
}

.overlay.is-active {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1004px;
    }

    .trusted_patients_heading {
        font-size: 42px;
        line-height: 53px;
    }

    .s3_content {
        width: 37%;
    }

    .s4_points {
        column-gap: 4%;
    }

    .s5_block {
        padding: 110px 40px 100px;
    }

    .s6_col h3 {
        font-size: 58px;
        line-height: 58px;
    }

    .s7_left {
        width: 42%;
    }

    .s8_block {
        padding: 110px 40px 100px;
    }

    .s11_strip li {
        padding: 40px 17px;
    }
    .s11_strip li p {
        font-size: 16px;
        line-height: 22px;
    }
    .s11_strip li img {
        width: 48px;
    }
}

@media only screen and (max-width: 1021px) {
    .container {
        width: 750px;
    }
    .show-desk {
        display: none;
    }
    .show-tab {
        display: block;
    }

    .banner_heading {
        font-size: 42px;
        line-height: 52px;
    }
    .banner_wrap {
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }

    .brand_strip {
        padding: 40px 0;
    }
    .brand-logo {
        height: 28px;
    }

    .section1 {
        padding: 100px 0 60px;
    }
    .common_heading {
        font-size: 29px;
        line-height: 37px;
    }
    .pkg_block {
        margin: 75px auto 0;
    }
    .pkg-product {
        width: 137px;
    }
    .pkg_content {
        padding: 25px 18px 15px;
    }
    .pkg_product_name {
        font-size: 18px;
        line-height: 20px;
    }
    .pkg_box .common_button_box {
        padding: 0 18px 35px;
    }

    .section2 {
        padding: 50px 0 60px;
    }
    .trusted-star {
        width: 262px;
    }
    .trusted_patients_heading {
        font-size: 38px;
        line-height: 48px;
    }
    .trusted_verfy_text {
        font-size: 16px;
        line-height: 17px;
    }
    .trusted_verfy_text img {
        width: 19px;
    }

    .section3 {
        padding: 50px 0 60px;
    }
    .s3_content {
        width: 38%;
    }
    .faded-product {
        width: 372px;
    }
    .faded_review_heading {
        font-size: 27px;
        line-height: 32px;
    }
    .faded_review_vrfy_text {
        font-size: 15px;
        line-height: 16px;
        margin-top: 13px;
    }
    .faded_review_vrfy_text img {
        width: 18px;
    }
    .faded_review_box {
        height: 608px;
    }
    .faded_review_col1 {
        inset: -23% 0% 0% -35%;
    }
    .faded_review_col2 {
        inset: -8% 0% 0% -1%;
    }
    .faded_review_col3 {
        inset: 5% 0% 0% -38%;
    }
    .faded_review_col4 {
        inset: 17% 0% 0% 0%;
    }
    .faded_review_col5 {
        inset: 30% 0% 0% -39%;
    }
    .faded_review_col6 {
        inset: 42% 0% 0% -1%;
    }

    .section4 {
        padding: 50px 0 60px;
    }
    .s4_hero_box {
        height: 500px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-rows: 2.25fr 1fr 1fr 2.25fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .s4_points {
        margin: 50px auto 0;
    }
    .s4_points li {
        font-size: 16px;
        line-height: 23px;
        padding-left: 31px;
        background-position: top 3px left;
        background-size: 17px;
    }
    .s4_hero_col3 {
        margin-top: -12px;
    }
    .s4_hero_col4 {
        height: 180px;
        margin-top: -12px;
    }
    .s4_hero_col5 {
        margin-top: -22px;
    }
    .s4_hero_col6 {
        margin-top: -40px;
    }
    .s4_hero_col7 {
        margin-top: -40px;
    }

    .s5_block {
        padding: 60px 80px 90px;
        row-gap: 40px;
        flex-direction: column-reverse;
    }
    .s5_content {
        width: 100%;
    }
    .s5_img_box {
        width: 100%;
    }

    .section6 {
        padding: 50px 0 60px;
    }
    .s6_box {
        margin: 45px auto 0;
    }
    .s6_col {
        padding: 45px 20px;
    }
    .s6_col h3 {
        font-size: 43px;
        line-height: 48px;
    }
    .s6_col p {
        font-size: 14px;
        line-height: 19px;
    }

    .section7 {
        padding: 50px 0 60px;
    }
    .s7_block {
        max-width: 600px;
        row-gap: 50px;
    }
    .s7_left {
        width: 100%;
        margin-top: 0;
    }
    .s7_right {
        width: 100%;
    }

    .s8_block {
        padding: 60px 80px 90px;
        row-gap: 70px;
        flex-direction: column;
    }
    .s8_content {
        width: 100%;
    }
    .s8_img_box {
        width: 100%;
    }

    .section9 {
        padding: 50px 0 60px;
    }

    .section10 {
        padding: 50px 0 60px;
    }
    .guarantee_box {
        margin: 80px auto 0;
        padding: 60px 80px;
        column-gap: 70px;
    }
    .guarantee_heading {
        font-size: 29px;
        line-height: 37px;
    }
    .form_block {
        margin: 90px auto 0;
        padding: 70px 30px;
    }

    .s11_strip li {
        width: 50%;
        padding: 30px 17px;
    }
    .s11_strip li:nth-child(2n) {
        border-right: none;
    }
    .s11_strip li:nth-child(n + 3) {
        border-top: 1px solid #e5e5e5;
    }

    .footer {
        padding: 50px 0 40px;
    }
    .footer_text {
        font-size: 15px;
        line-height: 22px;
    }
    .footer_box {
        margin-top: 50px;
        padding-top: 30px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
    .footer-logo {
        margin: 0 auto 12px;
    }
    .footer_text2 {
        font-size: 15px;
        line-height: 18px;
    }
    .footer_text2 a {
        padding: 0 6px;
    }
    .static-page {
        padding: 50px 0 60px;
    }
    .static-page-title {
        font-size: 34px;
    }
    .static-page-intro,
    .static-page-updated,
    .static-page-copy,
    .static-page-list li {
        font-size: 16px;
        line-height: 1.6;
    }
    .static-page-card {
        padding: 24px 20px;
        border-radius: 20px;
    }
    .static-page-section-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 15px;
        max-width: 600px;
        box-sizing: border-box;
    }
    .show-mob {
        display: block;
    }
    .hide-mob {
        display: none;
    }

    .top_strip {
        padding: 12px 0;
    }
    .top_strip_text {
        font-size: 12px;
        line-height: 12px;
    }

    .top-fix-bar {
        margin-bottom: 68px;
    }
    .header {
        height: 68px;
        margin-top: -68px;
        top: 68px;
    }
    .fixed-nav .header {
        height: 58px;
    }
    .logo {
        margin-top: 22px;
        width: 145px;
    }
    .header_btn {
        display: none;
    }
    .mob-mnu-ic {
        right: 15px;
        top: 22px;
    }
    .fixed-nav .header .logo {
        margin-top: 16px;
    }
    .fixed-nav .header .mob-mnu-ic {
        top: 19px;
    }

    .banner {
        padding: 20px 0 40px;
        overflow: hidden;
    }
    .banner_rated_text {
        font-size: 16px;
        line-height: 16px;
    }
    .banner_heading {
        font-size: 26px;
        line-height: 33px;
        margin-top: 15px;
    }
    .banner_points {
        margin-top: 10px;
    }
    .banner_points li {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
        padding-left: 33px;
        background-position: top 2px left;
        background-size: 17px;
    }

    .banner_wrap_grid {
        margin-top: 30px;
    }
    .banner_wrap {
        grid-template-rows: 40px 180px 260px;
        grid-template-columns: 1fr 1fr 1fr;
        width: 138%;
        margin-left: -62px;
    }
    .banner_col2 {
        grid-column: 1 / 2;
        grid-row-start: 1;
    }
    .banner_col3 {
        grid-column: 2 / 3;
        grid-row-end: 3;
    }
    .banner_col4 {
        grid-area: 1 / 3 / 3 / 4;
    }
    .banner_col5 {
        grid-area: 3 / 3 / 4 / 4;
        max-height: 200px;
    }
    .banner_col7,
    .banner_col1 {
        display: none;
    }

    .common_button_width {
        max-width: 100%;
    }
    .common_button {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }

    .brand_strip {
        padding: 18px 0;
    }
    .brand-logo {
        height: 22px;
    }

    .heading_box {
        row-gap: 12px;
    }
    .heading_box_left {
        width: 100%;
    }
    .heading_box_right {
        width: 100%;
    }
    .common_heading {
        font-size: 25px;
        line-height: 32px;
    }
    .common_text {
        font-size: 13px;
        line-height: 19px;
        margin-top: 15px;
    }

    .section1 {
        padding: 30px 0 10px;
    }
    .pkg_block {
        width: calc(100% + 30px);
        margin: 25px auto 0 -15px;
        row-gap: 25px;
        justify-content: center;
    }
    .pkg_box {
        width: 100%;
        max-width: 280px;
        margin-top: 20px;
    }
    .pkg-product {
        width: 120px;
        margin: -10px auto 0;
    }
    .pkg_content {
        padding: 25px 15px 15px;
    }
    .pkg_box .common_button_box {
        padding: 0 15px 25px;
    }

    .section2 {
        padding: 30px 0 10px;
    }
    .trusted_patients {
        margin-top: 40px;
    }
    .trusted_patients_text {
        font-size: 13px;
        line-height: 14px;
    }
    .trusted-star {
        width: 220px;
    }
    .trusted_patients_heading {
        font-size: 25px;
        line-height: 32px;
    }
    .trusted_verfy_text {
        float: none;
        font-size: 14px;
        line-height: 15px;
    }
    .trusted_verfy_text img {
        width: 15px;
        margin: -3px 8px 0 0;
    }

    .faded-product {
        width: 252px;
    }
    .faded_review_heading {
        font-size: 22px;
        line-height: 28px;
    }
    .faded_review_vrfy_text {
        font-size: 13px;
        line-height: 13px;
        margin-top: 10px;
    }
    .faded_review_vrfy_text img {
        width: 15px;
    }
    .faded_review_box {
        height: 414px;
        margin-top: -40px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .faded_review_col1 {
        inset: -30% 0% 0% -30%;
    }
    .faded_review_col2 {
        inset: -14% 0% 0% 37%;
    }
    .faded_review_col3 {
        inset: 3% 0% 0% -36%;
    }
    .faded_review_col4 {
        inset: 14% 0% 0% 38%;
    }
    .faded_review_col5 {
        inset: 32% 0% 0% -27%;
    }
    .faded_review_col6 {
        inset: 39% 0% 0% 21%;
    }

    .section3 {
        padding: 25px 0 10px;
    }
    .s3_block {
        row-gap: 30px;
    }
    .s3_content {
        width: 100%;
    }
    .weight_calculater {
        width: 100%;
    }
    .select_weight-top h5,
    .calculate-col1 {
        font-size: 14px;
        line-height: 14px;
    }
    .weight-count,
    .weight-value {
        font-size: 25px;
        line-height: 35px;
    }
    .weight-value span {
        font-size: 50px;
    }

    .section4 {
        padding: 30px 0 50px;
        overflow: hidden;
    }
    .s4_hero_box {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .s4_hero_box {
        grid-template-columns: 1fr 1fr 1fr;
        height: 280px;
    }
    .s4_hero_col {
        border-radius: 13px;
    }
    .s4_hero_col1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .s4_hero_col2 {
        grid-area: 2 / 1 / 5 / 2;
    }
    .s4_hero_col3 {
        grid-area: 1 / 2 / 3 / 3;
    }
    .s4_hero_col4 {
        grid-area: 3 / 2 / 5 / 3;
        height: 130px;
    }
    .s4_hero_col5 {
        grid-column: 3 / 4;
        grid-area: 1 / 3 / 5 / 4;
    }
    .s4_hero_col6,
    .s4_hero_col7 {
        display: none;
    }
    .s4_points {
        margin: 30px auto 0;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .s4_points li {
        font-size: 14px;
        line-height: 21px;
        padding-left: 27px;
        background-position: top 3px left;
        background-size: 15px;
    }

    .section5 {
        padding: 0 15px;
    }
    .s5_block {
        padding: 30px 20px 50px;
        row-gap: 40px;
        flex-direction: column-reverse;
        border-radius: 20px;
    }
    .fix_meta_box,
    .s8_img_box .fix_meta_box {
        height: 234px;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }
    .fix_meta_col {
        border-radius: 20px;
    }
    .fix_meta_col1 {
        margin-top: 15px;
    }
    .fix_meta_col2 {
        margin-top: -15px;
    }

    .section6 {
        padding: 40px 0 10px;
    }
    .s6_box {
        text-align: left;
        margin: 25px auto 0;
        padding: 0 15px;
        row-gap: 12px;
    }
    .s6_col {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        padding: 20px 15px;
        border-radius: 20px;
        align-items: center;
    }
    .s6_col h3 {
        font-size: 35px;
        line-height: 38px;
        width: 114px;font-family: 'Red Hat Text';
    }
    .s6_col p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 0;
        padding-left: 10px;
        flex-shrink: 11;font-family: 'Red Hat Text';
    }

    .section7 {
        padding: 40px 0 50px;
    }
    .s7_block {
        row-gap: 30px;
    }
    .journey_col:before {
        left: 13px;
        bottom: -70px;
        width: 1px;
    }
    .journey_col:after {
        width: 12px;
        height: 12px;
        border: 8px solid #fff;
    }
    .journey_col {
        padding-left: 45px;
        margin-top: 45px;
    }
    .journey-col-img {
        margin: 20px auto 0;
        border-radius: 15px;
    }

    .section8 {
        padding: 0 15px;
    }
    .s8_block {
        padding: 30px 20px 50px;
        row-gap: 40px;
        border-radius: 20px;
    }

    .section9 {
        padding: 40px 0 10px;
    }
    .review_strip_scroller {
        margin-top: 40px;
    }
    .review_box {
        width: 280px;
        margin: 0 12px;
        height: 100%;
    }
    .review-img {
        height: 100%;
        object-fit: cover;
    }
    .review_box_inr {
        padding: 25px 15px;
    }
    .review_verfy_box_inr {
        column-gap: 12px;
    }
    .review_verfy_box_inr p {
        font-size: 14px;
        line-height: 14px;
    }
    .review-star {
        width: 70px;
    }
    .review_text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }
    .review_strip_scroller_reverse .review_strip_scroller {
        margin-top: 30px;
    }

    .section10 {
        padding: 30px 0 10px;
    }
    .faq-box {
        margin: 10px 0 10px;
    }
    .accordion {
        padding: 25px 28px 25px 0;
        background-size: 16px !important;
        font-size: 18px;
        line-height: 24px;
    }
    .acdn-content {
        padding: 0 20px 10px 0;
        margin-top: -15px;
    }
    .acdn-para {
        font-size: 14px;
        line-height: 20px;
    }

    .guarantee_box {
        width: calc(100% + 30px);
        row-gap: 5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        margin: 40px auto 0 -15px;
        padding: 30px 20px;
        column-gap: 70px;
        flex-direction: column;
    }
    #lottie-animation {
        width: 118px;
    }
    .guarantee_content {
        text-align: center;
    }
    .guarantee_sub_heading {
        font-size: 14px;
        line-height: 18px;
    }
    .guarantee_heading {
        font-size: 25px;
        line-height: 33px;
    }
    .guarantee_text {
        font-size: 13px;
        line-height: 19px;
    }

    .form_block {
        margin: 50px auto 0;
        padding: 30px 20px 35px;
        border-radius: 15px;
    }
    .form_btn {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
        padding: 20px 20px;
    }
    .form_box .common_button {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    .form_box .common_button_box {
        margin-top: 30px;
    }

    .s11_strip li {
        padding: 25px 15px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .s11_strip li p {
        font-size: 14px;
        line-height: 20px;
    }
    .s11_strip li img {
        width: 43px;
        margin-bottom: 14px;
    }

    .footer {
        padding: 30px 0 25px;
    }
    .footer_text {
        font-size: 13px;
        line-height: 18px;
        margin-top: 12px;
    }
    .footer_box {
        margin-top: 40px;
        padding-top: 25px;
    }
    .footer-logo {
        margin: 0 auto 10px;
        width: 145px;
    }
    .footer_text2 {
        font-size: 13px;
        line-height: 20px;
    }
    .footer_text a {
        padding: 0 5px;
        color: #000;
    }

    #call-btn {
        background: #fff;
        padding: 20px 15px 15px;
        position: fixed;
        bottom: 0%;
        left: auto;
        z-index: 99;
        transition: bottom 1s;
        display: table;
        width: 100%;
        box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1);
    }
    #call-btn .commonBtn {
        margin: 0 0 8px;
    }
}

@media only screen and (max-width: 380px) {
    .banner_heading {
        font-size: 25px;
        line-height: 32px;
    }
}
