@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: "Roboto Flex", sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width:100%; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}


/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	

.topStrip{
	background: #e21923;
	float:left;
	width:100%;
	padding:5px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:18px;
	color:#fff;
	letter-spacing:0.5px;
	}
.topStrip p span{ 
	color:#ffde00;
	font-weight:bold;
	}		
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 65px;
	}
.header{
	float:left;
	width:100%;
	background:#fafafa;
	height:65px;
	padding:9px 0;
	
	margin-top:-65px;
	top:65px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border-bottom:1px solid #ddd;
	}				
.logo{
	float: left;
    margin-top: 0;
    max-width: 170px;
	}
ul.topMenu{
	float:right;
	margin: 14px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:1px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#565656;
	font-size:17px;
	line-height:17px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d0d0d0;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li .active{color:#29a774;}
.nav-btn{
	float: right;
	background: #f59329;
    border: 1px solid #f59329;
    border-radius: 0px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	margin-top: 4px;	
	}	

.shopBreadcrm {
	float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    background: #f7933b;
	color: #fff;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*==========banner==============*/	
.banner{
	float:left;
	width:100%;
	background:#169190;
	padding:70px 0 90px;
	text-align:center;
	}
.bnr-model{
	position:absolute;
	top:-30px;
	right:-60px;
	max-width:100%;
	}
.bnr-lft{
	float:left;
	width:49.98%;
	text-align:left;
	position:relative;
	}
.bnr-txt1{
	display: inline-block;
    vertical-align: middle;
    background: #036f6e;
    padding: 8px 40px 8px 20px;
    border-radius: 50px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
	}
.bnr-txt1 span{ padding:0 2px;}
.bnr-hding{
	font-size: 54px;
    line-height: 64px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    font-family: "DM Serif Display", serif;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	text-transform: capitalize;
}	
.bnr-hding span{ position:relative; z-index:3;}				
.bnr-hding span:after{
	content: '';
    position: absolute;
    bottom:13%;
    left:0;
    right:0;
    height: 15px;
    background: #f59329;
	z-index:-1;
	}
.bnr-txt2{
	color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}	
.bnr-select-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:50px;
	}
.bnr-select-col{
	width:22%;
	background:#fff;
	border-radius:12px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	padding:20px;
	}	
.bnr-select-col:hover, .bnr-select-col.active {
    background: #f59329;
	color:#fff;
}	
.bnr-select-col img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}

.banner_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.banner_button_width, .button_width{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	}
.banner_button_div{
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.banner_button, .common_button{
	width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
    background: #f59329;
    border: 1px solid #f59329;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
	}
.banner_button.learn_button{
	color:#000;
	border:1px solid #757575;
	background:none;
	}
.banner_button_text{
	font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
	}
.banner_button_text img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	}

.bnr-lft .banner_button_text {
    color: #fff;
}
/*==========sectionOne============*/
/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	position:relative;
	background:#fff;
	padding: 30px 0 0;
	}
.common_heading{
        font-size: 45px;
    line-height: 52px;
    color: #169190;
    font-family: 'DM Serif Display';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
	}
.common_heading span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto Flex", sans-serif;
    color: #333;
}
.common_text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	}

ul.sec1_list{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.sec1_list li{
	float: left;
    width: 24%;
	padding: 0 10px;
}
ul.sec1_list li img{
	width:60px;
	display:block;
	margin:0 auto 15px;
}
ul.sec1_list li span{
	font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}
ul.sec1_list li p{
	font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}
/*=========SECTION2========*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#edffff;
	position:relative;
	z-index:1;
	}
.section2:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:300px;
	background:#fff;
	z-index:-1;
}
.founder_box{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.founder_content{
	text-align:left;
	color:#fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	width:58%;
	padding:0 35px 0 0;
}
.quote_imge{
	width:88px;
	display:block;
	margin:-60px 0 0;
}
.founder_heading{
	font-size:46px;
	line-height:50px;
	font-family: 'Fraunces 72pt';
	font-weight:700;
	margin-top:30px;
}
.founder_text{
	font-size:20px;
	line-height:28px;
	margin-top:20px;
}
.founder_info{
	border-top:1px solid #6aafd1;
	margin:30px 0 0;
	padding:25px 0 0;
}
.founder_info h3{
	font-size:25px;
	line-height:27px;
	font-weight:600;
}
.founder_info p{
	font-size:17px;
	line-height:20px;
	margin-top:10px;
}
.founder_image{
	width:42%;
}
.founder_image img{
	width:100%;
	border-radius:10px;
}
.sec2_inr{
	    float: left;
    width: 100%;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0 110px;
}
.sec2_inr_bx{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    width: 50%;
    padding: 30px 40px 30px 10px;
    position: relative;
    text-align: left;
    float: left;
}
.sec2_inr_bx:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0px;
	border-right:1px solid #ccc;
	z-index:-1;
}
.sec2_inr_bx:nth-child(2n){padding-right:0px; padding-left:60px;}
.sec2_inr_bx:nth-child(2n):after{border-right:none;}
.sec2_inr_bx:nth-child(-n+2){padding-top:0px;}
.sec2_inr_bx:nth-child(n+3){padding-bottom:0px;}
.sec2_inr_bx:nth-child(n+3):before{
	content:'';
	position:absolute;
	border-top:1px solid #ccc;
	top:0;
	bottom:0;
	left:0px;
	right:0px;
	z-index:-1;
}
.sec2_icn{
	width:60px;
	margin:0 20px 0 0;
}
.sec2_inr_bx span{
	font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'DM Serif Display';
}
.sec2_inr_bx p{
	font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}				
/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3_slide_row{
	vertical-align: middle;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
    row-gap: 23px;
    column-gap: 23px;
	}
.package_box{
	width:32%;
	border-radius:8px;
	background:#fff;
	padding-bottom:40px;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	}
.package_header{
	width: 100%;
    border-radius: 8px;
    padding: 15px 20px;
    background: #169190;
    background: linear-gradient(-10deg, rgb(0 145 144) 15%, rgb(2 71 70) 80%);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
	}
.package_prod_box{
	width: 300px;
    display: inline-block;
    margin: 40px 0 0 0;
	}
.package-product{
	display:block;
	margin:-23px auto 0;
	width:100%;
	}
.package_header_cont{
	width:100%;
	text-align:left;
	}
.package_header_cont h3{
	    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'DM Serif Display';
    font-weight: 400;
	}
.package_header_cont p{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
}
.package_header_cont p span {
    float: right;
}
.package_bottom{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 30px 0;
	text-align:left;
	}
.package_text{
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	}
.package_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:374px;
	margin-top:10px;
	}
.package_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	padding-left:28px;
	margin-top:10px;
	background:url(../images/bnr-point-thik.png) no-repeat;
    background-position: top 5px left;
	background-size:15px;
	}
.package_button_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
	padding: 0 20px 0;
	}
.package_price{
	font-size:26px;
	line-height:26px;
	color:#169190;
	font-weight:bold;
	}
.package_price span{
	font-size:40px;
	}
.package_button{
    display: inline-block;
    vertical-align: top;
	width:100%;
    max-width: 380px;
    height: 50px;
    background: #f59329;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.5px;
	margin-top:30px;
    position: relative;
	}

.s3_inner {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	padding: 0 100px;
}
.s3_left {
    float: left;
    width: 55%;
    text-align: left;
}
.s3-model {
    display: inline-block;
    width: 490px;
    border-radius: 10px;
    margin-top: 20px;
    height: 280px;
    object-fit: cover;
    object-position: left top;
}

.s3_rgt {
    float: left;
    width: 44%;
}

.s3-lst {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
}

.s3-lst li {
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.s3-lst li img {
    display: block;
    width: 80px;
    margin-bottom: 10px;
}

.s3-lst li span {
   	display: block;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 5px;
    color: #169190;
    font-family: 'DM Serif Display';
}
/*-----------------------
INGREDIENTS SECTION
------------------------*/
.ingredients_section{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background: #edffff;
}
.ingredients-row{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    float: left;
	}
.ingredients-col{
	width:32%;
	background:#fff;
	text-align:left;
	padding:35px 20px;
	border:1px solid #eee;
	position:relative;
	}
.ing_icon{
	position:absolute;
	right: 10px;
    top: 10px;
	width: 80px;
	}
.ingredients-col span{
	font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-family: 'DM Serif Display';
    font-weight: 400;
    padding-right: 80px;
    display: block;
}
.ingredients-col small{
	display:block;
	font-size:18px;
	line-height:22px;
	color:#000;
	margin:8px 0 0;
}
.ingredients-col p{
	color: #484848;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    padding-right: 35px;
}
	
ul.ingredients_bottom{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin: 40px auto 0;
    float: left;
    width: 100%;

}
ul.ingredients_bottom li img{
	width:55px;
	display:block;
	margin:0 auto 5px;
}
ul.ingredients_bottom li p{
	font-size:14px;
	line-height:18px;
	color:#383838;
	text-transform:uppercase;
}

a.view_supplement{
    font-size: 20px;
    line-height: 28px;
	letter-spacing:0.5px;
    color: #0089cd;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    margin-top: 40px;
	}	
					
/*========Section-9========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	background: #fff;
}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align:left;
	padding:0 10px;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
    background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	margin-top:20px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 25px center;
    padding:22px 50px 20px 30px;
	color:#1f1f1f;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 25px center;
	}
.acdn-content {
	float:left;
    width:100%;
	border-top:1px solid #ddeaee;
    padding:20px 20px 10px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:17px;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}
ul.acdn_list{
	float:left;
	width:100%;
	margin:-5px 0 20px;
	padding-left:50px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	position:relative;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:400;
	text-align:left;
	list-style:disc;
	margin-top:10px;
	}
.s9_additionalBx{
	float:left;
	width:100%;
	margin-top:50px;
	}
.additional_head{
	float:left;
	width:35%;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:600;
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px solid #d5d5d5;
	}
ul.s9_addit_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s9_addit_list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	text-align:left;
	padding-left:22px;
	position:relative;
	margin-top:10px;
	text-transform: uppercase;
	}
ul.s9_addit_list li:after{
	position:absolute;
	left:0;
	top:11px;
	content:"";
	width:6px;
	height:6px;
	background:#000000;
	border-radius:50%;
	}


@media only screen and (max-width: 1187px){

.s2-bnr-icn {top: 140px;}
ul.s2-list p {font-size: 17px;line-height: 27px;}
	
.box-container2 {width: 34%;}
.box-container2 .box4 {width: 90%;}	
.pkg-img {margin: 36px auto 0 auto;}
.pkgrgt{padding: 0px 15px 20px;}
.pkg-hding{ font-size:18px;}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{ margin:0 2px;}
}
@media only screen and (max-width: 1021px){
.sec14{padding:50px 0; text-align:center;}
.box-container {width:90%;}
.box-container2 {
	float:left;
    width:50%;
}
.box1, .box2, .box3, .box4{ width: 48.9%;}
.pkgrgt {
    padding: 0px 40px 20px;
}
.pkg-hding{
	font-size:22px;
	line-height:24px;
}
.pkg-img {margin: 20px auto 0 auto;}
.pkg-prcbox{}
.offbx, .prc1{font-size:22px;}
.prc2{font-size:18px;}
ul.s14list li{float:left;width:50%;margin:0;}

}
@media only screen and (max-width: 767px){
.sec14{padding:30px 0 30px; overflow:hidden;}
.box-container{margin:20px auto 0 auto; width:100%;row-gap: 20px;}
.box1, .box2, .box3, .box4{
	height:auto;width:100%;
	margin:0px auto 0 auto;
	float:none;
	display:block;
	border-radius:10px;
	width: 100%;
    max-width: 350px;
}
.box-container2 .box4 {
    width: 100%;
}
.pkg-hding{height:auto;}
.pkg-prcbox, .box1 .pkg-prcbox, .box4 .pkg-prcbox{
	border-radius:0 0 10px 10px;
}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{    margin: 20px auto 0 auto;}
}
@media only screen and (max-width: 440px){
.box1, .box2, .box3, .box4{width:100%;}
}
@media only screen and (max-width: 359px){
ul.s14list li{width:100%;}
}
						
		
/*=======SECTION5======*/
.section5{
    
	}
.s5_block{
	width:100%;
	max-width:870px;
	margin:50px auto 20px;
	row-gap:50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s5_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	padding-left:80px;
	position:relative;
	}
.s5_num{
	position:absolute;
	top:17px;
	left:0;
	width:40px;
	height:40px;
	font-size:25px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	background:#4e3b6d;
	z-index:1;
	}
.s5_inner{
	width:100%;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s5-img{
	width: 299px;
    border: 2px solid #e6d6ff;
    border-radius: 10px;
	}
.s5_box_cont{
	width:calc(100% - 299px);
	padding-right:104px;
	padding-top:20px;
	}
.s5_box h3{
	font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
	}
.s5_box p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.s5_box:after{
	content:'';
	position:absolute;
	top: 45px;
	left: 20px;
	bottom:-45%;
	width:2px;
	border-left:2px dotted #4e3b6d;
	}
.s5_box:last-child:after{ display:none;}
/*-----------------------
		Footer
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 40px 0;
	border-top: 2px solid #fff5fe;
	}
img.ftrlogo {
    max-width: 180px;
}
.crop-info {    
	float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;}
.crop-info .ftr-txt{ display:inline-block; vertical-align:top; width:auto;}
.ftr-logo{
	margin:0 auto 10px;
	display:block;
	}	
.ftr-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #545454;
	margin-top: 16px;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #545454;
	}	
	
/*-----------------------
		Pulse
------------------------*/
.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);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

#caption {
	width: 100%;
	white-space: nowrap;
	-moz-animation:  caption 15s linear 0s infinite;
	-webkit-animation:  caption 15s linear 0s infinite;
	}
@-moz-keyframes caption { 
	0% { margin-left:100%; } 100% { margin-left:-600px; }  
	}
@-webkit-keyframes caption { 
	0% { margin-left:100%; } 100% { margin-left:-600px; }  
	}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
	.container{width:1004px;}

	/*=============*/
	.bnr-model {width: 584px;}
	.bnr-hding {font-size: 55px;line-height: 56px;}
	.bnr-select-col {padding: 15px 5px;}
	/*=============*/
	.s1_row{ width: 354px;}
	.s1_cont_box{ width: 66%; padding: 30px 0 30px 20px;}
	.s1_img_box{ width: 32%;}
	.s1-img3{ width: 202px;}
	.s1-img4{ width:221px;}
	.s1_prod_box{ max-width: 259px; top:30px;}
	/*=============*/
	.s2-graph{ right: -310px; width: 737px; top: 0px;}
	.s2_mid_bottom p{ font-size: 19px; line-height: 25px;}
	.s2_strip_points li{ font-size: 16px; line-height: 20px;}
	.s2_strip_points li img{ width: 30px; margin:-5px 8px 0 0;}
	/*=============*/
	.s3_slide_row{ row-gap: 19px; column-gap: 19px; margin-top: 20px;}
	.package_header{ padding: 15px 12px;}
	.package_header_cont h3{ font-size:20px;}
	.slide_tabClick{padding:15px 0 12px 75px;}
	.slide_tabClick p{ font-size:14px; line-height:18px;}
	.slide_tabClick img{ width:55px; margin-top:-27px;}
}


@media only screen and (max-width:1023px){
	.container{width:750px;}
	.show-desk {display: none;}
	.show-tab {display: block;}

	.mob-mnu-ic{
		cursor: pointer;
		position:absolute;
		right: 0px;
		top: 14px;
		z-index:16;
		height:30px;
		}
	.mob-mnu-ic button{
		outline: none;
		-webkit-appearance: none;
		background: none;
		padding:0;
		cursor: pointer;
		border: none;
		}
	.mob-mnu-ic span{
		color:#000;
		display:inline-block;
		vertical-align:top;
		font-size:16px;
		font-weight:300;
		margin-top:4px;
		margin-right:5px;
		}
	.bar1, .bar2, .bar3 {
		width: 30px;
		height: 3px;
		background-color: #000;
		transition: 0.4s;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
		}
	.bar2{margin: 6px 0;}

	.dl-active .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6px, 5px);
		transform: rotate(-45deg) translate(-6px, 5px);
		background:#000;
		}
	.dl-active .bar2 {opacity: 0;}
	.dl-active .bar3 {
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px);
		background:#000;
		}	
	.mobilemenu{
		left:0;
		position:fixed;
		top:101px;
		background:rgba(255,255,255,1);
		z-index:10;
		right:0;
		bottom:0;
		overflow:scroll;
		display:none;
		}
	.mobimenu-top{ top:65px;}	
	.mobilemenu li{
		float:left;
		width:100%;
		text-align:left;
		border-bottom:1px solid #dddddd;
		}
	.mobilemenu li a{
		float:left;
		width:100%;
		padding:17px 20px;
		font-size:18px;
		color:#000;
		}
	.mobilemenu li:last-child a	{ padding:0; color:#fff; border-radius:0;}
	.mobilemenu li a:hover{color:#000;}

	.topStrip p{ font-size:16px;}
	.header{border-bottom: 1px solid #ddd;}

	/*=============*/
	.banner { padding: 40px 0 40px;}
	.bnr-lft { width: 56.98%;}
	.bnr-model {width: 428px;top: 0;right: -110px;}
	.bnr-txt1 {padding: 8px 20px 8px 20px;font-size: 14px;}
	.bnr-hding {font-size: 41px;line-height: 49px;}
	.bnr-txt2 {font-size: 17px; line-height: 25px; margin-top: 20px;}
	.bnr-select-row {margin-top: 25px;}
	.bnr-select-col{ font-size:14px; line-height:17px;width: 23%;}
	/*=============*/
	.s1_main_block{ padding: 50px 0 60px;}
	.s1_block{ margin: 40px auto 0;}
	.s1_cont_box{ padding: 20px 0 20px 15px; width: 72%;}
	.s1_row{ width: 366px;}
	.s1_prod_box{ max-width: 171px; top: 70px;}
	.s1_box_heading{ font-size: 20px; line-height: 22px;}
	.s1-img{ width: 201px;}
	.s1_button_box .common_button{ height: 42px; line-height: 42px; font-size: 14px;}
	.s1-bottom-scale{ max-width: 100%;}
	.s1-prod{ display:none;}
	.s1_img_box {width: 27%;}
	.s1_block .banner_button_box{ margin-top:30px;}
	/*=============*/
	.section2{ padding: 50px 0 60px;}
	.s2-dollar{ width: 46px;}
	.s2_cont{ width:65%;}

	.s2_strip{ padding: 15px 0 16px;}
	.s2_strip_points li img{ width: 30px; margin: -3px 8px 0 0;}
	.s2_strip_points li{ font-size: 20px; line-height: 28px;}

	/*=============*/
	.s3_slide_col{ width:47%;}
	.package_header{ padding: 10px 10px 10px 15px;}
	.package_header_cont p{ font-size: 17px; line-height: 23px; margin-top: 10px;}
	.package_text{ font-size: 17px; line-height: 24px;}
	.package_points li{ font-size: 17px; line-height: 23px;}
	.package_bottom{ padding: 20px 20px 0;}
	.package_button_box{ padding: 0 20px 0; margin-top: 10px;}
	.package_box{ width:48%;}

	/*==================*/
	.ingredients_section{padding:40px 0 50px;}
	.ing_icon{width:60px;}	
}

@media only screen and (max-width:767px){
	.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
	.show-desk{display:none;}
	.show-mob{display:block;}
	.hide-mob{ display:none;}

	.topStrip{ height: 32px; padding: 8px 0; overflow:hidden;}
	.topStrip p{font-size: 15px; line-height:15px;}

	.header{ height:50px; margin-top: -50px; top: 50px; padding: 7px 0;}
	.logo{max-width: 125px;margin-top: 1px;}
	.fixed-nav .header{ border-bottom:1px solid #ddd;}
	.top-fix-bar{ margin-bottom:50px;}

	.mob-mnu-ic{ top:7px; right:10px;}
	.mobilemenu{ top:56px;}
	.mobimenu-top{ top:50px;}

	/*=============*/
	.banner { padding: 30px 0 30px;}
	.bnr-lft {width: 100%;text-align:center;}
	.bnr-model {position: static; width: 100%; margin: 20px auto 0;}
	.bnr-txt1 { }
	.bnr-hding {font-size: 32px;line-height: 40px;margin-top: 5px;}
	.bnr-hding span:after {bottom: 13%;  height: 9px;}
	.bnr-txt2 { margin-top: 10px;font-size: 16px;line-height: 24px;}
	.bnr-select-row { margin-top: 0;}
	.bnr-select-col{font-size: 16px;line-height: 20px;width: 48%; margin: 20px 0 0;}
	.banner_button_box{margin-top: 20px;}
	.banner_button_width, .button_width{max-width: 260px;}
	.banner_button, .common_button{    height: 50px;font-size: 18px;line-height: 50px;}

	.common_heading{ font-size: 28px; line-height: 38px;}
	.common_heading span{font-size: 20px;line-height: 27px;}
	.common_text{ font-size: 16px; line-height: 24px; margin-top: 10px;}

	/*=============*/
	.sec1_prod_mob{width:calc(100% + 30px); margin: 30px 0 0 -15px;}
	ul.sec1_list{}
	ul.sec1_list li{width: 100%;}
	ul.sec1_list li p{font-size: 16px;line-height: 24px;margin-top: 5px;}
	ul.sec1_list li span{font-size: 22px;line-height: 28px;}
	ul.sec1_list li img{width: 50px;margin-bottom: 10px;}


	/*=============*/
	.section2{padding:25px 0 35px;}
	.founder_box{padding:20px 15px 25px; flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-direction:column-reverse;}
	.founder_content, .founder_image{width:100%;}
	.founder_content{padding:0 5px; text-align: center;}
	.founder_image img{margin-bottom: -20px;}
	.founder_heading{font-size:30px; line-height:36px; color:#fff; margin-top:0; margin-bottom:25px;}
	.founder_text{font-size:17px; line-height:24px;}
	.quote_imge{width:58px; margin:20px 0 0;}
	.founder_info{margin:20px 0 0; padding:15px 0 0;}
	.sec2_inr{margin: 30px auto 0;padding: 0;row-gap: 20px;}
	.sec2_inr_bx{width:100%; padding:0 0 0px 0;}
	.sec2_inr_bx:after{display:none;}
	.sec2_icn{margin:0 15px 0 0;}
	.sec2_inr_bx span{font-size:20px; line-height:26px;}
	.sec2_inr_bx p{font-size:16px; line-height:24px; margin-top:8px;}
	.sec2_inr_bx:nth-child(2n){padding-left:0;}
	.sec2_inr_bx:nth-child(n+3){}
	.sec2_inr_bx:nth-child(n+3):before{display:none;}

	.compare-price h3{font-size:19px; line-height:22px;}
	.compare-price p{font-size:15px; line-height:17px;}
	.truth_box h3{font-size:20px; line-height:26px;}
	.truth_box p{font-size:17px; line-height:22px;}

	/*=============*/
	.section3{ padding:30px 0;}
	.package_block{ margin:35px auto 30px; row-gap:30px;}
	.package_box{ width:100%; padding-bottom:30px;}
	.package_button{margin-top: 10px;}
	.package_price{font-size: 20px;}
	.package_price span{font-size: 30px;}
	.package_header_cont{}
	.package_header_cont h3{ font-size: 24px; line-height: 32px;}
	.package_header_cont p{ font-size: 18px; line-height: 24px;}
	.package_text{ font-size: 18px; line-height: 24px;}
	.package_points li{ font-size: 17px; line-height: 24px;}
	.package-product{ margin: -10px auto 0;}
	
	.s3_inner{padding: 0;}
	.s3_left, .s3_rgt{width: 100%; text-align: center;}
	.s3-lst li{text-align: center;font-size: 16px;line-height: 24px;}
	.s3-lst li span{font-size: 22px;line-height: 28px;}
	.s3-lst li img{margin: 0 auto 5px;width: 60px;}
	.s3-btn{display: inline-block;vertical-align: middle;width: 100%;}

	/************************/	 
	.ingredients_section{padding: 30px 0;}
	.ingredients-row{row-gap: 10px;margin-top: 20px;}
	.ing_icon {position: static;}
	.ingredients-col{width:100%; background:none; border:none; text-align:center; padding:0;}
	.ingredients-col span{font-size:22px; padding-right:0; line-height: 32px;}
	.ingredients-col small{
		position:relative; 
		display:inline-block; 
		vertical-align:middle; 
		background:#fff; 
		border:1px solid #298fc2; 
		border-radius:100px;
		padding:3px 10px;
		margin:12px 0 0;
	}
	.ingredients-col small:before, .ingredients-col small:after{
		content:'';
		position:absolute;
		border-top:1px dotted #298fc2;
		width:60px;
		top:12px;
	}
	.ingredients-col small:before{
		left:-60px;
	}
	.ingredients-col small:after{
		right:-60px;
	}
	.ingredients-col p{font-size: 16px;line-height: 24px;padding: 0 30px;margin-top: 5px;}
	.ing_icon1-m{ position:absolute; left:-15px; top:-41px;}
	.ing_icon1-m2{ position:absolute; right:-15px; top:-5px;}
	.ing_icon2-m{ position:absolute; right:-15px; top:-40px;}
	.ing_icon3-m{ position:absolute; left:-15px; top:-42px;}
	.ing_icon3-m2{ position:absolute; right:-15px; top:15px;}
	.ing_icon4-m{ position:absolute; left:-15px; top:45px;}
	.ing_icon5-m{ position:absolute; right:-15px; top:-48px;}
	.ing_icon5-m2{position:absolute; right:0; top:50px;}
	.ing_icon6-m{ position:absolute; left:-15px; top:-18px;}
	.ing_icon6-m2{position:absolute; right:-15px; top:28px;}

	ul.ingredients_bottom{row-gap:25px;}
	ul.ingredients_bottom li{width:33.3%;}

	/*=============*/
	.section4{ padding:30px 0;}
	.s4_mid_block{ padding: 30px 15px 40px; margin: 35px auto 0; border-radius:0; background: rgb(227,229,237); background: linear-gradient(180deg, rgba(227,229,237,1) 40%, rgba(183,200,227,1) 80%);}
	.s4_mid_cont{ width:100%; text-align:center;}
	.s4_mid_img_box{ width:100%; margin:25px 0 30px;}
	.s4_mid_img_box ul li{ width: 32%;}
	.s4_mid_img_box ul li img{ border-radius: 12px;}
	.s4_mid_img_box ul li:nth-child(even){ margin-top: 30px;}
	.s4_mid_col_cont{ width:100%; padding-left:0; text-align:center; margin-top:15px;}
	.s4_mid_col{ justify-content: center; margin-top: 35px;}
	.s4_mid_box{ padding: 0 15px;}
	.s4_mid_col_cont h3{ font-size: 20px; line-height: 24px;}
	.s4_mid_col_cont p{ font-size: 18px; line-height: 24px;}
	.s4_mid_img_box ul li:nth-child(even) img{ position:static;}

	/*=============*/
	.section5{padding:30px 0;}
	.faq-container{padding:0 0; margin-top:5px;}
	.accordion{background-position:right 25px center; padding:15px 45px 15px 15px; font-size:17px; line-height:27px;}
	.acdn-content{padding:15px 20px 10px 15px;}
	.acdn-para{font-size:16px; line-height:24px; margin-bottom:10px;}
	ul.acdn_list{ padding-left:25px;}

	.blue-strip-box{ display: inline-block; vertical-align: middle;}
	.blue-strip-lft{ width:100%;}
	.strip-imgbx{ padding-bottom: 85%;}
	.blue-strip-rgt{ width: 100%; padding: 20px 10px 25px;}
	.blue-strp-hd{ padding:0;}

	.testiBox{ margin-top:0; padding:0 5px;}
	.testi-row{ padding-left:60px;}
	.testi-star{ width:90px;}
	.testi-para{ font-size:16px; line-height:24px;}

	#ctabtn-mob{
		background: #e21923;
		padding:7px 0px;
		position: fixed;
		bottom:0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width:100%;
		}
	#ctabtn-mob .order-btn{ margin:0;}	

	.footer{ padding: 0 0 20px;}
	.ftr-logo{width:110px; margin:20px auto 5px;}
	.footer .ftr-txt a{ padding:0 3px;}
	img.ftrlogo {max-width: 120px; margin-top: 10px;}
	.ftr-txt{ font-size: 14px; line-height: 22px; margin-top: 10px;}

	

}