@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	}
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: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*====Fonts====*/
@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;
}

@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-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-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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}	

/*====header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	width:222px;
	margin-top:22px;
	}

ul.mainMenu{
	display: inline-block;
    vertical-align: middle;
    margin: 25px 0 0 0;
	}
ul.mainMenu li{
	float: left;
	padding: 0 20px;
	position:relative;
	}
ul.mainMenu li:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #b3b3b3;
}
ul.mainMenu li:last-child:before{display:none;}
ul.mainMenu li a{
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight:500;
	color:#000;
	letter-spacing: 0.5px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{
	color: #000;
	}
.header-btn{
	float:right;
	width:100%;
	max-width:145px;
	height:45px;
	background:#1cb13d;
	border-radius:10px;
	font-size:20px;
	line-height:45px;
	color:#fff;
	text-align:center;
	font-weight:800;
	margin-top:12px;
	}

/*====banner-section====*/
.banner-section{
	float:left;
	width:100%;
	background:url(../images/banner-bg.webp) center top no-repeat;
	background-size:cover;
	padding:30px 0 65px;
	position:relative;
    overflow: hidden;
	}
.banner-inner{
	width:100%;
	max-width:980px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.banner_left{
	float:left;
	width:67%;
	text-align:left;
	}
.banner_heading{
	font-size:56px;
	line-height:60px;
	letter-spacing:-1.5px;
	font-weight:800;
	color:#000;
	margin-top:10px;
	}
.banner-text1{
	font-size:19px;
	line-height:27px;
	color:#000;
	margin-top:15px;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0 -10px;
	}
ul.banner_point li{
	font-size:20px;
	line-height:26px;
	color:#000;
	text-align:left;
	padding:0 0 12px 35px;
	background:url(../images/bnr_tik.webp) no-repeat left 2px;
	background-size:23px;
	margin-top:8px;
	position:relative;
	}
ul.banner_point li:before{
	content:"";
	position:absolute;
	border-bottom:1px solid #d7d7d7;
	bottom:0;
	right:0;
	left:35px;
	}
ul.banner_point li:last-child:before{
	display:none;
	}
.banner-product{
	position: absolute;
	right: 60px;
	bottom: -50px;
	width: 290px;
	}
.banner_prod_img{
	width:100%;
}
.banner_seal{
	position: absolute;
    left: -30px;
    top: 40px;
    width: 113px;
}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:400px;
	margin-top:40px;
	text-align:center;
	}
.commonBtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height:70px;
    background: #1cb13d;
    border-radius:10px;
    font-size: 24px;
    line-height:70px;
    color: #fff;
    font-weight:700;
	text-transform:capitalize;
    text-align: center;
    margin: 0 0 8px;
	}
.btn-arrow{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-2px 0 0 10px;
	}
.button-list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	}
.button-list li{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:left;
	position:relative;
	}
.button-list li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	border-right:1px solid #acacac;
}
.button-list li + li{
	padding-left:20px;
}
.btn-list-tick{
	display:inline-block;
	vertical-align:middle;
	height:17px;
	margin:-3px 3px 0 0;
	}
.button-list li:first-child:after{display:none;}
	
/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 80px;
	}
.s1-text1{
	font-size:22px;
	line-height:26px;
	color:#f80000;
	font-weight:800;
	margin-bottom:10px;
	}
.common-heading{
	font-size:48px;
	line-height:55px;
	color:#000;
	font-weight:800;
	}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.s1-text2{
	font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	}
.s1-text2 span{
	display:block;
	color:#e81717;
	font-weight:800;
	}
.s1-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px solid #f00;
	border-radius:15px;
	padding:45px 0 26px;
	position:relative;
	margin-top:50px;
	}
.s1-alert-icn{
	position:absolute;
	left:50%;
	top:-42px;
	margin-left:-42px;
	width:85px;
	}
.s1-box-heading{
	font-size:38px;
	line-height:44px;
	color:#e81717;
	font-weight:700;
	}
.s1-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	padding:0 35px;
	}
.s1-row-left{
	width:44%;
	}
.s1-row-left-inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	z-index:1;
	}
.s1-row-img{
	position: absolute;
	left: -25px;
	width: 567px;
	top: -36px;
	z-index: -1;
	}
.s1-row-right{
	width:50%;
	}
.s1-content-box{
	float:left;
	width:100%;
	}
.s1-content-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:20px;
	position:relative;
	}
.s1-content-row:before{
	content:"";
	position:absolute;
	left:54px;
	border-left:2px dotted #f00;
	top:0;
	bottom:0;
	}
.s1-content-row:last-child:before{
	display:none;
	}
.s1-content-row-left{
	width:108px;
	height:108px;
	border:1px solid #f00;
	background:#fff;
	padding:6px;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	}
.s1-content-row-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s1-content-row-right{
	width:calc(100% - 108px);
	text-align:left;
	padding-left:18px;
	align-self:center;
	padding-right:90px;
	}
.s1-content-row-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
.s1-content-row-text2{
	font-size:18px;
	line-height:25px;
	color:#000;
	margin-top:8px;
	}
	
.s1-restore-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:55px;
	}
.s1-restore-product{
	display:block;
	margin:0 auto;
	width:389px;
	}
.s1-restore-text{
	font-size:30px;
	line-height:40px;
	color:#000;
	font-weight:700;
	margin-top:5px;
	}
	
/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background:#f7fbf2;
	padding:60px 0 40px;
	}
.pointed_arrow{
	position:absolute;
	left:50%;
	width:71px;
	margin-left:-35px;
	top:-80px;
}
.s2-row{
	width:100%;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:60px auto 0;
	position:relative;
	}
.s2-col{
	width:31.5%;
    background: #fff;
	border:2px solid #e22328;
	border-radius:10px;
	padding:25px 20px 20px;
	position:relative;
	z-index: 1;
	}
.s2-col-icn{
	position:absolute;
	width:37px;
	top:-18px;
	left:50%;
	margin-left:-18px;
	}
.s2-col-heading{
    font-size:25px;
    line-height:29px;
    color: #e22328;
    font-weight:800;
    font-family:'Inter';
	}
.s2-col-img-box{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	}
.s2-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.s2-col-list{
	display:inline-block;
	vertical-align:top;
	margin-top:12px;
	width:100%;
	max-width:280px;
	}
.s2-col-list li{
	font-size:18px;
    line-height:24px;
    color: #000;
    font-weight:700;
	margin-top:10px;
	background:#ffced0;
	border-radius:45px;
	padding:4px 10px
	}
.s2-col-two{
	border-color:#072c24;
	}
.s2-col-two .s2-col-heading{ color:#446a0b;}
.s2-col-two .s2-col-list li{ background:#e8f2d7;}
.s2-prod-col{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-247px;
	}
.s2-product-img{
	display:block;
	margin:0 auto;
	width:495px;
	}
.s2-text1{
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:700;
	margin-top:70px;
	}
.s2-benefit-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:55px auto 25px;
	}
.s2-benefit-col{
	width:25%;
	padding:0 20px;
	position:relative;
	}
.s2-benefit-col:before{
	content:"";
	position:absolute;
	border-right:1px solid #ccc;
	height:130px;
	right:0;
	top:20px;
	}	
.s2-benefit-col:first-child{
	padding-left:0;
	}
.s2-benefit-col:last-child{
	padding-right:0;
	}
.s2-benefit-col:last-child:before{
	display:none;
	}
.s2-benefit-icn-box{
	width:110px;
	height:110px;
	background:#dae2d0;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.s2-benefit-icn{
	display:block;
	margin:0 auto;
	width:60px;
	max-width:100%;
	}
.s2-benefit-col-btm{
	text-align:center;
	padding:15px 0 0;
	}
.s2-benefit-col-text1{
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.s2-benefit-col-text2{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}

/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.benefit_sec{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap:25px;
	margin:40px auto 10px;
}
.benefit_box{
	width:31.8%;
	border:1px solid #709e28;
	border-radius:10px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding:10px 10px 15px;
	position:relative;
}
.benfit_img{
	max-width:100%;
	border-radius:8px 8px 0 0;
}
.benfit_icon{
	position:absolute;
	right:25px;
	top:25px;
	width:62px;
}
.benfit_content{
	padding:15px 10px;
}
.benfit_hdg{
	font-size:26px;
	line-height:32px;
	font-weight:800;
}
.benfit_txt{
	font-size:18px;
	line-height:26px;
	margin:15px 0 0;
}

/*=====section4=====*/
.section4{
	float:left;
	width:100%;
	background:url(../images/sec4-bg.webp) center top no-repeat;
	background-size:cover;
	padding:60px 0 0;
	overflow-y:clip;
	}
.ingred_inner{
	display:inline-block;
	vertical-align:top;
	max-width:1060px;
	width:100%;
	margin:40px auto 0;
	position:relative;
}
.ingred_left_img{
	max-width:50%;
	position:absolute;
	left:0;
	bottom:-40px;
}
.ingred_box{
	width:45%;
	float:right;
	background:#fff;
	border-radius:15px;
	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);
	padding:35px 40px 40px;
	text-align:left;
	margin:50px 0 60px;
}
.ingred_img{
	float:right;
	width:121px;
	margin: -15px -15px 10px 10px;
}
.ingred_name{
	font-size:30px;
	line-height:32px;
	font-weight:700;
	border-bottom:1px solid #000;
	padding:0 0 15px 0;
}
.ingred_text{
	font-size:18px;
	line-height:26px;
	margin:20px 0 0;
}

/*=====section5=====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	background-size:cover;
	padding:60px 0 70px;
	}
.balance_inner{
	display:flex;
	display:-webkit-flex;
	gap:25px;
	margin:40px 0 20px;
}
.balance_box{
	width:32.8%;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 6px 3px rgba(0,0,0,0.1);
	border-radius:12px;
	overflow:hidden;
}
.balance_box_hdg{
	background:#446a0b;
	padding:15px 20px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
}
.balance_box_hdg p{
	font-size:26px;
	line-height:32px;
	font-weight:800;
	color:#fff;
}
.balance_box_hdg img{
	width:34px;
}
.balance_box_content{
	padding:20px;
}
ul.balance_box_list{
	display:inline-block;
	vertical-align:top;
}
ul.balance_box_list li{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	background:url(../images/balance-tick.webp) left 12px no-repeat;
	background-size:23px;
	text-align:left;
	padding:10px 0 10px 32px;
}

/*=====section6=====*/
.section6{
	float:left;
	width:100%;
	background:#f7fbf2;
	padding:60px 0;
	}
.compare-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	border:1px solid #b3b3b3;
	margin:65px 0 30px;
	border-radius:15px;
	}
.compare-col1{
	float:left;
	width:40%;
	margin-top:142px;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:72px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:18px;
	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;
	}
.compare-col2{
	float:left;
	width:22%;
	background:#fff;
	border:2px solid #668e28;
	box-shadow:0 0 10px 2px rgba(0,0,0,0.3);
	margin:-30px 0 -20px;
	padding:0 0 15px;
	border-radius:12px;
	}
.compare-col-top{
	float:left;
	width:100%;
	height:142px;
	padding:10px 0 0;
	}
.compare-col2 .compare-col-top{ height:170px;}	
.compare-col-top h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:800;
	}
.compare-logo{
	width:110px;
}
.compare-prod{
	display:block;
	margin:10px auto 0;
	width:105px;
	max-width:100%;
	}
.compare-brand{
	display:block;
	margin:12px auto 0;
	width:41px;
	max-width:100%;
	}
.compare-top-text{
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#000;
	}
.compare-icn{
	width:28px;
	}
.compare-col3{
	float:left;
	width:17%;
	}
.compare-space-col{
	float:left;
	width:3%;
	margin-top:142px;
	}

.moneyback{
	display:flex;
	display:-webkit-flex;
	max-width:830px;
	width:100%;
	margin:40px auto 0;
	border-radius:15px;
	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:#000;
	color:#fff;
}
.moneyback_seal{
	width:25%;
	position:relative;
	z-index:1;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.moneyback_seal:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:50px;
	background:#302813;
	top:0;
	bottom:0;
	z-index:-1;
}
.moneyback_seal img{
	width:155px;
}
.moneyback_content{
	width:75%;
	text-align:left;
	padding: 35px 40px 35px 0;
}
.moneyback_content h3{
	font-size:34px;
	line-height:40px;
	font-weight:700;
}
.moneyback_content p{
	font-size:18px;
	line-height:26px;
	margin-top:15px;
}


/*=====section7=====*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.s7_inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.s7_left{
	float:left;
	width:49%;
	padding:12px 0;
	}
.sec7_slide_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
.sec7_right{
	float:right;
	width:47%;
	text-align:left;
	}
.pakge_heading{
	font-size:32px;
	line-height:40px;
	color:#000;
	font-weight:800;
	margin-top:5px;
	}
.pakge_text{
	font-size:18px;
	line-height:26px;
	margin:12px 0 0;
}

/*PACKAGE CSS*/
.package_box{
	float:left;
	width:100%;
	margin-top:30px;
	padding:0 20px 25px;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	}
.switch_optBox{
	width:calc(100% + 40px);
	margin:0 auto 0 -20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.option_row{
    width: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
	text-align:left;
    padding:15px 15px 15px 57px;
	background:#ededed;
	}
.option_row.active{
	background:#fff;
	}
.switch_optBox_inr{
	float:left;
	width:100%;
	}
.switch_optBox_inr h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.switch_optBox_inr p{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:700;
	margin-top:3px;
	}
	
.radio_type{
	position:absolute;
	top:50%;
	left:17px;
	padding:0;
	margin-top:0;
	transform:translateY(-50%);
	}
.radio_type input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.radio_type input[type='radio'] + span{
	width:26px;
	height:26px;
	border-radius:50%;
	border:2px solid #072c24;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.radio_type input[type='radio']:checked + span{background:#fff; border:2px solid #072c24;}
.radio_type input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
	width:13px;
	height:13px;
	background:#072c24;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.option_row.active .radio_type input[type='radio']:checked + span{border:2px solid #072c24; background:none;}
.option_row.active .radio_type input[type='radio']:checked + span:before{background: #072c24;}

.package_inner{
	float:left;
	width:100%;
	margin-top:0;
	}
ul.pkg_bx-list{
	float:left;
	width:100%;
	margin:10px 0 20px;
	padding-left:30px;
	}
ul.pkg_bx-list li{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#333333;
	font-weight:400;
	margin-top:5px;
	padding-left:20px;
	text-align:left;
	background:url(../images/purchase-tick.webp) no-repeat left 4px;
	background-size:12px;
	}
.package_quantity_row{
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
	margin-top:30px;
	}
.pakge_quantity_col{
	width:31.50%;
	background:#e8e8e8;
	border-radius:5px;
	padding:15px 10px;
	position:relative;
	text-align:center;
	cursor:pointer;
	border:2px solid #e8e8e8;
	}
.pakge_quantity_col.active{
	background:#f7fbf2;
	border:2px solid #072c24;
	}
.supply_day_text{
	font-size:13px;
	line-height:14px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.3px;
	}
.product_number_text{
	font-size:46px;
	line-height:46px;
	color:#000;
	font-weight:800;
	margin-top:6px;
	}
.bottle_text{
	font-size:15px;
	line-height:16px;
	font-weight:500;
	margin-top:2px;
	}
.value_strip {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-9px;
	background:#37b649;
	border-radius:3px;
	padding:3px 7px;
	font-size:12px;
	line-height:12px;
	font-weight:500;
	color:#fff;
	width:90px;
	text-transform:uppercase;
	}
.package_section{
	float:left;
	width:100%;
	padding:10px 0 0;
	}
.package{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	}
.package.active{ display:block;}
.pakge_prod-heading{
	font-size:32px;
	line-height:30px;
	color:#000;
	font-weight:700;
	margin-top:25px;
	}
.pakge_prod-heading span{
	font-size:20px;
	font-weight:400;
	}
.pakge_prod_box{
	float:left;
	width:100%;
	position:relative;
	margin-top:30px;
	}
.pakge-product{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:338px;
	}
.pakge_price_row{
	float:left;
	width:100%;
	padding:15px 0;
	text-align:center;
	}
.regular_price{
	font-size:17px;
	line-height:25px;
	color:#424242;
	}
.regular_price span{ position:relative;}
.regular_price span:after {
    content: '';
    position: absolute;
    left: 0;
    top:49%;
	right:0;
    border-top:1px solid #f00;
    transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
	}
.available_price{
	font-size:50px;
	line-height:50px;
	color:#000;
	font-weight:700;
	margin-top:6px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
	}
.available_price small{
	font-size:18px;
	line-height:20px;
	color:#363636;
	font-weight:400;
	text-align:left;
	}
.you_save_price{
	font-size:21px;
	line-height:21px;
	color:#0b981f;
	font-weight:700;
	margin-top:10px;
	}
.pakgbtn-outerbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	}
.pakgbtnBox{ margin-top:0;}
.pakgeBtn{
	display: inline-block;
    vertical-align: middle;
	width: 100%;
    height: 70px;
    background: #1cb13d;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:25px;
	line-height:68px;
    color: #fff;
	font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: capitalize;
	border-radius: 10px;
    text-align: center;
    margin: 10px 0 8px;
	}
.btn_ship_text{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:18px;
	color:#000;
	font-weight:400;
	position:relative;
	padding-left:15px;
	}
.btn_ship_text span{ font-weight:500;}
.btn_ship_text:after{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#0b981f;
	box-shadow:0 0 0 3px rgba(11,152,31,0.2);
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
.btn_seal{
	display:block;
	margin:5px auto 0;
	width:342px;
	max-width:100%;
	}

/*=====section8=====*/
.section8{
	float:left;
	width:100%;
	background:#f7fbf2;
	padding:60px 0;
	}
.faq_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	border-radius:0px;
	margin:30px 0 15px;
	}
.faq_slide_row{
	float:left;
	width:100%;
	border-bottom:1px solid #d3dbdc;
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat right 0 center;
	background-size:19px;
	padding:20px 30px 20px 0;
	position:relative;
	cursor:pointer;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:700;
	text-align:left;
	letter-spacing:0.3px;
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 0 center;
	background-size:19px;
	padding-bottom:20px;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 10px 5px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	font-weight:400;
	letter-spacing:0.3px;
	}	

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0 55px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	width:250px;
	}
.footer-txt1{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:15px;
	}
.footer-txt1 a{ padding:0 5px;}
.dscl_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:15px;
	border:1px solid #d7d7d7;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:745px;
	padding:15px 30px;
	}





.black-text{ color:#000;}


.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_left { width: 62%;}
.banner_heading { font-size: 50px; line-height: 54px;}
.banner-product{right:130px; bottom:-60px;}

.common-heading { font-size: 42px; line-height: 48px;}
.s1-row-img {width: 490px; top: 40px;}
.s1-content-row-right{padding-right:0px;}
.s1-restore-text { font-size: 34px; line-height: 42px;}

.s2-col-heading { font-size: 23px; line-height: 27px;}

.s2-benefit-col { padding: 0 12px;}
.s2-benefit-col-text2 { font-size: 17px; line-height: 23px;}

.benefit_sec{gap:22px;}

.s7_left{ width:45%;}
.sec7_right{ width:50%;}
.package_quantity_row{ padding:0;}
.option_row{padding: 15px 12px 15px 57px;}
.switch_optBox_inr h3{font-size:19px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.banner_left { width: 53%;}
.banner_heading { font-size:35px; line-height:40px;}
.banner-text1 { font-size: 18px; line-height: 26px;}
ul.banner_point li {font-size: 18px; line-height: 24px;}
.banner-product { width: 280px; right:50px;}
.commonBtn{ font-size:24px;}

.common-heading { font-size: 32px; line-height: 38px;}
.common-text { font-size: 17px; line-height: 25px;}

.s1-text2 { font-size: 18px; line-height: 26px;}
.s1-box-heading { font-size: 28px; line-height: 34px;}

.s1-row{margin:10px auto 0;}
.s1-row-left { width:100%;}
.s1-row-img{ position:static; width:400px;}
.s1-row-right { width:100%; margin-top:20px;}
.s1-content-row-text2 {font-size: 17px; line-height: 23px;}
.s1-restore-text {font-size: 28px; line-height: 36px;}

.s2-col { width: 35%;}
.s2-col-heading { font-size: 18px; line-height: 22px;}
.s2-prod-col{ margin-left:-210px;}
.s2-product-img{ width:420px;}
.s2-col-list li { font-size: 14px; line-height: 20px;}
.s2-benefit-col-text1 { font-size: 19px; line-height: 23px;}

.benefit_sec{gap:15px;}
.benfit_icon{width:42px;}

.ingred_left_img{bottom:0;}
.ingred_box{padding: 35px 25px 40px; margin:10px 0 50px;}

.compare-list li{ font-size:16px;}

.s7_inner{ max-width:570px;}
.s7_left{ width:100%; display:none;}
.sec7_right{ width:100%; text-align:center;}
.package_quantity_row{ padding:0 30px;}
}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.top-strip-content { padding-left:28px;}
.top-strip-text1 { font-size: 12px; line-height: 15px;}
.top-strip-text2 { font-size: 11px; line-height: 13px;}
.top-strip-icn { width: 20px; top:0;}

.top-fix-bar { margin-bottom:50px;}
.header { height:50px; margin-top: -50px; top:50px;}
.logo { width:160px; margin-top:16px;}
.header-btn { 
	max-width:120px; 
	height:30px; 
	font-size:14px; 
	line-height:30px; 
	letter-spacing:0.5px; 
	margin-top:10px; 
	text-transform:uppercase; 
	border-radius:5px;
}
.banner-section { padding: 25px 0 30px; background:#F8FBF3;}
.banner_left { width:100%; text-align:center;}
.banner_heading { font-size: 28px; line-height:34px; margin-top:0; letter-spacing:-0.3px; position:relative;}
.banner_mobile{width:calc(100% + 30px); margin-left:-15px; margin-top:-10px;}
.banner-text1 { font-size: 15px; line-height: 21px;}
.banner-img{ width:254px; right:-45px; top:-75px; z-index:1;}
.banner-prod-box{ position:relative;}
.banner-product { width: 250px; right: -60px; top:0; z-index:1;}
ul.banner_point{margin:10px 0 -12px 0;}
ul.banner_point li {font-size:16px; line-height:23px; padding:10px 5px 12px 42px; margin-top:0; background: url(../images/bnr_tik.webp) no-repeat 8px center; background-size: 22px;}
ul.banner_point li:before{ left:0;}

.button_box{ margin-top:30px;}
.commonBtn { height:50px; font-size: 18px; line-height:50px;}
.btn-arrow { width: 18px;  margin: -2px 0 0 10px;}
.button-list li { font-size: 12px; line-height: 16px;}
.btn-list-tick { top: 1px;}

.section1{ padding:25px 0 45px; overflow:hidden;}
.s1-text1 { font-size: 18px; line-height: 22px; margin-bottom:6px;}
.common-heading { font-size: 26px; line-height: 32px; position:relative;}
.common-text { font-size: 16px; line-height: 23px; margin-top:20px;}

.s1-text2 {font-size: 16px; line-height: 22px; margin-top:0;}
.s1-text2 span{ display:inline;}
.s1-box{ border:none; padding:0; margin-top:0;}
.s1-row { margin:40px auto 0; padding: 0;}
.s1-row-left{ border: 2px solid #f00; border-radius: 10px; overflow-x:clip;}
.s1-row-left-inner{ padding:20px 47% 20px 18px; text-align:left; min-height:180px;}
.s1-alert-icn { top: -30px; margin-left: -25px; width: 50px;}
.s1-row-img { position: absolute; width: 190px; top:auto; bottom:0; right:-30px; left:auto;}
.s1-box-heading { font-size: 20px; line-height:23px; color:#fff; background:#e81717; padding:8px 10px; border-radius:0 0 5px 5px;}

.s1-content-row{ padding-bottom:15px;}
.s1-content-row:before { left: 43px;}
.s1-content-row:first-child:before{ top:-20px;}
.s1-content-row-left { width: 85px; height: 85px;}
.s1-content-row-right { width: calc(100% - 100px); padding:0 0 15px 0; border-bottom:1px solid #dddddd;}
.s1-content-row:last-child .s1-content-row-right{ border-bottom:none; padding-bottom:0;}
.s1-content-row-text1 { font-size: 18px; line-height: 22px;}
.s1-content-row-text2 { font-size: 16px; line-height: 21px;}

.s1-restore-box { margin-top: 10px;}
.s1-restore-product{ width:270px;}
.s1-restore-text {font-size: 20px; line-height: 26px;}

.section2 { padding: 40px 0; overflow-x:clip;}
.pointed_arrow{top:-55px; margin-left:-25px; width:50px;}
.s2-heading-box-mob{ width:100%; text-align:left; padding-right:38%; position:relative;}
.s2-product-img{ position:absolute; right:-40px; top:-30px; width:207px;}
.s2-row { margin: 55px 0 0 -10px; width:calc(100% + 20px);}
.s2-col { width:49%; padding: 15px 7px 15px;}
.s2-col-icn { width: 22px; top: -13px; margin-left: -11px;}
.s2-col-heading { font-size: 14px; line-height: 17px; letter-spacing:-0.1px;}
.s2-col-list li { font-size: 12px; line-height: 14px; margin-top: 6px; padding: 4px 5px;}
.s2-text1 { font-size: 17px; line-height: 23px; margin-top: 25px; text-align:left;}

.s2-benefit-row { margin: 10px auto 10px;}
.s2-benefit-col{ width:100%; padding:0 0 20px; border-bottom:1px solid #ccc; margin-top:20px; display:flex; flex-direction:row-reverse; justify-content:start;}
.s2-benefit-col:before{ display:none;}
.s2-benefit-col:last-child{ border-bottom:none; padding-bottom:0;}
.s2-benefit-icn-box { width: 85px; height: 85px; flex-shrink:0;}
.s2-benefit-icn{ width:38px;}
.s2-benefit-col-btm{ text-align:left; padding:0 35px 0 0; align-self:center; width:calc(100% - 85px);}
.s2-benefit-col-text1 {font-size:20px; line-height: 24px;}
.s2-benefit-col-text2 { font-size: 16px; line-height: 22px; margin-top:5px;}

.section3{padding:30px 0 35px;}
.benefit_sec{max-width:350px; margin:30px auto 10px; gap:20px 0;}
.benefit_box{width:100%;}
.benfit_hdg{font-size:22px; line-height:28px;}
.benfit_txt{font-size:16px; line-height:23px; margin:10px 0 0;}

.section4{padding:30px 0 35px; background:url(../images/sec4-bg.webp) center top no-repeat #F8FBF3; background-size:100%;}
.ingred_inner{margin:15px auto 0;}
.ingred_left_img{position:static; display:inline-block; vertical-align:top;}
.ingred_box{width:100%; padding: 25px 15px 30px; margin:0 auto 0;}
.ingred_name{font-size:24px; line-height:30px;}
.ingred_img{width:90px; margin: -10px 0 10px 10px;}
.ingred_text{font-size:16px; line-height:23px;}

.section5{padding:30px 0 35px;}
.balance_inner{flex-wrap:wrap; margin: 30px 0 0;}
.balance_box{width:100%;}
.balance_box_hdg{padding:10px 20px;}
.balance_box_hdg p{font-size:22px; line-height:26px;}
.balance_box_hdg img{width:28px;}
.balance_box_content{padding:10px 15px;}
ul.balance_box_list li{font-size:16px; line-height:23px;}

.section6 { padding: 30px 0 35px;}
.compare-row{ border-left:none; border-right:none; width:calc(100% + 30px); margin:45px 0 15px -15px; border-radius:0px;}
.compare-col1 {margin-top:100px; width:36%;}
.compare-logo{width:80px;}
.compare-list li { height:65px; font-size: 13px; line-height: 17px; padding:0 8px 0 10px;}
.compare-col2 { width: 25%; margin:-20px 0 -10px; padding:0 0 8px;}
.compare-col-top{ height:100px;}
.compare-col-top h3 { font-size: 15px; line-height: 18px;}
.compare-top-text { font-size: 9px; line-height: 13px;}
.compare-prod { width:65px;}
.compare-brand{ width:28px;}
.compare-icn { width: 16px;}
.compare-col2 .compare-col-top { height: 118px;}
.compare-col3{width:19%;}

.moneyback{flex-wrap:wrap; justify-content: center; padding:0 15px 25px; margin:88px auto 0;}
.moneyback_seal:before{display:none;}
.moneyback_seal img{max-width:none; margin: -58px auto 20px; width:125px;}
.moneyback_content{padding:0; width:100%; text-align:center;}
.moneyback_content h3{font-size:26px; line-height:32px; font-weight:700;}
.moneyback_content p{font-size:16px; line-height:23px;}

.section7{ padding:30px 0 35px;}
.s7_inner{ max-width:570px;}
.s7_left{ display:none;}
.sec7_right{ text-align:center;margin-top:0;}
.package_quantity_row{ padding:0 0; margin-top:25px;}
.pack_review_text { font-size: 12px; line-height: 16px;}
.pack_review_text img { margin: -4px 2px 0 0; width: 65px;}
.pakge_heading{ font-size:24px; line-height:30px;}
.pakge_text{font-size:16px; line-height:22px;}

.package_box{ padding:0 10px 20px; margin-top:25px;}
.switch_optBox { width: calc(100% + 20px); margin: 0 auto 0 -10px;}
.option_row{ padding:12px 12px 12px 52px;}
.switch_optBox_inr h3{ font-size:14px; line-height:16px;}
.switch_optBox_inr p{ font-size:11px; line-height:13px;}
.radio_type{ left:18px;}
.radio_type input[type='radio'] + span{ width:22px; height:22px;}
.radio_type input[type='radio']:checked + span:before{ width:10px; height:10px;}
.pakge_quantity_col{ width:31.7%; padding:10px 5px;}
.supply_day_text{ font-size:12px; letter-spacing:0;}
.product_number_text{ font-size:35px; line-height:35px;}
.package{ padding:0 10px;}
.pakge_prod_box{ padding:0 30px;}
.available_price{ font-size:40px; line-height:44px;}
.available_price small{ font-size:16px; line-height:18px;}
.pakgbtnBox{ margin-top:0; max-width:310px;}
.pakgeBtn{ height:52px; line-height:52px; font-size:22px;}
.pakgeBtn .btn-arrow{ width:20px;}
.btn_ship_text{ font-size:14px;}
.btn_ship_text:after{ top:6px;}
.value_strip{ font-size:10px; line-height:10px; width:75px;}
.btn_seal{ width:250px;}
.pakge_prod-heading { font-size: 26px; line-height: 26px;}
.pakge_prod-heading span{ font-size:16px;}

ul.pkg_bx-list{ padding-left:0;}
ul.pkg_bx-list li{ width:100%;}

.section8{ padding:30px 0 35px;}
.faq_section { margin: 20px 0 10px;}
.accordion{ font-size:18px; line-height:24px; background-size:13px; padding: 15px 30px 15px 0;}
.acdn_heading.accordion_open{ background-size:13px;}
.acdn_para{ font-size:16px; line-height:23px;}

.footer{ padding:25px 0 30px;}
.ftr-logo{ width:140px;}
.footer-txt1{ font-size:13px; line-height:18px; letter-spacing:0.3px; margin-top:10px;}
.dscl_text{ font-size:11px; line-height:16px; padding:10px 10px; margin-top:10px;}

.margin-top12{ margin-top:12px;}
}


