@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
	border: none;
    vertical-align: middle;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: 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;
	color: #333;
}


/*************************************/
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {box-sizing: border-box;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.overflow{ overflow:hidden; float: left; width:100%;}
.top-caption{
	float: left;
    width: 100%;
    background: #e1bd67;
    padding: 6px 0;
    text-align: center;
	}
.top-caption p{
	font-size:12px;
	line-height:20px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}	
.top-caption p span{
	color:#ffd33c;
	text-decoration:underline;
	cursor: pointer;
	}	
.top-caption p img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;}
ul.topbar-cont{
	float:left;
	width:100%;
	text-align:left;
	}
ul.topbar-cont li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#0b0b0b;
	letter-spacing:0.5px;
	margin-right:25px;
	}
ul.topbar-cont li:first-child{ padding-left:0;}		
ul.topbar-cont li a{color:#0b0b0b;}
ul.topbar-cont li img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;	
}	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.nav-sec{
	background: #fff;
    float: left;
    width: 100%;
    height: 70px;
    padding: 10px 0;
    margin-top: -70px;
    top: 69px;
    position: relative;
    text-align: center;	
	z-index: 9;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float: left;
	max-width: 290px;
}		
.nav-rgt{
	float: right;
    margin-top: 6px;
	}		
.cartbox{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:15px;
	padding-right:12px;
	}		
.crt-txt-no{
    position: absolute;
    top: -12px;
    right: 0;
    color: #484848;
    font-size: 14px;
    line-height: 20px;
	font-weight:500;
	}
.cart-icn{
    display: block;
    margin: 0 auto;
	}		
		
ul.menu-list{
	float:right;
	margin: 18px 0 0 0px;
	}
ul.menu-list li{
	float: left;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float: left;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 0 20px;
    text-transform: uppercase;
	}	
ul.menu-list li a:hover{}
ul.menu-list li a.active{}

.nav-sec .nav-btn {
    float: right;
    font-size: 16px;
    width: 155px;
    height: 40px;
    line-height: 40px;
    margin: -4px 0 0 20px;
}
.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px -4px 0 4px;
    width: 12px;
}	

/*=============Bannar-Section=============*/
.bannar-section{
	background:url(../images/bnr-sec.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding: 85px 0 95px;
    background-size: cover;
	}
.bnr-lft{
	float:right;
	width:55%;
	text-align:left;
	}
.bnr-txt{
	float: left;
    width: 100%;
    color:#24571d;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
}
.bnr-txt span {
    display: block;
    font-weight: 200;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bnr-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color:#413d3d;
    margin-top: 20px;
	}
.shop-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    background: #e1bc5c;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    max-width: 290px;
    height: 60px;
    margin-top: 35px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 1px;
	position: relative;
}
.shop-btn:hover{
	letter-spacing: 0px;
}
/*=============Section-1=============*/
.section-1 {
	background:#fff;
	float:left;
	width:100%;	
	text-align:center;
	padding:60px 0 60px;
	}
.common-heading{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 45px;
    line-height: 51px;
    color:#0f4f08;
    font-weight: 700;
    text-transform: capitalize;
	}
.common-heading span {
    display: block;
    font-weight: 200;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 2px;
}
.common-para{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	font-size:18px;
	line-height:30px;
	color:#303030;
	margin-top: 20px;
}
.cmn-top{ margin-top:30px;}	
.s1-innr{
	display:inline-block;
	width:100%;
	max-width:92%;
	}		
/*=============Section-2=============*/
.section-2 {
	background:#f7f7f5;
	float:left;
	width:100%;	
	text-align:center;
	padding:0 0 70px;
	}
.sec2-people{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    border-radius: 15px;
	}	
.s2-top{
	
	font-weight:600;
	}
.s2-lrnBtn{
	background: none;
    color: #e1bc5c;
    border: 1px solid #e1bc5c;	
	}	

.top_seller{
	    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 30px;
    column-gap: 40px;
}
.top_seller_box{
	width:31%;
	float:left;
}
.new-txt{
	width:64px;
	font-size:12px;
	line-height:23px;
	color:#b7804d;
	background:#fbe8d6;
	border-radius:2px;
	margin-bottom:3px;
	}
.top_seller_product{
	padding: 20px 10px;
    background: #f7f7f5;
    border-radius: 5px;
	float: left;
	width:100%;
}
.top_seller_product img{
	display:inline-block;
	vertical-align:middle;
}
.top_seller_content{
	float: left;
    width: 100%;
}
.seller_box_product_name{
	float: left;
    width: 100%;
    margin:12px 0 10px;
	text-align: left;
}
.seller_box_product_name h3{
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.seller_box_product_name p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
	margin-top:3px;
}
.seller_box_product_name img{
	width:44px;
	display:none;
}
.prdtls-s2-prod-img {
	position: absolute;
	right: 0;
	top: -23px;
	background: #fff;
	padding: 40px 0;
	filter: drop-shadow(1px 2px 2px #d2d2d2);
	border-radius: 10px;
}
.seller_box_product_text{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 300;
	display:none;
}
.product_price{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
}
.product_price h3{
	float:left;
	width:100%;
	font-size:21px;
	line-height:31px;
	color:#000;
	font-weight:600;
	padding:3px 0;
	border-top:1px solid #e4e7e7;
	border-bottom:1px solid #e4e7e7;
}
.product_price h3 span{
	font-size:18px;
	line-height:28px;
	color:#6a6c77;
	font-weight:400;
	}
.product_price small{
	float: left;
	font-size: 14px;
    line-height: 20px;
    color: #6a6c77;
    font-weight: 500;
	margin-top:20px;
   }
.product_price small span{
	display:block;
	font-size:24px;
    line-height: 22px;
    font-weight: 700;
    }
.top_seller_button{
	float: right;
    height: 50px;
    max-width:100%;
    font-size: 18px;
    line-height:50px;
    margin-top:10px;
    background: #fff;
    color: #810303;
    border:1px solid #0d0c0c;
    }

/*=============Section-3=============*/
.section-3 {
	background:#fff;
	float:left;
	width:100%;	
	text-align:center;
	padding:60px 0 60px;
	}
ul.s3-prod{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
ul.s3-prod li{
	width:30%;
	text-align:center;
	padding:55px 20px 25px 20px;
	border:1px solid #e1e1e1;
	position:relative;
	margin-top:60px;
	}
ul.s3-prod li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
ul.s3-prod li p{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:16px;
	color:#8b8b8b;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:30px;	
	}	
ul.s3-prod li p span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	color:#292929;
	font-weight:600;
	margin-bottom:4px;	
	}
.btnBlock{
	float:left;
	width:100%;
	margin-top:20px;
	}		
a.add-btn{
	float:left;
	text-align:center;
	background:#e1bc5c;
	color:#fff;
	font-size:20px;
	line-height:48px;
	width:49%;
	height:50px;
	}	
a.lrn-btn{
	float:right;
	text-align:center;
	background:#fff;
	color:#e1bc5c;
	font-size:20px;
	line-height:48px;
	width:49%;
	height:50px;
	border:1px solid #e1bc5c;	
	}
.outofstock{
	position:absolute;
	top:0;
	left:0;
	}
	
/*=============Strip Section=============*/
.strip-sec {
	background: #efefef;
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
	}	
.strp-head{
	display:inline-block;
	vertical-align:middle;
	width:76%;
	height:88px;
	font-size:45px;
	line-height:78px;
	color:#2a413c;
	font-weight:300;
	background:#fff;
	border:4px solid #eef7f3;
	border-radius:45px;
	margin-top:-50px;
	}
ul.strp-list{
	float:left;
	width:100%;
	margin-top:0px;
	}
ul.strp-list li{
	float:left;
	width:16.6%;
	text-align:center;
	position:relative;
	}										
ul.strp-list li img{
	max-width:100%;
	display:inline-block;
	 vertical-align:middle;
	 filter: hue-rotate(253deg);
	}
ul.strp-list li p{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #383836;
    font-weight: 500;
    margin-top: 15px;
	}		
ul.strp-list li:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px dashed #dadada;
	}
ul.strp-list li:last-child:after{ border:none;}	
	
/*=============Section-4=============*/
.section-4 {
	background:#fff;
	float:left;
	width:100%;	
	padding:20px 0;
	}
.s4-step{
	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;
    align-items: center;
	padding: 0 40px;
}
.fl{float:left;}
.fr{float:right;}			
.s4-step-txt{float: left;
    width: 100%;
    text-align: center;}
.s4-steptop .s4-step-txt {text-align: left;}
.s4-step-txt h1{
	width:100%;
	font-size:52px;
	line-height:52px;
	color:#303030;
	font-weight:200;
	}
.s4-step-txt p{
	
	}		
.s4-lrnBtn{
	    background: #fff;
    color: #e1bc5c;
    border: 1px solid #e1bc5c;
	}	
.s4-step-img{}
.sec4-pro-img1{ float:right;}
.s4-steptop{ margin-top:50px;}		
.sec4-pro-img2{ float:left; margin-left:45px;}
.s4-lrnBtnl{ float:left !important;}
ul.strip-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 40px;
}
ul.strip-list li {
	float: left;
    width: 48%;
    font-size: 18px;
    line-height: 30px;
    color: #2d2d2d;
    text-align: left;
    position: relative;
    padding: 16px 20px 16px 150px;
    background: #f3f3f3;
    border-radius: 5px;
	
}
ul.strip-list li span {
	display: block;
    color: #303030;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: capitalize;
}
ul.strip-list li .strip-iocn {
	position:absolute;
	left:0;
	top:0;
}
ul.strip-list li:last-child{ border-right:none;}	
/*=============Section-5=============*/
.section-5 {
	background:#fff;
	float:left;
	width:100%;
	text-align:center;	
	}
.sec5-headtxt{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
.sec5-block{
	background: #16ac72;
    float: left;
    width: 100%;
    padding: 45px 10px;
    border-radius: 10px;
}	
ul.sec5-list{
	    float: left;
    width: 100%;
    margin-top: 50px;
    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.sec5-list li{
	float: left;
    width: 24%;
    text-align: center;
    position: relative;
    padding: 0 10px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
	}										
ul.sec5-list li img{
	
	display:inline-block;
	 vertical-align:middle;
	margin-bottom: 10px;
	}
ul.sec5-list li span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}	
ul.sec5-list li:after{
	content: "";
    position: absolute;
    top: 0;
    right: -10px;
    border-right: 1px solid #0e8e5c;
    bottom: 0;
	}
ul.sec5-list li:last-child:after{ border:none;}	
/*-------------------------
CSS FOR FOOTER
--------------------------*/
.footer{
	    float: left;
    width: 100%;
    padding: 30px 0 10px;
    background: #ffffff;
    overflow: hidden;
    border-top: 1px solid #ddecff;
	}
.footer_link-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.footer_col-1{
	width:35%;
	text-align:left;
	padding-right:65px;
	}
.footer-logo{
	display:block;
	margin-bottom:20px;
	width:220px;
	}
.footer-prod-details{
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	letter-spacing:0.3px;
	margin-top:15px;
	}
.footer_col-2{
	width:23%;
	text-align:left;
	}
.footer_col-3{width:25%;}	
.footer_col-4{
	width:65%;
	}
.footer-link-heading{
	font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
	}
ul.foter-links{
	margin-top: 20px;
    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.foter-links li{
	text-align: left;
    float: left;
    width: 100%;
	}
ul.foter-links li span {
    display: inline-block;
    width: 110px;
	font-weight: 600;
}
ul.foter-links li a{
	color: #17171d;
    font-size: 16px;
    line-height: 26px;
	}
ul.support-link{
	margin-top:30px;
	}
ul.support-link li{
	margin-top: 18px;
    text-align: left;
    position: relative;
    padding-left: 0;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    justify-content: flex-start;
    text-align: left;
    column-gap: 10px;
	}
ul.support-link li img{
	position: absolute;
    left: 0;
    top: 5px;
    max-width: 17px;
	}
ul.support-link li span{
	font-weight: 500;
	}
ul.support-link li a{
	float:right;
	color:#000;
	}
.footer_buttom{
	float: left;
	width: 100%;
	border-top:1px solid #d7d7d7;
	margin-top:50px;
	padding:25px 0 20px;
	}
.footer_text{
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
	margin-top: 23px;
	}
.footer_text a{ padding:0 5px;}
.footer_text2{
	font-weight:500;
	margin-top:14px;
	padding:12px 0 0 0;
	border-top:1px solid #d0d3df;
	}
.white_text{ color:#fff;}

.copyright-section{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0;
	text-align: center;
	}
.copyright-row{
	    float: left;
    width: 100%;
	}
.copyright-text{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	letter-spacing:0.5px;
	text-align:center;
	}
.copyright-text2{
	float: left;
    width: 100%;
    color: #595959;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 22px 0 22px;
    border-top: 1px solid #d0d3df;
	}
.copyright-text2 a{text-decoration:underline;}		
.copyright-logos{
	display:block;
	margin:0 auto;
	width:140px;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
	float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background:#24571e;
    padding: 10px 0;
}

.shopBreadcrm a {
    color:#fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}


/*****************************/
/*TERMS- PRIVACY*/

.tems-bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 40px 0;
}

.ing-img {
    max-width: 460px;
	margin-bottom: 20px;
}

.trm-bx h1 {
	line-height: 30px;
    color: #333;
    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 #333;
}
.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;
    padding: 0;
}
.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: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 20px;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    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 {
    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;
}

.ing-blk-lft {
    float: left;
    width: 50%;
}
/********************************/
.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: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #e1bc5c;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #271a07;
}
.yes-btn {
	
}	

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto} .trm-bx{padding: 20px 0;} .ing-blk-lft{width:100%}.trm-bx h4, .trm-bx h5{font-size: 18px;line-height: 28px;}}