@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
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: "Rubik", 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;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.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;
}
.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;
	height:82px;
	border-bottom:1px solid #dedede;
	background:#fff;
}
.logo {
	float: left;
    margin: 16px 0 0px 0;
    max-width: 255px;
}
ul.nav {    
	float: left;
    margin: 23px 0 0 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;}
ul.nav li{
	    float: left;
    margin: 0px 0 0 0;
    padding: 0px 10px;
}
ul.nav li a{color: #000;font-size: 17px; line-height: 36px;}
.fixed-nav .header ul.nav li a{color: #000; }
.fixed-nav .header ul.nav li a:hover{color: #000; }
ul.nav li.active, ul.nav li:hover{
	color: #21b4ff;
    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:20px;
}
ul.hed-right li{ display:inline-block; vertical-align:middle; margin-left:13px;}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 18px 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:#1d1d1d;
    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:#21b4ff;
	border-top:1px solid #074b84;	
}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #074b84;	
}
#menu-container .menu-list  li a.active{background:#fff;color:#21b4ff;}

/********************************/
.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: #5cb431;
    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;
}

@media only screen and (max-width: 1023px){
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:58px;}

.intop-fix-bar {margin-bottom: 87px;}
.logo{margin: 8px 0 0 0;   max-width: 130px;}
ul.nav li{display:none;}
ul.hed-right{ display:none;}
.cart-link{position:absolute;right:55px;top:9px;}
}
@media only screen and (max-width: 767px){
.logo{ max-width: 190px;margin: 12px 0 0 0;}
.pop-innr {width: 100%;text-align: center;}

}


/* SECTOIN-1 CSS */
.sec1{
	    float: left;
    width: 100%;
    background: #fff;
    padding:65px 0 0px;
    text-align: center;
    overflow: hidden;
}
.s1-lft{
    float: left;
    width: 45%;
    padding: 10px 0 20px;
    text-align: left;
	}
.s1-hd{
	font-size: 60px;
    line-height: 70px;
    color: #000;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-family: "DM Serif Text", serif;
}
.s1-hd span{
	display:block;
	font-size:32px;
    line-height: 42px;
	color: #5cb431;}
.s1-sub-hd{
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.s1-tx{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 400;
    margin-top: 18px;
}
.s1-tx span{}
.bnr-img1{
	position: absolute;
    right: 0%;
    top: 0px;
    max-width: 600px;
	border-radius:12px;
	}
.bnr-img2{
	display:inline-block;
	max-width:100%;
	margin-top:0px;
	}	
ul.s1-list{
	float: left;
    width: 100%;
    margin:60px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
}
ul.s1-list li{
	float: left;
    width: 32%;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    padding: 18px 0 18px 40px;
    position: relative;
    background: #eaf6e6;
    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;
    width: 260px;
    color: #fff;
    outline: none;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    text-transform: capitalize;
    height: 50px;
    text-align: center;
    margin-top: 28px;
    background: #5cb431;
    border-radius: 50px;
    transition: all 0.3s;
    font-family: inherit;
}
.s1-lft .cta-btn{ }
.s1-prodt_gls{
	position: absolute;
    top: 410px;
    left: 58%;
    transform: translateX(-50%);
	}
@media only screen and (max-width: 1187px){

.sec1 { }	
.s1-lft {width:49%;}
.s1-hd{font-size: 55px;line-height: 65px;}
.s1-tx {}
.bnr-img1 {max-width:525px;right: 0%;}
.bnr-img2 {max-width: 565px;margin-top: 30px;}
ul.s1-list {margin: 35px 0 0px;}

}
@media only screen and (max-width: 1023px){
.sec1{padding: 35px 0 0px;}
.s1-lft {width: 58%;padding:10px 0 30px;}
.s1-sub-hd { font-size: 22px; line-height: 30px;}
.s1-hd { font-size: 46px; line-height: 56px;}
.s1-hd span {}
.s1-tx { font-size: 18px; line-height:28px;margin-top: 14px;}
.cta-btn {margin-top: 25px;}
.bnr-img1 {right: -8%;max-width: 380px;top: 0px;}
.bnr-img2 {max-width: 425px;margin-top: 22px;}
ul.s1-list {margin: 25px 0 0px;}
ul.s1-list li {text-align: center;padding: 15px 10px;}

}
@media only screen and (max-width: 767px){
.sec1{ text-align:center; padding:10px 0 25px; position:relative;}
.s1-lft { float:none; display:inline-block;width: 100%;text-align:center;padding: 25px 15px;border:2px solid #5cb431;border-radius: 10px;}
.s1-prodt{ max-width: 340px;margin: 0px auto -30px;display: inline-block;}
.s1-sub-hd { font-size: 22px; line-height: 26px; margin-bottom: 5px;}
.s1-hd{font-size: 32px;line-height: 40px;letter-spacing: 0.5px;}
.s1-hd span {font-size: 24px;line-height: 30px; }
.s1-tx{font-size:16px; line-height:25px; margin-top:12px; width:100%; }
ul.s1-list{row-gap: 6px;
        margin: 25px 0 0px;
        justify-content: center;
        column-gap: 6px;}
ul.s1-list li{width: 49%;padding: 15px 10px;font-size: 15px;line-height: 24px;}
.s1-icn {max-width: 52px; position: static; display: block; margin: 0 auto;}
.s1-lft .cta-btn, .cta-btn { display: inline-block; margin-top:20px;}
.bnr-img1 {position: static;max-width:100%;margin-top: 18px;}
.bnr-img2 {max-width: 100%;margin-top: 18px; display:none;}
ul.s1-list li span{ font-size:17px;line-height: 25px;}

}

/*================SECTION 2===================*/
/* SECTOIN-2 CSS */
.sec2{
   float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: left;
    overflow: hidden;
}
.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: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1e2021;
    display: inline-block;
    width: 100%;
    font-family: "DM Serif Text", serif;
}
.comn-hdg span{    
	display: block;
    font-size:30px;
    line-height:40px;
    color: #5cb431;
    font-family: "DM Serif Text", serif;
}
.comn-txt{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #474343;
    margin-top: 18px;
    font-weight: 400;
   }
.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%;
   }	
   
 /*==========*/
 .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%;*/
	}
 /*==========*/

@media only screen and (max-width: 1187px){
.sec2 { padding: 50px 0;}	
.s2-circle { top: 0; right: 0; width: 448px;}
.s2-lft { width: 100%; margin-top: 0;}
.comn-hdg {font-size: 38px;line-height: 48px;}
.comn-txt {font-size: 17px;line-height: 27px;}

}
@media only screen and (max-width: 1023px){
.sec2{ padding:40px 0; text-align:center;}
.s2-circle {position: static;max-width: 100%;margin: 15px auto 0;}

.s2-lft {  width: 100%; text-align:center;}
.comn-hdg{ font-size: 35px; line-height: 45px;}
.comn-txt{ font-size: 17px; line-height: 27px; margin-top: 10px;}
.s2-inr{ float:none; display:inline-block; width:100%; margin:0 0;}


}
@media only screen and (max-width: 767px){
.sec2{padding:25px 0 30px; text-align: center; }
.s2-inr{ display:inline-block; width:100%;  text-align:center;}
.comn-hdg{ font-size: 28px; line-height: 38px;}
.comn-hdg span{font-size:25px;line-height:35px; letter-spacing: 0;}
.comn-txt{ font-size: 16px; line-height: 25px;  margin-top: 15px; }

.s2-lft {
    width: 100%; max-width:355px;
    padding: 0px 0px 0px;
    margin-top: 0px;
    float: none;
    display: inline-block;}
.s2-rgt {width: 100%;max-width:355px;padding: 10px 10px 15px; float:none; display:inline-block; }

.s2-circle {
	width: 300px;
}
.cta-btn {margin-top: 20px;}

}

/*================SECTION 2===================*/


/*================SECTION 2===================*/
.sec_strip{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
	overflow:hidden;
	}
.sec_strip-Innr{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
	}
.sec_strip-Innr_rit{
	float: right;
    width: 47%;
    padding: 60px 0 65px;
    text-align: left;
	}
.sec-stp-img2{
	position: absolute;
    left: 0;
    top: 0;
    max-width: 585px;
    border-radius: 12px;
	}	
.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-stp-img1{
	position: absolute;
    left: 14%;
    top: 38px;
	}
.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;
	}
.sec_strip-Innr_lft_bx2 p{
	    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #95b022;
    font-weight: 700;
	}
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 {}

@media only screen and (max-width: 1187px){
	
.sec_strip{}
.sec-stp-img2 {max-width: 480px;}
.sec_strip-Innr_lft {height: auto;padding:67px 100px; background-size:cover;}
.sec_strip-Innr_rit{width: 50%;padding: 30px 0 37px;}
ul.strp-list {justify-content: center;row-gap: 10px;}
ul.strp-list li span {width: 81%; top: 25%;}
.sec-stp-img1 {
    position: absolute;
    max-width: 260px;
    left: 14%;
    top: 25px;
}

.sec_strip-Innr_lft_bx{width: 85%;padding: 30px 20px 30px 225px;}
.sec_strip-Innr_lft_bx2 { padding: 40px 25px 40px 300px;}
.sec_strip-Innr_lft_bx2 p { font-size: 45px; line-height: 50px;}
.sec_strip-Innr_lft_bx2-img{ max-width: 230px;}
ul.sec_strp-list li { padding: 35px 205px 35px 15px;}
ul.sec_strp-list li p span{font-size: 22px;}

}
@media only screen and (max-width: 1023px){
.sec_strip{ padding:40px 0;}
.sec_strip-Innr{ padding-bottom:0;}
.sec_strip-Innr_rit {float: none;
        display: inline-block;
        width:80%;
        padding: 0px 0 0;
		text-align:center;}
.sec-stp-img1 {max-width: 200px;left: 12%;top: 18px;}		
.sec-stp-img2 {position: static;max-width:80%;margin-top: 15px;}		
.sec_strip-Innr_lft {padding: 30px 40px;}
.sec_strip-Innr_lft_bx_txt {font-size: 18px;line-height: 30px;}	
.sec_strip-Innr_lft_bx {width: 90%;padding: 30px 20px 30px 230px;}
.sec_strip-Innr_lft_bx2 { padding: 30px 10px 30px 245px; }
ul.strp-list { margin-top: 15px; justify-content: center; }
ul.strp-list li{ }
.strp-lst-icn{ }
.strp-li-hding {  margin-bottom: 10px;}
ul.strp-list li .cta-btn{ margin-top:15px;}

.sec_strp_gls{ position: static; display: block; margin: 10px auto 10px; transform: none; max-width: 260px; }
ul.sec_strp-list { column-gap: 8px; margin-top: 0px;}
ul.sec_strp-list li, ul.sec_strp-list li:last-child { width: 49%; padding: 15px 20px 15px 20px; text-align: center;}
ul.sec_strp-list li img, ul.sec_strp-list li:last-child img{ position:static; display:block; margin:0 auto 10px; }
ul.sec_strp-list li p { font-size: 22px; line-height: 31px;}
ul.sec_strp-list li p span { font-size: 20px; line-height: 28px; margin-bottom: 5px;}


}
@media only screen and (max-width: 767px){

.sec_strip{ padding:25px 0; text-align:center; background: #fff; height: auto;}
.sec_strip-Innr{}
.sec_strip-Innr_rit{ width:100%;}
.sec_strip-Innr_rit .comn-hdg{ }
.sec-stp-img2 {max-width: 90%;}
.sec-stp-img1 {position: static;max-width: 100%;margin-bottom: 5px;}
ul.strp-list li{ width:100%; max-width:355px;}
.strp-lst-icn{    height: 150px;}
ul.strp-list li span { left: 6%; top: 12%; width: 90%; font-size: 20px; line-height: 26px;}
ul.strp-list li span span{font-size: 17px; line-height: 26px;}
.sec_strip-Innr_lft{ margin-top:20px; width:100%;padding: 20px 10px;}
.sec_strip-Innr_lft_bx{width: 100%;padding: 15px 10px;text-align: center;}
.sec_strip-Innr_lft_bx_txt {font-size: 17px;line-height: 26px;}
.sec_strip-Innr_lft_bx_hdg {font-size: 25px;line-height: 35px;}		
.sec_strip-Innr_lft_bx2{ margin-top:5px; padding:0 0 10px; text-align:center;}
.sec_strip-Innr_lft_bx2-img{ position:static; display:block; margin:0 auto 10px;}
.sec_strip-Innr_lft_bx2 p { font-size: 28px; line-height: 32px; }

ul.sec_strp-list { column-gap: 13px; margin-top: 10px; row-gap: 15px;}
ul.sec_strp-list li, ul.sec_strp-list li:last-child{ width:100%; max-width:355px; padding: 15px 20px 15px 20px; }
ul.sec_strp-list li p span{ font-size: 18px;line-height: 28px;}
}
/*================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;}
}
/*================CTA SECTION===================*/

/*================SECTION 5===================*/
.sec5{
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    position: relative;
    text-align: center;
    height: auto;
    background:#eaf6e6;
	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: 20px;
    column-gap: 15px;
}
.s5prdbx1, .s5prdbx2 {
    width: 32%;
    text-align: center;
    height: auto;
    margin-top: 0px;
    padding:10px 10px 20px;
	background:#fff;
	border-radius:15px;
}

.s5prdbx2_imgbx{
	display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 10px;
	}
.s3-lst-icn{
	display:block;
	margin:0px auto 0px;
	width:100%;
	}
.s5prdbx-hding, .s5prdbx-prc {
	font-weight: 700;
    font-size:20px;
    line-height:30px;
    color: #222222;
    min-height: 0;
}

.s5prdbx-prc {
        font-size: 22px;
    line-height: 26px;
    color: #2e2e2e;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    font-weight: 700;
    min-height: auto;
}
.s5prdbx2 .cta-btn{ 
	margin-top: 12px;
	width:90%;
	}
.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;
	}

@media only screen and (max-width: 1187px){
.s5prdbx1, .s5prdbx2, .s5prdbx3, .s5prdbx4{ margin: 0; /*display: flex; flex-wrap: wrap; justify-content: center; column-gap: 0px;*/}
.s5prdbx-prc{ }
.s5prdbx-hding {}
.sec5{ padding:50px 0;}
.s5prd{ max-width: 194px;}
.s5prdbx2-imgbx {  padding: 23px 15px 23px;}
.s5-prduts{ column-gap:13px;}
}
@media only screen and (max-width: 1023px){
.sec5{padding:40px 0; text-align:center;}
.sec5 .comn-txt{ width:100%; }
.sec5 .bdfont {  width: 100%;}
.s5-prduts {margin-top: 25px;justify-content: center;}
.s5prdbx1, .s5prdbx2{margin: 0; row-gap: 0px; width:48%;text-align: center;}
.s5prdbx2-imgbx1{ width:100%; float:none; display:inline-block; text-align:center; }
.s5prdbx-hding{ min-height:auto;}


}
@media only screen and (max-width: 767px){
.sec5 {padding:25px 0; height:auto;}
.s5-prduts {margin-top:18px; justify-content: center;row-gap: 16px;column-gap: 10px;}
.s5prdbx1, .s5prdbx2{ width: 100%; margin: 0; max-width: 355px;}

.s5prdbx3, .s5prdbx4{margin:20px 1% 0 1%;}
.s5prdbx-hding{height:auto;text-align:center;font-size: 20px;line-height: 26px; line-height:26px; min-height:auto;}
.s5prdbx-prc, .s5prdbx-txt, .s5prdbx-txt2{text-align:center;}
.s5prdbx-prc{margin:10px 0 0 0;}
.s5prdbx-txt2{padding:6px 0 0 0;}
.s5prdbx-txt2 { font-size: 18px; line-height: 24px;}
.s5prdbx-txt { font-size: 14px; line-height: 16px;}
.s5prdbx2-imgbx { display: inline-block;}
	.s3-lst-icn{margin: 0 auto;}
}
/*================SECTION 3===================*/
/* SECTOIN-3 CSS */
.sec3{
	float: left;
    width: 100%;
    padding:50px 0 50px;
    text-align: center;
}
.s3-Innr {
	float:left;
    width: 62%;
    margin-top: 0px;
	text-align:left;
}
.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%;
	margin-top: 30px;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
ul.s3-list li{
	float: left;
    width: 30%;
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
	position:relative;
}
ul.s3-list li img{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
	}

@media only screen and (max-width: 1187px){
.s3-Innr2 {
    margin-top: 41px;
}


}
@media only screen and (max-width: 1023px){
.sec3{padding:40px 0;  }
.s3-Innr, .s3-Innr2{ width:100%; margin-top:0;}
.s3-img1, .s3-img2 {
    width: 400px;
    float: none;
    margin: 20px auto 0;
    max-width: 100%;
}
.s3-img2{ margin-top:40px;}

}
@media only screen and (max-width: 767px){
.sec3{padding:30px 0; }
ul.s3-list{justify-content: center;row-gap: 17px; width: 305px;margin: 30px auto 0;float: none;}
ul.s3-list li{width:100%; }
ul.s3-list li h3{font-size:18px; line-height:28px;}
ul.s3-list li p{}
.s3-img2 {
	margin-top: 31px;
}
}

/*================SECTION 4===================*/
.sec4 {
    float: left;
    width: 100%;
    text-align: center;
    padding:60px 0;
	overflow:hidden;
}
.sec4_innr {
	float: right;
    width: 54%;
    padding: 0px 0 0px;
    text-align: left;
    margin-top: 0px;
	}
.sec4_innr .cta-btn {}
.s4-prodts{
	position: absolute;
    left: 0;
    top: 10px;
    max-width: 510px;
    border-radius: 12px;
    margin-top: 40px;
	}		
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:15px;
	margin: 30px 0 5px;
	}
ul.s4list li {
        float: left;
    width: 48%;
    font-size: 18px;
    color: #040202;
    line-height: 28px;
    font-weight: 600;
    padding: 0 0 0 90px;
    position: relative;
    text-align: left;

}
ul.s4list li span{
	display: block;
    font-size: 17px;
    font-weight: 400;
	}
ul.s4list li img{
	position: absolute;
    left: 0;
	}
ul.s4list li:last-child{ border:none;}
/*================SECTION 6===================*/
.sec6{padding: 0 0 30px 0; background: #f7f6f4;}
.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:#000;
	text-align:center;
}
.s6bxtxt, .s6bxtxt2{
	    font-size: 16px;
    line-height: 26px;
    color: #343434;
    text-align: center;
    padding: 5px 0 0 0;
}
.s6bxtxt a{ color:#343434;}
.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: #343434; 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:#eaf6e6;}
.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:#313131;
	padding:12px 0 0 0;
}
@media only screen and (max-width: 1187px){

.sec4_innr { width: 57%;}
.s4-prodts {max-width: 415px;}
ul.s4list li span {font-size: 15px;line-height: 24px;}

}

@media only screen and (max-width: 1023px){

.sec4{ padding:40px 0;}
.sec4_innr .comn-txt{ }
.sec4_innr {
	float:none;
	display:inline-block;
	width:100%;
	text-align:center;
	padding:0;
	}
.s4-prodts {position: static;max-width: 100%;margin:17px 0 0px;}
ul.s4list{ margin: 25px 0 10px;}
ul.s4list li { }
ul.s4list li span { font-size: 18px; line-height: 28px;}
ul.s4list li img {}
	
.sec6{padding:0 0 46px 0;}
.s6bx{width:100%;margin: 30px auto 0 auto;}
.s6bx1, .s6bx2, .s6bx3{padding:0 10px;}
}
@media only screen and (max-width: 767px){
.sec4 { padding: 0 0 25px; background:#fff; height:auto;}
.sec4_innr { max-width: 100%; padding:0;}
.s4-prodts {}	
ul.s4list {row-gap: 15px; margin: 20px 0 5px;justify-content: center;}	
ul.s4list li {width: 100%;padding: 0 0 0 72px;}
ul.s4list li span {font-size: 16px; line-height: 25px;}
ul.s4list li img {max-width: 65px;}
ul.s4list li:nth-child(2){}
.sec4_innr .cta-btn {}
	
.sec6 {padding: 0 0 24px 0;}
.s6bx{margin:0 auto;}
.s6bx1, .s6bx2, .s6bx3{
	width:100%;
	border-right:none;
	border-bottom:1px solid #fff;
	padding:0 0 26px 0;
	margin:20px 0 0 0;
}
.s6bx3{border-bottom:none;padding:10px 0 0 0; margin:0;}
.s6bxtxt2{padding:25px 0 0 0;}
.sec7 {padding: 20px 0 15px 0;}
ul.slinklist {padding: 0px 0 0 0;}
ul.ftrlist li{padding:0 10px 0 6px;}
.ftrtxt1, .ftrtxt2{font-size: 15px; padding: 0;}
ul.ftrlist {padding: 12px 0 0 0;}
.s6bxhding{ font-size:20px;}
.s6bxtxt, .s6bxtxt2{ font-size:15px;}

ul.slinklist li{  margin: 0px 5px;}
ul.slinklist li a{  font-size: 14px;}
}



/*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: #5cb431;
    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;
    }
#menu-wrapper #hamburger-menu{ margin: 15px 0 5px 0;}

}

@media screen and (max-width:760px) and (orientation:landscape) {
    .age-pop {
        margin: 5rem auto;
    }

}
