@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
@font-face {
	font-family: 'Zona Pro';
	src: url('../index_files/zonapro-regular-webfont.woff2') format('woff2'),
		url('../index_files/zonapro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Zona Pro';
	src: url('../index_files/zonapro-bold-webfont.woff2') format('woff2'),
		url('../index_files/zonapro-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../index_files/zonapro-semibold-webfont.woff2') format('woff2'),
		url('../index_files/zonapro-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fakt Pro Blond';
	src: url('../index_files/faktpro-blond-webfont.woff2') format('woff2'),
		url('../index_files/faktpro-blond-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


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;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 27, 2023 */





/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


.caption {
	position: absolute;
	left: 0;
	width: 100%;
	padding-top: 5px;
}

.caption-txt {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
	white-space: nowrap;
	padding-top: 5px;
}

.caption-txt span {
	color: #fff000;
	font-weight: bold;
}

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

.fixed-nav .header {
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo {
	float: left;
	margin-top: 0px;
}

ul.topMenu {
	float: right;
	margin: 20px 0 0 0;
}

ul.topMenu li {
	float: left;
	padding: 3px 18px;
	position: relative;
}

ul.topMenu li a {
	color: #000;
	font-size: 16px;
	line-height: 16px;
}

ul.topMenu li:after {
	content: '';
	width: 1px;
	background: #a7a7a7;
	top: 5px;
	bottom: 5px;
	position: absolute;
	right: 0;
}

ul.topMenu li:last-child:after {
	display: none;
}

ul.topMenu li a:hover,
ul.topMenu li a.active {
	color: #3b6531;
}

a.nav-btn {
	float: right;
	background: #00c04e;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 138px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 9px;
}


/*-----------------------
		BANNER
------------------------*/

.bnr-left {
	float: left;
	width: 70%;
	text-align: left;
}

.bnr-head {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	color: #3b6531;
	font-weight: bold;

}

.bnr-head .highlight {
	color: rgba(127, 197, 109, 1);
}

.bnrStrip {
	width: 88%;
	float: left;
	position: relative;
	padding: 13px 0 13px 90px;
	margin-top: 20px;

	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 5%, rgba(249, 251, 253, 1) 85%, rgba(255, 0, 0, 0) 100%);
}

.bnrStrip img {
	position: absolute;
	top: -3px;
	left: 0;
	width: 65px;
}

.bnrStrip span {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 10px;
}

.bnrStrip p {
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.5px;
	color: #000;
	padding-right: 100px;
	font-family: 'Fakt Pro Blond';
}

.bnr-list {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.bnr-list li {
	background: url(https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/68148503ffb54e357523a07d_list-icon-check.png) no-repeat left 0;
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #000;
	text-align: left;
	font-weight: bold;
	padding-left: 48px;
	margin-top: 12px;
}

.btnBlk {
	display: inline-block;
	vertical-align: middle;
	width: 425px;
	max-width: 100%;
	text-align: center;
	margin-top: 40px;
}

.we .btnBlk {
	margin-top: 30px;
}

a.pg-btn {
	float: left;
	width: 100%;
	height: 70px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: #00b84b;
	border: 1px solid #009b3f;
	border-radius: 7px;
}

a.pg-btn p {
	float: left;
	width: 100%;
	color: #fff;
	line-height: 70px;
	font-size: 26px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-shadow: 1px 1px #00953d;
}

a.pg-btn p span {
	color: #ffe500;
}

.btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin: -2px -2px 0 25px;
}

.btn-ofr-text {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}

.btn-ofr-text span {
	color: #fc2500;
}

.banner-star {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 5px 0 0;
}

.bnr-indt {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 5px;
}

.bnr-prod {
	position: absolute;
	top: 75px;
	right: 5px;
	max-width: 30%;
}

.bnr-seal {
	position: absolute;
	top: 118px;
	right: 392px;
}

/*-------------------------
     BANNER BTM SEC
--------------------------*/
.bnr-btm-sec {
	float: left;
	width: 100%;
	padding: 0 0 50px;
	border-bottom: 1px solid #d7d7d7;
}

.bnr-btm-list {
	float: left;
	width: 100%;
}

.bnr-btm-list .btm-list {
	float: left;
	width: 33.33%;
	padding: 0 40px;
	position: relative;
}

.bnr-btm-list .btm-list:before {
	content: '';
	position: absolute;
	top: 55px;
	bottom: 20px;
	right: 0;
	background: #dcdcdc;
	width: 1px;
}

.bnr-btm-list .btm-list:last-child:before {
	display: none;
}

.bnr-btm-list .btm-list img {
	display: block;
	margin: 0 auto;
}

.bnr-btm-list .btm-list span {
	float: left;
	width: 100%;
	color: #000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-top: 15px;
}

.bnr-btm-list .btm-list p {
	float: left;
	width: 100%;
	color: #000;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top: 12px;
	font-family: 'Fakt Pro Blond';
}

/*-----------------------
		SECTION 1
------------------------*/

.s1-vdo-box {
	float: left;
	width: 44%;
	text-align: center;
	margin-top: 60px;
	position: relative;
}

.s1-prod {
	position: absolute;
	left: 30px;
	top: 45px;
	max-width: 578px;
}

.m-seal {
	position: absolute;
	right: 20px;
	top: 0;
}

.s1-cont {
	float: right;
	width: 55%;
	text-align: left;
	padding: 60px 0;
	position: relative;
	z-index: 2;
}

.common-head {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 52px;
	color: #3b6531;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.common-head span {
	color: rgba(127, 197, 109, 1);
}

.common-para {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Fakt Pro Blond';
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 25px;
}

/*-----------------------
	 Slider Strip
------------------------*/

.strp-img-slider {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}

.strp-slider-col {
	display: inline-block;
	vertical-align: middle;
	max-width: 266px;
	width: calc((100% / 6) - 26px);
	margin: 0 13px;
}

.strp-slider-col img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 15px;
}

.s2-strip {
	float: left;
	width: 100%;
	background: rgba(127, 197, 109, 1);
	margin-top: 10px;
	padding: 10px 0 9px;
}

.s2-strip p {
	float: left;
	width: 100%;
	color: #fff;
}

.s2-strip span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
}

.s2-strip span img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

/*-----------------------
		SECTION 2
------------------------*/
.section2 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.s2-left {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 40px;
}

.s2-list {
	float: left;
	width: 100%;
}

.s2-list-col {
	float: left;
	width: 100% !important;
	padding: 22px 30px 25px 90px;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.s2-list-col img {
	position: absolute;
	left: 10px;
	top: 25px;
}

.s2-list-col span {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #0b0625;
	letter-spacing: 0.5px;
}

.s2-list-col p {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.5px;
	margin-top: 10px;
	font-family: 'Fakt Pro Blond';
}

.s2-right {
	float: right;
	width: 48%;
	margin-top: 50px;
	position: relative;
}

.s2-slider {
	float: left;
	width: 100%;
	box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.2);
}

.s2-rght-hdng {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	background: rgba(127, 197, 109, 1);
	padding: 15px 25px 20px;
	text-align: left;
	position: relative;
}

.s2-rgt-img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: -6px;
}

.s2-prod {
	position: absolute;
	right: 15px;
	bottom: 20px;
	width: 350px;
}

/*-----------------------
		SECTION 3
------------------------*/
.section3 {
	background: #fff;
	float: left;
	width: 100%;
}

.s3-inr-box {
	float: left;
	width: 100%;
	padding: 50px 130px 348px;
	position: relative;
}

.s3-box-list {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.s3-box-list li {
	width: 50%;
	position: relative;
}

.s3-box-list li:nth-child(1) {
	float: left;
	text-align: left;
	padding: 0 85px 0 110px;
}

.s3-box-list li:nth-child(2) {
	float: right;
	text-align: right;
	padding: 0 110px 0 85px;
}

.s3-box-list li img {
	position: absolute;
	top: 10px;
}

.s3-box-list li:nth-child(1) img {
	left: 0;
}

.s3-box-list li:nth-child(2) img {
	right: 0;
}

.s3-box-list li span {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.s3-box-list li p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-top: 12px;
}

.s3-box-list li:nth-child(1) p {
	color: #d11111;
}

.s3-box-list li:nth-child(2) p {
	color: rgba(127, 197, 109, 1);
}

.s3-prod {
	position: absolute;
	left: 51%;
	bottom: -12%;
	margin-left: -158px;
	max-width: 100%;
}

.s3-btm-box {
	display: inline-block;
	vertical-align: top;
	width: 91%;
	text-align: center;
	background: #fff;
	border-radius: 22px;
	padding: 50px 25px 0;
	margin-top: -360px;
	position: relative;
}

.btn-0 {
	margin-top: 0;
}

.s3-btm-box .common-head {
	margin-top: 60px;
}

.s3-btm-list {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}

.btm-list-inr {
	float: left;
	width: 30%;
}

.btm-stps-txt {
	display: inline-block;
	vertical-align: top;
	background: rgba(127, 197, 109, 1);
	border-radius: 30px;
	padding: 8px 26px 10px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.btm-list-inr video,
.btm-list-inr img {
	margin: 35px auto 0;
	display: block;
	max-width: 100%;
	border-radius: 22px;
	border: 1px solid rgba(127, 197, 109, 1);
}

.btm-list-inr h4 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #1376a3;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-top: 17px;
}

.btm-list-inr span {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 26px;
	font-family: 'Fakt Pro Blond';
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 12px;
	padding: 0 18px;
}


/*-----------------------
		SECTION 4
------------------------*/
.section4 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 70px 0 80px;
}

.s4-content-box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 45px;
	max-width: 1340px;
}

.s4-content-row {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.s4-col {
	float: left;
	width: 20%;
	position: relative;
}

.s4-img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	border-radius: 0 50px 0 0;
}

.s4-col p {
	position: absolute;
	left: 0;
	right: 0;
	top: 69%;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	letter-spacing: 0.5px;
	text-shadow: 0 5px 10px rgba(0 0 0 / 40%);
}

.s4-icon {
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: 20px;
	z-index: 2;
	width: 72px;
	height: 72px;
	background: white;
	border-radius: 100%;
	padding: 5px;
	border: 2px solid #3b6531;
}

.s4-icon1 {
	bottom: 15px;
}

.s4-icon2 {
	bottom: 55px;
}

.s4-icon3 {
	bottom: 70px;
}

.s4-icon4 {
	bottom: 55px;
}

.s4-icon5 {
	bottom: 15px;
}

.s4-btm-sec {
	float: left;
	width: 100%;
	background: url(https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/6818c20cc9c771623bb1ae48_s4-circle-bgv3.png) no-repeat center top;
	position: relative;
	margin-top: -110px;
	padding: 70px 0 0;
}

.s4-btm-text {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	letter-spacing: 0.5px;
	font-weight: 600;
}

/*-----------------------
		SECTION 5
------------------------*/
.section5 {
	background: #fff;
	float: left;
	width: 100%;
	padding-bottom: 70px;
}

.comp-chart {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 1010px;
	background: #fff;
	border-radius: 25px;
	margin: 60px 0 10px;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

.chart-col-1 {
	float: left;
	width: 33.33%;
	margin-top: 125px;
}

.chart-col-1 ul {
	float: left;
	width: 100%;
}

.chart-col-1 ul li {
	float: left;
	width: 100%;
	height: 86px;
	text-align: left;
	padding: 10px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

.chart-col-1 ul li img {
	display: inline-block;
	vertical-align: middle;
}

.chart-col-1 ul li p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
	padding-left: 15px;
	font-size: 20px;
	line-height: 26px;
	color: #002553;
	font-weight: bold;
}

.chart-col-2 {
	float: left;
	width: 32%;
}

.chart-col-3 {
	float: left;
	width: 34.6666%;
}

.chart-prod-top {
	float: left;
	width: 100%;
	height: 125px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	position: relative;
}

.chart-prod-top:after {
	position: absolute;
	right: -15px;
	top: 40%;
	width: 38px;
	height: 38px;
	background: url(https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/6818a25d1d05d01236cd16f2_vs-v3.png) no-repeat center center;
	content: "";
}

.chart-col-3 .chart-prod-top:after {
	display: none;
}

.chart-col-3 .chart-prod-top {
	padding: 15px 15px 15px 50px;
}

.chart-prod-top img {
	max-width: 74px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

.chart-col-3 .chart-prod-top img {
	margin-top: 0;
	width: 100px;
}

.chart-prod-top p {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 30px;
	color: #002553;
	font-weight: bold;
	padding-left: 15px;
}

.chart-col-3 .chart-prod-top p {
	color: #787878;
}

.chart-col-2 ul {
	float: left;
	width: 100%;
}

.chart-col-2 ul li {
	float: left;
	width: 100%;
	height: 86px;
	text-align: left;
	padding: 10px 20px 10px 45px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

.chart-col-2 ul li img {
	display: inline-block;
	vertical-align: middle;
}

.chart-col-2 ul li p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
	padding-left: 25px;
	font-size: 20px;
	line-height: 26px;
	color: #002553;
}

.chart-col-3 ul li {
	border-right: 0;
}

.section5 .btnBlk {
	position: relative;
	z-index: 1;
}

/*-----------------------
		SECTION 6
------------------------*/

.section6:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -350px;
	width: 100%;
	background: url(../index_files/s6-top-bg.jpg) no-repeat center top;
	height: 636px;
}


.star-review-row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 50px;
}

.star-review-col-1 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: #131a2a;
}

.star-review-col-1 span {
	display: block;
	font-size: 64px;
	line-height: 64px;
	font-weight: 600;
	margin-bottom: 3px;
}

ul.rating-vals {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	margin-right: 10px;
}

ul.rating-vals li {
	float: left;
	width: 100%;
	margin: 7px 0;
	height: 16px;
}

ul.rating-vals li img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

ul.rev-bars {
	display: inline-block;
	vertical-align: middle;
	width: 370px;
}

ul.rev-bars li {
	float: left;
	width: 100%;
	margin: 11px 0;
}

ul.rev-bars li>div {
	float: left;
	width: calc(100% - 40px);
	background-color: #fff;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
}

ul.rev-bars li>div span {
	float: left;
	background-color: #fab73c;
	height: 100%;
}

ul.rev-bars li p {
	float: right;
	width: 22px;
	text-align: left;
	font-size: 14px;
	line-height: 8px;
	color: #868686;
}

.testi-sec {
	float: left;
	width: 100%;
	padding: 0 70px;
	margin: 50px 0 10px;
}

.testi-row {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 35px;
	margin: 20px 0 6px;
	border-bottom: 1px solid #d7d7d7;
}

.testi-row:last-child {
	border: none;
	padding-bottom: 0;
}

.testi-row-lft {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	padding-right: 15px;
}

.testi-lft-abt {
	float: left;
	width: 100%;
	padding: 0 0 0 85px;
	position: relative;
}

.testi-pics {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: #3b6531;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}

.t-name {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
}

.t-star {
	float: left;
	margin-top: 10px;
	display: block;
}

.t-vryfd {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #0bba34;
	margin-top: 10px;
}

.t-vryfd img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 2px 0 0;
}

.pro-name {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #868686;
	margin-top: 30px;
	font-style: italic;
}

.testi-row-rght {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 270px);
	padding: 0 40px;
	position: relative;
}

.starrt-ic {
	position: absolute;
	left: 0;
	top: 3px;
}

.testi-row-rght h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #000000;
}

.testi-paragraph {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-top: 15px;
	font-family: 'Fakt Pro Blond';
}

.testi-img {
	float: left;
	margin: 25px 10px 0 0;
	max-width: 100%;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
	padding: 1px;
}

/*-----------------------
		SECTION 7
------------------------*/
.section7 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.faq-container {
	float: left;
	width: 100%;
	padding: 0 70px;
	text-align: left;
	margin: 40px 0 10px;
}

.up-slide-dwn {
	float: left;
	width: 100%;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/6818b4c8454e7f2e716b04a6_close-btnv3.png) no-repeat 98% center;
	padding: 20px 40px 20px 0;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.acdn-heading.accordion-open {
	background: url(https://cdn.prod.website-files.com/678f428767d8ed06883ecb32/6818c19c5bf270366ea144db_open-btnv3.png) no-repeat 98% center;
}

.acdn-content {
	float: left;
	width: 100%;
	padding: 18px 20px 15px 0;
}

.acdn-content .faq-txt {
	margin-top: 0;
}

/*-----------------------
		Footer
------------------------*/
.footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #e2f1f8;
	padding: 70px 0;
}

.ftr-logo {
	margin: 0 auto 15px;
	display: block;
}

.ftr-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.footer .ftr-txt a {
	padding: 0 5px;
	color: #636363;
}

.ftr-txt2 {
	border-top: 1px solid #d2d2d2;
	padding-top: 30px;
	margin-top: 30px;
}

/*-----------------------
		Pulse
------------------------*/
.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% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
	}
}



.show-mob,
.show-tab {
	display: none;
}

.show-desk {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px) {
	.container {
		width: 1004px;
	}

	.banner {
		background-position: right 45% top;
	}

	.bnr-head {
		font-size: 42px;
		line-height: 52px;
	}

	.bnrStrip span {
		font-size: 22px;
		line-height: 26px;
	}

	.bnrStrip p {
		padding: 0;
	}

	.bnr-seal {
		right: 222px;
	}


	.bnr-btm-list .btm-list {
		padding: 0 26px;
	}

	.s1-prod {
		left: 0;
		top: 45px;
		width: 545px;
	}

	.strp-slider-col {
		width: calc((100% / 6) - 10px);
		margin: 0px 5px;
	}

	.s2-strip span {
		font-size: 16px;
		width: 40%;
		margin: 5px 5px;
		text-align: left;
	}

	.common-head {
		font-size: 46px;
		line-height: 48px;
	}

	.s2-prod {
		width: 300px;
	}

	.s3-inr-box {
		padding: 50px 50px 348px;
	}

	.s4-col p {
		font-size: 25px;
		top: 62%;
	}

	.s4-icon1,
	.s4-icon5 {
		bottom: 37px;
	}

	.testi-sec {
		padding: 0 30px;
	}

	.testiBox {
		padding: 0 30px;
	}

	.faq-container {
		padding: 0 30px;
	}

}


@media only screen and (max-width:1023px) {
	.container {
		width: 750px;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	.mob-mnu-ic {
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: 19px;
		z-index: 16;
		height: 30px;
	}

	.mob-mnu-ic button {
		outline: none;
		-webkit-appearance: none;
		background: none;
		padding: 0;
		cursor: pointer;
		border: none;
	}

	.mob-mnu-ic span {
		color: #000;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		font-weight: 300;
		margin-top: 4px;
		margin-right: 5px;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 30px;
		height: 3px;
		background-color: #000;
		transition: 0.4s;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
	}

	.bar2 {
		margin: 6px 0;
	}

	.dl-active .bar1 {
		-webkit-transform: rotate(-40deg) translate(-3px, 3px);
		transform: rotate(-40deg) translate(-3px, 3px);
		background: #000;
	}

	.dl-active .bar2 {
		opacity: 0;
	}

	.dl-active .bar3 {
		-webkit-transform: rotate(40deg) translate(-7px, -7px);
		transform: rotate(40deg) translate(-7px, -7px);
		background: #000;
	}

	.mobilemenu {
		left: 0;
		position: fixed;
		top: 108px;
		background: rgba(255, 255, 255, 1);
		z-index: 10;
		right: 0;
		bottom: 0;
		overflow: scroll;
		display: none;
		border-top: 1px solid #dddddd;
	}

	.mobimenu-top {
		top: 75px;
	}

	.mobilemenu li {
		float: left;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #dddddd;
	}

	.mobilemenu li a {
		float: left;
		width: 100%;
		padding: 17px 20px;
		font-size: 18px;
		color: #000;
	}

	.mobilemenu li a:hover {
		color: #000;
	}

	.banner {
		height: auto;
		background-size: cover;
		background-position: right 41% top;
		padding: 35px 0 101px;
	}

	.bnr-head {
		font-size: 34px;
		line-height: 42px;
		margin-top: 0;
	}

	.bnrStrip {
		width: 100%;
		padding: 12px 0 12px 50px;
	}

	.bnr-list li {
		font-size: 20px;
		line-height: 26px;
		padding-left: 40px;
		margin-top: 12px;
	}

	.bnrStrip img {
		width: 40px;
		top: 12px;
	}

	.bnrStrip span {
		font-size: 19px;
		line-height: 25px;
		letter-spacing: 0.3px;
	}

	.bnrStrip p {
		font-size: 17px;
		line-height: 25px;
	}

	.bnr-prod {
		width: 275px;
		right: -25px;
		top: 215px;
	}

	.bnr-seal {
		right: 125px;
		width: 100px;
		top: 93px;
	}

	.bnr-btm-list .btm-list {
		padding: 0 10px;
	}

	.bnr-btm-list .btm-list span {
		font-size: 22px;
		line-height: 26px;
	}

	.section1 {
		padding: 50px 0 60px;
	}

	.s1-vdo-box {
		margin: 15px 0;
		width: 100%;
		text-align: center;
	}

	.s1-prod {
		position: static;
		display: inline-block;
		vertical-align: middle;
		width: 400px;
		margin: 0 0 0 25px;
	}

	.m-seal {
		width: 120px;
		right: 20%;
	}

	.s1-cont {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.common-head {
		font-size: 32px;
		line-height: 38px;
	}



	.section2 {
		padding: 50px 0 60px;
	}

	.s2-list-col {
		padding: 25px 20px 25px 75px;
	}

	.s2-list-col span {
		font-size: 22px;
		line-height: 26px;
	}

	.s2-rght-hdng {
		font-size: 22px;
		line-height: 30px;
		padding: 13px 10px 13px 15px;
	}

	.s2-rght-btm {
		padding: 25px 90px 24px 20px;
	}

	.s2-prod {
		width: 200px;
	}

	.s3-inr-box {
		padding: 30px 25px 347px;
	}

	.s3-box-list li:nth-child(1) {
		padding: 0 15px 0 110px;
	}

	.s3-box-list li:nth-child(2) {
		padding: 0 110px 0 15px;
	}

	.btm-list-inr {
		width: 32%;
	}

	.btm-list-inr span {
		padding: 0;
	}

	.s3-prod {
		margin-left: -127px;
	}

	.section4 {
		padding: 60px 0 30px;
	}

	.s4-col p {
		font-size: 22px;
	}

	.s4-btm-text {
		font-size: 18px;
		line-height: 26px;
	}

	.section5 {
		padding: 50px 0 60px;
	}

	.chart-prod-top {
		padding: 20px 10px 15px 20px;
	}

	.chart-prod-top img {
		height: 80px;
		margin-top: 2px;
	}

	.chart-col-3 .chart-prod-top img {
		margin-top: 8px;
	}

	.chart-col-1 ul li p {
		font-size: 16px;
		line-height: 24px;
	}

	.chart-prod-top p {
		font-size: 20px;
		line-height: 28px;
		padding-left: 10px;
	}

	.chart-col-2 ul li {
		padding: 10px 20px 10px 30px;
	}


	.section6 {
		padding: 50px 0 60px;
	}

	.testi-sec {
		padding: 0;
	}

	.testi-row-rght {
		padding: 0 25px 0 40px;
	}

	.section7 {
		padding: 50px 0 60px;
	}

	.faq-container {
		padding: 0;
	}

	.footer {
		padding: 60px 0;
	}
}

@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 10px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-desk {
		display: none;
	}

	.show-mob {
		display: block;
	}

	.hide-mob {
		display: none;
	}


	.caption-txt {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		animation: move 15s linear infinite;
		-webkit-animation: move 15s linear infinite;
		font-size: 15px;
	}

	@keyframes move {
		to {
			transform: translateX(-100%);
		}
	}

	@-webkit-keyframes {
		to {
			-webkit-transform: translateX(-100%);
		}
	}

	.header {
		height: 55px;
		margin-top: -55px;
		top: 55px;
		padding: 6px 0;
	}

	.logo {
		margin-top: -4px;
	}

	.fixed-nav .header {
		border-bottom: 1px solid #ddd;
	}

	.top-fix-bar {
		margin-bottom: 55px;
	}

	.mob-mnu-ic {
		top: 11px;
		right: 10px;
	}

	.mobilemenu {
		top: 87px;
	}

	.mobimenu-top {
		top: 54px;
	}

	.banner {
		height: auto !important;
		padding: 20px 0 25px;
		background: #e5eff7 !important;
	}

	.bnr-left {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}

	.bnr-head {
		font-size: 30px;
		line-height: 31px;
	}

	.bnr-head span {
		font-size: 30px;
	}

	.mob-bnr {
		float: left;
		width: calc(100% + 20px);
		margin-left: -10px;
		max-width: none;
		margin-top: 15px;
	}

	.bnr-prod,
	.bnr-seal {
		display: none;
	}

	.bnrStrip {
		width: calc(100% + 20px);
		padding: 10px;
		background: none;
		margin: 0 0 0 -10px;
		text-align: left;
	}

	.bnrStrip img {
		width: 34px;
		left: 9px;
		top: 12px;
		display: none;
	}

	.bnrStrip span {
		font-size: 17px;
		line-height: 24px;
		padding-left: 45px;
	}

	.bnrStrip p {
		font-size: 17px;
		line-height: 24px;
	}

	.bnr-list {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 355px;
		margin-top: 0px;
	}

	.bnr-list li {
		font-size: 16px;
		line-height: 25px;
		padding-left: 26px;
		margin-top: 8px;
		background-size: 18px;
		background-position-y: 4px;
	}

	.bnr-btm-sec {
		padding: 30px 0;
	}

	.bnr-btm-list .btm-list {
		width: 100%;
		margin-bottom: 30px;
		padding: 0 30px;
	}

	.bnr-btm-list .btm-list:last-child {
		margin-bottom: 0;
	}

	.bnr-btm-list .btm-list:before {
		display: none;
	}

	.bnr-btm-list .btm-list span {
		font-size: 20px;
		line-height: 24px;
		margin-top: 12px;
	}

	.bnr-btm-list .btm-list p {
		margin-top: 10px;
		font-size: 18px;
	}

	.section1 {
		padding: 25px 0 30px;
	}

	.s1-vdo-box {
		width: 100%;
		margin-top: 25px;
	}

	.s1-prod {
		width: 80%;
		margin: 0 0 0 10%;
	}

	.m-seal {
		width: 100px;
		right: 5%;
	}

	.vdo-cont {
		padding: 15px;
	}

	.vdo-cont span {
		font-size: 22px;
		line-height: 24px;
	}

	.s1-cont {
		width: 100%;
		text-align: center;
	}

	.common-head {
		font-size: 24px;
		line-height: 32px;
	}

	.common-para {
		font-size: 18px;
		line-height: 25px;
		margin-top: 15px;
	}

	.slider-strip {
		padding: 5px 0 0;
	}

	.strp-img-slider {
		display: block;
		padding: 0 5px;
	}

	.strp-slider-col {
		width: calc(33.33% - 10px);
		margin: 5px;
		float: left;
	}

	.strp-slider-col:first-child,
	.strp-slider-col:last-child {
		margin: 5px;
	}

	.s2-strip span {
		margin: 7px 10px;
		font-size: 14px;
		line-height: 18px;
		width: 27%;
		text-align: center;
	}

	.s2-strip span img {
		display: block;
		margin: 0 auto 3px;
	}

	.section2 {
		padding: 25px 0 30px;
	}

	.s2-right {
		margin-top: 20px;
		display: none;
	}

	.s2-left {
		width: 100%;
	}

	.s2-list-mob {
		float: left;
		width: 100%;
	}

	.s2-list-mob-col {
		float: left;
		width: 100%;
		position: relative;
		margin-top: 25px;
	}

	.s2-rgt-img-m {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
	}

	.s2-list-mob-col h3 {
		text-align: left;
		float: left;
		width: 100%;
		color: #052f5b;
		font-size: 23px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 18px;
		position: relative;
	}

	.s2-list-mob-col p {
		float: left;
		width: 100%;
		font-size: 18px;
		line-height: 25px;
		color: #000000;
		margin-top: 10px;
		text-align: left;
		letter-spacing: 0.5px;
		font-family: 'Fakt Pro Blond';
	}

	.s3-box-mob {
		float: left;
		width: 100%;
		margin-top: 25px;
	}

	.beforeBox {
		float: left;
		width: 100%;
		/*background:url(../index_files/bef-bx-bg.jpg) no-repeat center top;*/
		height: 260px;
		padding: 20px 14px 0;
		position: relative;
		background-size: cover;
	}

	.afterBox {
		float: left;
		width: 100%;
		/*background:url(../index_files/aftr-bx-bg.jpg) no-repeat center top;*/
		height: 260px;
		padding: 94px 14px 0;
		position: relative;
		background-size: cover;
	}

	.befAfr-cont {
		float: left;
		width: 100%;
		position: relative;
		padding-left: 67px;
		text-align: left;
	}

	.befAfr-cont img {
		position: absolute;
		left: 0;
		top: 0;
		width: 55px;
	}

	.befAfr-cont span {
		float: left;
		width: 100%;
		font-size: 20px;
		line-height: 22px;
		color: #000;
		letter-spacing: 0.5px;
		font-weight: bold;
	}

	.befAfr-cont p {
		float: left;
		width: 100%;
		font-size: 15px;
		line-height: 23px;
		color: #d11111;
		letter-spacing: 0.5px;
		font-weight: 600;
		margin-top: 8px;
	}

	.afterBox .befAfr-cont p {
		color: #007fbc;
	}

	.s3-prod-mob {
		position: absolute;
		left: 50%;
		bottom: 60%;
		width: 140px;
		margin-left: -122px;
	}

	.s3-btm-box {
		width: 100%;
		padding: 25px 0 0;
		margin-top: 0;
		border-radius: 0;
	}

	.s3-btm-box .common-head {
		margin-top: 0;
	}

	.s3-btm-list {
		margin-top: 30px;
	}

	.s3-btm-list .btm-list-inr {
		width: 100%;
		margin-bottom: 40px;
		padding: 0 25px;
	}

	.s3-btm-list .btm-list-inr:last-child {
		margin-bottom: 0;
	}

	.btm-list-inr img {
		margin: 15px auto 0;
	}

	.section4 {
		padding: 30px 0;
	}

	.s4-content-box {
		margin-top: 10px;
		padding: 0 15px;
	}

	.s4-content-row {
		justify-content: space-between;
	}

	.s4-col {
		width: 48%;
		margin: 15px 0 0;
	}

	.s4-img-mob {
		margin: 0 auto;
		max-width: 100%;
		border-radius: 10px;
	}

	.s4-col:first-child {
		width: 100%;
	}

	.s4-btm-sec {
		background: none;
		margin: 0;
		padding: 0 15px;
		margin-top: 15px;
	}

	.s4-btm-text {
		padding: 0;
		font-size: 15px;
		line-height: 24px;
	}

	.section5 {
		padding: 0 0 35px;
	}

	.comp-chart {
		margin: 30px 0 0;
		border-radius: 15px;
	}

	.chart-col-1 {
		width: 50%;
		margin-top: 115px;
	}

	.chart-col-1 ul li {
		padding: 8px;
		height: 60px;
	}

	.chart-col-1 ul li img {
		width: 22px;
	}

	.chart-col-1 ul li p {
		width: calc(100% - 22px);
		padding-left: 7px;
		font-size: 13px;
		line-height: 15px;
	}

	.chart-col-2 {
		width: 25%;
	}

	.chart-col-3 {
		width: 25%;
	}

	.chart-col-2 ul li {
		padding: 10px 5px 10px 8px;
		height: 60px;
	}

	.chart-col-2 ul li img {
		width: 18px;
	}

	.chart-col-2 ul li p {
		width: calc(100% - 18px);
		padding-left: 8px;
		font-size: 13px;
		line-height: 18px;
	}

	.chart-prod-top {
		padding: 15px 7px;
		text-align: center;
		height: 115px;
	}

	.chart-col-3 .chart-prod-top {
		padding: 15px 7px;
	}

	.chart-prod-top img {
		height: 41px;
		display: block;
		margin: 0 auto 5px;
	}

	.chart-prod-top p {
		font-size: 15px;
		line-height: 22px;
		padding-left: 0;
		width: 100%;
	}

	.chart-prod-top:after {
		background-size: 100%;
		width: 30px;
		height: 30px;
		right: -13px;
		top: 20%;
	}

	.section6 {
		padding: 25px 0 35px;
	}

	.star-review-row {
		margin-top: 20px;
	}

	.star-review-col-1 {
		width: 100%;
		margin-bottom: 15px;
	}

	ul.rev-bars {
		width: calc(100% - 110px);
	}

	.testi-sec {
		margin: 0 0 0;
	}

	.testi-row {
		padding-bottom: 15px;
		margin: 35px 0 0;
	}

	.testi-row-lft {
		width: 100%;
		padding-right: 0;
	}

	.testi-lft-abt {
		padding: 0 0 0 75px;
	}

	.t-vryfd {
		font-size: 13px;
	}

	.testi-row-rght {
		width: 100%;
		padding: 0 0 0 40px;
		margin-top: 22px;
	}

	.testi-row-rght h3 {
		font-size: 18px;
		line-height: 25px;
	}

	.testi-paragraph {
		font-size: 18px;
		line-height: 25px;
	}

	.pro-name {
		position: absolute;
		right: 20px;
		bottom: 0;
		width: auto;
		margin: 0;
	}

	.testi-img {
		margin: 20px 10px 0 0;
	}

	.section7 {
		padding: 25px 0 20px;
	}

	.faq-container {
		margin-top: 25px;
	}

	.accordion {
		padding: 15px 22px 15px 0;
		font-size: 18px;
		line-height: 24px;
	}

	.acdn-content {
		padding: 15px 10px 10px 0;
	}

	#ctabtn-mob {
		background: #3b6531;
		padding: 7px 10px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	a.pg-btn {
		height: 60px;
	}

	a.pg-btn p {
		font-size: 22px;
		line-height: 60px;
	}

	.footer {
		padding: 0 0 20px;
	}

	.ftr-logo {
		margin: 25px auto 5px;
	}

	.ftr-txt {
		font-size: 14px;
		line-height: 25px;
	}

	.footer .ftr-txt a {
		padding: 0;
	}

	.ftr-txt2 {
		padding-top: 15px;
		margin-top: 15px;
	}
}


/*-----------------------
		Pulse
------------------------*/
.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% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
	}
}