@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: "DM Sans", sans-serif;
	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:inherit; text-decoration:none;}
a:hover {}
img {border:none; max-width:100%; 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;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/

/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #0a3c38;
    height:32px;
	padding:4px 0;
	overflow:hidden;
	position:relative;
	}
.topStrip img{
	display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -2px 4px 0 0;
	}	
.topStrip p{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
	text-transform:capitalize;
	}		


.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	
	-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);	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	}
.logo{
	float: left;
	margin-top: 8px;
	max-width: 220px;
}

a.header-btn{ 
	    float: right;
    width: 160px;
    font-size: 15px;
    color: #fff;
    height: 45px;
    border-radius: 6px;
    font-weight: 600;
    line-height: 47px;
    background: #0cc34d;
    text-transform: uppercase;
    margin-top: 13px;
	}
a.header-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;	
	}	
	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin:22px 0 0 50px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:500;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#007c70;}


.header .container{position:static;}
.dropMenu2{
	position:absolute;
	left:0;
	right:0;
	background:#fff;
	top:65px;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index:9;
	-webkit-box-shadow: 0 10px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0 10px 5px 1px rgba(0,0,0,0.1);
	border-top:1px solid #f1f1f1;
	}
ul.mainMenu li:hover .dropMenu2{
	opacity: 1;
	visibility: visible;
	}
.megaMenu{
	float:left;
	width:100%;
	padding:25px 0;
	}
	
.menuOpen{
	position:relative;
	} 
 .menuOpen:after{
	content:'+';
	position:absolute;
	right:20px;
	top:13px;
	color:#333;
	font-size:25px;
	line-height:24px;
	} 
.menuOpen.mnutog:after{
	content:'-';
	}
ul.dropdown-mobile{
	float:left;
	width:100%;
	display:none;
	padding:10px 25px 15px;
	background: #d6fbff;
	}
ul.dropdown-mobile li{ 
	border:none;
	}
ul.dropdown-mobile li a{
	border:none;
	font-size:16px;
	padding:10px 32px;
	color:#1a1a1a;
	position:relative;
	}
ul.dropdown-mobile li a:before{
	position:absolute;
	left:8px;
	top:15px;
	/*background:#1a6834;*/
	background:url(../images/drop-menu-arw.png) no-repeat left center;
	width:11px;
	height:15px;
	background-size:100%;
	/*border-radius:50%;*/
	content:"";
	}
		
ul.mainMenu li a img{ display:inline-block; vertical-align:middle; margin-left:3px;}
/* ul.mainMenu li:hover a img{filter: brightness(99);} */
ul.mainMenu li .dropMenu{
	position:absolute;
	opacity: 0;
	visibility: hidden;
	display: none;
	padding:0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background:#1a6834;
	top:23px;
	left:0;
	overflow:hidden;
	z-index:99;
	min-width: 220px;
	}
.dropMenu ul{
	float:left;
	width:100%;
	}
.dropMenu ul li{
	float:left;
	width:100%;
	border:none;
	text-align:left;
	padding:0 !important;
	}
.dropMenu ul li a{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	text-align:left;
	padding:15px 20px;
	border-top:1px solid #46875b;
	text-align:left;
	color:#fff;
	font-weight:400;
	text-transform:capitalize;
	letter-spacing:0.5px;
	}
.dropMenu ul li:hover{
	background: #1a6834;
	color:#fff;
	}
ul.mainMenu li:hover .dropMenu{
	opacity: 1;
	visibility: visible;
	display:block;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
	
ul.tips-list{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
ul.tips-list li{
	float:left;
	width:32%;
	text-align:left;
	background:#fff;
	border-radius:4px;
	padding:20px;
	border:1px solid #dadada;
	position:relative;
	overflow:hidden;
	}
ul.tips-list li a{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;		
	}	
ul.tips-list li .tips-img{
    width:145px;
	margin:0;
	}
ul.tips-list li div{
	width:calc(100% - 145px);
	text-align:left;
	padding-left:25px;
	}
.saving-tips-title{
	font-size:20px;
	line-height:28px;
	color:#000;
	text-align:left;
    
    font-weight: bold;	
	}
.saving-tips-title small{
	font-weight: normal;
	font-size:13px;
	font-family: 'Inter';	
	}	


ul.nav-rgt{
	float:right;
	text-align:left;
	margin:20px 20px 0 0;
	}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	}
ul.nav-rgt li img{
    display: inline-block;
    vertical-align: middle;
	width:20px;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:0;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: 18px;
    color: #000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*====Banner====*/
.banner{
	float: left;
    width: 100%;
    padding: 50px 0;
    height: 550px;
    background: url(../images/banner.jpg) no-repeat center top #fff;
	}
img.bnr-prod {
    position: absolute;
    top: 0px;
    left: -10px;
    max-width: 490px;
}
.banner-left{
	    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin:45px 0 0;
	}
.banner-heading{
	    float: left;
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    color: #0a3c38;
    font-weight: bold;
    text-transform: capitalize;
	}
.banner-heading span{color: #1a1a1a;
    font-size: 28px;
    line-height: 40px;
	padding: 0 0 6px;
    display: block;}
.common-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	color:#202224;
	margin-top:20px;
	}

img.s1-coge {
        margin-top: 20px;
    max-width: 100%;
    border-radius: 20px;
}
.banner-left .common-text{}
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:395px;
	margin-top:40px;
	}
.banner-left .btnBox{ margin-top:40px;}
a.commonBtn, .comn-btn, .add-to-cart{
	float: left;
    width: 100%;
    height: 60px;
    background: #0cc34d;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 9px;
    -webkit-appearance: none;
    letter-spacing: 0;
	}
.btn-arrw{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 15px;
	}
.lead-genrt{
	position:absolute;
	right:5%;
	top:84%;
	width:300px;
	}
.lead-gnrt-ico{
	display:inline-block;
	vertical-align:middle;
	}
.lead-gnrt-text{
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	}
.lead-gnrt-text span{ color:#e8252d;}
.banner-seal{
	position:absolute;
	right:-43%;
	top:67%;
	width:140px;
	text-align:center;
	}
.qualify-seal{
	float:left;
	width:100%;
	position:relative;
	}
.qualify-arw{
	display:block;
	margin:0 auto;
	max-width:100%;
	position:relative;
	top:-5px;
	}
.qualify-text{
	position:absolute;
	left:0;
	top:0;
	right: 0;
    bottom: 0;
	max-width:100%;
	-webkit-animation:spin 12s linear infinite;
    -moz-animation:spin 12s linear infinite;
    animation:spin 12s linear infinite;
	}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*===========Logos Section==============*/
.logos-section{
	background:#fff;
	float:left;
	width:100%;
	padding:25px 0;
	}
.featr-txt{
	font-size:18px;
	line-height:22px;
	color:#000;
    font-weight: 600;	
	}	
.logos-list{
	margin:0 auto 0;
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;	
    justify-content: space-between;
 	align-items: center;
	}
.logos-list li{
	display:inline-block;
	vertical-align:middle;
	}
.logos-list li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
	}	
.logos-list li img{
	display:inline-block;
	vertical-align:middle;	
	}
.logos-list li:nth-child(2) img, .logos-list li:nth-child(3) img{ width:85px;}		
.logos-list li:nth-child(4) img{ width:100px;}	
.logos-list li:nth-child(5) img{ width:95px;}
.logos-list li:nth-child(6) img, .logos-list li:nth-child(7) img{ width:150px;}

/*====Section1====*/
.section1{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.sec1-row{
	float:left;
	width:100%;
	}
.s1-left{
	float:left;
	width:53%;
	text-align:left;
	}
.common-subHead{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #202224;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
	}
.common-heading{
	    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 54px;
    color: #0a3c38;
    font-weight: 800;
    margin-top: 5px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}
.common-heading span{ color:#4428a0;}
.s1-left .btnBox{ margin-top:50px;}
.s1-right{
	float:right;
	width:42%;
	text-align:left;
	}
img.s1-img2 {
    max-width: 84%;
	border-radius:10px;
}
.s1-right-row{
	float:left;
	width:100%;
	margin-top:25px;
	border-bottom:1px solid #d7d7d7;
	padding:0 30px 25px 0;
	}
.s1-right-row:last-child{ padding-bottom:0; border-bottom:none;}
.s1-rgt-head{
	float:left;
	width:100%;
	position:relative;
	padding-left:55px;
	font-size:20px;
	line-height:26px;
	text-transform:capitalize;
	font-weight:bold;
	}
.s1-right-ico{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.s1-right-text{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #202224;
    margin-top: 15px;
	}
.s1-mid{
	float:left;
	width:100%;
	margin-top:70px;
	}
.s1-couple-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:25px;
	}
.s1-mid-inner{
	float:left;
	width:100%;
	padding:0 90px;
	}
ul.s1-inner-list{
	float:left;
	width:100%;
	margin-top:35px;
	}
ul.s1-inner-list li{
	float:left;
	width:33.33%;
	text-align:center;
	position:relative;
	}
ul.s1-inner-list li span{
	float:left;
	width:100%;
	font-size:50px;
	line-height:52px;
	color:#000000;
	font-weight:bold;
	}
ul.s1-inner-list li span img{
	display:inline-block;
	vertical-align:top;
	margin:-3px 0 0 0;
	}
ul.s1-inner-list li p{ margin-top:10px;}		

/*==========sectionOne============*/

/*=============sectionTwo============*/
.sectionTwo{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
	}
.common-para{
        font-size: 18px;
    line-height: 28px;
    /* letter-spacing: 0.5px; */
    color: #000000;
    margin-top: 20px;
    display: inline-block;
	}
.s2-product-wrap{
	margin: 0 auto 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 32px;
	}
.s2-product-col{
	float: left;
	width:31.5%;
    text-align: center;
	margin-top:45px;
	}
.s2-prdbox{
	float:left;
	width:100%;
	padding:30px 10px;
	background:#fff;
	position:relative;
	}	
.s2-prods{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	width:240px;
	}		
.s2-prod-details{
	float:left;
    width:100%;
	text-align:left;
	padding:25px 0 0;
	position:relative;
	}		
.s2-prod-name{
    font-size: 20px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
	}
.s2-prod-desc{ margin-top: 7px;}
.s2-prod-icn1{
    position: absolute;
    top: 47px;
    right: 10px;
	width:40px;
	}		
.s2-prod-prcbox{
	width:100%;
	margin:15px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;		
	}
.s2-prod-prcbox h4{
	font-size:24px;
	line-height:24px;
	color:#0a3c38;
	font-weight:bold;
	}
.s2-prod-prcbox h4 span{
	color:#000;
	font-size:12px;
	font-weight:normal;
	}		
.s2-prod-prcbox p{
	font-size:15px;
	line-height:23px;
	color: #000000;
	}	
a.s2-order-btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 55px;
    background: #0cc34d;
    text-align: center;
    /* border: 1px solid #000; */
    border-radius: 5px;
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: 0.5s all ease;
    color: #fff
	}
a.s2-order-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 20px;
	}	

/*===============sectionThree==========*/
.sectionThree{
	background:url(../images/sec3-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	background-size:cover;
	padding:60px 0 70px;
	overflow:hidden;
	}
.s3-content{
	float:right;
	width:58%;
	text-align:left;
	}
.s3-prod-img{
	position: absolute;
    top: -60px;
    left: 0;
	}
	
/*==========sectionFour================*/
.sectionFour{
	background:#fff;	
	float:left;
	width:100%;
	padding:70px 0 80px;
	overflow: hidden;
	}
.s4-cont{
	float:left;
	width:25%;
	text-align:left;
	}
.s4-star{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
.s4-rev-txt{
	font-size:24px;
	line-height:26px;
	color:#000;
	
	font-weight:bold;
	margin-top:12px;
	}		

.s4-rgt{
	float:right;
	width:70%;
	}		
.s4-product-wrap{
    float:left;
    width:1440px;
	}
.s4-product-col{
	float: left;
    text-align: left;
    width: 310px;
	}	
.s4-sld-heading{
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.t-star{
    display: inline-block !important;
    vertical-align: top;
    margin-top: 12px;
	width:86px;
	}	
.s4-sld-para{ margin-top:15px;}		
.s4-sld-nmbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	padding:3px 0 3px;
	margin-top:15px;
	}
.s4-sld-nmbox h4{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:600;
	}	
.s4-sld-nmbox p{
	display:inline-block;
	vertical-align:middle;	
	font-size:14px;
	line-height:14px;
	color:#23ae40;
	font-weight:500;
	margin-left:10px;
	}	
.very-img{
	display:inline-block !important;
	vertical-align:top;
	margin:2px 2px 0 0;
	width:12px;
	}

/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	position: relative;
    overflow: hidden;	
	}
.s5-mid-wrap{
	float:left;
	width:100%;
	}	
.s5-mid-row{
    width: 100%;
	margin: 0 auto 0;
	background:#ecf2fe;
	position:relative;
	
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-align: center;
    align-items: center;	
	}	
.s5-mid-row:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -4000px;
    background: #ecf2fe;
	}	
.s5-mid-cont{
    width: 50%;
    text-align: left;
	position:relative;
	z-index:2;	
	}
.s5-mid-row .s5-mid-cont{ padding-left: 45px;}	
.s5-mid-row2 .s5-mid-cont{ padding-right: 45px; padding-left:0;}
.s5-mid-row2{ background: #fff3f4;}
.s5-mid-row2:before{
    left: -4000px;
    right:0;
    background: #fff3f4;	
	}			

.s5-mid-imgbx{
	width: 50%;
    height: 594px;
    position: relative;	
	}	
.s5-mid-imgbx:before{
	content: "";	
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -400px;
    background: url(../images/s5-bnr-img1.jpg) no-repeat right top;
	}	
.s5-mid-row2 .s5-mid-imgbx:before{
	left: 0;
    right: -400px;
    background: url(../images/s5-bnr-img2.jpg) no-repeat right top;
	}

/*====ScorallStrip====*/

/*=============sectionSix=============*/
.sectionSix{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.sectionSix .common-para{ max-width:90%;}
ul.s6-list{
	margin: 40px auto 0px;
    width: 100%;
    padding: 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
	}
ul.s6-list li{
	text-align:center;
	}	
ul.s6-list li img{
	margin:0 auto 0;
	display:block;
	width:105px;
	}		

/*=============sectionSeven=============*/
.sectionSeven{
	background:#fcfff8;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s7-block{
	float:left;
	width:100%;
	}
.s7-row{
	float:left;
	width:100%;
	}		
.s7-imgbox{
	float:left;
	width:34%;
	}	
.s7-bnr-img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}	
	
.s7-content{
	float: right;
    width: 62%;
    text-align: left;
    margin-top: 20px;
	}
.s7-innerbox{
	    float: left;
    width: 100%;
    text-align: left;
    /* background: #fff; */
    /* border-radius: 22px; */
    /* padding: 30px 30px 40px; */
    margin-top: 20px;
	}
.s7-heading{
	font-size:30px;
	line-height:30px;
	color:#000;
	
	font-weight:bold;
	}
.s7-heading img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 12px;
	}
.s7-para{
	margin-top:0 !important;
	}		
.s7-tp{ margin-top:12px;}


.s7-innerbox ul {
   float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 14px;
    margin-top: 25px;
}

.s7-innerbox ul li {
	float: left;
	width: 23%;
	position: relative;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	background: #fff;
	border: 2px solid #e5e5e5;
}
.s7-innerbox ul li img {
	display: block;
	margin: 0 auto 8px;
	max-width: 90px;
}
.s7-innerbox ul li span {
        font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}

.s7-prodBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-top:1px solid #d2e9e9;
	padding-top:25px;
	margin-top:22px;
	}
.s7-left{
	float: left;
    width: 44%;
    text-align: left;
    position: relative;
    padding: 4px 0 4px 75px;
	}
.s7-left img{
	position:absolute;
	top:0;
	left:0;
	width:60px;
	}
.s7-left h4{
	font-size:24px;
	line-height:24px;
	color:#000;
	
	font-weight:bold;	
	}	
.s7-left p{
	font-size:24px;
	line-height:24px;
	color:#0a3c38;
	font-weight:bold;
	margin-top:5px;
	}		
.s7-right{
	float: left;
    width: 53%;
	text-align:left;
	}
	
.s7-right .btnBox{ margin:10px auto 0;}

/*==========footer===================*/
.footer{
	background:#0a3c38;	
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	}
.footer-col{
	float:left;
	width:28%;
	text-align:left;
	}
.footer-col-1{ width:32%; padding-right:30px;}
.footer-col-2{ width:20%;}
.footer-col-3{ width:20%;}
.footer-logo{
	float: left;
	}
.footer-para{
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	line-height:28px;
	letter-spacing:0.5px;
	margin-top:12px;
	}
.footer-social{
	float:left;
	width:100%;
	margin-top:20px;
	}
.footer-social li{
	float:left;
	margin-right:25px;
	}	
.footer-heading{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: bold;
	}
.ftr-txt2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
}	
ul.foter-links{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.foter-links li{
	float:left;
	width:100%;
	margin-top:12px;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
	}
ul.foter-links li a{
    color: #fff;
	}
ul.foter-links li img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	}	

.footer-bottom{
	float: left;
    width: 100%;
    margin-top: 50px;
	}
.ftr-dscripbx{
    float: left;
    width: 100%;
    border: 1px solid #80c3be;
    padding: 12px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
	}
.ftr-text1{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-top: 40px;
	}
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
       background: #088836;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
.yes-btn {
	
}
.li-head{
	float:left;
	width:100%;
	font-weight:700;
	font-size:22px;
	 margin: 25px 0 10px;
	line-height:32px;
	text-transform: capitalize;
	}
.prdrgt-list1{
	float: left;
    width: 100%;
    display: flex;
   
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-around;
	}
.prdrgt-list1 li{
	float: left;
    width: 100%;
    font-size: 20px;
    position: relative;
    line-height: 28px;
    font-weight: 700;
    padding: 0 0 0 25px;
    color: #c36035;
	}	
.prdrgt-list1 li span{
	display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
	}	
.prdrgt-list1 li:before{
	    position: absolute;
    top: 10px;
    left: 0;
    background: #c36035;
    width: 10px;
    height: 10px;
    content: '';
    z-index: 1;
    border-radius: 50px;
	}

.thank-pg{float: left;
    width: 100%;
    padding: 30px 0;}

@media only screen and (max-width: 1187px){
	

}
@media only screen and (max-width: 1023px){


}
@media only screen and (max-width: 767px){
	
.pop-innr {width: calc(100% - 10px);}	
}
	