/** Shopify CDN: Minification failed

Line 933:22 Expected ")" to end URL token
Line 1077:22 Expected ")" to end URL token
Line 1516:22 Expected ")" to end URL token
Line 1595:22 Expected ")" to end URL token
Line 1602:22 Expected ")" to end URL token
Line 1713:22 Expected ")" to end URL token
Line 1720:22 Expected ")" to end URL token
Line 2415:26 Expected ")" to end URL token

**/
/** Shopify CDN: Minification failed

Line 921:22 Expected ")" to end URL token
Line 1065:22 Expected ")" to end URL token
Line 1504:22 Expected ")" to end URL token
Line 1583:22 Expected ")" to end URL token
Line 1590:22 Expected ")" to end URL token
Line 1701:22 Expected ")" to end URL token
Line 1708:22 Expected ")" to end URL token
Line 2403:26 Expected ")" to end URL token

**/
/** Shopify CDN: Minification failed

Line 909:22 Expected ")" to end URL token
Line 1053:22 Expected ")" to end URL token
Line 1492:22 Expected ")" to end URL token
Line 1571:22 Expected ")" to end URL token
Line 1578:22 Expected ")" to end URL token
Line 1689:22 Expected ")" to end URL token
Line 1696:22 Expected ")" to end URL token
Line 2391:26 Expected ")" to end URL token

**/
/** Shopify CDN: Minification failed

Line 897:22 Expected ")" to end URL token
Line 1041:22 Expected ")" to end URL token
Line 1480:22 Expected ")" to end URL token
Line 1559:22 Expected ")" to end URL token
Line 1566:22 Expected ")" to end URL token
Line 1677:22 Expected ")" to end URL token
Line 1684:22 Expected ")" to end URL token
Line 2379:26 Expected ")" to end URL token

**/
/** Shopify CDN: Minification failed

Line 885:22 Expected ")" to end URL token
Line 1029:22 Expected ")" to end URL token
Line 1468:22 Expected ")" to end URL token
Line 1547:22 Expected ")" to end URL token
Line 1554:22 Expected ")" to end URL token
Line 1665:22 Expected ")" to end URL token
Line 1672:22 Expected ")" to end URL token
Line 2367:26 Expected ")" to end URL token

**/
/** Shopify CDN: Minification failed

Line 719:18 Expected ")" to end URL token
Line 842:18 Expected ")" to end URL token
Line 906:18 Expected ")" to end URL token
Line 1201:18 Expected ")" to end URL token
Line 1258:18 Expected ")" to end URL token
Line 1264:18 Expected ")" to end URL token
Line 1357:18 Expected ")" to end URL token
Line 1363:18 Expected ")" to end URL token
Line 1661:18 Expected ")" to end URL token

**/
@charset "utf-8"; /* CSS Document */
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Poppins';
}

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;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Poppins';
    src: url('{{ 'Poppins-Regular.woff2' | asset_url }}') format('woff2'), url('{{ 'Poppins-Regular.woff' | asset_url }}') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('{{ 'Poppins-Italic.woff2' | asset_url }}') format('woff2'), url('{{ 'Poppins-Italic.woff' | asset_url }}') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url("{{ 'Poppins-Medium.woff2' | asset_url }}") format('woff2'), url("{{ 'Poppins-Medium.woff'  | asset_url }}") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url("{{ 'Poppins-SemiBold.woff2' | asset_url }}") format('woff2'), url("{{ 'Poppins-SemiBold.woff'  | asset_url }}") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url("{{ 'Poppins-Bold.woff2' | asset_url }}") format('woff2'), url("{{ 'Poppins-Bold.woff'  | asset_url }}") format('woff');
    font-weight: 700;
    /* use numeric weight instead of "bold" */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url("{{ 'Poppins-BoldItalic.woff2' | asset_url }}") format('woff2'), url("{{ 'Poppins-BoldItalic.woff'  | asset_url }}") format('woff');
    font-weight: 700;
    /* use numeric weight instead of "bold" */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url("{{ 'Lora-Medium.woff2' | asset_url }}") format('woff2'), url("{{ 'Lora-Medium.woff'  | asset_url }}") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.overflow {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide-desk {
    display: none;
}

.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 78px;
}

.header {
    float: left;
    width: 100%;
    background: #fff;
    height: 78px;
    margin-top: -78px;
    top: 78px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #e8e8e8;
}

.fixed-nav .header {
    position: fixed;
    z-index: 11;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: 0;
    width: 100%;
}

.logo {
    float: left;
    margin: 13px 0 0;
}

.nav_btn {
    float: right;
    width: 189px;
    height: 51px;
    color: #000;
    text-align: center;
    font-size: 19px;
    line-height: 56px;
    background: #ffa41c;
    border-radius: 100px;
    font-weight: bold;
    margin-top: 13px;
    position: relative;
    text-transform: uppercase;
}

/*-----------------------
SECTION-1
------------------------*/
.sec1 {
    float: left;
    width: 100%;
    padding: 30px 0 70px;
    border-bottom: 1px solid #e5e5e5;
}

.sec1_left {
    width: 48.71%;
    float: left;
}

.slider-box {
    float: left;
    width: 100%;
}

.sec1_right {
    width: 46%;
    float: right;
    text-align: left;
}

.prod_rating_text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 14px;
    font-weight: 600;
}

.prod_rating_text a {
    color: #0e59f2;
    text-decoration: underline;
}

.prod_rating_text img {
    width: 78px;
    margin: 0 5px 0 0;
}

.prod_name {
    font-size: 47px;
    line-height: 52px;
    font-weight: 700;
    color: #000;
    margin: 0 0 40px;
}

.prod_name span {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: #ff2c2c;
    padding: 4px 8px 5px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.prod_text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 10px 0 0;
}

ul.sec1-list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 20px 0 0;
}

ul.sec1-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 14px 0 12px;
}

ul.sec1-list li span {
    font-weight: 400;
    font-size: 70%;
    position: relative;
    top: -6px;
}

ul.sec1-list li:after {
    content: '';
    border-bottom: 1px solid #ece5ea;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    right: 0;
}

ul.sec1-list li:last-child:after {
    display: none;
}

ul.sec1-list li img {
    width: 40px;
}

ul.sec1-list li p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    width: calc(100% - 55px);
    position: relative;
}

.button_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 420px;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
}

.sec1 .button_box {
    max-width: 505px;
}

.common_button {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #ffa41c;
    height: 72px;
    line-height: 80px;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

ul.button_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 10px 0 0;
}

ul.button_list li {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    padding: 0 10px;
    position: relative;
}

ul.button_list li img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

ul.button_list li:before {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    bottom: 0;
    border-right: 1px solid #000;
}

ul.button_list li:last-child:before {
    display: none;
}

.sec1 .button_box {
    margin-top: 20px;
}

/*-----------------------
PACKAGE CSS
------------------------*/
.package__section {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}

.package__section .common_heading {
    color: #000;
}

.package__section-inner {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-start;
    margin-top: 25px;
    padding: 0 20px;
}

.package {
    float: left;
    width: 31.5%;
    background: #fff;
    margin-top: 60px;
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}

.pkage1 {
    order: 1;
}

.pkage2 {
    background: #fff;
    order: 2;
    margin: 10px 0 -50px;
}

.pkage3 {
    order: 3;
}

.pkage_heading {
    float: left;
    width: 100%;
    color: #fff;
    background: #000;
    padding: 20px 10px 15px;
    position: relative;
}

.pkage2 .pkage_heading {
    background: #2D562C;
    background: linear-gradient(95deg, rgba(45, 86, 44, 1) 0%, rgba(91, 177, 108, 1) 50%, rgba(45, 83, 45, 1) 100%);
}

.pkage_heading p {
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.pkage_heading span {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}

.pkage2 .pkage_heading {
    color: #fff;
}

.pkage2 .pkage_heading p {
    text-transform: none;
    color: #fff;
}

.package__top {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 15px 0;
}

.pkage2 .package__top {
    border-left: 3px dashed #11982e;
    border-right: 3px dashed #11982e;
}

.package__best-value {
    position: absolute;
    top: -32px;
    left: -18px;
    width: 90px;
}

.package__bottom {
    float: left;
    width: 100%;
    padding: 0 15px 15px;
    border-radius: 0 0 7px 7px;
}

.pkage2 .package__bottom {
    border-left: 3px dashed #11982e;
    border-right: 3px dashed #11982e;
    border-bottom: 3px dashed #11982e;
}

.pkage_prod_box {
    float: left;
    width: 100%;
    margin: 20px auto -10px;
    position: relative;
}

.pakge_seal {
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(pkg_seal.webp) no-repeat center center;
    background-size: 100%;
    width: 92px;
    height: 92px;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 28px;
}

.pakge_seal small {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.pkage_prod {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
}

.pkage2 .pkage_prod {
    width: 300px;
}

.pkage_price {
    float: left;
    width: 100%;
    font-size: 62px;
    line-height: 56px;
    color: #000;
    font-weight: 700;
}

.pkage_price .currency {
    font-size: 28px;
    font-weight: 600;
}

.pkage_price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    margin: -8px 0 0 2px;
    font-weight: 600;
}

ul.pkage_list {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0;
}

ul.pkage_list li {
    position: relative;
    text-align: left;
    margin-bottom: 5px;
    padding: 9px 15px 4px 15px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    border-radius: 8px;
}

ul.pkage_list li.bluebg {
    background: #0465A7;
}

ul.pkage_list li.redbg {
    background: #EF1F11;
}

ul.pkage_list li.greenbg {
    background: #54C203;
}

ul.pkage_list li img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    width: 21px;
}

.package__save {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #dd2b29;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
}

a.package_btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    text-align: center;
    border-radius: 6px;
    height: 54px;
    font-size: 24px;
    line-height: 60px;
    width: 90%;
    color: #fff;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    background: rgb(236,122,0);
    background: linear-gradient(90deg, rgba(236,122,0,1) 0%, rgba(255,156,0,1) 100%);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.3);
    padding: 0 40px;
    border-radius: 50px;
}

.cart_ico {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 10px 0 0;
    width: 25px;
}

.pkg_btn_arw {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
}

.pkg_btn_arw img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px
}

.btn_text {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}

.package__cards {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.package__cards img {
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

.package__retail-price {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.package__retail-price span {
    position: relative;
    margin-right: 20px;
}

.package__retail-price span:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 3px;
    background: #dd2b29;
    transform: none;
}

.freeShip {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.freeShip span {
    color: #dd2b29;
}

.best_value_ribbon {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0);
    right: auto;
    width: 166px;
    overflow: hidden;
    height: 150px;
}

.best_value_ribbon .ribbon {
    background-color: #f60000 !important;
    color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(30px) rotate( -45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(30px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(30px) rotate( -45deg);
    transform: translateY(-40%) translateX(-48%) translateX(30px) rotate( -45deg);
    margin-top: 32px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 3px;
    text-transform: uppercase;
    background: #000;
}

/*-----------------------
SECTION-2
------------------------*/
.sec2 {
    float: left;
    width: 100%;
    padding: 70px 0 0;
    background: #F5FFF6;
    background: linear-gradient(180deg, rgba(245, 255, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.common_heading {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
}

.common_text {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0;
}

.common_text span {
    font-weight: 400;
    font-size: 70%;
    position: relative;
    top: -6px;
}

.sec2_inner {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    background: #fefff2;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    padding: 45px 45px 0;
    border-radius: 10px;
    overflow: clip;
}

.common_box {
    display: inline-block;
    vertical-align: top;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    -webkitbox-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    box-sizing: content-box;
    overflow: hidden;
    margin: 30px 0 20px;
}

.common_box.fr {
    margin: 0 0 0 50px;
}

.common_box.fl {
    margin: 0 50px 0 0;
}

.common_box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.doctor_icon {
    float: right;
    margin: -100px -40px 0 0px;
}

.sec2_inner_text {
    font-size: 22px;
    line-height: 32px;
    margin: 30px 0 0;
    text-align: left;
}

.sec2_inner_heading {
    font-size: 36px;
    line-height: 47px;
    font-weight: 500;
    color: #000;
    margin: 40px 0 0;
}

.doc_line {
    background: url({{'doc-line.png' | asset_url}}) left bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.image_hdg {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    margin: 30px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.pointed_arrow1, .pointed_arrow2 {
    position: absolute;
    width: 60px;
}

.pointed_arrow1 {
    right: -70px;
    top: 10px;
}

.pointed_arrow2 {
    right: -220px;
    top: 40px;
    transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

.common_box.fl.sec2_image3_box {
    margin-top: 30px;
}

.common_box.fr.sec2_image4_box {
    margin-top: 30px;
}

.sec2_strip {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-top: 3px solid #43b949;
    border-bottom: 1px solid #43b949;
    background: #eaffec;
    padding: 20px 25px;
    position: relative;
    margin: 50px 0;
}

.sec2_strip:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -15px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #43b949;
}

.sec2_strip p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.sec2_prod {
    float: right;
    margin: 0 -50px 0 10px;
}

.blue {
    color: #000754;
}

.doc_name {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    margin: 30px 0 0;
}

.doc_design {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin: 5px 0 0;
}

.doc_sign {
    display: block;
    margin: 12px 0 0;
}

.sec2_doctor_bottom {
    background: #fff;
    padding: 50px 30px 50px 300px;
    width: calc(100% + 90px);
    position: relative;
    margin: 60px 0 0 -45px;
    text-align: left;
}

.sec2_doctor_bottom img {
    position: absolute;
    left: -30px;
    top: -30px;
}

.sec2_doctor_bottom p {
    font-size: 18px;
    line-height: 28px;
}

/*-----------------------
SECTION-3
------------------------*/
.sec3 {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.sec3_inner {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.sec3_inner_box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    background: url({{'sec3-line.png' | asset_url}}) center bottom no-repeat;
}

.sec3_inner_box:nth-child(even) {
    flex-direction: row-reverse;
}

.sec3_inner_box:last-child {
    background: none;
    padding-bottom: 0;
}

.sec3_content {
    width: calc(100% - 470px);
    text-align: left;
    position: relative;
    padding: 0 0 0 100px;
}

.sec3_num {
    font-size: 118px;
    line-height: 118px;
    font-weight: 700;
    color: #11982e;
    position: absolute;
    left: 0;
    top: 0;
}

.sec3_num:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #c6e6ca;
    border: 15px solid #f6fbf7;
    z-index: -1;
}

.sec3_content h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}

.sec3_content p {
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0 0;
}

.sec3_img {
    width: 400px;
}

.sec3_img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

/*-----------------------
SECTION-4
------------------------*/
.sec4 {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.sec4_inner {
    float: left;
    width: 100%;
    background: url(sec4.webp) center top no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 65px;
    margin: 35px auto 0;
}

.sec4_testi {
    float: right;
    background: rgba(255, 255, 255, 0.9);
    max-width: 470px;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
}

.sec4_rating {
    font-size: 18px;
    line-height: 22px;
}

.sec4_rating img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -4px 6px 0 0;
}

.sec4_testi_text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 15px 0 0;
}

.sec4_testi_nm {
    margin: 15px 0 0;
}

.sec4_testi_nm span {
    font-size: 18px;
    line-height: 20px;
}

.sec4_testi_nm small {
    font-size: 13px;
    line-height: 13px;
    color: #42b64b;
    margin: 0 0 0 6px;
}

.sec4_testi_nm small img {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin: -3px 3px 0 0;
}

.sec4_testi .button_box {
    margin-top: 30px;
}

.review_sec {
    margin: 60px auto 0;
    max-width: 970px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    row-gap: 30px;
}

.review_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fffbea;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 25px 35px;
    margin: 0 auto;
    text-align: left;
}

.review_content {
    flex: 1;
}

.review_title {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.review_rating {
    width: 92px;
    display: inline-block;
    margin-bottom: 12px;
}

.review_text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    font-style: italic;
}

.review_text strong {
    font-weight: 700;
    font-style: normal;
}

.review_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review_user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review_name {
    font-weight: 700;
    color: #111;
    font-size: 16px;
}

.review_verified {
    color: #5c5c5c;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified_icon {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 2px 0 4px;
}

.review_note {
    color: #989898;
    font-size: 13px;
}

.review_icon {
    float: right;
}

.review_icon img {
    width: 54px;
    height: auto;
}

.package__section--green {
    background: #f5fff6;
    padding-bottom: 70px;
}

.package__section--white {
    background: #fff;
    padding-bottom: 70px;
}

/*-----------------------
SECTION-5
------------------------*/
.sec5 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}

.font_22 {
    font-size: 22px;
    line-height: 32px;
}

.sec5_inner {
    display: inline-block;
    vertical-align: top;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}

.sec5_inner_box {
    display: flex;
    display: -webkit-flex;
    padding: 50px 0;
    border-bottom: 2px solid #f3f3f3;
}

.sec5_inner_box:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.sec5_box_img {
}

.sec5_box_img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-sizing: content-box;
}

.sec5_box_content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: calc(100% - 515px);
    padding: 0 40px 0 0;
    text-align: left;
}

.sec5_box_content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.sec5_box_content h3 span {
    font-size: 70%;
    font-weight: 400;
    position: relative;
    top: -6px;
}

.sec5_box_content p {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 0;
}

.sec5_box {
    display: inline-block;
    vertical-align: top;
    max-width: 1030px;
    width: 100%;
    background: #f5fff6;
    border: 2px dashed #43b949;
    color: #020202;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 50px 0 0;
    text-align: left;
    letter-spacing: 0.3px;
}

.sec5_box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.sec5_box p {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
}

/*-----------------------
SECTION-6
------------------------*/
.sec6 {
    float: left;
    width: 100%;
    background: #f5fff6;
    padding: 60px 0;
    overflow: clip;
}

.sec6_inner {
    display: inline-block;
    vertical-align: top;
    max-width: 970px;
    width: 100%;
}

.sec6_content {
    float: left;
    width: 48.45%;
    text-align: left;
}

.graph_img {
    float: right;
    max-width: 464px;
    width: 50%;
    margin: 50px 0 0 0;
}

.sec6_box {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: 50px 0;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.sec6_box_hdg {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: #11982e;
    color: #fff;
    padding: 20px 10px;
}

.sec6_box_inner {
    padding: 40px;
    display: flex;
    display: -webkit-flex;
}

.sec6_box_img img {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    max-width: 100%;
}

.sec6_box_content {
    width: calc(100% - 312px);
    padding: 0 0 0 40px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

ul.sec6_list {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0;
}

ul.sec6_list li {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    background: url({{'sec6-box-tick.png' | asset_url}}) left 8px no-repeat;
    background-size: 16px;
    padding: 6px 0 6px 30px;
}

ul.sec6_list li:last-child {
    padding-bottom: 0px;
}

ul.sec6_list li span {
    font-weight: 400;
    font-size: 70%;
    position: relative;
    top: -6px;
}

.text_lft {
    text-align: left;
}

.sec6_prod {
    float: right;
    margin: -20px -10px -35px -35px;
}

/*-----------------------
SECTION-8
------------------------*/
.sec8 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #f5fff6;
}

.sec8_prod {
    float: left;
    margin: 95px 0 0 -20px;
    max-width: 50%;
}

.ingred_sec {
    width: 52%;
    float: right;
    border: 2px solid #93d3a0;
    border-radius: 15px;
    background: #fff;
    margin: 50px 0 0;
    position: relative;
}

.ingred_box {
    float: left;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #dcd0c0;
}

.ingred_box:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.ingred_hdg {
    float: left;
    width: 100%;
    padding: 30px 0 30px 110px;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.ingred_hdg:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url({{'ingred-close.png' | asset_url}}) right center no-repeat;
    width: 20px;
    height: 16px;
    background-size: 100%;
}

.ingred_hdg.active:after {
    background: url({{'ingred-open.png' | asset_url}}) right center no-repeat;
    background-size: 100%;
}

.ingred_hdg img {
    width: 95px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ingred_hdg h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 0 30px 0 0;
}

.ingred_hdg p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 5px 0 0;
}

.ingred_content {
    float: left;
    width: 100%;
    padding: 5px 0 5px 115px;
    position: relative;
    z-index: 1;
    top: -20px;
}

.ingred_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: left;
    color: #000;
}

.ingred_text:last-child {
    margin-bottom: 0px;
}

ul.ingred_list li {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
    margin: 0 0 10px;
}

ul.ingred_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
}

ul.ingred_list li:last-child {
    margin: 0;
}

/*-----------------------
SECTION-10
------------------------*/
.sec10 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #f5fff6;
}

.faq-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 830px;
    margin: 20px 0 10px;
}

.up-slide-dwn {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    border: 1px solid #d5d8da;
    border-radius: 8px;
}

.faq-innr {
    float: left;
    width: 100%;
}

.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url({{'close-btn.png' | asset_url}}) no-repeat right 0 center;
    padding: 22px 30px 22px 0;
    cursor: pointer;
    position: relative;
}

.acdn-heading.accordion-open {
    background: url({{'open-btn.png' | asset_url}}) no-repeat right 0 center;
}

.acdn_pics {
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #dacbb3;
    border-radius: 50%;
    width: 60px;
    margin-top: -30px;
    box-sizing: content-box;
}

.acdn_name {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
}

.acdn_heading {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: 700;
}

.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 0 10px;
    border-top: 1px solid #c6c6c6;
}

.acdn-para {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
}

.acdn-para a.link {
    text-decoration: underline;
    color: #00F;
}

ul.acdn_list {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

ul.acdn_list li {
    font-size: 17px;
    line-height: 22px;
    position: relative;
    padding: 5px 0 5px 20px;
}

ul.acdn_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

ul.howTouse-list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: -15px 0 10px;
}

ul.howTouse-list li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    padding-left: 25px;
    position: relative;
}

ul.howTouse-list li span {
    color: #000754;
    font-weight: 600;
    margin: 0 6px 0 0;
}

ul.howTouse-list li label {
    font-size: 70%;
    position: relative;
    top: -6px;
}

ul.howTouse-list li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000754;
    content: "";
}

ul.howTouse-list li:after {
    position: absolute;
    left: 3px;
    top: 10px;
    bottom: -25px;
    border-left: 1px solid #000754;
    content: "";
}

ul.howTouse-list li:last-child:after {
    display: none;
}

table.ingred_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 0 0 20px;
}

table.ingred_table thead th {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #f9f9f9;
}

table.ingred_table td {
    padding: 8px;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 24px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.acdn-para span {
    font-weight: 400;
    font-size: 70%;
    position: relative;
    top: -6px;
}

.footer {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.footer_logo {
    display: block;
    margin: 0 auto 20px;
}

.disclaimer_text {
    font-size: 14px;
    line-height: 20px;
    max-width: 760px;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin: 15px auto;
    padding: 15px 40px;
}

.disclaimer_text span {
    font-size: 70%;
    position: relative;
    top: -6px;
}

.footer_text {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0;
}

.footer_text a {
    color: #000;
}

.mt-0 {
    margin-top: 0;
}

@media only screen and (max-width: 1180px) {
    .container {
        width:1000px;
    }

    .hide-1024 {
        display: none;
    }

    .sec1_right {
        width: 49%;
    }

    .package__section-inner {
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        width:750px;
    }

    .hide-tab {
        display: none;
    }

    .sec1_right {
        width: 48%;
    }

    .prod_name {
        font-size: 32px;
        line-height: 37px;
    }

    .package__section {
        padding: 40px 0;
    }

    .package__section-inner {
        padding: 0 45px;
    }

    .package, .pkage2 {
        width: 100%;
        margin: 40px 0 0;
    }

    .pkage2 .pkage_prod_box {
        margin-top: 20px;
    }

    .pakge_seal {
        right: 130px;
    }

    .sec2 {
        padding: 50px 0;
    }

    .doc_box {
        max-width: 260px;
    }

    .doc_info h3 {
        font-size: 19px;
    }

    .sec2_inner_text {
        font-size: 19px;
        line-height: 28px;
    }

    .image_hdg {
        font-size: 22px;
        line-height: 28px;
    }

    .common_box.fl.sec2_image3_box {
        width: 330px;
    }

    .common_box.fr.sec2_image4_box {
        width: 330px;
    }

    .sec2_doctor_bottom {
        padding: 30px 15px 30px 280px;
    }

    .sec2_doctor_bottom img {
        top: 20px;
    }

    .sec3 {
        padding: 40px 0 50px;
    }

    .sec3_content {
        width: calc(100% - 280px);
        padding: 0 0 0 85px;
    }

    .sec3_num {
        font-size: 88px;
        line-height: 108px;
    }

    .sec3_img {
        width: 280px;
    }

    .sec4 {
        padding: 40px 0;
    }

    .sec4_inner {
        padding: 25px;
    }

    .review_sec {
        margin: 45px auto 0;
    }

    .sec5 {
        padding: 40px 0 50px;
    }

    .sec5_box_content {
        width: calc(100% - 165px);
    }

    .sec6 {
        padding: 40px 0 50px;
    }

    .sec8 {
        padding: 40px 0 50px;
    }

    .sec8_prod {
        float: none;
        margin: 30px auto -70px;
    }

    .ingred_sec {
        width: 100%;
    }

    .sec10 {
        padding: 40px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hide-mob {
        display:none;
    }

    .hide-desk {
        display: block;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        max-width: 600px;
        box-sizing: border-box;
    }

    .top-fix-bar {
        margin-bottom: 69px;
    }

    .header {
        top: 69px;
        margin-top: -69px;
        height: 69px;
    }

    .logo {
        float: none;
        width: 100px;
    }

    .sec1 {
        padding: 22px 0 25px;
        overflow-x: clip;
    }

    .sec1_left, .sec1_right {
        width: 100%;
    }

    .sec1_right {
        padding: 15px 0 0;
    }

    .prod_rating_text {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }

    .prod_name {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 15px;
    }

    .prod_text {
        font-size: 17px;
    }

    ul.sec1-list {
        margin: 12px 0 0;
    }

    ul.sec1-list li:after {
        left: 0;
    }

    ul.sec1-list li p {
        font-size: 15px;
        line-height: 22px;
        width: calc(100% - 45px);
    }

    ul.sec1-list li img {
        width: 35px;
    }

    .button_box {
        margin-top: 30px;
    }

    .common_button {
        height: 55px;
        line-height: 60px;
        font-size: 22px;
    }

    ul.button_list li {
        font-size: 11px;
        line-height: 11px;
    }

    .common_heading {
        font-size: 26px;
        line-height: 34px;
    }

    .common_text {
        font-size: 16px;
        line-height: 21px;
    }

    .package__section {
        padding: 30px 0 40px;
    }

    .package__section-inner {
        padding: 0 0;
        margin: 0;
    }

    .package__heading {
        font-size: 20px;
        line-height: 30px;
    }

    .package {
        width: 100%;
        margin-top: 25px;
    }

    .pkage2 .pkage_prod_box {
        margin: 10px auto 0;
    }

    .pkage_prod_box {
        margin: 10px 0 -10px;
    }

    .pkage1 {
        order: 3;
    }

    .pkage2 {
        order: 1;
        margin: 25px 0 0;
    }

    .pkage3 {
        order: 2;
    }

    .package__floating-top span {
        letter-spacing: 0.5px;
    }

    .pakge_seal {
        right: 10px;
    }

    .pakge_seal small {
        font-size: 13px;
        line-height: 14px;
    }

    .package__best-value {
        top: -18px;
        left: -18px;
        width: 75px;
    }

    a.package_btn {
        width: 90%;
    }

    .package__cards img {
        max-width: 260px;
    }

    .freeShip {
        font-size: 24px;
        line-height: 28px;
        margin-top: 15px;
    }

    .sec2 {
        padding: 0;
    }

    .sec2_inner {
        padding: 35px 15px 0;
        max-width: none;
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0px;
        position: relative;
    }

    .sec2_inner_heading {
        font-size: 26px;
        line-height: 34px;
        margin: 30px 0 0;
    }

    .sec2_inner_text {
        font-size: 18px;
        line-height: 28px;
        margin: 25px 0 0;
    }

    .common_box {
        margin: 20px 0 10px;
    }

    .common_box.fl, .common_box.fr {
        float: none;
        margin: 30px auto 0;
    }

    .common_box.fl.sec2_image3_box {
        height: 330px;
        margin-top: 25px;
    }

    .doctor_icon {
        position: absolute;
        margin: 0;
        right: -50px;
        top: -40px;
        width: 190px;
    }

    .image_hdg {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 0;
    }

    .pointed_arrow1 {
        width: 40px;
        right: -30px;
        top: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .pointed_arrow2 {
        width: 40px;
        right: -20px;
        top: 30px;
    }

    .sec2_strip {
        width: calc(100% + 30px);
        margin: 30px 0 40px -15px;
        padding: 15px;
    }

    .sec2_strip p {
        font-size: 19px;
        line-height: 30px;
    }

    .sec2_prod {
        float: none;
        max-width: 100%;
        margin: 0 -50px 10px -20px;
    }

    .doc_name {
        font-size: 20px;
        line-height: 24px;
        margin: 22px 0 0;
    }

    .doc_design {
        font-size: 15px;
        line-height: 20px;
    }

    .doc_sign {
        width: 155px;
    }

    .sec2_doctor_bottom {
        padding: 30px 15px;
        width: calc(100% + 30px);
        margin: 30px 0 0 -15px;
        text-align: center;
    }

    .sec2_doctor_bottom img {
        position: static;
        border-radius: 6px;
        margin: 0 0 15px;
        width: 150px;
        float: right;
    }

    .sec2_doctor_bottom p {
        font-size: 17px;
        line-height: 26px;
        text-align: left;
    }

    .sec3 {
        padding: 30px 0 40px;
    }

    .sec3_inner {
        margin: 10px auto 0;
    }

    .sec3_inner_box {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 20px 0;
        background: none;
    }

    .sec3_content {
        width: 100%;
        padding: 0;
    }

    .sec3_num {
        font-size: 58px;
        line-height: 58px;
    }

    .sec3_num:before {
        width: 25px;
        height: 25px;
        border-width: 8px;
    }

    .sec3_content h3 {
        font-size: 20px;
        line-height: 26px;
        padding: 0 0 20px 50px;
        min-height: 72px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        background: url({{'sec3-line.png' | asset_url}}) center bottom no-repeat;
    }

    .sec3_content p {
        font-size: 17px;
        line-height: 26px;
    }

    .sec3_img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .sec3_img3 {
        margin: 25px auto;
    }

    .sec4 {
        padding: 30px 0 0;
        overflow-x: clip;
    }

    .sec4_inner {
        background: none;
        padding: 0;
    }

    .sec4_mob {
        width: calc(100% + 30px);
        margin: 0 0 -70px -15px;
    }

    .sec4_testi {
        position: relative;
        padding: 22px 18px 0;
        width: calc(100% + 30px);
        margin-right: -15px;
        max-width: none;
        border-radius: 0px;
    }

    .sec4_rating {
        font-size: 16px;
    }

    .sec4_testi_text {
        font-size: 18px;
        line-height: 28px;
    }

    .review_box {
        padding: 18px 15px;
    }

    .review_title {
        font-size: 18px;
        line-height: 25px;
    }

    .review_icon {
        margin: 0 0 0 5px;
    }

    .review_icon img {
        width: 30px;
    }

    .review_name {
        font-size: 14px;
    }

    .review_verified {
        font-size: 11px;
    }

    .review_note {
        font-size: 10px;
    }

    .sec5 {
        padding: 30px 0 35px;
        background: none;
    }

    .sec5_inner {
        margin: 0 auto;
    }

    .sec5_inner_box {
        flex-wrap: wrap;
        padding: 25px 0;
        border-bottom: 1px solid #ddd;
    }

    .sec5_inner_box:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .sec5_box_content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .sec5_box_content h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .sec5_box_content p {
        font-size: 17px;
        line-height: 26px;
    }

    .sec5_box_img img {
        max-width: 400px;
        width: 100%;
        margin: 25px auto 10px;
    }

    .sec5_box {
        padding: 20px 15px;
        margin: 30px 0 0;
    }

    .sec5_box h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .sec5_box p {
        font-size: 17px;
        line-height: 26px;
    }

    .font_22 {
        font-size: 18px;
        line-height: 26px;
    }

    .sec6 {
        padding: 30px 0 35px;
    }

    .sec6_content {
        width: 100%;
    }

    .graph_img {
        float: none;
        width: 100%;
        margin: 30px auto;
    }

    .sec6_box {
        margin: 35px auto 10px;
    }

    .sec6_box_hdg {
        font-size: 20px;
        line-height: 27px;
        padding: 10px;
    }

    .sec6_box_inner {
        padding: 20px 20px 25px;
        flex-wrap: wrap;
    }

    .sec6_box_content {
        width: 100%;
        padding: 0;
    }

    .sec6_box_img {
        margin: 20px auto 0;
    }

    ul.sec6_list li {
        font-size: 16px;
        line-height: 20px;
    }

    .sec6_prod {
        float: none;
        margin: 25px auto -30px;
        max-width: 100%;
    }

    .sec8 {
        padding: 30px 0 35px;
    }

    .ingred_sec {
        margin: 25px auto 0;
    }

    .ingred_box {
        padding: 0 15px;
    }

    .ingred_hdg {
        padding: 20px 0 20px 65px;
    }

    .ingred_hdg img {
        left: -5px;
        width: 65px;
    }

    .ingred_hdg h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .ingred_content {
        padding: 5px 0 20px;
        top: 0;
    }

    .ingred_text {
        font-size: 16px;
        line-height: 24px;
    }

    ul.ingred_list li {
        font-size: 16px;
        line-height: 20px;
    }

    .sec9 {
        padding: 30px 0 35px;
    }

    .sec10 {
        padding: 30px 0 35px;
    }

    .faq-container {
        padding: 10px 0 0;
        margin: 5px auto 0;
    }

    .up-slide-dwn {
        padding: 0 15px;
        margin-top: 15px;
    }

    .accordion {
        background-size: 12px;
        padding: 15px 20px 15px 0;
    }

    .acdn-heading.accordion-open {
        background-size: 12px;
    }

    .acdn_pics {
        width: 47px;
        margin-top: -23px;
    }

    .acdn_name {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .acdn_heading {
        font-size: 18px;
        line-height: 25px;
    }

    .acdn-content {
        padding: 15px 0 5px;
    }

    .acdn-para {
        font-size: 16px;
        line-height: 24px;
    }

    ul.faq_list li {
        font-size: 16px;
    }

    table.ingred_table td {
        font-size: 14px;
        line-height: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer_logo {
        width: 115px;
    }

    .footer_text {
        font-size: 14px;
        line-height: 20px;
    }

    .disclaimer_text {
        font-size: 13px;
        line-height: 18px;
        padding: 8px 15px;
    }

    .mt-0 {
        margin-top: 0;
    }
}

/*-----------------------
CLINICIANS CSS
------------------------*/
.clinicians_box {
    text-align: center;
    margin: 20px auto 0;
}

#frontrow-sticker {
    position: unset;
    border-radius: 0 !important;
}

.iframe.frontrow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999997;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .clinicians_box {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }

    #frontrow-sticker {
        transform-origin: center !important;
        transform: scale(0.848193) !important;
    }
}

/* -----------------------
   FOOTER (float-based to match this template)
------------------------ */
.la-footer {
    float: left;
    width: 100%;
    background: #08085a;
    color: #aeb4d1;
    text-align: left;
}

/* match existing .container pattern */
.la-footer__inner {
    width: 1170px;
    margin: 0 auto;
    padding: 56px 0 28px;
    position: relative;
}

/* top row */
.la-footer__top {
    float: left;
    width: 100%;
}

/* columns */
.la-footer__col {
    float: left;
    width: 22%;
}

.la-footer__col + .la-footer__col {
    margin-left: 4%;
}

/* logo block on the right */
.la-footer__brand {
    float: right;
    width: 22%;
    text-align: right;
}

.la-footer__logo {
    width: 135px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

/* headings + links */
.la-footer__title {
    margin: 0 0 14px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: .06em;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.15;
}

.la-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.la-footer__links li {
    margin: 0 0 10px;
}

.la-footer__links a {
    color: #aeb4d1;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.35;
}

.la-footer__links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* middle area (copyright + address) */
.la-footer__mid {
    float: left;
    width: 100%;
    margin-top: 64px;
}

.la-footer__copyright {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.5;
    color: #aeb4d1;
}

.la-footer__address {
    margin: 0;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #aeb4d1;
}

/* fineprint bottom bar */
.la-footer__fineprint {
    float: left;
    width: 100%;
    border-top: 2px solid #121263;
    padding: 18px 0 26px;
    font-size: 14px;
    line-height: 1.6;
    color: #aeb4d1;
    margin-top: 2rem;
    text-align: center;
}

/* keep fineprint aligned with inner width */
.la-footer__fineprint .la-footer__inner {
    padding: 0;
}

/* clearfix (old-school float cleanup) */
.la-footer__top:after, .la-footer__mid:after {
    content: "";
    display: block;
    clear: both;
}

/* -----------------------
   Responsive (match your breakpoints)
------------------------ */
@media only screen and (max-width: 1180px) {
    .la-footer__inner {
        width:1000px;
    }
}

@media only screen and (max-width: 1023px) {
    .la-footer__inner {
        width:750px;
    }

    .la-footer__col {
        width: 30%;
    }

    .la-footer__col + .la-footer__col {
        margin-left: 5%;
    }

    .la-footer__brand {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }

    .la-footer__logo {
        width: 220px;
    }

    .la-footer__mid {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    p.small-headline-text {
        font-size: 24px !important;
        line-height: 30px;
        margin-top: 30px;
    }

    .la-footer {
        text-align: left;
    }

    .la-footer__inner {
        width: 100%;
        max-width: 600px;
        padding: 44px 15px 22px;
        box-sizing: border-box;
    }

    .la-footer__col, .la-footer__brand {
        width: 100%;
        margin: 0;
        float: left;
        text-align: left;
    }

    .la-footer__col {
        margin-bottom: 22px;
    }

    .la-footer__title {
        font-size: 16px;
    }

    .la-footer__links a, .la-footer__copyright, .la-footer__address {
        font-size: 16px;
    }

    .la-footer__logo {
        width: 200px;
    }

    .la-footer__mid {
        margin-top: 10px;
    }

    .la-footer__fineprint {
        padding: 16px 0 22px;
        font-size: 13px;
    }
}

p.small-text {
    font-size: 10px;
}

p.small-headline-text {
    font-size: 1.6rem;
    line-height: normal;
    color: #d00b00;
    margin-top: 20px;
    font-weight: bold;
}
