@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: "Inter", 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: 8px 0 0px 0;
    max-width: 205px;
}
ul.nav {    
	    float: left;
    margin: 18px 0 0 150px;
    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;}
@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: 145px;
        margin: 7px 0 0 0;}
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
    width: 100%;
	/*height:677px;*/
	padding: 10px 0 10px;
    position: relative;
	/*background:url(../images/banner_bg.jpg) no-repeat center top;*/
    overflow: hidden; 
	background-image: linear-gradient(180deg, #fcfcfa 45% 45%, #f1f1f1 45% 45% );
}
.bnr-innr {
	float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 100px 50px 100px;
	background:url(../images/bnr_inr_bg.jpg) no-repeat center top;
	border:5px solid #fff;
	box-shadow:0px 0px 5px #bbb;
	border-radius:10px 10px;
	height:auto;
}
.bnr-lft {
    display: inline-block;
    width: 90%;
    text-align: center;
    position: relative;
    padding: 45px 0 45px;
    vertical-align: middle;
}
.bnr-prod{
	position: absolute;
    right: 0;
    top: 280px;
    max-width: 310px;
	}
.bnr-p {
    float: left;
    width: 100%;
    font-size: 23px;
    line-height:34px;
    color: #a39999;
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:10px;
}
.bnr-p1 {
	float: left;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-family: "Oleo Script", system-ui;
}
.bnr-p1 span{
	 display: block;
	 font-weight:400;
}
.sec-line{
	display:inline-block;
	max-width:100%;
	margin:10px 0;
	vertical-align:middle;
}
.bnr-shadow{
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 620px;
	
	}
.bnr-p2 {
	display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-top: 16px;
    vertical-align: middle;
}
img.bnr-mob-prd {
	position: absolute;
    top: 155px;
    left: -60px;
    max-width: 340px;
}
.shop-btn{
	margin-top: 28px;
    display: inline-block;
    width: 200px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0px;
    position: relative;
    background:#004923;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
}
.shop-btn:hover{ letter-spacing: 0px;}

.shop-btn-txt{
	display:inline-block;
	vertical-align:middle;
	width: 356px;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	color:#3b3b3b;
	text-align:center;
	position:relative;
	}
/*====== Strip =======*/
.strip{
	float:left;
	width:100%;
	padding:30px 0px 40px;
	background:#f1f1f1;
	}
ul.strp-lst{
	float: left;
	width: 100%;
	margin: 0px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 13px;
	row-gap: 10px;
	}
ul.strp-lst li{
    float: left;
    width: 24%;
    padding: 0px 0px;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
	text-align:center;
	}		
ul.strp-lst li span{
	display: block;
    text-transform: capitalize; 
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
    line-height: 28px;
    font-size: 20px;
	}
ul.strp-lst li img{
	display:block;
	margin:0 auto 10px; 
	}
/*==============*/
.bnr-btm{
	float:left;
	width:100%;
	padding:50px 0 50px;
	text-align:center;
	background: linear-gradient(45deg, #fcfcfa, #fcfcfa); 
	}	
.bnr-btm-lft{
    float: right;
    width: 54%;
    text-align: left;
    padding: 0px 0 35px;
	}
.bnr-btm-lft .s1-p1{ }
.bnr-btm-lft .s3-p2 {}
.bnr-btm-img1,.bnr-btm-img {
    position: absolute;
    left: -25px;
    top: 0px;
    max-width: 100%;
}
.bnr-btm-img{
    top: 230px;
    max-width: 490px;
	}		
.bnr-uls{
	float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 20px 0 0;
    width: 100%;
    row-gap: 10px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 13px;
	}
.bnr-uls li{
    float: left;
    width: 48%;
    padding: 0px 0px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
	}		
.bnr-uls li span{
	display: block;
    text-transform: capitalize;
    line-height: 32px;
    font-size: 20px;
	color:#000;
    font-family: "Oleo Script", system-ui;
	}
.bnr-uls li	a{}	
.bnr-img{
	display: block;
    margin: 0px auto 0px;
    max-width: 240px;
    padding: 0px;
	width: 100%;
	position: relative;
    z-index: 1;
	}
.bnr-uls li:before{
    position: absolute;
    content: "";
    background: #add6a7;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
	 }
/*-------------------------
BANNER-STRIP
--------------------------*/
.bnr-strip{
    float: left;
    width: 100%;
    padding: 40px 0 50px;
    background: #fff;
	}
.br-strp_lft{
	float:left;
	width:30%;
	position:relative;
	}
.bnr-stp-img{
	    position: absolute;
    top: -116px;
    left: 0;
	}
.bnr-strip .s3-p2{width: 80%}
.br-strp_rgt{
	display:inline-block;
    width:100%;
    text-align: center;
    margin: 0 0 0;
	}	
.stp-uls{
	    float: left;
    display: flex;
    padding: 0 0;
    margin:30px 0 0;
    width: 100%;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.stp-uls li{
    float: left;
    width: 32%;
    font-size: 18px;
    line-height: 28px;
	color:#000;
    font-weight: 400;
    text-transform: none;
    position: relative;
}
.stp-uls li .shop-btn{ margin-top:15px;}
.stp-uls li div{
	display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin-top: -185px;
	}
.stp-uls li span{
        display: block;
    font-family: "Oleo Script", system-ui;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
	}		
.stp-uls-li-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
}
.strp_icns{
	display:block;
	margin:0 auto 15px;
	max-width:60%;
	 }
	/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
	padding:50px 0;
}
.s4-inr{
	display:inline-block;
    width: 100%;
	height:380px;
	background:url(../images/s4-inr.jpg) no-repeat center top;
	background-size:cover;
	border-radius:10px;
	padding:70px 0;
	}
.sec4-rit{
	float: right;
    width: 53%;
    text-align: left;
    padding: 0px 0px;
	}
.sec4-rit .shop-btn { margin-top: 20px;}
.s4-hdg {
    width: 100%;
    font-weight: 700;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    
    line-height: 53px;
    color: #2b2b2b;
}
.section-4 .s1-p1 { font-size:36px; line-height:46px; }
.section-4 .s1-p2 { width: 100%; margin-top:15px; padding:0;}
.s4-txt-bg {
        width: 67%;
    display: inline-block;
    text-align: center;
    padding: 0 0px 0;
}
.s4-img{
	display: inline-block;
    max-width: 100%;
    margin-top: 15px;
	}
ul.s4-lst {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
	column-gap:15px;
	margin-top:20px;
}
ul.s4-lst li {
    float: left;
    width: 48%;
    margin: 0 0 0;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 0px;
}
ul.s4-lst li span{
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 14px 0px 14px 70px;
    font-family: "Oleo Script", system-ui;
	}
.s4_icns{
	position:absolute;
	top:0px;
	left:0;
}
.sec4-model{
    position: absolute;
    top: 15px;
    left: 0;
	} 
/* SECTOIN-1 CSS */
.sec1{
	float: left;
    width: 100%;
    background: url(../images/sec1.jpg) center top no-repeat;
    height: 763px;
    padding: 50px 0 50px;
    text-align: center;
    overflow: hidden; 
}
.s1-lft{
	float: right;
    width: 53%;
    padding: 23px 19px;
    text-align: left;
    margin: 77px 0 0;
    background: #446970a3;
	}
.s1-hd{
	font-size: 55px;
    line-height: 64px;
    color: #fff;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.s1-hd span{color: #878787;}
.s1-sub-hd{
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.s1-tx{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
}
.s1-tx span{}
.bnr-img1{
	    position: absolute;
    right: 2%;
    top: 0px;
	}
.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 {
    margin-top: 28px;
    display: inline-block;
    width: 230px;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0px;
    position: relative;
    background: #004923;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
}
.s1-lft .cta-btn{ }
.s1-prodt_gls{
	position: absolute;
    top: 410px;
    left: 58%;
    transform: translateX(-50%);
	}
@media only screen and (max-width: 1187px){

.bnr-lft {width: 100%;}
.bnr-btm-img1, .bnr-btm-img {max-width: 465px;}
	
.s1-lft { width: 50%; padding: 125px 0px 0px;}
.s1-hd{ font-size: 51px; line-height: 62px;}
.s1-tx { font-size: 18px; line-height: 28px;}
.bnr-img1 {max-width: 480px;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: 40px 0px; height: auto; background-size: cover; background-position: 65% top;}
.s1-lft { width: 60%; padding: 60px 0 18px;}
.s1-sub-hd { font-size: 22px; line-height: 30px;}
.s1-hd { font-size: 46px; line-height: 56px;}
.s1-hd span {}
.s1-tx { font-size: 17px; line-height: 27px; margin-top: 10px;}
.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:25px 0 25px; position:relative; }
.s1-lft { float: none;  display: inline-block; width: 100%; margin: 0 0 0; max-width: 100%; text-align: center; padding: 18px 0px; border: 0px solid #39ae13; border-radius: 0px;}
.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: 29px; line-height: 36px;}
.s1-hd span { }
.s1-tx{font-size:16px; line-height:26px; margin-top:8px; width:100%;background: none; }
ul.s1-list{row-gap: 12px;margin: 20px 0 0px;}
ul.s1-list li{width: 49%;padding: 15px 10px;}
.s1-icn {max-width: 52px; position: static; display: block; margin: 0 auto;}
.s1-lft .cta-btn, .cta-btn { display: inline-block; margin-top: 18px; width: 215px; font-size: 18px; line-height: 45px; height: 45px;}
.bnr-img1 {position: static;max-width: 100%;margin-top: 15px;}
.bnr-img2 {max-width: 100%;margin-top: 18px; display:none;}
ul.s1-list li span{ font-size:18px;}

}

/*================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{
	display: inline-block;
    width: 100%;
    font-size: 42px;
    line-height: 50px;
    color: #090909;
    font-weight: 700;
    font-family: "Oleo Script", system-ui;
    text-transform: capitalize;
    vertical-align: middle;
}
.comn-hdg span{    
    display: block;
	color: #004923;
}
.comn-txt{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f;
    padding-top: 15px;
    vertical-align: middle;
   }
.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;}

}
@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: 32px; line-height: 42px;}
.comn-hdg span{ }
.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: 30px; line-height: 40px;}
.comn-hdg span{}
.comn-txt{ font-size: 16px; line-height: 26px;  margin-top: 10px; }

.s2-lft {
    width: 100%; 
    padding: 0px 0px 0px;
    margin-top: 0px;
    float: none;
    display: inline-block;}
.s2-rgt {width: 100%;padding: 10px 10px 15px; float:none; display:inline-block; }

.s2-circle {
	width: 300px;
}
.cta-btn {margin-top: 20px;}

}

/*================SECTION 2===================*/

@media only screen and (max-width: 1187px){

}
@media only screen and (max-width: 1023px){

}

@media only screen and (max-width: 767px){

	}
/*================SECTION 2===================*/
.sec_strip{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
	}
.sec_strip-Innr{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
	}
.sec_strip-Innr_rit{
	float: right;
    width: 49%;
    padding: 60px 0 0px;
    text-align: left;
	}
.sec-stp-img2{
    position: absolute;
    left: -8%;
    top: -40px;
}
.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;
    
    color: #95b022;
    font-weight: 700;
	}
ul.sec_strp-list {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.sec_strp-list li {
    float: left;
    width: 32%;
    padding: 0px 0px 0px 57px;
    border-radius: 0px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
ul.sec_strp-list li p{
	font-size:16px;
    line-height:26px;
    text-transform: none;
    color: #000000;
    font-weight:300;
	 }
ul.sec_strp-list li p span{     
	display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 27px;
    text-transform: capitalize;
	}
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: 0;
	left: 0;
}
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: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: 615px; left: -13%;}
.sec_strip-Innr_lft { height: auto;padding:67px 100px; background-size:cover;}
.sec_strip-Innr_rit{ padding: 35px 0 0px;width: 50%; }
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: 0px 0px 0px 55px;}
ul.sec_strp-list li p span{font-size: 18px;}

}
@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:100%;
        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: 20px; margin-top: 20px;}
ul.sec_strp-list li, ul.sec_strp-list li:last-child {width: 45%; padding: 15px 20px 15px 20px; text-align: center; box-shadow: 0px 0px 3px #bbb;}
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: 16px; line-height: 26px;}
ul.sec_strp-list li p span { font-size: 17px; line-height: 27px; 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%; }
.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: 15px; row-gap: 15px;justify-content: center;}
ul.sec_strp-list li, ul.sec_strp-list li:last-child{ width: 44%;padding: 10px;font-size: 15px; }
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:#f1f1f1;
	overflow:hidden;
}
.sec5 .comn-txt { width: 86%; }
.s5-prduts {
    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-between;
    row-gap: 20px;
}
.s5prdbx1, .s5prdbx2 {
	width: 24%;
    text-align: left;
    height: auto;
    margin-top: 0px;
    padding: 15px 10px 20px;
    background: #fff;
}

.s5prdbx2_imgbx{
	display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 10px;
	background: #ebebeb;
	}
.s3-lst-icn{
	display:block;
	margin:0px auto 0px;
	width:100%;
	}
.s5prdbx-hding, .s5prdbx-prc {
	    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    min-height:56px;

}
.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: 14px;
    width: 83%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    border-radius:0px;
    float: left;
	}
.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;width: 32%;}
.s5prdbx-prc{ }
.s5prdbx-hding {min-height: 56px;}
.sec5{ padding:50px 0;}
.s5prd{ max-width: 194px;}
.s5prdbx2-imgbx {  padding: 23px 15px 23px;}
.s5-prduts{column-gap: 15px;justify-content: center;}
.s5prdbx2 .cta-btn { margin-top: 10px; width: 155px; float: left;}

.sec4-model {top: 10px;max-width: 450px;}

}
@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;}
.s5prdbx-prc{ width:100%; }
.s5prdbx2 .cta-btn{ float:none; display:inline-block; }

}
@media only screen and (max-width: 767px){
	
.banner { padding:15px 0px; text-align:center; height: auto;}
.bnr-innr {padding: 60px 10px;background-size: cover; overflow: hidden;}
.bnr-lft { width:100%;text-align: center; margin-top: 0; padding: 0px 0px;}
.bnr-p{ margin-bottom: 0;letter-spacing: 3px;font-size: 18px;line-height: 28px; }
img.bnr-mob-prd{ position: static; right: 0; left: 0; margin: 8px auto 8px; width: 230px;}
.bnr-p1 {font-size: 35px;line-height: 45px; }
.bnr-shadow{ top: 520px; max-width: 374px;}	

.strip { padding: 15px 0px 25px;}
ul.strp-lst{ justify-content: center; column-gap: 13px; row-gap: 14px;}
ul.strp-lst li{ width:100%; text-align:center; box-shadow:0px 0px 5px #bbb; max-width:355px; padding:15px 25px;}
ul.strp-lst li img{ margin:0 auto 5px; }

.bnr-btm {padding: 25px 0;}
.bnr-btm-lft {padding:0; width:100%; text-align:center;}
.bnr-btm-img1, .bnr-btm-img { max-width:100%; position: static; display: inline-block; /* float: right; */ margin: 10px 0 0 0;}	
.bnr-btm-img {float: left;max-width: 340px;margin: -210px 0 0 0;}
.bnr-uls{margin-top: 18px;justify-content: space-around;column-gap: 6px;row-gap: 18px;}
.bnr-uls li {width: 49%; font-size: 17px; line-height: 27px;}
.bnr-uls li span{line-height: 25px;font-size: 16px;}
.bnr-uls li:before { width: 130px; height: 130px; top: 15px;}
.bnr-uls li .shop-btn{ width:100%; max-width:160px; margin-top: 10px; font-size: 14px; line-height: 38px;}

.section-4{height: auto;padding: 25px 0 25px;}
.sec4-rit {width:100%; text-align:center;}
.sec4-model { margin: 15px auto 0px; max-width: 100%;position: static;}
.section-4 .s1-p1 { font-size: 26px; line-height: 36px;}
.s4-inr { height:auto; background:#eaebec;    padding: 30px 0;}
ul.s4-ul{ row-gap: 0px; margin-top: 20px;}
ul.s4-ul li { width: 49%; max-width:355px;}
.s4-iimgs{ margin:0; width: 190px;}
.section-4 .s1-p2 { width: 100%; margin-bottom: 0;}
.s4-hdg { font-size: 24px; line-height: 34px;}
.s4-txt-bg {width: 100%; text-align: center;padding: 10px 10px 20px;}
.s4-img{ position:static; display: inline-block;  margin: 20px auto 0; width: 100%; }
ul.s4-lst{ justify-content: center;}
ul.s4-lst li{ width:100%; max-width:355px; }
	
.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;}
.sec5 .cta-btn{ width:100%;}
.s5prdbx3, .s5prdbx4{margin:20px 1% 0 1%;}
.s5prdbx-hding{height:auto;text-align:center;font-size: 17px;line-height: 27px; }
.s5prdbx-prc, .s5prdbx-txt, .s5prdbx-txt2{text-align:center;}
.s5prdbx-prc{margin:10px 0 0 0; font-size: 20px; line-height: 25px;}
.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:0px 0 0px;
    text-align: center;
}
.s3-Innr {
	float:left;
    width: 100%;
    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: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.s3-list li{
	float: left;
    width: 49%;
    padding: 30px 270px 30px 20px;
    border-radius: 0px;
    overflow: hidden;
	position:relative;
	font-size:18px;
	line-height:28px;
	color:#fff;
	text-align:left;
	background: url(../images/sec3_li_bg.png) center top no-repeat;
    height: 249px;
}
ul.s3-list li img{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
	}
ul.s3-list li h1{
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	font-family: "Playfair Display", serif;
	font-weight:700;
	color:#fff;
	margin-bottom:5px;
	}
ul.s3-list li:last-child h1{ color:#000; }
ul.s3-list li:last-child{ background: url(../images/sec3_li_bg2.png) center top no-repeat; color:#000; }

@media only screen and (max-width: 1187px){
.s3-Innr2 { margin-top: 41px;}
ul.s3-list li { padding: 35px 230px 30px 25px;}
ul.s3-list li h1 { font-size: 26px; line-height: 38px;}


}
@media only screen and (max-width: 1023px){
.sec3{padding:0px 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;}
ul.s3-list{ margin-top:0px;}
ul.s3-list li { padding: 30px 120px 25px 20px;}
ul.s3-list li h1 { font-size: 22px; line-height: 32px;}


}
@media only screen and (max-width: 767px){
.sec3{ padding:0px 0; }
ul.s3-list{ justify-content: center; row-gap: 15px; width: 355px; margin: 0px auto 0; float: none;}
ul.s3-list li, ul.s3-list li:last-child {width: 100%;height: auto;font-size: 15px;line-height: 26px;padding: 20px 160px 20px 15px;        background-position: 25% top;}
ul.s3-list li:last-child{background-position: 71% top;}
ul.s3-list li h3{ font-size:18px; line-height:28px;}
ul.s3-list li h1 { font-size: 20px; line-height: 30px;}
ul.s3-list li p{}
.s3-img2 { margin-top: 31px; }

}
/*================SECTION Newarrival ===================*/
.sec-newarrival{
	float:left;
	width:100%;
	padding:0px 0px 40px 0; 
	}
.sec_newarvl_innr{
	float:left;
	width:100%;
	}
.sec_newarvl_innr .s5-prduts{ justify-content: space-between;}
.sec_newarvl_innr .s5prdbx2 {}
.sec_newarvl_innr .s5prdbx2 .s5prdbx-prc{ width:100%;}

@media only screen and (max-width: 1187px){

.sec-newarrival{ padding:0px 0px 20px;}

}
@media only screen and (max-width: 1023px){
.sec_newarvl_innr .s5-prduts { justify-content: center;}
.sec_newarvl_innr .s5prdbx2 { width: 32%;}	
	
}

@media only screen and (max-width: 767px){

.sec-newarrival{ padding:20px 0px 20px; }
.sec_newarvl_innr .s5-prduts{ margin-top:0px; }
.sec_newarvl_innr .s5prdbx2 {  width: 48%; }
}
/*================SECTION 4===================*/
.sec4 {
    float: left;
    width: 100%;
    text-align: center;
    padding:50px 0 30px;
	overflow:hidden;
}
.sec4_innr {
    float: left;
    width: 53%;
    padding: 0px 0;
    text-align: left;
    margin-top: 0px;
	}
.sec4_innr .cta-btn {}
.s4-prodts{
	position: absolute;
    left: 0;
    top: 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: 15px;
    margin: 30px 0 0px;
	}
ul.s4list li {
	    float: left;
    width: 49%;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 38px;
    position: relative;
    text-align: left;
}
ul.s4list li span{ 
	    display: block;
    font-size: 22px;
    color: #333;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}
ul.s4list li img{
	position: absolute;
    left: -10px;
    top: 7px;
    max-width: 40px;
	}
ul.s4list li:last-child{ border:none;}
.sec4_innr_rit {
    float: right;
    width: 45%;
    padding: 0;
    text-align: left;
    margin-top: 0px;
	}
ul.s4_gdn_lst{
	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;
    column-gap: 10px;
    margin: 0px 0px 0px;
	}
ul.s4_gdn_lst li {
    float: left;
    width: 49%;
    padding: 0px;
    position: relative;
    text-align: center;
}
ul.s4_gdn_lst li p{
    font-size: 28px;
    line-height: 42px;
	color:#fff;
    font-weight: 700;
	font-family: "Playfair Display", serif;
	text-transform:uppercase;
	
	}
ul.s4_gdn_lst li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
ul.s4_gdn_lst li:last-child{ background:linear-gradient(45deg, #333, #4b5d07); padding:50px 15px; border-radius:5px 5px;}
/*================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: 49%; padding: 0px 0px;}
.s4-prodts {max-width: 490px;left: -6%;}
ul.s4list{ margin:25px 0px 0px;}
ul.s4list li{ font-size:18px; }
ul.s4list li span{ font-size:16px; }
.sec4_innr_rit{ width:50%; }
ul.s4_gdn_lst li:last-child{ padding:40px 15px;}
.sec4_innr .cta-btn { margin-top: 22px;}

}

@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: 15px 0 -15px;}
ul.s4list{ margin: 20px 0 0px;}
ul.s4list li { }
ul.s4list li span { font-size: 17px; line-height: 27px;}
ul.s4list li img {}
.sec4_innr_rit{ float:none; display:inline-block; width:100%; margin-top:25px; }	
ul.s4_gdn_lst { justify-content: center;}
ul.s4_gdn_lst li { width: 38%;}
ul.s4_gdn_lst li:last-child { padding: 55px 15px; }
	
	
.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 25px; /* background: #fff; */ height: auto; border-top: 1px solid #f6f6f6;}
.sec4_innr { max-width: 100%; padding:0;}
ul.s4_gdn_lst{ column-gap:4px; row-gap: 10px;}
ul.s4_gdn_lst li{ width:49%; padding: 0}
ul.s4_gdn_lst li img{width: 100%}
ul.s4_gdn_lst li:last-child { padding: 20px 10px;}
ul.s4_gdn_lst li p { font-size: 20px; line-height: 30px;}
.s4-prodts {}	
ul.s4list { margin: 20px 0 5px;}	
ul.s4list li {width: 49%;font-size: 15px;line-height: 23px;padding: 0;text-align: center; }
ul.s4list li span {font-size: 18px; line-height: 26px;}
ul.s4list li img {max-width: 44px;position: static;display: inline-block;margin: 0 auto 2px;}
ul.s4list li:nth-child(2){}
.sec4_innr .cta-btn {  margin-top:20px;}
	
.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: #004923;
    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;
    }

}