@charset "utf-8";
img, object, embed, video {
	    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-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;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.dsplay{width:100%; box-sizing:border-box; float:left;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
	    font-size: 42px;
    line-height: 52px;
    color: #f45932;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
}
.bdhding2 span{}
.bdfont{
	font-size: 18px;
    line-height: 28px;
    color: #292929;
    display: inline-block;
    vertical-align: middle;
	
    width: 100%;
    margin-top: 20px;
}
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
.fullpage{ float:left; width:100%; overflow:hidden;}

.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2 {
        height: 50px;
    width: 205px;
    outline: none;
    display: inline-block;
    margin: 25px 0 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #00dc39;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    font-family: inherit;
    transition: all 0.3s;
    border: none;
    vertical-align: middle;
}
.s1-inner .bnrbtn{}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
	padding: 10px 0;
    float: left;
    width: 100%;
	background:#fefaf0;
    position: relative;
    z-index: 9;
    text-align: center;
    height: 70px;
    top: 70px;
    margin-top: -70px;
}
.fixed-nav .header{
	float:left;
	width:100%;
	background:#fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #dedede;
}

.logo {
	float: left;
        width: 190px;
    margin-top: 0;
}
ul.nav {
	display: inline-block;
    margin: 13px 0 0 0px;
}
ul.nav li {
	float: left;
    padding: 0 10px;
    border-right: 1px solid #e1e1e1
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	float: left;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
ul.nav li a.active {
	color: #000;
}
p.hdrlist {
	float: right;
	padding: 12px 0 0 30px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #000;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#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: #001a59;
	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: 60px;
    background: #00dc39;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    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;
}

/*================BANNER===================*/
.banner {
	background: url(../images/banner.jpg) no-repeat center top;
    float: left;
    width: 100%;
	height:681px;
    padding:0px 0;
    position: relative;
    margin-top: 0px;
}
.bnr-model {
	position: absolute;
    right: -45px;
    top: -20px;
}
.bnr-heading{
	float: left;
    width: 48%;
    margin-top: 120px;
    text-align: left;
}
.bnr-heading h2{
    float: left;
    width: 100%;
	font-size: 22px;
    line-height: 32px;
    color: #f17732;
	font-weight: 500;
	margin-bottom:6px;
	}
.bnr-heading h2 span{ font-weight:300;}
.bnr-heading h1{
    font-weight: 700;
	  font-family: "Oswald", sans-serif;
    font-size: 56px;
    line-height: 66px;
    float: left;
    width: 100%;
    color: #000000;
    text-transform: capitalize;
}
.bnr-heading h1 span{color: #03a8dc;;}
.lft-brd{ float:left; margin:10px 0;}
.bnr-centr-brd{ display:none;}
.bnr-sub-hdg {
	margin-bottom:6px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;    
	color: #a6a749;
    text-transform: capitalize;
}
.bnr-txt{
      float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    margin-top: 18px;
	}
.mob-bnr-prod{display:none;}
.bnrprd {
	position: absolute;
	top: 270px;
	right: 420px;
}
ul.bnr-list{
	float:left;
	width:100%;
	margin:35px 0 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
	}
ul.bnr-list li{
	float:left;
	width:33.33%;
	font-size:16px;
	line-height:22px;
	color:#141417;
	font-weight:500;
	text-align:left;
	padding-left:82px;
	position:relative;
	text-transform: capitalize;
	}	
ul.bnr-list li img{
	position:absolute;
	left:0;
	top: -20px;
	}	
.bnr-prodt{
	position:absolute;
	left:0;
	top: 578px;
	}	
ul.sec1-list {
    float: left;
    width: 66%;
    margin-top: 105px;
    position: relative;
}
ul.sec1-list li {
    float: left;
    width: 30%;
    padding: 0 0 0 84px;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
ul.sec1-list li img {
    position: absolute;
    top: 10px;
    left: 60px;
}		
ul.sec1-list li:last-child {
    border-right: none;
}
/*=============STRIP======================*/
.strip{
    padding: 70px 0 65px;
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
	}
.strip-rgt{
	float: left;
    width: 30%;
    text-align: center;
    padding: 27px 20px;
    border: 2px solid #e5eff4;
    border-radius: 10px;
	}
.strip-rgt .bdhding2{ color:#115890; text-transform:uppercase;}
.strip-rgt .bdfont{ margin-top:10px;}	
.strip-img3{
	display:inline-block;
	max-width:100%;
	margin-top:10px;
	}

ul.strip-list2{
    float: left;
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 16px;
    column-gap: 0px;
	}	
ul.strip-list2 li{
	float: left;
    width: 24%;
    font-size: 20px;
    line-height: 26px;
    color: #0f0f0f;
    font-weight: bold;
    text-align: center;
    padding: 0 10px 19px;
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
	}	
ul.strip-list2 li span{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #000;
    font-weight: 500;
	}
ul.strip-list2 li h3{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top:12px;
    color: #115890;
    font-weight: 500;
	}	
ul.strip-list2 li img{
	display: block;
    margin: -26px auto 9px;
	}

/*=============BTM SECTION======================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    position: relative;
    background: #fff;
}
.btm-sec-inr{
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	margin-top:60px;
	}

.bnr-btm-sec .bnrbtn{
    margin: -22px 0 0;
    vertical-align: top;
	}
.bnr-btm-hdg {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.btm-sec-ritbx{
    float: right;
    width: 47.5%;
    position: relative;
    text-align: center;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 3px 5px #bbb;
	}
.bnr-btm-sec-hdg{
	float: left;
    width: 100%;
    font-weight: 400;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 0px;
    background: #b90b05;
	}
.gls-prodt{
	display:inline-block;
	vertical-align:middle;
	margin:40px 0 0;
	max-width: 570px;
	}
.bnr-btm-lines{
	display:inline-block;
	max-width:100%;
	margin:-65px 0 0;
	}	
.btm-sec-lft{
	display: inline-block;
    width: 100%;
    padding: 0 40px 30px;
    text-align: center;
    position: relative;
    border: 2px dashed #dedede;
    border-radius: 11px;
	} 
.btm-sec-lft .bdhding2{
	width:auto;
	margin-top:-24px;
	padding:0 15px;
	vertical-align:top;
	background:#fff;
	}	
.bnr-btm-prodt{
	position:absolute;
	left:50%;
	top:260px;
	transform:translateX(-50%);
	}	
.btm-sec-lft ul {
        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;
}
.btm-sec-lft ul li {
	    float: left;
    width: 24%;
    padding: 0;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.btm-sec-lft ul li span{
	display:block;
	font-size:20px;
	line-height:30px;
	margin-bottom:5px;
	font-weight:700;
	}
.bnr-btm-sec ul li img {
	    display: block;
    margin: 0 auto 10px;
    background: #f3f3f3;
    padding: 10px;
	border-radius: 10px;
	width: 200px;
	}
.bnr-btm-mid {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	margin-top:50px;
	 overflow:hidden;
}
.glass-txt{
    font-size: 100px;
    line-height: 100px;
    color: #dfdfdf;
	position:absolute;
	top:400px;
	right:0;
	text-align:left;
	text-transform:uppercase;
	}	
/*================SECTION 1===================*/
/*================SECTION 1===================*/
.sec1 {
    padding: 50px 0 50px;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
	    height: 678px;
}
.sub-hdg{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#55d6d1;
	font-weight:500;
	
	margin-bottom:5px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	}
.bdhding{
       float: left;
    width: 100%;
    font-size: 40px;
    line-height: 51px;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
}
.bdhding span{
	display:block;
	font-size: 40px;
    line-height: 50px;
	color:#000000;
	font-weight:bold;
	font-family: 'Averia Libre';
	text-transform: capitalize;
}
.sec1 .bdhding span{}
.s1hdimg {
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
}
.s1txt {
    display: inline-block;
    width: 89%;
    font-size: 17px;
    line-height: 27px;
    color: #747474;
    margin-top: 21px;
}
.s1-rgt{
	    float: left;
    width:67%;
    text-align: left;
    margin-top: 0px;
    position: relative;
	}
.s1-rgt-bx{
	float: right;
    width: 53%;
    margin-top: 38px;
	}
.s1-rgt-bx_cont{
	text-align:left;
	padding: 90px 0px 0 550px;
	}
.s1-rgt-bx:last-child .s1-rgt-bx_cont{ padding: 90px 550px 0px 0 ;}
.se1-img1 {
   position: absolute;
    right: -68px;
    top: 0;
    max-width: 440px;
}
.se1-img2{
	position:absolute;
	top:0;
	right:0;
	max-width:497px;
	width: 100%;
	}
.s1-sub-headng {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #001a59;
    font-weight: bold;
    margin-top: 30px;
}
.s1lhding {
	font-size: 26px;
	line-height: 32px;
	color: #000;
	text-align: left;
	padding: 23px 0 0 0px;
	font-weight:300;
}
.s1lhding span{ display:block;}
.s1ltxt {
	font-size: 16px;
	line-height: 21px;
	color: #898989;
	text-align: left;
	padding: 13px 0 0 0px;
	width: 53%;
	float: left;
	font-weight: 300;
}
.s1-btn{
	float:left;
	width:100%;
	}
.s1-btn .btn{
	display:inline-block;
	vertical-align:top;
	float:none;
	}
.s1-girl{
	position: absolute;
    left: 0px;
    top: 26px;
    z-index: 1;
	}	
ul.sec1-list2{
	float: left;
	width: 100%;
	margin-top: 60px;
	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.sec1-list2 li{
	    float: left;
    width: 22%;
    padding: 96px 19px 0 0;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    position: relative;
}	
ul.sec1-list2 li:after{
	    position: absolute;
    content: "";
    border-top: 2px solid #000;
    width: 32%;
    left: 77%;
    right: 0;
    top: 42px;
}
ul.sec1-list2 li:last-child:after{ display:none;
}
ul.sec1-list2 li img{
	position:absolute;
	left:0;
	top:0;
	}	
/*================SECTION 2===================*/
/*================SECTION 2===================*/
.sec2 {
    padding:50px 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
.sec2-inr{
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	}
.padng{ padding:0 80px;}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}
.prod-box{
	float:left;
	width:100%;
	margin-top:0px;
	}
.s2lft, .s2rgt, .s2mid  {
	width: 39%;
	margin: 16px 7px 0 0;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.prd-detls{
	width:81%;
	float:left;
	}
.s2lft {
	background: #fff;
	padding: 36px 30px 63px;
}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 74.2%; float: none; display: inline-block; margin-top: 28px; position: static;}
.s2prd1, .s2prd_bndl {
	margin-top: 5px;
    max-width: 230px;
    position: absolute;
    top: 125px;
    right: 50px;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}

.s2prd-hding, .s2prd-prc, .s2prd-hding2, .s2prd-prc2, .s2prd-sb-hding {
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 0 0;
	float:left;
	width:100%;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 19px;
	color: #649c8a;
	line-height: 19px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px 0 7px;
	margin-top: 10px;
	max-width: 100%;
	}
.fiv-star{
	display:block;
	float:left;
	margin-top:10px;
	}
.s2prd-hding2 {
       float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-family: "Oswald", sans-serif;
    color: #0b0c0d;
    font-weight: 500;
    text-transform: capitalize;
    min-height: 56px;
    margin-bottom: 5px;
}
.s2prd-hding2 span {
    margin-top: 0px;
    padding: 0px 0 0;
    color: #000000;
    font-size: 16px;
	display: block;
    font-weight: 400;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{}
.s2prd-prc2 {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    line-height: 35px;
    font-size: 25px;
    color: #252525;
    font-weight: 600;
}
ul.s2list {
    float: left;
    width: 100%;
    margin-top: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    column-gap: 10px;
}
ul.s2list li {
	width: 32%;
    position: relative;
    padding: 10px 10px 50px;
    text-align: center;
    float: left;
    overflow: hidden;
    background: #fdfaef;
    border-radius: 10px;
}
ul.s2list li:hover{ 	}
ul.s2list li .bnrbtn{
	margin:11px auto 0;
	}
ul.s2list li:hover .bnrbtn{
	background:#343125;
	}
ul.s2list li:hover .s2prd-hding2 {}	
ul.s2list li:hover .s2prd-prc2{}
ul.s2list li:nth-child(even) {}
ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {}
.prdts-bg{
	display: inline-block;
    width: 100%;
    padding: 15px 10px;
    /*background: #f8f6f7;*/
    border-radius: 20px;
	}
.s2prd2 {
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
    }
.prdts-content{
	float: left;
    width: 100%;
    padding:10px 5px 0;
    text-align: center;
    position: relative;
    }

ul.s2list li {
	    width: 100%;
	    position: relative;
	    padding: 0 0 20px 0;
	    text-align: center;
	    float: left;
	    overflow: hidden;
	    flex: 1 1 300px;
	    border: 1px solid #ccc;
}
ul.s2list li .bnrbtn{
	margin:11px auto 0;
	}
ul.s2list li:hover{	}
ul.s2list li:nth-child(even) {}
ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {}
.prdts-bg{
	display: inline-block;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    border: 10px solid #f7f7f7;
    border-radius: 10px 10px;
	}
.p_name {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.p_name span {
    display: block;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

.prd-multi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    row-gap: 10px;
}

.prd-multi .prdts-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 10px;
	padding: 40px 10px;
	text-align: left;
}
.p_pack {
    float: left;
    width: 100%;
    font-size: 24px;
    text-align: left;
    line-height: 34px;
    font-weight: 700;
}
.s2prd-hding3 {
	text-align: center;
    padding: 10px 10px;
    background: #efefef;
    width: 32%;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.s2prd-hding3 span {
    float: right;
    width: 100%;
    text-align: center;
}

.s2prd-hding3.selected, .s2prd-hding3.selected span{
	background: #f45932;
    color: #fff;
}

.multi-pack {
    float: left;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.multi-opt {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    float: left;
    width: 49%;
    padding: 10px;
    background: #ededed;
    text-align: center;
	cursor: pointer;
	font-weight: 700;
	transition: all 0.3s;
}
.multi-opt.opted {
    background: #5ba901;
    color: #fff;
}
/******FOR MOBILE***************/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}
/*================BANNER STRIP===================*/
.bnrstrip {
	padding:60px 0 40px;
    float: left;
    width: 100%;
    background: url(../images/bnrstrip-bg.jpg) no-repeat center top;
	height: auto;
}
.bnrstrip-Box{
	float: right;
    width: 50%;
    margin-top: 0px;
}
.bnrstrp-prdt {
     position: absolute;
    top: 2px;
    left: 0%;
}
.bnrstp-txt{
	float: left;
    width: 100%;
    font-size: 145px;
    line-height: 145px;
    color: #edede0;
    font-weight: bold;
    padding: 25px 0 85px;
    font-family: 'Averia Libre';
}
ul.bnrstrip-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
    margin-top:110px;
	background: #e4fdff;

}
ul.bnrstrip-list li {
    float: left;
    width: 24%;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
ul.bnrstrip-list li img {
    display: inline-block;
    margin: 8px 0 8px;
    max-width: 100%;
}

ul.bnrstrip-list li span {
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 22px;
    display: block;
    line-height: 32px;
	color:#232323;
    margin-bottom:10px;
}
ul.bnrstrip-list li:nth-child(2){}
ul.bnrstrip-list li:nth-child(3){}
/*================SECTION 4===================*/
/*================SECTION 3===================*/
.sec3 {
	padding:30px 0;
	text-align: center;
	float:left;
	width:100%;
	background: url(../images/section-3.jpg) no-repeat center top;
	height:455px;
}
.sec3-inner {
    background: #efefef;
}
.sec3 .bdhding{}
.s3-Box{
	     float: left;
    width: 57%;
    margin-top: 70px;
    text-align: left;
	}
.s3-Box	.s1txt {

}
.s3-Box-lft{
	float: left;
    width: 50%;
    margin-top: 0;
}
.s3-model{
	    position: absolute;
    right: 0;
    top: 50px;
	}	
ul.s3list {
   float: right;
    width: 78%;
    margin: -64px 0 0 0;
    justify-content: space-between;
}
ul.s3list li {
	   float: left;
    width: 29%;
    text-align: left;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #000000;
    padding: 2px 0 0 59px;
    position: relative;}
ul.s3list li span{
	display:block;
	  font-size: 20px;
    line-height: 30px;
	    font-family: "Oswald", sans-serif;
    font-weight: bold;
	text-transform:capitalize;
}
ul.s3list li img{
	position:absolute;
	top:10px;
	left:0px;
	}

ul.s3list li:before{
/*	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:15px;
	height:15px;
	background:#a6a749;
	border-radius:50px;*/
	}	
	

/*=============*/
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 905px;
    width: 100%;
    margin: 40px 0 0px;
}
.up-slide-dwn {
        float: left;
    width: 100%;
    background: #fff;
    padding: 0 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 10px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d8d9d9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
	}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}
/*================FOOTER===================*/
footer {
	background: #f3f9ff;
    padding: 20px 0;
    float: left;
    width: 100%;
	text-align: center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	width: 200px;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.ftr-cont-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 0 25px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:4px;
	left:0;
	}
.ftr-cont-info li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0px;
}
.f-p1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 70%;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #464646;
	padding: 8px 0 0 0;
}
.disclmr{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	border:1px solid #e1e1e1;
	padding:15px;
	margin-bottom:20px;
	}


/********************************/
.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: 9;
    border: 0px;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
.pop-up-bg-in {
	height: 100% ;
	position: fixed ;
	top: 0px ;
	padding: 0px ;
	margin: 0px ;
	border: 0px;
	opacity: 0.93;
	transition: left 1s ease 0s ;
	z-index: 10000010 ;
	width: 390px ;
	left: 0px;
}
.pop-up-left {
	background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 30px 0 20px;
    z-index: 99;
	text-align: center;
}
.pop-up-left-txt {
	width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-transform: capitalize;
    padding: 0px 0px 20px;
    overflow-wrap: break-word;
    line-height: 37px;
    transition: left 1s ease 0s;
    float: left;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	display: block;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
    width: 140px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    border: 2px solid #e1bc5c;
    outline: none;
    background-color: #ff3232;
    transition: left 1s ease 0s;
    appearance: none;
	border-radius: 30px;
}
.yes-btn {
	background-color: #42ac47;
}