@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: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;
	}

.overflow{overflow:hidden;}

/*====Fonts====*/

@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.overflow{ overflow:hidden;}
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	top:80px;
	margin-top:-80px;
	position:relative;
	background:#fff;
	box-shadow:0 3px 6px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position:fixed;
	top:0;
	margin-top:0;
	transition:margin .3s ease-out;
	background:#fff;
	box-shadow:0 3px 6px 0 rgba(0,0,0,0.1);
	z-index:9;
	}
.header-adv-txt{
	font-size: 12px;
    line-height: 16px;
    color: #646464;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}				
.logo{
	float:left;
	max-width:100%;
	width:166px;
	margin-top:20px;
	}
.header-btn{
	float:right;
	width:230px;
	height:50px;
	background:#2cb415;
	border-radius:12px;
	font-size:16px;
	line-height:50px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:800;
	margin-top:15px;
	text-transform:uppercase;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	}

/*====Section====*/
.section{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.sec-left{
	float:left;
	width:66%;
	text-align:left;
	}
.home-list{
	float:left;
	width:100%;
	}
.home-list li{
	float:left;
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#454545;
	position:relative;
	padding-right:30px;
	}
.home-list li:before{
	content:'';
	position:absolute;
	background:url(../images/home-arw.png) no-repeat right 0;
	right:11px;
	top:7px;
	width:5px;
	height:14px;
	background-size:100%;
	}
.home-list li:last-child:before{
	display:none;
	}
.top-heading{
	font-size:48px;
	line-height:57px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	margin-top:8px;
	}
.top-heading span{
	color:#de0909;
	}	
.post-txt{
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#908e8e;
	border-top:1px solid #dfdfdf;
	margin-top:15px;
	padding:15px 0 18px;
	}
.comm-img{
	display:block;
	margin:30px auto 0;
	max-width:100%;
	border:6px solid #fff;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
	}
.Mosquito-txt{
	font-size:24px;
	line-height:30px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	margin-top:30px;
	}
.common-para{
	font-size:18px;
	line-height:28px;
	letter-spacing:0;
	color:#000;
	margin-top:30px;
	}
.margin-top0{
	margin-top:0;
	}
.small-img1{
	float:right;
	max-width:100%;
	margin:0 0 0 30px;
	}	
.compare-box{
	float:left;
	width:100%;
	margin-top:60px;
	}
.compare-col{
	float:left;
	}
.compare-col-top{
	float:left;
	width:100%;
	height:38px;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	background:#e3e3e3;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:90px;
	background:#fff;
	text-align:left;
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	border-bottom:1px solid #bebebe;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	}
.compare-list li span{
	float:right;
	}
.compare-list li p{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	}
.compare-list li:last-child{
	border-bottom:none;
	height:108px;
	}
.compare-col-1 .compare-list li{
	justify-content:start;
	font-size:17px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	padding-left:5px;
	text-align:left;
	}
.compare-col-1{
	width:31%;
	margin-top:39px;
	}

.comp-icn{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 0;
	}
.compare-col-2{
	width:22%;
	border:1px solid #bebebe;
	}
.comp-tick{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 0;
	}
.comp-cross{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 0;
	}
.compare-white-col{
	width:10px;
	}
.compare-white-col{
	margin-top:39px;
	}
		
.common-heading{
	font-size:36px;
	line-height:46px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	margin-top:45px;
	border-bottom:2px solid #d4d4d4;
	padding-bottom:18px;
	}
.highlight-txt{
	color:#0b69aa;
	text-decoration:underline;
	}
.work-box{
	float:left;
	width:100%;
	background:#feffc8;
	border-radius:10px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	margin-top:40px;
	overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.work-left{
	float:left;
	width:57%;
	padding:40px 0;
	position:relative;
	}
.work-prod-img{
	position:absolute;
	left:45px;
	top:50%;
	transform:translateY(-50%);
	max-width:100%;
	}
.work-right{
	float:right;
	width:43%;
	background:#fff;
	padding:45px 0 50px;
	}
.work-rgt-row{
	float:left;
	width:100%;
   	position:relative;
    margin-top:65px;
    padding:0 15px 0 80px;
	}
.work-rgt-row:first-child{
	margin-top:0;
	}
.work-img{
	position:absolute;
	left:-55px;
	top:50%;
	transform:translateY(-50%);
	max-width:100%;
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
	}
.work-rgt-row-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
.work-rgt-row-txt2{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	margin-top:10px;
	}
.nature-box{
	float:left;
	width:100%;
	}
.nature-row{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #e7e7e7;
	padding:0 155px 40px 0;
	text-align:left;
	margin-top:35px;
	}
.nature-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.nature-txt1{
	font-size:24px;
	line-height:30px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
.nature-row .common-para{
	margin-top:15px;
	}
.nature-icn{
	position:absolute;
	right:0;
	top:50%;
	max-width:100%;
	transform:translatey(-50%);
	}

.step-box{
	float:left;
	width:100%;
	margin-top:15px;
	}
.step-row{
	float:left;
	width:100%;
	margin-top:20px;
	border:1px solid #bebebe;
	border-radius:15px;
	padding:20px 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.step-img-box{
	float:left;
	width:28%;
	}
.step-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.step-content{
	float:right;
	width:68%;
	text-align:left;
	}
.step-heading{
	font-size:22px;
	line-height:28px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	}
.step-row .common-para{
	margin-top:15px;
	}

.bonus-box{
	float:left;
	width:100%;
	margin-top:35px;
	background:#fffcea;
	border:2px dashed #fca704;
	border-radius:10px;
	padding:20px 25px 25px;
	text-align:left;
	}
.bonus-heading{
	font-size:25px;
	line-height:31px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	}
.bonus-txt{
	font-size:18px;
	line-height:28px;
	letter-spacing:0;
	color:#000;
	margin-top:15px;
	}
	
.benefit-box{
	float:left;
	width:100%;
	margin-top:15px;
	}
.benefit-row{
	float:right;
	width:100%;
	position:relative;
	padding-left:40px;
	text-align:left;
	margin-top:35px;
	}
.benefit-tick{
	position:absolute;
	left:0;
	top:2px;
	width:25px;
	}
.benefit-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	}
.benefit-row .common-para{
	margin-top:10px;
	}
	
.garanty-box{
	float:left;
	width:100%;
	margin-top:120px;
	background:#fff5cb;
	padding:100px 30px 30px;
	border-radius:10px;
	text-align:left;
	position:relative;
	}
.garanty-heading{
	font-size:41px;
	line-height:46px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	text-align:center;
	margin-bottom:15px;
	}
.grnty-seal{
	position:absolute;
	top:-85px;
	left:50%;
	transform:translateX(-50%);
	max-width:100%;
	}
.grnty-list{
	float:left;
	width:100%;
	max-width:495px;
	}
.grnty-list li{
	float:left;
	width:100%;
	margin-top:15px;
	text-align:left;
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
	color:#000;
	padding-left:25px;
	background:url(../images/grnty-tick.png) no-repeat left 6px;
	}
.grnty-prod{
	position:absolute;
	right:50px;
	bottom:80px;
	max-width:100%;
	}
	
.review-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.review-row{
	float:left;
	width:100%;
	margin-top:20px;
	border:1px solid #c6c6c6;
	padding:20px 25px 25px;
	border-radius:5px;
	text-align:left;
	}
.review-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	font-weight:600;
	}
.review-star{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	}
.review-row	.common-para{ margin-top:12px;}
.vrfy-box{
	float:left;
	width:100%;
	position:relative;
	padding-left:70px;
	margin-top:25px;
	}
.vrfy-name-txt{
	font-size:17px;
	line-height:23px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	}
.vrfy-img{
	position:absolute;
	left:0;
	top:-4px;
	border-radius:50%;
	}
.vrfy-txt{
	font-size:13px;
	line-height:19px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:2px;
	}
.vrfy-icn{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-2px 5px 0 0;
	}
	

.faq-box{
	float:left;
	width:100%;
	margin-top:20px;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #d1d1d1;
	text-align:left;
	}
.faq-row:last-child{
	border-bottom:none;
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	padding:25px 35px 25px 0;
	cursor:pointer;
	background:url(../images/down-arw.png) no-repeat 98% center;
	}
.acdn-heading.accordion-open{
	background:url(../images/up-arw.png) no-repeat 98% center;
	}
.acdn-content{
	float:left;
	width:100%;
	padding-bottom:25px;
	}
.acdn-content p{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.2px;
	color:#000;
	}
	
	
.buy-box{
	float:left;
	width:100%;
	background:#f6f6f6;
	border:1px solid #dbdbdb;
	padding:20px 25px 25px;
	margin-top:25px;
	border-radius:8px;
	position:relative;
	}
.buy-heading{
	font-size:30px;
	line-height:36px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	border-bottom:2px solid #d4d4d4;
	padding-bottom:18px;
	}
.buy-content-box{
	float:left;
	width:70%;
	padding-top:20px;
	
	}
.buy-box-img{
	position:absolute;
	right:25px;
	bottom:30px;
	max-width:100%;
	}
.buy-box-txt{
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	margin-top:30px;
	position:relative;
	padding-left:30px;
	}
.buy-box-txt span{
	position:absolute;
	left:0;
	top:2px;
	font-size:25px;
	}


.offer-box{
	float:left;
	width:100%;
	margin-top:35px;
	border:3px dashed #ff0000;
	background:#fff;
	padding:20px 30px 40px;
	border-radius:7px;
	text-align:center;
	}
.offer-heading{
	font-size:26px;
	line-height:31px;
	letter-spacing:0;
	color:#ff0000;
	font-weight:700;
	margin-bottom:12px;
	}
.semi-bold{
	font-weight:600;
	}
.offer-prod-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:330px;
	margin-top:20px;
	position:relative;
	}
.offer-prod{
	display:block;
	margin:0 auto;
	position:relative;
	}
.offer-prod-1{
	position:absolute;
	left:0;
	width:125px;
	bottom:0;
	}
.offer-prod-2{
	position:absolute;
	right:0;
	width:125px;
	bottom:0;
	}
.offer-seal{
	position:absolute;
	right:-50px;
	top:0;
	max-width:100%;
	}
.offer-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:390px;
	height:80px;
	background:#2cb415;
	font-size:27px;
	line-height:80px;
	letter-spacing:0;
	color:#fff;
	font-weight:800;
	text-align:center;
	margin-top:30px;
	border-radius:15px;
	text-transform:uppercase;
	box-shadow:0 2px 2px 1px rgba(0,0,0,0.2);
	}



/*====sec-right====*/
.sec-right{
	float:right;
	width:30%;
	}
.sec-right-inner{
	float:left;
	width:100%;
	background:#feffef;
	box-shadow:0 0 8px 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:25px 42px 25px;
	text-align:center;
	}
.right-txt1{
	font-size:17px;
	line-height:23px;
	letter-spacing:0;
	color:#000;
	font-weight:600;
	}
.sec-right-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:95px;
	}
.sec-right-heading{
	font-size:30px;
	line-height:36px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	margin-top:10px;
	}
.sec-right-offer-txt{
	font-size:21px;
	line-height:27px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.sec-right-offer-txt span{
	font-weight:700;
	color:#ff0000;
	}
.sec-right-prod-box{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.sec-right-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec-right-prod-seal{
	position:absolute;
	right:32px;
	top:0px;
	width:100px;
	}
.sec-right-btn{
    display:inline-block;
	vertical-align:top;
    width: 100%;
    max-width: 255px;
    height:55px;
    background:#2cb415;
    border-radius:10px;
    font-size:18px;
    line-height:55px;
    letter-spacing:0.3px;
    color: #fff;
    font-weight: 800;
    margin-top:20px;
	text-transform:uppercase;
	box-shadow:0 2px 2px 1px rgba(0,0,0,0.2);
	}



/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #c9c9c9;
	padding:35px 0 55px;
	}
.footer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	margin-top:20px;
	}
.footer-txt1 a{ padding:0 5px;}


.fl{ float:left;}
.fr{ float:right;}

.fortab, .formob{ display:none;}
.fordesk{ display:block;}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
	0%,
	100% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
}
@-webkit-keyframes pulse {
	0%,
	100% {
		-webkit-transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
	}
}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


.top-heading { font-size: 46px; line-height: 56px;}
.compare-white-col { width: 8px;}
.work-prod-img{ left:35px;}
.work-img { left: -42px; width: 100px;}
.garanty-heading { font-size: 37px; line-height: 42px;}
.grnty-list { max-width: 460px;}
.grnty-prod { right:35px; bottom:115px; width: 125px;}
.buy-box-img { right: 20px; width: 190px;}


.sec-right-heading { font-size: 28px; line-height: 34px;}
.sec-right-prod-seal { right: 15px; top: 8px; width: 90px;}
.sec-right-btn { font-size: 17px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}


.logo { width: 160px; margin-top: 22px;}
.top-heading { font-size: 35px; line-height: 45px;}
.Mosquito-txt { font-size: 22px; line-height: 30px;}
.common-para { font-size: 17px; line-height: 27px; margin-top: 22px;}
.small-img1 { margin: 20px 0 0 20px; width: 220px;}

.compare-list li { font-size: 14px; line-height: 20px;}
.comp-icn { width: 30px;}
.compare-col-1 .compare-list li { font-size:13px;line-height:19px;}
.compare-col-top { font-size: 12px;}
.comp-cross { width: 20px;}
.comp-tick{ width:20px;}
.compare-white-col { width: 7px;}

.common-heading { font-size: 32px; line-height: 40px;}

.work-prod-img { width: 200px; left:20px;}
.work-right { padding: 35px 0 35px;}
.work-rgt-row { margin-top:45px; padding: 0 15px 0 55px;}
.work-img { left: -42px; width: 85px;}
.work-rgt-row-txt1 { font-size: 19px; line-height: 25px; letter-spacing:0.3px;}

.nature-row { padding: 0 134px 40px 0;}
.nature-icn { width: 100px;}
.nature-txt1 { font-size: 22px; line-height: 28px;}

.step-row { padding: 20px 15px;}
.step-img-box { width: 29%;}
.step-content { width: 67%;}

.bonus-box { padding: 20px 18px 25px;}
.bonus-heading { font-size: 22px; line-height: 28px;}
.bonus-txt { font-size: 17px; line-height: 26px; letter-spacing: 0.3px;}

.garanty-box { margin-top: 85px; padding: 85px 25px 30px;}
.grnty-seal { top: -72px; width: 135px;}
.garanty-heading { font-size: 32px; line-height: 38px;}
.grnty-list { max-width: 335px;}
.grnty-list li { font-size: 17px;}
.grnty-prod { right:20px; bottom: 125px; width:120px;}

.vrfy-img { width: 52px;}
.accordion { font-size: 19px; line-height: 26px;}
.acdn-content p { font-size: 17px;}

.buy-heading { font-size: 28px; line-height: 34px;}
.buy-box-txt { font-size: 17px;line-height: 25px;}

.buy-content-box { width: 100%;}
.buy-box-img { width: 180px; position: static; display: block; margin: 20px auto 0;}
.offer-seal { right: -40px; top: 8px; width: 105px;}

.margin-top0{ margin-top:0;}

.sec-right-inner { padding: 25px 18px 25px;}
.right-txt1 { font-size: 16px; line-height: 22px;}
.sec-right-star { margin: -4px 6px 0 0; width: 85px;}
.sec-right-heading { font-size: 25px; line-height: 31px; margin-top:7px;}
.sec-right-offer-txt { font-size: 18px; line-height: 25px;}
.sec-right-prod { width: 120px;}
.sec-right-prod-seal { right: 10px; top: 8px; width: 80px;}
.sec-right-btn { font-size: 15px;}

}


@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-fix-bar{ margin-bottom:60px;}
.header { height: 60px; top:60px; margin-top:-60px;}
.header-adv-txt {font-size: 10px; line-height: 12px;letter-spacing: 0.5px;left: 17px; top: 4px; transform: none;}
.logo {  width: 120px; margin:22px 0 0;}
.header-btn{width:160px; height:38px; font-size:12px; line-height:40px; margin-top:11px; border-radius:8px;}

.section{ padding:25px 0 30px;}
.sec-left{ width:100%;}

.top-heading { font-size: 25px; line-height: 34px; margin-top:5px;}
.post-txt { padding: 12px 0 12px;}
.comm-img{ border:4px solid #fff; margin:20px auto 0;}
.Mosquito-txt { font-size: 20px; line-height: 28px; letter-spacing: 0.3px; margin-top:22px;}
.common-para{ margin-top:20px; letter-spacing:0.3px;}
.small-img1{ float:none; display:block; margin:15px auto 0;}

.compare-box { margin-top: 30px; width:calc(100% + 30px); margin-left:-15px;}
.compare-col-1 { width:34%; margin-top:33px;}
.compare-col-1 .compare-list li { font-size: 11px; line-height: 17px;}
.compare-list li { font-size: 11px; line-height: 16px; height:75px; text-align:center;}
.compare-list li:last-child{ height:85px;}
.comp-icn { width: 22px;}
.compare-col-2 { width: 21%;}
.compare-col-top{ font-size:8px; letter-spacing:0.3px; height:32px;}
.compare-list li span { width: 100%;}
.comp-cross { display:block; width: 15px; margin:0 auto 7px;}
.comp-tick { display:block; width: 15px; margin:0 auto 7px;}
.compare-white-col { width:4px; margin-top:33px;}

.common-heading { font-size: 23px; line-height: 30px; letter-spacing: 0.3px; margin-top:25px; padding-bottom:12px;}

.work-left { width: 100%; padding:20px 0;}
.work-prod-img{ position:static; transform:none; display:block; margin:0 auto; width:150px;}
.work-right{ width:100%;}
.work-rgt-row{ padding:0 15px 0 105px; margin-top:35px;}
.work-img { left:15px; width:75px;}

.nature-box{ margin-top:20px;}
.nature-row { padding: 0 0 20px 0; margin-top:20px; text-align:center;}
.nature-icn{ position:static; transform:none; display:inline-block; vertical-align:top; width:80px;}
.nature-txt1 { font-size: 20px; line-height: 27px; margin-top:10px;}

.step-content { width:100%; text-align:center;}
.step-img { margin: 0 auto 15px;}
.step-heading { font-size: 20px; line-height: 26px;}

.bonus-box { padding:15px 15px 20px; margin-top:25px;}

.benefit-box { margin-top: 10px;}
.benefit-row{ margin-top:22px; padding-left:35px;}
.benefit-txt1 { font-size: 19px; line-height: 25px;}
.benefit-tick { width: 22px;}

.garanty-box { margin-top:60px; padding:70px 15px 20px;}
.grnty-seal { top: -58px; width: 115px;}
.garanty-heading { font-size: 28px; line-height: 34px;}
.grnty-prod{ position:static; display:block; margin:20px auto 0;}

.review-row { margin-top:15px; padding: 15px 15px 20px;}
.review-txt1 { font-size: 19px; line-height: 25px;}
.vrfy-box { padding-left: 58px;}
.vrfy-img { width: 42px; top:2px;}
.vrfy-name-txt { font-size: 16px; line-height: 22px;}
.vrfy-txt { font-size: 12px; line-height: 19px;}
.vrfy-icn { width: 12px;}

.faq-box { margin-top: 10px;}
.accordion { font-size:18px; line-height:24px; padding: 15px 35px 15px 0; background-size:13px;}
.acdn-heading.accordion-open{ background-size:13px;}

.buy-box { padding:15px 15px 20px; margin-top: 20px;}
.buy-heading {font-size:23px; line-height:29px; padding-bottom:15px;}
.margin-top0{ margin-top:0;}
.buy-box-txt span { top: 0; font-size: 22px;}

.offer-box { margin-top: 30px; padding: 20px 20px 30px;}
.offer-heading { font-size: 24px; line-height: 30px;}

.offer-prod-box { max-width: 270px;}
.offer-prod-1 { width: 100px;}
.offer-prod-2 { width: 100px;}
.offer-prod { width: 115px;}
.offer-seal { right: -20px; top: 25px; width: 75px;}

.offer-btn { height: 70px; font-size: 22px; line-height: 70px; letter-spacing: 0.3px;}

.footer { padding:10px 0 30px;}
.footer-txt1 { font-size: 12px; line-height: 20px; margin-top: 12px;}
.footer-txt1 a { padding: 0 2px;}


}


