@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.dsplay{width:100%; box-sizing:border-box; float:left;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    font-size: 45px;
    line-height: 55px;
    color: #090909;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-family: "Cardo", serif;
    text-transform: capitalize;
   }
.bdfont{
    font-size: 17px;
    line-height: 28px;
    color: #090909;
    margin-top: 14px;
    display: inline-block;
    width: 100%;
    }
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
.fullpage{ float:left; width:100%; overflow:hidden;}

.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2 {
        height: 58px;
    width: 300px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 35px 0 0 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff801c;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    font-family: inherit;
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
	padding: 16px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    text-align: center;
    height: 70px;
    top: 70px;
	    background: #fff;
    margin-top: -70px;
}
.fixed-nav .header{
	float:left;
	width:100%;
	background:#000;
	position: fixed;
	z-index: 1000;
	top: 0;
	    background: #fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #dedede;
}

.logo {
	float: left;
    max-width: 200px;
    margin-top: -3px;
}
ul.nav {
	display: inline-block;
    margin: 5px 0 0 0px;
}
ul.nav li {
	float: left;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	float: left;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
ul.nav li a.active {
	color: #000;
}
p.hdrlist {
	float: right;
	padding: 5px 0 0 30px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #000;
}
p.hdrlist img {
	position: absolute;
	top: 7px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 10px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: white;
    background-color: #ff801c;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #333;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}

/*========================*/
.banner{
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) center top no-repeat;
	padding: 0px 0 80px;
	height: 636px;
}
.bnr-lft{
	float: left;
    width: 47%;
    text-align: left;
    position: relative;
    padding-top: 98px;
}
.bnr-seal{
	position:absolute;
	left:-48px;
	top:15px;
	}
.bnr-prdt{
    position: absolute;
    top: 320px;
    left: 48px;
}
.bnr-prdt1{
	position: absolute;
    left: 390px;
    top: 568px;
    z-index: 1;
}	
.bnr-txt1{
	    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 0;
    color: #ed1005;
    float: left;
    width: 100%;
    border: 1px solid #ed1005;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}
.hdg-icon{
	position: absolute;
    top: 0px;
    left: 0px;
}
.bnr-txt{
	font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    float: left;
    width: 100%;
    text-transform: capitalize;
    background: -webkit-linear-gradient(#fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.bnr-txt2{
	 font-size: 48px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 98%;
    text-transform: capitalize;
}
.bnr-txt2 span{
	color: #3f73df;
    font-size: 25px;
    line-height: 32px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.bnr-txt3{
	font-size:24px;
    line-height: 30px;
    color: #000;
    font-weight:500;
    float: left;
    width: 100%;
    margin: 0px 0 0;
    text-transform: capitalize;
}
ul.bnr-list{
	float:left;
	width:100%;
	background:url(../images/bnr-list-bg.png) left center no-repeat;
	padding:12px 0;	
	margin-bottom:30px;
}
ul.bnr-list li{
	    font-size: 17px;
    line-height: 26px;
    background: url(../images/bnr-chk-icon.png) left 10px no-repeat;
    width: 26%;
    float: left;
    padding: 5px 0 5px 26px;
    border-right: 1px solid #b2b2b2;
    margin-right: 30px;
}
ul.bnr-list li:last-child{border-right:none; margin-right:0;}

.comn-btn{
	display:inline-block;
}
.comn-btn p{
	font-size:20px;
	line-height:26px;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.comn-btn p span{
	color:#53b826;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.comn-btn a, .prd-shop-btn, .prc-checkt, .add-to-cart-sing,.add-to-cart{
    width: 310px;
    height: 54px;
    background: #ff801c;
    border-radius: 5px;
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 32px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    border: none;
    text-transform: uppercase;
   }
  .add-to-cart{ margin:0;}
.bnr-prod{
	position: absolute;
	right: -30px;
	top: 215px;
	max-width: 419px;
}
.bnr-prara{
    display: inline-block;
    width: 88%;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;}
/*======================*/
.strip{
	float: left;
	width: 100%;
	padding:40px 0;
	text-align: center;
	background: #fff;
}
.strip .comn-txt{ width:80%;}
.strip-hdg{
	color: #515151;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.strip-hdg span{
    display: inline-block;
    position: relative;
    padding: 0 0px;
	}
.strip-hdg:before{
    content: url(../images/strp-hdg-line.png);
    position: absolute;
    top: -5px;
    /* bottom: 0; */
    width: 100%;
    left: 0;
    right: 0;
}
ul.strip-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: 15px;
	margin-top: 40px;
}
ul.strip-list li{
        float: left;
    width: 32%;
    padding: 30px 36px;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #3e3e3e;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
ul.strip-list li span{
	display:block;
	font-weight:700;
	color:#121212;
	font-size:24px;
	line-height:28px;
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}
ul.strip-list li img{
	display:block;
	margin:0 auto -5px;
}
ul.strip-list li:nth-child(2){ }
ul.strip-list li:nth-child(2) span{ }
ul.strip-list li:last-child:after{background:none;}
	
/*================SECTION 1===================*/
.s2-content{
	float: left;
    width: 100%;
    padding: 25px 0 50px;
    text-align: center;
	}
.s2-row{
	float:left;
	width:100%;
	}
.s2-col{
	float:left;
	padding:0 10px;
	}
.sld-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}		
/*===============================*/
.sec4{
	float: left;
	width: 100%;
	padding: 50px 0px;
	background: #f6f9ff;
}
.sec4-innr {
	display:inline-block;
	width:100%;
	text-align:center;
}
.sec4-innr .comn-txt {
    width: 52%;
}
.sec4 .hdng1{ color:#000;}
.sec4-lft{
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 26px;
	background: #fdfbfc;
	border-radius: 10px;
	    box-shadow: 0 0 16px #c1e6ff;
	overflow: hidden;
	position: relative;
}
.mid-cont {
	    max-width: 64%;
    float: right;
    z-index: 9;
    position: relative;
}
.sec4-lft .comn-hdg p{
	font-size:34px;
	line-height:38px;
	}
.s4-prd{
	position: absolute;
    left: -110px;
    top: 0px;
    max-width: 560px;
}
.s4-prd2{
	    position: absolute;
    right: 20px;
    top: 80px;
}
.sec4-box{
	float:left;
	width:100%;
	margin:50px 0 15px;
}
.sec4-box-inr{
	float:left;
	width:33.3%;
	position:relative;
	text-align:left;
	padding-left:95px;
}
.sec4-box-inr p{
	font-size:24px;
	line-height:28px;
	color:#043c7b;
	margin-bottom:5px;
}
.s4-lst-img{
	position:absolute;
	left:0;
	top:0;
}
.sec4-lft-mid{
    float: right;
    width: 788px;
    text-align: left;
    padding: 30px 395px 42px 30px;
    position: relative;background: #fff;
}
ul.s4-list{
	float: left;
	width: 100%;
	margin-top: 45px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
ul.s4-list li{
	float: left;
    width: 32%;
    color: #000;
    position: relative;
    margin: 0px 0;
    font-size: 18px;
    line-height: 30px;
}
ul.s4-list li h1{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    background: #ff801c;
    padding: 15px 15px;
    border-radius: 10px 0 0 10px;
    width: 60%;
    text-align: left;
    position: absolute;
    top: 53%;
    right: 0;
}
.sec4-innr ul.s4-list li h1 { }
ul.s4-list li:nth-child(2) {}
ul.s4-list li span {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 0;
}
ul.s4-list li img{
	display: inline-block;
    margin: 0 0 0px;
    max-width: 100%;
   }
ul.s4-list li:nth-child(2) img {}

.hdng1 {
    font-size: 38px;
    line-height: 54px;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.comn-txt {
    font-size: 18px;
    line-height: 28px;
    color: #3e3e3e;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
/*================SECTION 2===================*/
.sec2 {
   padding: 50px 0 50px;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
.sec2 .bdhding2 {}
.padng{ padding:0 80px;}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}

.s2lft, .s2rgt, .s2mid  {
	width: 39%;
	margin: 16px 7px 0 0;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.prd-detls{
	width:81%;
	float:left;
	}
.s2lft {
	background: #fff;
	padding: 36px 30px 63px;
}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 74.2%; float: none; display: inline-block; margin-top: 28px; position: static;}
.s2prd1, .s2prd_bndl {
	margin-top: 5px;
    max-width: 230px;
    position: absolute;
    top: 125px;
    right: 50px;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}

.s2prd-hding, .s2prd-prc, .s2prd-hding2, .s2prd-prc2, .s2prd-sb-hding {
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 0 0;
	float:left;
	width:100%;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 19px;
	color: #001a59;
	line-height: 19px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px 0 7px;
	margin-top: 10px;
	max-width: 100%;
	}
.fiv-star{
	display:block;
	float:left;
	margin-top:10px;
	}
.s2prd-hding2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #090909;
    font-weight: 700;
    background: none;
    padding-top: 0px;
}
.s2prd-hding2 span {
        display: block;
    margin-top: 5px;
    padding: 0px 0 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{}
.s2prd-prc2 {
	    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #090909;
    font-weight: 700;
    background: none;
    padding-top: 5px;
}
ul.s2list {
    float: left;
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    column-gap: 20px;
}
ul.s2list li {
	width: 32%;
    position: relative;
    padding: 0;
    text-align: center;
    float: left;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #ebebeb;
}
ul.s2list li .bnrbtn{
	width:290px;
	height:42px;
	line-height:42px;
	font-size:17px;
	margin-top:10px;}

ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {
}
.prdts-bg{
	float: left;
    width: 100%;
    padding: 10px 0 10px;
    text-align: center;
	}
.s2prd2 {
	max-width:100%;
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
}
.prdts-content{
	float: right;
    width: 100%;
    padding: 25px 8px 25px 0;
    text-align: center;
    position: relative;
}

.s2-prod-box{
	display:inline-block;
	width:100%;
	margin-top:0px;
	position:relative;
	}
.sec2-prodt{
	position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    max-width: 390px;
	}	

/******FOR MOBILE***************/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}
/*================SECTION 3===================*/
.sec3 {
	padding:0;
	text-align: center;
	float:left;
	width:100%;
	overflow:hidden;
}
.s3-rgt{
	      float: left;
    width: 100%;
    /* margin-top: 100px; */
   background: #52c0db;
    border-radius: 10px;
    padding: 50px 110px;
    text-align: center;
    position: relative;
	}
.s3-rgt .bdhding2{ color:#fff;}
.s3-rgt .bdfont{color:#fff;}	
.s3-rgt .bnrbtn{
	color:#fff;
	background: #ff801c;
	margin: 18px 0 0 0;
	}
.s3-prodt{
	position: absolute;
	left: 10px;
	top: 10px;
	}			
ul.s3-list{
	margin:0 0 0 0;
	}
ul.s3-list li{
	font-size: 18px;
    line-height: 32px;
    color: #000;
    padding: 0 0 0 49px;
    margin: 17px 0 0 0;
    background: url(../images/s3-tk.png) left 14px no-repeat;
    text-align: left;
	}
.sub_hdng1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    background:#fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}	
.sec3 .hdng1 {
    color: #fff;
}
.sec3 .comn-txt {
    color: #fff;
}		
/*================SECTION 4===================*/

/*=============*/
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 905px;
    width: 100%;
    margin: 40px 0 0px;
}
.up-slide-dwn {
        float: left;
    width: 100%;
    background: #fff;
    padding: 0 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 10px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d8d9d9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
	}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}
/*================FOOTER===================*/
footer {
	padding: 20px 0;
    float: left;
    width: 100%;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.ftr-cont-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 0 25px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left:0;
	}
.ftr-cont-info li span{ text-transform:uppercase; font-weight:600;}

ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #464646;
	padding: 8px 0 0 0;
}
.disclmr{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	border:1px solid #e1e1e1;
	padding:15px;
	margin-bottom:20px;
	}


/********************************/
.age-pop-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}
.pop-up-bg {
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9;
    border: 0px;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
.pop-up-bg-in {
	height: 100% ;
	position: fixed ;
	top: 0px ;
	padding: 0px ;
	margin: 0px ;
	border: 0px;
	opacity: 0.93;
	transition: left 1s ease 0s ;
	z-index: 10000010 ;
	width: 390px ;
	left: 0px;
}
.pop-up-left {
	background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 30px 0 20px;
    z-index: 99;
	text-align: center;
}
.pop-up-left-txt {
	width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-transform: capitalize;
    padding: 0px 0px 20px;
    overflow-wrap: break-word;
    line-height: 37px;
    transition: left 1s ease 0s;
    float: left;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	display: block;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
    width: 140px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    border: 2px solid #e1bc5c;
    outline: none;
    background-color: #ff3232;
    transition: left 1s ease 0s;
    appearance: none;
	border-radius: 30px;
}
.yes-btn {
	background-color: #42ac47;
}