@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';
	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; height:auto; max-width:100%;}
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;}
.show-tab, .show-mob{ display:none;}

/*===========Fonts===========*/
@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;
}
@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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1070px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----------------------
		HEADER
------------------------*/
.header{
	float:left;
	width:100%;
	background:#fff;
	padding:11px 0 10px;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
	}
.header_logo{
	float:left;
	width:130px;
	}
.adv_text{
	float:right;
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:13px;
	}
/*-----------------------
		BANNER SECTION
------------------------*/
.bnr_section{
	float:left;
	width:100%;
	background:#f0f8ff;
	position: relative;
    overflow: hidden;
	}
.bnr_prod{
	position:absolute;
    top: -60px;
    right: -100px;
	}
.bnr_left{
	float:left;
	width:65%;
	padding:60px 0 98px;
	text-align:left;
	}
.bnr_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.bnr_top_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	}
.padding_lft{ padding-left:0 !important;}
.bnr_top_text span{
	padding-left:10px;
	margin-right:10px;
	}
.main_heading{
	font-size:37px;
    line-height:47px;
    color: #000;
    font-weight:800;
	margin-top:15px;
	}
/*-----------------------
		MAIN SECTION
------------------------*/
.main_section {
    float:left;
    width:100%;
	padding:0 0 60px;
	background:#fff;
	}
.author_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 450px;
   	margin: -30px 0 0;
    background: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}ul.author_list{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
	width:100%;
	}
ul.author_list li{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	position:relative;
	}
ul.author_list li p{
	font-size:16px;
	line-height:22px;
	color:#000;
	text-align:left;
	padding:0 10px;
	}
ul.author_list li:after{
	content:"";
	position:absolute;
	border-right:1px solid #cbcbcb;
	right:0;
	top:50%;
	transform:translateY(-50%);
	height:20px;
	}
.author_img{
	border-radius:50%;
	width:49px;
	}
.author_list li:last-child:after{
	border-right:none;
	}
.padding_0{ padding-right:0 !important;}

.main_section_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.left-section{
	float:left;
	width:67%;
	}
.common_img{
	display:block;
	margin:25px auto 0;
	box-sizing:content-box;
	}
.border{
	border:1px solid #1488ff;
	}
.ylw_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff9c7;
	border:1px solid #ffe485;
	padding:15px 20px;
	text-align:left;
	}
.ylw_strip p{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.routine_text{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	text-align:left;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:30px;
	text-align:left;
	}
.common_hdng {
    font-size: 36px;
    line-height:44px;
    color: #000;
    font-weight:800;
    text-align: left;
	margin-top:45px;
	}
.common_hdng span{
	color:#1488ff;
	}
.video_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding-bottom:56.28%;
    margin-top:25px;
	}
.video_box video, .video_img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
	border: 1px solid #1488ff;
	}

/*=====Right Section=====*/
.right-section{
	float:right;
	width: 29.69%;
	}
.rgt_testi_blk{
	float:left;
	width:100%;
	border:1px solid #d6d6d6;
	}
.rgt_testi_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	padding:25px 15px;
	border-bottom:1px solid #d7d7d7;
	}
.rgt_testi_box:last-child{ border-bottom:none;}
.bfr_aft_blk{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	}
.bfr_aft_box{
	width:49.30%;
	}
.bfr_aft_box img{
	display:block;
	margin:0 auto;
	border-radius:4px;
	}
.testi_hdng{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top: 15px;
	}
.testi_star{
	float:left;
	margin-top:14px;
	width:91px;
	}
.rgt_bx_text{
	display:inline-block;
	vertical-align:top;
	font-size: 17px;
    line-height: 23px;
    color: #000;
	margin-top:13px;
	}
.name_text{
	font-size: 16px;
    line-height:16px;
    color: #000;
	font-weight:bold;
	margin-top:20px;
	}
.vrfy_text{
	font-size: 15px;
    line-height:15px;
	color:#11b666;
	font-weight:400;
	}
.rgt_vrfy_tick{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0;
	}
	

/*---------------------------
	product_section
-----------------------------*/
.product_section{
	float:left;
	width:100%;
	padding: 30px 0 60px;
	}

.product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	background:#fff;
	padding:25px 35px 40px 25px;
	-webkit-box-shadow:0 0 12px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 12px 2px rgba(0,0,0,0.2);
	position:relative;
	}
.prod_bx_hdng{
	font-size:36px;
    line-height:44px;
    color: #000;
    font-weight:800;
	position:relative;
	padding-bottom:20px;
	}
.prod_bx_hdng:before{
	content:'';
	position:absolute;
	bottom:0;
	left: -24px;
    right: -35px;
	border-bottom:1px solid #dedede;
	}
.prod_bx_inr{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin:25px auto 0;
	}
.img_box{
	width:50%;
	}
.product_img{
	display:block;
	margin:0 auto;
	}
.cont_box{
	width:50%;
	}
.cont_bx_text{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:400;
	text-align:left;
	}
ul.prod_bx_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 12px;
	text-align:left;
	}
ul.prod_bx_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/green-tick.png) no-repeat left 3px;
	background-size:21px;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	margin-top: 15px;
	padding-left:35px;
	}
	
.btn_box{
	display: inline-block;
    vertical-align: top;
    max-width: 440px;
    width: 100%;
    text-align: center;
	font-family: 'Poppins';
	margin-top:40px;
	}
ul.btn_bx_top{
	display:-webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	width: 100%;
    max-width: 345px;
    margin: 0 auto 10px;
	}
ul.btn_bx_top li{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	padding:0 10px;
	position:relative;
	}
ul.btn_bx_top li:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:2px;
	border-right:1px solid #000;
	}
ul.btn_bx_top li:last-child:before{ display:none;}
.low-stock{
    display: inline-block;
    vertical-align: middle;
    width:55px;
    height: 11px;
    margin: 0 3px;
	}
.low-stock span{
	float: left;
	width: 11px;
	height: 100%;
	margin: 0 1px;
	transition: 0.5s;
	background:#fff;
	border:1px solid #777;
	}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	border:none;
	}
	
@keyframes fade{
0%{ opacity:1;}
50%{ opacity:0;}
100%{ opacity:1;}
	}

.common_btn{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height:70px;
    background: #22b401;
    font-size: 24px;
    line-height:80px;
    color: #fff;
	text-align:center;
    font-weight:800;
	border-radius:6px;
	-webkit-box-shadow:-2px -2px 4px 2px rgba(0,0,0,0.1);
	box-shadow:-2px -2px 4px 2px rgba(0,0,0,0.1);
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:35px 0;
	}
.footer_text{
	font-size: 17px;
    line-height:25px;
    color: #000;
    font-weight:400;
	margin-top:8px;
	}
.footer_text a{ color: #000; padding:0 8px;}
.footer_text.mt_0{ margin-top:0;}

.fr{ float:right;}
.fl{ float:left;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}
	
.main_heading{ font-size: 35px; line-height: 43px;}
	
.common_hdng{ font-size: 34px; line-height: 42px;}
	
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}
	
.header_logo{ width: 130px;}
.adv_text{ font-size: 15px; line-height: 15px;}

.bnr_left{ width: 70%; padding: 50px 0 75px;}
.bnr_prod{ top: -15px; right: -135px; width: 420px;}
.bnr_top_text{ font-size: 15px; line-height: 20px;}
.main_heading{ font-size: 31px; line-height: 41px; margin-top: 10px;}

.author_box{ max-width: 425px;}
.author_img{ width: 45px;}
ul.author_list li p{ font-size: 15px; line-height: 20px;}

.main_section{ padding:0 0 50px;}
.main_section_inr{ margin-top: 40px;}
.ylw_strip{ padding: 12px;}
.ylw_strip p{ font-size: 17px; line-height: 22px;}
	
.routine_text{ font-size: 18px; line-height: 24px; margin-top: 25px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 25px;}
.common_hdng{ font-size: 30px; line-height: 38px; margin-top:40px;}	
.video_box video, .video_img { object-fit:cover}
	
.rgt_testi_box{ padding: 20px 12px;}
.bfr_aft_box{ width: 49.40%;}
.testi_hdng{font-size: 14px;line-height: 19px;margin-top: 15px;}	
.testi_star{ margin-top: 10px;}
.rgt_bx_text{font-size: 14px;line-height: 18px;margin-top: 10px;}	
.name_text{font-size: 14px;line-height: 14px; margin-top: 15px;}	
.vrfy_text{font-size: 11px;line-height: 11px;}
.rgt_vrfy_tick{ margin: -2px 6px 0; width: 11px;}

.product_section{ padding: 20px 0 40px;}	
.product_box{ padding: 20px 15px 40px 15px;}
.prod_bx_hdng{ font-size: 28px; line-height: 36px;}
.prod_bx_hdng:before{ left: -15px; right: -15px;}
.img_box{ width: 45%;}
.cont_box{ width: 53%;}
ul.prod_bx_list{ margin-top: 15px;}
ul.prod_bx_list li{ background-size: 18px; font-size: 16px; line-height: 22px; margin-top: 10px; padding-left: 30px;}
.common_btn{ height: 65px; font-size: 22px; line-height: 73px;}

.footer_text{ font-size: 16px; line-height: 22px;}
				
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.header{ padding:8px 0 7px;}
.adv_text{ font-size:12px; line-height: 12px;}
.header_logo{ width: 110px;}		
		
.bnr_section{ padding: 25px 0 0;}
.bnr_left{ width: 100%; padding: 0;}		
.bnr_top_text{ font-size: 14px; line-height: 16px;}	
.bnr_top_text span{ padding-left: 7px; margin-right: 7px;}	
.main_heading{ font-size:28px; line-height:36px; margin-top: 10px;}		
.bnr_prod_m{ margin:10px auto 0; width:330px;}

.author_img{ width:38px;}	
.author_box{ max-width: 350px;  padding: 8px 6px; margin: -45px auto 0;}
ul.author_list li p{ font-size: 12px; line-height: 16px; padding: 0 6px;}
ul.author_list li:after{ height: 13px;}
			
.main_section{ padding: 30px 0;}
.main_section_inr{ margin-top: 30px; }
.left-section{ width: 100%;}
.ylw_strip{ padding: 8px 12px;}	
.ylw_strip p{ font-size: 16px; line-height: 22px;}

.routine_text{ font-size: 17px; line-height: 22px; margin-top: 20px;}	
.common_text{ font-size:16px; line-height:24px; margin-top: 20px; letter-spacing:0.3px;}	
.common_hdng{ font-size:22px; line-height:28px; margin-top: 30px;letter-spacing:0.3px;}	
.common_img{ margin:24px auto 5px;}	
	
.right-section{ width: 100%; margin-top:10px;}	
.rgt_testi_blk{	border: none;}
.rgt_testi_box{ margin-top: 20px; padding: 20px 15px 23px; border: 1px solid #d7d7d7 !important;}
.bfr_aft_box{ width: 49%;}
.bfr_aft_box img{ width:100%;}
.testi_hdng{font-size: 18px;line-height: 24px;}	
.rgt_bx_text{font-size:16px;line-height:24px;margin-top: 10px;}
.name_text{font-size: 17px;line-height: 17px;margin-top: 20px;}		
.vrfy_text{font-size: 12px;line-height: 12px;}
		
.product_section{ padding: 5px 0;}
.product_box{ padding: 15px 15px 25px 15px;}
.prod_bx_inr{ margin: 20px auto 0;}
.prod_bx_hdng{ font-size:22px;  line-height:28px; padding-bottom: 15px;}
.prod_bx_hdng:before{ left: -10px; right: -10px;}
.img_box{ width: 100%; margin-top: 25px;}
.cont_box{ width: 100%;}
ul.prod_bx_list{ margin-top:0;}
ul.prod_bx_list li{ background-size: 16px; padding-left: 27px; background-position-y: 6px; font-size: 17px;line-height: 24px; letter-spacing:0.3px;}
.btn_box{ max-width: 315px;margin-top: 30px;}
ul.btn_bx_top li{ font-size: 12px; line-height: 12px; padding:0 8px;}
.low-stock{ width: 50px; height: 10px;}
.low-stock span{ width: 10px;}
.common_btn{ height:56px; font-size: 20px; line-height:62px; letter-spacing:0.5px;}
.cont_bx_text{ font-size:16px; line-height:24px;}

.footer{ padding: 20px 0;}
.footer_text{ font-size: 14px; line-height: 22px; margin-top: 5px;}
.footer_text a{ padding: 0 5px;}	

}



.offer_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px dashed #000;
	padding:20px 20px 10px;
	position:relative;
	text-align:center;
	margin:35px 0 0;
	}
.offer_bx_heading{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	letter-spacing: -0.5px;
	}
.offer_bx_heading span{
	color:#ff0000;
	}
.offer_bx_paragraph{
	color: #000000;
    font-size: 17px;
    line-height: 23px;
    margin-top: 10px;
    letter-spacing: 0.3px;
	}
.offer_box_prdt{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.offer_bx_btl{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.offer_tag{
	position: absolute;
    top: -10px;
    right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
	z-index:9;
	}
.offer_tag:before{
	position:absolute;
	content:"";
	border:1px solid #ffeded;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	border-radius:50%;
	z-index:-1;
	}
.offer_box .btn_box{
	margin-top:10px;
	}
.offer_box .common_btn{
	margin-top:20px;
	height:60px;
	line-height:67px;
	font-size:22px;
	}
	
@media only screen and (max-width:767px){
.offer_box{
	display:none;
	}
}