@charset "utf-8";
/* CSS Document */

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-family: 'Inter';
    font-weight: normal;
}

#section1 {
    background: none;
}

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: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    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,
.show-tab {
    display: none;
}

/*-----------------------
TOP STRIP
------------------------*/
.top_strip {
    float: left;
    width: 100%;
    background: #000;
    padding: 6px 0;
    position: relative;
    z-index: 2;
}

.strip_iner {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    column-gap: 15px;
}

.strip_text {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}

.offer_txt {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-top: 2px;
}

.discount_img {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin: -7px 8px 0 0;
}

.giftbx {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin: -7px 0 0 9px;
}

.chk-header {
    background: #2c7fac center top no-repeat;
    height: 90px;
}

.logotxt {
    position: absolute;
    left: 138px;
    top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    border-left: 1px solid #5093b7;
    padding: 0 0 0 15px;
}

.shop-header-bx {
    float: none;
    width: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-btn-header {
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 20px 0;
}

.shop-btn-header:hover {
    background-color: #fdc22f;
    color: #fff;
    border: 2px solid #fdc22f;
}

.congratbx {
    display: flex;
    justify-content: end;
    align-items: center;
}

.timer-container2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0;
}

.timer-container2 .time-box2 {
    width: 35px;
    height: 38px;
    font-size: 19px;
    background-color: #ffffff;
    color: #020202;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.timer-container2 .label2 {
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    font-family: 'Mallory';
    margin-top: 5px;
}

.timer-container2 .colon2 {
    font-size: 30px;
    margin: 0 5px;
    line-height: 35px;
    color: #fff;
    font-weight: 300;
}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.header {
    background: #fff;
    float: left;
    width: 100%;
    height: 70px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    margin-top: -70px;
    position: relative;
    top: 70px;
}

.fixed-nav .header {
    position: fixed;
    z-index: 11;
    top: 0;
    border: none;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-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);
}

.logo {
    float: left;
    margin-top: 8px;
    width: 121px;
}

.logo-thank {
    margin-top: 24px;
}

.header_btn {
    float: right;
    width: 250px;
    height: 47px;
    background: #09a126;
    border-radius: 100px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin: 12px 0 0;
}

.header_btn img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}

ul.menu_list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu_list li {
    padding: 0 18px;
    position: relative;
    display: flex;
    align-items: center;
}

ul.menu_list li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #ddd;
    height: 20px;
}

ul.menu_list li:last-child:after {
    display: none;
}

ul.menu_list li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

/*-----------------------
SECTION-1
------------------------*/
.sec1 {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
}

.sec1_content {
    float: left;
    width: 52%;
    text-align: left;
}

.sec1_sub_heading {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.sec1_sub_heading img {
    width: 82px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.sec1_heading {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 10px 0 0;
}

.sec1_text {
    font-size: 17px;
    line-height: 24px;
    margin: 12px 0 0;
}

.sec1-container {
    display: flex;
}

ul.sec1_list {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0;
}

ul.sec1_list li {
    font-size: 19px;
    line-height: 22px;
    text-align: left;
    background: url(../images/sec1-list-tick.webp) left 5px no-repeat;
    background-size: 25px;
    padding: 6px 0 6px 35px;
}

.gradient_text {
    background: #5E1718;
    background: linear-gradient(90deg, rgba(94, 23, 24, 1) 0%, rgba(236, 42, 48, 1) 45%, rgba(94, 23, 24, 1) 90%);
    background-clip: text;
    color: transparent;
    text-shadow: none;
    padding: 0 0 5px;
}

.claim_hdg {
    max-width: 460px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

a.s10btn {
    font-size: 20px;
}

.s6-image-wrapper {
    position: absolute;
    right: -20px;
    top: 5px;

    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.s6-image-wrapper img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;

    position: static;
    top: auto;
    right: auto;
    height: auto;
}

a.s1btn {
    font-size: 20px;
}

.claim_hdg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    z-index: -1;
}

.claim_hdg span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    background: #fff;
}

.claim_hdg img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0;
}

.timer_txt {
    display: inline-block;
    color: #c8202f;
    font-weight: 800;
    width: 60px;
}

ul.gift_list {
    max-width: 460px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 0 0;
}

ul.gift_list li {
    width: 24%;
    text-align: center;
    position: relative;
}

ul.gift_list li h3 {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 80px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 3px;
    padding: 3px 5px;
    font-weight: 700;
    background: #c8202f;
    color: #fff;
    z-index: 3;
}

ul.gift_list li h3 span {
    text-decoration: line-through;
}

li#open-chatbot {
    display: block;
    margin-top: 15px;
}

.gift_card-box {
    border-radius: 10px;
    transition: border-color .12s cubic-bezier(.645, .045, .355, 1);
    animation: border-dance 1s infinite linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    width: 60px;
}

.gift_card-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #ad3e3e 50%, transparent 50%), linear-gradient(90deg, #ad3e3e 50%, transparent 50%), linear-gradient(0deg, #ad3e3e 50%, transparent 50%), linear-gradient(0deg, #ad3e3e 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
    border-radius: 6px;
}

.gift_card-box:before {
    content: '';
    position: absolute;
    background: #f3f8fc;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border-radius: 6px;
    z-index: 1;
}

.gift_card-box-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

li h3 {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    width: auto;
    min-width: 50px;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
    padding: 4px 6px;
    font-weight: 700;
    background: #c8202f;
    color: #fff;
    z-index: 10;
    text-align: center;
    margin: 0;
}

.gift-img {
    width: 30px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#open-chatbot p {
    font-size: 8px;
    line-height: 1.1;
    text-align: center;
    margin: 5px 0 0;
    font-weight: bold;
}

@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top;
    }

    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
    }
}

.button_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 475px;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.button_rating {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 8px;
    color: #000;
}

.button_rating img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 4px 0 4px;
}

.common_button {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #11c956;
    height: 67px;
    line-height: 67px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.button_arw {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: -4px 0 0 10px;
}

.ship_text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}

.ship_text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background: #00d228;
    border-radius: 50%;
    margin: 0px 7px 0 0;
    animation: breath 1.3s infinite;
}

@keyframes breath {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.low-stock-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 80px;
    margin: 0 10px;
}

.low-stock-indicater {
    width: 13px;
    height: 14px;
    background: #e6e6e6;
}

.low-stock-indicater.active>span {
    background: #ef2000;
    width: 100%;
    height: 100%;
    float: left;
}

.fade {
    animation: fade 1.2s ease infinite;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.sec1_slides {
    float: right;
    width: 45.7%;
    margin: 25px 0 0;
}

.sec1_slides_box {
    background: #1082bf;
    float: left;
    width: 440px;
    padding: 10px;
    border-radius: 15px;
}

.sec1_slides_inr {
    background: none;
    border-radius: 15px;
}

.sec1_slides_item {
    border-radius: 20px;
    overflow: hidden;
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec1_slides_img {
    width: 440px;
    /* height: 100%; */
    object-fit: contain;
}

.sec1_slides_text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0 12px;
}

/*-----------------------
BRAND STRIP
------------------------*/
.brand_strip {
    float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.brand_box {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.feature_text {
    width: 98px;
    font-size: 17px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
    margin: 4px 0 0;
}

ul.brand_list {
    width: calc(100% - 138px);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 55px;
    position: relative;
    padding: 10px 0;
}

ul.brand_list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #ddd;
}

ul.brand_list li {
    display: inline-block;
    vertical-align: middle;
}

ul.brand_list li img {
    margin: 0 auto 0;
    display: block;
    height: 25px;
    max-width: none;
    max-height: 100%;
    width: auto;
}

/*-----------------------
SECTION-2
------------------------*/
.sec2 {
    float: left;
    width: 100%;
    padding: 50px 0 180px;
    position: relative;
    overflow: clip;
    z-index: 1;
}

.common_heading {
    font-size: 47px;
    line-height: 52px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.common_text-center {
    max-width: 830px;
    margin: auto;
    width: 100%;
}

.common_text {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-top: 15px;
}

#banner__wave {
    bottom: -1.5vw;
    left: 0;
    position: absolute;
    width: 100vw;
    z-index: -1;
}

.sec2_inner {
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #000;
    border-radius: 15px;
    padding: 0 35px;
    margin-top: 55px;
    position: relative;
}

.label_text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
    color: #000;
    background: #fff;
    padding: 5px 20px 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -18px;
}

.sec2_img {
    float: left;
    max-width: 47%;
    border-radius: 10px;
    margin-top: 50px;
}

ul.sec2_list {
    width: 51%;
    float: right;
    margin-top: 40px;
}

ul.sec2_list li {
    position: relative;
    text-align: left;
    padding: 18px 0 20px 32px;
    background: url(../images/sec2-cross.png) left 22px no-repeat;
    background-size: 19px;
}

ul.sec2_list li h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

ul.sec2_list li p {
    font-size: 17px;
    line-height: 25px;
    margin: 5px 0 0;
}

ul.sec2_list li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px dotted #000;
}

ul.sec2_list li:last-child {
    padding-bottom: 10px;
}

ul.sec2_list li:last-child:after {
    display: none;
}

.sec2_inner_btm {
    float: left;
    width: calc(100% + 70px);
    margin-top: 50px;
    margin-left: -35px;
    background: #fff3f3;
    padding: 0 100px 30px;
    border-radius: 0 0 15px 15px;
}

.sec2_btm_icon {
    width: 61px;
    display: block;
    margin: -30px auto 10px;
}

.sec2_inner_btm p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.sec2_inner_btm p span {
    color: #d4272c;
}

/*-----------------------
SECTION-3
------------------------*/
.sec3 {
    float: left;
    width: 100%;
    background: #fff7f7;
    padding: 60px 0 70px;
}

.sec3_top_prod {
    text-align: center;
    z-index: 1;
    display: block;
    margin: -130px auto 10px;
    position: relative;
}

.sec3_top_prod:before {
    content: '';
    position: absolute;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 0px 50px rgba(255, 247, 247, 1);
    -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 247, 247, 1);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.sec3_top_prod img {
    width: 271px;
    margin: 48px 0 0 0;
}

.sec3_prod {
    float: left;
    margin: 40px 0 0;
    max-width: 47%;
}

ul.sec3_list {
    float: right;
    width: 48.71%;
    margin: 30px 0 0;
}

ul.sec3_list li {
    position: relative;
    padding: 25px 0 25px 80px;
    text-align: left;
    border-bottom: 1px solid #e4dede;
}

ul.sec3_list li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

ul.sec3_list li img {
    position: absolute;
    left: 0;
    top: 25px;
    width: 60px;
}

ul.sec3_list li h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

ul.sec3_list li p {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 0;
}

.sec3_btm_text {
    max-width: 880px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
    margin: 20px auto 0;
}

/*-----------------------
SECTION-4
------------------------*/
.sec4 {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

.benfit_sec {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    gap: 25px;
}

.benfit_box {
    background: #f7faff;
    padding: 15px 15px 0;
    position: relative;
    color: #fff;
    display: flex !important;
    display: -webkit-flex !important;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 31.5%;
}

.benfit_heading {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.benfit_heading p {
    width: calc(100% - 41px);
    position: relative;
    z-index: 1;
    text-align: left;
}

.benfit_heading p:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    border-top: 1px solid #cbd1e1;
    z-index: -1;
}

.benfit_heading span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    border: 1px solid #c0c7d9;
    border-radius: 100px;
    padding: 2px 15px 3px;
    background: #f9fbff;
}

.benfit_heading img {
    width: 41px;
    filter: drop-shadow(1px 18px 12px #bababa);
    -webkit-filter: drop-shadow(1px 8px 10px #bababa);
    margin: 0 0 0 20px;
}

.benfit_img {
    max-width: 100%;
    display: block;
    margin: auto auto 10px;
    position: relative;
}

ul.benfit_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #e5292f;
    padding: 15px 10px;
    gap: 12px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -80px;
    padding: 84px 8px 15px;
}

ul.benfit_list li {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    gap: 12px;
}

ul.benfit_list li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

ul.benfit_list li:last-child:after {
    display: none;
}

.benfit_content_hdg {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 0;
}

.benfit_content_txt {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin: 10px 0 15px;
}

/*-----------------------
SECTION-5
------------------------*/
.sec5 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
}

.ingred_sec {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 10px;
}

.ingred_box {
    width: 31.8%;
    background: #e7f6ff;
    padding: 20px 20px 25px;
    text-align: left;
    border-radius: 10px;
}

.ingred_box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
}

.ingred_img {
    margin: -20px auto 0;
    max-width: 100%;
}

.ingred_box p {
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 0;
}

ul.ingred_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 12px 0 0;
}

ul.ingred_list li {
    width: 50%;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 15px;
    margin: 3px 0px;
}

ul.ingred_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

.s4_good_stuff_row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 45px;
}

.good_stuff_text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 500px;
}

.good_stuff_text:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    background: #0c426d;
    height: 1px;
    top: 51%;
}

.good_stuff_text span {
    position: relative;
    padding: 0 15px;
    background: #fff;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

ul.s4_good_stuff_list {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0;
    width: 100%;
}

ul.s4_good_stuff_list li {
    margin-top: 30px;
    width: 16.66%;
    text-align: center;
    position: relative;
}

ul.s4_good_stuff_list li:after {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    right: 0;
    border-right: 1px solid #d6d8dc;
}

ul.s4_good_stuff_list li:last-child:after {
    display: none;
}

ul.s4_good_stuff_list li img {
    display: block;
    margin: 0 auto 0;
    width: 64px;
}

ul.s4_good_stuff_list li p {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

/*-----------------------
SECTION-6
------------------------*/
.sec6 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff7f7;
}

.sec5_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 830px;
    margin-top: 40px;
}

.sec5_order_box {
    background: #FFEAEA;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 35px 280px 45px 30px;
    text-align: left;
    position: relative;
}

.s5_women {
    position: absolute;
    right: 0;
    bottom: 0;
}

.s5_prod {
    position: absolute;
    right: 20px;
    bottom: -15px;
}

.s5_order_head {
    font-size: 38px;
    line-height: 46px;
    color: #000;
    font-weight: 700;
}

.odr_date_box {
    float: left;
    width: 100%;
    margin-top: 20px;

    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.odr_date_box h3 {
    font-size: 80px;
    line-height: 70px;
    color: #000;
    font-weight: 500;
}

.date_cont {
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 15px;
}

.date_cont p {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
}

.date_cont p span {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.s5_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 735px;
    position: relative;
    margin-top: 30px;
    padding-left: 75px;
}

.s5_box:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: 17%;
    left: 10px;
    border-left: 1px solid #e5292f;
}

.s5_box_row {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 25px 30px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.s5_box_row:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -75px;
    background: #e5292f;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px rgb(255, 147, 147, 0.3);
    -webkit-box-shadow: 0 0 0 4px rgb(255, 147, 147, 0.3);
}

.s5_box_row:after {
    position: absolute;
    content: "";
    background-size: 100%;
    background: #fff;
    width: 15px;
    height: 15px;
    left: -7px;
    top: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: -6px 6px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -6px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

.s5_box_row h3 {
    font-size: 25px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
}

ul.s5_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
}

ul.s5_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 12px;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #000;
    font-weight: 400;
    padding-left: 35px;
    text-align: left;
    background: url(../images/s5_list_point.webp) no-repeat left 3px;
    background-size: 21px;
}

/*-----------------------
SECTION-7
------------------------*/
.sec7 {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

.compare-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 770px;
    border: 1px solid #dadada;
    margin: 85px 0 30px;
    background: #f6f6f6;
    border-left: none;
    border-top: none;
}

.compare-col1 {
    float: left;
    width: 42%;
    padding-top: 122px;
    background: #fff;
}

.compare-list {
    float: left;
    width: 100%;
}

.compare-col1 .compare-list {
    background: #f6f6f6;
    border-top: 1px solid #ccc;
}

.compare-list li {
    float: left;
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.compare-list li:last-child {
    border-bottom: none;
}

.compare-col1 .compare-list li {
    justify-content: left;
    padding: 0 10px 0 15px;
    text-align: left;
    border-left: 1px solid #ccc;
}

.compare-col2 {
    float: left;
    width: 20%;
    background: #fff;
    border: 2px solid #eb0e0e;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    margin: -30px 0 -20px;
    padding: 0 0 15px;
    position: relative;
}

.compare-col-top {
    float: left;
    width: 100%;
    height: 122px;
    padding: 15px 0 0;
    background: #fff;
}

.compare-col2 .compare-col-top {
    height: 150px;
}

.compare-col-top h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
}

.compare-logo {
    width: 92px;
}

.compare-prod {
    display: block;
    margin: -40px auto 10px;
    width: 83px;
    max-width: 100%;
}

.compare-brand {
    display: block;
    margin: 10px auto 0;
    width: 38px;
    max-width: 100%;
}

.compare-top-text {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.compare-icn {
    width: 24px;
}

.compare-col2 .compare-icn {
    width: 32px;
}

.compare-col3 {
    float: left;
    width: 19%;
    border-top: 1px solid #ccc;
}

.moneyback {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    max-width: 770px;
    width: 100%;
    margin: 40px auto 0;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    background: #5E1718;
    background: linear-gradient(0deg, rgba(94, 23, 24, 1) 0%, rgba(236, 42, 48, 1) 100%);
    color: #fff;
    position: relative;
    z-index: 1;
}

.moneyback:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #f27f83;
    z-index: -1;
}

.moneyback_seal {
    width: 173px;
    z-index: 1;
    margin: 0 20px 0 40px;
}

.moneyback_content {
    width: calc(100% - 173px);
    text-align: left;
    padding: 35px 40px 35px 0;
}

.moneyback_content h3 {
    font-size: 43px;
    line-height: 46px;
    font-weight: 700;
}

.moneyback_content p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
}

/*-----------------------
SECTION-8
------------------------*/
.sec8 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
}

.rating_row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 50px auto 0;
}

.rating_col-1 {
    width: 28%;
}

ul.rating-list {
    float: left;
    width: 100%;
}

ul.rating-list li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.rating-list li:last-child {
    border-bottom: none;
}

.rating-list-txt1 {
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: left;
}

.rating-list-txt2 {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.rating-list-txt2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 12px 0 0;
    width: 85px;
}

.rating_col-2 {
    width: 300px;
    text-align: center;
}

.review-rating {
    font-size: 92px;
    line-height: 92px;
    font-weight: 700;
    color: #000;
}

.star {
    display: block;
    margin: 10px auto 0;
    width: 110px;
}

.verified-text {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 15px;
}

.rating_col-3 {
    width: 30%;
}

.review_img-row {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.review_img-col {
    width: 24%;
}

.review_img-col img {
    display: block;
    margin: 3px auto;
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.section8_slider-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1450px;
}

.s8-vdo-row {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.s8-vdo-col {
    display: inline-block;
    width: 100%;
    position: relative;
    cursor: pointer;
    /* box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1); */
    border-radius: 5px;
    width: 274px !important;
    height: 413px !important;
    overflow: hidden;
}

.s8-vdo-col-img-box {
    float: left;
    width: 100%;
}

.s8-vdo-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.s8-vdo-col video,
.thumbnail {
    vertical-align: top;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.video-player {
    display: none;
}

.testimonial-box {
    width: 100%;
    margin: 40px auto 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.testimonial-col {
    width: 48.5%;
    background: #fff;
    padding: 25px 25px 30px;
    border: 2px solid #eb0e0e;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-col-top {
    width: 100%;
    text-align: left;
    position: relative;
}

.quote_image {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 28px;
}

.testimonial-col-text1 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    padding-right: 50px;
}

.testimonial-col-star {
    display: block;
    width: 85px;
    margin-top: 10px;
}

.testimonial-col-text2 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
}

.testi-verify-row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.testi_face {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testi-verify-col {
    width: calc(100% - 65px);
    text-align: left;
}

.testi-verify-name-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}

.testi-verify-text {
    font-size: 13px;
    line-height: 17px;
    color: #0ab83f;
    margin-top: 3px;
}

.verify-icn {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin: -3px 5px 0 0;
}

/*-----------------------
SECTION-9
------------------------*/
.sec9 {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #f1f9ff;
}

.faq-container {
    display: inline-block;
    vertical-align: top;
    max-width: 770px;
    width: 100%;
    margin: 20px auto 0;
}

.up-slide-dwn {
    border-bottom: 1px dashed #f0d3d6;
}

.accordion {
    text-align: left;
    background: url(../images/close-btn.webp) no-repeat right center;
    background-size: 13px;
    padding: 22px 20px 22px 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    position: relative;
}

.acdn-heading.accordion-open {
    background: url(../images/open-btn.webp) no-repeat right center;
    background-size: 13px;
}

.acdn-content {
    text-align: left;
    padding: 0 20px 8px 0;
}

.acdn-para {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    padding-bottom: 20px;
}

.up-slide-dwn:last-child {
    border-bottom: none;
}

/*====sub_nav====*/
.comn_sub_nav {
    float: left;
    width: 100%;
    background: #f6f5f1;
    padding: 16px 0 8px 0;
}

.comn_sub_nav ul {
    float: left;
    width: 100%;
    text-align: left;
}

.comn_sub_nav ul li {
    float: left;
    font-size: 16px;
    color: #000000;
    padding: 0 4px;
}

.comn_sub_nav ul li a {
    color: #000000;
}

.comn_sub_nav ul li span {
    font-weight: 600;
}

/*==========terms==============*/
.terms p {
    text-align: justify;
    margin-bottom: 10px;
}

.terms h2 {
    margin-bottom: 20px;
}

.terms h3 {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 15px;
}

.terms ul li {
    text-align: justify;
    list-style: unset;
    list-style-position: inside;
    margin-bottom: 15px;
    margin-left: 15px;
}

/*====contact_section====*/
.contact_section {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.contct_sub_text {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
    margin-top: 30px;
    padding: 0 160px;
    letter-spacing: 0.5px;
}

.contact_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 1030px;
    margin-top: 50px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.contact_box_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;
}

.contact_box_details {
    float: left;
    width: 43%;
    background: #f6f5f1;
    padding: 35px 30px;
    border-right: 1px solid #e6e6e6;
    text-align: left;
}

.contact_heading {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: 'Taviraj', serif;
}

ul.contact_details_list {
    float: left;
    width: 100%;
    margin-top: 10px;
}

ul.contact_details_list li {
    float: left;
    width: 100%;
    padding-left: 65px;
    position: relative;
    text-align: left;
    margin-top: 20px;
}

ul.contact_details_list li img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 47px;
}

ul.contact_details_list li span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: normal;
    font-family: 'Taviraj', serif;
}

ul.contact_details_list li p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    margin-top: 3px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d5d5d5;
}

ul.contact_details_list li:last-child p {
    border-bottom: none;
    padding-bottom: 0;
}

.contact_message_box {
    float: left;
    width: 57%;
    padding: 35px 35px 45px;
    text-align: left;
}

.contact_form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.form_element {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.form_element.half {
    width: 48%;
}

.form_element.fl {
    float: left;
}

.form_element.fr {
    float: right;
}

.input_field {
    float: left;
    width: 100%;
    height: 55px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    font-size: 17px;
    line-height: 25px;
    padding: 15px 20px;
    font-family: 'DM Sans', sans-serif;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-left: 2px;
    visibility: hidden;
    display: inline-block;
}

.form_element textarea {
    height: 125px;
    width: 100%;
    padding: 20px 25px;
    resize: none;
    outline: none;
}

.contact_send_btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 160px;
    margin-top: 35px;
    background: #000000;
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 50px;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.comn-hdg {
    font-size: 46px;
    line-height: 52px;
    font-family: 'Taviraj', serif;
    font-weight: 500;
}

/*-----------------------
FOOTER
------------------------*/
.footer {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.footer_logo {
    display: block;
    margin: 10px auto 30px;
    width: 121px;
}

.footer_text {
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0;
}

.footer_text a {
    padding: 0 3px;
    color: #000;
}


/*-----------------------
MEDIA CSS
------------------------*/
@media only screen and (max-width:1180px) {
    .container {
        width: 1000px;
    }

    .sec1-container {
        flex-direction: column;
    }

    ul.benfit_list {
        gap: 8px;
    }

    ul.benfit_list li {
        font-size: 15px;
        gap: 8px;
    }

    .ingred_box h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width:1023px) {
    .container {
        width: 750px;
    }

    .hide-tab {
        display: none;
    }

    .show-tab {
        display: block;
    }

    .contact_box_details {
        padding: 25px 20px;
    }

    .contact_message_box {
        padding: 25px 25px 40px;
    }

    /*MOBILE MENU CSS*/
    .mob-mnu-ic {
        cursor: pointer;
        position: absolute;
        left: 10px;
        top: 25px;
        z-index: 16;
        height: 30px;
    }

    .mob-mnu-ic button {
        outline: none;
        -webkit-appearance: none;
        background: none;
        padding: 0;
        cursor: pointer;
        border: none;
        margin: 0;
    }

    .mob-mnu-ic span {
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 2px;
        background-color: #000;
        transition: 0.4s;
    }

    .bar2 {
        margin: 5px 0;
    }

    .dl-active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-3.5px, 5px);
        transform: rotate(-45deg) translate(-3.5px, 5px);
        background: #000;
    }

    .dl-active .bar2 {
        opacity: 0;
    }

    .dl-active .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -6px);
        transform: rotate(45deg) translate(-5px, -6px);
        background: #000;
    }

    .mobilemenu {
        left: 0;
        position: fixed;
        top: 138px;
        background: #fff;
        z-index: 12;
        right: 0;
        bottom: 0;
        overflow: scroll;
        display: none;
        border-top: 1px solid #ddd;
    }

    .mobimenu-top {
        top: 68px;
    }

    .mobilemenu li {
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .mobilemenu li a {
        float: left;
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .mobilemenu li a.header-btn {
        float: left;
        width: 150px;
        font-size: 18px;
        color: #ffffff;
        height: 42px;
        line-height: 40px;
        font-weight: 600;
        margin: 10px 0;
        border-radius: 20px;
        background: #19c354;
        padding: 0;
        text-align: center;
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .sec1_heading {
        font-size: 38px;
        line-height: 38px;
    }

    .common_heading {
        font-size: 34px;
        line-height: 40px;
    }

    ul.sec2_list li h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .sec2_inner_btm {
        padding: 0 30px 30px;
    }

    .sec2_inner_btm p {
        font-size: 20px;
        line-height: 30px;
    }

    ul.sec3_list li {
        padding: 20px 0 20px 60px;
    }

    ul.sec3_list li img {
        width: 45px;
    }

    ul.sec3_list li h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .sec3_btm_text {
        font-size: 20px;
        line-height: 28px;
    }

    .benfit_box {
        width: 48%;
    }

    .benfit_heading span {
        font-size: 16px;
    }

    .benfit_content_hdg {
        font-size: 20px;
        line-height: 24px;
    }

    .ingred_box {
        padding: 15px 15px 20px;
    }

    .comn-hdg {
        font-size: 36px;
        line-height: 42px;
    }

    .ingred_img {
        margin: 5px auto 0;
    }

    ul.ingred_list li {
        font-size: 14px;
        line-height: 18px;
    }

    .s4_good_stuff_row {
        margin-top: 45px;
    }

    ul.s4_good_stuff_list li img {
        width: 55px;
    }

    ul.s4_good_stuff_list li p {
        font-size: 14px;
        line-height: 18px;
    }

    .good_stuff_text span {
        font-size: 20px;
        line-height: 25px;
    }

    .review-rating {
        font-size: 62px;
        line-height: 62px;
    }

    .rating_col-1 {
        width: 38%;
    }

    .rating_col-2 {
        width: 220px;
    }

    .review_img-col img {
        height: 56px;
    }

    .contct_sub_text {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {
    .hide-mob {
        display: none;
    }

    .hide-desk {
        display: block;
    }

    .comn-hdg {
        font-size: 28px;
        line-height: 34px;
    }

    .contct_sub_text {
        letter-spacing: 0.3px;
        margin-top: 20px;
    }

    .s4-rgt .comn-hdg,
    .s4-rgt .comn-txt {
        text-align: left;
    }

    .abt-s2-rgt .comn-hdg,
    .abt-s2-rgt .comn-txt {
        text-align: left;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        max-width: 600px;
        box-sizing: border-box;
    }

    .form_element.half {
        width: 100%;
    }

    .contact_box {
        margin-top: 30px;
        max-width: 375px;
    }

    .contact_box_details {
        width: 100%;
        padding: 25px 20px 30px;
    }

    .contact_message_box {
        width: 100%;
        padding: 25px 20px 30px;
    }

    .top_strip {
        padding: 3px 0;
    }

    .strip_text {
        font-size: 13px;
        line-height: 17px;
    }

    .offer_txt {
        font-size: 10px;
        line-height: 14px;
    }

    .discount_img {
        width: 16px;
        margin: -3px 6px 0 0;
    }

    .giftbx {
        width: 14px;
        margin: -4px 0 0 6px;
    }

    .timer-container2 .time-box2 {
        width: 26px;
        height: 27px;
        font-size: 14px;
    }

    .timer-container2 .label2 {
        font-size: 9px;
        line-height: 9px;
        margin-top: 4px;
    }

    .timer-container2 .colon2 {
        font-size: 20px;
        margin: 0 4px;
        line-height: 25px;
    }

    .top-fix-bar {
        margin-bottom: 47px;
    }

    .header {
        height: 47px;
        margin-top: -47px;
        top: 47px;
    }

    .logo {
        width: 95px;
        float: left;
        margin-top: 6px;
        position: static;
        transform: none;
    }

    .mob-mnu-ic {
        left: auto;
        right: 15px;
        top: 14px;
    }

    .mobilemenu {
        top: 93px
    }

    .mobimenu-top {
        top: 47px;
    }

    .sec1 {
        padding: 20px 0 30px;
    }

    .sec1_content,
    .sec1_slides {
        width: 100%;
        text-align: center;
    }

    .sec1_sub_heading {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto;
    }

    .sec1_sub_heading img {
        width: 75px;
    }

    .sec1_heading {
        font-size: 30px;
        line-height: 32px;
    }

    .sec1_text {
        font-size: 15px;
        line-height: 20px;
    }

    .sec1_slides_box {
        padding: 8px;
    }

    .sec1_slides_text {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0 8px;
    }

    ul.sec1_list li {
        font-size: 16px;
        line-height: 18px;
        background-size: 20px;
        padding: 6px 0 6px 28px;
    }

    .claim_hdg {
        font-size: 16px;
        line-height: 20px;
        margin: 22px auto 0;
    }

    .timer_txt {
        width: 55px;
    }

    .gift_card-box-inner {
        padding: 10px 10px 8px;
    }

    ul.gift_list {
        margin: 25px auto 0;
    }

    ul.gift_list li h3 {
        font-size: 11px;
        line-height: 12px;
        width: 50px;
    }

    ul.gift_list li p {
        font-size: 12px;
        line-height: 15px;
    }

    .button_box {
        margin-top: 25px;
    }

    .button_rating {
        font-size: 13px;
        line-height: 18px;
    }

    .button_rating img {
        width: 17px;
    }

    .common_button {
        font-size: 18px;
        line-height: 58px;
        height: 58px;
    }

    .button_arw {
        width: 20px;
    }

    .ship_text {
        font-size: 12px;
        line-height: 16px;
    }

    .low-stock-row {
        width: 63px;
    }

    .low-stock-indicater {
        width: 11px;
        height: 12px;
    }

    .sec1_mob_testi {
        float: left;
        width: 100%;
        border: 1px solid #bbbcb4;
        background: #f3fafe;
        padding: 20px 15px 20px 70px;
        text-align: left;
        position: relative;
        margin: 25px 0 0;
    }

    .sec1_mob_test_face {
        border-radius: 50%;
        position: absolute;
        left: 15px;
        top: 22px;
    }

    .sec1_mob_testi h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }

    .sec1_mob_testi p {
        font-size: 14px;
        line-height: 19px;
        margin: 6px 0 0;
    }

    .sec1_mob_testi p img {
        width: 37px;
        display: inline-block;
        vertical-align: middle;
    }

    .sec1_mob_testi_nm {
        margin: 8px 0 0;
    }

    .sec1_mob_testi_nm span {
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
    }

    .sec1_mob_testi_nm small {
        font-size: 12px;
        line-height: 16px;
    }

    .sec1_mob_testi_nm img {
        width: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .brand_strip {
        padding: 12px 0 15px;
    }

    .feature_text {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 18px;
    }

    ul.brand_list {
        width: 100%;
        column-gap: 15px;
        margin: 0 auto;
    }

    ul.brand_list li img {
        height: 20px;
    }

    .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 10px;
        position: relative;
    }

    .brand-logo {
        height: 22px;
        width: auto;
    }

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

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

    .sec2 {
        padding: 30px 0 125px;
    }

    .label_text {
        font-size: 20px;
        line-height: 20px;
        padding: 5px 12px 8px;
    }

    .sec2_inner {
        margin-top: 35px;
        padding: 0 15px;
    }

    .sec2_img {
        max-width: 100%;
        margin: 25px auto 0;
        float: none;
    }

    ul.sec2_list {
        width: 100%;
        margin-top: 5px;
    }

    ul.sec2_list li {
        padding: 15px 0 18px 25px;
        background-size: 15px;
        background-position: left 19px;
    }

    ul.sec2_list li h3 {
        font-size: 18px;
        line-height: 22px;
    }

    ul.sec2_list li p {
        font-size: 16px;
        line-height: 22px;
    }

    .sec2_inner_btm {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 35px;
        padding: 0 15px 20px;
    }

    .sec2_btm_icon {
        width: 50px;
        margin: -25px auto 0;
    }

    .sec2_inner_btm p {
        font-size: 16px;
        line-height: 24px;
    }

    .sec3 {
        padding: 60px 0 40px;
    }

    .sec3_top_prod {
        margin: -120px auto 10px;
    }

    .sec3_top_prod:before {
        width: 100px;
        height: 100px;
        box-shadow: 0px 0px 0px 30px rgba(255, 247, 247, 1);
        -webkit-box-shadow: 0px 0px 0px 30px rgba(255, 247, 247, 1);
    }

    .sec3_top_prod img {
        width: 165px;
        margin: 18px 0 0 5px;
    }

    .sec3_prod {
        max-width: 100%;
        margin: 25px auto 0;
    }

    ul.sec3_list {
        width: 100%;
        margin: 5px 0 0;
    }

    ul.sec3_list li h3 {
        font-size: 18px;
        line-height: 24px;
    }

    ul.sec3_list li p {
        font-size: 16px;
        line-height: 22px;
        margin: 6px 0 0;
    }

    .sec4 {
        padding: 30px 0 0;
    }

    .benfit_sec {
        width: calc(100% + 30px);
        margin-left: -15px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .benfit_box {
        margin: 0 auto;
        padding: 15px 15px 0;
        width: 100%;
    }

    .benfit_box:last-child {
        margin-bottom: 0px;
    }

    .benfit_img {
        max-width: 92%;
    }

    ul.benfit_list {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -80px;
        padding: 84px 8px 15px;
        gap: 15px;
    }

    ul.benfit_list li {
        font-size: 15px;
        line-height: 20px;
        gap: 15px;
    }

    ul.benfit_list li:after {
        width: 8px;
        height: 8px;
    }

    .benfit_heading span {
        font-size: 13px;
    }

    .benfit_heading img {
        width: 30px;
    }

    .benfit_content_hdg {
        margin: 5px 0 0;
    }

    .benfit_content_txt {
        font-size: 16px;
        line-height: 22px;
    }

    .sec5 {
        padding: 30px 0 40px;
    }

    .ingred_sec {
        margin: 25px auto 0;
        gap: 20px 0;
    }

    .ingred_box {
        width: 100%;
    }

    .ingred_img {
        margin: -20px auto 0;
        display: block;
    }

    .ingred_box p {
        font-size: 16px;
        line-height: 22px;
    }

    .s4_good_stuff_row {
        margin-top: 25px;
    }

    .good_stuff_text span {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
    }

    .good_stuff_text:before {
        height: 1px;
        top: 53%;
    }

    ul.s4_good_stuff_list {
        flex-wrap: wrap;
        margin: 5px 0 5px;
    }

    ul.s4_good_stuff_list li {
        width: 33.33%;
        margin-top: 15px;
    }

    ul.s4_good_stuff_list li:after {
        display: none;
    }

    ul.s4_good_stuff_list li p {
        font-size: 12px;
        line-height: 16px;
    }

    .sec6 {
        padding: 30px 0 40px;
    }

    .sec5_block {
        width: calc(100% + 30px);
        margin: 25px 0 0 -15px;
        max-width: none;
    }

    .sec5_order_box {
        padding: 15px 80px 20px 15px;
    }

    .s5_order_head {
        font-size: 19px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .odr_date_box {
        margin-top: 15px;
    }

    .odr_date_box h3 {
        font-size: 44px;
        line-height: 42px;
    }

    .date_cont {
        width: calc(100% - 40px);
        padding-left: 5px;
    }

    .date_cont p {
        font-size: 16px;
        line-height: 20px;
    }

    .date_cont p span {
        font-size: 16px;
    }

    .s5_women {
        width: 150px;
    }

    .s5_prod {
        right: 0;
        width: 120px;
        bottom: -10px;
    }

    .s5_box {
        max-width: 360px;
        margin-top: 10px;
        padding: 0 7px 0 40px;
    }

    .s5_box_row {
        padding: 15px 15px 20px;
    }

    .s5_box_row:before {
        width: 12px;
        height: 12px;
        left: -35px;
        top: 20px;
    }

    .s5_box:before {
        top: 50px;
        left: 12px;
        bottom: 19%;
    }

    .s5_box_row:after {
        top: 20px;
        width: 12px;
        height: 12px;
        left: -5px;
    }

    .s5_box_row h3 {
        font-size: 19px;
        line-height: 24px;
    }

    ul.s5_list li {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        background-size: 18px;
        padding-left: 25px;
        background-position: 0 2px;
    }

    .sec7 {
        padding: 30px 0 0;
    }

    .compare-row {
        margin: 60px 0 10px;
    }

    .compare-list li {
        font-size: 12px;
        line-height: 14px;
        height: 70px;
    }

    .compare-col1 {
        width: 28%;
        padding-top: 82px;
    }

    .compare-col1 .compare-list li {
        padding: 0 5px 0 10px;
    }

    .compare-col2 {
        width: 28%;
    }

    .compare-col3 {
        width: 22%;
    }

    .compare-icn {
        width: 22px;
    }

    .compare-col2 .compare-icn {
        width: 22px;
    }

    .compare-prod {
        width: 58px;
        margin: -30px auto 5px;
    }

    .compare-logo {
        width: 65px;
    }

    .compare-col-top {
        height: 82px;
    }

    .compare-col2 .compare-col-top {
        height: 110px;
    }

    .compare-top-text {
        font-size: 14px;
        line-height: 14px;
    }

    .compare-brand {
        width: 20px;
    }

    .moneyback {
        flex-wrap: wrap;
    }

    .moneyback:after {
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }

    .moneyback_content {
        width: 100%;
        padding: 20px;
    }

    .moneyback_content h3 {
        font-size: 23px;
        line-height: 28px;
        padding: 5px 0 0;
    }

    .moneyback_content p {
        font-size: 14px;
        line-height: 20px;
    }

    .moneyback_seal {
        width: 65px;
        float: right;
        margin: 0;
    }

    .button_outer {
        background: #fff;
        width: 96.5%;
        margin: 0 auto 6px;
        padding: 15px 5px;
    }

    .button_outer .button_box {
        margin-top: 0px;
    }

    .sec8 {
        padding: 30px 0 40px;
    }

    .rating_row {
        margin: 12px auto 0;
    }

    .rating_col-1,
    .rating_col-3 {
        width: 100%;
    }

    .rating_col-2 {
        order: 1;
    }

    .rating_col-3 {
        order: 2;
    }

    .rating_col-1 {
        order: 3;
    }

    .rating_col-2 {
        margin: 0 auto;
        width: 250px;
    }

    .review-rating {
        font-size: 42px;
        line-height: 42px;
    }

    .review_img-row {
        max-width: 380px;
        margin: 20px auto;
    }

    .review_img-col img {
        height: 78px;
    }

    .verified-text {
        font-size: 15px;
        line-height: 20px;
    }

    .s8-vdo-row {
        margin-top: 15px;
    }

    .s8-vdo-col {
        width: 155px !important;
        height: 232px !important;
    }

    .testimonial-col {
        width: 100%;
        padding: 15px 15px 20px;
    }

    .testimonial-box {
        margin: 20px auto 5px;
        row-gap: 20px;
    }

    .testimonial-col-text1 {
        font-size: 18px;
        line-height: 22px;
    }

    .testimonial-col-star {
        width: 65px;
    }

    .quote_image {
        width: 22px;
    }

    .testimonial-col-text2 {
        font-size: 16px;
        line-height: 22px;
    }

    .sec9 {
        padding: 30px 0 40px;
    }

    .accordion {
        font-size: 17px;
        line-height: 22px;
        padding: 18px 20px 18px 0;
    }

    .acdn-para {
        font-size: 15px;
        line-height: 22px;
    }

    .common_heading {
        font-size: 28px;
        line-height: 34px;
    }

    .common_text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer_logo {
        width: 90px;
        margin: 10px auto 20px;
    }

    .footer_text {
        font-size: 15px;
        line-height: 20px;
        margin: 6px 0;
    }
}

/*CSS FOR UGC MODAL*/
.ugc-modal {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;

    display: flex;
    background-color: rgba(255, 255, 255, .42);
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    z-index: -9;
    transition: opacity .2s;
}

.ugc-modal.active {
    opacity: 1;
    z-index: 99;
}

.video-container {
    aspect-ratio: 9 / 16;
    width: 360px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 640px;
    background: #000;
}

.video-container video {
    height: 100%;
}

.ugc-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:480px) {
    .video-container {
        width: 280px;
        min-height: 480px;
    }
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}