@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Open Sans';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.woff2') format('woff2'),
        url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-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: bold;
    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;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
		HEADER
------------------------*/
.header{
	float:left;
	width:100%;
	background:#feffff;
	padding:26px 0;
	border-top:3px solid #00d57a;
	}
.header_logo{
	display:block;
	margin:0 auto;
	width:260px;
	}
/*-----------------------
	Banner section
------------------------*/
.banner_section{
	float:left;
	width:100%;
	}
.bnr_sec_inr{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	border:2px solid #1c1e34;
	border-radius:10px;
	overflow:hidden;
	}
.bnr_left{
	width:47%;
	position:relative;
	}
.bnr_left_img{
	float: left;
    width: 100%;
    object-fit: cover;
    height:500px;
    object-position: right;
	}
.bnr_right{
	width:53%;
	display:-webkit-flex;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	padding:50px 0;
	}
.bnr_rgt_cont{
    width: 100%;
    float: left;
    padding: 0 35px;
	text-align:left;
	}
.rated_text{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:400;
	}
.star_img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 12px 0 0;
	}
.bnr_brand_logo{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 0;
	}
.rated_text span{
	padding-left:8px;
	margin-right:8px;
	}
.bnr_heading{
	font-size:42px;
	line-height:52px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	letter-spacing:-0.5px;
	}
.medium_text{
	font-weight:500;
	color:#00d57a;
	}
.bnr_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	}

/*-----------------------
	BANNER STRIP
------------------------*/
.bnr_strip{
	float:left;
	width:100%;
	padding: 40px 0 25px;
	}
ul.featured_logoList{
	width:100%;
	display: flex;
	display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
	margin:0 auto 0;
	column-gap:20px;
	padding:0 15px;
	}
ul.featured_logoList li{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	}
ul.featured_logoList li img{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:36px;
	}
/*-----------------------
	 Section 1
------------------------*/
.section_1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 50px;
	position:relative;
	}
.product_img{
	margin:0 0 0 0;
	}
.common_text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:25px;
	text-align:left;
	}
.sub_text{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	margin-top:45px;
	text-align:left;
	}
		
.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.s1_mid_box{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	width:100%;
	margin-top:65px;
	}
.s1_mid_box:nth-child(even){flex-direction: row-reverse;}
.flex_start{align-items: flex-start;}
.s1_mid_box:first-child{ margin-top:0;}
.s1_content_box{
	width:55.10%;
	text-align:left;
	}
.common_heading{
	font-size:40px;
	line-height:48px;
	color:#000;
	font-weight:500;
	}
.text_clr{ color:#31b16f;}
.link_text{ color:#267dff; text-decoration:underline; font-weight:700;}
.semi_bold{ font-weight:600;}
.s1_img_bx{
	width:40.50%;
	}
.s1_bx_img{
	display:block;
	margin:0 auto 0;
	border-radius:10px;
	}
.border{    
	border: 1px solid #eaeaea;
    box-sizing: content-box;
	}
ul.common_list{
	padding-left:25px;
	}
ul.common_list li{
	font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
    text-align: left;
	list-style:decimal;
	}

.s1_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin-top:70px;
	
	padding:25px 40px 45px;
    position: relative;
	border:2px dashed #000;
	border-radius: 10px;
	}
.prod_bx_heading{
	font-size:40px;
    line-height:50px;
    color: #000;
    font-weight: bold;
	position:relative;
	text-align:left;
	}
.prod_bx_heading span{ font-weight:500;}
.prod_bx_heading:before{
	content:'';
	position:absolute;
	bottom: -15px;
    left: 0;
    right: 0;
	border-bottom:1px solid #dadada;
	}

.prod_box_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:55px;
	position:relative;
	text-align:left;
	}
.prod_mid_contbx {
	display:inline-block;
	vertical-align:top;
    width: 100%;
    max-width: 535px;
	}
.mt_0{ margin-top:0 !important;}
ul.step_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	margin-top:25px;
	}
ul.step_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top:20px;
    padding: 0 0 0 50px;
    position: relative;
	}
ul.step_list li:before{
	content:'';
	position:absolute;
	top: 35px;
    left: 13px;
    bottom: -13px;
	border-left:1px dashed #06b16a;
	}
ul.step_list li:last-child:before{ display:none;}
.list_count{
    position: absolute;
	top: 0;
    left: 0;
 	width:28px;
    height: 28px;
    background: #06b16a;
    border-radius: 50%;
    font-size:19px;
    line-height:28px;
	font-family: 'Inter';
    font-weight:bold;
    color: #fff;
    text-align: center;
	}
ul.step_list li p{
	font-size: 19px;
    line-height: 25px;
    color: #262626;
	font-weight:500;
	font-family: 'Inter';
	}
.prod_mid_imgbx{
	position:absolute;
	top: -10px;
    right: 52px;
	}
.prod_bx_img{
	display:block;
	margin:0 auto;
	}
.offer_patch{
	position: absolute;
	top: 50%;
	left:0;
    margin: -35px 0 0 0;
    width:75px;
    height:75px;
    border-radius: 50%;
    background: #ffde00;
    font-size:21px;
    line-height:21px;
    font-weight: 800;
    color: #000;
    padding: 15px 0 0 0;
    text-align: center;
    border: 2px solid #000;
	-webkit-box-shadow: 0 0 0 6px rgb(255, 222, 0);
    box-shadow: 0 0 0 6px rgb(255, 222, 0);
	}
.offer_patch span{
	font-size:28px;
	line-height:28px;
	}
a.common_btn{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	max-width:800px;
    height: 80px;
    background: #00BBA2;
	background: linear-gradient(90deg, rgba(0, 187, 162, 1) 0%, rgba(0, 199, 146, 1) 37%, rgba(0, 206, 134, 1) 74%, rgba(87, 199, 133, 1) 100%);
    font-size:21px;
    line-height:80px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: bold;
	font-family: 'Inter';
	text-transform:uppercase;
    text-align: center;
    margin-top:80px;
    border-radius:8px;
	}
.bonus_box{
    display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 660px;
    margin:20px auto 0;
	}
.bulb_img{
	display:block;
	margin:0 auto;
	width:34px;
	}
.bonus_box_text{
	width:calc(100% - 34px);
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	padding-left:15px;
	text-align:left;
	}
/*-----------------------
	 Footer
------------------------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 30px;
	}
.footer_text{
	font-size: 18px;
    line-height:26px;
    color: #000;
    font-weight:400;
	margin-top:10px;
	}
.footer_text a{ color: #000; padding:0 5px;}


/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_heading{ font-size: 37px; line-height: 47px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header{ padding: 20px 0 20px;}
.header_logo{ width: 200px;}
	
.bnr_left_img{ height: 345px;}	
.bnr_heading{ font-size: 27px; line-height: 37px;}
.bnr_text{ font-size: 17px; line-height: 26px; margin-top: 15px;}

.bnr_right{ padding: 30px 0;}
.bnr_rgt_cont{ padding:0 30px;}

.bnr_strip{ padding: 25px 20px 20px;}
ul.featured_logoList li img {height: 27px;}

.section_1{ padding: 50px 0 40px;}	
.product_img{ margin: 25px 0 0 0; width: 340px;}
.common_text{ font-size: 17px; line-height: 27px;}
.sub_text{ font-size: 24px; line-height: 30px; margin-top: 40px;}
.common_heading{ font-size: 30px; line-height: 40px;}
.s1_mid_box{ align-items: flex-start; margin-top: 45px;}

ul.common_list li{font-size: 17px;line-height: 26px;}
	
.s1_prod_box{ margin-top: 50px; padding: 25px 30px 35px;}
.prod_bx_heading{ font-size: 38px; line-height: 48px;}
.prod_mid_contbx{ max-width: 380px;}
.prod_mid_imgbx{ top: 20px; right: 0;}
.prod_bx_img{ width: 300px;}
ul.step_list li p{ font-size: 18px; line-height: 22px;}

a.common_btn{ height: 75px; font-size: 20px; line-height: 75px; margin-top: 55px;}

.bonus_box{ max-width: 570px; margin: 18px auto 0;}
.bonus_box_text{ font-size: 15px; line-height: 23px;}

.footer{ padding: 20px 0;}
.footer_text{ font-size: 17px; line-height: 23px; margin-top: 9px;}


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.header{ padding: 16px 0 15px;}
.header_logo{ width: 170px;}


.bnr_left{ width: 100%;}
.bnr_left_img_mob{ margin:0 auto;}
.bnr_right{ width: 100%; padding: 20px 15px 20px;}
.bnr_rgt_cont {padding: 0;}

.rated_text{ font-size: 13px; line-height: 18px;}
.star_img{ margin: -1px 8px 0 0; width: 80px;}
.rated_text span{ padding-left: 5px; margin-right: 5px;}
.bnr_brand_logo{ margin: -3px 0 0 0; width: 80px;}
.bnr_heading{ font-size: 25px; line-height: 35px;  margin-top: 15px;}
.bnr_text{ font-size: 17px; line-height: 25px; margin-top: 15px;}
		

.bnr_strip{ padding: 30px 0 10px; }
.brand_strip_scroller {
	width: calc(100% + 30px);
	margin-left:-15px;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list {
	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 15s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: relative;
	}
ul.scroll_brand_list li img { height:25px; width:auto;}

@keyframes marquee-horizontal {
from {transform: translateX(0);}
to {transform: translateX(-100%);}
}


.section_1{ padding: 20px 0 20px;}
.product_img{ width:100%; margin: 15px auto 0;}
.sub_text{ font-size: 20px; line-height: 28px; margin-top: 25px;}
.s1_block{ margin-top:30px;}
.s1_mid_box{ margin-top:25px; border-bottom: 1px solid #dadada; padding-bottom: 30px;}
.s1_mid_box:last-child{ border-bottom:none; padding:0}
.s1_content_box{ width: 100%;}
.common_heading{ font-size: 28px; line-height: 36px; letter-spacing: -0.9px;}
.s1_img_bx{ width: 100%; margin-top: 20px;}
.common_text{ font-size: 16px; line-height: 26px; margin-top: 20px;}

ul.common_list li {font-size: 16px; line-height: 24px; }

.s1_prod_box{ margin-top: 35px; padding: 15px 13px 25px; }
.prod_bx_heading{ font-size: 25px; line-height: 33px;}

.prod_box_mid{ margin-top: 30px;}
.prod_mid_contbx{ max-width: 100%;}
ul.step_list{ margin-top: 10px;}
ul.step_list li{ padding: 0 0 0 40px;}
.list_count{ width: 25px; height: 25px; font-size: 16px; line-height: 24px;}
ul.step_list li p{ font-size: 16px; line-height: 20px;}	
.prod_mid_imgbx{ top: 0; right: 0; margin: 20px auto 0; width: 100%; position: relative; max-width: 300px;}
.prod_bx_img{ width: 275px;}
.offer_patch{ width: 60px; height: 60px; font-size: 18px; line-height: 18px; padding: 10px 0 0 0;}
a.common_btn{ height: 65px; font-size: 15px; line-height: 22px;  margin-top: 25px; padding: 10px 0 0 0; }	
.bonus_box{ align-items: flex-start;}
.bonus_box_text{ font-size: 14px; line-height: 20px; width: calc(100% - 25px); padding-left: 10px;}
.bulb_img{ width: 25px;}

.footer{ padding: 15px 0;}
.footer_text{ font-size: 15px; line-height: 20px;}


}
