@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#353535;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Theinhardt';
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.show-mob{display:none;}
.show-desk{display:block;}
/*----------------------
HEADER CSS
------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.menu-bar{
	float:left;
	width:100%;
	background:#fff;
	height:80px;
	margin-top:-80px;
	top:80px;
	position:relative;
	}
.fixed-nav .menu-bar{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	}
	
.logo{
	float:left;
	margin:6px 0 0 0;
	}
.menu-btn{
	float:right;
	width:140px;
	height:40px;
	line-height:38px;
	color:#fff;
	font-size:20px;
	background:#ffa800;
	border-radius:3px;
	margin-top:20px;
	letter-spacing:0.5px;
	}
ul.menu-list{
	float:right;
	margin-top:28px;
	margin-right:15px;
	}
ul.menu-list li{
	float:left;
	padding:0 20px;
	}
ul.menu-list li a{
	float:left;
	color:#000;
	font-size:20px;
	line-height:22px;
	letter-spacing:0.5px;
	font-weight: 300;
	}
ul.menu-list li a.active{color:#55942e;}
.mob-mnu-ic, .mobilemenu{display:none;}
/*---------------------------------
CSS FOR HERO BANNER
-----------------------------------*/
.hero-banner{
	float:left;
	width:100%;
	height:660px;
	background:url(../img/banner-bg.jpg) no-repeat center top;
	}
.hero-content{
	float:left;
	width:71%;
	margin-top:49px;
	text-align:left;
	}
.hero-content h1{
	float:left;
	width:100%;
	color:#272727;
	font-size:43px;
	line-height:54px;
	font-weight: 800;
	}
.hero-content h1 span{
	color:#55942e;
	font-size:56px;
	}
.bnr-blk{
	float:left;
	width:100%;
	padding-left:60px;
	position:relative;
	margin-top:16px;
	}
.leaf-icon{
	position:absolute;
	left:0;
	top:0;
	}
.bnr-blk p{
	float:left;
	width:100%;
	background:#ddf1d9;
	padding: 10px 127px 10px 15px;
	color:#272727;
	font-size:20px;
	}
.bnr-list{
	float:left;
	width:100%;
	margin: 17px 0 0 17px;
	}
.bnr-list li{
	float:left;
	width:100%;
	margin:4px 0 0;
	color:#282828;
	font-size:23px;
	font-weight:700;
	padding-left:30px;
	background:url(../img/grrrn-chk.svg) no-repeat left center;
	background-size:20px;
	}
.bnrProd{
	position: absolute;
    right: 54px;
    top: 152px;
	}
.bnrSeal{
	position: absolute;
    right: 450px;
    top: 360px;
	}
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:340px;
	margin-top:30px;
	}
.pg-btn{
	float:left;
	width:100%;
	height:70px;
	line-height:69px;
	color:#fff;
	font-size:30px;
	font-weight:700;
	border-radius:4px;
	background:#ffa800;
	padding:0 87px 0 50px;
	position:relative;
	text-align:center;
	}
.pg-btn:after{
	content:'';
	position:absolute;
	right:30px;
	top:24px;
	border-left:13px solid #fff;
	border-bottom:10px solid transparent;
	border-top:10px solid transparent;
	}
.btn-txt{
	float: left;
    width: 100%;
    color: #272727;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
	}
.btn-txt svg{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:19px;
	margin-right:5px;
	}


/*------------------------------------
BANNER STRIP CSS
--------------------------------------*/
.bnrStrip{
	float:left;
	width:100%;
	border-bottom:1px solid #e3e3e3;
	padding:20px 0;
	}
.bnrStrip ul{
	float:left;
	width:100%;
	}
.bnrStrip ul li{
	float:left;
	width:25%;
	padding:0 12px;
	}
.bnrStrip ul li > div{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:68px;
	}
.bnrStrip ul li > div img{
	position:absolute;
	left:0;
	top:-5px;
	}
.bnrStrip ul li > div span{
	float:left;
	width:100%;
	color:#251c1c;
	font-size:18px;
	font-weight:500;
	}
.bnrStrip ul li > div p{
	float:left;
	width:100%;
	color:#4b4b4b;
	font-size:16px;
	margin-top:5px;
	}

/*------------------------------------
SECTION ONE CSS
--------------------------------------*/
.section-one{
	float:left;
	width:100%;
	padding:70px 0;
	}

.s1-box{
	float:left;
	width:100%;
	position:relative;
	margin:50px 0 0 0;
	padding: 0 520px 0 0;
	text-align: left;
	}
.s1-box2{
	padding: 0 0 0 480px;
	}
.s1-img1{
	position:absolute;
	right:0px;
	top:0px;
	}

.s1-txt1{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#000000;
	font-weight: 500;
	text-align:left;
	}
.s1-txt2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight: 300;
	margin:10px 0 0 0;
	}

.s1-list {
    float: left;
    width: 100%;
    margin: 10px 0 0 0px;
}
.s1-list li {
    float: left;
    width: 100%;
    margin: 4px 0 0;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    background: url(../img/grrrn-chk.svg) no-repeat left center;
    background-size: 20px;
}
.s1-img2{
	position:absolute;
	left:0px;
	top:0px;
	}

.sec-para {
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #323232;
    font-size: 19px;
    padding: 0 150px;
    letter-spacing: 0.5px;
}

/*------------------------------------
SECTION TWO CSS
--------------------------------------*/
.section-two{
	float:left;
	width:100%;
	padding:100px 0 60px 0;
	background:url(../img/s2-bg.png) no-repeat center top #ecf4fa;
	}
.sectionHeading{
	float:left;
	width:100%;
	background:url(../img/heading-bg.png) no-repeat center bottom;
	padding-bottom:35px;
	}
.sectionHeading p{
	float:left;
	width:100%;
	color:#000000;
	font-size:30px;
	font-weight:500;
	}
.sectionHeading h2{
	float:left;
	width:100%;
	color:#55942e;
	font-size:52px;
	line-height:52px;
	font-weight:700;
	}
.s2-list{
	float:left;
	width:100%;
	}
.s2-list li{
	float:left;
	width:32%;
	margin-top:20px;
	}
.s2-list li:nth-child(2){
	width:36%;
	margin-top:-10px;
	position:relative;
	}
.s2-list li:nth-child(2):before, .s2-list li:nth-child(2):after{
	content:'';
	position:absolute;
	width:30px;
	height:280px;
	background:url(../img/s2-line.png) no-repeat center center;
	left:10px;
	top:70px;
	}
.s2-list li:nth-child(2):after{
	left:auto;
	right:10px;
	}
.brain-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s2-list li h4{
	float:left;
	width:100%;
	color:#565656;
	font-size:20px;
	font-weight:500;
	margin-top:15px;
	}
.s2-list li p{
	float:left;
	width:100%;
	color:#565656;
	font-size:20px;
	margin-top:5px;
	padding:0 30px;
	font-weight:300;
	}
.s2-list li p span{
	color:#0076b8;
	}
.s2-list li:last-child p{
	padding:0 26px;
	}
.s2-list2{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s2-list2 li{
	float:left;
	width:25%;
	padding:0 40px;
	}
.s2-list2 li img{
	display:inline-block;
	vertical-align:middle;
	}
.s2-list2 li p{
	float: left;
    width: 100%;
    color: #323232;
    font-size: 24px;
    margin-top: 5px;
    font-weight: bold;
    line-height: 28px;
	}

/*------------------------------------
SECTION THREE CSS
--------------------------------------*/
.section-three{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
ul.s3-list{
	float:left;
	width:100%;
	display: flex;
  	flex-wrap: wrap;
	justify-content:space-between;
	margin-top:30px;
	}
ul.s3-list li{
	width:270px;
	margin-top:40px;
	}
ul.s3-list li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
ul.s3-list li h4{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin-top:15px;
	}
ul.s3-list li p{
	float:left;
	width:100%;
	color:#434343;
	font-size:20px;
	line-height:24px;
	margin-top:10px;
	padding: 0 10px;
	}

/*------------------------------------
SECTION FOUR CSS
--------------------------------------*/
.sec4{
	float: left;
    width: 100%;
    padding: 60px 0 84px;
    background: url(../img/blue-bg.jpg) repeat center top;
}
.stripHeading {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 42px;
	line-height: 50px;
    font-family: 'Playfair Display';
}
.s4-left{
	float: left;
    width: 100%;
    position: relative;
    padding: 0 666px 0 0;
    text-align: left;
	}

.s4-para{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    margin: 15px 0 0 0;
	}
.wht{
	color:#fff;
	}





/*STEPS LIST*/
.section-four{
	float:left;
	width:100%;
	padding:50px 0;
	background:url(../img/strip-bg.jpg) repeat left top;
	}

ul.step-list{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:8px;
	}
ul.step-list li{
	float:left;
	width:31.5%;
	position:relative;
	padding-left:165px;
	}
ul.step-list li:nth-child(2){ margin:0 2.7%;}
ul.step-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.step-list li > div{
	float:left;
	width:100%;
	text-align:left;
	}
ul.step-list li > div h4{
	float:left;
	width:100%;
	margin-top:10px;
	color:#fff;
	font-size:24px;
	border-bottom:2px solid #99b398;
	letter-spacing:1px;
	padding-bottom:4px;
	}
ul.step-list li > div h4 span{ color:#edf3b6;}

ul.step-list li > div p{
	float:left;
	width:100%;
	margin-top:10px;
	color:#fff;
	font-size:19px;
	letter-spacing:0.5px;
	}

/*------------------------------------
SECTION FIVE CSS
--------------------------------------*/
.section-five{
	float:left;
	width:100%;
	padding:60px 0;
	background:url(../img/sec5.jpg) no-repeat center top;
	}
.s5brain{
	position:absolute;
	left:50%;
	margin-left:-274px;
	top: 159px;
	}
.s5-topbox-left{
	float: left;
    width: 30%;
    margin-left: 70px;
    margin-top: 150px;
	}
.s5-topbox-right{
	float: right;
    width: 30%;
    margin-right: 70px;
    margin-top: 150px;
	}
.s5-icon-top{
	display:inline-block;
	vertical-align:middle;
	}
.s5-top-heading{
	float:left;
	width:100%;
	color:#323232;
	font-size:24px;
	margin-top:10px;
	}
.s5-top-para{
	float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 300;
    z-index: 9;
    position: relative;
	}
.s5-subHeading{
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	font-weight:bold;
	margin-top:80px;
	}
.s5-subHeading span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	}
.s5-subHeading span:before, .s5-subHeading span:after{
	content:'';
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:150px;
	height:1px;
	background:#d1dfe9;
	margin:0 25px;
	}
ul.s5-list{
	float:left;
	width:100%;
	padding:0 30px;
	margin-top:40px;
	}
ul.s5-list li{
	float:left;
	width:33.33%;
	position:relative;
	}
ul.s5-list li:after{
	content:'';
	position:absolute;
	right:0;
	top:20px;
	bottom:20px;
	width:1px;
	background:#d1dfe9;
	}
ul.s5-list li .s5-icon{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:80px;
	line-height:75px;
	border:1px solid #b5b5b5;
	border-radius:4px;
	margin-bottom:5px;
	}
ul.s5-list li .s5-icon img{
	display:inline-block;
	vertical-align:middle;
	}
ul.s5-list li > *{
	margin-top:5px;
	}
ul.s5-list li:last-child:after{display:none;}

/*------------------------------------
SECTION SIX CSS
--------------------------------------*/

/*------------------------------------
SECTION SEVEN CSS
--------------------------------------*/
.section-seven{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f6fbee;
	overflow-x:hidden;
	}
.s7-box{
	display:inline-block;
	vertical-align:middle;
	width:900px;
	position:relative;
	margin-top:50px;
	}
.s7-blk{
	float:left;
	width:30.33%;
	margin:1.5%;
	position:relative;
	overflow:hidden;
	border-radius:5px;
	}
.s7-blk img{
	float:left;
	width:100%;
	}
.s7-blk p{
	width:100%;
	position:absolute;
	bottom:0;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	line-height:55px;
	letter-spacing:0.5px;
	}
.s7-prod-left{
	position:absolute;
	left: -241px;
	top:120px;
	width:260px;
	transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg);
	}
.s7-prod-right{
	position: absolute;
    right: -259px;
    top: 120px;
    width: 260px;
    transform: rotate(20deg);
    -webkit-transform: rotate(28deg);
	}
.s7-subheading{
	float:left;
	width:100%;
	color:#000;
	font-size:30px;
	margin-top:15px;
	}
.s7-para{
	float:left;
	width:100%;
	color:#000;
	font-size:20px;
	margin-top:5px;
	}
.s7-list.s2-list2{
	margin-top:6px;
	}
.s7-list li{
	position:relative;
	}
.s7-list li:after{
	content:'';
	position:absolute;
	right:0;
	top:10px;
	bottom:10px;
	width:1px;
	background:#d6d4d4;
	}
.s7-list li:last-child:after{display:none;}

.s7-line{
	max-width: 100%;
    margin: -222px 0 0 0;
	}
/*------------------------------------
SECTION EIGHT CSS
--------------------------------------*/
.section-eight{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
ul.ingredients-list{
	float:right;
	width:58%;
	padding-right:29px;
	margin-top:40px;
	}
ul.ingredients-list li{
	float:left;
	width:100%;
	text-align:left;
	min-height:99px;
	position:relative;
	padding:13px 0 13px 120px;
	background:url(../img/ing-line.png) no-repeat 50px bottom;
	}
ul.ingredients-list li:last-child{background:none;}
ul.ingredients-list li img{
	position:absolute;
	left:0;
	top:5px;
	}
ul.ingredients-list li h4{
	float:left;
	width:100%;
	color:#55942e;
	font-size:30px;
	line-height:30px;
	margin-top:5px;
	}
ul.ingredients-list li p{
	float:left;
	width:100%;
	color:#323232;
	font-size:19px;
	margin-top:5px;
	}
.s8-prod{
	float: left;
    width: 34%;
    margin: 20px 0 0 44px;
	}
.s8-lines{
	position:absolute;
	left: 365px;
    top: 243px;
	}
ul.s8-list{
	float:left;
	width:100%;
	padding:0 150px;
	}
ul.s8-list li{
	float:left;
	width:25%;
	margin-top:20px;
	position:relative;
	}
ul.s8-list li img{max-width:90%;}
ul.s8-list li p{
	color:#55942e;
	font-size:22px;
	font-weight:bold;
	}
.line-h:after, .line-h:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:70px;
	height:1px;
	background:#d1dfe9;
	margin:0 15px;
	}
/*ul.s8-list li:after{
	content:'';
	position:absolute;
	right:0;
	top:10px;
	bottom:10px;
	width:1px;
	background:#d1dfe9;
	}
ul.s8-list li:last-child:after{display:none;}*/

/*------------------------------------
SECTION EIGHT CSS
--------------------------------------*/
.section-none{
	float:left;
	width:100%;
	padding:80px 0;
	background:#f6fbee;
	}
.reviewBox{
	float:left;
	width:100%;
	padding:0 70px;
	margin-top:40px;
	}
.review-row{
	float:left;
	width:100%;
	padding-left:100px;
	text-align:left;
	position:relative;
	margin:20px 0;
	}
.rev-pic{
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	border-radius:50%;
	background:#9da78e;
	color:#fff;
	font-size:24px;
	line-height:80px;
	text-align:center;
	font-weight:bold;
	}
.rev-title{
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	}
.rev-para{
	float:left;
	width:100%;
	color:#434343;
	font-size:20px;
	margin-top:10px;
	}
.rev-star{
	float:left;
	margin-top:15px;
	}
.rev-name{
	float:left;
	width:100%;
	color:#55942e;
	font-size:20px;
	font-weight:700;
	margin-top:5px;
	}
/*------------------------------------
FOOTER CSS
--------------------------------------*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	}
.footer p{
	float:left;
	width:100%;
	margin:5px 0;
	color:#868686;
	font-size:18px;
	letter-spacing:0.5px;
	}
.footer p a{color:#868686;}

/*=======================================
CSS FOR CHECKOUT
========================================*/
.check-top{
	float:left;
	width:100%;
}
.chk-log{
	width:215px;
	margin:15px 0;
}
.check-s1{
	float:left;
	width:100%;
	background:#f3f9f7;
	padding:30px 0;
}
.chk-inr-sec{
	display:inline-block;
	max-width:1100px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin:20px 0 0;
	background:#fff;
	}
.extr-div{
	float:left;
	width:100%;
	background:#55942e;
	height:79px;
	position:absolute;
	z-index:99;
}
.chk-inr-lft{
	width:62.25%;
	float:left;
	padding-bottom:25px;
	position:relative;
	z-index:999;
	min-height: 700px;
	}
/*--------------------------
CSS FOR LEFT SIDE BOX
---------------------------*/	
.frm-cont{
	float:left;
	width:100%;	
	background:#fff;
	}
.frm-hdg{
	float:left;
	width:100%;
	border-bottom:1px dotted #d0d0d0;
	background:#55942e;
	text-align:left;
	padding:10px 20px;
	position:relative;
	}
.frm-hdg h3{
	font-size:28px;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	float:left;
	width:100%;
	}
.frm-hdg small{
	font-size:19px;
	line-height:24px;
	color:#fff;
	float:left;
	}
.frm-hdg p{
	position:absolute;
	right:20px;
	top:15px;
	background:#fff;
	font-size:20px;
	line-height:24px;
	color:#272727;
	padding:10px 20px 10px 25px;
	font-weight:500;
	}
.frm-hdg p::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	border-top:23px solid transparent;
	border-bottom:23px solid transparent;
	border-left:15px solid #55942e;
	width:0;
	}
.view-txt{
	display:inline-block;
	border:2px solid #55942E;
	width:92%;
	padding:15px;
	font-size:22px;
	line-height:26px;
	font-weight:500;
	background:#f4f8f1;
	margin-top:20px;
	color:#000;
	}
.view-txt span{color:#ff0000;}
.view-txt img{
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	}
.fl{float:left;}
.fr{float:right;}
.half{width:48%;}
.full{width:100%;}
.frm-inr{
	display:inline-block;
	width:92%;
	margin:10px 0 0;
	}
.frm-elem{margin:6px 0;}
.frm-inr label{
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#232323;
	float:left;
	margin-bottom:5px;
	text-align:left;
	}
.frm-inr input[type="text"], select{
	width:100%;
	float:left;
	border:1px solid #c4c4c4;
	padding:12px 15px;
	-webkit-appearance:none;
	font-size:16px;
	font-family: 'Theinhardt';
	border-radius:3px;
	}
select{background:url(../img/sel-img.png) 94% center no-repeat #fff;}
.frm-inr input[type="text"]::placeholder{color:#878787;}
.chk-btn{
	margin:15px 0 0;
	outline:none;
	border:none;
	max-width:100%;
	}
.usps-txt-bg{
	float:left;
	width:100%;
	padding:10px 0;
	}
.usps-txt{
	font-size:17px;
	line-height:22px;
	color:#333;
	position:relative;
	display:inline-block;
	padding-left:55px;
	text-align:left;
	}
.usps-txt span{color:#ff0000;}
.usps-txt .usps-img{
	position:absolute;
	left:0;
	top:-5px;
	padding-right:10px;
	}
.acp-txt{
	font-size:18px;
	line-height:22px;
	color:#333;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	width:100%;
	padding:25px 0 0 25px;
	}
.acp-txt img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	}
.togle-chk{
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-left:25px;
	position:relative;
	text-align:left;
	margin:10px 0;
	}
.togle-chk input[type="checkbox"]{
	position:absolute;
	left:0;
	top:3px;
	width:15px;
	height:15px;
	}
.cvv{
	float:left;
	margin-top:25px;
	}
.frm-trms >label{
	float:left;
	width:100%;
	text-align:left;
	color:#000;
	position:relative;
	padding:15px 0 15px 38px;
	}
.frm-trms input[type="checkbox"]{
	width:18px;
	height:18px;
	position:absolute;
	left:10px;
	top:18px;
	opacity:0;
	}
.frm-trms input[type="checkbox"] + span{
	border:1px solid #898989;
	width:15px;
	height:15px;
	position:absolute;
	left:10px;
	top:18px;
	}
.frm-trms input[type="checkbox"]:checked + span{
	background:url(../img/check-mark.html) center center no-repeat;
	background-size:80%;
	}
.frm-trms h3{
	font-size:24px;
	line-height:28px;
	font-weight:600;
	margin-bottom:3px;
	}
.frm-trms p{
	font-size:17px;
	line-height:20px;
	}

/*--------------------------
CSS FOR RIGHT SIDE BOX
---------------------------*/	
.chk-inr-rgt{
	width:35.75%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:99;
	border:10px solid #fff;
	margin-top:15px;
	margin-right:15px;
	}
.proDetails{
	float:left;
	width:100%;
	}
.proDetails h2{
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	background:#55942e;
	padding:12px 20px;
	text-align:left;
	}
.odr-sum-inr{
	float:left;
	width:100%;
	padding:10px;
	border:1px solid #55942e;
	padding-left:130px;
	position:relative;
	}
.chk-btl{
	width:120px;
	position:absolute;
	left:5px;
	top:20px;
}
table.prod-info{
	float:left;
	width:100%;
	}
table.prod-info tr:nth-child(4) td{
	border-bottom:1px solid #dbdbdb;
	padding-bottom:10px;
	}
table.prod-info tr:nth-child(5) td{padding-top:10px;}
table.prod-info tr td{
	font-size:16px;
	line-height:20px;
	color:#1e1e1e;
	padding:3px 0;
	}
table.prod-info tr td:first-child{text-align:left;}
table.prod-info tr td:last-child{text-align:right;}
table.prod-info tr:last-child td{padding-top:10px;}
table.prod-info tr:first-child td{font-size:21px; text-align:left;}
table.prod-info tr:first-child td small{
	font-size:16px;
	color:#595959;
}
ul.chk-list{
	float:left;
	width:100%;
	background:#55942e;
	padding:15px;
}
ul.chk-list li{
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-align:left;
	background:url(../img/chk-list-img.png) left top no-repeat;
	padding-left:30px;
	margin:8px 0;
}
.chk-rgt-btm{
	float:left;
	width:100%;
	background:#55942e;
	padding:0 10px 0;
	color:#fff;
	}
.chk-rgt-btm h3{
	font-size:20px;
	line-height:25px;
	position:relative;
	text-transform:uppercase;
	margin-bottom:10px;
	}
.chk-rgt-btm h3 img{
	display:block;
	margin:0 auto 10px;
	}
.chk-rgt-btm p{
	margin:0 0 20px;
	font-size:18px;
	line-height:24px;
	}

/*===========================
CSS FOR SELECT PAGE
============================*/
.select-sec{
	float:left;
	width:100%;
	padding:0 70px;
	position:relative;
	margin:35px 0;
}
.sel-bx{
	float:left;
	width:33.3%;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	background:#fff;
	border-bottom:5px solid #121212;
}
.sel-bx1{
	position:absolute;
	left:50%;
	top:-10px;
	transform:translateX(-50%);
	z-index:9;
	width:30%;
	border-bottom:5px solid #55942e;
}
.sel-bx2{float:right;}
.sel-bx3{float:left;}
.mn-hd{
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background:#75b34f;
	text-transform:uppercase;
	padding:15px 0;
}
.sel-bx1 .mn-hd{background:#55942e; padding:20px 0;}
.sub-hd{
	font-size:25px;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	background:url(../img/sub-hd-un-sel.jpg) center top repeat;
	padding:10px 0;
}
.sel-bx1 .sub-hd{background:url(../img/sub-hd-sel.jpg) center top repeat;}
.sel-prd{
	margin:18px auto 0;
}
.prc-div{
	float:left;
	width:100%;
	background:#e0e0e0;
	padding:60px 0 20px;
	margin-top:-50px;
}
.sel-bx1 .prc-div{background:#e6f1df;}
.sel-tx1{
	font-size:20px;
	line-height:24px;
}
.sel-tx1 span{
	position:relative;
}
.sel-tx1 span:after{
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	background:#f00;
	transform:rotate(-8deg);
	left:0;
	top:10px;
}
.prd-prc{
	position:relative;
	font-weight:500;
}
.sel-bx1 .prd-prc{color:#55942e;}
.prd-prc p{
	font-size:70px;
	line-height:70px;
	display:inline-block;
}
.prd-prc span{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.prd-prc sup{
	font-size:28px;
	line-height:28px;
	border-bottom:1px solid #4b4b4b;
	display:inline-block;
	vertical-align:top;
	margin-top:8px;
}
.prd-prc small{
	font-size:20px;
	line-height:20px;
	position:absolute;
	left:0;
	top:38px;
}
.sel-tx2{
	display:inline-block;
	background:#121212;
	padding:5px 25px;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#fff;	
	position:relative;
	vertical-align:top;
	margin-top:-19px;
}
.sel-tx2:before, .sel-tx2:after{
	content:'';
	border-top:19px solid #121212;
	border-bottom:19px solid #121212;
	position:absolute;
	top:0;
}
.sel-tx2:before{border-left:10px solid transparent; left:-10px;}
.sel-tx2:after{border-right:10px solid transparent; right:-10px;}

.sel-bx1 .sel-tx2{background:#ff0000;}
.sel-bx1 .sel-tx2:before, .sel-bx1 .sel-tx2:after{border-top:19px solid #ff0000; border-bottom:19px solid #ff0000;}
.sel-tx3{
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#404040;
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-left:25px;
	margin:5px 0;
	opacity:0;
	text-align:left;
}
.sel-bx3 .sel-tx3{opacity:1;}
.check-box{
	-webkit-appearance:none;
	opacity:0;
}
.sel-tx3 .check-box + span{
	background:url(../img/un-chk-inp.png) left top no-repeat;
	width:21px;
	height:17px;
	position:absolute;
	left:0;
	top:0;
}
.sel-tx3 .check-box:checked + span{
	background:url(../img/chk-inp.png) left top no-repeat;
}
.ship-txt{
	vertical-align:middle;
	position:relative;
	font-size:19px;
	line-height:20px;
	font-weight:500;
	padding: 5px 0 12px;
}
.sel-bx1 .ship-txt{padding:10px 0 20px;}
.ship-txt img{
	display:inline-block;
	vertical-align:middle;
	margin-top:-5px;
	margin-right:5px;	
}




/*=======================================
CSS FOR MEDIA QUERY
========================================*/

@media only screen and (max-width:1180px){
.container{width:1004px;}

ul.menu-list li{padding:0 7px;}

.hero-banner{height:630px;}
.hero-content{width:68%;}
.hero-content h1{font-size:40px;}
.hero-content h1 span{font-size:45px;}
.bnr-blk p {padding: 10px 27px 10px 15px;}
.bnrProd{right:0; top:110px;}
.bnrSeal{right:386px; width:160px; top:379px;}

.bnrStrip ul li{padding:0 5px;}
.bnrStrip ul li > div span{font-size:16px;}
.bnrStrip ul li > div p{font-size:15px;}

.sec-para{padding:0 50px;}
.s2-list2 li{padding:0 15px;}
ul.s3-list li{width:235px;}

.sec4 {padding: 60px 0 58px;}
.s4-left {padding: 0 546px 0 0;}

.s7-prod-left, .s7-prod-right{display:none;}

ul.step-list li > div h4{font-size:22px;}
ul.step-list li img{width:130px;}
ul.step-list li{padding-left:145px;}

.s8-lines{display:none;}
ul.ingredients-list li {background-position:left bottom;min-height: 137px;}
ul.ingredients-list li img{top:20px;}
ul.s8-list li p{font-size:20px;}
ul.s8-list{padding:0 50px;}

.select-sec{padding:0 50px;}
.sel-prd{max-width:100%;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.menu-bar{height:60px; margin-top: -60px; top: 60px;}
.top-fix-bar{margin-bottom:60px;}
.mob-mnu-ic, .mobilemenu{display:block;}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 18px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:60px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #CCC;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

ul.menu-list{display:none;}
.logo{width:191px; margin:7px 0 0 0}
.menu-btn{height:36px; font-size:18px; line-height:36px; margin-top:11px; margin-right:60px;}


.hero-banner{background-size:1750px; height:570px;}
.hero-content{width:70%; margin-top:40px;}
.hero-content h1{font-size:32px; line-height:42px;}
.hero-content h1 span{font-size:36px;}
.bnrProd{width:378px; top:140px;}
.bnr-list{margin-top:15px;}
.bnr-list li{font-size:20px;}
.btnBlk{width:320px;}
.pg-btn{padding: 0 50px 0 20px;}
.pg-btn:after{right:25px;}
.bnrSeal{display:none;}
.btn-txt {font-size:17px;margin-top: 7px}


.bnrStrip ul li > div{padding:0; text-align:center;}
.bnrStrip ul li > div img{position:static; display:inline-block; vertical-align:middle; width:50px;}
.bnrStrip ul li > div p{margin-top:0;}


.section-one{padding:30px 0;}
.problemHeading{font-size:22px; line-height:32px;}
.problemHeading span.txt1{font-size:44px;}
.problemHeading span.txt2{font-size:28px;}
.sec-para{padding:0;}
ul.s1-list li p{font-size:18px;}


.s1-box{padding: 0 300px 0 0;margin: 30px 0 0 0;}
.s1-box2{padding: 0 0 0 300px;}
.s1-txt1 {font-size: 24px;line-height: 24px;}
.s1-img1, .s1-img2 { width:36%;}


.section-two{padding: 60px 0; background-position: center -40px;}
.sectionHeading p{font-size:26px;}
.sectionHeading h2{font-size:42px; line-height:46px;}
.s2-list li:nth-child(2) img{width:200px; margin-top:50px;}
.brain-img{width:140px;}
.s2-list li h4{font-size:18px;}
.s2-list li p, .s2-list li:last-child p{padding:0 10px;}
.s2-list2 li p{font-size:16px;}

.section-three{padding:40px 0;}
ul.s3-list li{width:180px; margin-top:30px;}
ul.s3-list li h4{font-size:18px;}
ul.s3-list li p{font-size:18px; padding:0;}

.section-four{padding:50px 0;}
.logos-box{width:100%;}
.stripHeading{font-size:32px;line-height: 45px;}
ul.step-list{margin-top:30px; margin-bottom:10px;}
ul.step-list li{padding-left:0; width:30%;}
ul.step-list li:nth-child(2){margin:0 5%;}
ul.step-list li > div{text-align:center;}
ul.step-list li img{position:static; display:inline-block; vertical-align:middle;}

.sec4 {padding: 30px 0 45px;}
.s4-left {padding: 0 386px 0 0;}
.s4-para {font-size: 18px;line-height: 24px; margin:12px 0 0 0;}


.section-five{padding:40px 0;}
.s5brain{width:400px; margin-left:-198px; top:140px;}
.s5-topbox-left{ margin-top:90px; margin-left:0; width:35%;}
.s5-topbox-right{ margin-top:90px; margin-right:0; width:35%;}
.s5-subHeading{margin-top:20px;}
ul.s5-list{padding:0;}
ul.s5-list li{padding:0 10px;}

.section-six{padding:60px 0;}
.s6-content h3{font-size:24px;}
.s6-row{margin-top:50px;}

.section-seven{padding:40px 0;}
.s7-box{width:100%; margin-top:40px;}
.s7-list.s2-list2{margin-top:30px;}

.section-eight{padding:40px 0;}
.s8-prod{margin:40px 0 0 0;}
ul.ingredients-list{width:65%; padding-right:0; margin-top:20px;}
ul.ingredients-list li h4{font-size:24px;}
ul.s8-list li p{font-size:14px;}

.section-none{padding:60px 0;}
.reviewBox{padding:0;}

/*===========================
CSS FOR CHECKOUT YOU PAGE
============================*/
.chk-inr-lft{min-height:995px;}
.view-txt{width:96%; padding:10px 5px; font-size:16px; line-height:21px;}

.frm-inr{width:96%;}
.frm-hdg{padding:10px;}
.frm-hdg h3{font-size:26px; line-height:30px;}
.frm-hdg p{font-size:18px; line-height:22px; padding:10px 10px 10px 25px; right:10px;}
.frm-hdg small{font-size:14px; line-height:20px;}
table.prod-info tr td{font-size:17px;}
.usps-txt{font-size:15px;}
.chk-tsti-sec{padding:10px;}
.chk-rgt-btm h3{font-size:20px; line-height:26px;}
.chk-rgt-btm h3 img{max-width:100%;}
.chk-rgt-btm p{margin:20px 0;}
.odr-sum-inr{padding-left:100px;}
.chk-btl{width:90px;}
ul.chk-list li{font-size:15px; line-height:20px;}
.togle-chk{font-size:16px;}

.select-sec{padding:0;}
.sel-bx1{width:34%;}
.mn-hd{font-size:26px; line-height:32px;}
.sub-hd{font-size:20px; line-height:24px;}
.sel-btn{max-width:100%; padding:0 10px;}
}


@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.show-mob{display:block;}
.show-desk{display:none;}
.menu-btn{display:none;}
.mob-mnu-ic{top:16px;}

.logo {width: 165px;margin: 11px 0 0 0;}
.hero-banner{height:auto; padding:20px 0; background:#f4fbf1;}
.hero-content{width:100%; margin-top:0;}
.hero-content h1{text-align:center; font-size:22px; line-height:25px;}
.hero-content h1 span{font-size:24px;}
.bnr-list {margin: 15px 0 0 0px;}
.bnrProd, .bnrSeal{display:none;}
.bnr-mob{float:left; width:100%; margin-top:10px;}
.leaf-icon{width:40px;}
.bnr-blk{padding-left:50px; margin-top:10px;}
.bnr-blk p{font-size:17px; padding:8px; line-height:20px; letter-spacing:0.5px;}
.bnr-list li{font-size:17px; line-height:22px; background-position:left 2px;}
.bnrStrip ul li{width:50%; margin:10px 0;}
.bnrStrip ul li > div span{font-size:15px;}

.section-one{padding:30px 0;}
.problemHeading span.txt1{font-size:30px;}
.problemHeading{line-height:28px; padding-bottom:30px;}
.problemHeading span.txt2{font-size:22px;}

.bnrStrip{padding:10px 0;}

.s1-list li {font-size: 17px;}
ul.s1-list li p{font-size:16px; font-weight:500; line-height:20px; margin-top:10px;}


.s1-box, .s1-box2{padding: 0;margin: 20px 0 0 0;}
.s1-img1, .s1-img2 {width: auto;position: static;max-width: 100%; margin:12px 0 0 0;}
.s1-txt1 {font-size: 20px;line-height: 20px;}
.s1-txt2 {font-size: 18px;line-height: 24px;}


.section-two{padding:60px 0 30px 0;}
.sectionHeading{padding-bottom:30px;}
.sectionHeading p{font-size:20px;}
.sectionHeading h2{font-size:24px; line-height:28px;}
.sec-para{font-size:18px; margin-top:20px;}
.s2-list li{width:100%; margin-top:15px;}
.s2-list li:nth-child(2){width:100%;}
.s2-list li:nth-child(2):before, .s2-list li:nth-child(2):after{display:none;}
.s2-list li:nth-child(2) img{margin-top:0;}
.s2-list li p{font-size:18px;}
.brain-img{width:120px;}
.s2-list2 li{width:50%;}

.section-three{padding:30px 0;}
ul.s3-list{display:inline-block; margin-top:10px;}
ul.s3-list li{width:100%; float:left;}
ul.s3-list li p{font-size:18px; margin-top:0; padding:0 20px;}


.sec4{background: url(../img/strip-bg.jpg) repeat left top; padding:30px 0;}
.s4-left {padding: 0; text-align:center;}
.s4-book{max-width: 100%;width: 374px;margin: 15px auto 0;display: inline-block;}

.section-four{padding:30px 0; background-size:40px;}
.stripHeading{font-size:26px; line-height:34px; letter-spacing:0.5px;}
.logo-desk{display:none!important;}
.logos-box {margin-top:20px; padding-top:20px; margin-bottom:0;}
.logos-box img.logo-desk-mob{display:inline-block; vertical-align:middle;}
ul.step-list li{width:100%;}
ul.step-list li:nth-child(2){margin:30px 0;}
ul.step-list li > div h4{border:none;}
ul.step-list li > div h4:after{content:'';width:180px;display:block;margin:5px auto 0 auto;height:2px;background:#99b398}
ul.step-list li > div p{font-size:18px; padding:0 15px;}

.section-five{padding:30px 0;}
.s5brain{position:static; display:inline-block; vertical-align:middle; max-width:100%; margin-left:10px; margin-top:30px;}
.s5-topbox-left, .s5-topbox-right{width:100%; margin-top:30px;}
.s5-top-heading{font-size:20px;}
.s5-top-para{font-size:18px; margin-top:5px;}
.s5-subHeading{font-size:22px; margin-top:20px;}
.s5-subHeading span:before, .s5-subHeading span:after, ul.s5-list li:after{ display:none;} 
ul.s5-list{margin-top:0px;}
ul.s5-list li{width:100%; margin-top:25px;}

.section-six{padding:30px 0;}
.s6-content{width:100%;}
.s6-img-mob{float:left; max-width:100%; margin-top:10px;}
.s6-row{margin-top:30px;}
.s6-content h3{font-size:20px;}
.s6-para{font-size:18px;}

.section-seven{padding:30px 0;}
.s7-box{margin-top:30px;}
.s7-blk{width:47%; margin:1.5%;}
.s7-blk p{font-size:20px; line-height:40px; font-weight:500;}
.s7-subheading{font-size:22px;}
.s7-para{font-size:18px;}
.s7-list.s2-list2{ margin-top:10px;}
.s7-list li{margin:10px 0;}
.s7-list li:nth-child(2):after{display:none;}

.section-eight{padding:30px 0;}
ul.ingredients-list{width:100%; margin-top:0;}
ul.ingredients-list li{padding:15px 0 15px 75px;min-height: 111px;}
ul.ingredients-list li h4{font-size:20px; margin-top:0;}
ul.ingredients-list li p{font-size:18px; line-height:24px; margin-top:0;}
ul.ingredients-list li img{width:60px; top:10px;}
.s8-prod{display:inline-block; float:none; width:200px; margin-top:20px;}
ul.s8-list{padding:0;}
ul.s8-list li{width:25%; margin-top:20px;}
ul.s8-list li:nth-child(3):after{display:none;}
.line-h:after, .line-h:before{display:none;}

.section-none{padding:30px 0;}
.reviewBox{margin-top:10px;}
.review-row{padding-left:70px; margin:10px 0;}
.rev-title{font-size:18px;}
.rev-para{font-size:17px;}
.rev-name{font-size:18px;}
.rev-pic{width:50px; height:50px; line-height:55px; font-weight:500;}

.footer{padding:0 0 15px 0;}
.footer p{font-size:15px; margin:15px 0 0 0;}

#call-btn {
	float: left;
	width: 100%;
	padding: 8px 0;
	background: #649462;
	position: fixed;
	bottom: 0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	}
	
.btnBlk{display:none;}
#call-btn .btnBlk{display:block; margin:0 auto;}
.pg-btn{line-height:71px;}

/*==========================
CSS FOR CHECKOUT PAGE
============================*/
.inr-step{max-width:100%;}
.chk-inr-sec{margin:20px 0 0;}
.chk-bnr p{font-size:20px; line-height:26px;}
.chk-inr-lft{width:100%; min-height:auto; padding-bottom:0;}
.odr-sum-inr{border:none; padding-left:170px;}
.chk-btl{width:auto;}
.proDetails{border-left:none;}
.proDetails h2{padding:10px; border-bottom:1px solid #fff; font-size:22px;}
.proDetails h2 span{float:right;}
.view-txt{margin-top:15px;}
.frm-inr{width:100%; padding:0 10px;}
.frm-hdg h3{font-size:20px; line-height:24px; letter-spacing:1px;}
.frm-hdg small{display:none;}
.frm-elem{width:100% !important;}
.h-w{width:48% !important;}
.frm-trms{padding-right:15px;}
.frm-trms h3{font-size:20px;}
.frm-trms p{font-size:15px; line-height:20px;}
.usps-txt-bg{background:none; padding:0px 0 20px;}
.chk-inr-rgt{position:relative; width:100%; float:left; border:none;}
.usps-txt{padding-left:80px; text-align:left; width:100%;}
.usps-txt .usps-img {left: 25px; top: 8px;}
.chk-btn{margin:10px 0;}

.chk-rgt-btm h3{padding-left:0; text-align:center;}
.chk-rgt-btm h3 img{position:static; display:block; margin:15px auto;}
.extr-div{display:none;}
ul.chk-list li{font-size:17px; line-height:22px;}


.select-sec{margin:15px 0 0;}
.sel-bx{width:100%; /*position:static !important;*/ position:relative !important; left:0; top:0; transform:none; box-shadow:none; border:1px solid #55942e; padding-left:50%; margin:5px 0; border-radius:5px;}
.mn-hd{background:none !important; padding:12px 0 0 !important; font-size:20px; line-height:24px;}
.sub-hd{background:none !important; color:#2e2e2e;}
.mob-lft{width:50%; /*float:left;*/ position:absolute; left:0; top:50%; transform:translateY(-50%);}
.mob-rgt{width:100%; float:right; background:#55942e; padding:0 10px; position:relative;}
.mob-rgt:before{content:''; background:url(../img/mob-arw.png) no-repeat; position:absolute; left:-17px; width:34px; height:34px; top:50%; transform:translateY(-50%);}
.prc-div{margin-top:0; padding:5px 0; background:none !important;}
.sel-tx1{font-size:16px; line-height:20px; color:#baef99; margin-bottom:5px;}
.sel-tx1 span:after{top:5px;}
.sel-tx2{background:none !important; font-size:16px; line-height:20px; margin-top:0; padding:0; width:100%;}
.sel-tx2:before, .sel-tx2:after{display:none !important;}
.sel-tx3{font-size:11px; line-height:18px; color:#e1ffcf; text-align:left; padding-left:20px; display:inline-block;}
.prd-prc{color:#fff !important;}
.prd-prc p{font-size:40px; line-height:40px;}
.prd-prc sup{font-size:18px; line-height:18px; margin-top:2px; border-bottom: 1px solid #fff;}
.prd-prc small{font-size:12px; line-height:12px; top:24px;}
.sel-bx1 .sel-tx3, .sel-bx2 .sel-tx3{display:none;}
.ship-txt{font-size:14px; line-height:16px; color:#baef99; padding:5px 0 10px !important;}
.sel-prd{margin-top:0;}
.sel-btn{padding:0;}
}


/* Custom css */
.error,#error-message,#error-message_cc_number
{
	color: #ef0606 !important;
}
.frm-elem .cc_save_area, .frm-elem .etransfer_area
{
	display: flex !important;
}
.frm-elem .payment_radio_select
{
	display: block !important;
	margin-top: 5px !important;
	cursor: pointer;
}
.frm-elem label 
{
	padding-left: 11px !important;
	cursor: pointer;
}
.kg-chk-btn
{
	margin: 15px 0 0;
    outline: none;
    border: none;
    max-width: 100%;
}
/* Custom css */