@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/

/*====scroll_strip====*/
.scroll_strip{
	float:left;
	width:100%;
	padding:15px 0;
	overflow: hidden;
	background:#000;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 0.7px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
/*-------------------------
     BANNER CSS
--------------------------*/

.banner{
	float:left;
	width:100%;
	background:#f7f1ed;
	overflow:hidden;
	position:relative;
	}
.bnr-left{
	float: left;
	width: 650px;
	text-align: left;
	padding: 60px 0;
	}
.bnrHdng{
	    float: left;
    width: 100%;
    font-size: 54px;
    line-height: 62px;
    color: #000000;
    margin-top: 10px;
    font-family: "Lora", serif;
    position: relative;
    z-index: 1;
	}
.bnr-txt1{
	float: left;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	background: #f5e4d8;
	padding: 5px 30px;
	}
.bnr-para{
	float: left;
    width: 96%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 20px 0 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
	}

.bnr-list{
	float: left;
	width: 100%;
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	}
.bnr-list li{
	float:left;
	width:33.33%;
	padding:0 0 0 45px;
	text-align:left;
	position:relative;
	}
.bnr-list li img{
	position:absolute;
	left:0;
	top:5px;
	}
.bnr-list li p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 500;
	}
	
	
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:30px;
    text-align: center;
    width:330px;
	max-width:100%;
	}
a.packageBtn {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	overflow: hidden;
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	position: relative;
	background: #f5a000;
	letter-spacing: 0.5px;
	}
a.packageBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}

.btn-ofr-txt{
	float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 7px;
    letter-spacing: 0.5px;
	}
.bnr-rvw{
	float:left;
	width:70%;
	margin-top:40px;
	position:relative;
	z-index:2;
	}
.bnr-rvw img{ display:block; margin:0 0 5px;}
.bnr-rvw p{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:22px;
	font-weight:300;
	letter-spacing:0.5px;
	}
.bnr-rvw span{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:5px;
	}

.bnr-prod{
	position: absolute;
    right: -110px;
    top: 0;
    width: 798px;
	}
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:70px 0;
	position:relative;
	}
.sectionOne:after{
	position:absolute;
	right:20px;
	bottom:-40px;
	content:"";
	background:url(../images/name1.png) no-repeat right bottom;
	width:30px;
	height:428px;
	}
.s1-left{
	display:inline-block;
	vertical-align:middle;
	max-width:1170px;
	width:100%;
	text-align:center;
	}
.comnHdng{
	float:left;
	width:100%;
	font-size:42px;
	line-height:54px;
	color:#000000;
	font-family: "Lora", serif;
	}
.comnPara{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
	}
.s1-txt1{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 30px;
    letter-spacing: 0.3px;
    font-weight: 500;
	}
ul.s1-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
	margin-bottom:10px;
	}
ul.s1-list li{
	width:16%;
	border:1px solid #dfdfdf;
	padding:25px 0;
	text-align:center;
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 15px;
	}
ul.s1-list li p{
	    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-family: "Lora", serif;
    font-weight: 400;
	}
.s1-add{
	float:left;
	width:100%;
	background:url(../images/s1-line.png) no-repeat center center;
	margin-top:20px;
	}
.s1-add span{
	display:block;
	margin:0 auto;
	width:46px;
	height:46px;
	border:1px solid #ddd;
	background:#fff;
	border-radius:50%;
	font-size:30px;
	line-height:45px;
	color:#d6ab8b;
	text-align:center;
	}
.s1-slct-txt1{
	float:left;
	width:100%;
	font-size:40px;
	line-height:42px;
	color:#000000;
	margin-top:20px;
	letter-spacing:0.3px;
	}
.s1-slct-txt2{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#000000;
	margin-top:10px;
	letter-spacing:0.3px;
	font-weight:300;
	}
.s1-sct-bag{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
.s1-slct-col{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	position:relative;
	}
.s1-slct-col:after{
	position:absolute;
	right:0;
	top:20px;
	bottom:30px;
	width:1px;
	background:#ddd;
	content:"";
	}
.s1-slct-col:last-child:after{ display:none;}
.s1-slct-col img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:130px;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	background:#f7f1ed;
	padding:70px 0;
	}
.comn-padng{ padding:0 0px;}
.s2-collectionBox{
	float:left;
	width:100%;
	margin-top:50px;
	padding: 0 0px
	}
.s2-bx-col{
	display:inline-block;
	vertical-align:top;
	width:320px !important;
	margin:0 30px;
	text-align:center;
	}
.s2-imgbx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	}
.s2-imgbx:after {
    position: absolute;
    left: 10px;
    top: 10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #b6b6b6;
    content: "";
	}
.s2-imgbx:before {
    position: absolute;
    left: 50%;
    bottom: -45px;
	width:1px;
	height:110px;
	background:#d6ab8b;
    content: "";
	}
.s2-imgbx img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s2-bx-col p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:50px;
	letter-spacing:0.5px;
	}
.s2-bx-col p span{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	font-family: "Lora", serif;
	display: block;
	margin-bottom: 10px;
}

/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:70px 0;
	position:relative;
	}
.sectionThree:after {
    position: absolute;
    left: 20px;
    top: -60px;
    content: "";
    background: url(../images/name2.png) no-repeat left top;
    width: 30px;
    height: 419px;
	}
.s3-mdl-box{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: flex-start;
    column-gap: 30px;
	row-gap:20px;
	}
.s3-col{
	width: 31%;
    /* margin: 0 1%; */
    text-align: center;
    padding: 15px;
    border: 1px solid #fff;
    cursor: pointer;
	}
.s3-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-txt1{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-top: 25px;
    font-family: "Lora", serif;
    font-weight: 500;
	}
.s3-txt2{
	    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;
	}
.s3-txt3{
	    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0.3px;
    padding: 10px;
    position: relative;
    border-bottom: 1px dashed #acacac;
    border-top: 1px dashed #acacac;
	}
.s3-txt3 img{
	position:absolute;
	right:0;
	top:10px;
	}
.s3-txt4{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #717171;
	 font-family: "Lora", serif;
    margin-top: 15px;
    letter-spacing: 0.3px;
	}
.s3-txt5{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
	font-weight:300;
    margin-top: 5px;
	}
.s3-txt5 span{ padding:0 5px; border-right:2px dashed #ddd;}
.s3-txt5 span:first-child{padding-left:0;}
.s3-txt5 span:last-child{ border:none; padding-right:0;}
a.get-btn{
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#000;
	height:60px;
	line-height:58px;
	border:1px solid #f5a000;
	margin-top:35px;
	}
.s3-col:hover,.s3-col.active{
	border:1px solid #e4c8b3;
	box-shadow:0 0 3px 1px rgba(0,0,0,0.1);
	}
.s3-col:hover a.get-btn,.s3-col.active a.get-btn{
	background:#f5a000;
	color:#fff;
	}

/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:70px 0;
	background:url(../images/sec4-bg.jpg) no-repeat center top;
	background-size:cover;
	}
.s4-left{
	float: left;
	width: 34%;
	text-align: left;
	padding: 0px 0 0 0;
	}
.sub-txt{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.3px;
	}
.s4-rght{
	    float: right;
    width: 63%;
    /* padding-right: 70px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s4-rgt-col{
	width:29.333%;
	text-align:left;
	}
.s4-rgt-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s4-rgt-col span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-family: "Lora", serif;
    margin-top: 25px;
    font-weight: 500;
	}
.s4-rgt-col p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    margin-top: 10px;
	}
	
/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:70px 0;
	position:relative;
	}
.sectionFive:after {
    position: absolute;
    right: 20px;
    top: -60px;
    content: "";
    background: url(../images/name3.png) no-repeat right bottom;
    width: 30px;
    height: 423px;
	}
.s5-mdlBx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1170px;
	margin-bottom:20px;
	}
.s5-col{
	float:left;
	width:31%;
	margin:40px 3.5% 0 0;
	text-align:center;
	}
.s5-col:last-child{ margin-right:0;}
.s5-imgbx{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.s5-imgbx img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s5-imgbx:after {
    position: absolute;
    left: 10px;
    top: 10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #b6b6b6;
    content: "";
	}
.s5-imgbx:before {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 1px;
    height: 80px;
    background: #d6ab8b;
    content: "";
	}
.s5-stp-txt1{
	    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-family: "Lora", serif;
    margin-top: 35px;
    letter-spacing: 0.5px;
    font-weight: 500;
	}
.s5-stp-txt1 span{
	text-transform:uppercase;
	color:#d6ab8b;
	font-size:24px;
	}
.s5-stp-txt2{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 0.3px;
	}

/*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: #000;
    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 #000;
}
.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: inline-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: 30%;
	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;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx a {
    color: #000;
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}