@charset "utf-8";
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "Oswald", sans-serif;
	font-weight:400;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width:100%; vertical-align:middle;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
.topStrip{
	background:#ec7435;
	float:left;
	width:100%;
	padding:7px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:500;
	line-height:14px;
	color:#fff;
	letter-spacing:1px;
	}
.topStrip p span{color:#fdf746;}
	
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	padding:15px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	    float: left;
    max-width: 209px;
    margin-top: -9px;
	}
ul.topMenu{
	float:right;
	margin: 11px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:19px;
	letter-spacing:0.5px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d7d7d7;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#000;}
a.nav-btn{
    float: right;
	background:#fff;
    color: #ec7435;
    font-size:17px;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height:38px;
	border:1px solid #ec7435;
	border-radius:32px;
	margin-top: -8px;
	font-weight:600;
	}
a.nav-btn:hover{
	background:#ec7435;
	color:#fff;
	border:1px solid #fff;
	}	
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top:3px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/************************/
.commn-hdg1{
	color: #000000;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 500;
	}
.commn-hdg{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #103938;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	}
.commn-hdg span{
	display: block;
    font-weight: 500;
    color: #e03f3c;
    font-size: 45px;
    line-height: 55px;
}
.commn-hdg.white-txt{color:#fff;    font-size: 40px;}
.commn-para{
        color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}	
.btn-bx{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 220px;
    margin-top: 40px;
	}	
.commn-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    background: #e03f3c;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    padding: 18px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	}

/*========================*/
.banner{
	float: left;
    width: 100%;
    background: url(../images/banner-bg.jpg) center top no-repeat;
    padding: 60px 0 80px;
    overflow: hidden;
}
.bnr-lft{
	float: left;
    width: 61%;
    height: 466px;
    text-align: center;
    position: relative;
    background: #f4dac6;
    border-radius: 10px;
    padding: 50px 16px 0;
}
.bnr-seal{
	position:absolute;
	left:-48px;
	top:15px;
	}
.bnr-prdt{
    position: absolute;
    top: 320px;
    left: 48px;
	}
.bnr-prdt1{
	position: absolute;
    left: 34%;
    top: 345px;
    z-index: 1;
	}	
.bnr-txt1{
	    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 0;
    color: #ed1005;
    float: left;
	    font-family: "Oswald", sans-serif;
    width: 100%;
    border: 1px solid #ed1005;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}
.hdg-icon{
    position: absolute;
    top: 0px;
    left: 0px;
}
.bnr-txt2{
    font-size: 76px;
    line-height: 76px;
    color: #181818;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    float: left;
    width: 100%;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.bnr-txt2 span{
	color:#ed1005;
	font-size: 53px;
    line-height: 62px;
	display: block;
	}
.bnr-txt3{
	font-size:24px;
    line-height: 30px;
    color: #000;
    font-weight:500;
    float: left;
    width: 100%;
    margin: 0px 0 0;
    text-transform: capitalize;
}
ul.bnr-list{
	float:left;
	width:100%;
	background:url(../images/bnr-list-bg.png) left center no-repeat;
	padding:12px 0;	
	margin-bottom:30px;
}
ul.bnr-list li{
	    font-size: 17px;
    line-height: 26px;
    background: url(../images/bnr-chk-icon.png) left 10px no-repeat;
    width: 26%;
    float: left;
    padding: 5px 0 5px 26px;
    border-right: 1px solid #b2b2b2;
    margin-right: 30px;
}
ul.bnr-list li:last-child{border-right:none; margin-right:0;}

.comn-btn{
	display:inline-block;
}
.comn-btn p{
	font-size:20px;
	line-height:26px;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.comn-btn p span{
	color:#53b826;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.comn-btn a, .prd-shop-btn, .prc-checkt, .add-to-cart-sing,.add-to-cart{
    width: 220px;
    height: 54px;
    background: #ed1005;
    border-radius: 5px;
    font-size: 25px;
        line-height:54px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 22px;
   }
.bnr-prod{
	position: absolute;
	right: -30px;
	top: 215px;
	max-width: 419px;
}
.bnr-prara{
	   display: inline-block;
    width: 98%;
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
	}
/*-------------------------
     BANNER STRIP
--------------------------*/	
.bnr-strip{
    float: left;
    width: 100%;
    height: 130px;
    padding: 0px 0 0px;
    background: #f7f7f7;
	position:relative;
	}	
.bnr-strip-img{
	position:absolute;
	top:0px;
	left:0px;
}

.strip-tx{
	float: left;
    width: 65%;
    color: #636363;
    font-size: 18px;
    line-height: 30px;
    padding: 34px 0 0 150px;
    position: relative;
    text-align: left;
}
.strip-tx span{
	display:block;
	  color: #111111;
    font-size: 30px;
    line-height: 40px;
	    font-weight: bold;
	text-transform:capitalize;
}
.bnr-strip .btnBlk .next-btn{
	    margin-top: 15px;
}
/*-------------------------
     BANNER BTM SEC
--------------------------*/	
.bnr-btm-sec{
	    float: left;
    width: 100%;
    padding: 30px 0 60px;
    background: #fff;
    position: relative;
	overflow: hidden;
	}
	
.bnr-btm-sec .common-heading:after{
}
.btm-img1{
    position: absolute;
    top: 115px;
    right: 0px;
}
.bnr-btm-list{
	float: left;
    width: 50%;
    margin-top: 50px;
    padding: 0 20px;
}
.bnr-btm-list li {
	float: left;
    width: 100%;
    color: #636363;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 25px 95px;
    position: relative;
    text-align: left;

}

.bnr-btm-list li img{
	    position: absolute;
    left: 0px;
    top: 0px;
    filter: hue-rotate(326deg);
	}
.bnr-btm-list li span{
	    display: block;
    color: #111111;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
	}
		
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float:left;
	width:100%;
	height:595px;
	background:#fff;
	padding:0px 0 0;
	overflow:hidden;
	}
.section-1 .next-btn{
	color: #fff;
    background: #57b9b2;
}
.common-heading{
	float: left;
    width: 100%;
    color: #111111;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}
.common-heading:after{
	    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    border-bottom: 5px solid #57b9b2;
    width: 100px;
    transform: translateX(-50%);
}
.section-1 .common-heading:after{	
        left: 50px;
}
.common-heading span{ 
	color: #000;
    display: block;
}	
	
.common-paragraph{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    
    font-weight: 400;
    margin-top: 32px;
	}
.top-0{ margin-top:0;}	
.color-white{ color:#fff;}	
.s1-rgt{
	float: left;
    width: 670px;
    padding: 70px 0 0;
    text-align: left;
	}
.s1-text{
	float:left;
	width:100%;
	font-size:30px;
	line-height:32px;
	color:#111111;
	font-weight:bold;
	margin-top:22px;
	text-transform:uppercase;
}	
.sec1-list{
	float: right;
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    row-gap: 16px;
    column-gap: 10px;
}
.sec1-list li{
	float: left;
    width: 32%;
    text-align: center;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    position: relative;
}
.sec1-list li img{
	display:block;
	margin:0 auto 10px;
}
.sec1-list li span{
        display: block;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    font-weight: bold;
}			
.s1-prodts1{
	position: absolute;
    right: 240px;
    top: 300px;
    z-index: 9;
	}
.s1-prodts2{
	    position: absolute;
    right: 0%;
    top: 110px;
	}	

/*========Section-1========*/
.sec1{
	float: left;
    width: 100%;
    padding: 60px 0 50px;
    background: #f5ffff;
    background-size: cover;
    position: relative;
    overflow: hidden;
	}
/*.sec1:after {
    position: absolute;
    left: -1000px;
    top: 0;
    bottom: 0;
    right: 50%;
    background: url(../images/s1-lftbg.jpg) right top no-repeat;
    content: "";
}*/
.s1-rgt{
	float:left;
	width:100%;
    text-align: left;
	}
ul.s1-rgt-list{
    float: left;
    display: flex;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s1-rgt-list li{
	background:url(../images/s1-tk.png) left 6px no-repeat;
    width: 100%;
    color: #000;
    margin-top: 15px;
	font-size:18px;
	line-height:26px;
	padding:0 0 0 48px;
	text-align:left;
	}
/*-------------------------
    	SECTION-2
--------------------------*/
/*========================*/
.section-2 {
    float: left;
    width: 100%;
    padding: 35px 0;
    text-align: center;
    background: #f5ffff
	}
.section-2 .bnr-p1{
	    padding: 0 187px 0;
}
.pad-2 {padding: 0 110px;}
.s2txt{
	text-align:center;
	padding:8px 0 0 0;
}
.s2inbx{   
	margin: 40px auto 0 auto;
    width: 80%;
    display: inline-block;
    vertical-align: top;}
.s2inbx-lft, .s2inbx-rgt{
	float:left;
	display:inline-block;
	width:62%;
}
.s2inbx-rgt{        
	width: 36%;
    margin-left: 2%;
    background: #fff;
}
.s2inbx-hding{
	font-size: 36px;
    line-height: 36px;
    color: #2f2422;
    text-align: left;
    padding: 18px 0 0 0;
}
.s2inbx-subhding{
	    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #052944;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 2px dotted #7da9c9;
}
.s2inbx-subhding img{margin:0 13px -1px 0;}
.s2inbxtxt{ text-align: left; padding: 20px 0 0 0; font-size: 18px; line-height: 28px; width: 90%;}
.s1inbx-img1{margin:0 0 0 0;float:right;}
.s1inbx-img2{margin:0px;display:block;}
.s1inbx-img3{margin:20px auto 0 auto;display:block;}
ul.s2inbx-list{padding:26px 0 0 0;}
ul.s2inbx-list li{
	    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d6d;
    text-align: left;
    margin: 0 18px 0 0;
    position: relative;
    padding: 0 0 0 50px;
}
ul.s2inbx-list li:nth-child(2){padding:0 0 0 58px;}
ul.s2inbx-list li:last-child{padding:0 0 0 50px;}
ul.s2inbx-list li span{
	font-weight:600;
	color:#2f2422;
	color:#2f2422;
	font-size:17px;
}
ul.s2inbx-list li span.span1{
	font-weight:normal;
	font-size:16px;
	color:#6d6d6d;
}
ul.s2inbx-list li img{
	position:absolute;
	left:0;
	top:0;
}
.s2-model{
	float:left;
	margin:50px 0 0;
	}
.s2-riht{
	float:right;
	width:778px;
	margin-top:10px;
	}
.s2-ul {
    float: left;
    width: 100%;
    margin:35px 0 0;
    justify-content:center;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
	}
.view-all {
    margin-top: 30px;
}
.s2-ul li {
    float: left;
    width: 32%;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
    padding:15px 15px 20px;
    position: relative;
    margin-bottom: 0px;
	border-radius:12px;
	text-align:center;
}
.s2-ul li:hover{ background:rgba(107, 136, 135, 0.5);}
.s2-ul li .common__button{ 
	margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width:200px;
    color: #fff;
	background: #e03f3c;
    font-size: 16px;
    line-height: 18px;
    font-weight:600;
    border-radius: 50px;
    padding: 15px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.prod-sec li{}
.s2-li-cont{
	display:inline-block;
	width:100%;
	}
.s2-ul li span {
    position: absolute;
    right: 0px;
    top: -20px;
    background: #ff5b5b;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 24px 2px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.s2-ul li:last-child{ margin-right:0;}
.s2-prd-1 {
	display: inline-block;
    max-width: 164px;
    margin-top: 5px;
	}
.s2-p1 {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.s2-p2 {
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
	}
.s2-ul li .s2-p2 {margin: 6px 0 0;}
.s2-p3 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #000;
	}
.s2-ul li .shop-btn {
    margin: 10px 0 0;
    max-width: 260px;
    font-size: 18px;
	}

/*========Section-2========*/
/*===============================*/
.sec4{
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #f7f7f7;
}
.sec4-lft{
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 26px;
	background: #fdfbfc;
	border-radius: 10px;
	    box-shadow: 0 0 16px #c1e6ff;
	overflow: hidden;
	position: relative;
}
.mid-cont {
	    max-width: 64%;
    float: right;
    z-index: 9;
    position: relative;
}
.sec4-lft .comn-hdg p{
	font-size:34px;
	line-height:38px;
	}
.s4-prd{
	position: absolute;
    left: -110px;
    top: 0px;
    max-width: 560px;
}
.s4-prd2{
	    position: absolute;
    right: 20px;
    top: 80px;
}
.sec4-box{
	float:left;
	width:100%;
	margin:50px 0 15px;
}
.sec4-box-inr{
	float:left;
	width:33.3%;
	position:relative;
	text-align:left;
	padding-left:95px;
}
.sec4-box-inr p{
	font-size:24px;
	line-height:28px;
	color:#043c7b;
	margin-bottom:5px;
}
.s4-lst-img{
	position:absolute;
	left:0;
	top:0;
}
.sec4-lft-mid{
    float: right;
    width: 788px;
    text-align: left;
    padding: 30px 395px 42px 30px;
    position: relative;background: #fff;
}
ul.s4-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 0;
    margin-top: 35px;
    justify-content: center;
}
ul.s4-list li{
	float: left;
    width: 73%;
    color: #000;
    position: relative;
    margin: 0px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding: 70px 0 70px 330px;
}
ul.s4-list li:nth-child(2) {
    text-align: right;
    padding: 50px 330px 50px 0px;
}
ul.s4-list li span {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
}
ul.s4-list li img{
	position: absolute;
    max-width: 100%;
    border-radius: 12px;
    left: 0;
    top: 0;
}
ul.s4-list li:nth-child(2) img {
    left: auto;
    right: 0;
}
.hdng1 {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    margin: 0 0px;
    font-weight: 700;
    text-transform: capitalize;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.sec3{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 50px 0 0px;
	}
.sec3_innr{
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
	}
.sec3_innr .commn-para{ }
.sec3-glass{
	position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
ul.s3-lsts{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 70px 0 55px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    padding: 0 70px;
}

ul.s3-lsts li{
    float: left;
	width: 23%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: right;
    padding: 60px 0 0 0px;
    color: #fff;
	}
ul.s3-lsts li h1 span{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    background: #e03f3c;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 3px 7px #bbb;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
	}
ul.s3-lsts li p{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
	}
ul.s3-lsts li:before {
    position: absolute;
    content: "";
    border-top: 2px solid #103938;
    width: 35px;
    right: -45px;
    top: 16px;
}
ul.s3-lsts li:after {
	position: absolute;
    content: "";
    background: #103938;
    width: 7px;
    height: 7px;
    right: -45px;
    top: 14px;
    border-radius: 50%;
}
ul.s3-lsts li:last-child h1 span{ right:auto; left:0;}
ul.s3-lsts li:last-child{ text-align:left; }
ul.s3-lsts li:last-child:before{ right:auto; left:-45px;}
ul.s3-lsts li:last-child:after{ right:auto; left:-45px;}
.s3-lst-cont{
    float: left;
    width: 100%;
    background: #0f3837;
    padding: 30px 20px;
    margin-top: 55px;
    border-radius: 25px 25px;
	}
.s3uls{
	float: none;
    width: 100%;
    display: flex;
    margin: 0 0 0;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.s3uls li{
    float: left;
	width: 24%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 0 0px;
    color: #fff;
	}
.s3uls li:after {
    position: absolute;
    content: "";
    border-right: 1px solid #3d5f61;
    top: 0;
    right: 0;
    bottom: 0;
}	
.s3uls li:last-child:after{ display:none;}	
.s3-li-img{
    display: block;
    margin: 0 auto 12px;
	}	
/*-----------------------
		strip CSS
------------------------*/

/*-----------------------
CSS FOR BANNER BTM Strip
-------------------------*/
/*======================*/
.strip{
	float: left;
	width: 100%;
	padding:40px 0;
	background: #fff;
}
.strip-hdg{
	color: #515151;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.strip-hdg span{
    display: inline-block;
    position: relative;
    padding: 0 0px;
	}
.strip-hdg:before{
    content: url(../images/strp-hdg-line.png);
    position: absolute;
    top: -5px;
    /* bottom: 0; */
    width: 100%;
    left: 0;
    right: 0;
	}
ul.strip-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 30px;
}
ul.strip-list li{
     width:16%;
    float: left;
    padding:30px 10px;
    position: relative;
    text-align: center;
	background:#f4dac6;
	border-radius:10px;
}
ul.strip-list li img{
	display:block;
	margin:0 auto 10px;
}
ul.strip-list li .stp-lst-txt1{
	    font-size: 20px;
    line-height: 29px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
ul.strip-list li .stp-lst-txt2{
	    font-size: 18px;
    line-height: 26px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-weight: 300;
}
/*ul.strip-list li:after{
	content:'';
	width:1px;
	height:70px;
	background:#e1e1e1;
	position:absolute;
	right:0;
	top:50px;
}*/
ul.strip-list li:last-child:after{background:none;}

/*============================*/
.sec2{
    float: left;
    width: 100%;
    padding:40px 0 50px;
    text-align: center;
	overflow:hidden;
}
.sec2-mid{
	display: inline-block;
    width:90%;
    text-align: center;
	}
.comn-hdg{
	float:left;
	width:100%;
}
.comn-hdg p{
    font-size: 40px;
    line-height: 52px;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.comn-hdg p span{ display:block; color:#ed1005;}
.comn-hdg img{

    margin:0 auto 5px;
    max-width: 100%;
    display: block;
    vertical-align: middle;

}
.sec2-lft{
	    float: right;
    width: 64%;
    text-align: left;
    margin-top: 25px;
}
.sec2-lft-lst{
   float: left;
    width: 100%;
    text-align: center;
    padding: 45px 0 0 0;
	}
.comn-txt{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    width: 86%;
    margin-top: 15px;
    font-weight: 400;
}
ul.sec2-list{
	float:left;
	width:100%;
	margin:0 0 40px;
}
ul.sec2-list li{
	color:#043c7b;
	font-size:22px;
	line-height:26px;
	
	background:url(../images/s2-chk.png) left top no-repeat;
	padding-left:30px;
	margin:10px 0;
	text-align:left;
}
.s2-prd{
	position: absolute;
	right: 0;
	top: 0px;
	border-radius:0 10px 10px 0;
}
.s2-badg{
	width: 145px;
    height: 145px;
    background: #fff;
    border: 1px solid #19abe6;
    border-radius: 50%;
    float: right;
    padding: 5px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 350px;
    z-index: 9;
}
.s2-badg-inr{
	width:100%;
	height:100%;
	background:#19abe6;
	float:left;
	border-radius:50%;
	color:#fff;
	padding-top:30px;
}
.s2-badg-inr h3{
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
	
	font-weight:bold;
}
.s2-badg-inr p{
	font-size:16px;
	line-height:20px;
	
}
.s2-badg-inr h2{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
}
ul.sce2-list{
    float: left;
    width: 100%;
    margin: 30px 0 18px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
    column-gap: 0;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}
ul.sce2-list li{
	    float: left;
    width: 30%;
    padding: 0 12px;
    position: relative;
    text-transform: none;
    text-align: left;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    position: relative;
}


ul.sce2-list li span{
	display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    padding-bottom: 8px;
	}
ul.sce2-list li img{
	display: inline-block;
    margin: 0 0 8px;
}
.sec2-prod{
	  position: absolute;
    top: 47px;
    left: 0%;
    border: 10px solid #babebf;
	}
/*================start section3===================*/
.sec3{    
	padding: 50px 0 50px;
	position: relative;
	background: #eefdff;
	text-align: center;
	float: left;
	width: 100%;
	}
.s3-model{
	position: absolute;
    max-width: 375px;
    right: 2%;
    top: 200px;
	}
.s3-rgt{
    display: inline-block;
    width: 100%;
	}
.s3-lft-inr{
	float:left;
	width:29%;
	margin-top:35px;
	display: none;
	text-align:center;
	position:relative;
	}
.s3-lft-inr p{
	position:absolute;
	transform:translateX(-50%);
	left:50%;
	top:35px;
	width:100%;
	font-size:25px;
	line-height:35px;
	color:#000;
	font-weight:600;
	z-index:1;
	}		
.s3-image1{
	display:inline-block;
	max-width:100%;
	}	
.s3-rgt-inr{
	float:right;
	width:100%;
}
.s3-rgt-inr .shop-lst-img {
    max-width: 220px;
}
.prod-men .s3-rgt{ float:left;}
.s3-rgt .shop-list li{}	
ul.s3list{
	margin: 50px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 10px;
}
ul.s3list li {
    float: left;
    width: 24%;
    border: 6px solid #edf1eb;
    position: relative;
    padding-bottom: 10px;
    row-gap: 10px;
	text-align:center;
}
ul.s3list li:last-child{}
.overlay {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background-color:#7ad455;
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
}
ul.s3list li:hover .overlay {
  bottom: 0;
  height: 240px;
}
.s3lbx1, .s3lbx2{/*height: 260px;*/}
.s3lbx1 img, .s3lbx2 img{
	margin:20px auto 0 auto;
	display:block;
	transition: .5s ease;
  	-webkit-transition: .5s ease;
	width:100%;
}
.s3lbx1 img{max-width: 240px;}
.s3lbx2 img{margin:90px auto 0 auto;transition: .5s ease;}
.s3l-hding, .s3l-hding2{
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:20px 0 0 0;
	width:100%;
}
.s3l-hding2{color:#404040;padding:250px 0 0 0;}
.s3l-hding span, .s3l-hding2 span{
	font-weight:600;
	font-size:22px;
}
.s3l-txt{
	text-align:center;
	color:#404040;
	line-height:24px;
	padding:8px 10px;
}
.uparrow{margin:20px auto;display:block;}
ul.s3list li:hover .overlay .uparrow, ul.s3list li:hover .overlay .s3l-hding{display:none;}
ul.s3list li:hover .overlay .s3lbx1, ul.s3list li:hover .overlay .s3lbx2{/*height:310px;*/}
ul.s3list li:hover .s3l-txt{display:block;}
ul.s3list li:hover .overlay .s3lbx1 img{max-width:220px;margin:10px auto 0 auto;}
ul.s3list li:hover .overlay .s3lbx2 img{margin:50px auto 0 auto;}
.s3sub-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;
	padding:88px 0 0 0;
}
.s3txt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.s3list2{padding:10px 0 0 0;text-align:center;}
ul.s3list2 li{
	display:inline-block;
	padding:0 48px;
	background:url(../images/s3l2-dvdr.png) right center no-repeat;
	margin:15px 0 0 0;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:center;
}
ul.s3list2 li:last-child{background:none;}
ul.s3list2 li img{margin:0 auto 12px auto;display:block;}

.s3prod-sec {
        display: inline-block;
    width: 82%;
    position: relative;
    padding: 0 0 0px 0px;
    margin-top: 30px;
}

.s3-prod-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #57b9b2;
}
.s3-prod-list li {
	float: left;
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	row-gap: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.s3-prod-list li:last-child{ border:none;}
.s3-btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 62%;
    row-gap: 10px;
}
.s3-btn .next-btn{    

	font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 49%;
    padding: 0;
}

.s3-btl {
	display: inline-block;
	max-width: 340px;
	margin: 0 0 20px 0
}
.s3-prod-list li .prod-name{
	font-size:22px;
	line-height:36px;
	letter-spacing:0.5px;
	color:#333;
	width:auto;
	}
.s3-prod-img {
	max-width: 115px;
	display: inline-block;
	margin-right: 10px;
}
.prod-name span{
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 5px;
	}
	
	
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #103938;
    text-align: center;
	}			
.footerBox1{
	float:left;
	width:100%;
    padding:30px 0;
	position:relative;
	overflow:hidden;
	color:#fff;
	}					
	
.ftrbx {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
	row-gap: 20px;
}
.ftrBox1, .ftrBox2, .ftrBox3 {
    float: left;
    width: 100%;
	margin: 10px 0;
}
.ftr-logo{
	max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	}
ul.frt-list li{
	float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
	}	
ul.frt-list li a{ color:#fff;}
ul.frt-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	 }		
.ftrbx1-hd {
    line-height: 23px;
}
.ftrBox3 {
    width: 55%;
}
.ftrtxtbx {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.ftrbx2-hd{
	float:left;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}
.ftr-dog-img{
	max-width: 380px;
    position: absolute;
    right: 60px;
    bottom: -50px;
    opacity: 0;
}
.other-links {
    
}
.other-links li:last-child{
}
.footerBox2{
	background: #fff;
    float: left;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    padding: 25px 0 20px;
}
p.ftr-link {
    text-align: right;
    float: right;
    margin-top: 20px;
}
.ftr-cpyrght{
	margin-top: 20px;
    font-size: 16px;
    color: #000;
    float: left;
    text-align: left;
	}
.ftr-cards{
	float:right;
	margin:0 0 0 0;
	max-width: 130px;
	}


.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    border-top: 1px solid #dadada;
}	
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    font-weight: 600;
    padding: 8px 0;
}

/********************************/
.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;
}
.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;
}
.yes-btn {
	background-color: #42ac47;
}
