@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: "Lexend", 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;
	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:#cde7e9;
	height:30px;
	padding:7px 0;
	}
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: 14px 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;
	width: 280px;
	margin-top: 10px;
}		
.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: 12px 0 0 0px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #cecece;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float:left;
    color: #505050;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.3px;
	padding:0 20px;
	}	
ul.menu-list li a:hover{ color:#012b29;}
ul.menu-list li a.active{ color:#012b29;}

.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;
}	

/*====BANNER====*/
.banner{
	float:left;
	width:100%;
	padding-bottom:10px;
	background: url(../images/bnr-img.jpg)#eff5ff no-repeat center top;
	height: 546px;
	}
.banner_inner{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
	}
.bnr-prod{
	position: absolute;
	right: 0;
	top: 58px;
	}
.banner_content_box{
	width: 60%;
	text-align: left;
	color: #fff;
	margin-top: 90px;
	}
.banner_heading{
	font-size: 54px;
    line-height: 62px;
    color: #142b4d;
    font-weight: 700;
	}
.banner_heading span{ color:#fd6334;}
.banner_text{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	margin-top: 15px;
	width: 95%;
	}
.button_row{
	width:100%;
	display:inline-block;
	max-width:430px;
	}
.common_button{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    border-radius: 70px;
    color: #fff;
    text-align: center;
    background: #fd6334;
    border: 1px solid #fd6334;
	}
.common_button.button2{
	border:1px solid #f1f9ff;
	color:#fff;
	background:none;
	}
.btn_arrow{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-2px 0 0 12px;
	filter:brightness(0) invert(1);
	}

/*====SECTION_1====*/
.section_1{
	    float: left;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background: #eff6ff;
	}
.se1_top_row{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	align-items:center;
	width:100%;
	}
.se1_top_left{
	float:left;
	width:63%;
	text-align:left;
	}
.common_heading{
	    font-size: 44px;
    line-height: 52px;
    color: #142b4d;
    font-weight: 400;
	}
.common_heading span{ color:#fd6334;}
.common_paragraph{
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:300;
	margin-top:20px;
	}
.common_paragraph strong{ font-weight:bold;}
.se1_top_right{
	float:right;
	width:34%;
	}
ul.s1_list{
	display: flex;
    display: -webkit-flex;
	width:100%;
    justify-content: space-between;
	}
ul.s1_list li{
	text-align:center;
	width:33.33%;
	position:relative;
	}
ul.s1_list li:after{
	content:"";
	position:absolute;
	top:25px;
	right:0;
	bottom:0;
	border-right:1px dotted #acacac;
	}
ul.s1_list li:last-child:after{ display:none;}
ul.s1_list li img{
	display:block;
	margin:0 auto;
	width:66px;
	}
ul.s1_list li p{
	font-size:18px;
	line-height:26px;
	color:#596980;
	font-weight:400;
	margin-top:5px;
	}
	
.s1_slidersec{
	width: 100%;
	max-width: 1260px;
    display: flex;
	justify-content: center;
    overflow: hidden;
    margin:10px auto 0; 
	}
.se1_slider_row{
	width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
	    flex-wrap: wrap;
	}
.se1_slider_box{
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	background: #d0dff3;
	text-align: left;
	position: relative;
	}
.s1_slide_img{
	position:absolute;
	bottom:0;
	right:0;
	}
.s1_slide_img1{
	width:245px;
	right:-30px;
	bottom:30px;
	}
.s1_slide_img2{
	width:181px;
	right:5px;
	bottom:0;
	}
.s1_slide_img3{
	width:399px;
	right:0;
	bottom:0;
	}
.s1_slide_img4{
	width:399px;
	right:0;
	bottom:0;
	}
.s1_slidbx_inner{
	width:100%;
	position:relative;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-direction:column;
	padding:30px 30px 45px;
	min-height:423px;
	z-index:1;
	flex-wrap: wrap;
	}
.slide_cont{
	width:100%;
	display:inline-block;
	vertical-align:top;
	}
.s1_slide_head{
	font-size:30px;
	line-height:36px;
	color:#142b4d;
	font-weight:300;
	}
.s1_slide_text{
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#596980;
	font-weight:400;
	margin-top:15px;
	padding-right:75px;
	}
.slider_box2 .s1_slide_text{padding-right:120px;}
.s1_slidbx_inner .common_button{ max-width:185px;}	

/*sectionTwo*/	
.section_2{
	float:left;
	width:100%;
	padding:60px 0;
	overflow:hidden;
	text-align:center;
	}

.common-sub-hdg {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}
.common-heading{
	font-size: 40px;
    line-height: 50px;
    
    font-weight: normal;
	}
.common-text{
	font-size:18px;
	line-height:28px;
	color:#333333;
	margin-top:20px;
	}

.top_seller{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 30px;
    column-gap: 30px;
}
.top_seller_box{
	width:31%;
	float:left;
}
.top_seller_product{
	padding: 20px 20px 20px;
	background: #eff6ff;
}
.top_seller_product img{
	display:inline-block;
	vertical-align:middle;
}
.top_seller_content{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	flex:1;
}
.seller_box_product_name{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	margin:25px 0 10px;
}
.seller_box_product_name h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	text-align: left;
	color: #142b4d;
}
.seller_box_product_name img{
	width:44px;
}
.seller_box_product_text{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 300;
}
.product_price{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	margin-top:auto;
}
.product_price h3{
	font-size:26px;
	line-height:30px;
	font-weight:700;
}
.product_price small{
	font-size:14px;
	line-height:18px;
	font-weight:700;
}
.top_seller_button{
	    height: 57px;
    width: 100%;
    font-size: 20px;
    line-height: 57px;
    font-weight: 600;
    margin-top: 25px;
    transition: all ease 0.3s;
    background: #fd6334;
    color: #ffffff;
    border-radius: 50px;
}

/*====SECTION_3====*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.s3_inner{
	    display: inline-block;
    vertical-align: middle;
        max-width: 1365px;
    width: 100%;
    position: relative;
    background: #142b4d;
    border-radius: 15px;
    padding: 60px 280px 190px;
	}
.section3_slider{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	display:flex;
	overflow:hidden;
	margin-top:-140px;
	}
ul.section3_slider_list{
	width:auto;
	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 25s linear infinite;
	}
ul.section3_slider_list li{
	padding:0 8px;
	position:relative;
	text-align:center;
	width:300px;
	}
ul.section3_slider_list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:20px;
	width:344px;
	}
ul.section3_slider_list li p{
	font-size:18px;
	line-height:26px;
	float:left;
	width:100%;
	font-weight:300;
}
ul.section3_slider_list li p span{
	font-weight:700;
	font-size:22px;
	display:block;
}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
/*TRUSTED SECTION*/	
.trusted_section{
	    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #eff6ff;
}
.trusted_heading{
	font-size:40px;
	line-height:50px;
	font-weight:700;
}
ul.trusted_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:15px 0 10px;
}
ul.trusted_list li{
	width:16.6%;
	padding:0 15px;
	margin-top:20px;
}
ul.trusted_list li img{
	width:87px;
	display:block;
	margin:0 auto 10px;
}
ul.trusted_list li p{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#596980;
}


/*====SECTION_5====*/
.section_5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s5_top{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:100%;
	text-align:left;
	align-items:center;
	}
.s5_top .common_paragraph{ width:48%;}	
.s5_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f3f8ff;
	padding:55px 45px;
	border-radius:15px;
	margin:45px 0 0;
	position:relative;
	overflow:hidden;
	}
.s5_box_inner{
	float:left;
	width:47.5%;
	background:#fff;
	border-radius:15px;
	padding:15px 25px 20px;
	}
.s5_box_row{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	}
.s5_box_row.last{ border-bottom:none;}
.s5box_row_heading{
	float:left;
	width:100%;
	position:relative;
	padding:20px 25px 20px 0;
	font-size:24px;
	line-height:30px;
	color:#142b4d;
	background:url(../images/s5_close.png) no-repeat 99% center;
	background-size:20px;
	cursor:pointer;
	font-weight:600;
	}
.s5box_row_heading.active{
	background:url(../images/s5_open.png) no-repeat 99% center;
	background-size:20px;
	}
.s5box_row_content{
	float:left;
	width:100%;
	padding:0 25px 10px 0;
	}
.s5box_row_content p{
	font-size: 18px;
	line-height: 26px;
	color: #596980;
	margin-bottom: 20px;
	font-weight: 300;
	}
.s5_box_img{
	position:absolute;
	bottom:0;
	right:0;
	}


/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f1f8fe;
	text-align: center;
}
.section-7_inner{
	display: flex;
    display: -webkit-flex;
    margin: 50px auto 0;
    justify-content: space-between;
}
.section-7_inner_box{
	padding:0 0px;
	position:relative;
	z-index:1;
	width:32%;
}
.section-7_inner_box:before{
	content: '';
    position: absolute;
    right: -190px;
    top: 30px;
    background: url(../images/sec7-sepator.png) center top no-repeat;
	background-size:32px;
    width: 100%;
    height: 100%;
	z-index:-1;
}
.section-7_inner_box:last-child:before{display:none;}
.section-7_image{
	position:relative;
}
.section-7_inner_box img{
	width: 100%;
	display: block;
	margin: 0 auto 15px;
	border-radius: 10px
}
.step-num{
	width:31px;
	height:31px;
	background:#254086;
	border-radius:50%;
	font-size:19px;
	line-height:31px;
	font-weight:800;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-16px;
	top:-10px;
}
.section-7_inner_box h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:800;
}
.section-7_inner_box p{
	font-size:18px;
	line-height:26px;
	margin-top:10px;
	padding:0 20px;
}

/*=========SECTION8========*/
.sec8{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f4f8ff;
	text-align:center;
}
.sec8_lft{
	float:left;
	width:40%;
	text-align:left;
	margin-top:50px;
}
.faq_prod{
	max-width:100%;
	margin:40px 0 -10px 00px;
}
.faq_section{
	display: inline-block;
	width: 70%;
	margin-top: 30px;
	}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	width:100%;
	text-align: left;
	padding:10px 5px 0;
	}
.up-slide-dwn {
	margin-bottom:20px;
	box-shadow:0 0 7px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,0.1);
	border-radius:6px;
	background:#fff;
	padding:0 20px;
	}
.up-slide-dwn.active{box-shadow:0px 0px 0px 2px #000; -webkit-box-shadow:0px 0px 0px 2px #142b4d;}
.accordion {
    text-align: left;
    background: url(../images/close.png) no-repeat right center #fff;
	background-size:12px;
    padding: 18px 35px 18px 0;
    font-size:18px;
    line-height:24px;
	letter-spacing:0.3px;
    color: #000000;
    font-weight:600;
    cursor: pointer;
	border-radius:10px;
	}
.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat right center #fff;
	background-size:12px;
	border-radius:10px 10px 0 0;
	border-bottom:1px solid #e1e1e1;
	}
.acdn-content {
    padding: 15px 0;
	background:#fff;
	border-radius:0 0 10px 10px;
	}
.acdn-para{
    font-size:16px;
    line-height: 24px;
	letter-spacing:0.3px;
	margin-bottom:15px;
	}
.up-slide-dwn:last-child{margin-bottom:5px;}

/*-------------------------
CSS FOR BOTTOM SECTION
--------------------------*/
.btm-section {
    float: left;
    width: 100%;
    background: #eff6ff;
    padding: 20px 0;
}
ul.btm-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.btm-list li{
	width:24%;
	font-size:18px;
	color:#000;
	line-height:26px;
	text-align:center;
	position:relative;
	border-right:1px solid #000;
}
ul.btm-list li:last-child{ border:none;}
ul.btm-list li img{
	max-width:54px;
	display:block;
	margin:0px auto 10px;
	filter: invert(1);
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	}
.footer-text-box{
	float:left;
	width:100%;
	margin-top:30px;
	padding:15px 70px;
	border:2px solid #d2d2d2;
	}
.footer-top-text{
	    float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 10px;
	}
.footer-logo-row{
	float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 20px;
	}
.footer-logo-row-left{
	width:27%;
	text-align:left;
	}
.footer-logo{
	display:inline-block;
	vertical-align:middle;
	width:175px;
	}
.footer-logo-text{
	display:inline-block;
	vertical-align:middle;
	margin-left:18px;
	padding-left:20px;
	border-left:1px solid #747474;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	}

.footer-logo-row-right{
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 35px;
	flex-wrap: wrap;
	}
.footer-logo-row-right li{
	    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 26px;
	}
.footer-logo-row-right li:last-child:after{ display:none;}
.footer-logo-row-right li img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin-right:7px;
	}
.footer-logo-row-right li a{
	    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	}
.footer-link-row{
	    float: left;
    width: 100%;
    margin-top: 0px;
    padding: 25px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
	    flex-wrap: wrap;

	}
.footer-link-row li{
	color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
	}
.footer-link-row li a{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	 color: #000;
	}
.footer-link-row li:after, .footer-logo-row-right li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-20px;
	width:1px;
	background:#000;
	}
.footer-link-row li:last-child:after{ display:none;}

.copyright-section{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0;
	}
.copyright-row{
	    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
	}
.copyright-text{
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	text-align:center;
	}
.copyright-logos{
	display:block;
	margin:0 auto;
	width:140px;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
        float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    text-align: left;
    background: #eff6ff;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color:#000000;
}
.shopBreadcrm span {
    color: #000000;
    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;
}

.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%;
}

/*----------- popup ---------------- */
#pop-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop-content {
	height: auto;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}

.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: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !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: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}

/*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;}}