@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;
	}
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; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
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:1110px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----Header------*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding:11px 0 10px;
	position:relative;
	}
.logo{
	float:left;
    width:140px;
	}
.header_text{
	position:absolute;
    top:-5px;
    left:50%;
    transform:translateX(-50%);
    color:#393939;
    font-size:14px;
    line-height:21px;
    letter-spacing:0.5px;
	}
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#000000;
	font-size:36px;
	line-height:46px;
	font-weight:800;
	text-align:left;
	letter-spacing:-0.1px;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:15px;
	margin-top:50px;
	}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph.margin-top-0{margin-top:0;}	
.link_text{
	color:#024fc1;
	font-weight:bold;
	text-decoration:underline;
	}
.common_image{
	display:inline-block;
    vertical-align:middle;
	border:1px solid #e8e8e8;
    margin:30px 0 5px;
	box-sizing:content-box;
	}
.common_image.margin-top-0{margin-top:0;}	
.common_image1{
	display:inline-block;
    vertical-align:middle;
    margin:25px 0 10px;
	box-sizing:content-box;
	}
.common_image5{
	display:inline-block;
    vertical-align:middle;
    margin:30px 0 5px;
	box-sizing:content-box;
	}	
.common_image10{
	display:inline-block;
    vertical-align:middle;
	}
.small_image2{
	float:right;
	margin:0 -15px -5px 0;
	}	
.button_box{
	display:inline-block;
    vertical-align:middle;
	max-width:565px;
	width:100%;		
	text-align:center;
	margin:40px auto 0;
	}
.common_button{
	display:inline-block;
    vertical-align:middle;
    width:100%;
    color:#ffffff;
    font-size:26px;
    line-height:26px;
    font-weight:800;
    text-align:center;
    border-radius:8px;
    background:#00b942;
    -webkit-box-shadow:3px 6px 3px 0 rgb(0 0 0 / 0.2);
    box-shadow:3px 6px 3px 0 rgb(0 0 0 / 0.2);
	padding:26px 0 20px;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
    width:33px;
    margin:0 0 0 12px;
	}
	
/*=========================*/	
/*-------Main-Section------*/	
.main_section{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*------left-Section------*/
.left_section{
	float:left;
	width:72%;
	}	
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:37px;
	line-height:47px;
	letter-spacing:-0.5px;
	text-align:left;
	font-weight:800;
	}
.author_box{
	float:left;
	width: 100%;
	}
.author_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-top:1px solid #cacaca;
	padding:25px 0 11px;
	margin-top:25px;
	}
.author_list li{
	float:left;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	position:relative;
	text-align:left;
	padding:0 20px;
	}
.author_list li span{
	font-weight:400;
	}
.author_list li:after{
	content:"";
	position:absolute;
	border-right:1px solid #545454;
	right:0;
	top:50%;
	transform:translateY(-50%);
	height:20px;
	}
.author_image{
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:0;
	border-radius:50%;
	width:40px;
	}
.author_list li:first-child{
	padding-left:55px;
	}
.author_list li:last-child{
	padding-right:0;
	color:#3f3f3f;
	font-weight:400;
	}
.author_list li:last-child:after{
	border-right:none;
	}
.calendar_icon{
    display:inline-block;
    vertical-align:middle;
    margin:-4px 8px 0 0;
    width:17px;
	}
.red_box{
	float:left;
	background:#fff6f6;
	border:1px solid #ffd1d1;
	border-radius:6px;
	padding:3px 10px;
	margin-top:25px;
	position:relative;
	}
.red_box_arrow{
	position:absolute;
	bottom:-8px;
	left:18px;
	}
.ingredient_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:15px 0 5px;
	}
.ingredient_box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	border-radius:10px;
	border:1px solid #a0a0a0;
	padding:15px 20px 12px 13px;
	margin-top:15px;
	}
.ingredient_box_left{
	width:208px;
	}
.ingredient_image{
	border:1px solid #a0a0a0;
	border-radius:8px;
	}
.ingredient_box_right{
	width:calc(100% - 232px);
	text-align:left;	
	}
.ingredient_box_heading{
	color:#000000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;	
	}
.ingredient_box_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:-0.1px;
	margin-top:10px;
	}
.ingredient_row .common_paragraph{margin:30px 0 25px;}
ul.result_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:30px;
	}
ul.result_list li{
	width:31.6%;	
	}
.result_list_image{
	display:inline-block;
	vertical-align:middle;
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px 1px rgb(0 0 0 / 0.2);
    box-shadow:0 5px 10px 1px rgb(0 0 0 / 0.2);
	}
.testimonial_row{
	display:inline-block;
	vertical-align:middle;
	max-width:735px;
	width:100%;
	margin:25px 0 10px;
	}
.testimonial_box{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:left;
	border-radius:10px;
	border:1px solid #e5e5dd;
	-webkit-box-shadow: 0 6px 10px 1px rgb(0 0 0 / 0.1);
    box-shadow: 0 6px 10px 1px rgb(0 0 0 / 0.1);
	padding:0 25px;
	margin-top:20px;
	}
.testimonial_top{
	float:left;
	width:100%;
	border-bottom:1px solid #e7e7e7;
	padding:22px 0 20px 55px;
	position:relative;
	}
.testimonial_user_user_image{
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:0;
	border-radius:50%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:44px;
	height:44px;
	border-radius:50%;
	background:#d1f9ea;
	color:#000000;
	font-size:15px;
	line-height:44px;
	font-weight:800;
	}
.testimonial_user_name{
	color:#6a6a67;
	font-size:14px;
	line-height:22px;
	}
.testimonial_user_name span{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}
.location_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 3px 0 10px;
	width:16px;	
	}
.testimonial_bottom{
	float:left;
	width:100%;
	padding:25px 0;
	}
.testimonial_star{
	display:block;
	width:108px;	
	}
.testimonial_heading{
	color:#000000;
	font-size:18px;
	line-height:26px;
	font-weight:800;
	margin-top:15px;	
	}	
.testimonial_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:-0.5px;
	margin-top:10px;
	}	
.routine_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:30px 0 5px;
	}
.routine_column{
	width:33%;
	position:relative;
	}
.routine_column:after{
	content:'';
	position:absolute;
	top:26px;
    right:-110px;
	width:215px;
	border-top:1px dashed #9ab7ec;
	}
.routine_column:last-child:after{display:none;}
.routine_column_number{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:52px;
	height:52px;
	border-radius:50%;
	background:#1d5894;
	color:#ffffff;
	font-size:26px;
	line-height:52px;
	font-weight:800;
	margin:0 auto;
	z-index:1;
	position:relative;
	}
.routine_column_image{
	display:inline-block;
	vertical-align:middle;
	margin:25px auto 0;
	border-radius:8px;
	}
.routine_column_paragraph{
	color:#000000;
	font-size:20px;
	line-height:28px;
	font-weight:500;
	margin-top:20px;
	}
.product_image_box{
	display:inline-block;
    vertical-align:middle;
	position:relative;
	}
.offer_tag{
	position:absolute;
	top:58px;
    right:95px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:100px;
	height:100px;
	background:url(../images/offer-tag-bg.png) no-repeat center top;
	background-size:100px;
	color:#ffffff;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:2px;
	}
.alert_text{
	color:#d82e3d;
	font-size:14px;
	line-height:24px;
	margin-top:18px;	
	}
.alert_text span{text-transform:uppercase;}
.alert_icon{
	display:inline-block;
	vertical-align:middle;
    width:22px;
    margin:-5px 7px 0 0;
	}	
.faq-container{
	display:inline-block;
	vertical-align:middle;	
	width:100%;
	text-align:left;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
	border-radius:6px;
	border:1px solid #d3d3d3;
	margin-top:15px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    padding:23px 20px 22px;
	color:#000000;
    font-size:20px;
    line-height:20px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-content{
	float:left;
    width:100%;
    padding:0 20px;
	}
.acdn-para{
	color:#000000;
    font-size:18px;
    line-height:26px;
	margin-bottom:20px;
	}
	
/*========Right-Section========*/
.right_section{
	float:right;
	width:24.5%;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	padding:20px 20px 30px;
	margin-top:15px;
	overflow:hidden;
	}	
.order_box_title{
	color:#000000;
	font-size:16px;
	line-height:16px;	
	letter-spacing:0.3px;
	}
.order_box_title:before, .order_box_title:after {
    display: inline-block;
    vertical-align: middle;
    content:'';
    right:0;
    top:50%;
    width:35px;
    height:1px;
    background:#6c6c6c;
    opacity:0.6;
	margin:-2px 8px 0 0;
	}
.order_box_title:after{
    margin:-2px 0 0 8px;
	}	
.order_box_heading{
	color:#000000;
	font-size:23px;
	line-height:29px;
	font-weight:800;
	margin-top:12px;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	width:186px;
	}
.order_tag{
	position:absolute;
	top:2px;
    left:0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	background:url(../images/offer-tag-bg.png) no-repeat center top;
	background-size:70px;
	color:#ffffff;
	font-size:17px;
	line-height:17px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-top:2px;
	}	
.order_box .common_button{
	font-size:18px;
	line-height:18px;
	letter-spacing:0.3px;
	padding:17px 0 16px;
	border-radius:5px;
	margin-top:25px;
	}

/*======Footer=======*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	background:#fff;
	border-top:1px solid #c8c8c8;
	}
.footer_text{
	color:#000000;
	font-size:16px;
    line-height:18px;
    letter-spacing:0.5px;
	margin-top:15px;
	}	
.footer_text.margin-top-0{margin-top:0;}
.footer_text a{padding:0 5px;}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width:1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.small_image2{margin:5px 0px 0 10px; max-width:39%;}

.left_section{width:71%;}
.main_heading{font-size:35px; line-height:45px; letter-spacing:-0.2px;}

.order_box_title{font-size:15px; line-height:15px;}
.order_box_title:before, .order_box_title:after{width:25px;}
.order_box_heading{font-size:22px; line-height:29px;}
.order_product_box{margin-top:20px;}
.order_box .common_button{font-size:17px; line-height:17px; margin-top:20px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:27px; line-height:37px; letter-spacing:0; padding-bottom:10px; margin-top:35px;}
.common_paragraph{font-size:17px; line-height:27px; margin-top:25px;}
.button_box{max-width:480px; margin:30px auto 0;}
.common_button{font-size:24px; line-height:24px; padding:24px 0;}
.button_arrow{width:30px; margin:0 0 0 10px;}
.alert_text{font-size:13px; line-height:23px;}

.common_image{margin:25px 0 5px;}
.common_image1{margin:20px 0 5px;}
.common_image5{margin:25px 0 0;}
.small_image2{margin:10px 0px 0 10px; max-width:38%;}

.logo{width:120px;}

.main_section{padding:30px 0 50px;}
.left_section{width:70%;}
.main_heading{font-size:27px; line-height:35px; letter-spacing:0;}

.author_list{padding:22px 0 10px; margin-top:20px;}
.author_ist li{font-size:15px; line-height:20px;}

.ingredient_row{margin:10px 0 5px;}
.ingredient_box{align-items:start; padding:15px 20px 15px 13px;}
.ingredient_box_left{width:162px;}
.ingredient_box_right{width:calc(100% - 185px);}
.ingredient_box_paragraph{font-size:17px; line-height:25px; letter-spacing:0; margin-top:8px;}
.ingredient_row .common_paragraph{margin:25px 0 22px;}
ul.result_list{margin-top:25px;}

.testimonial_row{margin:20px 0 5px;}
.testimonial_box{padding:0 20px; margin-top:15px;}
.testimonial_paragraph{font-size:17px; line-height:25px; letter-spacing:0;}

.routine_row{margin:25px 0 0;}
.routine_column{width:32%;}
.routine_column:after{top:22px;}
.routine_column_number{width:45px; height:45px; font-size:22px; line-height:45px;}
.routine_column_image{margin:20px auto 0;}
.routine_column_paragraph{font-size:18px; line-height:26px; letter-spacing:0.4px; margin-top:15px;}

.offer_tag{top:20px; right:60px; width:90px; height:90px; background-size:90px; font-size:20px; line-height:22px; padding-top:1px;}
.faq-container{margin-top:10px;}
.acdn-para{font-size:17px; line-height:27px; letter-spacing:0.3px;}

.right_section{width:27%;}
.order_box{padding:22px 12px;}
.order_box_title{font-size:14px; line-height:14px; letter-spacing:0;}
.order_box_title:before, .order_box_title:after{width:16px;}
.order_box_heading{font-size:19px; line-height:26px;}
.order_box_heading span{font-size:18px;}
.order_product_box{margin-top:18px;}
.order_product_image{max-width:85%;}
.order_tag{font-size:16px; padding-top:1px;}
.order_box .common_button{font-size:16px; line-height:15px; margin-top:18px;}

.footer{padding:20px 0 30px;}
.footer_text{font-size:16px;}

}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.common_heading{font-size:23px; line-height:32px; padding-bottom:12px; margin-top:30px;}
.common_paragraph{font-size:16px; line-height:24px; letter-spacing:0.3px; margin-top:20px; position:relative;}
.button_box{margin:25px auto 0;}
.common_button{font-size:18px; line-height:18px; padding:20px 0 19px;}
.button_arrow{margin:-1px 0 0 8px; width:20px;}
.alert_text{padding-left:28px; text-align:left; position:relative; line-height:18px;}
.alert_icon{margin:0; position:absolute; top:3px; left:0;}

.common_image{margin:25px 0 2px;}
.common_image5{margin:20px 0 0;}
.small_image2{float:none; display:inline-block; vertical-align:middle; margin:20px auto -5px; max-width:70%;}

.header{padding:7px 0;}
.logo{float:none; display:block; width:110px; margin:0 auto 0;}
.header_text{font-size:11px; line-height:17px; position:static; display:inline-block; vertical-align:top; transform:none;}

.main_section{padding:25px 0 30px;}
.left_section{width:100%;}
.main_heading{font-size:26px; line-height:34px; letter-spacing:-0.2px;}

.author_list{padding:18px 0 0; margin-top:18px;}
.author_list li{padding-left:55px; padding-right:0; width:100%; font-size:14px; line-height:20px;}
.author_list li:first-child{padding-left:55px;}
.author_list li:after{display:none;}
.author_image{margin-top:-12px;}
.calendar_icon{width:15px;}

.ingredient_row{padding:0 15px;}
.ingredient_box{padding:20px 15px;}
.ingredient_box_left{width:100%;}
.ingredient_box_right{width:100%; text-align:center; padding-top:15px;}
.ingredient_box_paragraph{font-size:16px; line-height:24px; letter-spacing:0.3px; margin-top:10px;}
.ingredient_row .common_paragraph{margin:25px 0 22px;}

.testimonial_box{padding:0 16px;}
.testimonial_top{padding:20px 0 15px 55px;}
.testimonial_user_user_image{margin-top:-22px;}
.location_icon{margin:-4px 3px 0 5px;}
.testimonial_bottom{padding:22px 0 20px;}
.testimonial_paragraph{font-size:16px; line-height:24px;}

.routine_row{margin:25px 0 5px;}
.routine_column{width:100%; padding-left:55px; margin-bottom:35px;}
.routine_column:last-child{margin-bottom:0;}
.routine_column:after{content:''; position:absolute; top:35px; bottom:-35px; left:20px; right:auto; width:auto; border-top:none; border-left:1px dashed #9ab7ec;}
.routine_column_number{position:absolute; top:-6px; left:0; width:40px; height:40px; font-size:18px; line-height:39px;}
.routine_column_image{float:left; margin-top:15px;  max-width:100%;}
.routine_column_paragraph{text-align:left; margin-top:0;}

.product_image_box{margin-bottom:-10px;}
.offer_tag{right:30px; width:75px; height:75px; background-size:75px; font-size:16px; line-height:18px; padding-top:2px;}

.faq-container{margin-top:5px;}
.accordion{padding:16px 15px 16px 15px; font-size:18px; line-height:26px;}	
.acdn-content{padding:0 15px 5px 15px;}	
.acdn-para{font-size:16px; line-height:24px; margin-bottom:15px;}


.right_section{width:100%; float:left; padding:0 10px; margin-top:25px;}
.order_box{padding:25px 25px 30px;margin-top:0;}
.order_box_title:before, .order_box_title:after{width:50px;}
.order_box_heading{font-size:20px;}
.order_product_box{max-width:320px; margin-top:20px;}
.order_tag{left:50px; font-size:16px; padding-top:1px;}
.order_box .common_button{font-size:18px; line-height:18px; margin-top:20px;}


.footer{padding:25px 0 0;}
.footer_text{font-size:13px; line-height:15px; margin-top:13px;}

.btmfix{margin-top:20px;}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:0;
	z-index:99;
	}
a.footer_btn{
    display: inline-block;
    vertical-align: middle;
    max-width:510px;
    width: 100%;
    color:#ffffff;
	height:55px;
    font-size:20px;
    line-height:55px;
    text-align: center;
	letter-spacing:0.5px;
    font-weight: bold;
	font-family: 'Inter';
	background: #00b942;
    border-radius:0;
    margin: 0 auto 0;
	}
.footer_button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:26px;
	}

}