@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===============*/

.banner {
    float: left;
    width: 100%;
    background: #fff7f7;
    overflow: hidden;
	padding:60px 0 0px;
	text-align:center;
	}
.banner-left-side{
	float:left;
	width:58%;
	text-align:left;
	padding:55px 0;
	}
.bnr-text1{
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.bnr-testi{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#000000;
	}
.bnr-str{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 5px 0 0;
	}
.bnr-t-img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 5px;
	}
.bnrHdng{
	float:left;
	width:100%;
	font-size:52px;
	line-height:60px;
	font-weight:bold;
	letter-spacing:-0.5px;
	color:#000000;
	margin-top:10px;
	position:relative;
	z-index:2;
	}
.bnrHdng span{
	color:#d52222;
	}
.bnr-para{
	float:left;
	width:88%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:17px;
	}

.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:30px;
    text-align: center;
    width:380px;
	max-width:100%;
	position:relative;
	}
.odr-btn{
    display: block;
    width: 100%;
    margin:0 auto;
	border-radius:50px;
    height:70px;
    overflow: hidden;
    color: #ffffff;
    font-size:26px;
    line-height:70px;
	letter-spacing:0.5px;
	position:relative;
	text-align:center;
	font-weight:bold;
	text-shadow:0 1px 3px rgba(0,0,0,0.1);
	
background: rgb(68,181,69);
background: -moz-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
background: linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44b545",endColorstr="#0fae5a",GradientType=1);
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-8px -15px 0 10px;
	}
.btn-txt{
	float:left;
	width:100%;
	color:#1e1e1e;
	font-size:16px;
	line-height:20px;
	margin-top:6px;
	letter-spacing:0.3px;
	font-weight: 500;
	}
.btn-txt span{ color:#f71e1e; font-weight:bold;}
.btn-txt:before, .btn-txt:after{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 32px;
    height: 1px;
    background: #bdbdbd;
	}
.btn-txt:before{margin:-2px 10px 0 0;}
.btn-txt:after{margin:-2px 0 0 10px;}

.banner-prod{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	max-width:100%;
	}
ul.bnr-list{
	float:left;
	width:65%;
	margin-top:40px;
	text-align: center;
	}
ul.bnr-list li{
	display:inline-block;
	vertical-align:top;
	width:21%;
	text-align:center;
	}
ul.bnr-list li img{
	display:block;
	margin:0 auto 3px;
	}
ul.bnr-list li p{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:500;
	}
/*=========BANNER-2=====================*/
/*===========bnr-btm-sec==============*/
.bnr-btm-sec{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	}
.bnr-btm-row{
	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;
	}
.bnr-btm-col{
	float: left;
    width: 25%;
    text-align: center;
    padding: 25px 15px 30px;
    border-right: 1px solid #ddd;
	}
.bnr-btm-col:last-child{ border:none;}
.bnr-btm-ic{
	display:block;
	margin:0 auto 10px;
	}
.bnr-btm-col h3{
	float: left;
    width: 100%;
    font-size:22px;
    line-height: 28px;
    font-weight: 600;
	color:#000000;
	}
.bnr-btm-col p{
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 24px;
	letter-spacing:0.3px;
    font-weight: 300;
	color:#000000;
	margin-top:5px;
	}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:100px 0 0;
	background:url(../images/sec1.jpg) no-repeat center top;
	position:relative;
	}
.s1-rght{
	float:right;
	width:60%;
	text-align:left;
	}
.comnHdg{
	display:inline-block;
	vertical-align:middle;
	position:relative;	
	}
.h-arw-txt-right{
	position:absolute;
	right:-50px;
	top:-45px;
	text-align: center;
	}
.h-arw-txt-left{
	position:absolute;
	left:-150px;
	top:-50px;
	text-align: center;
	}
.h-arw-txt-right img, .h-arw-txt-left img{
	display:inline-block;
	vertical-align:middle;
	margin-top:5px;
	}
.h-arw-txt-right img{ margin-left:-30px;}
.h-arw-txt-left img{ margin-right:-30px;}
.comnHdg .h-arw-txt-right p, .comnHdg .h-arw-txt-left p {
	font-size:18px;
	line-height:20px;
	padding:0 20px;
	font-weight:700;
	}
.comnHdg h1{
	    font-size: 46px;
    line-height: 56px;
    font-weight: bold;
    color: #000000;
}
.s1-box{
	float:left;
	width:100%;
	background:#fff2f2;
	padding:10px 30px 40px 0;
	position:relative;
	margin-top:35px;
	}
.s1-box:before{
	position:absolute;
	left:-170px;
	width:170px;
	top:0;
	bottom:0;
	background:#fff2f2;
	content:"";
	}
.comn-text{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 20px;
	}
.max-strngth-dv{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:20px 10px;
	background: rgb(244,255,254);
background: -moz-linear-gradient(90deg, rgba(244,255,254,1) 0%, rgba(255,248,248,1) 50%, rgba(255,242,242,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(244,255,254,1) 0%, rgba(255,248,248,1) 50%, rgba(255,242,242,1) 100%);
background: linear-gradient(90deg, rgba(244,255,254,1) 0%, rgba(255,248,248,1) 50%, rgba(255,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4fffe",endColorstr="#fff2f2",GradientType=1);
	}
.max-strngth-col-1{
	float:left;
	width:170px;
	}
.max-strngth-col-1 img{ max-width:100%;}
.max-strngth-col-2{
	float:left;
	width:calc(100% - 180px);
	padding-left:25px;
	border-left:1px solid #ddd;
	}
.max-strngth-col-2 h3{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height:30px;
    font-weight: bold;
    color: #bd1d1d;
	}
.max-strngth-col-2 p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 10px;
	}
ul.s1-list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.s1-list li{
	float:left;
	width:33.333%;
	}
ul.s1-list li img{
	display:inline-block;
	vertical-align:middle;
	}
ul.s1-list li p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 60px);
	padding-left:5px;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.s1-left-img{
	position:absolute;
	left:-80px;
	top:-30px;
	border:10px solid #fff;
	}
.s1-btl{
	position:absolute;
	left:-180px;
	top:355px;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	}
.sectionTwo .h-arw-txt-left{ left:-150px;}
.s2-pkg-box{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
	}
.s2-package-col{
	float:left;
	width:32%;
	border:2px solid #eaeaea;
	border-radius:20px;
	padding:20px 15px;
	background:#fff;
	text-align:left;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.s2-package-col-2{
	background:#ffe1e1;
	border:2px solid #c12a2a;
	}
.s2-package-col:hover{
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
	}
.pkg-text1{
	    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin: 10px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0px;
	}
.pkg-text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	}
.s2-pkg-prod{
	display: block;
	margin: 0 auto;
	max-width: 230px;
	}
.s2-pkg-star{
	display:block;
	margin:0 0 0;
	}
.prod-name{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#000000;
	margin-top:15px;
	}
.pkg-text2{
	font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 10px;
	}
.prc-text {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    margin-top: 15px;
}
.pkg-btn{
	display:inline-block;
	vertical-align:middle;
    width: 100%;
	max-width:100%;
    margin:20px 0 0 0;
	border-radius:50px;
    height:55px;
    overflow: hidden;
    color: #ffffff;
    font-size:24px;
    line-height:55px;
	letter-spacing:0.5px;
	text-align:center;
	position:relative;
	font-weight:bold;
	text-shadow:0 1px 3px rgba(0,0,0,0.1);
	
background: rgb(68,181,69);
background: -moz-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
background: linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44b545",endColorstr="#0fae5a",GradientType=1);
	}
	

/*========Section-3========*/
.sectionThree{
	float:left;
	width:100%;
	background:#fff2f2;
	padding:55px 0 65px;
	}	
.s3-inr{
	float:left;
	width:100%;
	margin-bottom:10px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s3-inr-bx{
	width:31.5%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:10px;
	overflow:hidden;
	margin-top:40px;
	padding-bottom: 30px;
	}
.s3-inr-bx1{background:#fff2f2;}
.s3-inr-bx2{background:#f7f5e7;}
.s3-inr-bx3{background:#dcf8f3;}
.s3-img{
	max-width:100%;
	}
.s3-shap{
	max-width:100%;
	margin:-60px auto 0;
	position:relative;
	display:block;
	}
.s3-bx-cont{
	padding:0 15px;
	position:relative;
	text-align:left;
	margin-top:-5px;
	}
.s3-icn{
	position:absolute;
	right:15px;
	top:-30px;
	}
.s3-bx-hd{
	    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
	}
.s3-bx-tx{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:30px;
	}
ul.s3-bx-lst{
	float:left;
	width:100%;
	margin:12px 0px;
	}
ul.s3-bx-lst li{
	float:left;
	width:100%;
	border-bottom:1px solid #d0d9f3;
	padding:12px 0;
	}
ul.s3-bx-lst li:last-child{border-bottom:none;}
.s3-lst-icn{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	}
ul.s3-bx-lst li p{
	font-size:18px;
	line-height:24px;
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 50px);
	padding-left:12px;
	font-weight:500;
	color:#000;
	}	
/*=========SECTION4========*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	border-top:2px solid #f0f1f8;
	background:#fff;
	}
.s4_mid_block{
	width: 100%;
    max-width: 100%;
    padding: 40px 40px;
    border-radius: 12px;
    background: url(../images/s4-mid-block-bg.jpg) no-repeat top center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s4_mid_cont{
	float:left;
	width:42.7%;
	text-align:left;
	}
.s4_sub_heading{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
    letter-spacing: 0.5px;
	}
.s4_mid_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s4_mid_col{
	width:100%;
	margin-top:30px;
	
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_mid_icn_box{
	width:62px;
	height:62px;
	border-radius:50%;
	background:#fff;
	
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.s4-mid-icn{
	display:block;
	margin:0 auto 0;
	width:32px;
	}
.s4_mid_col_cont{
	width:calc(100% - 62px);
	padding-left:15px;
	text-align:left;
	}
.s4_mid_col_cont h3{
	    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
	}
.s4_mid_col_cont p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}
.s4_mid_img_box{
	float:right;
	width:54%;
	}
.s4_mid_img_box ul{
	width:100%;
	
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_mid_img_box ul li{
	width:32%;
	}
.s4_mid_img_box ul li img{
	display:block;
	margin:0 auto 0;
	width:202px;
	border-radius:15px;
	}
.s4_mid_img_box ul li:nth-child(even){ margin-top:60px;}
/*========Section-9========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
}
.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: #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;
}