@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/
/*==============banner===============*/
.banner{
	float: left;
    width: 100%;
    background: url(../images/banner.jpg) center top no-repeat;
    height: 578px;
    padding: 40px 0px 80px;
    /*background-size: cover;*/
    position: relative;
	
	}
.bnr-lft{
	float: left;
    width: 63%;
    text-align: left;
    margin: 54px 0 0 0;
    padding-left: 45px;
	}
.bnr-rgt{
	float: left;
    width: 100%;
    text-align: left;
    margin: 0px 0 0 0;
	}
.bnr-gls{
	display: inline-block;
    vertical-align: middle;
    margin: 30px 0 0;
	}
.bnr-model{
	display: inline-block;
    vertical-align: middle;
    margin: 23px 0 0;
	}
.bnr-txt1{
	font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #000000;
	}
.bnr-txt1 img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0;
	width:100px;
	}					
.bnr-hding{
        font-size: 50px;
    color: #711f3d;
    line-height: 60px;
    font-weight: 700;
    margin-top: 0px;
    font-family: "Roboto Slab", serif;
}
.bnr-hding span{
	display: block;
    font-weight: 400;
    color: #01061c;
    font-size: 30px;
    line-height: 50px;
	}
.bnr-prd{
       max-width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
	}
.bnr-txt{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #313131;
    margin-top: 18px;
    width: 82%;

	}
		
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 36px;
    text-align: center;
    width: 40%;
    max-width: 100%;
    float: none;
	}
a.comn-btn {
	display: block;
    width: 100%;
    margin: 0px auto 0;
    border-radius: 29px;
    height: 50px;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 50px;
    position: relative;
    background-image: linear-gradient(to right, #913f5d, #a3465d, #b54e5c, #c8555c);
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    text-transform: uppercase;
	}
.bnr-rgt .btn-box{ margin-top: 30px; }

/*--------SCROLL-STRIP--------*/
.scroll_strip{
	float:left;
	width:100%;
	background:#f5e39b;
	padding:10px 0;
	overflow:hidden;
	position:relative;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider__list{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
    flex-shrink: 0;
    animation: marquee-horizontal 30s linear infinite;	
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider__list li{
	color:#000;
	font-size:18px;
	line-height:18px;
	font-weight:500;
	letter-spacing:0.5px;
	background:url(../images/scroll-grn-tick.png)no-repeat left 4px;
	padding:0 35px 0 25px;
	position:relative;
	}	
/*========Common-CSS========*/
.hdng1 {
    font-size: 38px;
    line-height: 48px;
    color: #711f3d;
    margin: 0 0px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Roboto Slab", serif;
}
.commn-hdg span {
    display: block;
    font-size: 30px;
    line-height: 38px;
}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
    font-size: 18px;
    line-height: 30px;
	color: #000;
    margin-top: 18px;
    width: 100%;
    display: inline-block;
	}	
.commn-para .bold{font-weight:900;}		
/*========Section-1========*/
/*==============section1===============*/
.section1{
	float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 50px 0 60px;
	}
.s1-mid{
	display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	}
.s1-mid_lft{
    float: right;
    width: 48%;
    text-align: left;
    padding: 40px 0 60px;
	}
.s1-mid_rit{
	float:right;
	width:52%;
	text-align:left;
	}
.s1-mid .btn-box{ margin-top:20px;}	
	
.s1-img{
	position: absolute;
    top: 0px;
    left: 0%;
	}
	
.s1uls, .s1uls2{
    float: left;
    width: 100%;
    margin: 0px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
	}
.s1uls2{
	float:right;
	}	
.s1uls li, .s1uls2 li{
    float: left;
    width: 48%;
    margin: 0px 0 0;
    border-radius: 12px;
    background: #fff;
    padding: 25px 22px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    position: relative;
	}	
.s1uls li:nth-child(1){ background:#0f1681; color:#fff; }
.s1uls li:nth-child(1) span{ color:#fff; }
.s1uls2 li{ text-align:right;}	
.s1uls li span, .s1uls2 li span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #23345b;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 12px;
}
.s1uls2 li span {
    padding: 0 72px 12px 0;
}
.s1-li-tik, .s1-li-tik2{
	display:block;
	margin:0 auto 10px;
	}
.s1-li-tik2{
	right: 0;
    left: auto;}				

.comn-hding{
	font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
	display:inline-block;
	width:100%;
}
.comn-hding span{ color:#db3535;}	
.s1-lft .comn-hding{ font-size:54px; line-height:64px; text-transform:uppercase;}

.s1-txt{
    font-size: 54px;
    line-height: 58px;
    color: #fc0505;
    display: inline-block;
    width: 100%;
    padding: 0px;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: 0;
	}
.comn-txt{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    margin-top: 15px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
	}	
ul.sec1-list{
	margin:0px 0 0 0;
	}	
ul.sec1-list li{
	width: 200px;
    padding: 0px 0px;
    margin: 0px 0 0 0;
    text-align: center;
	}
ul.sec1-list li:nth-child(1){ position: absolute; top: 110px; left: -45px; }	
ul.sec1-list li:nth-child(2){ position:absolute; top:-35px; right:0;}	
ul.sec1-list li:last-child{ position:absolute; top:275px; right:0;}	
ul.sec1-list li img{
	display:block;
	margin:0 auto 0px;
	max-width:100%;
	}
ul.sec1-list li h1{
	font-size: 16px;
    line-height: 26px;
    color: #d7d7d7;
    font-weight: 700;
	text-transform:uppercase;
	}	
ul.sec1-list li p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:5px;
	}	

/*============================*/
.section2{
	float: left;
    width: 100%;
    background: url(../images/sec2_bg.jpg) center top no-repeat;
    height: 403px;
    padding: 50px 0 50px;
    position: relative;
	}
.s2-lft{
    display: inline-block;
    width: 100%;
    text-align: center;
	padding: 0px 0 0;
	}
.s2-lft a.comn-btn{background: #fff;
    color: #903f5d;
    width: 60%;}
.s2-lft .hdng1{ color:#fff;}
.s2-lft .comn-txt{ width:90%; color:#fff;}
.s2-glass{
	display: inline-block;
    margin-top: 30px;
	}
ul.s2-list {
	width: 100%;
    float: left;
	margin-top: 30px; 
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;

	}
ul.s2-list li {
	float: left;
    width: 48%;
    margin-top: 0px;
    text-align: center;
    position: relative;
    padding: 30px 30px;
    border: 1px solid #c5c5c5;
    border-radius: 0px;
    background: #fff;
}
.no {
	display: block;
    margin: 0 auto 10px;
    text-align: center;
    background: #111a88;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px 10px;
}
ul.s2-list li:last-child:after{}

.s2-icon{
        display: block;
    margin: 0 auto 10px;
	}
.s2-lst-txt{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2b3d65;
    margin-top: 10px;
    font-weight: 600;
	}
.s2-lft_mid{
	display:inline-block;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.sec2_glass{
	display:inline-block;
	vertical-align:middle;
	margin:20px 0 0px;
	}
.s2-shape1, .s2-shape2{
	position: absolute;
    top: 0;
    left: 13%;
	}
.s2-shape2{ left:auto; right:13%;}
.sec-3{
	float:left;
	width:100%;
	background:#fff;
	height: auto;
	padding:0px 0; 
	}
.s3-inr{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:25px 15px;
	background:#89375f;
	border-radius:0 0 20px 20px;
	}
.sec3-uls{
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 13px;

	}
.sec3-uls li{
	float: left;
    width: 24%;
    font-size: 17px;
    position: relative;
    color: #fff;
    line-height: 27px;
    font-weight: 700;
    padding: 0px;
    text-align: center;
	}
.sec3-uls li:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: 0px;
	border-right:1px solid #aa6f8c;
}
.s3-li-img{
	display:block;
	margin:0 auto 10px;
	}
.sec3-uls li:last-child:after{ display:none;}			

/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 60px;
	    text-align: center;
	background: rgb(236,250,250);
    background: linear-gradient(180deg, rgba(236,250,250,1) 30%, rgba(249,252,252,1) 70%, rgba(249,252,252,1) 75%);
}
.sec3-2 {text-align: center;}
.s3_slide_row{
	    float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
	justify-content: flex-start;
	}
.s4_slide_row {
    column-gap: 15px;
}
.s3_slide_col{
	float: left;
    width: 24%;
    padding: 22px 10px 26px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    text-align: left;
	-webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    overflow: hidden;    
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
	}
.s3-model {   padding: 0;}
.s3-model img{max-width: 350px}

.s3_slide_col .commn-btn{
	margin-top:14px;
	    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 47px;
	}
.s3_slide_col:hover .commn-btn{
    color: #fff;
    border: none;
}
.s3_col_prod{
	display: block;
    margin: 0 auto 0;
    max-width:180px;
	}	
.s3_col_prod3{ right:10px;}
.s3_col_icon{
	float:left;
	width:45px;
	margin-bottom:25px;
	}
.s3_mob_resp{
	float:left;
	width:100%;
	margin-top:10px;}	
.s3_slide_col span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 39px;
    color: #424860;
    font-weight: bold;
    /* text-align: left; */
    position: relative;
	}	
.s3_slide_col p{ margin-top:20px;}
p.price-tag {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    color: #424860;
    margin: 3px 0 0;
    font-weight: 700;
    min-height: auto;
}
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:#2f7d97;
	}
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;
	}
/*-----------------------
CSS FOR BANNER BTM Strip
-------------------------*/
.bnrstrip{
	float: left;
    width: 100%;
    background: #fff7fa;
    padding: 50px 0 50px;
	}
.bnr_strp-lft{
	float: left;
    width: 43%;
    height: 542px;
    position: relative;
	}
.bnr-btm_img {
	position: absolute;
    top: -16px;
    left: -40px;
    bottom: 0;
}
.bnr_strp-rit{
	float:right;
    width: 58%;
    text-align: center;
    margin: 0;
	}
.bnr-gls_model{
    position: absolute;
    top: -48px;
    left: 0;
	}
ul.bnrstrip-list{
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
	}
ul.bnrstrip-list li{
	float: left;
    width: 45%;
    text-align: center;
    position: relative;
    padding: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    color: #213258;
    font-weight: 300;
	}
ul.bnrstrip-list li h1{
    display: inline-block;
    width: 88%;
    text-align: center;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-image: linear-gradient(to right, #8f3f5d, #ad4a5c, #c5545c, #c9565c);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
	}			
ul.bnrstrip-list li img{
	display: block;
	margin:0 auto 0px;
	}
	
/*========Section-9========*/
.sec9{
	float:left;
	width:100%;
	padding:65px 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 img {
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 30px 0;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #0d0d0d;
    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 #0d0d0d;
}
.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;
}
/*=================================*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
	0% {transform: scale(0.9);}
	50% {transform: scale(1);}
	100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.95);}
	50% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.95);}
}


.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}
