@charset "utf-8";
/* CSS Document */
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "Arimo", serif;
	font-weight: 400
	}
p, h1, h2, h3, h4, h5, ul, li{padding: 0;margin: 0;}
li {list-style: none;}
a {text-decoration: none;}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
	}
*{box-sizing: border-box;}
img{max-width:100%; vertical-align:middle; border:none; height: auto;}
.forMob{display:none;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}

/*FONTS CSS*/

/********************************/
.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:#3a434f;
    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: #b22422;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
.yes-btn {
	
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header{
	float: left;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    background: #fff;
    height: 70px;
    top: 70px;
    margin-top: -70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	width: 140px;
    float: left;
}
.mainMenu {
	float: right;
	margin-top: 15px;
	}
.mainMenu li{
	float: left;
	text-align: left;
	margin-right: 30px;
	}
.mainMenu li a {
	color: #2d2d2d;
	font-size: 17px;
	line-height: 21px;
	letter-spacing:0.5px;
	}
.mainMenu li:last-child{margin:0;}


/*==========banner==============*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top #eff5f3;
	padding: 70px 0 0;
	height:880px;
	background-size: cover;
	}
.bnr-lft {
	/* float: right; */
	width: 55%;
	text-align: right;
	margin-left: 500px;

	}
.bnr-p1 {
	float: left;
	width: 100%;
	/* color:#37475a; */
	color:#000;
	font-size: 44px;
	line-height: 62px;
	font-weight: bold;
	font-family: "Jost", serif;

	}
.bnr-p1 span{
	font-size:60px;
	display:block;
	}
.bnr-p2 {
	/* background:radial-gradient(transparent, #c6e5de); */
	float: right;
    width: 80%;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 10px;
		/* text-align: right; */

	}
.bnr-prd {
	position: absolute;
    right: 30px;
    margin-top: 350px;
    width: 460px;
	}
.order-now-btn {
	display: inline-block;
	max-width: 100%;
	}
	
/*=============Strip============*/
.wht-strip {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	}
.wht-ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	}
.wht-ul li {
	position: relative;
	text-align: center;
	border-right: 1px solid #c4c4c4;
	width: 33.33%;
	}
.wht-ul li:last-child{
	border:none;
	}
.wht-ic{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
.wht-ul li p {
	display:inline-block;
	vertical-align:middle;
	font-size: 24px;
	line-height: 28px;
	color: #50504e;
	font-weight: bold;
	text-align:left;
	font-family: "Jost", serif;
	}
.wht-ul li p span {
	color: #717171;
	font-weight: 400;
	font-size: 18px;
	display:block;
	}
	
/*=============sectionOne============*/
.section-1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	}
.s1-p1 {
	float: left;
	width: 100%;
	color:#38485b;
	font-size: 26px;
	line-height: 32px;
	}
.s1-p2 {
	display: inline-block;
	vertical-align: middle;
	color: #414141;
	font-size: 42px;
    line-height: 54px;
	font-weight: bold;
	margin: 5px 0 0;
	font-family: "Jost", serif;
	text-transform: capitalize;
	}
.s1-p3 {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
	}
.pad-1 {
	padding: 25px 80px 0;
	}
.s1-prd {
	display: inline-block;
	vertical-align:middle;
	margin: 25px 0 20px;
	height:400px;
	}
.s1-ul {
	float: left;
	width: 100%;
	}
.s1-ul li {
	    float: left;
    width: 24%;
    padding: 0 30px;
	}
.s1-ic-1 {
	display: inline-block;
	vertical-align:middle;
	max-width: 100%;
	}
.s1-p4 {
	    float: left;
    width: 100%;
    color: #323131;
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 5px;
	}

/*============sectionTwo============*/
.section-2 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background:#dbe4ed;
	position:relative;
	}
.section-2 .container{position:static;}
.s2-left{
	left:0;
	position:absolute;
	width:45%;
	top:0px;
	bottom:0px;
	background:url(../images/s2-bg.jpg) no-repeat center right;
	background-size:cover;
	}
.s2-rit {
	    float: right;
    width: 52%;
    text-align: left;
	}
.s2-p1 {
	float: left;
	width: 100%;
	color: #4b4b4b;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.5px;
	}
.s2-rit .s1-p3{}
	
/*==========sectionThree==========*/
.section-3 {
	float: left;
	width: 100%;
	padding: 85px 0;
	}
.s3-lft {
	float: left;
	width: 54%;
	text-align: left;
	}
.s3-prd {
	    position: absolute;
    right: 170px;
    top: 350px;
    z-index: 1;
    max-width: 370px;
	}
.s3-img{
	position: absolute;
    right: -40px;
    top: 50px;
    border-radius: 0 10px 10px 0;
	}
.s3-ul {
	float: left;
	width: 100%;
	margin: 45px 0 0;
	}
.s3-ul li {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 80px;
	text-align: left;
	padding-bottom: 38px;
	}
.s3-ul li:after{
	content:'';
	position:absolute;
	left:27px;
	top:15px;
	bottom:0;
	width:1px;
	border-right:4px dotted #1d9342;
	}
.s3-ul li:last-child:after{display:none;}
.s3-ic-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
	}
.s3-ul li .s1-p4 {
	padding-bottom: 4px;
	font-weight:bold;
	margin:0;
	}
	
/*==========sectionFour==========*/
.section-4 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background:#dbe4ed;
	position:relative;
	}
.section-4 .container{position:static;}
.s4-right{
	right:0;
	position:absolute;
	width:45%;
	top:0px;
	bottom:0px;
	background:url(../images/s4-bg.jpg) no-repeat right center;
	background-size:cover;
	}
.s4-lft {
	float: left;
	width: 50%;
	text-align: left;
	}
.s4-lft .s1-p3 {}
	
/*================FOOTER===================*/
.footer{
	float: left;
    width: 100%;
    padding: 30px 0;
	box-shadow: 0 0 7px #d2d2d2;
	}
.ftr-p1{
	font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin:25px 0 0 0;
	}
.ftr-cards{
	margin:10px 0 0 0;
	}
.ftr-p2{
	font-size: 17px;
    line-height: 29px;
    color: #282828;
    margin: 5px 0 0;
	letter-spacing:0.5px;
	}
.ftr-txt-box{
	float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    text-align: center;
}
.ftr-txt-box a {
    text-decoration: underline;
}
.ftr-left{
	float: left;
	margin-top: 20px;
	font-size: 17px;
	line-height: 23px;
	color: #282828;
	width:100%;
	}
.ftr-rgt{
	float: right;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	color: #282828;
	width:100%;
	}
.ftr-rgt a{
	color:#282828;
	}


@media only screen and (max-width:1200px){
.container{width:1004px;}
.show-desk{display: block}
	
.bnr-prd{right:0;}
.wht-ic{margin-right:10px;}
.s1-ul li{padding:0 50px;}

.s3-img{top:150px; width:500px;}
.s3-prd{right: 21px;top: 350px;}
}

@media only screen and (max-width:1020px){
.container{width:750px;}
.show-desk{display: none}
	
.banner{padding:60px 0 0 0;}
.bnr-prd{right:-20px; width:350px; top:50px;}
.bnr-p1{font-weight:500; font-size:26px; line-height:50px;}
.bnr-p1 span{font-size:44px;}

.wht-ic{margin:0 auto; display: block}
.wht-ul li p{ margin-top:10px; text-align:center; font-size:21px; letter-spacing:0.5px; font-weight:500; line-height:22px;}
.wht-ul li p span{font-size:16px;}

.section-1{padding:50px 0;}
.s1-p1{font-size:28px; line-height:30px;}
.s1-p2{font-size:36px;}
.pad-1{padding: 15px 20px 0;}
.s1-ul li{padding:0 20px;}
.s1-p4{font-size:22px; line-height:28px;}

.section-2, .section-4{padding:40px 0;}
.s2-left{width:40%;}
.s2-rit{padding-right:0; width:57%;}
.s2-p1{font-size:28px;}
.s4-lft{width:57%;}
.s4-right{width:40%;}

.section-3{padding: 50px 0;}
.s3-ul li{padding-bottom:25px;}
.s3-prd {right: 0; top: 530px;width: 300px;}
.s3-img {top: 380px;width: 410px;right: 30px;}

.ftr-txt-box{font-size:14px;}
.ftr-left, .ftr-rgt{width:100%; font-size:15px;}
.ftr-rgt{margin-top:10px;}
}

@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 15px;}

.forMob{display:block;}
.hideMob{display:none;}

.top-fix-bar{margin-bottom: 55px;}
.header{padding: 5px 0;height: 55px;top: 55px;margin-top: -55px;}
.logo{width:115px;}
.mainMenu{display:none;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 15px;
    top: 12px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;

	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:58px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #acacac;
	}
.mobimenu-top{ top:85px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #acacac;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	letter-spacing:0.5px;
	}	
.mobilemenu li a:hover{color:#000;}	

.banner{height:auto; padding:20px 0 30px 0; background:#e4ece9;}
.bnr-lft{width:100%; text-align:center;}
.bnr-p1{font-size:24px; line-height:32px;}
.bnr-p1 span{font-size:34px; line-height: 40px;}
.bnr-p2{margin:10px 0 0 0; width:100%; font-size: 16px;line-height: 24px;}
.bnr-prd{position:static; display:inline-block; vertical-align:middle; margin-top:5px; }
.order-now-btn{margin-top:15px;}

.wht-strip{padding:25px 0;}
.wht-ul{}
.wht-ul li{width:100%; border:none; }
.wht-ul li p {margin-top: 10px;text-align: center;font-size: 18px;line-height: 24px;}
.wht-ul li p span{line-height: 24px;}

.section-1{padding:30px 0;}
.s1-p1{font-size:20px; line-height:24px;}
.s1-p2{font-size: 26px;line-height: 32px;margin-top: 0px;}
.s1-p3{font-size: 16px;line-height: 24px;margin-top: 10px;}	
.pad-1{padding:15px 0 0 0;}
.s1-prd{ margin: 30px 0 0px}
.s1-ul li{padding: 0 0px; width: 50%; margin: 20px 0 0 0;}
.s1-p4 {font-size: 17px; line-height: 26px;}

.section-2, .section-4 {padding: 0 0 30px;}
.s2-left, .s4-right{ display:none;}
.s2-rit, .s4-lft{width:100%; margin-top:20px;}
.s2-p1{line-height:34px;}
.s2-rit .s1-p3, .s4-lft .s1-p3{}
.s2-img-mob{float:left; width:100%;}

.section-3{padding: 30px 0 20px;}
.s3-lft{width:100%;}
.s3-ul{margin:25px 0 0 0;}
.s3-img{display:none;}
.s3-prd{position:static; display:block; margin:0 auto; margin-top:25px;}

.footer{padding:10px 0 30px;}
.ftr-p2{font-size: 15px;line-height: 26px;}
.ftr-rgt {font-size: 14px;}

	.pop-innr{width:100%; text-align: center}

}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	line-height: 30px;
    color:#38485a;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom:5px solid #d7cdb4;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

