@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: "Rubik", sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.dsplay{width:100%; box-sizing:border-box; float:left;}
.bdhding1{	
	    font-size: 22px;
    line-height: 32px;
    color: #010302;
    margin-top: 10px;
}
.bdhding2{
    font-size: 40px;
    line-height: 48px;
    color: #00375b;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    
}
.bdhding2 span{ color: #f86d45;}

.bdhding3{
    font-size: 30px;
    line-height: 40px;
    color: #f86d45;
    display: inline-block;
    width: 100%;
    font-weight: 500;
	margin-bottom:12px;
	text-transform:capitalize;
    
}
.bdfont{
  	font-size: 18px;
    line-height: 30px;
    color: #141415;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.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 , .shop-btn{
    height: 50px;
    width: 220px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 35px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	background: #f86d45;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
	padding: 10px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    text-align: center;
    height: 70px;
	border-top:6px solid #f86d45;
    top: 70px;
    margin-top: -70px;
	background:#ededed; 
}
.fixed-nav .header{
	float:left;
	width:100%;
	background:#ededed;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
}

.logo {
	float: left;
	max-width: 185px;
}
ul.nav {
	display: inline-block;
    margin: 11px 0 0 0px;
}
ul.nav li {
	float: left;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	    float: left;
    font-weight: 500;
    color: #3e3e3e;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
ul.nav li a.active {
	color: #000;
}
p.hdrlist {
	float: right;
	padding: 5px 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: 7px;
	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: 12px 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: #f86d45;
	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: #333;
    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;
}

/*================start banner===================*/
.banner{
    float: left;
    width: 100%;
    background:url(../images/banner.jpg) center top no-repeat;
	    height: 510px;
    padding: 85px 0 0;
    position: relative;
}
.s1-inner {
    float: left;
    width: 48%;
    text-align:left;
    position: relative;
}
.bnr-sub-head{
	font-size: 24px;
    line-height: 32px;
    color: #f86d45;
    padding-top: 0px;
    float: left;
    font-weight: 600;
    width: 100%;
	}
.bnr-head{		
	font-size: 50px;
    line-height: 58px;
    color: #00375b;
    padding-top: 10px;
    float: left;
    font-weight: 700;
    width: 100%;
    text-transform: capitalize;
    
}
.bnr-head span{ color: #f86d45; }
.bnrtxt{
	font-size: 18px;
    line-height: 28px;
    color: #010302;
    width: 90%;
    margin-top: 15px;
    display: inline-block;
}
.bnr_prdt{
    position: absolute;
    top: 99px;
    right: 10%;
    max-width: 459px;
	}	
/*=============STRIP======================*/
.strip{
	float:left;
	width:100%;
	padding:20px 0;
	text-align:center;
	position:relative;
	overflow:hidden;
	}
		
ul.strip-list2{
    float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}	
ul.strip-list2 li{
	    background: url(../images/strp-bg1.jpg) left top no-repeat;
    float: left;
    width: 49%;
    text-align: left;
    padding: 50px 70px 20px 20px;
    position: relative;
    height: 260px;
	}
	
ul.strip-list2 li:last-child{ background:url(../images/strp-bg2.jpg) left top no-repeat;}
.strip-lft{
	float:left;
	width:70%;
	text-align:left;
	}
.strip-lft-txt1{
    font-size: 24px;
    line-height: 30px;
    color: #00375b;
    font-weight: 700;
    text-transform: uppercase;
    
	}
.strip-lft_para{
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#000;
	margin-top:10px;
	}
.strip-lft-txt1 span{
	font-weight:400;
	}
.strip-lft-txt2{
	font-size:20px;
	line-height:30px;
	color:#000000;
	margin-top:5px;
	}	
.strip-lft-txt2 a{ color:#000; text-decoration:underline;}
.strip-lft-txt3{
    font-size: 30px;
    line-height: 40px;
    color: #010302;
    font-weight: 700;
    text-transform: uppercase;
    
	}
.strip-lft-txt3 span{
	color:#f3594a;
	}	
.strip-lft-txt4{
	font-size:16px;
	line-height:22px; 
	color:#000000;
	font-style:italic;
	margin-top:15px;
	}
/*=============BTM SECTION======================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    text-align: center;
	padding: 60px 0px;
}
.btm-sec-inr{
	float: left;
    width: 100%;
    border: 0px solid #e5e5e5;
    padding: 0;
    position: relative;
	}
.bnr-bar-img{
    position: absolute;
    top: 0;
    left: 0;
	}	
.btm-sec-rgt{
    float: right;
    width: 42%;
    position: relative;
    text-align: left;
    padding: 0;
	}
.btm-sec-rgt .bdhding2{ font-size: 33px;
    line-height: 43px;}	
.bnr-bar-img2{float:right;margin:0 0 0 0;}

	
		
/*================start section1===================*/
.sec1{ 
        padding: 20px 0 20px;
    background: #fff;
    position: relative;
    text-align: center;
}

.s1-inner2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding:0px 0px 0px;
}
img.sec1-img1 {
    position: absolute;
    top: 0;
    right: 0;
	max-width: 550px;
}
.s1-left{
	float:left;
	width:50%;
	text-align:left;
	padding:50px 0px 0;
	}
.s1-left .bdhding2{}
.s1-left-bx1, .s1-left-bx2{
	float:left;
	background:#fff;
	padding:10px;
	text-align:center;
	margin-top:100px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	}
.s1-left-bx2{
	float:right;
	margin-top:140px;
	}
.s1-inner2-rit{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: relative;
	}
.s1-rgt{
    float: left;
    width: 100%;
    margin-top: 0px;
	}
ul.s1-list {
    float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
ul.s1-list li{
	float: left;
    width: 32%;
    position: relative;
    padding: 0 0px 0 82px;
    color: #0e0c0d;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
ul.s1-list li img{
	    position: absolute;
    top: 10px;
    max-width: 29px;
    left: 35px;
	}
ul.s1-list li span{
	display: block;
    font-weight: 700;
    font-size: 20px;
	color: #00375b;
	margin-bottom: 5px;
}


.flow-img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}		
.s1-left-bx1-nm{
	font-size:18px;
	line-height:25px;
	color:#000000;
	margin-top:10px;
	}
.s1-left-bx1-pcr{
	font-size:18px;
	line-height:25px;
	color:#f3594a;
	}
.s3-bx{
	position:relative;}		
.s1-left-bx3{
	position:absolute;
	top:0;
	left:240px;
	float:left;
	background:#fff;
	padding:10px;
	text-align:center;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	z-index:2;
	}
.new{
	position: absolute;
    top: 60px;
    right: 150px;
	z-index:0;
	}		
	
/*================SECTION 2===================*/
.sec2 {
    padding: 50px 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
.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: #f3594a;
	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: 20px;
    line-height: 31px;
    color: #000;
    font-weight: 700;
    background: none;
    padding-top: 0px;
    min-height: 56px;
}
.s2prd-hding2 span {
    display: block;
    margin-top:5px;
    padding: 0px 0 0;
    color: #000;
    font-size: 15px;
	line-height:20px
}
.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: 7px;
    font-size: 24px;
    line-height: 32px;
    color: #f86d45;
    font-weight: 700;

}
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: 35px;
    column-gap: 10px;
}
ul.s2list li {
	width:30%;
    position: relative;
    padding: 0;
    text-align: center;
    float: left;
    overflow: hidden;
}
.prd-bx{
	float:left;
	width:100%;
/*	background: #ffffff;
	border:1px solid #e5e5e5;
	padding:20px 10px;*/
	}
ul.s2list li .bnrbtn{     
	margin-top: 12px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    max-width: 100%;
	}

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%;
	margin-bottom:10px;
	background: #fcfcfc;
    border: 2px solid #f6f6f6;
    padding: 20px 10px;
	border-radius:10px; 
	}
.s2prd2 {
	max-width:270px;
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
	width: 100%;
}
.prdts-content{
	float: left;
    width: 100%;
    text-align:center;
    position: relative;
}

/*================SECTION 3===================*/
			
			
/*================SECTION 4===================*/

/*=============*/
.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: #ffff3594a;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top:2px solid #fff2f0;
}
.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;
	}
.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: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #ec3b0d;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	

@media only screen and (max-width: 1700px){
ul.nav li{margin:0 20px 0 0;}
ul.nav li:nth-child(7){padding:0 20px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1187px){
ul.nav li{margin:0 16px 0 0;font-size:17px;}
ul.nav li:nth-child(7){padding:0 16px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1023px){
ul.tophdr-list1 li, ul.tophdr-list2 li{
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	font-size:13px;	
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;}
ul.tophdr-list2 li:last-child{padding:0;margin:0 15px 0 0;}
ul.tophdr-list1 li span.span1{display:none;}
ul.tophdr-list1 li img, ul.tophdr-list2 li img{margin:0 3px 0 0;}
.logo{max-width: 150px; margin-top: -3px;}
ul.nav li{font-size:15px;}
ul.nav li:nth-child(7){padding:0 7px 0 0;}
ul.nav li:last-child{margin:0;}
ul.nav li:last-child img{margin:0 0 0 0;}
}
@media only screen and (max-width: 767px){
.tophdr{display:none;}
ul.tophdr-list1, ul.tophdr-list2{padding:4px 0 0 0;}
ul.tophdr-list2 li:last-child{margin:0 0 0 0;}
ul.tophdr-list3{display:none;}
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}

.intop-fix-bar {margin-bottom: 90px;}
.btmhdr{height:55px;}
.inheader{		
	height:90px;	
	margin-top: -90px;
    top: 90px;	
}
.fixed-nav .inheader{height:90px;}

.logo { max-width: 170px; margin-top: 3px;}
ul.nav{display:none;}
.cart-link{position:absolute;right:40px;top:4px;filter: hue-rotate(-180deg);}
#menu-wrapper #hamburger-menu{margin-top:6px;}

.pop-innr { width:100%; text-align:center;}

}
@media only screen and (max-width: 479px){
ul.tophdr-list1 li span.span2{display:none;}
}
@media only screen and (max-width: 359px){
ul.tophdr-list1 li, ul.tophdr-list2 li {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 12px;
}
}
