@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: 'Altone';
	font-weight:400;
	}
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: 'Altone';
    src: url('https://cc.uprootclean.com/Altone-Regular.woff2') format('woff2'),
	url('Altone-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Altone';
    src: url('https://cc.uprootclean.com/Altone-Medium.woff2') format('woff2'),
	url('Altone-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Altone';
    src: url('https://cc.uprootclean.com/Altone-SemiBold.woff2') format('woff2'),
	url('Altone-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Altone';
    src: url('https://cc.uprootclean.com/Altone-Bold.woff2') format('woff2'),
	url('Altone-Bold.woff') format('woff');
	font-weight: 700;
	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:6px 0;
	background:#00d3da;
	position:relative;
	}
.top_strip_text{
	font-size:17px;
	line-height:21px;
	color:#fff;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}


/*====header====*/
.header{
	float:left;
	width:100%;
	height:75px;
	background:#fff;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 32px;
	transition: top 0.1s ease;
	left: 0;
	z-index: 999;
	}
.header.fixed-nav {
	top: 0;
	}
.sticky-header{
	float:left;
	width:100%;
	height:75px;
	}				
.logo{
	float:left;
	width:270px;
	margin-top:19px;
	}
.header-btn{
	float:right;
	height:45px;
	background:#05ad09;
	border-radius:5px;
	font-size:18px;
	line-height:45px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:center;
	font-weight:700;
	margin-top:15px;
	position:relative;
	padding:0 15px;
	}


/*====banner-section====*/
.banner{
	float:left;
	width:100%;
	padding:30px 0 40px;
	background:#fff;
	overflow:hidden;
	}
.banner-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
	}
.banner_left{
	width:47%;
	text-align:left;
	position:relative;
	z-index:2;
	}
.banner_text1{
	font-size:16px;
	line-height:20px;
	color:#000;
	}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	width:85px;
	margin:-3px 8px 0 0;
	}
.banner_heading{
	font-size:48px;
	line-height:53px;
	letter-spacing:-0.2px;
	color:#000;
	margin-top:8px;
	font-weight:700;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin-top:5px;
	}
ul.banner_point li{
	font-size:19px;
	line-height:24px;
	color:#000;
	font-weight:600;
	text-align:left;
	padding-left:35px;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/banner_point.webp) no-repeat left 0;
	background-size:24px;
	margin-top:12px;
	}
ul.banner_point li span{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:15px;
	background:#f00;
	text-transform:uppercase;
	padding:2px 5px 0;
	border-radius:3px;
	margin:0 0 0 5px;
	}
.banner-price-row{
	width:100%;
	max-width:450px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	margin-top:25px;
	}
.start-prc {
    font-size: 19px;
    line-height: 22px;
    color: #000;
	font-weight:600;
	text-align:center;
	}
.banner-regular-price{
	font-size:36px;
	line-height:36px;
	color:#d5d5d5;
	position:relative;
	}
.banner-regular-price:after{
	content:"";
	position:absolute;
	left:-5px;
	right:-5px;
	border-top:2px solid #f00;
	top:18px;
	transform:rotate(-10deg);
	}
.banner-offer-price{
	font-size:36px;
	line-height:36px;
	color:#000;
	font-weight:600;
	}

.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:450px;
	margin-top:40px;
	text-align:center;
	}
.banner_left .button_box{ margin-top:25px;}
.button_shipp{
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.button_shipp li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	font-size:15px;
	line-height:15px;
	color:#000;
	padding:0 8px;
	column-gap:5px;
	}
.button_shipp li.green_dot{
	padding-left:25px;
	border-right:1px solid #000;
	position:relative;
	}
.button_shipp li.green_dot.white{
	border-color:#fff;
	}
.green_dot:after{
	content:'';
	position:absolute;
	top:4px;
	left:10px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#42c216;
	animation:breath 1.3s infinite;
	}
.low_stock{
    display:flex;
	display:-webkit-flex;
	justify-content:space-between;
    width:60px;
    margin:0 3px;
	}
.low_stock span{
	float:left;
	width:17%;
	height:10px;
	background:#e6e6e6;
	transition: 0.5s;
	}
.low_stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
.low_text{ font-weight:600;}	

.common_button{
    width:100%;
    display:inline-block;
    vertical-align:top;
    height:65px;
    color:#fff;
    font-size:23px;
	line-height:67px;
	letter-spacing:0.5px;
	font-weight:700;
    border-radius:8px;
    position:relative;
    text-align:center;
	background:#05ad09;
	margin:10px 0;
	}

.btn_ship-text{
	font-size:16px;
	line-height:20px;
	color:#000;
	}
.btn_ship-text img{
	display:inline-block;
	vertical-align:middle;
	width:19px;
	margin:-2px 10px 0;
	}
.btn-list{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.btn-list li{
	text-align:left;
	padding:0 10px;
	font-size:15px;
	line-height:17px;
	color:#000;
	border-right:1px solid #000;
	}
.btn-list li:last-child{
	border-right:none;
	}
.btn-list li img{
	width:16px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}
.btn-list li.white { border-color:#fff;}
.btn-list li.white img { filter: invert(1);}

.banner_right{
	width:49%;
	position:relative;
	}	
.hero_slide-div-outer{
	float:left;
	width:100%;
	padding:0 0px;
	}
		
.gift_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:490px;
	margin-top:30px;
	text-align:center;
	}
.gift_box-heading{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	position:relative;
	}
.gift_box-heading:before, .gift_box-heading:after{
	border-bottom:1px solid #ccc;
	content:"";
	flex-grow:1;
	}
.gift_box-heading p{
	padding:0 10px;
	}
.gift_box-heading p span{
	font-weight:600;
	text-transform:uppercase;
	}
.gift_box-row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top:25px;
	}
.gift_box-col{
	width:24%;
	text-align:center;
	position:relative;
	}
.gift_box-col-border{
	float:left;
	width:100%;
	position:relative;
	padding:20px 7px 8px;
	border-radius:6px;
	overflow:hidden;
	}
.gift_box-col-border:before {
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
   background-image: linear-gradient(90deg, #024250 50%, transparent 50%), linear-gradient(90deg, #024250 50%, transparent 50%), linear-gradient(0deg, #024250 50%, transparent 50%), linear-gradient(0deg, #024250 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
	
}

@keyframes border-dance {
0% {
    background-position: left top, right bottom, left bottom, right top;
}

100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
}
}


.gift_box-col-inr{
	width:100%;
	position:relative;
	}
.gift_box-col-save{
	position:absolute;
	top:-9px;
	left:50%;
	transform:translateX(-50%);
	z-index:3;
	border-radius:3px;
	background:#ea0000;
	padding:2px 10px 2px;
	font-size:15px;
	line-height:15px;
	letter-spacing:0.3px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	}
.gift_box-col-text1{
	font-size:14px;
	line-height:16px;
	color: #000;
	font-weight:700;
	}
.gift_prod{
	display:block;
	margin:-8px auto 3px;
	max-width:100%;
	width:80px;
	}
.gift_box-col-price{
	font-size:13px;
	line-height:15px;
	color: #7e7e7e;
	font-weight:500;
	}
.gift_box-col-cut-prc{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:16px;
	line-height:16px;
	color: #7e7e7e;
	}
.gift_box-col-cut-prc:after{
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    border-top:1px solid #7e7e7e;
    top: 48%;
	}
.lottie-gift {
   position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;   /* adjust size */
	height: auto;
	z-index: -1;
	animation: fall 7s ease-in-out infinite;
	}
@keyframes fall {
	0%   { transform: translate(-50%, -100%); opacity: 0.2; }
	50%  { opacity: 1; }
	100% { transform: translate(-50%, calc(100% - 200px)); opacity: 0.5; }
}	


/*=====text-strip=====*/
.text-strip-section{
	float:left;
	width:100%;
	background:#d6f1ef;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:20px 0 18px;
	}
.text-strip{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	}
.text-strip-slide{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 18s linear infinite;
	}
.text-strip-slide span{
    font-size:20px;
    line-height:24px;
	color: #000;
	font-weight:500;
	text-transform:uppercase;
    letter-spacing:0.3px;
	padding:0 30px;
    white-space: nowrap;
	position:relative;
	}
.text-strip-slide span:before{
	content:"";
	position:absolute;
	left:-5px;
	top:7px;
	width:10px;
	height:10px;
	background:#000;
	border-radius:50%;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}

/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.common-heading{
	font-size:44px;
    line-height:52px;
	color: #000;
	font-weight:700;
	}
.common-text{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
	}
.common-text--mt0{ margin-top:0 !important;}	
.common-text--mt30{ margin-top:30px !important;}	
	
.s1-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:40px;
	border:1px solid #e1d9d0;
	padding:15px 30px 10px;
	box-shadow:0 5px 7px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	}
.s1-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
	}
.s1-row:last-child{
	border-bottom:none;
	}
.s1-row-header{
	width:100%;
	padding:12px 30px 12px 0;
	position:relative;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:15px;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/down.webp) no-repeat right 5px center;
	background-size:16px;
	}
.s1-row-header.active{
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/up.webp) no-repeat right 5px center;
	background-size:16px;
	position:relative;
	}
.s1-row-icn{	
	width:50px;
	flex-shrink:0;
	}
.s1-row-icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-row-heading{
	text-align:left;
	}
.s1-row-heading h3{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#000;
	}
.s1-row-content{
	width:100%;
	padding:0 0 10px;
	position:relative;
	text-align:left;
	}
.s1-row-content-text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-bottom:25px;
	}
.s1-row-list{
	display:inline-block;
	vertical-align:top;
	}
.s1-row-list li{
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
	padding-left:20px;
	position:relative;
	margin-bottom:15px;
	}
.s1-row-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#d86a2a;
	}

/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background:#000;
	padding:60px 0 70px;
	}

.s2-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:870px;
	margin-top:10px;
	}
.s2-row{
	display:flex;
	display:-webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:40px;
	width:100%;
	border-bottom:1px solid #474747;
	padding:0 0 35px;
	margin-top:35px;
	}
.s2-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.s2-row-left{	
	width:386px;
	flex-shrink:0;
	}
.s2-row-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.s2-row-right{
	text-align:left;
	}
.s2-row-heading{
	font-size:26px;
	line-height:30px;
	letter-spacing:0.3px;
	font-weight:700;
	color:#fff;
	}
.s2-row-list{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
.s2-row-list li{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:left;
	padding-left:35px;
	margin-bottom:10px;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/s2-list-tick.webp) no-repeat left 1px;
	background-size:22px;
	}
.s2-row-list li:last-child{
	margin-bottom:0;
	}

/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.s3-row{
	width:100%;
	max-width:1100px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:35px auto 0;
	}
.s3-left{	
	width:47.5%;
	}
.s3-vdo-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	border-radius:15px;
	overflow:hidden;
	}
.s3-vdo-img-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	cursor:pointer;
	}
.s3-vdo-img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	border-radius:15px;
	}
.s3-play{
	position:absolute;
	left:50%;
	top:50%;
	margin:-42px 0 0 -42px;
	width:85px;
	}
.s3-vdo-box video, .s3-video{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #000;
	}
	
.s3-right{
	width:48%;
	text-align:left;
    align-content: center;
	}
.s3-list{
	display:inline-block;
	vertical-align:top;
	}
.s3-list li{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	}
.s3-list-left{
	width:31px;
	flex-shrink:0;
	margin-top:4px;
	}
.s3-list-left img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-list-right{
	text-align:left;
	}
.s3-list li:last-child{
	margin-bottom:0;
	}
.s3-list li:last-child{
	border:none;
	padding-bottom:0;
	}
.s3-list-right h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.s3-list-right p{
	font-size:18px;
	line-height:25px;
	color:#000;
	margin-top:8px;
	}
		
.s3-pro-tip{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 720px;
    margin-top: 65px;
    background: #fef6e1;
    border: 2px dashed #eab024;
    border-radius: 8px;
    padding: 25px 17px 25px;
    text-align: left;
    position: relative;
	}
.s3-pro-tip-text1{
    position: absolute;
    left: 18px;
    top: -17px;
    background: #fe0000;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: bold;
    padding: 8px 12px;
	}
.pro-tip-icn{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-6px 7px 0 0;
	}	
.s3-pro-tip-text2{
	font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
	}

/*=====section4=====*/
.section4{
	float:left;
	width:100%;
	background:#f0fbfa;
	padding:60px 0 70px;
	}
.tagline{
	font-size:20px;
	line-height:22px;
	color:#01d1db;
	font-weight:600;
	margin-bottom:10px;
	}
.s4_review_wrap{
	margin:40px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_review_box{
	width:31.5%;
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:8px;
	overflow:hidden;
	padding:12px;
	box-shadow:0 6px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 6px 10px 2px rgba(0,0,0,0.1);
    display: -webkit-flex;
    display: flex !important;
    flex-direction: column;
	}
.s4_review_imgbx{
	float:left;
	width:100%;
	}
.s4_review_imgbx img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:8px;
	}
.s4_review_contbx{
	float:left;
	width:100%;
	text-align:left;
	padding:18px 4px 5px;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	}
.s4_revcont_top{
	float:left;
	width:100%;
	}	
.s4_review_star{
	display:block;
	width:89px;
	}
.s4_review_heading{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
.s4_review_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:10px;
	}	
.s4_review_name{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#000;
	margin-top:16px;
	}	
.s4_review_name span{
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	}	
.s4_review_name img{
	display:inline-block !important;
	vertical-align:middle;
	margin:-4px 5px 0 10px;
	width:17px;
	}	

/*=====section5=====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.s5_use_wrap{
	margin: 40px auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s5_content{
	width:47%;
	text-align:left;
	}
.s5_imgbox{
    width: 46.6%;
    margin-top: 6px;
	position:relative;
	}
.s5-seal-img{
	position:absolute;
	top:30px;
	right:30px;
	width:110px;
	}
.s5-video{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#000;
	border-radius:10px;
	}
	
/*=====section6=====*/
.section6{
	float:left;
	width:100%;
	background:#f0fbfa;
	padding:60px 0 70px;
	}
.s6-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:600;
	margin-top:18px;
	}
.s6-row{
	width:100%;
	max-width:1100px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:30px;
	margin:45px auto 10px;
	}
.s6-col{
	width:48.5%;
	padding:15px 20px 20px;
	border:1px solid #d7d7d7;
	background:#fff;
	border-radius:10px;
	}
.s6-col-top{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.s6-col-top-left{
	width:calc(100% - 61px);
	text-align:left;
	padding-right:15px;
	}

.s6-col-heading{
	font-size:23px;
	line-height:29px;
	color:#000;
	font-weight:700;
	}
.s6-col-top-right{
	width:60px;
	}
.s6-col-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s6-col-img-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 0;
	border-radius:7px;
	overflow:hidden;
	}
.s6-col-img-col{
	width:49.6%;
	position:relative;
	}
.s6-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s6-col-img-col p{
	position:absolute;
	top:10px;
	left:10px;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	background:#d9dde5;
	padding:2px 10px;
	}
.s6-col-img-col:last-child p{
	left: auto;
	right: 10px;	        
	}
	

/*=====section7=====*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	overflow:hidden;
	}
.s7-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto 0;
	}
.s7-left{
	width:48.5%;
	margin-top:50px;
	}

.s7-prod-img{
	display:block;
	margin:-60px 0 0 0;
	width:607px;
	}
.s7-testi-row{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:12px;
	width:100%;
	background:#f1f1f1;
	border-radius:12px;
	padding:20px 15px;
	margin:10px auto 0;
	}
.s7-testi-left{
	width:57px;
	flex-shrink:0;
	}
.s7-testi-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s7-testi-right{
	text-align:left;
	}
.s7-testi-text1{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#000;
	}
.s7-testi-text2{
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-top:8px;
	}

.s7-right{
	width:46%;
	}
.s7-slidedown-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s7-slidedown-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border:1px solid #e3e3e3;
	border-radius:10px;
	margin-top:18px;
	box-shadow:0 3px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.1);
	}

.s7-slidedown-header{
	width:100%;
	padding:15px 45px 15px 30px;
	position:relative;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:10px;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/plus.webp) no-repeat right 20px center;
	background-size:14px;
	}
.s7-slidedown-header.active{
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/minus.webp) no-repeat right 20px center;
	background-size:14px;
	position:relative;
	}
.s7-slidedown-icn{	
	width:45px;
	flex-shrink:0;
	}
.s7-slidedown-icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s7-slidedown-heading{
	text-align:left;
	}
.s7-slidedown-heading h3{
	font-size:22px;
	line-height:28px;
	font-weight:700;
	color:#000;
	}
.s7-slidedown-content{
	width:100%;
	padding:0 30px 25px;
	position:relative;
	text-align:left;
	}
.s7-slidedown-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:5px;
	}
.s7-slidedown-img video{border-radius:10px;}
.s7-slidedown-text{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:25px;
	}
.s7-slidedown-review{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
.s7-slidedown-star{
	display:block;
	margin:0;
	width:92px;
	}
.s7-slidedown-review-text{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	}
.s7-slidedown-review-verify{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	}
.s7-slidedown-review-verify span{
	font-size:14px;
	font-weight:400;
	}
.s7-slidedown-review-verify span img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-2px 5px 0 8px;
	}

/*=====section8=====*/
.section8{
	float:left;
	width:100%;
	background:#f0fbfa;
	padding:60px 0 65px;
	}

.guarantee-box{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	column-gap:25px;
	width:100%;
	max-width:690px;
	border:1px solid #ebb535;
	background:#fff6e0;
	margin:40px auto 0;
	padding:30px 25px;
	border-radius:8px;
	}
.guarantee-seal-box{
	width:146px;
	flex-shrink:0;
	}
.guarantee-seal{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.guarantee-content{
	text-align:left;
    align-content: center;
	}
.guarantee-content-heading{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	}
.guarantee-content-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}	









/*=====section7=====*/

	

.sec8_top-text{
	font-size:17px;
	line-height:20px;
	color:#ffffff;
	margin-bottom:15px;
	}
.sec8_top-text img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:-5px 10px 0 0;
	}
.s8-slider{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 2000px;
	}
.s8-slider-row{
	display: -webkit-flex !important;
	display:flex !important;
	flex-direction: column;
	width:100%;
	margin:30px 0 0 0;
	}
.s8_video-col{
	display:inline-block;
	vertical-align:top;
	width:362px !important;
	position:relative;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
	background:#202950;
	margin:15px 14px;
	}
.s8_video-col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.s8_video-col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:60px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	}
	
/*=====section9=====*/
.section9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.common-text.fs22{
	font-size:22px;
	line-height:30px;
	}	
.semi_bold{ font-weight:600;}

.s9_box{
	width:100%;
	margin:50px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s9_col{
	width:31.33%;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s9_col_top{
	float:left;
	width:100%;
	}
.s9_num{
	display:inline-block;
	vertical-align:top;
	width:55px;
	height:55px;
	font-size:35px;
	line-height:55px;
	color:#fff;
	font-weight:500;
	text-align:center;
	border-radius:50%;
	background:#02d1da;
	}
.s9_box_mid{
	width:100%;
	margin-top:45px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
	}
.s9-col-icn{ width:72px; max-width:100%;}
.s9_box_mid_cont{
	width:calc(100% - 72px);
	padding-right:12px;
	text-align:left;
	}
.s9_box_mid_cont h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.s9_box_mid_cont h3 span{ color:#02d1da;}
.s9_box_mid_cont p{
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	}
.s9-box-img{
	display:block;
	margin:30px auto 0;
	width:100%;
	max-width:100%;
	border-radius:10px;
	}
.s9_col:before{
	content:'';
	position:absolute;
	top: 27px;
	left: 61%;
	right: -49%;
	border-top:3px dotted #02d1da;
	}
.s9_col:last-child:before{ display:none;}

.s9_sub_heading{
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	margin-top:40px;
	}

.s9_product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:496px;
	margin-top:25px;
	position:relative;
	}
.s9-product{
	display:block;
	margin:0 auto 0;
	width:496px;
	max-width:100%;
	}
.s9_prod_detail_list{
	float:left;
	}
.s9_prod_detail_list li{
	position:absolute;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:600;
	padding:7px 20px;
	border-radius:5px;
	background:#fff6e0;
	}
.s9_prod_detail_list li:first-child{
	top: 161px;
	left: -145px;
	}
.s9_prod_detail_list li:nth-child(2){
	top: 17px;
	left: 60%;
	}
.s9_prod_detail_list li:last-child{
	top: 99px;
	right: -262px;
	}

/*=====section10=====*/
.section10{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0fbfa;
	}

.compare_box{
	width:100%;
	max-width:710px;
	margin:65px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.compare_col1{
	width:34%;
	}
.compare_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:125px;
	padding:10px 12px;
	text-align:center;
	}
.compare_list{
	float:left;
	width:100%;
	}
.compare_list li{
	width:100%;
	height:85px;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	padding:10px;
	text-align:left;
	border-bottom:2px solid #6d6e6d;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	}
	
.compare-icon{
	display:block;
	margin: 0 auto 0;
	width: 23px;
	max-width:100%;
	}
.compare_col2 .compare-icon{ width:36px;}	
.compare-product{
	display:block;
	margin:0px auto 0;
	width:75px;
	max-width:100%;
	}
.compare_right_text{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	} 
.compare_col2{
	width:26%;
	margin-top:-2px;
	border:2px solid #5be1e7;
	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);
	}
.compare_col2 .compare_list li{ border-bottom:none;}
.compare_col1 .compare_top{	display: -webkit-flex; display: flex;align-items: flex-end; text-align:left;}
.compare_col1 .compare_list li{ justify-content: flex-start;}
.compare_list li:last-child{ border-bottom:none;}
.compare_col2 .compare_list li:nth-last-child(2){ border-bottom:none;}
.compare_col2 .compare_list li:last-child{ padding:0; height:10px;}
.compare_col3, .compare_col4{ width:20%; position:relative;}
.compare_col2 .compare-product{ width:85px; margin-top:-41px;}
.compare_col2 .compare_right_text{ font-weight:600;}
.compare_col3:before{
	content:'';
	position:absolute;
	top: 70px;
	bottom: 20px;
	right:0;
	width:2px;
	background:#6d6e6d;
	}

/*====section11====*/
.section11{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}

.s11_box{
	float:left;
	width:100%;
	margin:40px auto 0;
	}
.s11_col{
	float:left;
    padding: 20px 13px 20px;
    text-align: left;
	border:1px solid #000;
	border-radius:12px;
	}
.s11_heading{
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
	}
.s11-img{
	display:block;
	margin:20px auto 0;
	width:100%;
	max-width:100%;
	border-radius:12px;
	}
.s11_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
	}
	
/*===section12===*/
.section12{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0fbfa;
	}
.star5{
	display:block;
	margin:0 auto 10px;
	width:140px;
	}
.s12-img{
	display:block;
	margin:35px auto 0;
	width:772px;
	max-width:100%;
	}
.s12_sub_heading{
	font-size:22px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:35px;
	}

.testimonial_box{
	width:100%;
	max-width:770px;
	margin:45px auto 0;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:25px;
	}
.testimonial_col{
	width: 100%;
    padding:25px 20px 30px 25px;
	border:1px solid #000;
	border-radius:10px;
    background: #fff;
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
.testi-img{
	width:166px;
	border-radius:12px;
	}
.testimonial_col_inr{
	width:calc(100% - 166px);
	text-align:left;
	padding-right:15px;
	}	
.testimonial_col_hdng{
    font-size: 19px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
	}
.testi-col-star{
	display:block;
	width:100px;
	margin-bottom:10px;
	}
.testimonial_col_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
	}
.testi_verify_text{
	font-size:17px;
	line-height:20px;
	color:#000;
    font-weight: bold;
	margin-top:25px;
	}
.verify-icn{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 4px 0;
	}
.testi_verify_text span{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	position:relative;
	}
	
/*====section13====*/
.section13{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.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%;
	background:#fff;
	border-radius:10px;
	margin-top:20px;
	padding:0 20px;
	-webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/close.webp) no-repeat right 5px center;
	background-size:18px;
	padding:20px 25px 20px 70px;
	position:relative;
	cursor:pointer;
	}
.acdn_heading.accordion_open{
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/open.webp) no-repeat right 5px center;
	background-size:18px;
	padding-bottom:20px;
	border-bottom:1px solid #969696;
	}
.faq_img{
	position:absolute;
	left:0;
	top:50%;
	width:52px;
	max-width:100%;
	transform:translateY(-50%);
	border-radius:50%;
	box-sizing: content-box;
	}
.accordion p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom: 2px;
	}
.accordion h3{
	font-size: 22px;
	line-height: 28px;
	color:#000;
	font-weight: bold;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 30px 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;
	}
.faq-link{
	color:#1155cc;
	}
.faq-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:10px;
	}
.faq-list li{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	margin-bottom:12px;
	font-size:18px;
	line-height: 25px;
	color:#000000;
	}
.faq-list li span{
	min-width:48px;
	font-weight:600;
	}
ul.acdn_list{
	float:left;
	width:100%;
	padding-left:40px;
    margin-bottom: 15px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	padding-left:55px;
	margin:10px 0;
	position:relative;
	text-align:left;
	}
ul.acdn_list li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:40px;
	}
ul.acdn_list li span{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
ul.acdn_list li p{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#333;
	font-weight:400;
	margin-top:0;
	}


/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 40px;
	border-top:1px solid #d2d2d2;
	}
.ftr-logo{
	display:block;
	margin:0 auto 20px;
	width:227px;
	}
.footer-txt1{
	font-size:15px;
	line-height:22px;
	color:#000;
	margin-top:7px;
	}
.footer-txt1 a{ padding:0 5px;}





@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
	
@keyframes fade{
0%{ opacity:100%;}
50%{ opacity:20%;}
75%{ opacity:100%;}
100%{ opacity:100%;}
	}



.orange{ color:#d86a2a;}
.white{ color:#fff !important;}
.red-text{ color:#ff0000;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_heading { font-size: 41px; line-height:47px;}

.common-heading { font-size: 40px; line-height: 48px;}

.s7-prod-img{ width:500px;}
.s7-slidedown-header { padding: 15px 45px 15px 20px;}

.s9_prod_detail_list li{ padding: 7px 18px;}
.s9_prod_detail_list li:last-child{ right: -255px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.banner_text1 {font-size: 13px; line-height: 17px;}
.banner_text1 img {width: 70px;}
.banner_heading {font-size: 31px; line-height: 37px;}
ul.banner_point li { font-size: 16px; line-height: 20px; padding-left: 30px; background-size: 20px;}

.start-prc {font-size: 16px; line-height: 20px;}
.banner-regular-price { font-size: 30px; line-height: 30px;}
.banner-regular-price:after{ top:15px;}
.banner-offer-price {font-size: 30px; line-height: 30px;}

.common-heading { font-size: 32px; line-height: 40px;}
.common-text { font-size: 18px; line-height: 26px;}

.s2-row-list li { font-size:18px; line-height:24px;}

.s4_review_heading { font-size: 18px; line-height: 22px;}
.s4_review_name {font-size: 12px; line-height: 14px;}

.s5_content { width: 54%;}
.s5_imgbox { width: 42%;}
.s5-seal-img{ width:80px; top:20px; right:20px;}

.s6-col-heading { font-size: 19px; line-height: 24px;}
.s6-col-img-col p { font-size: 12px; line-height: 18px;}

.s7-row{ max-width:600px;}
.s7-prod-img { width: 400px;}
.s7-right { width: 100%;}
.s7-slidedown-img{ width:100%;}

.section9{ padding:50px 0 60px;}
.common-text.fs22{ font-size: 21px; line-height: 29px;}	
.s9_col:before{ top: 21px; left: 62%; right: -48%; border-top: 2px dotted #02d1da;}
.s9_num{ width: 45px; height: 45px; font-size: 25px; line-height: 45px;}
.s9-col-icn{ width: 57px;}
.s9_box_mid_cont{ width: calc(100% - 57px);}
.s9_box_mid_cont h3{ font-size: 22px; line-height: 26px;}
.s9_box_mid_cont p{ font-size: 16px; line-height: 22px; margin-top: 10px;}
.s9-box-img{ margin:20px auto 0;}

.s9_sub_heading{ font-size: 26px; line-height: 30px;}

.s9_product_box{ max-width: 466px;}
.s9_prod_detail_list li{ font-size: 18px; line-height: 24px; padding: 7px 17px;}
.s9_prod_detail_list li:first-child{ top: 151px; left: -129px;}
.s9_prod_detail_list li:nth-child(2){ top: 14px;}
.s9_prod_detail_list li:last-child{ top: 79px; right: -135px;}

.section10{ padding:50px 0 60px;}

.section11{ padding:50px 0 60px;}
.s11_text{ font-size: 17px; line-height: 25px;}

.section12{ padding:50px 0 60px;}
.s12_sub_heading{ font-size: 21px; line-height: 21px; margin-top:30px;}

.testimonial_col_text{ font-size: 17px; line-height: 25px;}

.section13{ padding:50px 0 60px;}
.acdn_para{ font-size: 17px; line-height: 25px;}
.faq-list li { font-size: 17px; line-height: 23px;}
}


@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 { padding: 4px 0;}
.top_strip_text { font-size: 14px; line-height:20px; letter-spacing:0.3px; font-weight:600;}

.sticky-header { height:auto;}
.header { height:48px; top:0; position:relative;}
.logo { float:none; width: 200px; margin:10px auto 0;}

.banner { padding:20px 0 30px; }
.banner_left {width:100%; text-align:center; padding:0;}

.banner_text1 { font-size: 12px; line-height: 16px; letter-spacing:0.3px;}
.banner_text1 img { width:65px; margin: -3px 8px 0 0;}
.banner_heading { font-size: 30px;line-height: 35px; position:relative;}

.banner_right { width:100%}

.banner_point-heading{ float:left; width:100%; font-size:23px; line-height:30px; color:#000; font-weight:600; margin-top:20px;}
ul.banner_point{ margin-top:13px;}
ul.banner_point li { font-size:16px; line-height:22px; background-size: 18px; border-bottom:1px solid #ddd; padding:0 0 5px 28px; margin-top:5px; background-position:0 3px;}
ul.banner_point li span {font-size: 10px; line-height: 12px; padding: 1px 3px; border-radius: 2px; margin: 0 0 0 3px;}
ul.banner_point li:last-child{ border-bottom:none; padding-bottom:0;}

.gift_box{ margin-top:25px; width:calc(100% + 12px); margin-left:-6px;}
.gift_box-heading {padding: 0 0; font-size:16px; line-height:20px;}
.gift_box-heading p span{ font-weight:800;}
.gift_box-row { margin-top: 25px;}
.gift_box-col{ width:24%;}
.gift_box-col-save{ font-size:11px; line-height:13px; font-weight:600;}
.gift_box-col-border { padding: 20px 5px 5px;}
.gift_prod{width: 60px;}
.gift_box-col-text1 { font-size: 11px; line-height: 13px; font-weight:600;}
.gift_box-col-cut-prc{ font-size:13px; line-height:13px;}

.start-prc { font-size: 16px; line-height: 20px;}
.banner-regular-price { font-size: 26px; line-height:28px;}
.banner-regular-price:after { top: 12px;}
.banner-offer-price { font-size: 26px; line-height: 28px;}

.button_box {margin-top: 25px;}
.button_shipp li{ font-size:13px; line-height:13px; padding: 0 5px;}
.common_button { height: 55px; font-size:19px; line-height: 56px; box-shadow:0 4px 3px 1px rgba(0,0,0,0.1);}

.btn_ship-text { font-size: 14px; line-height: 18px;}
.btn_ship-text img { width: 19px; margin: -2px 10px 0;}

.btn-list li { padding: 0 8px; font-size: 13px; line-height: 15px;}
.btn-list li img { width: 14px; margin: -2px 5px 0 0;}


.text-strip-section { padding:15px 0 12px;}
.text-strip-slide span {font-size: 16px; line-height: 20px; padding: 0 20px;}
.text-strip-slide span:before {left: -3px; top: 7px; width: 6px; height: 6px;}

.section1{ padding:30px 0 35px;}

.common-heading { font-size:30px; line-height: 35px;}
.common-text { font-size: 16px; line-height: 22px; letter-spacing:0.3px; margin-top:20px;}
.common-text--mt30{ margin-top:20px !important;}

.s1-box { margin-top: 20px; padding: 5px 18px 5px; box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1); border-radius: 8px;}
.s1-row-header { background-size: 14px; padding: 10px 25px 10px 0;}
.s1-row-header.active { background-size: 14px;}
.s1-row-icn { width: 35px;}
.s1-row-heading h3 { font-size: 18px; line-height: 22px;}
.s1-row-content { padding: 0 0 5px;}
.s1-row-content-text { font-size: 16px; line-height: 21px; margin-bottom:18px;}
.s1-row-list li { font-size: 16px; line-height: 20px; padding-left: 18px; margin-bottom:10px;}
.s1-row-list li:before { top: 6px; width: 6px; height: 6px;}

.section2 { padding: 30px 0 35px;}
.s2-box{  margin:10px 0 0; position:relative; max-width:420px;}
.s2-row { flex-wrap:wrap; flex-direction:column; align-items:flex-start; padding: 0 0 25px; margin-top: 30px; border-color: #464646; position:relative;}
.s2-row-left {  width: 100%;}
.s2-row-img{ width:100%;}
.s2-row-right{ margin-top:20px;}
.s2-row-heading { font-size: 20px; line-height: 24px;}
.s2-row-list { margin-top: 10px;}
.s2-row-list li {font-size: 15px; line-height: 18px; background-size:11px; background-position:0 3px; margin-bottom:5px; padding-left: 20px;}

.section3 { padding: 30px 0 35px;}
.s3-row { margin: 25px auto 0;}
.s3-left {width: 100%;}
.s3-vdo-box { border-radius:10px;}
.s3-vdo-img { border-radius: 10px;}
.s3-play { margin: -28px 0 0 -28px; width: 55px;}
.s3-right { width: 100%; margin-top:25px;}

.s3-list li { column-gap:16px; margin-bottom: 20px;}
.s3-list-left { width: 28px; margin-top:5px;}
.s3-list-right{ border-bottom:none; padding-bottom:0;}
.s3-list-right h3 { font-size: 19px; line-height: 24px;}
.s3-list-right p {font-size: 16px; line-height: 22px;}

.s3-pro-tip { margin-top: 35px; padding: 12px 15px 12px;}
.s3-pro-tip-text1 { left:15px; top: -15px; font-size: 16px; line-height: 20px; padding: 4px 10px;}
.s3-pro-tip-text2 { font-size: 16px; line-height: 21px; margin-top: 10px;}
.pro-tip-icn { width: 19px; margin: -6px 5px 0 0;}


.section4 { padding:30px 0 35px; overflow:hidden;}
.tagline { font-size: 17px; line-height: 20px;}
.s4_review_wrap{ margin:0 0 0 -15px; width:calc(100% + 30px); padding-left:15px;}
.s4_review_box{ width:300px !important; -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1); height:100%; margin:15px auto 0;}
.s4_review_text { font-size: 16px; line-height: 22px;}
.s4_review_name span { font-size: 17px; line-height: 17px;}


.section5 { padding: 30px 0 30px;}
.s5_use_wrap{ flex-direction:column-reverse; margin: 20px auto 0;}
.s5_content{ width:100%; margin-top:20px;}
.s5_imgbox{ width:100%;}

.section6 { padding: 30px 0 30px; overflow: hidden;}
.s6-text1 { font-size: 18px; line-height: 24px;}
.s6-row { row-gap: 20px; margin: 25px auto 0;}
.s6-col {width: 100%; padding: 15px 12px 15px;}
.s6-col-top-left { padding-right: 18px;}
.s6-col-heading { font-size: 19px; line-height: 23px;}
.s6-col-img-col:last-child p{ left:auto; right:10px;}

.section7 { padding: 30px 0 35px;}
.s7-row{ margin-top:0;}
.s7-slidedown-box{ border: 1px solid #e3e3e3; border-radius:10px; margin-top:25px; padding:0 10px 10px;}
.s7-slidedown-row{ margin-top:0; box-shadow:none; border:none; border-bottom: 1px solid #e3e3e3; border-radius:0;}
.s7-slidedown-row:last-child{ border-bottom:none;}
.s7-slidedown-header { padding: 12px 20px 12px 0; background-position-x:99%; background-size:12px;}
.s7-slidedown-header.active{ background-position-x:99%; background-size:12px;}
.s7-slidedown-content { width: 100%; padding: 0 5px 25px;}

.s7-slidedown-heading h3 { font-size:19px; line-height: 23px;}
.s7-slidedown-star { width: 75px;}
.s7-slidedown-review-text { font-size: 16px; line-height: 21px; margin-top: 12px;}
.s7-slidedown-review-verify {font-size: 15px; line-height: 20px;}
.s7-slidedown-review-verify span { font-size: 12px;}

.section8 { padding: 30px 0 35px;}
.guarantee-box{ flex-wrap:wrap; flex-direction:column; align-items:center; margin:60px auto 0; padding: 0 30px 20px; position:relative;}
.guarantee-circle{ position:absolute; left:50%; top:-1px; margin-left:-60px; width:120px;}
.guarantee-seal-box { width: 96px; margin-top:-50px; position:relative;}
.guarantee-content{ width:100%; text-align:center; margin-top:15px;}
.guarantee-content-heading {font-size: 20px; line-height: 26px; padding-bottom:12px;}
.guarantee-content-text { font-size: 16px; line-height: 21px;}

.common-text.fs22{ font-size: 19px; line-height: 25px;}	
.txt_lft{ text-align:left;}

.section9{ padding: 30px 0 35px;}
.s9_box{ margin: 25px auto 0; row-gap: 45px;}
.s9_col{ width: 100%; padding-left: 50px;} 
.s9_col:before{ top: 36px; left: 16px; right: auto; bottom: -40px; border-top: none; border-left: 2px dotted #02d1da;}
.s9_num{ position:absolute; top:0; left:0; width:33px; height:33px; font-size:24px; line-height:33px;}
.s9_box_mid{ margin-top: 0;}
.s9-col-icn{ width: 72px; position: absolute; top: 0; right: -15px;}
.s9_box_mid_cont{ width:100%; padding-right: 51px;}

.s9_product_box{ max-width: 345px;}
.s9_sub_heading{ font-size: 22px; line-height: 26px; margin-top: 30px;}
.s9_prod_detail_list li{ font-size: 15px; line-height: 19px; padding: 5px 12px;}
.s9_prod_detail_list li:first-child{ top: 146px; left: 5px;}
.s9_prod_detail_list li:nth-child(2){ top: 7px; left: 38%;}
.s9_prod_detail_list li:last-child{ top: 39px; right: 10px;}


.s9-product-m{ margin:0 auto 0 -15px; width:350px; max-width:100%;}

.section10{ padding: 30px 0 35px;}
.compare_box{ margin: 60px auto 0;}
.compare_list li{ font-size: 14px; line-height: 18px; height: 65px; padding:8px; border-bottom: 1px solid #6d6e6d;} 
.compare_col1{ width: 33%;}
.compare_col2{ width: 27%;}
.compare_col3, .compare_col4{ width: 20%;}
.compare_top{ height: 117px; padding: 10px 7px;}
.compare-product{ width: 66px;}
.compare-logo{ margin: 12px auto 0; width: 66px;}
.compare_right_text{ font-size: 14px; line-height: 17px; margin-top:10px;}
.compare_col2 .compare-icon{ width: 28px;}
.compare-icon{ width: 20px;}
.compare_col2 .compare-product{ margin-top: -51px;}
.compare_col3:before{ top: 50px; width:1px;}

.section11{ padding: 30px 0 35px;}
.s11_box{ margin: 25px 0 0 -15px; width:calc(100% + 30px); padding-left:15px;}
.s11_col{ max-width:306px;}
.s11_heading{ font-size: 20px; line-height: 26px;}
.s11_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}

.section12{ padding: 30px 0 35px;}
.star5{ width: 120px;}
.s12-img{ margin: 20px auto 0;}
.s12_sub_heading{ font-size: 20px; line-height: 20px; margin-top: 25px;}
.testimonial_box{ margin: 30px auto 0; row-gap: 20px;}
.testimonial_col_inr{ width: 100%; padding-right: 0;}
.testimonial_col{ padding: 20px 20px 25px 20px;}
.testi-col-star{ width: 90px; margin-bottom:8px;}
.testimonial_col_text{ font-size: 16px; line-height: 22px; margin-top:8px;}
.testi_verify_text{ font-size: 16px; line-height:20px; margin-top: 20px;}
.testi_verify_text span{ font-size: 13px; line-height: 17px;}
.verify-icn{ width: 15px;}
.testi-img{ width: 116px; margin-top:25px; border-radius:8px;}

.section13{ padding: 30px 0 35px;}
.faq_section{ margin:20px 0 10px;}
.faq_slide_row{ padding:0 10px; border-radius:10px; border-width:1px; margin-top:10px;}
.faq_img{ width:40px;}
.accordion{ padding:16px 25px 16px 54px; background-size:14px;background-position:center right;}
.acdn_heading.accordion_open{ padding-bottom:16px; background-size:14px;background-position:center right;}
.accordion p{ font-size:15px; line-height:20px;}
.accordion h3{ font-size: 18px; line-height: 22px; margin-top:0;}
.acdn_content{ padding:20px 5px 5px;}
.acdn_para{ font-size:16px; line-height:22px;}
.faq-list{ margin-bottom:5px;}
.faq-list li{ font-size:16px; line-height:22px; margin-bottom:10px;}
ul.acdn_list { padding-left: 10px; margin:-10px 0 10px;}
ul.acdn_list li { padding:0 15px 0 45px; margin: 8px 0;}
ul.acdn_list li img{ width:32px;}
ul.acdn_list li span { font-size: 14px; line-height: 22px;}
ul.acdn_list li p { font-size: 14px; line-height: 20px;}

.footer { padding:0 0 25px;}
.ftr-logo { margin:20px auto 20px; width: 220px;}
.footer-txt1 { font-size: 15px; line-height: 20px; margin-top:7px;}

#call-btn{
	background:#000;
	padding:10px 10px 0;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#call-btn .commonBtn{ margin:8px 0 0;}

.margin-top10{ margin-top:12px;}
}