@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%;
	vertical-align: middle;
	border: none;
	height: auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	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;
}
.dsplay {
    width: 100%;
	float:left;
}
.bdhding {
	font-weight: 300;
    font-size: 45px;
    line-height: 56px;
    color: #9f3210;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
}
.bdhding span {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #9f3210;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 6px;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.bdfont{
	font-size: 18px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
}
.fl-right{ float:right !important;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1179px){
.container{ max-width:1004px; width:100%; }
}
@media only screen and (max-width: 1013px){
.container{ max-width:760px; width:100%; }
.bdhding{
	font-size:36px;
	line-height:40px;	
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 15px;}
.bdhding{font-size: 26px;line-height: 32px;}
.bdfont{line-height:24px; font-size:16px;}
}
@media only screen and (max-width: 359px){
.bdsubhding{
	font-size:30px;
	line-height:38px;
}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 82px; float:left;width:100%;}
.header{
	height: 82px;
    margin-top: -82px;
    position: relative;
    top: 82px;
    background: #fff;
    border-top: 4px solid #ececec;
    float: left;
    width: 100%;
}
.fixed-nav .header{
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;

}
.logo {
        float: left;
    margin: 5px 0 0px 0;
    max-width: 150px;
}
ul.nav {float: left; margin: 20px 0 0 40px;}
ul.nav li{
	float: left;
    margin: 0px 10px 0 0;
    padding: 0px 20px;
}
ul.nav li a{color: #000000;font-size: 16px;line-height: 36px;}
ul.nav li.active, ul.nav li:hover{
	color: #9f3210;
    border-radius: 30px;
}
ul.nav li.active a, ul.nav li:hover a{color:#9f3210}
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:15px;
}
ul.hed-right li{ display:inline-block; vertical-align:middle; margin-left:13px;}

@media only screen and (max-width: 1013px){
.header{height:55px; top:55px; margin-top:-55px; border-top: 2px solid #ececec;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{}

.intop-fix-bar {margin-bottom: 87px;}
.logo {margin: 5px 0 0 0;max-width: 100px;}
ul.nav li{display:none;}
ul.hed-right{ display:none;}
.cart-link{position:absolute;right:55px;top:9px;}
}
@media only screen and (max-width: 479px){
.topbar-txt{
	font-size:14px;
	line-height:17px;
}
}
@media only screen and (max-width: 359px){
.logo{width:180px;margin:8px 0 0 0;}
.topbar-txt {
    font-size: 12px;
    line-height: 17px;
}
}

/*================BANNER===================*/
.banner{
	background: url(../images/banner.jpg) #ededed no-repeat center top;
    height: 610px;
    padding: 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.bnrlft, .bnrrgt{
	float:left;
	display:inline-block;
	width:47%;
}
.bnrrgt{
	background:url(../images/bnrprdbg.png) center 20px no-repeat;
	height:593px;
	width:53%;
}
.bnrprd{
	margin: 20px -37px 0 0;
    float: right;
}
.bnrhding {
	font-weight: 300;
    font-size: 50px;
    line-height: 62px;
    color: #9f3210;
    text-align: left;
    padding: 50px 0 0 0;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.bnrtxt{	
	border-top: 1px solid #eae2d2;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 30px;
}
@media only screen and (max-width: 1179px){
.banner{height:540px;}
.bnrhding {
    font-size: 45px;
    line-height: 55px;
	padding:42px 0 0 0;
}
.bnrrgt{background-size:100%;height:540px;}
}
@media only screen and (max-width: 1013px){
.banner{height:450px;}
.bnrlft, .bnrrgt{width:50%;}
.bnrrgt{height:450px;}
.bnrprd{margin:90px -37px 0 0;}
.bnrhding {
    font-size: 36px;
    line-height: 44px;
	padding:25px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.banner{height:auto;padding:15px 0 90px 0; background: #ededed}	
.bnrlft, .bnrrgt{width:100%; text-align:center;}
.bnrhding, .bnrtxt{text-align:center;padding:0;}
.bnrtxt{margin:10px 0 0 0;padding:10px 0 0 0;font-size: 16px;line-height: 24px;
}
.mobprdbx{
	background-size:100%;
	width:100%;
	margin:0 auto;
	display:block;
}
.mobprdbx img{margin: 20px auto 0 -10px;display: inline-block;max-width: inherit;width: calc(100% + 20px);}
}
@media only screen and (max-width: 479px){
.bnrhding {
    font-size: 32px;
    line-height: 40px;
}

}
@media only screen and (max-width: 359px){
.mobprdbx{width:290px;}
.bnrhding {
    font-size: 28px;
    line-height: 35px;
}
}
/*================BANNER STRIP===================*/
.bnrstrip{margin:0 0 0 0;}
.bnrstrip-bx{
	height:110px;
	background:#fff;
	border-radius:8px;
	-moz-box-shadow: 0 0 10px #eae4e4;
	-webkit-box-shadow: 0 0 10px #eae4e4;
	box-shadow: 0 0 10px #eae4e4;
	margin-top:-55px;
	padding:2px;
}
ul.bnrstrip-list{
	    padding: 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.bnrstrip-list li{
	float: left;
    width: 25%;
    border-right: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    padding: 32px 30px 0;
	text-transform: capitalize;
}
ul.bnrstrip-list li:last-child{border-right:none;}
ul.bnrstrip-list li img{
	float:left;
	margin:3px 10px 0 0;
}
@media only screen and (max-width: 1179px){
ul.bnrstrip-list li{padding:32px 10px 0 10px;}
}
@media only screen and (max-width: 1013px){
.bnrstrip-bx{padding:2px 2px 10px 2px;}
ul.bnrstrip-list li{
	width:25%;
	height:auto;
	padding:0 6px 0 6px;
	font-size:15px;
	text-align:center;
	margin:10px 0 0 0;
}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 767px){
.bnrstrip-bx{height:auto;margin-top:-65px;padding-bottom:15px;}
ul.bnrstrip-list li{
	width:50%;
	height:auto;
	padding:0 6px 0 6px;
	font-size:15px;
	text-align:center;
	margin:10px 0 0 0;
}
ul.bnrstrip-list li:nth-child(2){border-right:none;}
ul.bnrstrip-list li:nth-child(3), ul.bnrstrip-list li:nth-child(4){
	background:url(../images/bnrstrip-line.jpg) top center no-repeat;
	padding:14px 6px 0 6px;
}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 479px){
ul.bnrstrip-list li{text-align:center;font-size:14px;line-height:22px;}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 359px){
ul.bnrstrip-list li {
    font-size: 12px;
    line-height: 15px;
}
ul.bnrstrip-list li img{width:35px;}
}
/*================SECTION 1===================*/
.sec1{    
	padding: 60px 0 48px 0;
    text-align: center;
}
.s1txt{}
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	    display: inline-block;
    width: 30%;
    margin: 32px 1.25% 0 1.25%;
    height: auto;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 20px 16px 26px 16px;
}
/*.s1prdbx2{background:#f6eaff;}
.s1prdbx3{background:#eaf9f2;}
.s1prdbx4{background:#f2e6fb;}*/
.s1prd{
	margin: 2px auto 10px;
    display: block;
    max-width: 290px;}
.s1prdbx-hding, .s1prdbx-prc{
	    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.s1prdbx-prc{margin:18px 0 0 0;}
.s1prdbx-txt{
	font-size:12px;
	line-height:14px;
	color:#646464;
	margin:7px 0 0 0;
}
.s1prdbx-txt img{margin:0 5px -3px 0;}
.s1prdbx-txt2{
    padding: 10px 0 0 0;
    line-height: 26px;
    /* height: 110px; */
    color: #000;
}
@media only screen and (max-width: 1179px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	margin:32px 0.5% 0 0.5%;
	padding:0 12px 16px 12px;
}
}
@media only screen and (max-width: 1013px){
.sec1{padding:40px 0;}
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{	
	padding:0 10px 16px 10px;
}
.s1prdbx-hding{
	font-size:19px;
	line-height:22px;
}
.s1prd {margin: 15px auto 12px auto; }
.s1prdbx-txt2{
	font-size:16px;
	line-height:23px;
}
}
@media only screen and (max-width: 767px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width:47%;
	margin:30px 1% 0 1%;
}
.s1prdbx3, .s1prdbx4{margin:20px 1% 0 1%;}
.s1prdbx-hding{height:auto;text-align:center;}
.s1prdbx-prc, .s1prdbx-txt, .s1prdbx-txt2{text-align:center;}
.s1prdbx-prc{margin:10px 0 0 0;}
.s1prdbx-txt2{padding:6px 0 0 0;}
.s1prdbx-txt2 {
    font-size: 18px;
    line-height: 24px;
}
.s1prdbx-txt {
    font-size: 14px;
    line-height: 16px;
}
}
@media only screen and (max-width: 479px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width: 100%;
    margin: 20px 0% 0 0%;
    float: none;
    display: block;
	padding:10px 20px 20px;
}
.s1prdbx-txt2{height:auto;}
}
@media only screen and (max-width: 359px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width:100%;
	margin:20px 0 0 0;
	float:none;
	display:block;
}
}
/*================SECTION 2===================*/
.sec2{
	    padding: 0 0 60px 0;
    background: #fff;
    text-align: center;
}
.s2box1{
	    width: 100%;
    border-radius: 30px;
    padding: 50px;
    text-align: left;
    background: #a13117;
	position: relative;
	overflow: hidden
}
.s2-model {
    position: absolute;
    right: -60px;
    top: 0;
    width: 650px;
}
.s2bx-rgt {
	width: 50%;
}
.s2bx-rgt .bdhding {
    color: #fff;
}
.prd-s2box1{
	margin:40px auto 0 auto;
	width:98%;
	background-size:cover;
}
.s2bxhding{
	font-size:40px;
	line-height:44px;
	font-weight:300;
}
.s2bxtxt{
	padding:16px 0 0 0;
	width:480px;
}
ul.s2bxlist{
	    float: left;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.s2bxlist li{
	background: url(../images/bullet.png) left 8px no-repeat;
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.s2hding{padding:72px 0 0 0;}
ul.s2list{
	margin: 50px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.s2list li{
	float: left;
    width: 32%;
}

ul.s2list li img{margin:0 auto;display:block;}
ul.s2list li img.s2-icon { margin: 20px auto 0; display: block;}
.s2lhding{
	font-size: 24px;
    line-height: 32px;
    color: #9f3210;
    text-align: center;
    padding: 10px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.s2ltxt{
	margin: 10px 0 0 0;
}

.s2box1 a.s2btn {
    background: #fff url(../images/s1btnarrow.png) 80% 25px no-repeat;
    color: #9f3210;
}

@media only screen and (max-width: 1179px){
.s2box1{
	width:100%;
	padding: 25px 0 0 30px;
	height:422px;
	background-size:100%;
}
}
@media only screen and (max-width: 1013px){
.sec2{padding:0 0 30px 0;}
.s2box1{
    background-size: 100%;
    height: auto;
    padding: 25px 0 40px 20px;
}
.s2bxtxt{width:370px;}
.s2hding {padding: 50px 0 0 0;}
}
@media only screen and (max-width: 767px){
.sec2{padding:0 0 20px 0;background:#fff; text-align:center;}
.s2box1{padding: 25px 10px;border-radius: 10px;}
	

.s2bxhding{
	    text-align: center;
    padding: 0 15px;
    font-size: 28px;
    line-height: 38px;
}
.s2bx-rgt{ width:100%; margin-top: 0px;}
.s2bxtxt{width:auto;text-align:center;padding:10px 15px 0 15px;}
.s2img-mob {display: inline-block !important;max-width: inherit;margin: 10px auto 20px -10px;width: calc(100% + 20px);}
ul.s2bxlist{width:400px;margin:0 auto;padding:3px 0 0 0;}
	ul.s2bxlist li{font-size: 16px;line-height: 26px;}
.s2hding{padding:40px 0 0 0;}

ul.s2list li, ul.s2list li:last-child{
	width:100%;
	margin:40px 0 0 0;
}
	ul.s2list{margin-top:10px}
ul.s2list li:first-child{margin:10px 0 0 0;}

}
@media only screen and (max-width: 430px){
ul.s2bxlist{width:100%;padding:0 10px;}
}
/*================SECTION 2===================*/

/*================SECTION 3===================*/
.sec3{
	padding: 65px 0;
	background: #fafff9;
	border-top: 1px solid #eafde6;
	text-align:center;
}
.s3arw{
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	margin:0 auto;
	display:block;
}
.s3bx1, .s3bx2{width:100%;margin:15px auto 0 auto;}
.s3bx1-lft, .s3bx1-rgt{
	float:left;
	display:inline-block;
	width:49%;
	text-align:left;
}
.s3bx1-lft{margin:0 2% 0 0;}
.s3bximg{margin:0 auto;display:block;}
.s3bxhding, .s3hding2{
	font-weight:300;
	font-size:26px;
	line-height:30px;
	color:#9f3210;
	text-align:left;
	padding:58px 0 0 0;
}
.s3hding2{padding:58px 0 0 18px;}
.s3bxtxt{
	text-align:left;
	padding:110px 0 0 0;
}
ul.s3list{padding:10px 0 0 18px;}
ul.s3list li{
	position:relative;
	padding:0 0 0 62px;
	margin:22px 0 0 0;
}
ul.s3list li img{
	position:absolute;
	left:0;
	top:0;
}
.s3lhding{	
	font-size:24px;
	line-height:28px;
	text-align:left;
}
.s3ltxt{padding:8px 0 0 0;text-align:left;}
@media only screen and (max-width: 1179px){
.s3bxhding{padding:50px 0 0 0;}
.s3hding2{padding:48px 0 0 18px;}
ul.s3list {padding: 0 0 0 10px;}
.s3bx1, .s3bx2{width:100%; text-align:center;}
}
@media only screen and (max-width: 1013px){
.sec3{padding:50px 0;}
.s3bx2{margin:25px auto 0 auto;}
.s3bx1-lft, .s3bx1-rgt{width:100%;margin:10px 0 0 0; text-align:center;}
.s3bx1-rgt{padding:0 80px;}
.s3bxhding, .s3bxtxt{text-align:center;}
.s3bxhding, .s3hding2{padding:20px 0 0 0;}
.s3bxtxt{padding:12px 0 0 0;}
ul.s3list {padding: 0 0 0 0;}
ul.s3list li {padding: 0 0 0 52px;}
.s3lhding {
    font-size: 22px;
    line-height: 26px;   
}
}
@media only screen and (max-width: 767px){
.sec3{padding:35px 0;}
.s3bximg{max-width:400px;}
.s3bx1-rgt{padding:0 0;}
}
@media only screen and (max-width: 479px){
ul.s3list {padding: 0 0 0 0;}
ul.s3list li {
    padding: 0 0 0 46px;
    margin: 22px 0 0 0;
}
.s3bximg{max-width:320px;}
}
@media only screen and (max-width: 359px){
.s3bximg{max-width:100%;}
}
/*================SECTION 4===================*/
.sec4 {
	    padding: 50px 0;
    background: #eeeae9;
    float: left;
    width: 100%;
    text-align: center;
}
.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: 18px;
    line-height: 28px;

    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}
ul.s4list{
	padding: 14px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
	}
ul.s4list li {
	width: 22%;
    margin: 20px 30px 0px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
ul.s4list li .s4-pnt-txt{
	font-size: 18px;
	line-height: 28px;
	float: left;
	width: 100%;
	font-weight: normal;
	padding: 0 20px;
	}
/*================SECTION 6===================*/
.sec6{padding:40px 0;background:#9f3210;}
.s6bx{width: 100%;margin: 0px 0 0 0;float: left;}
.s6bx1, .s6bx2, .s6bx3{
	    float: left;
    display: inline-block;
    width: 50%;
    border-right: 1px solid #ffffff;
    padding: 0 20px;
}
.s6bx3{border-right:none;}
.s6bxhding{
	font-weight:500;
	font-size:26px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.s6bxtxt, .s6bxtxt2{
	font-size:18px;
	line-height:28px;
	color:#fff;
	text-align:center;
	padding:16px 0 0 0;
}
.s6bxtxt a{ color:#fff;}
.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: 10px 0 0 0;
    text-align: center;
    float: left;
    width: 100%;
}
ul.slinklist li{
	display: inline-block;
	margin: 7px 0;
	width: 100%;
	color: #fff;
}
ul.slinklist li a{ color:#fff;}
/*================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;}

/*================SECTION 4===================*/



/*================FOOTER===================*/
footer{padding:20px 0;background:#fff; text-align: center;}
.ftrtxt1{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#313131;
	
}
.ftrtxt1 a{color:#313131;}
.ftrtxt2{	
	    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #313131;
    padding: 5px 0;
    float: left;
    width: 100%;
}
.disclmr {
        display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    max-width: 720px;
}
@media only screen and (max-width: 1013px){
.sec5{padding:30px 0 155px 0;}
.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){
.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;
}
	ul.slinklist li{margin: 2px 0;}
.s6bx3{border-bottom:none;padding:0;}
.s6bxtxt2{padding:25px 0 0 0;}
.sec7 {padding: 20px 0 15px 0;}
ul.slinklist {padding: 17px 0 0 0;}
	.s6bxhding{font-size: 20px;line-height: 26px;}
ul.ftrlist li{padding:0 10px 0 6px;}
.ftrtxt1, .ftrtxt2{font-size:17px;}
ul.ftrlist {padding: 12px 0 0 0;}
	
	.sec4{padding:30px 0;}
	.faq-container{margin: 10px 0 0px; max-width: 100%}
	.up-slide-dwn{padding: 0 10px;}
	.accordion{font-size: 18px;padding: 10px 40px 10px 0;}
	.acdn-para{font-size: 16px;    line-height: 24px; letter-spacing: 0;}
}
@media only screen and (max-width: 479px){
.ftrtxt1, .ftrtxt2{line-height:20px;}
}
@media only screen and (max-width: 359px){
.sec5 {padding: 20px 0 100px 0;}
.s5sldr{margin:-78px 0 0 0;}
}


/*MOBILE MENU*/
#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: #9f3210;
	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: #9f3210;
    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;
}


.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: #9f3210;
    color: #fff;
}

.agepop-btns button.no-btn {
    background: #eb0000;
	color:#fff;
}

@media screen and (max-width:767px) {
    .age-pop {
        width: 80%;
        margin: 10rem auto;
    }
	

}

@media screen and (max-width:760px) and (orientation:landscape) {
    .age-pop {
        margin: 5rem auto;
    }

}