@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
    font-family: 'Inter';
	font-weight:500;
	}
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; max-width:100%;}
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-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    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-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: 400;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
     MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*=======TOP STRIP=======*/
.top_strip{
	float:left;
	width:100%;
	padding:10px 0 12px;
	background:#f4e352;
	}
.top_strip p{
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:600;
	}
	
/*==========Header==============*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:74px;
	}
.header{
	float:left;
	width:100%;
	height:74px;
	margin-top: -74px;
	position: relative;
	top:74px;
	z-index:1;
	-webkit-box-shadow:0 3px 8px 2px rgba(0,0,0,0.1);
	box-shadow:0 3px 8px 2px rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow:0 3px 8px 2px rgba(0,0,0,0.1);
	box-shadow:0 3px 8px 2px rgba(0,0,0,0.1);
	}	
.logo{
	float: left;
    width: 176px;
    margin-top: 17px;
	}
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin: 29px 0 0;
	}
ul.mainMenu li{
	float: left;
	padding: 0 14px;
	border-right:1px solid #000;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #010101;
	font-size: 17px;
	line-height: 18px;
	font-weight:400;
	letter-spacing: 0.5px;
	animation:10s ease-in-out;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{
	color: #08c359;
	animation:10s ease-in-out;
	}
.header_btn{
	float: right;
	width: 170px;
	height: 52px;
	font-size: 20px;
	line-height: 49px;
	color: #fff;
	font-weight: 800;
	margin-top: 10px;
	border-radius: 50px;
	background: #0DB24C;
	background: linear-gradient(90deg, rgba(13, 178, 76, 1) 15%, rgba(0, 218, 107, 1) 55%);
	-webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,.2);
	box-shadow: 0 4px 8px 2px rgba(0,0,0,.2);
	}
	
	 
/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	position:relative;
	overflow-x:clip;
	background:#f4faff;
	}
.banner_block{
	width:100%;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.banner_left{
	float:left;
	width:59%;
	text-align:left;
	padding:30px 0 50px;
	}
	
.banner_rating_text{
    font-size: 17px;
    line-height: 17px;
    color: #000;
	font-weight:600;
	}	
.banner_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:86px;
	margin:-5px 10px 0 0;
	}
.banner_heading{
    font-size: 57px;
    line-height: 62px;
    color: #000;
    margin-top:10px;
    font-weight:800;
	}
.banner_ylw_strip{
	display:inline-block;
	vertical-align:top;
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	padding:11px 40px 14px;
	border-radius:12px;
	margin-top:25px;
	background:#ffe976;
	}
.banner_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width: 481px;
	margin:25px auto 0;
	}
.banner_list li{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight: 600;
	padding: 0 0 10px 42px;
	margin-bottom: 10px;
	text-align:left;
	position:relative;
	background:url(../images/banner-tick.webp) no-repeat;
	background-position:top 3px left;
	background-size: 29px;
	}
.banner_list li:before{
	content:'';
	position:absolute;
	bottom:0;
	left:42px;
	right:0;
	height:1px;
	background:#dde1e6;
	}
.banner_list li:last-child{ margin-bottom:0; padding-bottom:0;}
.banner_list li:last-child:before{ display:none;}

.common_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:455px;
	text-align:center;
	}

.common_button_top{
	margin-bottom:8px;
    width: 100%;
	
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	}
.common_button_top li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	color:#000;
	font-weight: 500;
	}
.common_button_top li.white_color{ color:#fff;}
.common_button_top li.green-dot{
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #515458;
	position:relative;
	}
.common_button_top li.green-dot:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	margin:-3px 6px 0 0;
	border-radius:50%;
	background:#42c216;
    animation: fade 1s ease-in-out infinite;
	}
.common_button_text.white_color .dollar{ filter: brightness(1) invert(1);}
.low-stock{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 10px;
    margin: -2px 2px 0;
	}
.low-stock span{
	float: left;
	width: 10px;
	height: 100%;
	background: #e6e6e6;
	margin: 0 1px;
	transition: 0.5s;
	}
.exrtrabold{ font-weight:800;}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
	
@keyframes fade{
0%{ opacity:1;}
50%{ opacity:0;}
100%{ opacity:1;}
	}	
.red{ color:#ff0000;}

.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:66px;
	font-size:26px;
	line-height:66px;
	color:#fff;
	font-weight:800;
	letter-spacing:0.3px;
	border-radius:50px;
	text-align:center;
	background: #0DB24C;
	background: linear-gradient(90deg, #0db14b 15%, #00db6c 55%);
	-webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,.2);
	box-shadow: 0 4px 8px 2px rgba(0,0,0,.2);
	}
.button-arrw{
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin: -4px 0 0 15px;
	}
.common_button_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.common_button_text img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 9px 0 0;
	}

.banner_right{
	float:right;
	width: 41%;
	position:relative;
	}	
.banner_right_prod_box{
	position:absolute;
	bottom: 10px;
	left: -252px;
	width:349px;
	}
.banner-product{
	display:block;
	margin:0 auto 0;
	width: 349px;
	position:relative;
	z-index:1;
	}
.banner-img{
	position:absolute;
	bottom: -10px;
	right: -498px;
	width:655px;
	max-width: none;
	}

/*=====SECTION 1=====*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0 25px;
	border-bottom:1px solid #f2f2f2;
	background:#fff;
	}
	
.common_heading{
	font-size:45px;
	line-height:55px;
	color:#000;
	font-weight:800;	
	}	
.common_text{	
    font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}

.s1_video_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 621px;
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    border: 7px solid #fff;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
    padding-bottom: 29.4%;
    overflow: hidden;
	}
.s1_video_box img, .s1_video_box video{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
	border-radius:3px;
	object-fit: cover;
	}

/*=====BRAND STRIP=====*/	
.brand_list{
	width:100%;
	margin:30px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
	}
brand_list li{
	display:inline-block;
	vertical-align:middle;
	}	
.brand_list li img{
	display:block;
	margin:0 auto 0;
	height:58px;
	width:auto;
	}	
	
	
/*=====SECTION 2=====*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
	

.s2_mid_box{
	width:100%;
	max-width:1030px;
	margin:40px auto 0;
	padding:20px 40px 20px 20px;
	border-radius:10px;
	background:#f6f6f6;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
	}
.s2_mid_box_left{
	float:left;
	width:48.37%;
	text-align:left;
	}
.s2-mid-box-img{
	display:block;
	margin:0 auto 0;
	width:474px;
	}
.s2_mid_box_right{
	float:right;
	width:47.5%;
	}
.s2_mid_box_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s2_mid_box_col{
	width:100%;
	margin: 13px auto 0;
	padding: 15px 20px;
	border-radius:10px;
	background:#fff;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items:center;
	}
.s2_mid_box_col:first-child{ margin-top:0;}
.s2_mid_box_col img{ width:46px;}
.s2_mid_box_col p{
	width:calc(100% - 46px);
	padding-left:15px;
	text-align:left;
	font-size:20px;
	line-height:26px;
	color:#000;
	}
.s2_mid_box_col p span{	font-size:22px;}

.s2_red_strip{
	display:inline-block;
	vertical-align:top;
	font-size:33px;
	line-height:34px;
	color:#ed0f0f;
	font-weight:900;
	margin-top:45px;
	padding:10px 20px 18px;
	border-radius:12px;
    background: #fff;
	background-image: repeating-linear-gradient(0deg, #ed0f0f, #ed0f0f 10px, transparent 10px, transparent 20px, #ed0f0f 20px), repeating-linear-gradient(90deg, #ed0f0f, #ed0f0f 10px, transparent 10px, transparent 20px, #ed0f0f 20px), repeating-linear-gradient(180deg, #ed0f0f, #ed0f0f 10px, transparent 10px, transparent 20px, #ed0f0f 20px), repeating-linear-gradient(270deg, #ed0f0f, #ed0f0f 10px, transparent 10px, transparent 20px, #ed0f0f 20px);;
	background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	}
	
	
.s2_text{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}
	
.s2_ylw_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:870px;
	margin:90px 0 0;
	padding:0 25px 35px;
	border-radius:20px;
	position:relative;
	background:#ffec7e;
	}
.s2_ylw_strip img{
	display:block;
	margin:-80px auto -20px;
	width:337px;
	}
.s2_ylw_strip p{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:600;
	}
.s2_ylw_strip:before{
	content:'';
	position:absolute;
	bottom: -15px;
	left:50%;
	transform:translateX(-50%);
	border-top: 15px solid #ffec7e;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	}
.common_heading.mrgT50{ padding-top:50px;}
	
.s2_block{
	width:100%;
	max-width: 895px;
	margin:65px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
	}
.s2_product_box_otr{
	float:left;
	width: 50.51%;
	}
.s2_product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:452px;
	position:relative;
	}
.s2-product-bg{
	display:block;
	margin:0 auto 0;
	width:452px;
	}
.s2-product{
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	}
.s2_block_cont{
	float:right;
	width:48.5%;
	}
.s2_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s2_box_col{
	float:left;
	width:100%;
	text-align:left;
	margin-top:55px;
	padding-left: 100px;
	position:relative;
	}
.s2_box_col h3{
	font-size:21px;
	line-height:26px;
	color:#000;
	font-weight:800;
	}
.s2_box_col p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.s2_box_col:first-child{ margin-top:0;}
.s2_box_col:after{
	content:'';
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	}
.s2_box_col:after{
	left: -240px;
	width: 240px;
	border-bottom:2px dotted #000;
	}
.s2-icn{
	position:absolute;
	top: 50%;
	left:0;
    transform: translateY(-50%);
	width:80px;
	}

.s2_sub_hdg{
	font-size:28px;
	line-height:38px;
	color:#000;
	font-weight:800;
	margin-top:65px;
	} 
	
/*=====SECTION 3=====*/	
.section3{
	float:left;
	width:100%;
	padding: 10px 0 70px;
	position:relative;
	background:#f4faff;
	}
.section3:before, .section4:before, .section5:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:225px;
	background:#fff;
	}
	
.revw_strip{
	width:100%;
	max-width:990px;
	margin: 0 auto 0;
	padding:35px 30px;
	border-radius:15px;
	position:relative;
	background:#ffec7e;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.revw_strip_img_box{
	width: 300px;
	position:relative;
	}
.revw-strip-img{
	display:block;
	margin: 0 auto 0;
	width:100%;
	border:1px solid #fff;
	box-sizing: content-box;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	}
.revw_strip_cont{
	width:calc(100% - 300px);
	padding-left:40px;
	text-align:left;
	}
.revw-strip-star{
	display:block;
	margin:0 0;
	width:100px;
	}
.revw_strip_cont p{
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:500;
	font-style:italic;
	margin-top:15px;
	}
.revw_strip_cont h3{
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}
.revw_strip_cont h3 span{
	font-size:16px;
	line-height:20px;
	color:#0ab83f;
	font-weight:400;
	}
.revw_strip_cont h3 img{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin: -3px 3px 0 12px;
	}
.revw-strip-cottation{
	position:absolute;
	top: -20px;
	right: 80px;
	width:45px;
	}
	
.s3_block{
	width:100%;
	margin: 50px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s3_block_col{
	width:31.8%;
	text-align:left;
	position:relative;
	}
.s3_block_col:last-child{ padding-right:0;}
.s3_block_col:before{
	content:'';
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	width:22px;
	height:67px;
	background:url(../images/s3-black-arrw.webp) no-repeat center center;
	background-size:cover;
	}
.s3_block_col:last-child:before{ display:none;}
.s3_block_num{
	position:absolute;
	top:-19px;
	left:50%;
	transform:translateX(-50%);
	width:40px;
	height:40px;
	font-size:22px;
	line-height:37px;
	color:#000;
	font-weight:800;
	text-align:center;
	border:1px solid #000;
	border-radius:50%;
	z-index:2;
	background:#ffec7e;
	}
.s3_img_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.s3-box-img{
	display:block;
	margin:0 auto 0;
	width:371px;
	}
.s3_img_box p{
	position:absolute;
	top:25px;
	left:20px;
	font-size:30px;
	line-height:32px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	}
.s3_block_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
	
.s3_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:80px 0 10px;
	padding:0 35px 30px;
	border:1px solid #e1e5e9;
	border-radius:10px;
	}
.s3_box_heading{
	font-size:36px;
	line-height:38px;
	color:#000;
	font-weight:bold;
	margin:-25px 0 0;
	}
.s3_box_heading span{
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	background:#f4faff;
	}
.s3_box_text{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:500;
	margin-top:25px;
	}
.s3_box_col{
	width:100%;
	margin:40px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s3_box_row{
	padding:0 31px;
	position:relative;
	}
.s3_box_row:before{
	content:'';
	position:absolute;
	top:-10px;
	right:0;
	bottom:-5px;
	width:1px;
	background:#cbced1;
	}
.s3_box_row:last-child:before{ display:none;}
.s3_box_row:first-child{ padding-left:0;}
.s3_box_row:last-child{ padding-right:0; border-right:none;}
.s3_box_row h3{
	font-size:22px;
	line-height:43px;
	font-weight:bold;
	}
.green_color{ color:#10de4f;}
.yellow_color{ color:#ffb40b;}
.orange_color{ color:#e88000;}
.red_color2{ color:#ef1b00;}
.s3_box_row h3 span{
	font-size:70px;
	}
.s3_box_row p{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:5px;
	}
	
/*=====SECTION 4=====*/	
.section4{
	float:left;
	width:100%;
	padding:10px 0 70px;
	position:relative;
	background:#fff;
	}
.section4:before{ background:#f4faff;}

.s4_block{
	width:100%;
	margin:45px auto 10px;
	row-gap:30px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s4_box{
	width:31.89%;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	}
.s4-box-img{
	display:block;
	margin:0 auto 0;
	width:373px;
	}
.s4_box_cont{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	min-height: 44%;
	text-align:left;
	padding:16px 15px;
	border-radius:10px;
	background:#fff;
	}
.s4_box_cont h3{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:800;
	}
.s4_box_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
	
	
/*=====SECTION 5=====*/	
.section5{
	float:left;
	width:100%;
	padding:10px 0 70px;
	position:relative;
	background:#f4faff;
	}
.user_list{
	width:100%;
	margin:45px auto 0;
    column-gap: 40px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.user_list li{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	padding-left:37px;
	background:url(../images/banner-tick.webp) no-repeat top 2px left;
	background-size:29px;
	}
	
.user_box{
	width:100%;
	max-width:1130px;
	margin:45px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.user_box_col{
	width:23.63%;
	}
.user_box_col img{
	display:block;
	margin:0 auto 0;
	width:267px;
	}
	
.s5_text{
	font-size:23px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:35px;
	}
	
.space_box{
	width:100%;
	max-width:1130px;
	margin:45px auto 10px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.space_box_col{
	width:15%;
	}
.space_img_box{
	width:81px;
	height:81px;
	margin:0 auto 15px;
	border:1px solid #dedede;
	border-radius:50%;
	background:#fff;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.space_img_box img{
	display:block;
	margin:0 auto 0;
	width:52px;
	}
.space_box_col p{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.revw_strip.mrgT45{ margin:45px auto 0;}
	
/*=====SECTION 6=====*/	
.section6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:url(../images/s6-bg.webp) no-repeat top center; 
	}
.s6_left{
	float:left;
	width:62%;
	text-align:left;
	}
.s6_ylw_strip{
	width:100%;
	max-width:570px;
	margin-top:34px;
	padding:15px 25px 18px;
	position:relative;
	background:#e8d576;
	z-index:2;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s6_ylw_strip:before{
	content:'';
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	border:2px solid #000;
	z-index:-1;
	}
.s6_ylw_strip img{ width:40px;}
.s6_ylw_strip p{
	width:calc(100% - 40px);
	padding-left:15px;
	font-size:30px;
	line-height:40px;
	color:#000;
	font-weight:800;
	}
	
/*=====SECTION 7=====*/	
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background: #fff;
	}
.s7_block{
	width:100%;
	margin:120px auto 140px;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s7-product{
	position:absolute;
	top:-70px;
	left:50%;
	transform:translateX(-50%);
	width:660px;
	}
.s7_box{
	width:220px;
	text-align:right;
	}
.fr.s7_box{ text-align:left;}
.s7_col{
	float:left;
	width:100%;
	margin-top:95px;
	}
.s7_col:first-child{ margin-top:0;}
.s7_col_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:800;
	text-align:center;
	padding:10px 15px 12px;
	background:#ffec7e;
	}
.s7_col_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
.s7-col-shape{
	display:block;
	max-width: none;
	position:relative;
	}
.s7-col-shape1{
	margin: 10px -100px 0 auto;
	width:181px;
	}
.s7-col-shape2{
	margin: 10px -170px 0 auto;
	width:264px;
	}
.s7-col-shape3{
	margin: 10px 0 auto -100px;
	width:181px;
	transform: rotateY(180deg);
	}
.s7-col-shape4{
	margin: 10px 0 auto -160px;
	width:264px;
	transform: rotateY(180deg);
	}
	
/*=====SECTION 8=====*/	
.section8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
	

.s8_block{
	width:100%;
	margin:40px auto 15px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s8_box{
	width:49%;
	padding:20px 20px 20px;
	border-radius:10px;
	background:#ffe976;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s8_box img{
	width:156px;
	}
.s8_box_col{
	width:calc(100% - 156px);
	padding-left:15px;
	text-align:left;
	}
.s8_box_col h3{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:800;
	}
.s8_box_col p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
	
/*=====SECTION 9=====*/	
.section9{
	float:left;
	width:100%;
	padding:60px 0 70px;
    overflow-x: clip;
	background:#f4faff;
	}

.testi_slider{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.testi_slides{
	float:left;
	width:100%;
	padding:40px 45px;
	border:1px solid #fff;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	
	display: -webkit-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	}
.testi-img{
	display:block;
	margin:0 auto 0;
	width:480px;
	}
.testi_cont{
	float:left;
	width:calC(100% - 480px);
	padding-left:40px;
	text-align:left;
	}
.testi_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	}

.testi_vrfy_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}
.testi_vrfy_text span{
	font-size:16px;
	line-height:16px;
	color:#0ab83f;
	font-weight:400;
	}
.testi_vrfy_text img{
	display: inline-block !important;
	vertical-align: middle;
	width: 14px;
	margin: -3px 3px 0 15px;
	}
	
.revw_block{
	width:100%;
	margin:45px auto 10px;
	row-gap:35px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.revw_box{
	width:48.5%;
	text-align:left;
	padding:25px 25px 30px;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);	
	}
.vrfy_box{
	width:100%;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	}
.vrfy_num{
	width:54px;
	height:54px;
	font-size:24px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	justify-content: center;
	border-radius:50%;
	background:#ffe976;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	}
.vrfy_box_cont{
	width:calc(100% - 54px);
	padding-left:12px;
	text-align:left;
	}
.vrfy_box_cont p{
	font-size:15px;
	line-height:24px;
	color:#0ab83f;
	font-weight:400;
	}
.vrfy_box_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 5px 0 0;
	}
.vrfy_box_cont p span{
	font-size:22px;
	color:#000;
	font-weight:bold;
	}
.revw-img{
	display:block;
	margin:20px auto 0;
	width:510px;
	}
.revw_heading{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	min-height:60px;
	}
.revw-star{
	display:block;
	margin:12px 0 0;
	width:106px;
	}
.revw_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:400;
	margin-top:15px;
	}

.read_text{
    float: left;
    width: 100%;
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:800;
	margin-top:45px;
	}
	
/*=====SECTION 10=====*/	
.section10{
	float:left;
	width:100%;
	padding:70px 0 70px;
	background:#fff;
	}

.pkg_block{
	width:100%;
	max-width:970px;
	margin:0 auto 0;
	padding:50px 30px 35px;
	border:2px solid #ffe976;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.pkg_strip{
	position:absolute;
	top: -23px;
	left:50%;
	transform:translateX(-50%);
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:600;
	padding: 9px 20px 11px;
	background:#ffe976;
	}
.pkg_prod_box{
	float:left;
	width:49.34%;
	}
.pkg-prod{
	display:block;
	margin:0 auto 0;
	width:447px;
	}
.pkg_cont{
	float:right;
	width:48%;
	}	
.pkg_heading{
	font-size:40px;
	line-height:48px;
	color:#000;
	font-weight:800;
	}
.pkg_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:260px;
	margin-top:10px;
	}
.pkg_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	padding-left:40px;
	background:url(../images/pkg-tick.webp) no-repeat top left;
	background-size:26px;
	}

.common_heading.mrgT60{ margin-top:60px;}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:25px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px solid #d7d7d7;
	}
.up-slide-dwn:last-child{border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat;
	background-position: right 10px center !important;
	background-size:20px !important;
	padding:28px 40px 28px 0;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	margin-top:-5px;
	padding:0 40px 12px 0;
	}
.acdn-para{
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin-bottom:20px;
	}
.acdn_points{
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-left:25px;
	}	
.acdn_points li{
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin-bottom:10px;
	padding-left:25px;
	position:relative;
	}	
.acdn_points li:before{
	content:'';
	position:absolute;
	top:9px;
	left:0;
	width:9px;
	height:9px;
	border-radius:50%;
	background:#000;
	}
sup{
	font-size:60%;
	line-height:100%;
	}

/*=====footer=====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #e6e6e6;
	background:#fff;
	}
.foot-logo{
	display:block;
	margin:0 auto 25px;
	width:170px;
	}
.foot_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:400;
	margin-top:7px;
	}
.foot_text a{ color:#000; padding:0 8px;}

/*=========Media Query=========*/
.show-mob, .show-tab, .show-big-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

.white_color{ color:#fff;}
.semi_bold{ font-weight:600;}
.extra_bold{ font-weight:800;}
.red_color{ color:#ef3b24;}
.black{ font-weight:900;}
.normal{ font-weight:400;}

@media only screen and (max-width:1200px){
.container{width:1004px;}
.show-big-tab{ display:block;}
.hide-big-tab{ display:none;}

.banner_heading{ font-size: 50px; line-height: 58px;}
.banner_right_prod_box{ left: -185px;}
.banner-img{ right: -398px; width: 565px;}

.brand_list li img{ height: 50px;}

.s1_video_box{ padding-bottom: 34%;}

.s3_box_row{ padding: 0 17px;}
.s3_box_row p{ font-size: 20px; line-height: 24px;}

.s4_box_cont{ min-height: 57%;}

.s6_left{ width: 72%;}

.s7_block{ margin:60px auto 60px;}
.s7-product{ top: -20px; width: 550px;}

.s8_box img{ width: 125px;}
.s8_box_col{ width: calc(100% - 125px);}
.s8_box_col h3{ font-size: 26px; line-height: 32px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner_left{ width: 72%;}
.banner_heading{ font-size: 46px; line-height: 52px;}
.banner_ylw_strip{ font-size: 22px; line-height: 24px; padding: 11px 32px 14px;}
.banner_list{ max-width: 417px;}
.banner_list li{ font-size: 17px; line-height: 23px; padding: 0 0 10px 34px; background-size: 24px;}
.banner_list li:before{ left:34px;}
.banner_right{ width: 28%;}
.banner_right_prod_box{ left: -159px; width: 229px;}
.banner-img{ right: -275px; width: 475px; bottom: 70px;}

.common_button_width{ max-width: 430px;}
.common_button_top li{ font-size: 13px;}

.section1{ padding: 50px 0 25px;}
.common_heading{ font-size: 42px; line-height: 52px;}
.common_text{ font-size: 17px; line-height: 25px;}
.s1_video_box{ padding-bottom: 45.7%;}

.brand_list li img{ height: 37px;}

.section2{ padding: 50px 0 60px;}	
.s2_mid_box_left{ width: 42%;}
.s2_mid_box_right{ width: 53.5%;}
.s2_mid_box_col img{width: 38px;}
.s2_mid_box_col p{ width: calc(100% - 38px); padding-left: 12px; font-size: 18px; line-height: 24px;}
.s2_mid_box_col p span{	font-size:20px;}	

.s2_box_col{ margin-top: 40px;}
.s2-product{ top: 57%;}
.s2_box_col:after{ left: -200px; width: 200px;}

.s2_red_strip{ font-size: 26px; line-height: 26px; padding: 12px 25px 17px;}
.s2_text{ font-size: 23px; line-height: 27px;}

.s2_ylw_strip img{ margin: -73px auto -20px; width: 297px;}
.s2_ylw_strip p{ font-size: 21px; line-height: 29px;}
.s2_sub_hdg{ font-size: 24px; line-height: 33px; margin-top: 45px;}

.revw_strip{ margin: 0 auto 0; align-items: flex-start;}
.revw_strip_cont p{ font-size: 18px; line-height: 26px;}
.revw_strip_cont h3{ font-size:18px; line-height:26px;}
.revw_strip_cont h3 span{ font-size:14px; line-height:16px;}
.revw_strip_img_box{ width: 252px;}
.revw_strip_cont{ width: calc(100% - 252px); padding-left: 35px;}

.s3_block_num{ top: -16px; width: 34px; height: 34px; font-size: 18px; line-height: 30px;}
.s3_img_box p{ top: 22px; left: 15px; font-size: 22px; line-height: 25px;}
.s3_block_text{ font-size: 17px; line-height: 25px;}
.s3_block_col:before{ right: -14px; width: 10px; height: 35px;}
.s3_box{ margin: 70px 0 10px; padding: 0 25px 30px;}
.s3_box_heading{ font-size: 31px; line-height: 32px;}
.s3_box_text{ font-size: 20px; line-height: 25px; margin-top: 20px;}
.s3_box_col{ margin:40px auto 0;}
.s3_box_row{ padding: 0 20px;}
.s3_box_row h3{ font-size: 18px; line-height: 28px;}
.s3_box_row h3 span{ font-size: 45px;}
.s3_box_row p{ font-size: 14px; line-height: 14px;}

.section3{ padding: 10px 0 60px;}

.section4{ padding: 10px 0 60px;}
.s4_box{ width: 48.5%;}
.s4_box_cont{ min-height: 42%;}
.s4_box_cont h3{ font-size: 19px; line-height: 24px;}
.s4_box_cont p{ font-size: 17px; line-height: 25px;}
.s4_box_cont{ min-height: 42%;}

.section5{ padding: 10px 0 60px;}
.user_list{ margin: 40px auto 0; column-gap: 30px;}
.user_list li{ font-size: 18px; line-height: 18px; padding-left: 33px; background-size: 24px;}
	
.s5_text{ font-size: 21px; line-height: 24px;}
.space_box{ margin: 40px auto 10px;}
.space_img_box{ width: 71px; height: 71px; margin: 0 auto 12px;}
.space_img_box img{ width: 41px;}
.space_box_col p{ font-size: 14px; line-height: 17px;}

.section6{ padding: 50px 0 60px; background-position: top right 45%; background-size:cover;}
.s6_left{ width: 68%;}
.s6_ylw_strip{ max-width: 475px; margin-top: 25px;}
.s6_ylw_strip img{ width: 30px;}
.s6_ylw_strip p{ width: calc(100% - 30px); padding-left: 12px; font-size: 24px; line-height: 32px;}

.section7{ padding: 50px 0 60px;}
.s7_block{ margin: 40px auto 40px;}
.s7-product{ top: 68px; width: 350px;}
.s7_box{ width: 195px;}
.s7_col{ margin-top: 55px;}
.s7_col_strip{ font-size: 20px; line-height: 23px; padding: 8px 12px 10px;}
.s7_col_text{ font-size: 17px; line-height: 25px;}
.s7-col-shape1{ margin: 10px -60px 0 auto; width: 150px;}
.s7-col-shape2{ margin: 10px -90px 0 auto; width: 180px;}
.s7-col-shape3{ margin: 10px 0 auto -60px; width: 150px;}
.s7-col-shape4{ margin: 10px 0 auto -100px; width: 180px;}

.section8{ padding: 50px 0 60px;}
.s8_block{ max-width:680px; row-gap:25px; margin:35px auto 10px;}
.s8_box{ width:100%;}

.section9{ padding: 50px 0 60px;}
.revw_block{ row-gap: 26px;}
.testi_slides{ padding:0; flex-direction: column; justify-content: flex-start; flex: 1 0 0;}
.testi-img{ width: 100%;}
.testi_cont{ width: 100%; padding:30px 35px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; flex: 1 1 0;}
.testi_text{ font-size: 17px; line-height: 25px;}
.testi_vrfy_text{ font-size: 18px; line-height: 25px;}
.testi_vrfy_text span{ font-size: 14px; line-height: 14px;}
.testi_vrfy_text img{ width: 12px; margin: -3px 3px 0 15px;}



.vrfy_num{ width: 46px; height: 46px; font-size: 20px; line-height: 45px;}
.vrfy_box_cont{ width: calc(100% - 46px);}
.vrfy_box_cont p{ font-size: 13px; line-height: 22px;}
.vrfy_box_cont p img{ width: 11px; margin:-3px 5px 0 0;}
.vrfy_box_cont p span{ font-size: 20px;}
.revw_heading{ font-size: 21px; line-height:29px;}

.pkg_block{ padding: 45px 30px 35px;}
.pkg_strip{ top: -20px; font-size: 18px; line-height: 18px; padding: 9px 20px 10px;}
.pkg_prod_box{ width: 43%;}
.pkg_cont{ width: 57%;}	
.pkg_heading{ font-size: 35px; line-height: 42px;}
.pkg_points{ max-width: 242px; }
.pkg_points li{ font-size: 19px; line-height: 27px; padding-left: 33px; background-size: 22px;}

.section10{ padding: 60px 0 60px;}
.accordion{ font-size: 21px; line-height: 29px;}
.acdn-para{ font-size: 17px; line-height: 25px;}
.acdn_points li{ font-size: 17px; line-height: 25px; padding-left: 22px;}
.acdn_points li:before{ top: 10px; width: 7px; height: 7px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding: 7px 0 8px;}
.top_strip p{ font-size: 12px; line-height: 12px;}

.top-fix-bar { margin-bottom: 40px;}
.header{ height:40px; margin-top: -40px; top:40px;}
.logo{ float:none; display:block; margin: 2px auto 0; width: 140px;}
.header_btn{ display:none;}

.banner_left{ width: 100%; padding:20px 0 35px; text-align:center;}
.banner_rating_text{ font-size: 12px; line-height: 12px; text-align:left;}
.banner_rating_text img{ width: 76px; margin:-5px 6px 0 0;}
.banner_heading{ font-size:29px; line-height:36px; text-align:left;}
.banner_ylw_strip{ width:85%; font-size: 13px; line-height: 18px; text-align:left; padding:10px 12px 12px; border-radius:0; position:relative; z-index:1;}
.banner_ylw_strip span{ font-size:26px;}

.banner_box_m{ display:inline-block; vertical-align:top; width:100%; max-width: 360px; text-align:left; position:relative;}
.banner_right_prod_box{ position:static; width:100%;}
.banner-product{ width: 271px; float: right; margin: -10px -50px -119px 0; z-index:3;}
.banner-img-m{ position:absolute; bottom: -78px; left: -60px; width: 312px;}

.banner_list{ max-width: 345px; margin:20px auto 0;}
.banner_list li{ font-size: 14px; line-height: 21px; padding: 0 0 6px 25px; margin-bottom: 6px; background-size: 19px; background-position: top 6px left;}
.banner_list li:before{ left: 0;}

.common_button_box{ margin-top: 30px; text-align:center;}
.common_button_width{ max-width:360px;}
.common_button_top li{ font-size: 12px; line-height: 12px;}
.common_button_top li.green-dot:before{ width: 7px; height: 7px; margin: -2px 4px 0 0;}
.low-stock{ width: 55px;  height: 9px;}
.low-stock span{ width: 9px;}
.common_button_top li.green-dot{ padding-right: 8px; margin-right: 8px;}
.common_button{ height: 52px; font-size: 20px; line-height: 49px;}
.button-arrw{ width: 19px; margin: -4px 0 0 13px;}
.common_button_text{ font-size: 12px; line-height: 12px;}
.common_button_text img{ width: 14px; margin: -3px 7px 0 0;}

.common_heading{ font-size: 26px; line-height: 32px;}
.common_heading.mrgT50{ padding-top: 30px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}

.section1{ padding: 30px 0 25px;}
.s1_video_box{ margin-top: 25px; padding-bottom: 55%; border: 5px solid #fff;}
.brand_list{ margin: 22px auto 0; row-gap: 10px; column-gap: 2%; max-width: 438px;} 
.brand_list li img{ height:33px;}

.section2{ padding: 30px 0 35px;}
.s2_mid_box_left{ width:100%;}
.s2_mid_box{ margin: 25px auto 0; padding: 0 15px 50px; border-radius: 0 0 10px 10px;}
.s2_mid_box_left{ width:100%;}
.s2-mid-box-img{ max-width: none; width: calc(100% + 30px); margin-left: -15px;}
.s2_mid_box_right{ width: 100%; margin-top:20px;}
.s2_mid_box_col{ margin:10px auto 0; padding: 12px 15px;}
.s2_mid_box_col img{ width: 34px;}
.s2_mid_box_col p{ width: calc(100% - 34px); padding-left: 12px; font-size: 16px; line-height: 22px;}

.s2_red_strip{ font-size: 24px; line-height: 24px; margin-top: -26px; padding: 10px 20px 14px;}
.s2_text{ font-size: 18px; line-height: 24px; margin-top: 15px;}

.s2_ylw_strip img{ width: 337px;}
.s2_ylw_strip{ margin: 75px 0 0; padding: 0 20px 20px;}
.s2_ylw_strip img{ margin:-85px auto -20px; width:337px;}
.s2_ylw_strip p{ font-size: 16px; line-height: 22px;}

.s2_block{ max-width:350px; margin: 35px auto 0;}
.s2_product_box_otr{ display:none;}
.s2_block_cont{ width: 100%; position:relative; padding-left: 139px;}
.s2-product{ top:43%; left: -96px; transform: translateY(-50%); width: 276px;}
.s2-icn{ top: 4px; transform: none; width: 43px; display:none;}
.s2_box_col{ margin-top: 20px; padding-left: 20px;}
.s2_box_col h3{ font-size: 16px; line-height: 20px;}
.s2_box_col p{ font-size: 15px; line-height: 18px;}
.s2_box_col:after{ top: 12px;}
.s2_box_col:after{ left: -80px; width: 90px;}
.s2_box_col:before{
	content:'';
	position:absolute;
	top:9px;
	left:7px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#000;}

.s2_sub_hdg{ font-size: 16px; line-height: 22px; margin-top: 35px;}

.revw_strip_cont p{ font-size: 16px; line-height: 24px;}

.revw_strip{width: calc(100% + 30px);margin: 0 auto 0 -15px;padding: 30px 12px;border-radius: 0;}
.revw_strip_img_box{ width: 100%;}
.revw-strip-img{ width: 90%;}
.revw_strip_cont{ width: 100%; padding-left: 0; margin-top: 20px;}
.revw_strip_cont p{ font-size: 15px; line-height: 22px; margin-top:8px;}
.revw-strip-star{ width: 90px;}
.revw-strip-cottation{ top: -12px; right: 40px; width: 25px;}
.revw_strip_cont h3{ font-size: 16px; line-height: 22px;}
.revw_strip_cont h3 span{ font-size: 14px; line-height: 16px;}
.revw_strip_cont h3 img{ width: 13px; margin: -3px 3px 0 12px;}

.section3{ padding: 10px 0 30px;}
.section3:before, .section4:before, .section5:before{ height: 85px;}
.s3_block{ max-width:371px; row-gap:80px; margin:80px auto 0;}
.s3_block_col{ width: 100%;}
.s3_img_box p{ top: 25px; left: 20px; font-size: 32px; line-height: 32px;}
.s3_block_col:before{ top:-60px; left:50%; transform:translateX(-50%); width:84px; height:27px; background: url(../images/s3-black-arrw-m.webp) no-repeat center center;}
.s3_block_col:last-child:before{ display:block;}
.s3_box{ max-width:410px; margin: 50px 0 5px; padding: 0 15px 25px;}
.s3_box_heading{ font-size: 25px; line-height: 28px; margin:-19px 0 0;}
.s3_box_heading span{ padding: 0 13px;}
.s3_box_text{ font-size: 18px; line-height: 25px; margin-top: 15px;}
.s3_box_col{ margin: 30px auto 0;}
.s3_box_row{ padding: 0 0 22px; width: 100%; margin-bottom: 22px; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.s3_box_row:before{ top: auto; right:0; left: 0; bottom: 0; width: auto; height: 1px;}
.s3_box_row h3{ width:138px; font-size: 20px; line-height: 28px;}
.s3_box_row h3 span{ width:138px; font-size: 44px;}
.s3_box_row p{ font-size: 20px; line-height: 26px; width: calc(100% - 153px); text-align: left; padding-left: 15px; margin-left: 15px; border-left: 1px solid #ccc;}
.s3_box_row:last-child{ margin-bottom:0; padding-bottom:0;}

.section4{ padding: 10px 0 30px;}
.s4_block{ max-width:373px; margin: 25px auto 5px; row-gap: 20px;}
.s4_box{ width: 100%;}
.s4_box_cont{ min-height: auto;}
.s4_box_cont p{ font-size: 16px; line-height: 23px;}
.user_list{ margin: 25px auto 0; row-gap: 15px; text-align: left; max-width: 227px; justify-content: flex-start;}

.section5{ padding: 10px 0 0; background:#fff;}
.user_box{ margin:25px auto 0; row-gap:3px;}
.user_box_col{ width: 49.5%;}
.s5_text{ font-size: 15px; line-height: 20px; margin-top: 25px;}

.space_box{ max-width:380px; margin: 30px auto 10px; row-gap: 30px;}
.space_box_col{ width:31.33%;}
.space_img_box{ width: 61px; height: 61px; margin: 0 auto 10px;}
.revw_strip.mrgT45{ margin: 35px auto 0 -15px;}

.section6{ padding:30px 0 35px; background:#fff;}
.s6_left{ width:100%; text-align:center;}
.s6_left .white_color{ color:#000 !important;}
.s6-img-m{ margin:25px auto 0; width:100%;}
.s6_ylw_strip{ max-width: 100%; margin-top: -117px; padding: 15px 25px 25px;}
.s6_ylw_strip img{ width: 40px; display: block; margin: -30px auto 10px;}
.s6_ylw_strip p{ width:100%; padding-left: 0; font-size: 30px; line-height: 36px;}
.s6_left .common_button_text.white_color .dollar{ filter: none;}

.section7{ padding:30px 0 35px;}
.s7_block{ max-width:350px; margin: 30px auto 10px;}
.s7_box{ width: 162px; text-align:left;}
.s7_col{ position:relative; margin-top: 405px;}
.s7_col_strip{ width: auto; font-size: 16px; line-height: 19px; padding: 6px 10px 8px;}
.s7_col_text{ font-size: 14px; line-height: 19px;}
.s7-product{ top: 100px; width: 310px;}
.s7-col-shape{ display:none;}
.s7-col-shape-m{ position:absolute;}
.s7-col-shape1-m{ width:63px; top: 100px; left: 20px;}
.s7-col-shape2-m{ width: 71px; bottom: 90px; left: 20px; transform: rotateX(180deg);}
.s7-col-shape3-m{ width:52px; top: 100px; right: 20px; transform: rotateY(180deg);}
.s7-col-shape4-m{ width:10px; bottom: 90px; right: 50%; transform: translateX(50%);}

.section8{ padding:30px 0 35px;}
.compare_box{ width:calc(100% + 30px); margin:35px auto 0 -15px;}
.compare_col1{ width: 26%;}
.compare_col2{ width: 28%;}
.compare_list li{ height:55px; font-size: 14px; line-height: 18px; font-weight:400; text-align:left;}
.compare-icon{ width: 24px;}
.compare_top{ height: 127px; padding:0 10px 10px;}
.compare_top h3{ font-size: 18px; line-height: 20px;}
.compare_top h4{ font-size: 12px; line-height: 18px;}
.compare-product1{ margin: -14px auto 10px; width:84px;}
.compare-product{ width: 42px; margin: 0 auto 7px;}

.s8_block{ row-gap: 20px; margin: 20px auto 5px;}
.s8_box{ padding:20px 15px 20px; flex-direction: row-reverse; align-items: flex-start;}
.s8_box img{ width: 105px;}
.s8_box_col{ width: calc(100% - 105px); padding:0 15px 0 0;}
.s8_box_col h3{ font-size: 24px; line-height: 29px;}
.s8_box_col p{ font-size: 16px; line-height: 23px; width: calc(100% + 120px);}

.section9{ padding:30px 0 35px;}
.testi_slider{ width:calc(100% + 30px); margin-top: 15px; margin-left:-15px;}
.testi_slides{ max-width:300px; padding:0; flex-direction: column; justify-content: flex-start; flex: 1 0 0;}
.testi_cont{ margin-top:0; padding: 20px 15px 20px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; flex: 1 1 0;}
.testi_text{ font-size: 14px; line-height: 22px;}


.revw_block{ max-width:540px; row-gap: 25px; margin: 35px auto 0;}
.revw_box{ width: 100%; padding:20px 15px 25px;}
.vrfy_num{ width: 40px; height: 40px; font-size: 18px; line-height: 37px;}
.vrfy_box_cont{ width: calc(100% - 40px); padding-left: 10px;}
.vrfy_box_cont p{ font-size: 12px; line-height: 21px;}
.vrfy_box_cont p img{ width: 10px;}
.vrfy_box_cont p span{ font-size: 16px;}
.revw_heading{ font-size: 16px; line-height: 22px; min-height: auto;}
.revw-star{ margin: 10px 0 0; width: 86px;}
.revw_text{ font-size: 14px; line-height: 22px; margin-top: 12px;}
.testi_vrfy_text{ font-size: 15px; line-height: 22px;}
.testi_vrfy_text span{ font-size: 11px; line-height: 12px;}
.testi_vrfy_text img{ width: 10px; margin: -3px 3px 0 10px;}

.read_text{ font-size: 15px; line-height: 16px; margin-top: 30px;}

.section10{ padding: 50px 0 35px;}
.pkg_block{ padding: 30px 16px 25px;}
.pkg_strip{ font-size: 14px; line-height: 14px; padding: 9px 16px 10px;}
.pkg_prod_box{ width:100%;}
.pkg_cont{ width:100%; margin-top:20px;}
.pkg_heading{ font-size: 28px; line-height: 36px;}
.pkg_points li{ font-size: 18px; line-height: 26px; padding-left: 31px; background-size: 20px; background-position: top 3px left;}
.pkg_cont .common_button_top li{ font-size:11px;}
.pkg_cont .common_button_top li.green-dot:before{ width: 6px; height: 6px; margin: -2px 4px 0 0;}
.pkg_cont .low-stock{ width: 45px; height: 7px;}
.pkg_cont .low-stock span{ width: 7px;}
.pkg_cont .common_button_top li.green-dot{ padding-right: 7px; margin-right: 7px;}

.common_heading.mrgT60{ margin-top: 35px;}
.faq-container{ margin: 10px 0 0;}
.accordion{ font-size: 18px; line-height: 26px; background-size: 14px !important; padding: 15px 32px 15px 0;}
.acdn-content{ padding:0 20px 5px 0;}
.acdn-para{ font-size: 16px; line-height: 24px; margin-bottom: 12px;}
.acdn_points{ padding-left:15px;}
.acdn_points li{ font-size: 16px; line-height: 24px; padding-left: 20px;}

.footer{ padding:0 0 25px;}
.foot-logo{ margin:25px auto 20px; width:120px;}
.foot_text{ font-size: 13px; line-height: 18px;}
.foot_text a{ padding:0 4px;}


#call-btn {
    float: left;
    width: 100%;
    padding: 10px 10px;
    background: #000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn a.common_button{ margin:5px 0 0;}
#call-btn .common_button_top{ margin-bottom: 4px;}
}