@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Montserrat';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

.overflow{ overflow:hidden;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'),
	url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.woff2') format('woff2'),
	url('Montserrat-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'),
	url('Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-MediumItalic.woff2') format('woff2'),
	url('Montserrat-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'),
	url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Montserrat';
	src: url('Montserrat-SemiBoldItalic.woff2') format('woff2'),
	url('Montserrat-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
	url('Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}


/*======Top-Caption=======*/
.top-caption{
	float:left;
	width:100%;
	background: #353a36;
	padding:7px 0;
	}
.top-caption p{
	color:#ffffff;
    font-size:16px;
    line-height:16px;
	text-transform:uppercase;
	}
		
/*-----------------------
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;
    -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);
    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: 210px;
	}		
.nav-rgt{
	float: right;
    margin-top: 16px;
	}		
.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{
	display: inline-block;
	margin: 20px 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:#000;}
ul.menu-list li a.active{ color:#000;}

a.nav-btn{
	float: right;
	background: #f2e900;
	color: #000;
	font-size: 16px;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 42px;
	border-radius: 5px;
	font-weight: 600;
	margin: 5px 0 0 0px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px -4px 0 4px;
    width: 8px;
	}	
 	
/*-----------------------
		BANNER
------------------------*/	
.banner {
        float: left;
    width: 100%;
    padding: 85px 0;
    background: url(../images/bnr-bg.jpg) no-repeat center top;
	}
.banner-left{
	float:left;
	width:54%;
	text-align:left;
	padding:85px 0;
	}
.banner-review_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-weight:500;
	margin-bottom:10px;
	}	
.banner-review_text img{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: -7px 10px 0 0;
	}		
.banner-heading{
	    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    line-height: 82px;
    /* letter-spacing: 1.2px; */
    font-weight: bold;
    text-transform: uppercase;
	}
.banner-paragraph{
	float: left;
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    margin-top: 32px;
	}
.banner-product{
	position: absolute;
	top: 240px;
	right: 106px;
	}
img.bnr-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 590px;
}

.btnBlk {
    display: inline-block;
    vertical-align: middle;
    width: 315px;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
}
a.shop-btn {
	float: left;
    width: 100%;
    height: 60px;
    color: #000000;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    background: #f2e900;
    /* letter-spacing: 0.5px; */
    border-radius: 5px;
    text-transform: uppercase;
}
.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0 10px;
    width: 9px;
}
.mbg-txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    color: #505050;
    margin-top: 10px;
}
.mbg-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 2px 0 0;
}
.banner-left .mbg-txt{ color:#fff;}
.banner-left .mbg-txt img{filter: invert(1);}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1{
    float: left;
    width: 100%;
	padding: 120px 0 70px;
	background: #fff;
	}
.common_heading{
	font-size: 44px;
	line-height: 54px;
    color: #353a36;
    font-weight: bold;
    display: inline-block;
}
.common_heading span{
	display:block;
	font-size:22px;
	line-height:30px;
	font-weight:400;
	
}
.common_text{
	    font-size: 17px;
    line-height: 28px;
    color: #000000;
    margin-top: 25px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 90%;
	}
.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:50px 0 10px;
	}
.s1_img_block{
	float: left;
	width: 40%;
	}
.s1_img_block img{
	display:block;
	margin:0 auto;
	border-radius:8px;
	}
.s1_cont{
	float: right;
    width: 57%;
    background: #fff;
    border-radius: 10px;
    padding: 34px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
	}
.s1_box{
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #eeeeee;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s1_box:first-child{ padding-top:0;}
.s1_box:last-child{ padding-bottom:0; border-bottom:none;}
.s1_icon_box{
	width:36px;
	}
.s1_icon_box img{ max-width:47px;}
.s1_box_cont{
	    width: calc(100% - 50px);
    text-align: left;
    padding-left: 20px;
	}
.s1_box_cont h3{
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:600;
	}
.s1_box_cont p{
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#575756;
	margin-top:8px;
	}
.s1_box_list{
	    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	}	
.s1_box_list li{
	width: 32%;
	margin-top: 5px;
	}
.s1_box_list li p{ margin-top:0;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #f3fbf4;
	}
.s2-mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:100%;
	margin-top:45px;
	}
.s2-midRight{
	float: left;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
	}
.s2-mdright-row{
	float: left;
	width: 49%;
	background: #e2eae3;
	border-radius:5px;
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
	overflow:hidden;
	position:relative;
	}
.s2-right-rowHead{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-align: left;
	}
.s2-row-img{
	position: absolute;
	top: 0;
	left: 0;
	}
.s2-right-rowContent{
	float: right;
    width: 54%;
    padding: 20px;
    text-align: left;
	position:relative;
	}
img.s2-row-icn {
	max-width: 58px;
	position: absolute;
	top: 78px;
	left: -47px;
}
.s2-rgt-cont-text{
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 17px;
	line-height: 26px;
	}
.s2-rgt-cont-text-brd{
	    border: 1px solid #aeafae;
    width: calc(100% + 20px);
    float: left;
    margin: 15px 0px 15px -20px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section3{
	float: left;
    width: 100%;
    background: #fff;
    padding: 70px 0;
    position: relative;
}	
.sec3-row{
	    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    float: left;
    justify-content: space-between;
	}
.sec3-col{
	width: 33.333%;
    text-align: center;
	position:relative;
	}
.sec3-col:after{
	content: '';
    position: absolute;
    top: 60px;
    right: -148px;
    border: 1px dotted #163317;
    width: 70%;
}
.sec3-col:last-child:after{ display:none;}
.s3-img{
	display:block;
	margin:0 auto;
	}
.s3-col-content{
	padding:15px 30px;
	}
.s3-text1{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	}
.s3-text2{
	font-size: 22px;
	line-height: 30px;
	/* min-height: 90px; */
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.s3-btm-sec{
	    float: left;
    width: 100%;
    padding: 30px 0 0px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
.s3-btm-sec h3{
	display: inline-block;
	width: 70%;
	font-size: 22px;
	line-height: 38px;
	font-weight: 700;
	color: #2d2d2d;
	border-top: 1px solid #dedede;
	}
.s3-btm-sec h3 span{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 0 14px;
    position: relative;
    margin-top: -19px;
}
.s3-btm-sec ul{
	    float: left;
    width: 80%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3-btm-sec ul li{
	    float: left;
    text-align: center;
    position: relative;
    padding-left: 65px;
    display: flex;
    align-items: center;
	}
.s3-btm-sec ul li:after{
	content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -40px;
    background: #cccccc;
    width: 1px;
	}
.s3-btm-sec ul li:last-child:after{ display:none;}
.s3-btm-sec ul li img{
	position: absolute;
    left: 0;
	max-width:52px;
	}
.s3-btm-sec ul li p{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	font-weight: 700;
}


/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section4{
	float:left;
	width:100%;
	padding:70px 0;
	text-align:center;
	background:#f8fbf8;
	}
.s4-row{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	margin-top:45px;
	}
.s4-left{
	float: left;
    width: 46%;
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #353a36;
    padding: 20px 10px 15px;
    background: #fff;
	}	
.s4-left_img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.s4-right{
	float:right;
	width:48.5%;
	}
.s4-right_row{
	float:left;
	width:100%;
	position:relative;
	padding-left:115px;
	text-align:left;
	margin-bottom:20px;
	}
.s4-row_img{
	position:absolute;
	left:0;
	top:0;
	}
.s4-row_head{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.s4-row_head span{
	display:inline-block;
	width:150px;
	}
.common_text.s4-row_text{ margin-top:6px;}
.s4-melatonin_box{
	display:inline-block;
	vertical-align:middle;
	max-width:885px;
	width:100%;
	margin:45px 0 15px;
	background:#f7f7f7;
	padding:30px 40px 35px;
	}
.s4-melabox_head{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	}
.s4-mela_strip{
	float:left;
	width:calc(100% + 80px);
	margin:20px 0 0 -40px;
	padding:8px 10px;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.3px;
	background:#a38e4e;
	}
ul.s4-melaBx_point{
	width:49%;
	}
ul.s4-melaBx_point li{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
	padding-left:35px;
	position:relative;
	font-size:18px;
	line-height:26px;
	color:#000;
	}
ul.s4-melaBx_point li:after{
	position:absolute;
	content:"";
	left:0;
	top:8px;
	width:10px;
	height:10px;
	background:#a38e4e;
	border-radius:50%;
}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section5{
	float:left;
	width:100%;
	padding:70px 0;
	text-align:center;
	background:#fff;
	}

.compare_chart{
	display:inline-block;
	vertical-align:middle;
	max-width:830px;
	width:100%;
	margin-top:50px;
	}
.comp_col1{
	float:left;
	width:45%;
	}
.comp_top{
	float:left;
	width:100%;
	height:135px;
	padding:20px 0;
	}
ul.comp_list{
	float:left;
	width:100%;
	}
ul.comp_list li{
	float:left;
	width:100%;
	height:70px;
	padding:0 15px;
	border-bottom:1px solid #e3e9e4;
	font-size:18px;
	line-height:26px;
	font-weight:600;
	text-align:left;
	
	display: flex;
    align-items: center;
	}
ul.comp_list li:last-child{ border-bottom:none;}
.comp_col2{
	float:left;
	width:20%;
	border:1px solid #353a36;
	border-radius:20px;
	margin-top:-1px;
	background:#d5e1d7;
	}
.comp_col2 ul.comp_list li:last-child{ height:15px;}
.comp_col2 ul.comp_list li:nth-child(6){border-bottom:none;}
.comp_logo{
	display:block;
	margin:0 auto 0;
	width:80px;
	filter: brightness(0);
	}
.comp_prod{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.comp_icon{
	display:block;
	margin:0 auto;
	width:30px;
	}
.comp_right{
	float:left;
	width:35%;
	}
.comp_col{
	float:left;
	width:50%;
	}
.comp_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	min-height:48px;
	margin:15px 0 10px;
	}
.comp_prod_oth{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.comp_icon2{
	width:18px;
	display:block;
	margin:0 auto 0;
	}
.comp_icon3{
	width:25px;
	display:block;
	margin:0 auto 0;
	}
.guaranteeBox{
	display:inline-block;
	vertical-align:middle;
	max-width:830px;
	width:100%;
	margin:60px 0 0;
	padding:45px 35px 45px 260px;
	background:#000000;
	border-radius:30px;
	position:relative;
	text-align:left;
	}
.guarantee_seal{
	position:absolute;
	left:45px;
	top:50%;
	width:176px;
	margin-top:-87.5px;
	}
.guarantee_head{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-weight:700;
	}
.common_text.guarantee_text{
	margin-top:15px;
	color:#fff;
	}

.mny-bck-sec{
	    background: #f8fbf8;
    display: inline-block;
    align-items: center;
    position: relative;
    /* float: left; */
    width: 80%;
    margin: 70px 15px 20px;
	z-index:1;
}
.mny-bck-sec:before{
	content:'';
	position:absolute;
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px;
	z-index:-1;
	background: rgb(208,208,208);
	background: linear-gradient(90deg, rgba(208,208,208,1) 0%, rgba(255,255,255,1) 19%, rgba(208,208,208,1) 40%, rgba(255,255,255,1) 61%, rgba(208,208,208,1) 84%);
}
.mny-bck-sec:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:16%;
	background:#353a36;
}
.mny-bck-seal{
	width:30%;
	float:left;
}
.mny-bck-seal-img{
	    position: relative;
    z-index: 1;
    float: left;
    margin: 58px 0 0 40px;
}
.mny-bck-cont{
	text-align:left;
	padding:35px;
	background:#f8fbf8;
}
.mny-bck-cont h3{
	font-size:36px;
	line-height:42px;
	color:#000;
	
	font-weight:bold;
	text-transform:uppercase;
}
.mny-bck-cont p{
	font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    color: #000;
}


.package_section{
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #f8fbf8;
	}

.shipbx{
	width: 730px;
    height: 90px;
    border-radius: 14px;
    margin: 0 auto 20px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
}
.shipbx:before{
	content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #dc8d1c, #d76506, #e44533);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	background: linear-gradient(to right, #dc8d1c, #d76506, #e44533);
    padding: 19px 5px 19px 7px;
    border-radius: 12px 0 0 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content:"";
	position:absolute;
	right:-15px;
	top:0;
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 15px solid #e44632;
	border-bottom: 45px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
    color: #e14c27;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}

/*-------------------------
CSS FOR SECTION 6
--------------------------*/

.package_people_pop{
	display:inline-block;
	vertical-align:middle;
	padding:15px 65px 17px;
	background:#fff;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	border-radius:15px;
	position:relative;
	border:1px solid #353a36;
	margin-top:30px;
	}
.package_people_pop:after{
	position: absolute;
    content: "";
    left: 50px;
    bottom: -22px;
    background: url(../images/people_choose_arw.png) no-repeat left bottom;
    width: 42px;
    height: 24px;
    background-size: 100%;
    filter: grayscale(1);
	
	}
.face_img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:35px;
	}
.face_img1{ left:15px;}
.face_img2{ right:15px;}

.package_row{
	float:left;
	width:100%;
	margin-top:80px;
	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.package{
	width:31.5%;
	border:3px solid #b5b5b5;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	padding:15px 10px 20px;
	}
.package .btnBlk{ margin-top:20px;}
.package a.packageBtn{ width:90%; height:60px; line-height:60px;}
.package.pakge2{
	border:3px solid #353a36;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
	margin:-25px 0 -20px;
	padding:25px 10px 20px
	}
.pakge_type{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:300;
	margin-bottom:2px;
	}
.pakge_heading{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    font-weight: 700;
	
	}
.pkgge_benefit_strip{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	color:#fff;
	background: #353a36;
	padding:5px 10px;
	margin-top:15px;
	}
.pkgge_benefit_strip span{
	font-weight:bold;
	padding:0 10px;
	}
.pakge_prod_box{
	float:left;
	width:100%;
	position:relative;
	}
.package.pakge2 .pakge_prod_box{ padding:0px 0 0;}
.pakge_prod{
	display:block;
	margin:20px auto;
	max-width:100%;
	}
.pakge_seal{
	position: absolute;
    right: 10px;
    top: 15px;
    background: url(../images/pakge_seal.png) no-repeat center center;
    width: 99px;
    height: 99px;
    background-size: 100%;
    font-weight: 600;
    font-size: 22px;

    line-height: 26px;
    color: #000;
    text-transform: uppercase;
    padding: 25px 0 0;
    text-align: center;
    transform: rotate(-31deg);
	}
.package.pakge3 .pakge_seal{ right:60px;}
.pakge_decp_text{
	float: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding: 0 0;
    letter-spacing: 0;
    text-transform: capitalize;
	}
.pakge_price_box{
	float:left;
	width:100%;
	padding:5px 0 10px;
	}
.package.pakge2 .pakge_price_box{ padding:15px 0 15px;}
.cut_price{
	float:left;
	width:100%;
	font-size:20px;
	line-height:27px;
	color:#5b5b5b;
	font-weight:500;
	position:relative;
	}
.cut_price span{ position:relative;}
.cut_price span:after{
	position:absolute;
	content:"";
	left:-4px;
	right:-3px;
	top:12px;
	transform:rotate(-9deg);
	border-top:2px solid #ff1800;
	}
.recent_price{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	margin-top:7px;
	letter-spacing:0.3px;
	}
.recent_price small{
	display:inline-block;
	vertical-align:middle;
	margin-top:8px;
	font-size:17px;
	line-height:26px;
	color:#000;
	font-weight:500;
	}
.pkage_ship_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#4789cd;
	font-weight:600;
	margin-top:12px;
	}
.pkage_ship_text img{
	width:28px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	}
.life_time_mbg{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	color:#000000;
	line-height:18px;
	font-weight:400;
	margin-top:12px;
	text-decoration:underline;
	}
a.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:90%;
	background:#00c609;
	color:#fff;
	border-radius:5px;
	padding:10px 10px;
	height:70px;
	}
a.pakge_btn p{
	font-size:22px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
a.pakge_btn span{
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:400;
	display:block;
	}
.active.pakge_btn{
	background:#f79e1b;
	color:#fff;
	}
.active.pakge_btn span{color:#fff;}
a.pakge_btn img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-4px 10px 0 0;
	}
.pakge_pay_card{
	display:inline-block;
	vertical-align:middle;
	margin:20px auto 0;
	max-width:100%;
	width:165px;
	}
.pakge_btn_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:15px auto 0;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}
.pkg_popular{
	position:absolute;
	left:-53px;
	top:-15px;
	background:#5ac23b;
	transform:rotate(-45deg);
	color:#fff;
	font-size:14px;
	line-height:17px;
	font-weight:600;
	text-transform:uppercase;
	padding:30px 40px 6px;
	width:145px;
	}
.pkg_popular2{ background:#db8015;}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}


/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6{
	    float: left;
    width: 100%;
    padding: 70px 0;
    background: #fff;
	text-align:center;
	}
.s6-left{
	    float: left;
    width: 40%;
    text-align: left;
	}
.faq-prod{
	display: inline-block;
    margin: 30px auto 0;
    max-width: 400px;
	}
.s11-right{
	float:right;
	width:56.8%;
	}
.faq-section{
	float:right;
	width:56.8%;
	text-align:left;
	margin:0 0;
	}
.faq-slide-row{
	    float: left;
    width: 100%;
    background: #fff;
    /* box-shadow: 0 0 5px #e3e3e3; */
    /* padding: 5px 20px; */
    border-bottom: 1px solid #e3e3e3;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/s6-close.png) no-repeat 98% center;
    background-size: 12px;
    padding: 20px 25px 20px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    cursor: pointer;
    
	}
.acdn-heading.accordion-open{
	background:url(../images/s6-open.png) no-repeat 98% center;
	background-size:12px;
	padding-bottom:17px;
	border-bottom:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 15px 0;
	}
.accordion.last, .acdn-content.last{border-bottom:none;}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000000;
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn-para a{ color:#00F; text-decoration:underline;}
ul.acdn-list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
/*====footer====*/
.footer{
	float:left;
	width:100%;
	background:#353a36;
	padding:0 70px;
	}
.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: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    text-align: center;
	}
.footer__logo_row{
	float:left;
	width:100%;
	margin-top:25px;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	}
.footer__logo_row_left{
	width:27%;
	text-align:left;
	}
.footer__logo{
	display: inline-block;
    vertical-align: middle;
    width: 175px;
    filter: invert(100%);
	}
.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:right;
	width:35%;
	}
.footer__logo_row_right li{
	display:inline-block;
	vertical-align:middle;
	}
.footer__logo_row_right li:first-child{
	    text-align: left;
	}
.footer__logo_row_right li img{
	    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}
.footer__logo_row_right li a{
	    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
	}
.footer__link_row{
	float:left;
	width:100%;
	margin-top:20px;
	padding:25px 0;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	border-top:1px solid #747474;
	}
.footer__link_row li{
	color:#fff;
	font-size:17px;
	line-height:17px;
	font-weight:400;
	letter-spacing:0.5px;
	position:relative;
	}
.footer__link_row li a{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	 color: #fff;
	}
.footer__link_row li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-40px;
	width:1px;
	background:#fff;
	}
.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:space-between;
	}
.copyright__text{
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.copyright__logos{
	display:block;
	margin:0 auto;
	width:140px;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
        float: left;
    width: 100%;
    color: #222;
    font-size: 14px;
    text-align: left;
    background: #f3fbf4;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #222;
}
.shopBreadcrm span {
    color: #222;
    font-weight: 600;
}

/*==========PRODUCT DETAILS PAGE==========*/
/**********PRODUCT DETAIS SECTION-1**********/
.prod-det-s1{
	float:left;
	width:100%;
	padding-bottom:50px;
}
.prod-det-s1-lft{
	float:left;
	width:42.73%;
}
.prd-sldr{
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
	margin-top:40px;
	background:#fbfbfb;
}
.prd-sldr-inr{
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 0 50px;
}
.prd-sld{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.prd-sld2, .prd-sld3, .prd-sld4{
	max-width:280px;
	width:100%;
	margin-top:25px;
}



.prod-det-s1-rgt{
	width:51.28%;
	float:right;
	text-align:left;
	margin-top:40px;
}
.prod-det-s1-rgt .btnBlk{ width:100%;}
.prod-det-prd-nm{
	font-size:24px;
	line-height:28px;
	font-weight:500;
	text-align:left;
}
.prod-det-hd{
	    font-size: 44px;
    line-height: 54px;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
    
    color: #103d6a;
}
.proDetls1-rgt-pnts{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 18px 0;
	}	
.proDetls1-rgt-pnts li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #d7d7d7;
	padding:0 25px 0 54px;
	}
.proDetls1-rgt-pnts li:nth-child(2){ margin:0 2%;}	
.proDetls1-rgt-pnts li:last-child{ border:none; padding-right: 0;}	
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:0;
	left:0;
	width:45px;
	}
.proDetls1-rgt-pnts li p{
	font-size:15px;
	line-height:18px;
	color:#000;
	font-weight:500;
	}
.proDetls1-rgt-pnts li span{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.proDetls1-rgt-pnts li span.circle-txt{
	display: inline-block;
    vertical-align: top;
    background: #007c70;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
	}
.hr_line{
	width:100%;
	height:1px;
	background:#dbdbdb;
	margin-top:20px;
}
.prd-det-tx{
	font-size:17px;
	line-height:24px;
	margin-top:20px;
}
p.points-hed {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    
    color: #103d6a;
    margin-top: 20px;
}
ul.prd-det-lst{
	float:left;
	width:100%;
	margin-top:0px;
}
ul.prd-det-lst li{
	font-size: 20px;
    line-height: 26px;
    background: url(../images/list-tick.svg) left 6px no-repeat;
    background-size: 22px;
    font-weight: 500;
    padding-left: 35px;
    margin-top: 10px;
    text-transform: capitalize;
}	
.package__selection{
	margin-top: 100px;
    display: flex;
    -webkit-display: flex;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    float: left;
    width: 100%;
	}
.package__selection li{
	width:33.33%;
	text-align:center;	
	border-right:2px solid #e1e1e1;
	cursor:pointer;
	padding-bottom:12px;
	position:relative;
	}
.package__selection li.active{ background:#f7feff;}
.package__selection li:last-child{border:none;}
.package__selection li img{
	    display: block;
    margin: 0px auto 8px;
    width: 100px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
	}
.package__selection li p{
	color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
	}
.package__selection li span{
	    color: #757675;
    font-size: 25px;
    line-height: 30px;
    /* letter-spacing: 0.3px; */
    font-weight: 500;
    margin-top: 10px;
    display: block;
	
    
	}
.package__selection li.active:after, .package__option li.active:after{
	content:'';
	position:absolute;
	left:-2px;
	right:-2px;
	top:-2px;
	bottom:-2px;
	border:2px solid #103d6a;
	border-radius:4px;
	transition:all ease 0.5s;
	}
.package__selection li.active span{
	color: #103d6a;
	}
.pkg-prc{
	color: #757575;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.3px;
	width:100%;
	font-weight: 500;
	}
.package__option li.active .pkg-prc{ color:#c0832d; font-weight:600;}
.prod-det-btn{
	float:left;
	width:100%;
	text-align:center;
	height:60px;
	max-width:100%;
	font-size:22px;
	line-height:60px;
	margin-top:30px;
}
.btnTxt{
	float:left;
	width:100%;
	color:#000;
	margin-top:15px;
	font-size:15px;
	line-height:17px;
	font-weight:500;
	text-align:center;
	}
.btnText1 span, .btnText2 span{color:#f00;}
.white{ color:#fff;}
.btnTxt p{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	letter-spacing:0.3px;
	}
.btnTxt p span{
	font-weight:500;
	color: #f00;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.btnText1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }
.cards{
	display:block;
}

/**********PRODUCT DETAIS TRUST**********/
.prod-det-trust{
	float:left;
	width:100%;
	padding:30px 0;
	background:#f7feff;
	text-align:center;
}
.prod-det-trust ul.s1-right-list li{width: 16.33%; padding:0;}
.prod-det-trust ul.s1-right-list li:after{position: absolute; content: ""; top: 0; bottom: 15px; right: 0; border-right: 1px solid #edd9d9;}
.prod-det-trust ul.s1-right-list li:nth-child(3):after{ display:block;}
.prod-det-trust ul.s1-right-list li:last-child:after{ display:none;}
.prod-det-trust ul.s1-right-list li:before{ display:none;}
/**********PRODUCT DETAIS SECTION-2**********/
.prod-det-s2{
	float:left;
	width:100%;
	padding:0 0 60px;
}
/*--------------tab1------------*/
.tab1hding{
	font-size: 31px;
	line-height: 40px;
	text-align: left;
	font-weight: 600;
	
	color: #103d6a;
}
.tab1txt1{
	margin-top:20px;
	width:70%;
	padding:0 20px 0 0; 
	text-align:left;
	font-size:18px;
	line-height:27px;
}
.tab1img1{
	float:right;
	max-width:100%;
	width:280px;
}
.tab-btn{
	width:160px;
	margin-top:30px;
	display:block;
}

/*--------------tab2------------*/
ul.tab2list {
    margin: 36px 0 0 0;
    width: 56%;
}
ul.tab2list li {
       position: relative;
    padding: 0 0 0 38px;
    margin: 23px 0 0 0;
    text-align: left;
	}
ul.tab2list li img {
        position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
	}
.tab2img{float:right;margin:20px -15px 0 0;max-width:100%;}
.tab2lhding{
	    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-weight: 600;
    color: #103d6a;
    
}
.tab2ltxt, .tab2ltxt2{
	border-bottom: 1px solid #d9d9d9;
    padding: 6px 0 10px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.tab2ltxt2{padding:8px 0 0 0;border-bottom:none;}

/*--------------tab3------------*/
.tab-ing{
	max-width: 460px;
	display: block;
	margin: 30px auto 0;
}

/*--------------tab4------------*/
ul.uselist{
	margin:20px 0 0 0;
}
ul.uselist li{
	padding:10px 0;
	text-align:left;
}
.useimg{float:right;margin:-40px 0 0 40px;max-width:100%;}
.step{
	height:35px;
	width:106px;
	background:#103d6a;
	border-radius:30px;
	font-size:22px;
	line-height:35px;
	color:#fff;
	text-align:center;
}
.usehding{
	font-size:26px;
	line-height:32px;
	text-align:left;
	margin-top:20px;
	font-weight:400;	
	color: #103d6a;
    
}
.usetxt{
	margin-top:10px;
	font-size:18px;
	line-height:27px;
}
.use-img{
	float:right;
	margin:0 0 0 30px;
}


/*================CART PAGE===============*/
.checkout {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	float:left;
	width:100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.summry-lft-hdr {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
	display:none;
}
.summary .summry-lft-hdr{display:block;}
.cart-box1 {
	font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 2px solid #f5f9fb;
    padding: 10px 10px;
    border-bottom: 2px solid #f5f9fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background:#cff7f3;
}
.summary .cart-box1{display:none}
.one, .two, .three, .four {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.one {
	padding: 0 0 0 10px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
    left: 10px;
    top: 30px;
}
.cart-box2, .card-box3 {
	padding: 15px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 2px solid #f5f9fb;
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.summary .cart-box2{
	border-top: 1px solid #a9a9a9;
}
.card-box3 {
	padding: 0px 0 20px;
}
.summary .card-box3 {
    border-top: 1px solid #a9a9a9;
}
.cart-prdname {
	padding: 10px 0px 10px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.span3 {
	display: block;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span3 span {
    display: block;
    font-weight: normal;
}
.span3 .span2{ display:block;}
.span2 {
    font-size: 16px;
    line-height: 22px;
    
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	float: left;
    border: 1px solid #ccc;
    height: 70px;
    padding: 5px;
    text-align: center;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 40%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #d2efec;
}
ul.cart-prclist li:first-child {border: none;}
ul.cart-prclist li:last-child {
	/*border-top: 2px solid #f5f9fb;
    background: #f5f9fb;
    padding: 10px 20px;*/
}
.summary ul.cart-prclist li {
    border-bottom: 1px solid #a9a9a9;
	font-size: 15px;
    line-height: 20px;
}

.summary ul.cart-prclist li:last-child {
    border-bottom: none;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 400;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    padding-top: 30px;
    column-gap: 20px;
}
.summary .card-box4-lft {
    padding: 0;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	    font-size: 20px !important;
    padding: 0 30px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    height: auto;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 20px;
	height: auto;
	line-height: 20px;
	padding: 10px 0;
}
.proceed-chkbtn {
	float: right;
    background: #fff;
    color: #0cc34d;
    border: 1px solid #0cc34d;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/


.summary {
    width: 42%;
    padding-left: 7%;
    float: right;
    padding-top: 6em;
    position: relative;
    box-sizing: content-box;
}

.summary .two, .summary .three,.span3 .summry-qty{
	display:none;
	}
.summary .span3 .summry-qty{
	    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    left: 70px;
    height: 22px;
    width: 22px;
    line-height: 23px;
    top: 0px;
    position: absolute;
    background-color: #31a42c;
    border-radius: 50%;
}
.summary .card-box3rgt{ width:100%;}
.summary .continue-shpbtn, .summary .proceed-chkbtn, .summary.continue-brwbtn{
	width:auto;
	}
/*.summary .cart-remv{ display:none;}*/
.summary .one{ width:80%;}
.div-box {
    float: left;
    width: 68%;
}
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
    float: left;
    width: 49%;
    text-align: center;
    padding-top: 60px;
    padding-right: 40px;
	position: relative;
    z-index: 0;
}
.crt-from-sec:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    z-index: -1;
    border-right: 1px solid #ccc;
}
.crt-from-sec .logo{
	float:left;
	margin:0 auto;
}
.secure-lock{
	float: right;
    margin-top: 5px;
    width: 130px;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    text-align: left;
    letter-spacing: 0.5px;
	}
.secure-lock img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
    filter: grayscale(100%);
	}
.secure-lock span{
	display:inline-block;
	vertical-align:middle;
	}
.viewBx {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 8px 5px;
	background: #ededed;
	border: 1px solid #d2d2d2;
}
.viewBx p {
    display: inline-block;
    vertical-align: middle;
    color: #161616;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.viewBx p span {
        color: #cfcfcf;
    font-weight: 600;
	margin: 0 10px;
}
.crt-frm1, .crt-frm2 {
	    width: 100%;
    float: left;
    margin: 0 0 0 0;
    border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.payoptbox{
	float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
	background:#fff;
	border-radius: 4px;
	position:relative;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 500;
    color: #333333;
	font-size:17px;
	}
.frm1, .frm2 {
	padding: 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	row-gap: 10px;
}
.frm2 {
    padding-bottom: 30px;
}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.payment-flds-box {
        float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    background-color: #fafafa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safe-head {
	    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	text-transform: capitalize;
}
.safe-head span{
	    display: block;
    font-size: 18px;
    
    color: #444444;
}
.safebox .s1-p2 {
        text-align: left;
    margin-top: 5px;
    font-size: 16px;
    line-height: 28px;
    float: left;
    width: 100%;
}
.safebox .s1-p2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
    width: 12px;
}
.payment-cards-box {
    float: left;
    width: 100%;
    padding: 13px 15px 10px 15px;
}
.billingtogglbtn, .paymybtn {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #d9d9d9;
	border-radius:50%;
	outline:none;
	margin-top:-5px;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#000000;
	position:absolute;
	content:'';
	left:3px;
	top:3px;
	}
.paymybtn {
        float: left;
    width: 40%;
    margin-top: 4px;
}
.ship-label-btn input[type=radio], .paymybtn input[type=radio] {
    /*display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    outline: none;
    margin-top: -6px;
    margin-right: 10px;*/
}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked {
    /*background: #0098fa;*/
}
.ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
}
/*----------FROM------------*/
.frmElmnts {
	    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;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 8px 0;
    text-align: right;
    
}
.weaccept {
	margin: 12px 0 10px 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.weaccept span.span1 {
    margin-right: 10px;
    padding: 8px 0;
}
.rd {
	appearance: none;
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #f4f4f4;
	outline: none;
}
.rd:checked {
	background: url(../images/dot.png) center center no-repeat;
}
.cards {
	    max-width: 150px;
    float: right;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 18px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 32px;
	float: left;
	width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 1px solid #d9dbe2;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	margin-top: 10px;
    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;
}
.frmfld, .frmfld1 {
	width: 100%;
	position: relative;
	background: #fff;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 49%;
}
.frmfld-30{ width:33%;}
.frmfld-short1, .frmfld1-short1, .frmfld-30 {}
.frmfld-30:last-child{ margin-right: 0; width: 29.6%;}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	float: left;
    width: 100%;
    outline: none;
    border: 1px solid #bbb9b7;
    height: 50px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-family: inherit;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-size: 16px;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: right;
    border: 1px solid #bbbabb;
}
.frmfld select, .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-fldbg2.png) right top 2px no-repeat;
	position:relative;
	    border: 1px solid #bbbabb;
}
.frmfld select:after{
	}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 999;
	display:none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
	font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin: 10px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 15px 35px 15px;
    font-family: inherit;
    background: #f2e900;
    width: 100%;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    border-radius: 5px;
    font-weight: 600;
}
.secure {
	display: block;
    margin-top: 10px;
    margin: 0 auto;
}
.submit-btn img {
	margin: 0 15px 0px 0px;
    filter: invert(1);
    max-width: 20px;
    display: inline-block;
}
.lock-bg, .help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}
.trm {
	font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #2d2d2d;
    position: relative;
    padding: 8px 0 0 34px;
    float: left;
    width: 100%;
	    font-size: 14px;
    line-height: 26px;
}
.trm a{ color:#2d2d2d; text-decoration:underline;}
.trm input[type=checkbox] {
	    position: absolute;
    top: 14px;
    left: 10px;
    appearance: none;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm-1 span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}
.security-text{
	float: left;
    width: 100%;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
	position:relative;
	padding-left:30px;
	}
.security-text img{
	position:absolute;
	left:0;
	top:0;
	}	

/*CSS FOR SIZE POPUP*/
.ing-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:9;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.popup-container{
	float: left;
    width: 100%;
	padding:25px;
    max-height: 100%;
	    text-align: center;
	}
.pop-content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:990px;
	background:#fff;	
	padding:10px;
	position:relative;
	border-radius:10px;
	}
.pop-image{
	float:left;
	width:100%;
	max-height:60vh;
	overflow-y: auto;
	}
.popclose{    
	position: absolute;
    top: -6px;
    right: -10px;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #000;
    width: 28px;
    height: 28px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;}
.ingredient{float:left; width:100%;}


/*====contact_section====*/
.contact_section{
	float:left;
	width:100%;
	padding:60px 0;
	text-align: center;
	}
.contct_sub_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	margin-top:30px;
	padding:0 160px;
	letter-spacing:0.5px;
	}
.contact_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	margin-top:50px;
	border-radius:15px;
	border:1px solid #e0e0e0;
	overflow:hidden;
	}
.contact_box_inner{
	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;
	}
.contact_box_details{
	float:left;
	width:43%;
	background:#f3fbf4;
	padding:35px 30px;
	border-right:1px solid #e6e6e6;
	text-align:left;
	}
.contact_heading{
	float:left;
	width:100%;
	font-size:28px;
	line-height:36px;
	color:#353a36;
	font-weight:600;
	
	}
ul.contact_details_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.contact_details_list li{
	float:left;
	width:100%;
	padding-left:65px;
	position:relative;
	text-align:left;
	margin-top:20px;
	}
ul.contact_details_list li img{
	position:absolute;
	left:0;
	top:5px;
	width:47px;
	}
ul.contact_details_list li span{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #353a36;
    font-weight: 500;
    
	}
ul.contact_details_list li p{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-top: 3px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d5d5d5;
	}
ul.contact_details_list li p a{color: #333;}
ul.contact_details_list li:last-child p{ border-bottom:none; padding-bottom:0;}
.contact_message_box{
	float:left;
	width:57%;
	padding:35px 35px 45px;
	text-align:left;
	}
.contact_form{
	float:left;
	width:100%;
	margin-top:20px;
	}
.form_element{
	float:left;
	width:100%;
	margin-top:15px;
	}
.form_element.half{ width:48%;}
.form_element.fl{ float:left;}
.form_element.fr{ float:right;}
.input_field{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #dfdfdf;
	border-radius:5px;
	-webkit-appearance:none;
	outline:none;
	font-size:17px;
	line-height:25px;
	padding:15px 20px;
	
	}
.form_element textarea{
	height:125px;
    width:100%;
    padding:20px 25px;
	resize:none;
	outline:none;
	}
.contact_send_btn{
	float: left;
    width: 315px;
    height: 60px;
    color: #000000;
    font-size: 24px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    background: #f2e900;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
	}
/*****************************/
/*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;
}

/*----------- 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;}}