@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'SF Display';
	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; text-decoration:none;}
img {border:none; max-width:100%;}
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;
	}
.fl{ float:left;}
.fr{ float:right;}	
	
.topStrip{
	background: #3279b2;
	float:left;
	width:100%;
	padding:6px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.5px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
	}		
/*-----------------------
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;
    padding: 10px 0;
	}
.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);		
	}
.fixed-nav .nav-sec .logo{}	
.navBox{
	float:left;
	width:100%;
	}	
ul.menu-list{
	float: left;
    margin: 17px 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;
    z-index: 11;
    position: relative;
    max-width: 200px;
	}
ul.nav-rgt{
	width:auto;
	text-align:left;
	margin:20px 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: #141b4d;
    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:7px;
	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 bottom;
    float: left;
    width: 100%;
	height:571px;
	}
.bnr-lft{
	    float: left;
    width: 60%;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 73px;
	}
.bnr-txt1{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#3279b2;
	font-family: 'Reckless';
	font-weight:300;
	}								
.bnr-head{
	float:left;
	width:100%;
	font-size:55px;
	line-height:62px;
	color:#141b4d;
	font-family: 'Reckless';
	font-weight:500;
	margin-top:10px;	
	}	
.bnr-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#141414;
	letter-spacing:0.5px;
	margin-top:22px;
	}
.bnr-list{
	    float: left;
    width: 650px;
    margin-top: 40px;
	}	
.bnr-list li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #d7d7d7;
	padding:4px 24px 4px 65px;
	}
.bnr-list li:nth-child(2){	margin:0 3.3%;}	
.bnr-list li:last-child{ border:none;}	
.bnr-list li img{
	position:absolute;
	top:-6px;
	left:0;
	}
.bnr-list li p{
	font-size:20px;
	line-height:24px;
	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;}
.bannar-sec .btnBlk .mbg-txt span{ background:#f8f8f8;}
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: #ffffff;
    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:115px;
	right:0;
	width:500px;
	max-width:100%;
	}			
	
/*-----------------------
CSS FOR BNR BTM STRIP
------------------------*/	
.bnr-btm-strip{
	float:left;
	width:100%;
	padding:25px 0;
	background:#fbfbfb;
	}	
.feature-logo{
	float:left;
	text-align:left;
	}
.feature-logo p{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#141414;
	}
.feature-logo img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	margin-left:16px;
	}
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
    background: #fff;
    float: left;
    width: 100%;
	padding:60px 0 70px;
	}
.common-head1{
	float:left;
	width:100%;
	font-size:30px;
	line-height: 36px;
	color:#141b4d;
	font-family: 'Reckless';
	font-weight:500;
	}	
.common-head2{
	float:left;
	width:100%;
	font-size:45px;
	line-height:47px;	
	color:#141b4d;
	font-family: 'Reckless';
	font-weight:500;
	margin-top:5px;
	}	
.common-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	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: 18px;
    line-height: 22px;
    color: #1c1c1c;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-weight: 700;
	}
.mbg-txt2 span{ background:#fff;}					
			
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	background: #fbfbfb;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}
.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;
	}
.brd {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 40px;
}
.prod-1{
	position: absolute;
	top: -60px;
	right: -70px;
	max-width: 230px;
	}	
.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 128px 30px 0;
	}
.prod-headbox:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:#3279b2;
	height:1px;
	width:80px;
	}	
.prod-icns{
	display:inline-block;
	vertical-align:middle;
	}		
.prodbx-head{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #141b4d;
    font-family: 'Reckless';
    font-weight: 500;
    min-height: 70px;
    margin-top: 15px;
	}	
.prodbx-para{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#6f6f6f;
	letter-spacing:0.5px;
	margin-top:12px;
	}	
.prodbx-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}	
.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;
	}					
	
/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}	
.s3-cont{
	float:left;
	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 #c6d4ef;
	}
.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:#3279b2;
	top:5px;
	}
.s3-list li span{
	float:left;
	width:100%;
	color:#141b4d;
	font-size:24px;
	line-height:24px;
	font-family: 'Reckless';
	font-weight:500;
	}
.s3-list li p{ margin-top:12px;}
.s3-imgbx{
	float:right;
	width:40.6%;
	position:relative;
	}			
.s3-image{
	margin: 0 auto 0;
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 16px #e7e7e7;
}

.s3-imgbx:before{
	content:'';
	position:absolute;
	border:1px solid #dcd9d9;
	top:20px;
	left:-20px;
	right:15px;
	bottom:-20px;
	}		
	
/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section4{
	background: #f6fbff;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}
.s4-image{
	position:absolute;
	top:-13px;
	left:0;
	max-width:100%;
	}			
.s4-cont{
	float:right;
	width:48%;
	text-align:left;
	}	
.s4-list{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.s4-list li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #d7d7d7;
    padding: 0 15px 0 55px;
	}
.s4-list li:nth-child(2){	margin:0 3%;}	
.s4-list li:last-child{ border:none;}	
.s4-list li img{
	position:absolute;
	top:0;
	left:0;
	}
.s4-list li p{
	font-size:20px;
	line-height:26px;
	color:#141b4d;
	font-family: 'Reckless';
	font-weight:600;
	}			
		
/*-----------------------
CSS FOR SECTION5
------------------------*/		
.section5{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}	
.s5-slider{
	float:left;
	width:100%;
	margin-top: 40px;
	padding:0 40px;	
	}	
.s5-slide{
	    float: left;
    text-align: left;
    border: 1px solid #dce2cd;
    padding: 20px 20px 24px;
    margin: 0 20px;
    min-height: 420px;
	}	
.slide-user{
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 8px 0 8px 0;
	}
.slide-user .slide-imgs{
	position:absolute;
	top:0;
	left:0;
	}	
.slide-user span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#141b4d;
	font-weight:500;
	}
.sld-star{
	display:inline-block;
	vertical-align:middle;
	margin-top:4px;
	}				
.slideCont{
    float: left;
    width: 100%;
    background: #fff;
	}
.sld-para{ margin-top:15px;}		
.s5-testi-nm{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#1b1b1b;
	font-weight:500;
	margin-top:22px;
	}
.s5-testi-nm span{
    display: inline-block;
    vertical-align:middle;
    font-size: 14px;
	line-height:14px;
	color:#969696;
    font-weight: 300;
	padding-left:10px;
	}	
.s5-testi-nm span img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 3px 0 0;
	}		

/*-----------------------
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: left;
    width: 100%;
    max-width: 550px;
    height: 315px;
    background: #fff;
    text-align: left;
    padding: 35px 30px;
    box-shadow: 0 0 16px #e7e7e7;
	}
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 SECTION7
------------------------*/
.section7{
    background:#f6fbff;
    float:left;
    width:100%;
    padding:60px 0 70px;
	}
.sec7Box{
	display:inline-block;
	vertical-align:middle;
	width:80%;
	text-align:center;
	background:#fff;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	border-radius:12px;
	padding:0 55px 40px;
	margin-top:40px;
	}	
.s7-logo{
	display:inline-block;
	vertical-align:top;
	margin-top:-60px;
	}	
.section7 .common-para{
	}
		
/*-----------------------
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:36%;
	text-align:left;
	padding-right:70px;
	}
.ftr-logo{
	display: inline-block;
    vertical-align: middle;
    max-width: 250px;
	}	
.ftrbx1-t1{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#878787;
	font-weight:300;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.ftrBox2{
	float:left;
	text-align:left;	
	width:18%;
	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:100%;
	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:28%;}
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:left;
	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;
	}
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:16px;
	color:#5e5e5e;
	letter-spacing:0.5px;
	}
.ftr-cpyrght{float: left;}		
.ftr-link{float:right;}	
.ftr-link a{ color:#5e5e5e; padding:0 5px;}		

/*-----------------------
     FOOTER POPUP
------------------------*/
.affil-popup .pop-content{ padding:30px 40px 35px;}
.affil-popup .affil-logo{ margin:0 auto 10px; display:block;}	
.affil-popup .common-para{ margin-top:15px;}
.affil-popup .btnBlk{ margin-top:20px;}	
.affil-popup .popclose{ right:14px;}			
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}


/*------------------------------
PRODUCTS DETAILS ORDER SECTION
--------------------------------*/
					
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.shifter_page{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:50px;
	width: 100%;
	background:#3279b2;
	padding:15px;
	}
.table-cell{
	float:left;
	width: 50%;
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	letter-spacing:0.5px;
	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:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 20px 20px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	width:44px;
	}
.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{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	font-weight:600;
	}
.drwer-prod-name span{}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#3e3e3e;
	font-weight:500;
	letter-spacing:0.5px;
	}
.drwer-txt1 span{}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#393733;
	font-weight:500;
	}
.drwer-prod-name a{
	float:right;
	font-size:14px;
	color:#959595;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	}	
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.sub, .add {
    float: left;
    width: 35px;
    border: 1px solid #ced4da;
    height: 36px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	}
.cart-qty-div input{
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width: 50px;
    text-align: center;
    height: 36px;
    font-size: 18px;
	font-weight:normal;
    color: #2d2d2d;
	font-family: 'SF Display';
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}
.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;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#00ce2d;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:20px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:2px solid #3279b2;
    color: #000;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:8px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
.cart-smry{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.crt-smry-hdng{
	float:left;
	width:100%;
	font-size:19px;
	line-height:23px;
	color:#363636;
	font-weight:600;
	padding:0 0 8px 0;
	text-align:left;
	letter-spacing:0.5px;
	border-bottom:1px solid #eaeaea;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}

/*==================================
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;
	padding-left:160px;	
	}	
.prodBreadcrm p a{ color:#000; font-weight:300;}
.prod-5{
    top: 15px;
    right: -10px;
	}
.prod-6{
    top: 0px;
    right: -10px;
	}	

/*------------------------------
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;
	}
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:#141b4d;
	font-weight:500;
	font-family: 'Reckless';
	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:#f6fbff;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}
.msgbx-txt{
    float:left;
    width:100%;
    font-size:32px;
	text-align:center;
    line-height:32px;
    color:#141b4d;
	font-family: 'Reckless';
	font-weight:500;
    padding-bottom:40px;
	position:relative;	
	}
.msgbx-txt:after{
	position:absolute;
	content:"";
	width:80px;
	height:3px;
	background:#95b9d3;
	left:50%;
	margin-left:-40px;
	top:50px;
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #eff2e7;
	padding:5px;
	margin-top:10px;
	background:#fff;
	text-align:left;
	position:relative;
	z-index:2;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:19px;
	color:#000;
	outline:none;
	border:none;
	font-family: 'Reckless';
	font-weight:300;	
	padding-left:20px;
	-webkit-appearance:none;
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:100px;
	resize:none;
	}
.submit{
	display: inline-block;
    vertical-align: middle;
	border:none;
	outline:none;
    background: #00ce2d;
    border-radius:3px;
    text-align: center;
    width: 100%;
    height: 65px;
    font-size:26px;
    line-height: 65px;
    color: #ffffff;
	font-family: 'SF Display';
    font-weight: bold;
    margin-top:20px;
	-webkit-appearance:none;
	}	
		
/*------------------------------
	LAB-RESULTS SECTION
--------------------------------*/
.labresults-sec{
	float:left;
	width:100%;
	background:url(../images/lab-banner.jpg) no-repeat center top;
	padding:40px 0 35px;
	}
.lab-sec-left{
	float:left;
	width:61%;
	text-align:left;
	padding:60px 0;
	}
.lab-sec-left .common-para{ padding-right:80px;}
.lab-imgbx{
	float:right;
	width:35%;
	position:relative;
	}
.lab-bnr-image{
	margin:0 auto 0;
	display:block;
	max-width:100%;
    position: relative;
    z-index: 2;	
	}
.lab-imgbx:before{
	content:'';
	position:absolute;
	border:1px solid #dcd9d9;
	top:20px;
	left:-20px;
	right:15px;
	bottom:-20px;
	}
.lab-bnr-seal{
	position:absolute;
	top: 133px;
	right: 335px;
	z-index: 2;
	}	

/*===lab-sec-1===*/
.lab-section1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.lab-s1-mid{
	float:left;
	width:100%;
	margin-top:55px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.lab-s1-col{
	float:left;
	width:23.5%;
	border:1px solid #dce2cd;
	padding:20px;
	position:relative;
	}
.lab-s1-col:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:111px;
	height:135px;
	background:url(../images/lab-s1-col-icn.png) no-repeat left top;
	}
.lab-col-top-hdng{
	float:left;
	width:100%;
	text-align:left;
	font-size:27px;
	line-height:32px;
	color:#141b4d;
	position:relative;
	font-weight:500;
	font-family: 'Reckless';
	border-bottom:2px solid #3279b2;
	padding-bottom:15px;
	}
.lab-col-top-prod{
	position:absolute;
	right:-12px;
	top:-55px;
	}
.lab-col-qr-details{
	float:left;
	width:100%;
	padding-top:20px;
	}
.lab-qr-text1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#14193c;
	font-weight:500;
	font-family: 'Reckless';
	}
.qr-code-lab{
	float:left;
	width:100%;
	border:1px solid #dce2cd;
	margin-top:15px;
	padding:10px;
	}
.qr-code-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.lab-qr-dnlode{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:20px;
	color:#055ee2;
	font-weight:500;
	text-decoration:underline;
	font-family: 'Reckless';
	}
.labdnld-icn-lft{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 8px 0 0;
	}
.labdnld-icn-rgt{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 8px;
	}
.lab-s1-btm{
	float:left;
	width:100%;
	margin-top:60px;
	}

/*------------------------------
		FAQ SECTION
--------------------------------*/
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:775px;
	width: 100%;
	text-align: left;
	margin:40px 0 20px;
	}
.up-slide-dwn {
	float: left;
	width: 100%;
	border-bottom:1px solid #dedede;
	}
.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/dwn-arw.png) no-repeat 100% center #fff;
	padding:18px 40px 18px 0;
	font-size:22px;
	line-height:28px;
	color: #141b4d;
	cursor: pointer;
	font-weight:500;
	letter-spacing:0.3px;
	font-family: 'Reckless';
	text-transform:capitalize;
	}
.acdn-heading.accordion-open {
	background: url(../images/arw-up.png) no-repeat 100% center;
	}
.acdn-content {
	float: left;
	width: 100%;
	padding:10px 20px 10px 0;
	border-top:1px solid #d3d3d3;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size:18px;
    color: #1c1c1c;
    line-height: 26px;
	margin-bottom:15px;
	letter-spacing:0.3px;
	}
	
/*==========PRODUCT DETAILS PAGE==========*/
.prodDtls1-left{
	float: left;
    width: 37%;
    text-align: center;
    box-shadow: 0 0 5px #d2d2d2;
    padding: 50px 0;
	}
.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: 59%;
    text-align: left;
	}
.prod-nameHdng{
    float: left;
    width: 100%;
    font-size: 38px;
    line-height: 42px;
    color: #141b4d;
	font-family: 'Reckless';
    font-weight: 500;
    letter-spacing: 0.5px;
	}	
.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:25px;
	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;
    display: flex;
    flex-wrap: nowrap;
	}	
.proDetls1-rgt-pnts li{
	float: left;
	text-align: left;
	position: relative;
	border-right: 1px solid #d7d7d7;
	padding: 7px 10px 0 64px;
	font-size: 20px;
	line-height: 24px;
	color: #3279b2;
	font-weight: 600;
	}
.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;
    filter: grayscale(1);
	}
.proDetls1-rgt-pnts li p{
	font-size:16px;
	line-height:18px;
	color:#595959;
	}
.proDetls1-rgt-pnts li span{
	font-size:20px;
	line-height:24px;
	color:#3279b2;
	font-weight:600;
	}

.size-guide-box {
	font-weight: 400;
	margin: 30px 30px 20px;
	display: inline-block;
}
.size-guide-box i {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    color: #f00;
    margin-top: 1px;
    margin-right: 4px;
}
.size-guide-box a {
    color: #ff0000;
    font-size: 20px;
    font-weight: 400;
}

.prod-prc-row{
	float:left;
	width:100%;
	margin:15px 0;
	}
.prd-prc-txt{
	float: left;
    font-size:28px;
    line-height:35px;
	font-weight:600;
	color:#000;
	position:relative;
	margin-right:15px;
	margin-top:10px;
	}
.prc-dscnt{
	    float: right;
    width: 32%;
    vertical-align: middle;
    margin-bottom: 30px;
	}
.book-prc{ width:auto; margin:5px 0 0 0;}
.prd-prc-txt img{
	position:absolute;
	left:0;
	top:3px;
	width:100%;
	}
.qty-div {
    float: left;
    padding: 0 25px 0 0;
    text-align: center;
	}
.sub2, .add2 {
    float: left;
    width:40px;
    border: 1px solid #ced4da;
    height: 46px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	}
.qty-div input {
    float: left;
	border:none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    background: none;
    width:70px;
    text-align: center;
    height:46px;
    padding: 1px 0px 0;
    font-size: 21px;
    color: #2d2d2d;
	font-weight:300;
	font-family: inherit;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	}

.catagory-select {
    float: left;
    width: 100%;
}
.select-size {
    margin: 0px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.catagory-select h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}
.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;
}	
			
ul.proDetls1-rgt-list{
	float: left;
    width: 100%;
    margin-top: 25px;
	}
ul.proDetls1-rgt-list li{
    background: url(../images/prd-tik.png) no-repeat left center;	
	float: left;
    width: 100%;
	text-align: left;
    font-size:18px;
    line-height: 24px;
    color: #000;
    padding-left: 26px;
    margin-top:8px;
	letter-spacing:0.5px;
	}
.select-txt{
	display: inline-block;
    width: auto;
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 15px;
	}	
.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: 'Reckless';
    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:#141b4d;
	font-family: 'Reckless';
	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: 'Reckless';
	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:#141b4d;}	
.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: #141b4d;
	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{
	line-height:70px; 
	margin:10px 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:10px;
	}
.up-slide-dwn2{
	float: left;
	width: 100%;
	}
.accordion2, .accordion3{
	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: 'Reckless';
	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 0px 10px 30px;
	}
.acdn-content2 li{
	font-size:18px;
	line-height:26px;
	margin-bottom:10px;
	list-style:disc;
	}
.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 SIZE POPUP*/
.ing-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:9;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.popup-container{
	float: left;
    width: 100%;
	padding:25px;
    max-height: 100%;
	}
.pop-content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:990px;
	background:#fff;	
	padding:10px;
	position:relative;
	border-radius:10px;
	}
.pop-image{
	float:left;
	width:100%;
	max-height:60vh;
	overflow-y: auto;
	}
.popclose{ position:absolute; top:16px; right:37px; font-size:15px;cursor:pointer; border: 1px solid #000;width: 25px;height: 25px;line-height: 25px;border-radius: 50%;}
.ingredient{float:left; width:100%;}

.terms-cont{
	float:left;
	width:100%;
	text-align:left;
	}
.terms-cont .common-para{
	font-size:17px;
	line-height:25px;
	margin-top:17px;
	}	
.terms-cont .common-para a{ color:#3279b2;}	
.terms-hd{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#000;
	}	
.terms-subhd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:30px;	
	}	
.terms-cont ul{
	float:left;
	width:100%;
	margin-top:17px;
	padding-left:40px;
	}
.terms-cont ul li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	list-style:disc;
	margin-bottom:10px;	
	}	
.terms-cont ul li:last-child{ margin-bottom:0;}	


/****************************************/
.thank-you {
    min-height: 38vh;
    text-align: center;
    padding: 50px 0;
	float:left;
	width:100%;
}
.thnx-txt1 {
   display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #2fa999;
    margin-bottom: 10px;
}
.thnx-txt2 {
       display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
