@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/
/*-----------------------------
CSS FOR HERO SECTION
-------------------------------*/
.hero-section{
	float:left;
	width:100%;
	height:780px;
	background:#fff;
	}
.hero-content{
	float:left;
	width:100%;
	margin-top:60px;
	text-align:left;
	position:relative;
	opacity:1;
	}
.in-viewport-once.hero-content{opacity: 1; transition: opacity 2s ease;}
.hero-sec-lft{
	float: left;
	width: 45%;
	text-align: left;
	margin-top: 72px;
	}
.hero-txt1{
        color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
	}
.hero-txt3{
	    display: inline-block;
    width: 100%;
    font-size: 56px;
    line-height: 70px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
	}
.hero-txt2{
	float:left;
	width:100%;
	color:#1d094d;
	font-size:170px;
	line-height:160px;
	font-weight:bold;
	margin-top:-30px;
	position:static;
	}
.hero-para{
        float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
    text-align: center;
    width: 260px;
    max-width: 100%;
}
a.hero-cta, a.secBtn{
	display: inline-block;
	background: #ffd451;
	width:330px;
	height:50px;
	line-height:50px;
	color: #010101;
    font-size: 22px;   
    border-radius: 5px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
	position:relative;
	transition:all ease 0.5s;
    /*margin: 0 auto;*/
    overflow: hidden;
    padding-right: 0px;

	}
a.hero-cta:hover, a.secBtn:hover{
	background:#fd8721;
}
	

.hero-img{
	position:absolute;
	right:-90px;
	top:-30px;
	}

.packageBtn {
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    height: 56px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    line-height: 56px;
    position: relative;
    font-weight: 700;
    background: #1e4842;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.stock-txt {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.btn-arw{
	position: absolute;
    right: 20px;
    width: 15px;
    height: 15px;
    top: 50%;
    background: url(../images/btn-arw.png) no-repeat center top;
    transform: translateY(-50%);
	}
.stock-txt::before, .stock-txt::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #000;
    width: 50px;
    margin: 0 6px;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.hero-sec-lft  .stock-txt{ color:#fff;}
.hero-sec-lft .stock-txt::before, .hero-sec-lft .stock-txt::after {
    border-top: 1px solid #fff;
}

.bnr-model{
	position:absolute;
	top:0;
	right:70px;
	}
.bnr-txt1 {
	position: absolute;
    top: 106px;
    right: 0;
    background: #1f4842;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #ffdf;
    width: 250px;
    text-align: center;
    padding: 90px 10px;
	text-transform: capitalize;
}

/*---------------------------
CSS FOR COMMON ELEMETS
-----------------------------*/
.sections{
	float:left;
	width:100%;
	padding:60px 0;   
	}
.section-one{
	background: #fff;
	}
/*.sections.blue-bg{background: #fcf3ff;}*/
.sec1-mid {
    display: inline-block;
    width: 72%;
    text-align: center;
}
.hdg-lines{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 10px;
	}
.sec-heading{
	display: inline-block;
	width: 100%;
	font-size: 38px;
	line-height: 48px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: middle;
	font-family: "Oswald", sans-serif;
	}
.sec-heading span{ color:#1e4842; display:block;}
.sec-subheading{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:22px;
	line-height:28px;
	color:#616161;
	}
.sec-btm-heading{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#39393a;
	margin-top:40px;
	}
.sec-para{
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	padding: 0 0px;
	}
.sec-para.para2{margin-top:10px;}


/*---------------------------
CSS FOR SECTION 1
-----------------------------*/
.s1-rit{
	float: left;
	width: 62%;
	text-align: left;
	position: relative;
}
.s1-rit .sec-heading {
    width: 56%;
}
.s1-img-box{
	float: right;
    margin: 0px 100px 0 0;
	}	
.s1-img{}
.bnr-logo-sec {
    float: left;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid;
}


.s1-lst {
    float: left;
    width: 100%;
    margin-top: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 40px;
    column-gap: 40px;
}

.s1-lst li {
	float: left;
	width: 48%;
	border: 1px solid #e1e6e7;
	font-size: 18px;
	line-height: 28px;
	padding: 80px 20px 20px 30px;
	position: relative;
	transition: all 0.3s;
	text-align: left;
	color: #000;
}
.s1-lst li:hover{background: #1e4842; color: #fff}

.s1-lst li img {
    position: absolute;
    top: 25px;
    left: 25px;
}
.s1-lst li:hover img{filter: invert(1) brightness(5);}

.s1-lst li span {
	display: block;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 14px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: "Oswald", sans-serif;
}

.s1-lst li a {
    display: inline-block;
    margin: 20px 0 0 0;
	position: relative;
}
.s1-lst li a:after{
	content: url(../images/btn-arw.png);
    position: absolute;
    right: -30px;
    top: 3px;
    filter: invert(1);
    height: 15px;
    width: 15px;
}
.s1-lst li:hover a:after{filter: brightness(1);}
/*========Section-2========*/
.sec2{
	float: left;
    width: 100%;
    background:#fff;
    padding:66px 0 55px;
    text-align: center;
	}
.s2-left{
	display: inline-block;
    width: 100%;
    text-align: center;
	}	
ul.s2-left-list{
	float: left;
    width: 100%;
    margin-top:70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
	}
ul.s2-left-list li{
	float: left;
    width: 24%;
    color: #040404;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding: 0 0 0;
    text-align: center;
    background: #f6fffe;
    border-radius: 12px;
	}
ul.s2-left-list li p {
    padding: 0 15px 25px;
}
ul.s2-left-list li span{
	display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
	text-transform: capitalize;
    margin: 6px 0 7px;
}
.ul.s2-left-list li{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
ul.s2-left-list li img{
	display: inline-block;
    max-width: 100%;
    margin: -35px 0 0;
	}	
.btn-txt.white-txt {
    color: #fff;
}

/*---------------------------
CSS FOR SECTION 3
-----------------------------*/
.section-three{background: #1e4842;}
.s3-inner {
    float: left;
    width: 46%;
    text-align: left;
}
.s3-inner .sec-heading,.s3-inner .sec-para {
    color: #fff;
}
.s3-inner .packageBtn{background: #fff; color: #1e4842}
.s3-inner .btn-arw {filter: invert(1);}
.s3-img {
    float: right;
    margin: 0px 34px 0 0;
}

/*========Section-3========*/
.sec3{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #f6fffe;
	}
.sec-para.prod-disclmr {
    max-width: 100%;
    border: 1px solid #fdf962;
    padding: 10px 10px;
    background: #fdffe4;
}
.s3_slide_row{
	width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
    row-gap: 15px;
    column-gap: 15px;
	}
.package_sub_heading {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    /* vertical-align: middle; */
    font-family: "Oswald", sans-serif;
    text-align: left;
    margin: 20px 0;
	position:relative;
}
.package_sub_heading:after{
	content: '';
	width: 73%;
	border-bottom: 2px solid #d5fff9;
	position: absolute;
	top: 17px;
	right: 0;
}
.s3_slide_col{
	float: left;
    width: 32%;
    padding: 20px 10px 25px;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
	}
.s3_mob_resp {
    float: left;
    width: 100%;
}
.s3_mob_resp .btn-box{ margin-top:15px;}
.s3_slide_col .commn-btn{margin-top:12px;}
.s3_col_prod{
	display: block;
    margin: 0 auto 0;
    max-width: 100%;
	}	
.s3_col_prod3{ right:10px;}
.s3_col_icon{
	float:left;
	width:45px;
	margin-bottom:25px;
	}
.s3_slide_col span{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #040404;
    font-weight: bold;
    position: relative;
    /* min-height: 83px; */
    padding-top: 7px;
    font-family: "Oswald", sans-serif;
	}	
.s3_slide_col p{}
p.price-tag {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    color: #040404;
    margin: 5px 0 0;
    font-weight: 700;
    min-height: auto;
    font-family: "Oswald", sans-serif;
}
ul.s3_col_list{
	float:left;
	width:100%;
	margin-top:0px;
	}
ul.s3_col_list li{
	float:left;
	width:100%;
	padding-left:15px;
	font-size:17px;
	line-height:25px;
	color:#000;
	position:relative;
	font-weight:500;
	text-align:left;
	margin-bottom:10px;
	text-transform:capitalize;
	}
ul.s3_col_list li:after{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-4px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#0c2f6c;
	}
a.shopBtn{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	margin-top:15px;
	font-size:19px;
	line-height:52px;
	font-weight:600;
	color:#fff;
	background:#d70000;
	height:50px;
	border-radius:8px;
	}
.shop_arrow{
	display:inline-block !important;
	vertical-align:middle;
	width:21px;
	margin:-2px 0 0 15px;
	}
/*========Section-4========*/
.section-four{}
.sec4-inr{
	    float: right;
    width: 48%;
    text-align: left;
	}
.s4-list{
	float:left;
	width:100%;
	margin-top:40px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	}
.s4-list li{
	float: left;
    width: 31%;
    margin: 0;
    padding: 0px 0;
    text-align: center;
    position: relative;
	}
.s4-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 12px;
	}
.s4-list li p{
	margin-top: 10px;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	}
.s4-list li p span{
	display:block;
	margin-bottom:10px;
	font-weight:700;
	font-size:22px;
	line-height:28px;
	text-transform:capitalize;
	}
.s4-list li:after{
	position: absolute;
	content: "";
	border-right: 1px solid #ccc;
	top: 20px;
	right: -22px;
	bottom: 0;
}
.s4-list li:last-child:after{ display:none;}
.s4-list-2{
	float:left;
	width:100%;
	margin-top:120px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	margin-bottom:50px;
	}
.s4-list-2 li{
	display:inline-block;
	width:47%;
	position:relative;
	}
.s4-list-2 li img{
	display:inline-block;
	vertical-align:middle;
	}
.s4-list-2 li:nth-child(1) img{ margin-right:-120px;}
.s4-list-2 li:nth-child(2) img{ margin-left:-250px;}
.s4-img{float: left; margin: 0px 0 0 0;}
/*========Section-9========*/
.strip{
	float:left;
	width:100%;
	padding:40px 0;
    background: #a01a10;
	text-align:center;
	}
.strip-inr{
	display:inline-block;
	width:100%;
	text-align:center;
	}	
.strip-inr .commn-hdg{color:#fff;}
.strip-inr .commn-para{color:#fff;}
.strip-inr .commn-btn{ color:#030303; background:#fff;}
/*========Section-9========*/
.sec9{
	float:left;
	width:100%;
	padding: 50px 0;
    background: #f9f9f9;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align:left;
	padding:0 10px;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
    background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	margin-top:20px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 25px center;
    padding:22px 50px 20px 30px;
	color:#1f1f1f;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 25px center;
	}
.acdn-content {
	float:left;
    width:100%;
	border-top:1px solid #ddeaee;
    padding:20px 20px 10px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:17px;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}
ul.acdn_list{
	float:left;
	width:100%;
	margin:-5px 0 20px;
	padding-left:50px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	position:relative;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:400;
	text-align:left;
	list-style:disc;
	margin-top:10px;
	}
.s9_additionalBx{
	float:left;
	width:100%;
	margin-top:50px;
	}
.additional_head{
	float:left;
	width:35%;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:600;
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px solid #d5d5d5;
	}
ul.s9_addit_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s9_addit_list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	text-align:left;
	padding-left:22px;
	position:relative;
	margin-top:10px;
	text-transform: uppercase;
	}
ul.s9_addit_list li:after{
	position:absolute;
	left:0;
	top:11px;
	content:"";
	width:6px;
	height:6px;
	background:#000000;
	border-radius:50%;
	}

/*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: #0c2f6c;
    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 #0c2f6c;
}
.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;
}