@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
	border: none;
    height: auto;
    vertical-align: middle;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Open Sans", 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: 75px;
	border-bottom:1px solid #dedede;
	float: left;
    width: 100%;
    padding: 13px 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;
	height:82px;
	background: #fff;
}
.logo {
	float: left;
    margin: 0px 0 0px 0;
    max-width: 280px;
}
ul.nav {
	float: left;
    margin: 5px 0 0 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 4px;
}
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;}
@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: 3px 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: 170px;        margin: 0;}}


/* SECTOIN-1 CSS */
.sec1{
	float: left;
    width: 100%;
    height: 650px;
	background:#fff;
    background: url(../images/sec1.jpg) center top no-repeat;
    color: #fff;
    padding: 0px  0 60px;
    text-align: center;
    overflow: hidden;
}
.s1-lft{
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 80px;
	padding: 0px;
	}
.s1-hd{
	font-size: 76px;
    line-height: 80px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-family: "Oswald", sans-serif;
}
.s1-hd span{color: #6abe4c;}
.s1-sub-hd{
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.s1-tx{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 15px;
    vertical-align: middle;
}
.s1-tx span{}
.sec1-img{
        position: absolute;
    top: 120px;
    right: -40px;
    max-width: 610px;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin: 40px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0;
}
ul.s1-list li{
	float: left;
    width: 33%;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 78px;
    position: relative;
}
.s1-icn{
	position:absolute;
	left:0;
	top:-5px;
}
.cta-btn {
	    display: inline-block;
    width: 235px;
    color: #fff;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    line-height: 45px;
    text-transform: capitalize;
    height: 45px;
    text-align: center;
    margin-top: 23px;
    background: #6abe4c;
    border-radius: 6px;
    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%);
	}
@media only screen and (max-width: 1187px){

.sec1 {}	
.s1-lft { width:58%;}
.s1-hd{ position:relative; z-index:1; font-size: 55px; line-height: 65px;}
.s1-tx { width: 80%; font-size: 18px; line-height: 28px;}
.sec1-img { top: -20px; right: -20%;}

}
@media only screen and (max-width: 1023px){
.sec1{ padding: 0px 0px 70px;height: auto;background-size: cover;background-position: 25% top;}
.s1-lft { width: 56%; margin-top: 100px; }
.s1-sub-hd { font-size: 22px; line-height: 30px;}
.s1-hd { font-size: 44px; line-height: 56px;}
.s1-hd span {}
.s1-tx { width: 100%; font-size: 17px; line-height: 27px; position: relative; z-index: 1;}
.cta-btn {margin-top: 25px;}
.sec1-img { top: 0; right: -20%; max-width: 660px;}

}
@media only screen and (max-width: 767px){
	.sec1{ text-align:center; padding: 25px 0 0;position: relative; background: #fff;}
	.s1-lft { width: 100%;margin: 0;z-index: 9;position: relative; text-align: center;}
	.s1-prodt{ max-width: 340px;margin: 0px auto -30px;display: inline-block;}
	.s1-sub-hd { font-size: 18px; line-height: 26px; margin-bottom: 5px;}
	.s1-hd{font-size: 37px;line-height: 42px;}
	.s1-hd span { }
	.s1-tx{font-size:16px; line-height:26px; margin-top:10px; width:100%; }
	.sec1-mob {display: inline-block;width: 320px;}
	ul.s1-list{row-gap: 20px;margin: 20px 0 0px;}
	ul.s1-list li{font-size: 17px;line-height: 26px;padding: 0 0 0 0px; text-align:center;}
	.s1-icn {max-width: 52px; position: static; display: block; margin: 0 auto;}
	.s1-lft .cta-btn, .cta-btn { display: inline-block; width: 195px; font-size: 16px; line-height: 40px; height: 40px; margin-top: 18px;}
	.sec1-img{ display: inline-block;margin: 10px auto 0px 0px;max-width: 340px;position: static}

}

/*================SECTION 2===================*/
/* SECTOIN-2 CSS */
.sec2{
    float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
	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:45px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0;
    color: #1e2021;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.comn-hdg span{}
.comn-txt{
        display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    color: #000;
   }
.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{
    float: right;
    width: 50%;
    text-align: left;
    margin-top: 80px;
    padding-bottom: 60px;
} 
.s2-lft .cta-btn{ margin-top:30px;}
.s2-prodts{
	position: absolute;
    left: 100px;
    top: 0;
    width: 460px;
	}
ul.s2list{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 75px 0px 0px;
    justify-content: space-between;
	}
ul.s2list li {
	    float: left;
    width: 49.5%;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    padding: 20px 20px 20px 20px;
    position: relative;
    text-align: left;
    background: #e5f7e0;
    border-radius: 17px 17px;
    }
ul.s2list li a, ul.s2list li a:hover {
    color: #333;
}
ul.s2list li h3{
	position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    line-height: 54px;
    color: #d0d0d0;
    font-weight: 600;
	}	
ul.s2list li span{
	    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #1b1b1b;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	}	
ul.s2list li img{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
	}
.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: 48%; margin-top: 110px; padding-bottom: 60px;}
.s2-prodts {max-width: 490px;}
ul.s2list { width: 100%; row-gap: 25px; margin: 50px 0px 0px;}

}
@media only screen and (max-width: 1023px){
.sec2{ padding:40px 0;}
.s2-prodts {  max-width: 430px; left: -10%;}
ul.s2list {width: 100%; row-gap: 10px; margin: 20px 0 0px; column-gap: 14px;}
ul.s2list li { width: 49%; padding: 0px 0px 20px 0px;}
ul.s2list li span { font-size: 18px; line-height: 30px; padding: 15px 20px 0;}
.s2-lft { margin-top: 70px;}
.comn-hdg{ font-size: 30px; line-height: 40px;}
.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 0px; text-align: center; }
.s2-inr{ display:inline-block; width:100%;  text-align:center;}
.comn-hdg{ font-size: 27px; line-height: 32px;}
.comn-hdg span{font-size: 20px;line-height: 28px; letter-spacing: 0;}
.comn-txt{ font-size: 16px; line-height: 26px;  margin-top: 10px; }

.s2-lft {width: 100%; max-width: 100%;  padding: 0px 0px 0px; margin-top: 0px; float: none; display: inline-block; text-align: center;}
.s2-prodts{ position: static; max-width: 100%; display: block; margin: 15px auto 0;}
.s2-rgt {width: 100%;max-width:355px;padding: 10px 10px 15px; float:none; display:inline-block; }
ul.s2list{ width:100%; row-gap: 15px; margin-top:20px;}
ul.s2list li { width: 100%;  text-align:center; padding: 10px;}
ul.s2list li span { ont-size: 20px;line-height: 26px;padding: 0 0 0px;}

.s2-circle {
	width: 300px;
}
.cta-btn {margin-top: 20px;}

}

/*================SECTION 2===================*/


/*================SECTION 2===================*/
.sec_strip{
    float: left;
    width: 100%;
	padding:60px 0px 0px;
	}
.sec_strip-Innr{
	display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px 30px 50px;
    position: relative;
    background-image: linear-gradient(#6abe4c, #5cad3f, #84d966, #7fcf63, #fbfdfa);
    border-radius: 0px 45px 20px 20px;
    height: auto;
	}
.sec_strip-Innr:before{
	position: absolute;
    content: "";
    background: url(../images/strp-inr-shape.png) no-repeat right top;
    height: 60px;
    width: 106px;
    top: -60px;
    left: 370px;
}
.sec_strip-Innr:after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    background: #6abe4c;
    width: 370px;
    height: 60px;
    border-radius: 40px 0 0 0;
}
.sec_strip-Innr .comn-hdg{ color:#fff;  margin-top: -30px; position: relative; z-index: 1; }
.sec_strip-Innr .comn-txt{ color:#fff; }
.sec_strip-Innr_rit{
	float:right;
	width:57%;
	padding:70px 0 0;
	text-align:left;
	}
.sec_strip-Innr_rit .comn-hdg{
	font-size: 40px;
    line-height: 50px;
    padding: 0 0 50px 40px;
 }
.sec_strip-Innr_lft{
	float: left;
    width: 42.5%;
    text-align: left;
	}
.sec_strip-Innr_lft_bx{
	float: left;
	width: 100%;
	text-align: left;
	padding: 240px 15px 0px;
	height: 369px;
	background: url(../images/strp-bx-bg1.jpg) center top no-repeat;
	position: relative;
	z-index: 1;
	}
.sec_strip-Innr_lft_bx:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    z-index: -1;
}
.sec_strip-Innr_lft_bx_hdg{
	float:left;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	font-size:24px;
	line-height:32px;
	}
.sec_strip-Innr_lft_bx_txt{
    float: left;
    width: 100%;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
	}
.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:35px;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content:  space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    column-gap:0px;
    row-gap: 20px;
    }
ul.sec_strp-list li {
	float: left;
    width: 49%;
    padding: 30px 30px 30px 200px;
    border-radius: 20px;
    position: relative;
    text-align: left;
    background-image: linear-gradient(#fbfdfa, #f9fcf7, #f4fbf1, #f2faee, #f0f9ec);
    border: 0px solid #f9f4ec;
    overflow: hidden;
}

ul.sec_strp-list li .cta-btn {
    width: 210px;
}
ul.sec_strp-list li p{
	font-size: 16px;
    line-height: 25px;
    text-transform: none;
    color: #333;
    font-weight: 400;
	 }
ul.sec_strp-list li p span{     
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	}
ul.sec_strp-list li h1{     
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-top: 5px;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
	}
ul.sec_strp-list li img{
	position: absolute;
    top: 28px;
    left: 13px;
    max-width: 160px;
}
ul.sec_strp-list li:last-child p span{}
ul.sec_strp-list li:last-child h1{ }
ul.sec_strp-list li:last-child{ }
ul.strp-list{
	float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
	}
ul.strp-list li{
        width: 32%;
    float: left;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    text-align: center;
    position: relative;
    padding: 0 15px;
	}
ul.strp-list li span{
	display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	}
ul.strp-list li:last-child{ border:none;}
ul.strp-list li img{
	display:block;
	margin:0 auto 10px;
	}	
.strp-lst-icn{
	position:absolute;
	top:0;
	left:0;
	max-width:373px;
	}
.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_strip-Innr{ }
.sec_strip-Innr_lft { width: 49.5%; overflow:hidden;}
.sec_strip-Innr_rit{ width:50%; padding: 60px 0 0; }
.sec_strip-Innr_rit .comn-hdg { font-size: 38px; line-height: 46px; padding: 0 0 20px 25px;}
.strp-lst-icn { max-width: 266px;}
ul.strp-list{}
ul.strp-list li { }
.strp-li-hding { margin-bottom: 15px; font-size: 16px; line-height: 26px;}

.sec_strip-Innr_lft_bx{ background-size: cover; height: auto; padding: 250px 15px 20px;}
.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 { }
ul.sec_strp-list li p span{ font-size:22px; }

}
@media only screen and (max-width: 1023px){
.sec_strip{}
.sec_strip-Innr{ padding: 0px 20px 40px;}

.sec_strip-Innr_rit { width: 50%; padding: 20px 0 0;}
.sec_strip-Innr_rit .comn-hdg { font-size: 30px; line-height: 40px; padding: 0 0 10px 20px;}
.sec_strip-Innr_lft_bx { background-size: cover; height: auto; padding: 230px 15px 20px;}
.sec_strip-Innr_lft_bx2 { padding: 30px 10px 30px 245px; }
ul.strp-list { margin-top:25px; justify-content: center; column-gap: 15px;}
ul.strp-list li{  padding: 0 10px 0; text-align: center; font-size: 15px; line-height: 24px; width: 32%;}
ul.strp-list li span { font-size: 18px; line-height: 30px;}
ul.strp-list li img{max-width: 100%;}
.strp-lst-icn{ position:static; display:block; max-width: 188px; margin: 0 auto 10px; }
.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:0px; margin-top:15px;}
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 { }
ul.sec_strp-list li p span { font-size: 20px; line-height: 28px; margin-bottom: 5px;}
ul.sec_strp-list li .cta-btn{ margin-top:15px;}

}
@media only screen and (max-width: 767px){

.sec_strip{ padding:0px 0; text-align:center; background: #fff; height: auto;}
.sec_strip-Innr{ max-width: 100%; text-align: center; padding: 25px 10px; border-radius:15px 15px; }
.sec_strip-Innr:before,.sec_strip-Innr:after{ display:none;}
.sec_strip-Innr .comn-hdg{ margin-top:0; }
.sec_strip-Innr_rit{ float:none; display:inline-block; width:100%; text-align:center; padding:0 0;}
.sec_strip-Innr_rit .comn-hdg{ padding:0 0; font-size: 22px; line-height: 30px;}
ul.strp-list { margin-top: 15px;}
ul.strp-list li{ width: 100%; max-width:355px; text-align: center; padding: 15px 20px; box-shadow: 0px 0px 2px #ccc;}
ul.strp-list li img { max-width: 75px;}
ul.strp-list li span { font-size: 18px; line-height: 28px;}

.sec_strip-Innr_lft{ margin-top:15px; width:100%;}
.sec_strip-Innr_lft_bx{ width:100%; padding: 170px 15px 20px;}
.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: 15px; row-gap: 15px; justify-content: center; -webkit-justify-content: center;}
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{ }
ul.sec_strp-list li img, ul.sec_strp-list li:last-child img { max-width: 160px;}


}
/*================CTA SECTION===================*/
.cta{
	float:left;
	width:100%;
	padding:22px 0;
	background:#000;
	text-align:center;
}
.cta .comn-hdg{color:#fff;}
.cta .comn-txt{color:#fff;}
.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{}
	.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: #fff;
}
.s5_line{
    display: inline-block;
    vertical-align: middle;
    margin: 10px auto 0px;
    width: 220px;
    border-top:2px solid #aedd9f;
	}
.s5-prduts {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 14px;
}
.s5prdbx1, .s5prdbx2 {
	width: 24%;
    text-align: center;
    height: auto;
    margin-top: 0px;
    border: 1px solid #cccccc;
    padding: 0px 0px 18px;
    border-radius: 15px;
    overflow: hidden; 
	transition: all 0.3s;
}
.s5prdbx2:hover{ background-image: linear-gradient(#addd9f, #bfe4b4, #dcf0d6, #fbfdfa); transition: all 0.3s;}
.s5prdbx2_imgbx{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 30px 10px;
    border-bottom: 1px solid #ccc;

	}
.s3-lst-icn{
	display:block;
	margin:10px auto 10px;
	width:100%;
	}
.s5prdbx-hding, .s5prdbx-prc {
	font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.s5prdbx-hding {
    min-height: 60px;
}

.s5prdbx-prc {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.s5prdbx2 .cta-btn{ 
	margin-top: 12px;
    width: 66%;
    font-size: 18px;
	}
.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){
.s5-prduts{ justify-content: flex-start; row-gap: 20px; column-gap: 18px;}
.s5prdbx1, .s5prdbx2, .s5prdbx3, .s5prdbx4{ margin: 0; /*display: flex; flex-wrap: wrap; justify-content: center; column-gap: 0px;*/    
 width: 32%;}
.s5prdbx-prc{ }
.s5prdbx-hding {}
.sec5{}
.s5prd{ max-width: 194px;}
.s5prdbx2-imgbx {  padding: 23px 15px 23px;}

}
@media only screen and (max-width: 1023px){
.sec5{padding:40px 0;}
.sec5 .comn-txt{ width:100%; }
.sec5 .bdfont {  width: 100%;}
.s5-prduts {margin-top: 25px;justify-content: center;column-gap: 15px;}
.s5prdbx1, .s5prdbx2{margin: 0; row-gap: 0px; width:32%;        text-align: center;}
.s5prdbx2-imgbx1{ width:100%; float:none; display:inline-block; text-align:center; }
.s5prdbx-hding{ font-size: 16px;}


}
@media only screen and (max-width: 767px){
.sec5 {padding:25px 0; height:auto;}
.s5-prduts {margin-top:18px; justify-content: center;row-gap: 15px;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: 18px;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 60px;
    text-align: center;
    overflow: hidden;
	background:#e5f7e0;
}
.s3-Innr {
	display: inline-block;
    width: 88%;
    margin-top: 0px;
    text-align: center;
}
.s3-prodt{
	    position: absolute;
    left: 0;
    top: -20px;
	}
.s3-Innr .s5-prduts {margin-top: 25px;}
.s3-Innr .s5prdbx2{
	width: 32%;
    border: none;
    padding: 0;
	}
.s3-Innr .s5prdbx-hding{
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
}	
.s3-Innr .s5prdbx2_imgbx {
	    padding: 5px 25px;
    background: #fbf9f6;
    border: 2px solid #d9bb9b;
	}	
.s3-Innr .s3-lst-icn {margin: 0px auto 0px;}	
.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-Innr {width: 100%;}
.s3-prodt {left: -11%;}

}
@media only screen and (max-width: 1023px){
.sec3{padding:40px 0;  }
.s3-Innr{ float:none; display:inline-block;width:100%; margin-top:0; text-align:center;}
.s3-prodt {position: static;max-width: 100%;margin-top: 15px;}
.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:25px 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;}
.s3-Innr .s5prdbx2{ width: 31%;}
}

/*================SECTION 4===================*/
.sec4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 55px;
}
.sec4_innr {
	display:inline-block;
    width: 90%;
    text-align: center;
    margin-top: 0px;
	}
.sec4_innr .comn-txt{ width:78%; }
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: 18px;
	margin-top:0px;
	}
ul.s4list li {
    float: left;
    width: 32%;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0px 0px 0px 68px;
    position: relative;
    text-align: left;
    }
ul.s4list li span{
	display: block;
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom:3px;
	}
ul.s4list li img{
	position: absolute;
    left: 0;
    top: 8px;
	}
ul.s4list li:last-child{ border:none;}
/*================SECTION 6===================*/
.sec6{padding: 30px 0 30px 0; background: #f7f6f4;}
.s6bx{width: 100%;float: left;}
.ftr-logo {
    display: block;
    margin: 0 auto 10px;
    max-width: 170px;
}
.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: #0e0d0c;}
.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;
}
@media only screen and (max-width: 1187px){

}

@media only screen and (max-width: 1023px){

.sec4{ padding:0px 0 50px; }
.sec4_innr .comn-txt{ width:100%;}
ul.s4list{ margin-top:28px;}
ul.s4list li { text-align:center; padding:0 10px;}
ul.s4list li span { font-size: 19px; line-height: 28px;}
ul.s4list li img { position: static; display: block; margin: 0 auto 10px;}
	
.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: 25px 0;}
ul.s4list {row-gap: 15px; margin-top: 20px;}	
ul.s4list li {   width: 100%;  padding: 20px 28px; text-align:center; font-size: 16px; line-height:26px; box-shadow: 0px 0px 2px #bbb;}
ul.s4list li:nth-child(2){ border:none;}
	
.sec6 {padding: 20px 0 24px 0;}
.s6bx{margin:0 auto;}
.s6bx1, .s6bx2, .s6bx3{
	width:100%;
	border-right:none;
	border-bottom:1px solid #fff;
	padding:0 0 0px 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: #6abe4c;
    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: 2px 0 5px 0;}

}

@media screen and (max-width:760px) and (orientation:landscape) {
    .age-pop {
        margin: 5rem auto;
    }

}