@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
	background:#fefefe;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {	text-decoration: none; color: #333;}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
.dsplay {
    width: 100%;
	float:left;
}
.bdhding {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    color: #000;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
	
}
.bdhding span { font-weight: 700; display: block; color: #21b4ff;}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.bdfont{
	font-size: 17px;
	line-height: 30px;
	color: #303030;
	font-weight: 400;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.fl-right{ float:right !important;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1187px){
.container{ max-width:1004px; width:100%; }

.bdhding { font-size: 32px;  line-height: 42px;}
}
@media only screen and (max-width: 1023px){
.container{ max-width:760px; width:100%; }
.bdhding{ font-size: 30px; line-height: 42px;}
.bdfont {font-size: 16px; line-height: 26px;  margin-top: 10px;}

}
@media only screen and (max-width: 767px){
.bdinpad{padding:0 15px;}
.bdhding{font-size: 24px; line-height: 34px;}
.bdhding span{ font-size: 24px; line-height: 34px;}
.bdfont{ font-size: 15px; line-height: 26px;}
}
@media only screen and (max-width: 359px){
.bdsubhding{
	font-size:30px;
	line-height:38px;
}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 75px;}
.header{		
	height: 75px;
    margin-top: -75px;
    position: relative;
    top: 76px;
    background: #fff;
    float: left;
    width: 100%;
	padding: 10px 0;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #dedede;
}
.logo {
	float: left;
    margin: 1px 0 0px 0;
    max-width: 200px;
}
ul.nav {    
	float: left;
    margin: 15px 0 0 190px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;}

ul.nav li{
	float: left;
    margin: 0px 0 0 0;
    padding: 0px 10px;
    color: #010101;
}
ul.nav li a{color: #010101;font-size: 18px;line-height: 28px;font-family: "Poppins", sans-serif;float: left;}
.fixed-nav .header ul.nav li a{ }
.fixed-nav .header ul.nav li a:hover{color: #010101; }
ul.nav li.active, ul.nav li:hover{
	color: #000;
    border-radius: 30px;
}
ul.nav li.active a, ul.nav li:hover a{color:#000}
ul.nav li:last-child{margin-right:0;}
ul.nav li:last-child a:hover, ul.nav li:last-child a.active{
	background:none;
	color:#000;
	border-radius:0;
}
ul.hed-right {
    float: right;
	margin-top:10px;
}
ul.hed-right li{ display:inline-block; vertical-align:middle; margin-left:13px;}

/********************************/
.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.75;
}
.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: #40A578;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}
.yes-btn {}


/* SECTOIN-1 CSS */
.sec1{
	float: left;
    width: 100%;
    height: 600px;
    background: url(../images/sec1.jpg) #fff no-repeat center top;
    padding: 90px 0 0px;
    text-align: center;
    overflow: hidden;
    background-size: cover;
}
.s1-lft{
	float: left;
    width: 50%;
    padding: 25px 0px 0px 0;
    text-align: left;
	}
.s1-hd{
	font-size: 62px;
    line-height: 72px;
    color: #006769;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-family: "Jost", sans-serif;
}
.s1-hd span{ color: #878787;}
.s1-sub-hd{
	font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #444, #006769);
    padding: 5px 40px;
    display: inline-block;
    border-radius: 40px;
	position: relative;
	z-index: 1;
}
.s1-sub-hd:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -200px;
    border-top: 2px solid #006769;
    width: 200px;
    transform: translateY(-50%);
	z-index: -1;
}
.s1-tx{
    float: left;
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    margin-top: 20px;
}
.s1-tx span{}
.bnr-img1{
	position: absolute;
    right: 0%;
    top: 280px;
	}
.bnr-img2{
	display:inline-block;
	max-width:100%;
	margin-top:0px;
	}	
ul.s1-list{
	float: left;
    width: 100%;
    margin: 40px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
}
ul.s1-list li{
	    float: left;
    width:24%;
        font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight:400;
    text-align: left;
    padding:17px 0 18px 18px;
    position: relative;
	background:#e1ece2;
	border-radius:12px;
}
ul.s1-list li span{
	    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
	}
ul.s1-list li img{
	display:inline-block;
	margin-bottom:2px;
	}
ul.s1-list li:hover{ background:#7cdb76; color:#fff;}		
ul.s1-list li:hover img{ filter: invert(1);}	
.s1-icn{
	position:absolute;
	left:0;
	top:-5px;
}
.cta-btn {
	display: inline-block;
	vertical-align: middle;
    width: 210px;
    color: #fff;
    outline: none;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    line-height: 48px;
    text-transform: capitalize;
    height: 48px;
    text-align: center;
    margin-top: 30px;
    background: #40A578;
    border-radius: 0px;
    transition: all 0.3s;
    font-family: inherit;
    border: none;
}
.s1-lft .cta-btn{ }
.s1-prodt_gls{
	position: absolute;
    top: 410px;
    left: 58%;
    transform: translateX(-50%);
	}


/*================SECTION 2===================*/
/* SECTOIN-2 CSS */
.sec2{
    float: left;
    width: 100%;
    padding: 55px 0px;
    text-align: center;
    overflow: hidden;

}
.sec2 .comn-txt {width: 88%;}
.comn-hdg1{
    font-size: 18px;
    line-height: 33px;
    font-weight: bold;
	margin-bottom:5px;
    text-transform:uppercase;
	color: #000000;
    }
.comn-hdg{
	font-size: 42px;
    line-height:52px;
    font-weight: 700;
    text-transform: capitalize;
    color: #006769;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-family: "Jost", sans-serif;
}
.comn-hdg span{    
   color: #98bf4c;
}
.comn-txt{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #333232;
    margin-top: 15px;
    
    vertical-align: middle;
}
.s2-image {
    max-width: 100%;
    display: inline-block;
    margin-top: 25px;
    border-radius: 10px;
}
.s2-prc{
	display: inline-block;
	width: 100%;
	font-size: 17px;
	line-height: 28px;
	color:#000000;
	margin-top: 20px;
} 
.s2-prc span{
	font-weight:700;
	margin-right:10px;
	color:#064a53;
	font-size:27px;
	} 
.s2-inr{
	display:inline-block;
    width: 100%;
    text-align: center;
} 
.s2-lft{
	display:inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
} 
.s2-rgt{
    float: left;
    width: 40%;
    text-align: left;
    margin-top: 25px;
    padding: 20px 30px 20px 30px;
    background: #064a53;
	}  
.s2-circle{
	position:absolute;
	top:-30px;
	right:0;
	max-width:100%;
   }	
ul.s2-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
    margin-top:25px;
	}
ul.s2-list li{
    float: left;
    width: 19%;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    text-align: center;
    padding: 0 0px 0;
    border-bottom: 0px solid #65a15a;
    font-weight: 600;
	}	
ul.s2-list li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #353333;
    margin-bottom: 5px;
    text-transform: capitalize;
	font-family: "Jost", sans-serif;
}	
.s2_imgbx {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 1px solid #006769;
}
ul.s2-list li img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-bottom:10px;
	}   
 /*==========*/
 .s2-slider{
	 float:left;
	 width:100%;
	 margin-top:30px;
	 display: flex;
     flex-wrap: nowrap;
	 }
	.s2-box {
    float: left;
    width: 100%;
    outline: none;
}
 .col {
    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 30s linear infinite;
	margin: 0 5px;
}
.col_imgs{
	/*display:inline-block;
	vertical-align:middle;
	margin:0 0 0;
	max-width:100%;*/
	}
 

/*================SECTION 2===================*/


/*================SECTION 2===================*/
.sec_strip{
    float: left;
    width: 100%;
    padding: 60px 0 35px;
    background: #fff;
    overflow: hidden;
    text-align: center;
	}
.sec_strip-Innr{
	float: right;
    width: 49%;
    padding: 35px 0 65px;
    text-align: left;
	}	
.sec_strip-Innr_lftbx{
	float:left;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
	margin-bottom:20px;
	}
.sec_strip-Innr_lftbx1{
	float:left;
    width: 47%;
	position:relative;
	height:397px;
	}
.sec_strip-Innr_lftbx1:before{
    position: absolute;
    content: "";
    top: 0;
    left: -440px;
    width: 989px;
    background: url(../images/sec-stp-img1.png);
    bottom: 0;
	}
.sec_strip-Innr_lftbx2{ 
	float: right;
    width: 50%;
    text-align: left;
    padding: 60px 0px 0px;
	}
.sec_strip-Innr_rit{
	float:right;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
	}
.sec_strip-Innr_ritbx1{
	float:right;
    width: 48%;
	position:relative;
	height:397px;
	}
.sec_strip-Innr_ritbx1:before{
	position:absolute;
	content:"";
	top:0;
	bottom: 0;
	right:-424px;
	width:986px;
	background: url(../images/sec-stp-img2.png);
	}
.sec_strip-Innr_ritbx2{
	float:left;
    width: 50%;
	text-align:left;
	padding:60px 0px 0px;
	}
.sec-stp-img1{
	position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
	}	
.sec-stp-img2{
	position: absolute;
    right: 4%;
    top: 39px;
	}
.sec-stp-txt{
	    font-size:20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #65a15a;
    font-weight:400;
	}		
.sec_strip-Innr_rit .comn-hdg{
 }
.sec_strip-Innr_lft{
	display: inline-block;
    width: 100%;
    margin-top: 35px;
    text-align: left;
    position: relative;
	height: 470px;
	padding:95px 100px;
    background: url(../images/strp-bx-bg1.jpg) center top no-repeat;
	 border-radius: 40px;
	}
.sec_strip-Innr_lft_bx{
	float: right;
    width: 84%;
    text-align: left;
    padding: 30px 100px 30px 240px;
    z-index: 1;
    border-radius: 40px;
    border: 1px solid #fff;
	}
.sec_strip-Innr_lft_bx_hdg{
	float: left;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    color: #fbfbfb;
    font-size: 30px;
    line-height: 38px;
	}
.sec_strip-Innr_lft_bx_txt{
    float: left;
    width: 100%;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-style: italic;
	}
.sec_strip-Innr_lft_bx2{
    float: left;
    width: 100%;
    text-align: left;
    padding: 66px 10px 80px 312px;
    background: #fff;
    position: relative;
	}
.sec_strip-Innr_lft_bx2-img{
	position:absolute;
	top:0;
	left:0;
	}

ul.sec_strp-list {
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 20px;
}
ul.sec_strp-list li {
    float: left;
    width: 50%;
    padding: 50px 260px 50px 22px;
    border-radius: 0px;
    position: relative;
    text-align: left;
    background: #f1eff0;
	overflow:hidden;
}
ul.sec_strp-list li p{
	font-size:25px;
    line-height:35px;
    text-transform: none;
    color: #000000;
    font-weight: 700;
	 }
ul.sec_strp-list li p span{     
	display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
	}
ul.sec_strp-list li h1{     
	display: inline-block;
	width:100%;
    font-weight: 300;
    margin-top: 5px;
    font-size: 17px;
    line-height: 27px;
    text-transform: none;
	color:#000;
	}
ul.sec_strp-list li img{
	position: absolute;
	top: 8px;
	right: 8px;
	max-width: 190px;
	background: #fff;
}
ul.sec_strp-list li:last-child p span{ color:#fff;}
ul.sec_strp-list li:last-child h1{ color:#fff;}
ul.sec_strp-list li:last-child{ background:#95b022; }
ul.strp-list{
	float:left;
	width:100%;
	margin-top:0px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    column-gap: 0px;
    row-gap: 15px;
	}
ul.strp-list li{
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    padding: 0;
	}
ul.strp-list li span{
	position: absolute;
    left: 9%;
    top: 32%;
    width: 75%;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
	}
ul.strp-list li span span{	
    float: left;
    width: 100%;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
	position:static;
}
.strp-lst-icn{
	display: inline-block;
    max-width: 100%;
    vertical-align: middle;
	}
.strp-li-hding {
	float:left;
	width:100%;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
	color:#000;
}
.strp-li-prc{
	float:left;
	width:100%;
	font-weight:700;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase; 
}
ul.strp-list li .cta-btn {}


/*================CTA SECTION===================*/
.cta{
	float:left;
	width:100%;
	padding:60px 0 0;
}
.cta-bx{
	float:left;
	width:100%;
	border-radius:10px;
	color:#fff;
	padding:50px 480px 50px 50px;
	text-align:left;
	position:relative;
}
.cta-car-img{
	    position: absolute;
    right: 50px;
    top: 254px;
    z-index: 9;
    filter: drop-shadow(3px 5px 6px #000);
}
.cta-car-img3{
	right: -10px;
    top: 116px;
}
.cta-bx1{background: url(../images/cta-bx1.jpg) center top no-repeat #006ba4; background-size: cover;}
.cta-bx2{background:url(../images/cta-bx2.jpg) center top no-repeat #006ba4;}
.cta-bx3{background:url(../images/cta-bx3.jpg) center top no-repeat #006ba4;}
.cta-bx-hd{
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
.cta-bx-tx{
	    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 1187px){
	.cta-bx{padding:50px 400px 50px 50px;}
	.cta-car-img{width:370px;}
}

@media only screen and (max-width: 1023px){
	.cta{padding:40px 0 0;}
	.cta-bx{padding:30px 300px 30px 30px;}
	.cta-bx-hd{font-size:26px; line-height:32px;}
	.cta-bx-tx{font-size:17px; line-height:25px;}
	.cta-car-img{width:270px; right:10px;}
}
@media only screen and (max-width: 767px){
	.cta{padding:30px 0 0;}
	.cta-bx{padding:20px 15px; text-align:center; background-size:cover;}
	.cta-bx-hd{font-size: 24px; line-height: 34px;}
	.cta-bx-tx{font-size:16px; line-height:24px; margin-top:10px;}
	.cta-car-img{display:none;}
	.pop-innr {width: 100%;text-align: center;}
}
/*================CTA SECTION===================*/

/*================SECTION 5===================*/
.sec5{
    float: left;
    width: 100%;
    padding: 50px 0 55px;
    position: relative;
    text-align: center;
    height: auto;
    background:#fefefe;
	overflow:hidden;
}
.sec5 .comn-txt {}
.s5-prduts {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 32px;
    column-gap: 15px;
}
.s5prdbx1, .s5prdbx2 {
    width:32%;
    text-align: center;
    height: auto;
    margin-top: 0px;
}
.s5prdbx2_imgbx{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 10px;
    background: none;
    border: 1px solid #f3f3f3;
	}
.s3-lst-icn{
	display:block;
	margin:0px auto 0px;
	max-width:100%;
	}
.s5prdbx-hding, .s5prdbx-prc {
	font-size: 19px;
    line-height: 28px;
    color: #3c3c3c;
	font-weight: 600; 
}
.s5prdbx-hding{text-transform: capitalize;}

.s5prdbx-prc {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 5px 0 0;
    float: left;
    width: 100%;
    font-weight: 700;
    min-height: auto;
}
.s5prdbx2 .cta-btn{ 
	margin-top: 18px;
    width: 80%;
	}
.s5prdbx2-imgbx1{
	float:left;
	width:50%;
	padding:10px 10px;
	text-align:center;
	background: #edeef0;
	}

.s5prd {
    margin: 0px 0px 0px;
	display:inline-block;
    max-width: 217px;
    vertical-align: top;
	    
}

.sale{
	background:#ffd200;
	display:inline-block;
	vertical-align:middle;
	padding:5px;
	text-align:center;
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:700;
	margin-bottom:20px;
	}


/*================SECTION 3===================*/
/* SECTOIN-3 CSS */
.sec3{
    float: left;
    width: 100%;
    padding: 0px 0 0px;
    text-align: center;
    background: #fefefe;

}
.s3-Innr {
	float:left;
    width: 100%;
    margin-top: 0px;
	text-align: center;
	position:relative;
}

.s3-Innr2 {
	float:right;
    width: 62%;
    margin-top: 70px;
	text-align:left;
}
.s3-img1{
	width:34%;
	float:right;
	margin:55px 0 0 0;
	max-width:100%;
	}
.s3-img2{
	width:34%;
	float:left;
	margin:60px 0 0 0;
	max-width:100%;
	}	
ul.s3-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
    margin-top: 25px;
	padding: 0 0 30px 0;
    border-bottom: 1px solid #65a15a;
}
ul.s3-list li{
	float: left;
    width:32%;
    position: relative;
    font-size: 19px;
    line-height:30px;
    color: #292929;
    text-align: left;
    font-weight: 500;
}
ul.s3-list li span {
        display: block;
    font-size: 24px;
    line-height: 32px;
    color: #788d74;
    margin-bottom: 5px;
    
    text-transform: capitalize;
	font-weight: 400;
}
ul.s3-list li img{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
	border-radius:15px;
	}
.s3-list2 {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 8px;
    margin: 0px 0 0 0;
}
.s3-list2 li {
	float: left;
    width: 16%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 0 0px;
}
.s3-list2 li span {
	display: block;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a19;
    
    margin-bottom: 0px;
    text-transform: capitalize;
}
.s3-list2 li img{
	display: block;
    margin: 0 auto 15px;
	}
.s3-list2 li:after{
	position:absolute;
	content:"";
	border-right:1px solid #e4e4e4;
	top:0;
	right:-8px;
	bottom:0;
	}
.s3-list2 li:last-child:after{ display:none; }
/*================SECTION 4===================*/
.sec4 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 0px;
    background: #f6f6f6;
	overflow:hidden;
}
.sec4_innr {
	display:inline-block;
    width: 100%;
    padding: 0px 0 0px;
    margin-top: 0px;
	position:relative;
	}
.sec4_innr_rit {
	    float: right;
    width: 62%;
    padding: 0px 0 0px;
    text-align: left;
    margin-top: 0px;
	}
.sec4_innr .cta-btn {}
.s4-prodts{
    position: absolute;
    top: 0;
    left: -50px;
	}	
.s4-prodts2{
	display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: -85px 0 0;
	}		
ul.s4list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 30px 0 0px;
	}
ul.s4list li {
	float: left;
    width: 49%;
    font-size: 17px;
    color: #333232;
    line-height: 26px;
    padding: 0px 0px 0px 60px;
    position: relative;
}
ul.s4list li span{
	display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #006769;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
	}
ul.s4list li img{
    position: absolute;
    top: 0;
    left: 0;
	}
ul.s4list li:last-child{ border:none;}
/*================SECTION 6===================*/
.sec6{padding: 0 0 30px 0; background: #181818;}
.s6bx{width: 100%;float: left;}
.s6bx1, .s6bx2, .s6bx3{
	float: left;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
	margin-top:20px;
}
.s6bx3{border-right:none;}
.s6bxhding{
	font-weight:500;
	font-size:26px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.s6bxtxt, .s6bxtxt2{
	    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 5px 0 0 0;
}
.s6bxtxt a{ color:#fff;}
.s6bxtxt2{
	font-size:18px;
	padding:40px 0 0 0;
}
.s6bxtxt2 span{font-size:26px;}
a.readfaqbtn{
	height:48px;
	width:200px;
	border:2px solid #fff;
	margin:24px auto 0 auto;
	display:block;
	font-size:18px;
	line-height:48px;
	color:#fff;
	text-align:center;
	border-radius:30px;
}
ul.slinklist{padding:5px 0 0 0;text-align:center;}
ul.slinklist li{
	    display: inline-block;
    margin: 7px 10px;
}
ul.slinklist li a{ color: #fff; font-size: 16px;}
/*================SECTION 7===================*/
.sec7{    
	padding: 20px 0;
    background: #333;}
.ftrlogo{margin:0 auto;display:block;}
ul.ftrlist{padding:22px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #c8c8c8;
	padding:0 20px;
	font-weight:300;
	font-size:18px;
	line-height:18px;
	color:#c8c8c8;
	text-align:center;
}
ul.ftrlist li a{color:#c8c8c8;}
ul.ftrlist li:last-child{border-right:none;}

/*================FOOTER===================*/
footer{padding:20px 0;background:#65a15a;}
.ftrtxt1{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#313131;
}
.ftrtxt1 a{color:#313131;}
.ftrtxt2{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#fff;
	padding:12px 0 0 0;
}




/*MOBILE MENU*/
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 13px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
	background-color: #000;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 55px;
	background: #40A578;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 400;
    font-size: 17px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}


.age-pop-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0
}

.age-pop {
    width: 500px;
    height: auto;
    background: #f2f2f2;
    margin: 12rem auto;
    text-align: center;
    border-radius: 3px;
    padding: 1.5rem 1rem .2rem;
}

.agepop-txt {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.agepop-btns button {
        width: auto;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0;
    font-size: 1rem;
    outline: none;
    border: none;
}

.agepop-btns button.yes-btn {
    background: #21b4ff;
    color: #fff;
}

.agepop-btns button.no-btn {
    background: #eb0000;
	color:#fff;
}

@media screen and (max-width:767px) {
    .age-pop {
        width: 80%;
        margin: 10rem auto;
    }


}

@media screen and (max-width:760px) and (orientation:landscape) {
    .age-pop {
        margin: 5rem auto;
    }

}