@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: "DM Sans", sans-serif;
	font-weight:400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
.dsplay {
    width: 100%;
	float:left;
}
.bdhding {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    color: #000;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}
.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: 76px;}
.header{		
	height: 82px;
	margin-top: -75px;
	position: relative;
	top: 76px;
	border-bottom:1px solid #dedede;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:82px;
	background: #fff;
}
.logo {
	float: left;
    margin: 15px 0 0px 0;
    max-width: 230px;
}
ul.nav {    
	float: left;
    margin: 23px 0 0 90px;
    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: 10px 0 0 0; position: inherit; left: auto; right: auto; top: auto; float: left; width: 160px;}
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{ width:160px;}
}


/* SECTOIN-1 CSS */
.sec1{
	float:left;
	width:100%;
	height:703px;
	background:url(../images/sec1.jpg) center top no-repeat;
	color:#fff;
	padding:85px 0 0;
	text-align:center;
}
.s1-lft{
	float: left;
    width: 614px;
    text-align: left;
    margin-top: 20px;
	}
.s1-tx{
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
}
.s1-hd{
	font-size: 54px;
    line-height: 74px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
}
.s1-tx span{}

ul.s1-list{
	    float: left;
    width: 100%;
    margin: 40px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0;
}
ul.s1-list li{
	    float: left;
    width: 33%;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 78px;
    position: relative;
}
.s1-icn{
	position:absolute;
	left:0;
	top:-5px;
}
.cta-btn {
        display: inline-block;
    width: 280px;
    background: #9a362f;
    color: #fff;
    outline: none;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    border: none;
    cursor: pointer;
    line-height: 55px;
    height: 55px;
    text-align: center;
    margin-top: 40px;
}

@media only screen and (max-width: 1187px){
.sec1 { background-position:44% top;}	
ul.s1-list{}

}
@media only screen and (max-width: 1023px){
.sec1{padding:60px 0 40px; height:auto; background-size:cover;background-position: 25% top;}
.s1-lft {width: 74%;}
.s1-tx{width: 100%;font-size: 17px;line-height: 27px;margin-top: 16px;}
.s1-hd{font-size:50px; line-height:60px;}
.frm-hd p{font-size:24px; line-height:28px;}
ul.s1-list{margin: 30px 0 8px;}
ul.s1-list li{font-size: 19px;line-height: 27px;padding: 0 0 0 74px;}

.cta-btn {margin-top: 25px;}

}
@media only screen and (max-width: 767px){
.sec1{text-align:center; padding:25px 0 30px; background:#f1f3f7;}
.s1-lft {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 355px;
    text-align: center;
	margin:0;
}
.s1-prodt{
	display:inline-block;
	max-width:100%;
	margin-top:16px;
	}
.s1-hd{font-size:30px; line-height:40px;}
.s1-tx{font-size:16px; line-height:25px; margin-top:5px;}
ul.s1-list{row-gap: 20px;margin: 20px 0 0px;}
ul.s1-list li{font-size: 17px;line-height: 26px;padding: 0 0 0 0px; text-align:center;}
.s1-icn {max-width: 52px; position: static; display: block; margin: 0 auto;}

}

/*================SECTION 2===================*/
/* SECTOIN-2 CSS */
.sec2{
	float:left;
	width:100%;
	padding:60px 0 50px;
	text-align:center;
	overflow:hidden;
}
.comn-hdg{
	font-size:40px;
    line-height:50px;
    font-weight:bold;
    letter-spacing: 0;
    text-transform: capitalize;
	font-family: "Oswald", sans-serif;
    }
.comn-hdg span{
	color:#9a362f;
    }
.comn-txt{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    margin-top: 18px;
   }
.sec2 .comn-txt{ width:90%;}
.s2-rgt{
	float: right;
    width: 66%;
    text-align: left;
    margin-top: 25px;
    padding: 10px 25px 30px 315px;
    background: #fff9f3;
	}  
.s2-prodt{
	position: absolute;
    left: 0;
    top:213px;
    border: 6px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   }	
.s2-list{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
	}
.s2-list li{
	float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 0px;
    position: relative;
	}	
.s2-list li img{
	position:absolute;
	left:0;
	top:8px;
	}		
.s2-list li span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 31px;
    color: #9a362f;
    font-weight: bold;
	font-family: "Oswald", sans-serif;
	}
.s2-list li p{ 
	margin-top: 10px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 100%;
	}
@media only screen and (max-width: 1187px){
.s2-rgt {padding: 10px 15px 30px 235px;}	
.s2-prodt {left: -12%;}	
.s2-list li{}

}
@media only screen and (max-width: 1023px){
.sec2{padding:40px 0;}
.s2-list{margin-top: 20px;row-gap: 18px;}
.s2-list li{ width:33.33%;padding:0 10px; text-align:center;}
.s2-list li img{position: static;margin: 0 auto 5px;}
.s2-list li .step{top:100px;}
.s2-list li span{font-size: 22px;line-height: 30px;}
.s2-list li p{}
.s2-prodt {position: static;max-width: 100%;margin-top: 15px;}
.s2-rgt {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 25px;
    text-align: center;
	margin-top: 16px;
}

.comn-hdg{ font-size:35px; line-height:45px;}
.comn-txt{font-size: 17px;line-height: 27px;margin-top: 15px;}

}
@media only screen and (max-width: 767px){
.sec2{padding:25px 0 30px;}
.s2-inr{ display:inline-block; width:100%; max-width:355px; text-align:center;}
.comn-hdg{font-size:30px; line-height:38px;}
.comn-txt{font-size: 16px; line-height: 25px; margin-top:12px;}
.sec2 .comn-txt{ width:100%}
.s2-rgt {width: 100%;max-width:355px;padding: 10px 10px 25px;}
.s2-list{margin-top:0;row-gap: 0;}
.s2-list li{width:100%; margin:25px auto 0; border-bottom:1px solid #ddd; padding-bottom:25px;}
.s2-list li p {font-size: 16px; line-height: 25px;}
.s2-list li:last-child{border-bottom:none; margin-bottom:0px; padding-bottom:0px;}
.s2-list li:after{display:none;}
.s2-list li span {font-size: 20px; line-height:30px;}

.cta-btn {margin-top: 20px;}

}

/*================SECTION 2===================*/

/*================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;
}
.sec5:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:220px;
	background:#ffffff;
}
.s5-prduts {
    float: left;
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
}
.s5prdbx1, .s5prdbx2 {
    display: inline-block;
    width: 49%;
    margin: 0px 0% 0 0%;
    height: auto;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.s5prdbx2-imgbx {
        float: right;
    width: 56%;
    padding: 30px 8px 30px;
}
.s5prdbx-hding, .s5prdbx-prc {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #272727;
}
.s5prdbx-hding span{ font-size:20px; display:block; font-weight:600;}
.s5prdbx-prc {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
.s5prd {
        margin: 5px 0 0 20px;
    float: left;
    max-width: 217px;
    vertical-align: top;
}
@media only screen and (max-width: 1187px){
.s5prdbx1, .s5prdbx2, .s5prdbx3, .s5prdbx4{ margin: 0;
    padding: 0 0px 0px 0px;
}
.s5prdbx-hding, .s5prdbx-prc{ }
.sec5{ padding:50px 0;}
.s5prd{    max-width: 194px;}
}
@media only screen and (max-width: 1023px){
.sec5{padding:40px 0;}
.sec5 .bdfont {
    width: 100%;
}
.s5-prduts {margin-top: 25px;}
.s5prdbx1, .s5prdbx2, .s5prdbx3, .s5prdbx4{	
	padding: 0 0px 0px;
	margin: 0
}
.s5prdbx-hding{font-size:16px;}
.s5prdbx-prc {}
.s5prd {max-width: 200px; display:block; margin:0 auto; float:none;}
.s5prdbx-txt2{
	font-size:16px;
	line-height:23px;
}
.s5prdbx2-imgbx{padding: 0px 5px 20px; width:100%;}

}
@media only screen and (max-width: 767px){
.sec5 {padding:30px 0;}
.s5-prduts {margin-top:18px; justify-content: center;row-gap: 16px;column-gap: 10px;}
.s5prdbx1, .s5prdbx2, .s5prdbx3, .s5prdbx4{ width: 100%; margin: 0; max-width: 355px;}

.s5prdbx3, .s5prdbx4{margin:20px 1% 0 1%;}
.s5prdbx-hding{height:auto;text-align:center;font-size: 20px;}
.s5prdbx-prc, .s5prdbx-txt, .s5prdbx-txt2{text-align:center;}
.s5prdbx-prc{margin:10px 0 0 0;}
.s5prdbx-txt2{padding:6px 0 0 0;}
.s5prdbx-txt2 { font-size: 18px; line-height: 24px;}
.s5prdbx-txt { font-size: 14px; line-height: 16px;}
.s5prdbx2-imgbx { display: inline-block;}
}
/*================SECTION 3===================*/
/* SECTOIN-3 CSS */
.sec3{
	float: left;
    width: 100%;
    padding:50px 0 50px;
    text-align: center;
	background: linear-gradient(to bottom, #fff9f3 70%, #ffffff 30%);
}
ul.s3-list{
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
ul.s3-list li{
	float: left;
    width: 32%;
    padding: 0;
    border-radius:10px;
    background: #fff9f3;
    border: 1px solid #e0eaff;
	overflow: hidden;
}
ul.s3-list li img{
	    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
	}
ul.s3-list li h3{
	font-size: 22px;
    line-height: 32px;
    margin-top: 0px;
    font-weight: bold;
}
ul.s3-list li p{
	font-size: 18px;
    line-height: 28px;
    padding: 8px 40px 25px;
}
@media only screen and (max-width: 1187px){
.s3bxhding{padding:50px 0;}
.s3hding2{padding:48px 0 0 18px;}
ul.s3list {padding: 0 0 0 0px; row-gap: 40px;}
.s3bx1, .s3bx2{width:100%; text-align:center;}
.s3-prodt {max-width: 390px;}
.s3-line {right: 30%;}
.s3bx1-lft { width: 65%;}
.s3bx1-rgt { width: 34%;}
ul.s3list li{ padding:0 95px 0 0;}
ul.s3list li span{ font-size:20px;}
ul.s3-list li p {padding: 8px 20px 25px;}

}
@media only screen and (max-width: 1023px){
.sec3{padding:40px 0;}
ul.s3-list li{}
.s3-lst-icn{width:80px;}
ul.s3-list li p {
    font-size: 17px;
    line-height: 27px;
    padding: 7px 10px 20px;
}
ul.s3-list li h3{font-size: 20px;line-height: 30px;}

}
@media only screen and (max-width: 767px){
.sec3{padding:30px 0; background:#fff9f3;}
ul.s3-list{
    margin-top: 20px;
    justify-content: center;
    row-gap: 17px;}
ul.s3-list li{width:100%; max-width:355px;}
ul.s3-list li h3{font-size:21px; line-height:30px;}
ul.s3-list li p{}
}

/*================SECTION 4===================*/
.sec4 {
	background: #ffffff;
	float: left;
	width: 100%;
	text-align: center;
}
ul.s4list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
ul.s4list li {
	float: left;
    width: 25%;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px 15px 100px;
    position: relative;
    overflow: hidden;
    text-align: left;
    border-right: 1px solid #dedede;
    text-transform: capitalize;
}
ul.s4list li img{
	position: absolute;
    left: 13%;
    top: 18px;
	}
ul.s4list li:last-child{ border:none;}
/*================SECTION 6===================*/
.sec6{padding: 0 0 30px 0; background: #fff; border-top:1px solid #000;}
.s6bx{width:90%;margin:30px auto 0 auto;display:block;}
.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:#fff9f3;}
.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){

ul.s4list li {padding: 15px 20px 15px 88px;}	
}

@media only screen and (max-width: 1023px){

ul.s4list li { text-align:center; padding:0 10px;}
ul.s4list li img {
    position: static;
    display: block;
    margin: 0 auto 10px;
}
	
.sec6{padding:0 0 46px 0;}
.s6bx{width:100%;margin: 30px auto 0 auto;}
.s6bx1, .s6bx2, .s6bx3{padding:0 10px;}
}
@media only screen and (max-width: 767px){

ul.s4list {row-gap: 15px;}	
ul.s4list li {
    width: 50%;
    padding: 0 10px;
}
ul.s4list li:nth-child(2){ border:none;}
	
.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: 60px;
    background: #9a362f;
    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;
    }

}