@charset "utf-8";
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: "Montserrat", sans-serif;
	font-weight: normal;
	color: #020202;
	-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: 36px;
    line-height: 46px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}
.bdhding2 span{
	display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;  
	}
.bdfont{
	font-size: 18px;
    line-height: 30px;
    color: #0a0714;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    vertical-align: middle;
 }
.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: 58px;
    width: 290px;
    outline: none;
    display: inline-block;
    margin: 25px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #1194d6;
    /* border-radius: 50px; */
    position: relative;
    text-transform: uppercase;
    font-family: inherit;
    transition: all 0.3s;
    border: none;
    vertical-align: middle;
}
.s1-inner .bnrbtn{
	margin-top:30px;
	}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
	padding: 10px 0;
    float: left;
    width: 100%;
   	background:#fff;
    position: relative;
    z-index: 9;
    text-align: center;
    height: 70px;
    top: 70px;
    margin-top: -70px;
}
.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;
	border-bottom:1px solid #dedede;
}

.logo {
	 display: inline-block;
	max-width: 215px;
	margin-top: 0;
}
ul.nav {
	float: right;
    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: left;
	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: #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: 60px;
    background: #1194d6;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	    font-weight: 400;
    font-size: 16px;
    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;
}

/*================start banner===================*/
.banner{
	float: left;
    width: 100%;
    background: url(../images/banner.jpg) center top no-repeat;
    padding: 60px 0;
    position: relative;
    text-align: center;
    }

.s1-inner {
   float: left;
    width: 70%;
    text-align: left;
    padding: 50px 40px;
    background: rgb(170, 213, 247, 0.9);
    border-radius: 25px;
    vertical-align: middle;
    }
.bnr-head{	
	    font-size: 44px;
    line-height: 58px;
    color: #000000;
    font-weight: 700;
    padding-top: 0px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    }
.bnr-head span{ 
	    display: block;
    font-weight: 400;
    margin: 0px 0 5px;
    font-size: 32px;
    line-height: 36px;
    text-transform: capitalize;
	}
.bnr-text{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #88b6dd;
    border-bottom: 1px solid #88b6dd;
	}
.bnr-text2{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin: 28px 0 15px;
    text-transform: uppercase;
	}	
			
/*=============STRIP======================*/
.strip{
    padding:50px 0 50px;
    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-between;
    row-gap: 17px;
    column-gap: 0px;
	}	
ul.strip-list2 li{
	float: left;
    width: 33.33%;
    font-size: 15px;
    line-height: 24px;
    color: #111111;
    text-align: left;
    padding: 0 20px 0 90px;
    position: relative;
	border-right:1px solid #dedede;
	}	
ul.strip-list2 li a{ color:#000;}
ul.strip-list2 li:last-child{ border:none;}	
ul.strip-list2 li span{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom:5px;
    color: #649c8a;
    font-weight:600;
	}	
ul.strip-list2 li img{
	position:absolute;
	left:24px;
	top:20px;
	}

/*=============BTM SECTION======================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    text-align: center;
    padding:35px 0 35px;
    position: relative;
    background: #fff;
}
.btm-sec-inr{
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	margin-top:60px;
	}

.bnr-btm-sec .bnrbtn {}
.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: #87b2a4;
	}
.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%;
	}
.btm-sec-lft ul {
    float: left;
    width:100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 0px;
}
.btm-sec-lft ul li {
	float: left;
    width: 32%;
    padding: 25px 29px 25px 110px;
    text-align: left;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #252525;
    background: #eef7fe;
    border-radius: 15px;
}
.btm-sec-lft ul li:nth-child(2){ }
.btm-sec-lft ul li span{
	    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #649c8a;
	}
.bnr-btm-sec ul li img {
	position: absolute;
    left: 6%;
    top: 20px;
	}
.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===================*/
/*================start section1===================*/
.sec1{ 
	padding: 50px 0 100px;
    background: #fff;
    position: relative;
	}
.s1-inner2 {
    display: inline-block;
    width: 100%;
    padding: 0px 425px 0px 0px;
    text-align: left;
    position: relative;
}
.s1-model{
	position:absolute;
	right:0;
	top:0;
	border-radius:15px;
	}
.s1-prodt{
	position: absolute;
    left: 0;
    top:290px;
    max-width: 420px;
    z-index: 2;
	}
.s1-inner2 .bdhding2{
	}
.s1-inner2 .bdfont{
	}
ul.s1-list {
	float: left;
    width: 94%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 0;
    padding: 20px 0;
    margin: 35px 0 0 0px;
    background: #f8f6f7;
    border: 10px solid #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
ul.s1-list li{ 
    float: left;
    width: 23%;
    position: relative;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    border-right: 1px solid #dedede;
    padding: 0 10px;
	}
ul.s1-list li:last-child{ border:none;} 	
ul.s1-list li span{
	display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 8px 0 6px;
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 10px;
	}

.s1-inner2-rit .bnrbtn	{ margin-top:50px;}
/*================SECTION 2===================*/
.sec2 {
    padding:50px 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #f8f6f7;
}
.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: 22px;
    line-height: 28px;
    color: #252525;
    font-weight: 500;
    margin-bottom: 10px;
}
.s2prd-hding2 span {
    margin-top: 0px;
    padding: 0px 0 0;
    color: #000000;
    font-size: 16px;
    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: 0px;
}
ul.s2list li {
	width: 32%;
    position: relative;
    padding: 10px 10px 25px;
    text-align: center;
    float: left;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
ul.s2list li:hover{ background:#1194d6;	}
ul.s2list li .bnrbtn{
	margin:11px auto 0;
	}
ul.s2list li:hover .bnrbtn{
	color:#000;
	background:#fff;
	}
ul.s2list li:hover .s2prd-hding2, ul.s2list li:hover .s2prd-hding2 span, ul.s2list li:hover .sel-pck {color:#fff;}	
ul.s2list li:hover .s2prd-prc2{color:#fff;}
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 {
	max-width: 260px;
    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;
    }

.pkg-selct-col{
	float: left;
    width: 100%;
    height: auto;
    padding-top: 10px;

	}
p.sel-pck {
    float: left;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: left;
}
.product-col .pkg-selct-col{
	opacity:1;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:block;
	}
.product-col  .prod-txt{ text-align:left;  padding: 10px 20px;}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    background: #edf9ff;
    margin: 2.5px 0;
	}

.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #0e0e0e;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	} 
/******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;}
/*================SECTION 3===================*/
.sec3 {
    padding: 50px 0 50px;
    text-align: center;
    float: left;
    width: 100%;
	overflow:hidden;
    background:url(../images/sec3.jpg) no-repeat center top;
}
.s3-innr{
	display:inline-block;
	width:100%;
	text-align: center;
	position:relative;}
.s3-lft{
	    float: left;
    width: 465px;
    padding: 22px 0 35px 0px;
    text-align: center;
	}
.s3-model{
	position: absolute;
    right: 0;
    top: 0;
	}	
.s3-rgt{
	display:inline-block;
	width:100%;
	text-align: center;
    margin-top:75px;
	position:relative;
	}
.s3-prodt{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	max-width:100%;
	}	
.sec3-text{
	font-size: 31px;
    line-height: 37px;
    color: #010101;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
	}		
.sec3-text span{
	    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
	}	
	
ul.s3list {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap:17px;
    justify-content: space-between;
}
ul.s3list li {
    float: left;
    width: 32%;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    padding: 35px 12px 25px;
    position: relative;
    background: #eef7fe;
    border-radius: 20px;
    border: 4px solid #fff;
}


ul.s3list li span{
	display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
	}
ul.s3list li img{ display:block; margin:0 auto 12px;}	
.s3-rgt-inr{
	display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-top: -150px;
	}
	

/*================SECTION 4===================*/
.sec4 {
    padding:50px 0;
    text-align: center;
    float: left;
    width: 100%;
	background:#f8f6f7;
	overflow:hidden;
}	
.sec4-img, .sec4-img2{display: block;margin: -70px auto 25px;}
.s4-inner2_cont {
    float: left;
    width: 100%;
    position: relative;
	margin-top:100px;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    row-gap: 20px;
    column-gap: 22px;
}
.s4-model {
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto 10px;
    border-radius: 20px;
}
.s4-inner2-lft, .s4-inner2-rit{
    float:left;
    width:47%;
    text-align: center;
    margin-top: 0px;
    padding: 0 0 45px 0;
    background: #fff;
    border-radius: 35px;
	position:relative;
	}
.s4-inner2-lft:before{
    content: "";
    position: absolute;
    top:-5%;
    right: -6.7%;
	bottom:15px;
    border-right: 1px solid #ccc;
}
.s4-inner2-lft:last-child:before, .s4-inner2-lft:last-child:after{ display:none;}	
.s4-inner2-lft:after{
	content: "";
    position: absolute;
	top: 37%;
    right: -9.9%;
	width:36px;
	height:36px;
	background:url(../images/plus-icon.png);}
.s4-inner2-bx{
	float: left;
    width: 100%;
    padding: 0px 0 25px;
	}
.inr2-bx-hdg{
	font-size: 28px;
    line-height: 46px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    float: left;
    width: 100%;
    background: #ea7174;	
	}	
ul.comprin-list{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin-top: 0px;
}
ul.comprin-list li{ 
	float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 80px;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    background: #fff;
	}
ul.comprin-list li img{
	position:absolute;
	top:8px;
	left:35px;
	}
	
	

/*=============*/
.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: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 4px solid #efefef;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
}
.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:6px;
	left:0;
	filter: grayscale(1);
	}
.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;
}
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;
}