@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #1e1e1e;
	text-align: center;
	font-family: "Inter", sans-serif;
	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: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
img {
	border: none;
	max-width:100%;
	vertical-align:middle;
}
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;
}

/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	}
.nav-sec{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	
	margin-top:-70px;
	top:70px;
	position:relative;
	}
.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);		
	}
.navBox{
	float:left;
	width:100%;
	}	
ul.menu-list{
	float:left;
	margin:24px 0 0 25px;
	}
ul.menu-list li{
	float:left;
	font-size:18px;
	line-height:18px;
	padding:4px 15px;
	position:relative;
	font-weight:300;
	letter-spacing:0.5px;
	}
ul.menu-list li:after{
	content:'';
	width:1px;
	background:#ababab;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.menu-list li:last-child:after{display:none;}	
ul.menu-list li a{color:#484848;}
ul.menu-list li a.active{color:#3279b2;}
.logo-sec{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:10px;
	}
.logo{ 
	float: left;
    margin-top: 10px;
    z-index: 11;
    position: relative;
    max-width: 188px;
	}
ul.nav-rgt{
	width:auto;
	text-align:left;
	margin:26px 18px 0 0;
	}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	padding:0 20px;
	}
ul.nav-rgt li:first-child{ padding-left:0;}		
ul.nav-rgt li:last-child{ border:none; padding-right:0;}	
ul.nav-rgt li a{color:#484848;}
ul.nav-rgt li img{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;	
	}
a.nav-btn{
    float: right;
	background:#fff;
    color: #2a2a2a;
    font-size:16px;
    text-align: center;
    width: 135px;
    height: 42px;
    line-height:42px;
	border:1px solid #00a524;
	border-radius:5px;
	font-weight:600;
	transition:all ease .5s;
	margin-top:14px;
	letter-spacing:0.5px;
	}
a.nav-btn:hover{ 
	background:#00ce2d;
	color:#fff;
	}	

/*-----------------------
CSS FOR BANNAR
------------------------*/		
.bannar-sec{
    background:url(../images/bnr-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
	height:571px;
	}
.bnr-lft{
	    float: left;
    width: 60%;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 95px;
	}
.bnr-txt1{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
	}								
.bnr-head{
	    float: left;
    width: 100%;
    font-size: 54px;
    line-height: 66px;
    color: #2a2a2a;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    margin-top: 10px;	
	}	
.bnr-para{
	float: left;
    width: 76%;
    font-size: 17px;
    line-height: 27px;
    color: #141414;
    /* letter-spacing: 0.5px; */
    margin-top: 15px;
	}
.bnr-list{
	float: left;
    width: 87%;
    margin-top: 30px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}	
.bnr-list li{
	float: left;
    text-align: left;
    position: relative;
    border-right: 1px solid #d7d7d7;
    padding: 4px 24px 4px 60px;
	}
.bnr-list li:nth-child(2){	margin:0 3.3%;}	
.bnr-list li:last-child{ border:none;}	
.bnr-list li img{
	    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
	}
.bnr-list li p{
	font-size: 18px;
    line-height: 26px;
    color: #141414;
	}			
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:360px;
	max-width:100%;
	text-align:center;
	margin-top:40px;
	}
.bannar-sec .btnBlk{margin-top:35px;}
a.shop-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	text-align:center;
	height:65px;
	overflow: hidden;
	color: #ffffff;
	font-size: 26px;
	line-height: 65px;
	position: relative;
	font-weight:bold;
	border-radius: 2px;
	text-shadow:1px 1px #00a524;
	background: #00ce2d;
	}
a.shop-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
	}	
.mbg-txt{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
	}
.mbg-txt span{
    display: inline-block;
    vertical-align: middle;
    background: #edf2f5;
    color: #585858;
    font-size: 18px;
    padding: 0 6px;
    z-index: 2;
	letter-spacing:0.5px;
    position: relative;
	}	
.mbg-txt:before{
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    background: #d7d7d7;
    left: 0;
    right: 0;
	}
.bnr-prod{
	    position: absolute;
    top: 203px;
    right: 40px;
    width: 460px;
    max-width: 100%;
	}	
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
    background: #fbfcff;
    float: left;
    width: 100%;
	padding:60px 0 70px;
	}
.common-head1{
	float:left;
	width:100%;
	font-size:30px;
	line-height: 36px;
	color:#2a2a2a;
	font-family: "Libre Baskerville", serif;
	font-weight:500;
	}	
.common-head2{
float: left;
    width: 100%;
    font-size: 42px;
    line-height: 47px;
    color: #2a2a2a;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    margin-top: 5px;
	}	
.common-para{
	    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #1c1c1c;
    /* letter-spacing: 0.5px; */
    margin-top: 25px;
	}
.s1-list{
	float:left;
	width:100%;
	margin-top:45px;
	}
.s1-list li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:0 25px;
	}
.s1-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.s1-list li p{
	font-size:16px;
	line-height:22px;
	color:#1c1c1c;
	letter-spacing:0.5px;	
	margin-top:10px;
	}
.mbg-txt2 span{ background:#fff;}	
/************************************/
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0;
	}
.prodepag{    
	background: #fff;
    padding: 40px 0;}
.prodBox{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}	
.prodbox-row{
	float:left;
	width:31.5%;
	background:#fff;
	border:1px solid #dce2cd;
	padding:30px;
	margin-top:80px;
	position:relative;
	}
.bundles .prodbox-row{
	    width: 24.5%;
    margin-top: 40px;
    margin-bottom: 60px;
	}
.bundles .prod-headbox{
	padding: 0 45px 20px 0;
	}
.bundles .prod-headbox:before{ }
.prod-1{
	position: absolute;
	top: -90px;
	right: -10px;
	max-width: 230px;
	}
.bundles .prod-1{ top: 0; right: -20px; max-width: 70px;}
.prod-2{ top:-42px; right:-24px;}
.prod-3{ top:25px; right:-12px;}			
.prod-headbox{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0px 10px 0;	
	}
.prod-hd3{ padding-right:120px;}	
.prod-headbox:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:#0a74cb;
	height:1px;
	width:80px;
	}	
.prod-icns{
	display:inline-block;
	vertical-align:middle;
	}		
.prodbx-head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#2a2a2a;
	font-family: "Libre Baskerville", serif;
	font-weight:500;
	margin-top:15px;
	}
.bundles .prodbx-head{min-height: 50px;}
img.prod-bndl {
    max-width: 140px;
    margin-top: 20px;
}	
.prodbx-para{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #6f6f6f;
    letter-spacing: 0.5px;
    margin-top: 12px;
	}	
.prodbx-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:0px;
	}	
.prodbx-list li{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:20px;
	color:#6f6f6f;
	letter-spacing:0.5px;
	margin-top:12px;
	}	
.mg-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#4b4b4b;
	letter-spacing:0.5px;
	margin-top:25px;	
	}
a.order-btn{
	float:left;
	width: 100%;
	height:55px;
	color: #ffffff;
	font-size: 20px;
	line-height: 55px;
	position: relative;
	font-weight:bold;
	border-radius: 2px;
	text-shadow:1px 1px #00a524;
	background: #00ce2d;
	margin-top:20px;
	}	

.pkg-selct-col{
	float: left;
    width: 100%;
    height: auto;
    padding-top: 10px;

	}
p.sel-pck {
    float: left;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: left;
}
.product-col .pkg-selct-col{
	opacity:1;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:block;
	}
.product-col  .prod-txt{ text-align:left;  padding: 10px 20px;}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    background: #f8fffe;
    margin: 2.5px 0;
	}

.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #0e0e0e;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	} 				
	
/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0;
	}	
.s3-cont{
	float: right;
    width: 55%;
    text-align: left;
	}
.s3-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:30px;
	}
.s3-list li{
	float:left;
	width:100%;	
	padding-bottom:20px;
	position:relative;
	padding-left:30px;
	}
.s3-list li:last-child{ padding-bottom:0;}	
.s3-list li:before{
	content:'';
	position:absolute;
	left:5px;
	top:5px;
	bottom:-5px;
	border-left:2px solid #0a74cb;
	}
.s3-list li:last-child:before{display:none;}
.s3-list li:after{
	content:'';
	position:absolute;
	left:0;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#0a74cb;
	top:5px;
	}
.s3-list li span{
	float:left;
	width:100%;
	color:#2a2a2a;
	font-size:24px;
	line-height:24px;
	font-family: "Libre Baskerville", serif;
	font-weight:500;
	}
.s3-list li p{ margin-top:12px;}
.s3-imgbx{
	float: left;
	width: 40.6%;
	position: relative;
	}			
.s3-image{
	margin:0 auto 0;
	display:block;
	max-width:100%;
    position: relative;
    z-index: 2;	
	}

/*-----------------------
CSS FOR SECTION6
------------------------*/		
.section6{
	    background: url(../images/s6-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    /* height: 426px; */
    padding: 60px 0 70px;
	}
.hd-top{ margin-top:0;}		
.s6Box{
	    float: right;
    width: 100%;
    max-width: 86%;
    /* height: 315px; */
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 35px 30px;
	}
a.more-btn{
	float:left;
	font-size:22px;
	line-height:22px;
	color:#00ce2d;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:25px;
	}
a.more-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 25px;
	}	
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	}
.footerBox1{
	float:left;
	width:100%;
	background:#f4f4f4;
	padding:40px 0;
	}		
.ftrBox1{
	float: left;
    width: 100%;
    text-align: center;
    padding-right: 0;
	}
.ftr-logo{
	    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
	}	
.ftrbx1-t1{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #878787;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 15px;
	}
.ftrBox2{
	float:left;
	text-align:center;	
	width:33%;
	margin-top:20px;
	}
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:20px;
	color:#323232;
	letter-spacing:0.5px;
	font-weight:500;
	}
ul.frt-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.frt-list li{
	    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 8px;
	}	
ul.frt-list li a{ color:#787878;}
.cont-t1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin-top:18px;	
	}
.cont-t1 a{ color:#787878;}	
.ftrBox3{ width:100%;}
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
ul.ftr-nav li{
	display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 8px;
    margin: 0 10px;
}
ul.ftr-nav li:first-child{ padding-left:0;}		
ul.ftr-nav li a{color:#787878;}
ul.ftr-nav li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;	
	}							
.footerBox2{
	    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 30px 0;
    font-size: 18px;
    color: #5e5e5e;
    letter-spacing: 0.5px;
	}
.ftr-cpyrght{float: left;}		
.ftr-link{float:right;}	
.ftr-link a{ color:#5e5e5e; padding:0 5px;}	

.disclmr {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin: 20px 0 0;
}
/*******************************/
/*==================================
CSS FOR DETAILS_PAGE
=====================================*/

.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    padding:9px 0 8px;
	background:#e7ecf1;
	letter-spacing:0.5px;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:18px;
	color: #656565;	
	font-weight:500;
	}	
.prodBreadcrm p a{ color:#000; font-weight:300;}
.prod-5{
    top: 15px;
    right: -10px;
	}
.prod-6{
    top: 0px;
    right: -10px;
	}
/*==========PRODUCT DETAILS PAGE==========*/
.contact-sec {
    background: #fff;
    float: left;
    width: 100%;
    padding: 65px 0;
}
.prodDtls1-left{
	float:left;
	width:37%;
	text-align:center;
	}
.prd-slide{
	max-width:100%;
	margin:0 auto;
	}
.prd-slide2{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.prod-dtls1-slide{
	float:left;
	width:100%;
	position:relative;
	}	
.prod-lft-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.prod-lft-list li{
	float:left;
	width:33.33%;
	text-align:center;
	margin-top:30px;
	}	
.prod-lft-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.prod-lft-seal{
	width:100%;
	margin-top:100px;
	padding:0 20px 35px;
	}	
				
/*============RIGHT============*/
.prodDtls1-rght{
	    float: right;
    width: 58%;
    text-align: left;
	}
.prod-nameHdng{
    float: left;
    width: 100%;
    font-size: 38px;
    line-height: 42px;
    color: #2a2a2a;
	font-family: "Libre Baskerville", serif;
    font-weight: 500;
    letter-spacing: 0.5px;
	}
.prod-nameHdng span{ display:block; font-size:30px;}	
.prd-rat {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    color: #545454;
    margin-top: 15px;
	letter-spacing:0.5px;
	}
.prd-rat img{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;
	}
.prd-rat p{
    display: inline-block;
    vertical-align: middle;
	}
.prd-rat p img{
    margin: -3px 5px 0;
	}
.prd-rat p span{ color: #ff0000;}
.details-para{
	float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
    /* letter-spacing: 0.5px; */
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
	}
.proDetls1-rgt-pnts{
	float:left;
	width:100%;
	margin-top:27px;
	}	
.proDetls1-rgt-pnts li{
	float: left;
    text-align: left;
    position: relative;
    border-right: 1px solid #d7d7d7;
    padding: 0 20px 0 56px;
	}
.proDetls1-rgt-pnts li:nth-child(2){ margin:0 3%;}	
.proDetls1-rgt-pnts li:last-child{ border:none;}	
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:0;
	left:0;
	}
.proDetls1-rgt-pnts li p{
	font-size:16px;
	line-height:18px;
	color:#595959;
	}
.proDetls1-rgt-pnts li span{
	    font-size: 18px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: 600;
	}	
			
ul.proDetls1-rgt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
	}
ul.proDetls1-rgt-list li{
       background: url(../images/prd-tik.png) no-repeat left center;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    padding-left: 26px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 500;
	}
.select-txt{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 32px;
    line-height: 22px;
    color: #000;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 30px 0;
	}	
.slect-mg-opt{
	float:left;
	width:100%;
	margin-top:20px;
	padding:0 15px;
	}
.slect-mg-opt li{
	float:left;
	text-align:center;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	font-size:15px;
	line-height:19px;
	padding:10px 15px;
	margin:0 7px;
	}
.slect-mg-opt li a{ color:#000;}
.slect-mg-opt li.active{ background:#3279b2;}			
.slect-mg-opt li.active a{ color:#fff;}		
.mg-opt-oil li span{ font-size:12px;}
.slect-mg-opt li.active.actv-clr1{ background:#169a51;}	
.slect-mg-opt li.active.actv-clr2{ background:#fc4410;}	
.slect-mg-opt li.active.actv-clr3{ background:#9b100b;}	
	
.pack-sec{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
	margin-top:20px;
	padding:0 22px;
	}
.package{
	width:30%;
	float:left;
	border-radius:5px;
	border:1px solid #d8ebeb;
	overflow:hidden;
	cursor:pointer;
	}
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15%;
	}	
.package.active{
	border:1px solid #3279b2;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.2);	
	}		
.pkgInner{
	float:left;
	width:100%;
	background:#fff;
	}	
.pack-hdng{
    background:#b5c0c9;
    float: left;
    width: 100%;
	padding:5px;
	}
.package.active .pack-hdng{ background:#3279b2;}		
.pack-hdng p{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
	font-family: "Libre Baskerville", serif;
    font-weight: 500;
	letter-spacing:0.5px;	
    color: #fff;
	}				
.pkg-mdl{
    float: left;
    width: 100%;
	padding:12px;
	}
.prod-quanty{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#2a2a2a;
	font-family: "Libre Baskerville", serif;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.prod-dv{
    float: left;
    width: 100%;
    position: relative;
	margin-top:15px;
	}
.pkg-prod{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.pkg-msrp{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #505050;
    margin-top:15px;
	}
.pkg-msrp span{
	position:relative;
	padding:0 5px;
	}
.pkg-msrp span img{
	position:absolute;
	top:0px;
	left:2px;
	width:100%;
	}
.prcDv{
	float:left;
	width:100%;
    text-align: center;
	margin-top:4px;
	}
.rtl-prc{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	color:#242424;
	}
.float-prc1{
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
	}
.float-prc2 {
	font-size: 16px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
	}
.float-prc2 span{
    border-top: 1px solid #636363;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 15px;
	color:#636363;
	}
.save-text{
	float: left;
    width: 100%;
    font-size: 17px;
    color: #3279b2;
	font-weight:500;
    margin-top:0;
	letter-spacing:0.5px;
	}
	
.switch-opt{
	float:left;
	width:100%;
	margin-top:20px;
	padding-left:22px;
	}
.buyopt{
	float:left;
	width:48.5%;
	background:#fff;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	padding:13px 10px 13px 55px;
	border:1px solid #d5d5d5;
	border-radius:7px;
	}
.buyopt.fr{float:right;}
.buyopt.active{ background:#e9f4fc; border:1px solid #3279b2;}
.buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyopt input[type=radio] + span{
	position:absolute;
	left:15px;
	width:24px;
	height:24px;
	border-radius:2px;
	border:1px solid #d5d5d5;
	top:17px;
	background:#fff;
	}
.buyopt input[type=radio]:checked + span:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background: url(../images/prd-tik.png) no-repeat left center;
	background-size:100%;
	left:2px;
	top:2px;
	}
.buy-opt-t1{
	font-size:18px;
	line-height:20px;
	color:#151515;
	font-family: "Libre Baskerville", serif;
	font-weight:500;
	}	
.buy-opt-t2{
	font-size:16px;
	line-height:18px;
	color:#9a9a9a;
	margin-top:4px;
	}
.buyopt.active .buy-opt-t2{ color:#516d81;}	
.buy-opt-t3{
	font-size:16px;
	line-height:18px;
	color:#4a4a4a;
	font-weight:600;
	margin-top:6px;
	}	
.buyopt.active .buy-opt-t3{ color:#2a2a2a;}	
.purchase-price{
	float:left;
	width:100%;
	padding:0 5px;
	margin-top:30px;
	}
.purch-lft{
	float:left;
	width:50%;
	text-align:left;
	}
.retail-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 16px;
    color: #505050;
	}
.retail-prc span{
	position:relative;
	padding:0 2px;
	}
.retail-prc span img{
	position:absolute;
	top:5px;
	left:2px;
	}
.disct-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 24px;
    color: #2a2a2a;
	font-weight:600;
	margin-left:10px;	
	}
.purch-rgt{
	float:right;
	width:50%;
	text-align:right;
	}
.save-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 18px;
    color: #3279b2;
	}	
a.add-to-cart{
	margin:15px auto 0;
	display:block;
	}
.logos{
	margin:15px auto 0;
	display:block;
	max-width:100%;
	}
.secure-img{
	margin:15px auto 0;
	display:block;
	max-width:100%;
	}
	
.faq-container2{
	float:left;
	width: 100%;
	text-align: left;
	margin-top:40px;
	}
.up-slide-dwn2{
	float: left;
	width: 100%;
	}
.accordion2{
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/plus-icn.png) no-repeat 100% center #fff;
	padding:18px 40px 18px 0;
	font-size:20px;
	line-height:28px;
	color: #121212;
	cursor: pointer;
	font-weight:500;
	letter-spacing:0.5px;
	font-family: "Libre Baskerville", serif;
	border-bottom:1px solid #cfcfcf;
	}
.acdn-heading2.accordion-open{
	background: url(../images/minus-icn.png) no-repeat 100% center;
	}
.acdn-content2{
	float: left;
	width: 100%;
	padding:20px 0 10px;
	}
.acdn-para2{
    font-size:17px;
    color: #000;
    line-height: 25px;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.gumies-ing{
	max-width:100%;
	display:block;
	margin:0 auto 20px;
	}	
.revw-row{
	float: left;
    width: 100%;
    padding: 0 0 0 73px;
    text-align: left;
    position: relative;
	margin:6px 0;
	}
.rvw-nm {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 52px;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    color: #23262d;
    font-weight: 500;
    text-transform: uppercase;
}
.rev-star{
	float: left;
    max-width: 100%;
	margin:8px 0 0;
}
.revw-row p{
    float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}
.revw-tik {
    position: absolute;
    left: 37px;
    top: 35px;
}
.revw-p1, .revw-p2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #3279b2;
	letter-spacing:0.5px;
    font-weight: 600;
}
.revw-p2{
    color: #282828;
    font-weight: 600;
	margin-top:15px;
	font-size: 18px;
}
.revw-p2 span{
	color:#6b6b6b;
	font-weight:400;
	font-size:16px;
}
.revw-hr{
	float: left;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
	border:none;
    margin: 8px 0;
}
.prd-dtl-vari-cust{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.top-0{ margin-top:0;}
.sugest-img1{
	border-radius:50%;
	width:90px;
	margin:-10px 0 0 0;
	}
a.view-ing{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:18px;
	color:#4db6db;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:0.5px;
	margin-top:10px;
	}
a.lab-ing{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#4db6db;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:0.5px;
	margin-top:10px;
	}	
.file-img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.qr-img1{ float:right; width:140px; margin-left:10px;}
/*-============================================
CSS FOR SHOP PAGE
============================================-*/
.shop-sec-1{
	float: left;
    width: 100%;
    padding: 40px 0;
	overflow: hidden;
}
/******************************/
.prd-sec-1 {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.prd-s1-lft {
    float: left;
    width: 470px;
    margin: 60px 0 0;
}
.prd-lft-prc-box{
	float: left;
    width: 100%;
	margin:28px 0 0;
}
.prd-lft-row{
	float: left;
    width: 100%;
	padding:0 18px 0 0;
}
.prd-s1-lft-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 35px;
	text-align:left;
	position:relative;
	padding-left:65px;
	text-transform:uppercase;
}
.prd-s1-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prd-s1-lft-p2{
	float: right;
    color: #0a74cb;
    font-size: 22px;
    line-height: 35px;
	text-align:right;
	font-weight:500;
}
.prd-s1-hr{
	float: left;
    width: 100%;
	border:none;
	height:1px;
	background-color:#d2daea;
	margin:15px 0;
}

.prd-s1-rit {
    float: right;
    width: 670px;
    text-align: left;
}
.prd-s1-rit .s1-p2 {
    margin-bottom: 20px;
}
.prd-s1-p1 {
    float: left;
    width: 100%;
    color: #24334a;
    font-size: 43px;
    line-height: 58px;
    font-weight: 500;
	letter-spacing:-0.5px;
}
.prd-s1-p2{
    float: left;
    width: 100%;
    color: #34322d;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
	letter-spacing:-0.5px;
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prd-s1-p3{
	float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #4a4a4a;
    font-size: 28px;
    line-height: 30px;
    padding: 6px 0;
    margin: 12px 0;
    font-weight: 700;
}
.prd-s1-p3 img {
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
.prd-s1-ul{
	float: left;
    width: 100%;
	margin:18px 0;
}
.prd-s1-ul li{
	float: left;
    width: 100%;
	padding-left:30px;
	text-align:left;
	background: url(../images/prd-tik.png) no-repeat left 10px;
	margin:4px 0;
}
.prd-strength-row{
	float: left;
    width: 100%;
	padding:20px 0 0px;
	border-top:1px solid #ebebeb;
}
.prd-strength-p1{
	display:inline-block;
	vertical-align:middle;
    font-size: 24px;
    line-height: 28px;
    color: #24334a;
	font-weight:500;
	letter-spacing:-0.5px;
}
.prd-strength-pkg {
    display:inline-block;
	vertical-align:middle;
    text-align: left;
    position: relative;
    padding-left: 30px;
	margin-left:35px;
}
.prd-strength-pkg input[type=radio], .buyOpt-pkg input[type=radio] {
    position: absolute;
    opacity: 0;
}
.prd-strength-pkg input[type=radio] + span, .buyOpt-pkg input[type=radio] + span {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 7px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
	background: #fff;
	border:1px solid #0a74cb;
}
.prd-strength-pkg p, .buyOpt-pkg p{
    float: left;
    width: 100%;
    color: #24334a;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}
.prd-strength-pkg input[type=radio]:checked + span:after, .buyOpt-pkg input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
	background: #0a74cb;
    left: 4px;
    top: 4px;
}
.qty-div {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.qty-div-txt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #24334a;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.qty-div .wan-spinner2 {
    margin: 0;
    vertical-align: middle;
}
.buyOpt-row {
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid #0a74cb;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}

.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #0a74cb;
	left: 4px;
    top: 4px;
}

.prd-s1-btn-row{
	float: left;
    width: 100%;
	margin:30px 0 20px;
}
.prd-s1-btn-row .shop-btn{
	background:#24334a;
	color: #fff;
	font-size: 26px;
    line-height: 65px;
	width:400px;
	float:left;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.prd-cards{
	    float: right;
    max-width: 100%;
    margin-top: 29px;
}
.prd-faq-box{
	float: left;
    width: 100%;
	margin-top:30px;
}
/***********************************/

.inr-cont {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.prd-det-sec {
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: 2px solid #f9f9f9;
}
.prd-det {
	float: left;
	width: 100%;
}
.prd-det .comn-hdg {
	margin-bottom: 0;
}
.prd-det .comn-txt {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.prd-det .comn-hdg-lft {
	float: left;
	width: 100%;
	font-size: 30px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0 3px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.prd-det .btn-box p {
	color: #000;
}
.prd-det-lft {
	float: left;
	width: 38%;
}
.prd-det-rgt {
	float: right;
	width: 57.26%;
	text-align: left;
	padding-right: 70px;
}
.prd-det-rgt small {
	font-size: 16px;
	line-height: 22px;
	color: #a3a3a3;
}
ul.prd-det-list {
	float: left;
	width: 100%;
}
ul.prd-det-list li {
	font-size: 20px;
	line-height: 26px;
	background: url(../images/tick.png) left 10px no-repeat;
	padding-left: 25px;
	text-align: left;
	margin-bottom: 15px;
}
ul.prd-det-list li span {
	font-weight: 700;
	margin-right: 5px;
}
.five-star {
    float: left;
    width: 100%;
}
.prd-det-prc {
	font-size: 38px;
	line-height: 44px;
	color: #262626;
	font-weight: 700;
	margin-top: 20px;
}
.size-guide-box {
	float: right;
	font-weight: 400;
}
.size-guide-box i {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	color: #ff0303;
	margin-top: 1px;
	margin-right: 4px;
}
.size-guide-box a {
	color: #ff0303;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}
.catagory-select {
	float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select-size {
	float: left;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catagory-select h3 {
	font-size: 24px;
    line-height: 28px;
    color: #24334a;
    font-weight: 500;
    letter-spacing: -0.5px;
	margin-bottom: 15px;
	display: inline-block;
    vertical-align: middle;
}
.catagory-select  .inner {
    display: inline-block;
    vertical-align: middle;
}
.select-size a {
	padding: 10px 20px;
	border: 1px solid #eaeaea;
	color: #333;
	line-height: normal;
	min-width: 28px;
	text-align: center;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.select-size a.active {
	background-color: #333333;
	color: #fff;
}
.selector-level {
	color: #000;
	margin-top: 0;
	display: block;
	width: 100%;
	font-size: 20px;
}
.prd_quantity {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.prd_quantity p {
	padding-top: 8px;
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
}
.input-counter {
	width: 170px;
	float: left;
	padding: 2px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 20px 0;
}
.input-group-prepend, .input-group-append {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	color: #2d2d2d;
	font-family: 'Overpass', sans-serif;
	padding: 10px 0 15px;
}
.input-group-append {
	border-right: 1px solid #e1e1e1;
}
.input-group-prepend {
	border-left: 1px solid #e1e1e1;
}
.input-counter input[type="text"] {
	border: none;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #2d2d2d;
	outline: none;
	font-family: 'Overpass', sans-serif;
}
.input-counter button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.prd-det-btn {
	float: left;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align: left;
}
.prd-det-s1 {
	background: #f9f9f9;
	float: left;
	width: 100%;
	position: relative;
}
.prd-det-s1-lft {
	float: left;
	width: 50%;
	text-align: left;
	padding: 60px 50px 80px 0;
}
.prd-det-s1-rgt {
	width: 50%;
	background: url(../images/oil-btl-bg.jpg) left top no-repeat;
	float: right;
	padding: 30px 0 0 0;
}
.capsule-det-s1-rgt {
	background: url(../images/capsule-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.gummies-det-s1-rgt {
	background: url(../images/gummies-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.rub-det-s1-rgt {
	background: url(../images/rub-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.oral-spray-det-s1-rgt {
	background: url(../images/oral-spray-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.aplpe-cream-det-s1-rgt {
	background: url(../images/aplpe-cream-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.rollon-det-s1-rgt {
	background: url(../images/roll-btl-bg.jpg) left top no-repeat;
	background-size: cover;
}
.serum-det-s1-rgt {
	background: url(../images/serum-btl-bg.jpg) left top no-repeat;
	background-size: cover;
}
.prd-det-s1 .page-btn {
}
.prd-det-s1-lst {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #2d2d2d;
	position: relative;
	margin-bottom: 30px;
}
.prd-det-s1-lst span {
	margin: 0 10px;
}
.det-prd-img {
	float: left;
	margin: 0 20px 20px 0;
}
.benfits {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #f9f9f9;
}
.ben-inr {
	position: relative;
	margin: 20px 0;
	float: left;
	width: 100%;
}
.ben-prd {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
ul.ben-list {
	width: 31.62%;
}
ul.ben-list li {
	border: 1px solid #ebeef7;
	padding: 25px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	margin-top: 25px;
}
ul.ben-list li img {
	margin-bottom: 8px;
}
ul.ben-list li h3 {
	font-size: 20px;
	line-height: 24px;
	color: #1e1e1e;
	font-weight: 700;
	margin-bottom: 10px;
}
ul.ben-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 49px;
	height: 7px;
	background: url(../images/fade-dot-img.png) right center no-repeat;
}
ul.ben-list.fl li:after {
	right: -49px;
}
ul.ben-list.fr li:after {
	left: -49px;
}
ul.ben-list li:first-child:before {
	content: '';
	position: absolute;
	background: url(../images/dot-img.png) bottom center no-repeat;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	height: 25px;
	width: 5px;
}
.ben-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 480px;
}
.prd-det-s5 {
	background: #f9f9f9;
}
.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}
.cart-lft {
	width: 60%;
	float: left;
}
.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.cart-col1 {
	width: 10%;
	padding-top: 45px;
}
.cart-remv {
	cursor: pointer;
}
.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}
.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}
.cart-col3 {
	width: 15%;
}
.cart-col4 {
	width: 25%;
	padding-top: 40px;
}
.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.cart-col5 {
	width: 15%;
}
.cart-col3, .cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #005a39;
	padding-top: 45px;
}
.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-rgt {
	width: 34%;
	float: right;
}
.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}
table.prc-list {
	float: left;
	width: 100%;
}
table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}
table.prc-list tr td:first-child {
	text-align: left;
}
table.prc-list tr td:last-child {
	text-align: right;
}
table.prc-list tr:last-child td {
	border-bottom: none;
}
table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}
table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}
.cart-det-btn {
	width: 310px;
}
.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}
.inp-coup input[type='text']:placeholder {
 font-size:16px;
 line-height:20px;
 font-family: 'Overpass', sans-serif;
}
.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}
.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}
.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}
.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.chk-inr-lft {
	width: 57%;
	float: left;
}
.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.frm-hdg {
	float: left;
	width: 100%;
	background: #005a39;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}
.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Overpass', sans-serif;
	text-transform: uppercase;
}
.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}
.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 300;
}
.frm-field input[type="text"], .frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-family: 'Overpass', sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}
.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}
.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}
.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}
.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}
.frm-checkbox + span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}
.frm-checkbox:checked + span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}
.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.half {
	width: 48% !important;
}
.full {
	width: 100% !important;
}
a.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}
.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}
.chk-btn, .mny-back-100, .secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.chk-btn {
	margin: 40px auto 10px;
}
.secur-logo {
	margin: 25px auto;
}
.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}
.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}
.chk-prc-bx-hdg {
	color: #005a39;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}
table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}
table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}
table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.chk-prd-det tr:last-child td {
	border-bottom: none;
}
table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}
.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}
ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}
ul.chk-list li:nth-child(3), ul.chk-list li:last-child {
	border-right: none;
}
ul.chk-list li img {
	display: block;
	margin: 10px auto;
}
.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}
.chk-mny-bck h3 {
	color: #005a39;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 10px 0 0;
}
.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}
.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}
.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.chk-tsti {
	width: 100%;
	margin: 0 auto;
}
.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}
.chk-tsti-bx img {
	margin-bottom: 10px;
}
.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}
.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #005a39;
	font-weight: 500;
	margin-bottom: 10px;
}
.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}
.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #005a39;
	font-weight: 500;
}
.resour-pg {
	margin: 30px 0 45px;
}
.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.resour-inr .comn-hdg {
	font-family: 'Overpass', sans-serif;
	color: #2b2b2b;
}
.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}
.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}
.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}
.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #6baf24;
}
.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #005a39;
	border-bottom: 2px solid #005a39;
	text-align: left;
	margin: 60px 0 20px;
}
.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #005a39;
	margin: 15px 0;
}
.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}
.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}
.faq-sec {
	width: 100%;
	float: left;
}

.contact-inr {
	padding: 30px 0 50px;
}
ul.contact-list {
	display: block;
	margin: 0 auto;
	width: 100%;
}
ul.contact-list li {
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
	/* padding-left: 75px; */
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
	display: inline-block;
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
a.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/****************************************/
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateY (300px);
	-o-transform: translateY (300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.shifter_page{transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	
.drawer__header {
	float:left;
	height: 70px;
	width: 100%;
	padding-top:30px;
	border-bottom: 1px solid #e5e5e5;
	}
.drawer .cart-box1 {
    display: none;
}
.drawer .sub-total li:nth-child(2), .drawer .sub-total li:nth-child(3) { display:none;}
.drawer .continue-shpbtn{ margin-top:0;}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:0 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	margin-right: 10px;
	}
.cart-box2{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	     float: left;
    width: 70px;
    height: 80px;
    border: 1px solid #c0d3d9;
    text-align: center;
    background: #e8f1f4;
    position: relative;
    margin: 8px 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	    font-family: 'Graphik';
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #393733;
    font-weight: normal;
}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-prod-name img{
	display:block;
	margin:0 0 0 0;
}
.drwer-txt1{
	font-family: 'Graphik';
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #393733;
	position:relative;
	}
.drwer-txt1 span{    
font-weight: 700;
    color: #0e8c3d;
    padding-right: 25px;
    float: right;}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#393733;
	margin-top:3px;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	width: 18px;
    /* margin-top: -52px; */
    position: absolute;
    top: 0;
    right: 0;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}

.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
	
	
/*-============================================
CSS FOR CONTACT PAGE
============================================-*/
.cont-sec-1{
	float:left;
	width:100%;
	padding:60px 0;
}
.cont-box{
	float:left;
	width:100%;
	-webkit-box-shadow: 1px 1px 15px 3px #e6e6e6;
	box-shadow: 1px 1px 15px 3px #e6e6e6;
	border:1px solid #e6e6e6;
	background:#ecf3fe;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-lft, .cont-right{
	float: left;
    width: 43%;
    padding: 35px;
    text-align: left;
}
.cont-right{
	width: 57%;
	background:#fff;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #24334a;
	margin-bottom:12px;
	text-align:left;
}
.cont-ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 40px;
}
.cont-ul li{
	float: left;
    width: 100%;
	padding:0 0 0 62px;
	position:relative;
}
.cont-ul li .s4-p2{
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #0a74cb;
}
.cont-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.cont-frm-box{
	float: left;
    width: 100%;
}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    margin: 15px 0;
    position: relative;
}
.cont-hlf{
	width: 46%;
}
.cont-frm-ic-1 {
    position: absolute;
    left: 8px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
	border:none;
    border-bottom: 1px solid #24334a;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0px 0 49px;
    font-family: inherit;
	-webkit-appearance:none;
}
.cont-btn {
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 30px 0 0;
    padding: 0;
    background: #0a74cb;
	color: #fff;
    font-size: 24px;
	line-height:56px;
	padding:0 27px;
	float:left;
	border-radius:30px;
	 font-family: 'SF Display';
	 cursor:pointer;
}

/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:65px 0;
	}
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	}
.mar-t0{ margin-top:0;}
.cntc-inr{
	float:left;
	width:100%;
	padding:0 35px 30px 0;
	position:relative;
	}
.cntc-inr:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:70px;
	border:1px solid #f3f6ec;
	width:100%;
	height:450px;
	}
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-right:90px;
	padding-left:60px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
	padding:20px 0 20px 55px;
	border-bottom: 1px solid #eaf1f7;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:25px;
	filter: hue-rotate(177deg);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#1c1c1c;
    line-height:26px;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#2a2a2a;
	font-weight:500;
	font-family: "Libre Baskerville", serif;
	padding-bottom:4px;
	}
ul.cnt-list li:last-child{ padding-bottom:0;}					
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}

.cntct-rght{
	float:right;
	width:49%;
	background:#fffcf7;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}