@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: 'Graphik';
	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;}
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;
	}
	
.top-caption{
	float:left;
	width:100%;
	background:#cde7e9;
	height:30px;
	padding:7px 0;
	}
ul.topbar-cont{
	float:left;
	width:100%;
	text-align:left;
	}
ul.topbar-cont li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#0b0b0b;
	letter-spacing:0.5px;
	margin-right:25px;
	}
ul.topbar-cont li:first-child{ padding-left:0;}		
ul.topbar-cont li a{color:#0b0b0b;}
ul.topbar-cont li img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;	
	}	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 70px;
	}
.nav-sec{
	background:#fff;
	float:left;
	width:100%;
	height:70px;
	padding:20px 0;
	
	margin-top:-70px;
	top:69px;
	position:relative;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float:left;
	}		
.nav-rgt{
	float:right;
	margin-top:0;
	}		
.cartbox{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:15px;
	padding-right:12px;
	}		
.crt-txt-no{
    position: absolute;
    top: -12px;
    right: 0;
    color: #484848;
    font-size: 14px;
    line-height: 20px;
	font-weight:500;
	}
.cart-icn{
    display: block;
    margin: 0 auto;
	}		
		
ul.menu-list{
	float:left;
	margin:7px 0 0 20px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #cecece;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float:left;
    color: #505050;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.3px;
	padding:0 20px;
	}	
ul.menu-list li a:hover{ color:#00c450;}
ul.menu-list li a.active{ color:#00c450;}

a.nav-btn{
    float: right;
    background: #00c450;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 155px;
    height: 40px;
    line-height: 38px;
    border-radius: 30px;
    font-weight: 600;
    margin: -4px 0 0 20px;
    letter-spacing: 0.5px;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px -4px 0 4px;
    width: 8px;
	}	
 	
/*-----------------------
		BANNER
------------------------*/	
.bnr-section{
	float:left;
	width:100%;
	height:666px;
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	}	
.bnr-cont{
	float:left;
	width:52%;
	text-align:left;
	padding:100px 0;
	}
.bnr-heading{
    float: left;
    width: 100%;
    font-size: 58px;
    line-height: 72px;
	color:#103d6a;
	font-family: 'Libre Baskerville';
	}
.bnr-para{
	float:left;
	width:100%;		
	font-size:18px;
	line-height:26px;
	color:#292929;
	letter-spacing:0.2px;
	margin-top:15px;
	}
.semi-bold{ font-weight:600;}	
.bnr-list{
	float:left;
	width:100%;
	margin-top:50px;
	}	
.bnr-list li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #b3c4d1;
	padding:0 22px 0 56px;
	}
.bnr-list li:nth-child(2){	margin:0 3.5%;}	
.bnr-list li:last-child{ border:none;}	
.bnr-list li img{
	position:absolute;
	top:4px;
	left:0;
	}
.bnr-list li p{
	font-size:18px;
	line-height:20px;
	color:#292929;
	letter-spacing:0.3px;
	}	
			
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:315px;
	max-width:100%;
	text-align:center;
	margin-top:40px;
	}
.bnr-section .btnBlk{margin-top:50px;}
a.shop-btn{
	float:left;
	width:100%;
	height:62px;
	color:#ffffff;
    font-size:24px;
	line-height:58px;
	font-weight:600;
    text-align:center;
	background:#00c450;
	letter-spacing:0.5px;
	border-radius:40px;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-10px -10px 0 10px;
	width:9px;
	}
.mbg-txt{
	float:left;
	width:100%;
	font-size:16px;
	line-height:17px;
	color:#505050;
	margin-top:10px;
	}	
.mbg-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 2px 0 0;	
	}		
.bnr-prod{
    position: absolute;
    top: 88px;
    right: 135px;
	}
	
/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.common-heading{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#103d6a;	
	font-family: 'Libre Baskerville';
	}
	
.common-para{
	float:left;
	width:100%;		
    font-size:18px;
	line-height:26px;
	color:#292929;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.comon-pad{ padding:0 180px;}

.sec1-block{
	float:left;
	width:100%;
	margin-top:50px;
	
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
    justify-content:space-between;
	}
.s1-box{
    float: left;
    width: 32%;
    text-align: center;
    position: relative;
	}
.s1-box-bg1{ 
	background:url(../images/s1-bx-bg1.jpg)#efdfdd no-repeat center top;
	background-size:cover;
	}	
.s1-box-bg2{ background:url(../images/s1-bx-bg2.jpg)#f3f3cd no-repeat center top;
	background-size:cover;
	}	
.s1-box-bg3{ 
	background:url(../images/s1-bx-bg3.jpg)#d9edfa no-repeat center top;
	background-size:cover;
	}	
.s1-box-cont{
	float:left;
	width:100%;
	padding:232px 18px 30px;
	}
.s1-box-cont img{
	margin:0 auto 0;
	display:block;
	}
.s1-box-cont span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#103d6a;
	letter-spacing:0.2px;
	font-weight:600;
	margin-top:5px;
	}	
.s1-box-cont p{ margin-top:10px;}		

/*-----------------------
Section-2
------------------------*/
.section-2{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 70px;
	}		
.s2-contbox{
	float:left;
	width:100%;
	margin-top:40px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.s2-contbox-lft{
	float:left;
	width:32%;
	text-align:left;
	}
.s2-cont-head{
	float:left;
	width:90%;
	font-size:22px;
	line-height:32px;
	color:#3c3c3c;
	letter-spacing:0.2px;
	font-weight:500;
	position:relative;
	}	
.guto-img{
    position: absolute;
    top: -10px;
    left: -17px;
    width: 18px;
	}	
.s2-contbox-lft .common-para{ margin-top:25px;}		
.s2-contbox-lft .btnBlk{ margin-top:50px;}
.sup-hd{
	line-height: 100%;
    font-size: 70%;
	}
.s2-contbox-rgt{
	float:right;
	width:33%;
	}
.s2-prod{
	float:left;
	}
.s2-rgt-list{
	float:left;
	width:100%;
	text-align:center;
	}
.s2-rgt-list li{
	float:left;
	width:50%;
	}	
.s2-rgt-list li:nth-child(3), .s2-rgt-list li:nth-child(4){ margin-top:60px;}	
.s2-rgt-list li img{
	margin:0 auto 0;
	display:block;
	}
.s2-rgt-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#292929;
	letter-spacing:0.2px;
	margin-top:15px;	
	}				

/*-----------------------
Section-3
------------------------*/
.section-3{
	background:#f6faff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.ingredientsBox{
	float:left;
	width:100%;
	margin-top:25px;
	}
.ingredientsRow{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;		
	}
.ingredients-col{
	float:left;
	width:31%;
	text-align:left;
	background:#fff;
	padding:30px 40px 30px 30px;
	position:relative;
	border-radius:5px;
	box-shadow:0 0 8px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-top:25px;
	}	
.ingredients-col span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#103d6a;
	letter-spacing:0.2px;
	font-weight:500;
	padding-right: 80px;
    position: relative;
    z-index: 1;		
	}
.ingredients-col p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    letter-spacing: 0.5px;
    margin-top: 20px;
    position: relative;
    z-index: 1;	
	}
.ingredients-col .ing-imgs{
	position:absolute;
	top:0;
	right:0;
	width:105px;
	}
.ingredients-col .ing-arw{
	position:absolute;
	right:20px;
	bottom:20px;
	}
.hiddenIng{ margin-top:0;}	
a.more-ing{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:20px;
	color:#212121;
	font-weight:600;
	text-decoration:underline;
	margin-top:40px;
	}		
					
/*-----------------------
Section-4
------------------------*/
.section-4{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.sec4-cont{
    float: right;
    width: 62%;
    text-align: left;	
	}	
.s4-left-prod{
    position: absolute;
    left: 0;
    top: -25px;
    max-width: 100%;
    width: 395px;
	}
.s4-right-box{
	float:left;
	width:100%;
	margin-top:75px;
	position:relative;
	}
.s4-rgt-box-col{
	width:50%;
	}
.s4-rgt-box-col.col2{
	background:#daeafb;
	}
.s4-col-top{
	float: left;
    width: 100%;
    padding: 22px 0 0 80px;
    position: relative;
    height: 72px;
	}
.s4-col-top p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#555555;
	}
.s4-col-prod{
    position: absolute;
    left: 20px;
    top: -7px;
	}
ul.s4-box-col-list{
	float:left;
	width:100%;
	padding:20px 20px 10px;
	}
ul.s4-box-col-list li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/s3-cross.png) no-repeat left 16px;
	padding:13px 0 13px 35px;
	font-size:18px;
	line-height:26px;
	color:#1f1f1f;
	}
ul.s4-box-col-list li:last-child{ border-bottom:none;}
.col2 ul.s4-box-col-list li{
	background:url(../images/s3-chk.png) no-repeat left 16px;
	border-bottom:1px solid #b8cee6;
	}
.col2 ul.s4-box-col-list li:last-child{ border-bottom:none;}
.col2 .s4-col-top{
	background:#ebf2f9; 
	}
.col2 .s4-col-top p{
	font-size:24px;
	line-height:26px;
	color:#175899;
	font-weight:500;
	}
.col2 .s4-col-prod{ top:-22px;}		
.section-4 .btnBlk{ float:right; margin:30px 50px 0 0;}	

/*-----------------------
Section-5
------------------------*/
.section-5{
	float:left;
    width:100%;
	background:#f6faff;
	padding:60px 0 70px;
	}
		
.rev-slider{
	float:left;
	width:100%;
	padding:0 95px;
	margin:45px auto 0;
	}
.rev-lft-slide{
	float:left;
	width:36%;
	}
.rev-lft-slide img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:5px;
	}		
.rev-rgt-slide{
    float: right;
    width: 59%;
    text-align: left;
	margin-top:31px;
	}	
.slide-hd{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:32px;
	color:#103d6a;
	font-weight:600;
	margin-top:12px;
	}	
.testi-star{
	display:inline-block;
	vertical-align:middle;
	}
.slide-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
	font-style:italic;
    margin-top: 20px;
	}
.slide-nm{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	color:#103d6a;
	font-weight:500;
	border-top:1px solid #cdcdcd;
	margin-top:25px;
	padding-top:20px;
	}
.slide-nm span{
	display:block;
	font-size:16px;
	line-height:16px;
	color:#5c5c5c;
	letter-spacing:0.3px;
	margin-top:15px;
	}
.slide-nm span img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
.note-txt{
   	display:inline-block;
	vertical-align:top;
	max-width:970px;
    width: 100%;
	text-align:left;
    font-size: 17px;
    line-height: 24px;
    color: #333;
    padding: 0 50px 0 0;
    margin-top: 40px;
	}	
.note-txt2{ max-width:100%;}					

/*-----------------------
Section-6
------------------------*/
.section-6{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.sec6-box{
	float:left;
	width:100%;
	margin-top:50px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	justify-content: center;
	}
.s6-box-row{
	float:left;
	width:39%;
	background:#fff;
	border-radius:10px;
	padding:30px;
	margin:0 30px;
	
	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);
	overflow:hidden;	
	}
.s6-box-top{
	float:left;
	width:100%;
	text-align:center;
	position:relative;	
	}
.doctor-imgs{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:5px;
	}
.quto-img{
    position: absolute;
    top: -20px;
    left: 20px;
	}	
.s6-box-btm{
	float:left;
	width:100%;
	text-align:left;
	padding-top:30px;
	}
.s6-bx-str{
	display:inline-block;
	vertical-align:top;
	}	
.s6-btm-head{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    color: #103d6a;
    font-weight: 600;
    font-style: italic;
    min-height: 60px;
    margin-top: 12px;	
	}	
.s6-btm-para{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
    margin-top: 20px;
	}
.s6-btm-nm{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #103d6a;
    font-weight: 500;
    border-top: 1px solid #cdcdcd;
    margin-top: 25px;
    padding-top: 20px;	
	}
.s6-btm-degn{
	float:left;
	width:100%;
	font-size:15px;
	line-height:17px;
	color:#5c5c5c;
	margin-top:12px;
	}								
	
/*=============order-section===============*/
.order-section{
	float: left;
    width: 100%;
    background: #f6faff;
    padding: 60px 0 70px;
	}	
.pck-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
	padding:20px;
	margin-top:50px;
	}
.pck-bx{
	border:3px solid #e5f2ff;
	background:#fff;
	width:32.50%;
	overflow:hidden;
	padding:0 10px 25px;
	text-align:center;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	cursor:pointer;
	border-radius:20px;
	}
.pck-bx2{
	background:#fbf7f0;
	border:3px solid #ffffff;
	margin:-20px 0 0;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	background: rgb(248,251,255);
	background: -moz-linear-gradient(0deg, rgba(248,251,255,1) 0%, rgba(241,248,255,1) 50%, rgba(229,242,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(248,251,255,1) 0%, rgba(241,248,255,1) 50%, rgba(229,242,255,1) 100%);
	background: linear-gradient(0deg, rgba(248,251,255,1) 0%, rgba(241,248,255,1) 50%, rgba(229,242,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fbff",endColorstr="#e5f2ff",GradientType=1);
	}
.pck-bx:hover{
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
	}
.pkg-value{
	font-size:36px;
	line-height:40px;
	font-weight:600;
	color:#5c7385;
	padding:20px 0 10px;
	}
.pck-bx2 .pkg-value{
	background:#103d6a;
	width:calc(100% + 20px);
	margin-left:-10px;
	padding:14px 0 16px;
	color:#ffd16d;
	margin-bottom:15px;
	}
.btl-qty{
	font-size:30px;
	line-height:40px;
	font-weight:500;
	color:#000000;
	}
.pck-prd{
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-top:20px;
	}
.pck-prd-img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.pck-seal{
	position:absolute;
	right:0;
	top:-15px;
	}
.pck-prc{
	font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #0e0e0e;
    margin: 5px 0 0;
	}
.pck-prc span {
    font-size: 20px;
    line-height:20px;
    font-weight: 500;
	}
.rtlprc {
	font-size: 19px;
	line-height: 30px;
	letter-spacing:0.5px;
	color: #3d3d3d;
	margin-top:15px;
	}
.rtlprc span{
	font-size:24px;
	font-weight:500;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	border-bottom: .1em solid red;
	content: "";
	left: -5px;
	margin-top: calc(0.125em/2 * -1);
	position: absolute;
	right: -8px;
	top: 54%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	}
.freeshpng{
	font-size:18px;
	line-height:20px;
	color:#000000;
	font-weight:500;
	margin-top:20px;
	}
.freeshpng span{
	color:#f58833;
	}

.pkg-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:30px;
	}
.pck-bx2 .pkg-btn{ margin-top:15px;}
.pck-cards {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    max-width: 100%;
	}
		
/*-----------------------
Section-7
------------------------*/
.section-7{
	float:left;
    width:100%;
	background:#fafafa;
	padding:60px 0 70px;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	width:80%;
	margin:30px 0 10px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}	
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 98% center;
    padding: 22px 45px 22px 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
	font-weight:500;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #d4d4d4;
	}
.accordion.last{ border-bottom:none;}
.acdn-heading.accordion-open{
    background: url(../images/open-btn.png) no-repeat 98% center;
	}
.acdn-content{
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size: 18px;
    line-height: 26px;
    color: #000000;
	margin-bottom:20px;
	text-align:left;
	letter-spacing:0.5px;
	}	
.acdn-para strong{ font-weight:600;}
.faq-img{
	display: block;
    margin: 0 auto 0;
    max-width: 100%;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    padding: 4px;
	margin-top:10px;
	}		
ul.acdn-list{
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:-5px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	margin-bottom:12px;
	font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
	background:url(../images/tik-blk.svg) no-repeat left 7px;
	background-size:18px;
	padding-left:28px;
	text-align:left;
	}

	
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:50px 0;
	}
.ftr-logo{
	margin:0 auto 40px;
	display:block;
	}
.ftr-card {
    margin: 40px auto 0px;
    display: block;
}
.ftr-txtad {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #505050;
    letter-spacing: .3px;
    margin-top: 10px;
}
.ftr-txt{
    float:left;
    width:100%;
    font-size:16px;
    line-height:22px;
    color:#505050;
	letter-spacing:0.3px;
	}	
.footer .ftr-txt a{
    padding:0 8px;
    color:#000;
	position:relative;
	}
.footer .ftr-txt a:after{
    content: "";
    position: absolute;
    top: 2px;
    right: -3px;
    bottom: 2px;
    height: auto;
    width: 1px;
    background: #e1e1e1;
	}
.footer .ftr-txt a:last-child:after{ display:none;}
.ftr-text-bx{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 930px;
    border: 1px solid #ebebeb;
    margin: 20px 0;
    padding: 20px 20px 25px;
	}
.footer .txt1{
	font-size:14px;
	line-height:18px;
	color:#838383;
	}	
.midium{ font-weight:500;}	

.refrences-row{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 900px;
	margin:15px 0 35px;
	}
.ref-hding{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.5px;
	text-align: left;
	}
ul.ref-list{
	float:left;
	width:50%;
	margin-top:20px;
	}
ul.ref-list li{
	float:left;
	width:100%;
	text-align:left;
	font-size:13px;
	line-height:20px;
	color:#333;
	margin-top:5px;
	padding-left:25px;
	position:relative;
	overflow-wrap: break-word;
    word-wrap: break-word;
	}
ul.ref-list li span{
	position:absolute;
	left:0;
	top:0;
	}
		
/*--------------------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);
}
}


/*===========CART_DRAWER_PAGE============*/
.cart-overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:20;
	display:none;
	}
.drawer {
	width: 370px;
	height:100vh;
	overflow:hidden;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(370px);
	-webkit-transform: translateX(370px);
	transform: translateX(370px);

	position: fixed;
	
	-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;
	visibility:hidden;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	visibility:visible;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-370px);
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	}
	
.drawer__header{
	float:left;
	height:50px;
	width: 100%;
	background:#103d6a;
	padding:14px 15px 16px;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	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;
	overflow-y: auto;
	overflow-x: hidden;
	height:calc(100vh - 50px);
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	width:45px;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 85%;
	}
.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:260px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#585858;
	}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#585858;
	}
.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: 40px;
    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: 56px;
    text-align: center;
    height: 40px;
    font-size: 18px;
	font-weight:normal;
    color: #2d2d2d;
	font-family: 'Graphik';
	font-weight:normal;
	-webkit-appearance:none;
	border-radius: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;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#00c450;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 18px;
	text-align:center;
	font-weight: 600;
	margin-top:20px;
	border-radius:50px;
	letter-spacing:0.5px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:2px solid #00c450;
    color: #00c450;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0 15px;
	text-align:center;
	font-weight: 600;
	margin-top:8px;
	border-radius:50px;
	letter-spacing:0.5px;
	}
.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:18px;
	line-height:24px;
	color:#363636;
	font-weight:600;
	padding:0 0 10px 0;
	text-align:left;
	border-bottom:1px solid #eaeaea;
	margin-bottom: 10px;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:18px;
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}							


/*===========Shop Page============*/
.shop-section{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 80px;
	}
.bdr-btm{ border-bottom:1px solid #c8c8c8;}	
.shop-product-wrap{
    float:left;
    width:100%;
	margin-top:60px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.shop-product-col{
    float:left;
    width:31.5%;
	}
.shop-product-top{
	float:left;
    width:100%;
	position:relative;
	margin-bottom:7px;
	}
.shop-top-txt{
	float:right;
	color:#646464;
    font-size:14px;
	line-height:30px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	position:relative;
	}
.shop-top-txt:before{
	content:'';
	width:50px;
	height:1px;
	display:inline-block;
    vertical-align:middle;
    margin:-5px 10px 0 0;
	background:#d6d6d6;
	}
.shop-icn{
	position:absolute;
	top:8px;
	left:25px;
	}

.shop-product-middle{
	float:left;
	width:100%;
	background:#ebf2f9;
	padding:30px 0;
	}
.shop-product{
	display:block;
    margin:0 auto;
    max-width:100%;
	}
.shop-product-bottm{
	float:left;
    width:100%;
	padding:25px 15px 0;
	}
.shop-prod-name{
	float:left;
	width:100%;
	color:#08080a;
    font-size:24px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:600;
	}
.shop-prod-desc{
	float:left;
	width:100%;
	color:#383838;
    font-size:16px;
	line-height:20px;
	margin-top:10px;
	}
a.order-btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 190px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    background: #00c450;
    letter-spacing: 0.5px;
    border-radius: 40px;
	margin-top:22px;
	}	
a.order-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -10px -10px 0 10px;
    width: 7px;
	}	
	
/*===========Products Details============*/	
.prod-details-banner{
	float:left;
	width:100%;
	overflow:hidden;
	padding:40px 0 50px;
	position:relative;
	}
.prod-details-banner:before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:261px;
	background:url(../images/proddet-banner.jpg) no-repeat center bottom #cde7e9;
	content:"";
	}
.prodbnner-left{
	float:left;
	width:45%;
	}
.prodSlider-Left {
    float: left;
    width: 100%;
	}
.banner-left-gurnt{
	float:left;
	width:100%;
	margin-top:60px;
	text-align:center;
	padding:0 60px;
	}
.prod-det-seal{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.banner-left-gurnt span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	margin-top:15px;
	}
.banner-left-gurnt p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000000;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.phase-img{
	display:inline-block;
	vertical-align:middle;
	max-width:95%;
	}
.grnty-col2{ margin-top:20px;}
.revival-prc{
	float:left;
	width:100%;
	font-size:35px;
	line-height:40px;
	color:#000;
	font-weight: 600;
	margin:30px 0 10px;
	text-align:left;
	padding:0 20px;
	}
	
/*=======================*/
.prodbnr-right{
	float:right;
	width:53%;
	}
.prd-top-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#181818;
	font-weight:400;
	text-transform:uppercase;
	text-align:left;
	}
.prod-heading {
    float: left;
    width: 100%;
    color: #103d6a;
    font-size:48px;
    line-height:52px;
    font-weight:400;
    margin-top:10px;
	text-align:left;
	font-family: 'Libre Baskerville';
	}
.prd-rat{
    float: left;
    width: 100%;
    font-size:16px;
    line-height:20px;
    color: #545454;
	letter-spacing:0.3px;
	text-align:left;
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:1px solid #bcced0;
	}
.prd-rat img {
    display: inline-block;
    vertical-align: middle;
    margin:-7px 3px 0;
	width:91px;
	}
.prd-rat p{
	display:inline-block;
	vertical-align: top;
	}
.prd-rat p span{ color:#ff0000; font-weight:500;}

.prod-sub-heading{
	float: left;
    width: 100%;
    color: #292929;
    font-size:18px;
    line-height: 26px;
    margin-top: 10px;
	text-align:left;
	padding-bottom:20px;
	}	
.prod-reason-blk{ width:100%;}
	
.list-heading{
	float: left;
    width: 100%;
    color: #000000;
    font-size:20px;
    line-height:26px;
	font-weight:500;
    margin-top:35px;
    letter-spacing: 0.5px;
	text-align:left;
	}
ul.rght-reason-list{
	float:left;
	width:100%;
	margin-top: 5px;
	}
ul.rght-reason-list li{
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000000;
    padding-left: 25px;
	position:relative;
	text-align:left;
	}
ul.rght-reason-list li:before{
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#4386bb;
	content:"";
	}
.free-strip{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:22px;
	color:#000;
	letter-spacing:0.3px;
	background:#e3edf7;
	text-transform:uppercase;
	padding:8px 20px;
	margin-top:28px;
	}
	
/*=======Package======*/
.package-container{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	}
.package-box{
	width:31%;
	border:2px solid #ffffff;
	background: #f9fcff;
	cursor:pointer;
	text-align:center;
	position:relative;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.package-box.active{
	border: 2px solid #1566a7;
    background: #ebf2f9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
	}
.pkg-strip-top{
	text-align:left;
	background:#f58833;
	font-size:12px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#fff;
	padding:4px 7px;
	font-weight:500;
	}
.pkg-strip-top span{
	text-transform:uppercase;
	float:right;
	text-align:right;
	font-size:10px;
	}
.packg-1{
	margin-top:30px;
	}

.mkg-mdl{
	padding:14px 0;
	}
.pkg-prod{
	display:block;
	margin:0 auto 8px;
	max-width:100%;
	}
.pkg-bottle{
	font-size:18px;
	line-height:22px;
	color:#000000;
	}
.rglr-prc{
	font-size:28px;
	line-height:30px;
	color:#1d619c;
	font-weight:600;
	margin-top:5px;
	}
.rglr-prc small{
	display:inline-block;
	vertical-align:middle;
	color:#4d4d4d;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	margin:-7px 0 0 2px;
	}
.per-txt{
	font-size:14px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#ff0000;
	margin-top:8px;
	font-style:italic;
	}
.purchase-price{
	float:left;
	width:100%;
	margin-top:15px;
	}
.purchase-lft{ float:left;}	
.you-save-prc{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	color:#ff0000;
	letter-spacing:0.5px;
	}
.purchase-rgt{ float:right;}		
.retail-prc{
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	line-height:28px;
	color:#000000;
	letter-spacing:0.5px;
	font-weight:600;
	}	
.strikeout {
	position: relative;
	font-size:22px;
	line-height:24px;
	font-weight:500;
	color:#8a8a8a;
	margin:-6px 15px 0 0;
	}
.strikeout::after {
	border-bottom: .02em solid red;
	content: "";
	left: -5px;
    margin-top: calc(0.125em/2 * -1);
    position: absolute;
    right: -5px;
    top: 55%;
    transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
	}
a.cart-btn,.cart-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:60px;
	text-align:center;
	font-size:24px;
	line-height:58px;
	font-weight:600;
	color:#fff;
	letter-spacing:0.5px;
	border-radius:50px;
	margin-top:20px;
	text-shadow:0 1px 3px rgba(0,0,0,0.1);
	background:#00c450;	
	}
.btn-arw-cart{
    display: inline-block;
    vertical-align: middle;
    margin: -8px -15px 0 15px;
    width: 9px;
	}	
.secure-logo{
    margin: 15px auto 0;
    display: block;
	max-width:100%;
	}
.secure-text{
	float:left;
	width:100%;
	margin-top:8px;
	font-size:14px;
	color:#4a4a4a;
	line-height:17px;
	}
.secure-lock{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0 0;
	width:10px;
	}


.prod-details-sec1{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f6faff;
	}
.pad2{ padding:0 80px;}
ul.prod-sec1-list{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin-top:50px;
	}
ul.prod-sec1-list li{
	display:inline-block;
	vertical-align:top;
	padding:0 30px;
	position:relative;
	text-align:center;
	}
ul.prod-sec1-list li:after{
	position:absolute;
	right:0;
	content:"";
	top:0;
	bottom:0;
	height:auto;
	border-right:1px solid #cfdedf;
	}
ul.prod-sec1-list li:last-child:after{ display:none;}
ul.prod-sec1-list li img{
	display:block;
	margin:0 auto 0;
	}
ul.prod-sec1-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#292929;
	margin-top:12px;
	}


.prod-details-sec2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.prod-sec2-box{
    width: 100%;
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin:60px auto 20px;	
	}
.prod-sec2-box .reverse{flex-direction:row-reverse;}
.box-top{ margin-top:60px;}	
.prodsec2Imgbox{
	width: 473px;
    margin: 0 45px;
	position:relative;
	z-index:1;
	}
.prodsec2Imgbox:before{
    content: '';
    position: absolute;
    top: 54px;
    right: -70px;
    background:url(../images/prod-s2-line.png) no-repeat center right;
    height:14px;
    width: 175px;
	}
.ln-lft:before{
	right:auto;
	left:-90px;
	transform:rotate(180deg);
	}		
.prodsec2Imgbox .prod-sec2-img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:22px 0 22px 0;
	}	
.prods2Contbox{
	width:440px;
	text-align:left;
    display: flex;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
	margin:0 50px
	}
.prods2Contbox img{
	display:inline-block;
	vertical-align:top;
	}	
.prods2Contbox span{
	float:left;
	width:100%;
	font-size:38px;
	line-height:42px;
	color:#103d6a;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.prods2Contbox p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #292929;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top:20px;
	}


.prod-details-sec3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	position:relative;
	}
.prod-details-sec3:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height:240px;
    content: "";
    background: #ebf2f9;
	}
.ingredient-box{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin-top:50px;
	}
.ing-nav-list{
	float:left;
	width:100%;
	padding:0 35px;
	}
.ing-nav-list-col{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:30px 0;
	transition: all ease 1.2s;
	cursor:pointer;
	}
.ing-nav-img{
	display:block;
	margin:0 auto 10px;
	height:75px;
	letter-spacing:0.5px;
	}
.ing-nav-list-col p{
	font-size:18px;
	line-height:26px;
	color:#616161;
	}
.slick-current .ing-nav-list-col p{
	font-size:20px;
	line-height:26px;
	color:#103d6a;
	font-weight:600;
	}
.ingredient-row{
	float:left;
	width:100%;
	}
.ingredient-col{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	background:#fff;
	padding:50px 40px;
	text-align:left;
	position:relative;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	border-radius:8px;
	margin:0 10px;
	}
.ingredient-col:before{
	position:absolute;
	left:50%;
	top:-48px;
	background:url(../images/s3-box-line.png) no-repeat center top;
	content:"";
	width:26px;
	height:96px;
	margin-left:-13px;
	}
.ingredent-prod{
	display:inline-block;
	vertical-align:middle;
	}
.ingredent-prod img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.ing-about{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 250px);
	text-align:left;
	padding-left:20px;
	}
.ing-about h3{
	font-size:26px;
	line-height:30px;
	color:#103d6a;
	font-weight:600;
	position:relative;
	}
.ing-text1{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#292929;
	margin-top:15px;
	position:relative;
	}


.prod-details-sec4{
	float:left;
	width:100%;
	padding:60px 0;
	background:url(../images/prod-s4-bgr.jpg) no-repeat center top #ebf2f9;
	position:relative;
	}
.prod-s4-left{
	float:left;
	width:500px;
	padding:12px 0 12px 12px;
	background:#fff;
	}
.prd-s4-img{
	display:block;
	max-width:100%;
	}
.prod-s4-right{
	float:right;
	width:calc(100% - 600px);
	text-align:left;
	}
.prd-s4-innr{
	float:left;
	width:100%;
	padding:0 0 0 40px;
	position:relative;
	margin-top:40px;
	}
.prd-s4-innr:before {
    content: "";
    position: absolute;
    left:7px;
    top:10px;
    bottom:-50px;
    width: 1px;
    background: #b7c9cb;
	height:auto;
	}
.prd-s4-innr.last:before{ bottom:-5px; display:none;}
.prd-s4-innr:after{
	content: "";
    position: absolute;
    width:14px;
    height:14px;
    border-radius: 50%;
    background:#103d6a;
    top:7px;
    left: 0;
	}
.month-text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#292929;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
ul.prd-s4-list{
	float:left;
	width:100%;
	position:relative;
	}
ul.prd-s4-list li{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding:10px 20px 0 0;
	font-size:18px;
	line-height:26px;
	color:#292929;
	text-align:left;
	}
ul.prd-s4-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 5px 0 0;
	}
.time-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#292929;
	font-style:italic;
	margin-top:8px;
	}


.prod-details-sec5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.testi-sec{
	float:left;
	width:100%;
	padding:0 70px 35px;
	margin-top:10px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 35px;
	margin-top:40px;
	border-bottom:1px solid #d7d7d7;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.testi-row:last-child{ border:none; padding-bottom:0;}
.testi-row-lft{
	display: inline-block;
    vertical-align: top;
	width:300px;
	padding-right:10px;
	}
.testi-lft-abt{
	float:left;
	width:100%;
	padding:14px 0 14px 85px;
	position:relative;
	}
.t-name-ic{
	position:absolute;
	left:0;
	top:13px;
	width:60px;
	height:60px;
	background:#cadef0;
	border-radius:50%;
	color:#fff;
	font-size:26px;
	line-height:60px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	}
.t-name{
	font-size:18px;
	font-weight:500;
	color:#000000;
	line-height:26px;
	}
.t-vryfd{
	font-size:16px;
	color:#11a958;
	margin-top:5px;
	font-weight:300;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 2px 0 0;
	}
.test-prod{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:12px;
	padding:18px 0 18px 85px;
	border-top:1px solid #d7d7d7;
	}
.test-prod-txt{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#6a6a6a;
	margin-top:5px;
	}
.test-prod-txt span{ font-weight:500; color:#000000;}
.t-prod-dv{
	position:absolute;
	left:0;
	top:18px;
	border-radius:5px;
	background:#fff;
	width:70px;
	height:70px;
	text-align:center;
	}
.t-prod-dv img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.t-star{
	width:91px;
	float:left;
	margin-top:15px;
	}
.testi-row-rght{
	display: inline-block;
    vertical-align: middle;
	width:calc(100% - 310px);
	padding:5px 0 10px 30px;
	border-left:1px solid #d7d7d7;
	}
.testi-row-rght span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#212121;
	font-weight:500;
	letter-spacing:0.5px;
	}
.testi-pra{
	float:left;
	width:100%;
	font-size:18px;
	line-height:27px;
	color:#212121;
	margin-top:15px;
	font-style:italic;
	letter-spacing:0.5px;
	}


.prod-details-sec6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f6faff;
	}
.prod-details-sec6 .shop-product-wrap{justify-content:center;}
.prod-details-sec6 .shop-product-wrap .shop-product-col{ margin:0 1.5%;}
.prod-details-sec6 .shop-product-wrap .shop-product-col .shop-product-middle{background:#ebf2f9;}

/*=======Ingredients======*/
.prodBreadcrm{
    float: left;
    width: 100%;
	background:#f2f2f2;
    text-align: left;
	padding:10px 0;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:14px;
	color: #000;
	font-weight:500;	
	}	
.prodBreadcrm p a{ 
	color:#717171;
	font-weight:normal;
	}	
.shadow-none .nav-sec{ box-shadow:none;}	
.fixed-nav.shadow-none .nav-sec{
	-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);	
	}

.ingredients-block{
	float:left;
	width:100%;
	padding:0 120px;
	margin-top:10px;
	}
.ingredients-row{
	float:left;
	width:100%;
	background:#fff;
	padding:40px;
	margin-top:30px;
	
	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);	
	
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;	
	}
.ing-rw-img{
	float:left;
	width:243px;
	}
.ing-row-cont{
	float:left;
	width:calc(100% - 243px);
	text-align:left;
	padding-left:30px;
	}	
.ing-row-cont span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#103d6a;
	letter-spacing:0.3px;
	font-weight:600;
	}
ul.ing-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.ing-list li{
	float:left;
	width:100%;
	margin-top:12px;
	font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
	background:url(../images/tik-blk.svg) no-repeat left 7px;
	background-size:18px;
	padding-left:28px;
	text-align:left;
	}
	
	
.ing-contbox{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.ing-contbox-lft{
	float:left;
	width:51%;
	text-align:left;
	}
.ing-cont-head{
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    color: #3c3c3c;
    letter-spacing: 0.2px;
    font-weight: 500;
    position: relative;
	}
.suplmnt-img{
	float:left;
	width:323px;
	}		
.ing-prod{
	float:left;
	width:225px;
	}	

/*==========About Page=========*/	
.about-sec1Box{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.about-sec1cont{
	float:left;
	width:66%;
	text-align:left;
	}
.abt-s1-txt1{
	float:left;
	width:100%;
	font-size: 48px;
    line-height: 52px;
    color: #103d6a;
    font-family: 'Libre Baskerville';
	letter-spacing:0.3px;
	}
.abt-s1-txt2{
	float:left;
	width:100%;
	font-size:24px;
	line-height:32px;
	color:#103d6a;
	letter-spacing:0.3px;
	font-weight:600;
	font-style:italic;
	margin-top:20px;	
	}
.about-s1-img{
	float:right;
	max-width:100%;
	border-radius: 22px 0;
	}
	

.about-s2-list{
	float:left;
	width:100%;
	margin-top:60px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.about-s2-list li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 25px;
	position:relative;	
	}
.about-s2-list li:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:#cacaca;
	width:1px;
	}
.about-s2-list li:last-child:before{ display:none;}	
.about-s2-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius: 22px 0;
	}
.about-s2-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#103d6a;
	letter-spacing:0.3px;
	font-weight:600;
	margin-top:25px;
	}
.about-s2-list li p{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;	 
	margin-top:15px;
	}
	
	
.about-sec3Box{
	float:left;
	width:100%;
	margin-top:25px;
	}
.about-sec3Row{
	float:left;
	width:100%;
	margin-top:30px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	align-items: center;	
	}
.abt-s3-row-reverse{ flex-direction: row-reverse;}		
.abt-s3-imgbox{
	width:35%;
	position:relative;
	}
.abt-s3-doct{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:7px;
	border:10px solid #fff;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
	}
.abt-quto-img, .abt-quto-img2{
	position: absolute;
    top: 40px;
    right: -16px;
	}
.abt-quto-img2{
	left:-16px;
	right:auto;
	}	
.abt-s3-cont{
	width:60%;
	text-align:left;
	}
.abt-s3-bx-str{
	display:inline-block;
	vertical-align:top;
	}	
.abt-s3-btm-head{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    color: #103d6a;
    font-weight: 600;
    font-style: italic;
    margin-top: 17px;	
	}	
.abt-s3-btm-para{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
    margin-top: 20px;
	}
.abt-s3-btm-nm{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #103d6a;
    font-weight: 500;
    border-top: 1px solid #cdcdcd;
    margin-top: 35px;
    padding-top: 20px;	
	}
.abt-s3-btm-degn{
	float:left;
	width:100%;
	font-size:16px;
	line-height:17px;
	color:#5c5c5c;
	font-weight:500;
	margin-top:12px;
	}									
		
/*==========Support=========*/	
.suprt-phn{
	float:left;
	width:100%;
	font-size:34px;
	line-height:34px;
	color:#103d6a;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:22px;
	}
.suprt-hour{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#585858;
	font-weight:500;
	letter-spacing:0.3px;
	margin-top:20px;	
	}	
.suprt-hour img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 5px 0 0;
	}	
.cntctBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:845px;
	background:#ebf2f9;
	padding:30px 55px 40px;
	position:relative;
	border-radius:10px;
	margin-top:45px;
	border:2px solid #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);
	}
.msgbx-txt{
    float:left;
    width:100%;
    font-size:24px;
    line-height:28px;
    color:#103d6a;
	font-weight:600;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:45px;
	border:1px solid #d4dbe3;
	padding:5px;
	margin-top:15px;
	background:#fff;
	text-align:left;
	position:relative;
	z-index:2;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:16px;
	color:#000;
	outline:none;
	border:none;
	font-family: 'Graphik';
	font-weight:300;	
	padding-left:20px;
	-webkit-appearance:none;
	}
.fld-hlf{ width:48%;}	
.msg-areafild{
	height:100%;
	min-height:100px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:100px;
	resize:none;
	}
.submit-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    background: #00c450;
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    font-weight: 600;
    text-align: center;
    font-family: 'Graphik';
    position: relative;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    overflow: hidden;
    margin-top: 24px;
	padding-bottom:5px;
	}
.submit-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -10px -10px 0 10px;
	width:10px;
	}			


.support-sec2 .accordion{ 
	background:none; 
	}
.support-sec2 .acdn-content{ position:relative;}	
.doshingBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-radius:3px;
	margin:40px 0 0;
	}
.doshingBox .accordion{ padding:5px 0 12px;}	
.doshingBox .acdn-content{ padding-top:12px;}	
.s-img{ float:left; max-width:100%; margin-top:10px;}
.mnybk-seal{
	position:absolute;
	top:70px;
	right:0;
	}
.acdn-pad{ padding-right:100px;}
.dose-bnr-img{
	position:absolute;
	top:50px;
	right:0;
	}
.faq-btn{
	float:left;
	margin:0 0 8px;
	}	
.btm-0{ margin-bottom:0;}		


/*============REVIEWS_PAGE================*/
.revw-page-sec{
	float:left;
	width:100%;
	margin:20px 0 0;
	padding:0 90px;
	}
.revw-row{
	float:left;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 40px 0 0;
	border-radius:10px;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.revw-col-1{
	width:30%;
	}
.revw-col-1 img{ 
	width:100%;
	display:inline-block;
	vertical-align:middle;
	}
.revw-col-2{
	width:70%;
	text-align:left;
	padding:25px;
	}
.revw-col-2 .slide-hd{ line-height:26px;margin-top: 6px;}
.revw-col-2 .slide-para{ margin-top:15px;}
.revw-col-2 .slide-nm{margin-top: 15px;padding-top: 15px;}
	
/*============Refund Page============*/
.refund-sec1Box {
width: 80%;
    margin-top: 40px;
    margin: auto;
}
.refund-sec1cont {
        float: left;
   
    text-align: left;
}
.refund-sec1cont h1{
       
   margin-bottom:20px;
    text-align: center;
}

.common-pararef {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
}

.lastp {margin-bottom:30px;}

.fdatext{
    font-size:12px;
    color:#838383;
}

.refund-sec1cont a {
color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

/*============Important message Page============*/
a.nav-btn2 {
    /* float: right; */
    background: #00c450;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /* width: 155px; */
    /* height: 40px; */
    line-height: 38px;
    border-radius: 30px;
    font-weight: 600;
    padding:10px 20px 10px 20px;
    letter-spacing: 0.5px;
}

.s6-box-btm2 {
    float: left;
    width: 100%;

    padding-top: 30px;
}

.shop-section2 {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 25px
}

.impvid {text-align: center;


}

@media(min-device-width:767px){
    .impvid iframe {width:560px; height:315px;}
    }
    
/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:1.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}
			