@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/

/*====scroll_strip====*/
.scroll_strip{
	float: left;
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    background: #34aebb;
    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===============*/

.banner{
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat center top #58cad4;
	height:579px;
	overflow:hidden;
	}
.bnr-left{
	float:left;
	width:720px;
	position:relative;
	text-align:left;
	padding:50px 0 0;
	}
.bnr-rvw{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500;
	}
.bnr-rvw img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0 0;
	}
.bnr-txt1{
	float:left;
	width:100%;
	font-size:40px;
	line-height:50px;
	color:#ffffff;
	margin-top:10px;
	text-shadow:0 0 3px rgba(0,0,0,0.1);	
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 52px;
    font-weight: bold;
    line-height: 56px;
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
.bnr-strip{
	float:left;
	margin-top:15px;
	background:#fff;
	border-radius:5px;
	border-bottom:4px solid #3da6b5;
	}
.bnr-strip p{
	display:inline-block;
	vertical-align:middle;
	padding:5px 25px 5px 18px;
	border-right:1px solid #e1e1e1;
	font-size:17px;
	font-weight:bold;
	color:#1c1c1e;
	}
.bnr-strip p:last-child{ border:none;}
.bnr-strip p img{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0 0;
	}
.bnr-strip p span{
	display:inline-block;
	vertical-align:middle;
	}
.bnr-list{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.bnr-list li{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/bnr-tik.png) no-repeat left center;
	font-size:22px;
	line-height:29px;
	color:#ffffff;
	font-weight: 500;
	padding-left:40px;
	margin-top:8px;
	letter-spacing:0.3px;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:35px;
    text-align: center;
    width:425px;
	max-width:100%;
	}
a.packageBtn {
    display: block;
    width: 100%;
    margin:0 auto;
    border-radius:50px;
    height:65px;
    overflow: hidden;
    color: #ffffff;
    font-size:28px;
    line-height:65px;
	position:relative;
	background:#ff911b;
	padding-right:40px;
	font-weight:bold;
	text-shadow:0 0 3px rgba(0,0,0,0.1);
	}
.btn-arw{
	position:absolute;
	right:100px;
	height:100%;
	width:40px;
	top:0;
	background:url(../images/btn-arw.png) no-repeat center center;
	}

.btn-ofr-txt{
	float:left;
	width:100%;
	color:#333333;
	font-size:16px;
	line-height:20px;
	margin-top:9px;
	position:relative;
	}
.btn-ofr-txt:after, .btn-ofr-txt:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 12px;
    width:80px;
    height:1px;
    background: #333333;
    opacity: 0.3;
	}
.btn-ofr-txt:before{ left:0;right: auto;}
.btn-ofr-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	}
.bnr-prod{
    position: absolute;
    right:-80px;
    top:140px;
    z-index: 9;
	}
/*============================*/
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:65px 0 40px;
	position:relative;
	}
.bnr-btm-sec:before{
	position:absolute;
	left:50%;
	width:1px;
	height:80px;
	top:-50px;
	content:"";
	background:#99dee3;
	}
.bnr-btm-sec h3{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#0b4e61;
	font-weight:normal;
	}
.bnr-btm-sec ul{
	float:left;
	width:100%;
	padding:0 20px;
	margin-top:20px;
	}
.bnr-btm-sec ul li{
	    float: left;
    width: 33.33%;
    padding: 0 25px;
    text-align: center;
    position: relative;
	}
.bnr-btm-sec ul li:after{
	position:absolute;
	right:0;
	top:20px;
	width:1px;
	border-right:1px solid #e4e4e4;
	bottom:10px;
	content:"";
	}
.bnr-btm-sec ul li:last-child:after{ display:none;}
.bnr-btm-sec ul li img{
	display:block;
	margin:0 auto 10px;
	}
.bnr-btm-sec ul li span{
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	}
.bnr-btm-sec ul li p{
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	margin-top: 10px;
}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	overflow:hidden;
	}
.s1-left{
	float:left;
	width:60%;
	background:#f0fcfd;
	padding:35px 50px 35px 40px;
	text-align:left;
	position:absolute;
	left:0;
	top:65px;
	z-index:2;
	}
.comnHdng{
	float:left;
	width:100%;
	padding-bottom:20px;
	}
.comnHdng span{
	float:left;
	width:100%;
	color:#50c5ce;
	font-size:45px;
	line-height:50px;
	font-weight:bold;
	}
.comnHdng p{
	float:left;
	width:100%;
	font-size:40px;
	line-height:48px;
	color:#292929;
	font-weight:500;
	margin-top:5px;
	}
.comnPara{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.3px;
	}
.mrgn20{ margin-top:20px;}
ul.s1-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.s1-list li{
	float:left;
	width:33.33%;
	text-align:center;
	position:relative;
	}
ul.s1-list li:first-child{ padding-left:0;}
ul.s1-list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.s1-list li p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
	}
ul.s1-list li:after{
	position:absolute;
	right:0;
	top:20px;
	width:1px;
	border-right:1px solid #e1e1e1;
	bottom:0;
	content:"";
	}
ul.s1-list li:last-child:after{ display:none;}

.s1-rght{
	float:right;
	width:50%;
	position:relative;
	height:740px;
	}
.s1-rght:after{
	position:absolute;
	right:-420px;
	top:0;
	bottom:0;
	left:0;
	background:url(../images/s1-bg-rgt.jpg) no-repeat left top;
	content:"";
	background-size:cover;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:70px 0;
	}
.s2-benifit-list{
	    float: left;
    width: 100%;
    margin: 0px 0 0;
    position: relative;
	}
.s2-prod{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 38px;
	}
.s2-benifit-list ul{
	width: 32%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	}
.s2-benifit-list ul li{
	float:left;
	width:100%;
	
	position:relative;
	}
.s2-benifit-list ul.fl li{
	text-align:left;
	padding-left:68px;
	}
.s2-benifit-list ul.fl li img{
	position:absolute;
	left:0;
	top:0;
	}
.s2-benifit-list ul.fr li{
	text-align:right;
	padding-right:68px;
	}
.s2-benifit-list ul.fr li img{
	position:absolute;
	right:0;
	top:0;
	}
.s2-benifit-list ul li span{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	color: #333333;
	font-weight: 700;
	}
.s2-benifit-list ul li p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
    letter-spacing: 0.5px;
	}

/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f0fcfd;
	}
.pack-sec{
        float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 40px;
    column-gap: 23px;
	}
.package {
	float: left;
	width: 32%;
	background: #ffffff;
	text-align: center;
	border-radius: 20px;
	}
.package.mid{
	position:absolute;
	left:50%;
	top:-15px;
	margin-left:-174px;
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.4);
	}
.package.right{
    float:right;
	}
.package.left{
    float:left;
	}
.pkg-hdng{
    float: left;
    width: 100%;
    background: #34aebb;
    padding:0 0 12px 0;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
	position:relative;
	}
.pkg-hdng span{
	display:block;
	margin:-15px auto 10px;
	width:155px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	border:1px solid #34aebb;
	border-radius:30px;
	background:#fff;
	}
.pkg-hdng:after {
    position: absolute;
    content: "";
    left: 50%;
	margin-left:-10px;
    bottom: -8px;
    border-top: 8px solid #34aebb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
	}
.pkg-mdl{
	float:left;
	width:100%;
	padding:15px;
	}
.pkg-subhdng{
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 30px;
    color: #ffed56;
    font-weight: 500;
	}
.prod-dv{
	float:left;
	width:100%;
	margin:15px 0;
	}
.pkg-prod{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
ul.pkg-list{
	float:left;
	width:100%;
	padding-left:10px;
	min-height:96px;
	}
ul.pkg-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	background:url(../images/pkg-tik.png) no-repeat left 7px; 
	padding-left:25px;
	text-align:left;
	margin-top:8px;
	}
ul.pkg-list li span{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	line-height:12px;
	font-weight:500;
	background:#ffa200;
	border-radius:30px;
	padding:3px 5px;
	border:1px solid #fff;
	margin:-5px 0 0 3px;
	}
ul.pkg-list li small{
	font-size:12px;
	letter-spacing:0.5px;
	}	
.prc-bx{
	float:left;
	width:100%;
	padding:15px;
	background:#ffffff;
	border-radius:20px;
	}
.package.mid .prc-bx{margin-top:25px;}
.rtlprc {
    float:left;
    width:100%;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
	}
.strikeout{
    position: relative;
	}
.strikeout::after {
    border-bottom: .09em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em/2 * -1);
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	}
.reglr-prc {
        float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
	}
.yousv {
    float: left;
	width:100%;
    font-size:18px;
    line-height:24px;
    font-weight: 500;
	letter-spacing:0.5px;
    color: #008ec3;
    margin:10px 0 0;
	}
.pkg-btn{
	margin-top:10px;
	}
.pkg-btn a.packageBtn{height: 60px; font-size: 24px; line-height: 60px; padding: 0;}
.pkg-btn .btn-ofr-txt{font-size: 14px;}
.pkg-btn .btn-ofr-txt:after, .pkg-btn .btn-ofr-txt:before{width: 35px;}
.pkg-logos{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:10px;
	}
/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-box{
	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:30px;
	}
.s4-col{
	width:31%;
	text-align:center;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	padding:30px 20px;
	border:1px solid #dddddd;
	border-bottom:3px solid #00c1d0;
	}
.s4-ic{
	display:block;
	margin:0 auto 20px;
	}
.s4-col span{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
	}
.s4-col p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #000;
	margin-top:10px;
	letter-spacing:0.5px;
	}
/*========Section-9========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	background: #f0fcfd;
}
.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: #34aebb;
    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 #34aebb;
}
.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;
}