@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/

/*====scroll_strip====*/
.scroll_strip{
	float:left;
	width:100%;
	padding:15px 0;
	overflow: hidden;
	background:#1a0053;
	
	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:#169190;
	padding:70px 0 90px;
	text-align:center;
	}
.bnr-model{
	position:absolute;
	top:-30px;
	right:-60px;
	max-width:100%;
	}
.bnr-lft{
	float:left;
	width:49.98%;
	text-align:left;
	position:relative;
	}
.bnr-txt1{
	display:inline-block;
	vertical-align:middle;
	background:#269998;
	padding:8px 40px 8px 20px;
	border-radius:50px;
	text-align:left;
	color:#fff;
	font-size:15px;
	line-height:18px;
	font-weight:700;
	}
.bnr-txt1 span{ padding:0 2px;}
.bnr-hding{
	font-size: 54px;
    line-height: 64px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    font-family: "DM Serif Display", serif;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	text-transform: capitalize;
}	
.bnr-hding span{ position:relative; z-index:3;}				
.bnr-hding span:after{
	content: '';
    position: absolute;
    bottom:13%;
    left:0;
    right:0;
    height: 15px;
    background: #f59329;
	z-index:-1;
	}
.bnr-txt2{
	color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}	
.bnr-select-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:50px;
	}
.bnr-select-col{
	width:22%;
	background:#fff;
	border-radius:12px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	padding:20px;
	}	
.bnr-select-col:hover, .bnr-select-col.active {
    background: #f59329;
	color:#fff;
}	
.bnr-select-col img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}

.banner_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.banner_button_width, .button_width{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	}
.banner_button_div{
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.banner_button, .common_button{
	width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
    background: #f59329;
    border: 1px solid #f59329;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
	}
.banner_button.learn_button{
	color:#000;
	border:1px solid #757575;
	background:none;
	}
.banner_button_text{
	font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
	}
.banner_button_text img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	}

.bnr-lft .banner_button_text {
    color: #fff;
}
/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	position:relative;
	background:#fff;
	padding: 30px 0 0;
	}
.common_heading{
        font-size: 45px;
    line-height: 52px;
    color: #169190;
    font-family: 'DM Serif Display';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
	}
.common_heading span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto Flex", sans-serif;
    color: #333;
}
.common_text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	}

ul.sec1_list{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.sec1_list li{
	float: left;
    width: 24%;
	padding: 0 10px;
}
ul.sec1_list li img{
	width:60px;
	display:block;
	margin:0 auto 15px;
}
ul.sec1_list li span{
	font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}
ul.sec1_list li p{
	font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}

/*=========SECTION2========*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#edffff;
	position:relative;
	z-index:1;
	}
.section2:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:300px;
	background:#fff;
	z-index:-1;
}
.founder_box{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.founder_content{
	text-align:left;
	color:#fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	width:54%;
	padding:0 35px 0 0;
}
.quote_imge{
	width:88px;
	display:block;
	margin:-60px 0 0;
}
.founder_heading{
	font-size:46px;
	line-height:50px;
	font-family: 'Fraunces 72pt';
	font-weight:700;
	margin-top:30px;
}
.founder_text{
	font-size:20px;
	line-height:28px;
	margin-top:20px;
}
.founder_info{
	border-top:1px solid #6aafd1;
	margin:30px 0 0;
	padding:25px 0 0;
}
.founder_info h3{
	font-size:25px;
	line-height:27px;
	font-weight:600;
}
.founder_info p{
	font-size:17px;
	line-height:20px;
	margin-top:10px;
}
.founder_image{
	width:46%;
}
.founder_image img{
	width:100%;
	border-radius:10px;
}
.sec2_inr{
	    float: left;
    width: 100%;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0 110px;
}
.sec2_inr_bx{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    width: 50%;
    padding: 30px 40px 30px 10px;
    position: relative;
    text-align: left;
    float: left;
}
.sec2_inr_bx:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0px;
	border-right:1px solid #ccc;
	z-index:-1;
}
.sec2_inr_bx:nth-child(2n){padding-right:0px; padding-left:60px;}
.sec2_inr_bx:nth-child(2n):after{border-right:none;}
.sec2_inr_bx:nth-child(-n+2){padding-top:0px;}
.sec2_inr_bx:nth-child(n+3){padding-bottom:0px;}
.sec2_inr_bx:nth-child(n+3):before{
	content:'';
	position:absolute;
	border-top:1px solid #ccc;
	top:0;
	bottom:0;
	left:0px;
	right:0px;
	z-index:-1;
}
.sec2_icn{
	width:60px;
	margin:0 20px 0 0;
}
.sec2_inr_bx span{
	font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'DM Serif Display';
}
.sec2_inr_bx p{
	font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}
	

/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3_slide_row{
	vertical-align: middle;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
    row-gap: 23px;
    column-gap: 23px;
	}
.package_box{
	width:32%;
	border-radius:8px;
	background:#fff;
	padding-bottom:40px;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	}
.package_header{
	width: 100%;
    border-radius: 8px;
    padding: 15px 20px;
    background: #169190;
    background: linear-gradient(-10deg, rgb(0 145 144) 15%, rgb(2 71 70) 80%);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
	}
.package_prod_box{
	width: 300px;
    display: inline-block;
    margin: 40px 0 0 0;
	}
.package-product{
	display:block;
	margin:-23px auto 0;
	width:100%;
	}
.package_header_cont{
	width:100%;
	text-align:left;
	}
.package_header_cont h3{
	    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'DM Serif Display';
    font-weight: 400;
	}
.package_header_cont p{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	}
.package_bottom{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 30px 0;
	text-align:left;
	}
.package_text{
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	}
.package_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:374px;
	margin-top:10px;
	}
.package_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	padding-left:28px;
	margin-top:10px;
	background:url(../images/bnr-point-thik.png) no-repeat;
    background-position: top 5px left;
	background-size:15px;
	}
.package_button_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
	padding: 0 20px 0;
	}
.package_price{
	font-size:26px;
	line-height:26px;
	color:#169190;
	font-weight:bold;
	}
.package_price span{
	font-size:40px;
	}
.package_button{
    display: inline-block;
    vertical-align: top;
	width:100%;
    max-width: 380px;
    height: 50px;
    background: #f59329;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.5px;
	margin-top:30px;
    position: relative;
	}
/*========Section-4========*/
/*-----------------------
INGREDIENTS SECTION
------------------------*/
.ingredients_section{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background: #edffff;
}
.ingredients-row{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    float: left;
	}
.ingredients-col{
	width:32%;
	background:#fff;
	text-align:left;
	padding:35px 20px;
	border:1px solid #eee;
	position:relative;
	}
.ing_icon{
	position:absolute;
	right: 10px;
    top: 10px;
	width: 80px;
	}
.ingredients-col span{
	font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-family: 'DM Serif Display';
    font-weight: 400;
    padding-right: 80px;
    display: block;
}
.ingredients-col small{
	display:block;
	font-size:18px;
	line-height:22px;
	color:#000;
	margin:8px 0 0;
}
.ingredients-col p{
	color: #484848;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    padding-right: 35px;
}
	
ul.ingredients_bottom{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin: 40px auto 0;
    float: left;
    width: 100%;

}
ul.ingredients_bottom li img{
	width:55px;
	display:block;
	margin:0 auto 5px;
}
ul.ingredients_bottom li p{
	font-size:14px;
	line-height:18px;
	color:#383838;
	text-transform:uppercase;
}

a.view_supplement{
    font-size: 20px;
    line-height: 28px;
	letter-spacing:0.5px;
    color: #0089cd;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    margin-top: 40px;
	}
/*=========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: #1a0053;
    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;
	background: #fff;
}
.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: #169190;
    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 #169190;
}
.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;
}