@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: 'Montserrat', 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;}
a:hover {}
img {border:none; max-width: 100%;   vertical-align: middle; 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;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

.white_text { color: #fff !important;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*=========FONTS===========*/
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #19c7fe;
    padding:7px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 5px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:84px;
	}
.header{
	float: left;
	width: 100%;
	height: 84px;
	margin-top: -84px;
	position: relative;
	top: 84px;
	background: #fff;
	/* box-shadow: 1px 1px 10px #ccc; */
	padding: 15px 0;
	z-index: 3;
}
/*.logo-sec:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    top: -5px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #ccc;
    z-index: -1;
}*/
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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-sec{
	display: inline-block;
	float: left;
	max-width: 200px;
	position: relative;
	z-index: 1;
	margin: 0px 0px 0 0;
}
.fixed-nav .logo-sec {}
.fixed-nav .logo-sec:after{}
.logo{
	display:inline-block;
	vertical-align:top;
	}
.logo-sec p{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:21px;
	letter-spacing:0.5px;
	color:#ffffff;
	padding-left:15px;
	margin-left:10px;
	border-left:1px solid #6692b8;
	}
.logo-sec p span{
	font-size:20px;
	font-weight:bold;
	}

a.header-btn{ 
	float:right; 
	width:141px;
	font-size:18px;
	color:#ffffff;
	height:42px;
	border-radius:4px;
	font-weight:600;
	line-height:40px;
	background:#00c04e;
	margin-top:14px;
	}
	
ul.mainMenu{
	display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0;
}
ul.mainMenu1 {
    float: right;
}
ul.mainMenu li{
	float:left;
    padding:0 12px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:170px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index: 9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
a.hdr-btn{
	float: right;
    width: 160px;
    margin-top: 5px;
    border-radius: 5px;
    height: 46px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 46px;
    position: relative;
    font-weight: 500;
    background: #00a564;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: inherit;
	}
/*========BANNER=======*/
.banner{
	    background: url(../images/bnr-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    height: 783px;
    background-size: cover;
    position: relative;
	}
#banner__wave{
	bottom: -48px;
	left:0;
	position: absolute;
	width: 100vw;
	transform: scaleX(-1);
	}
#banner__wave path{
	fill: white;
	}	
.banner_block{
    float: left;
    width: 100%;
	position:relative;
	}
.banner_left{
	float: left;
    width: 60%;
    text-align: left;
    padding: 80px 0 117px;
}
.banner_sub_heading{
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	}	
.banner_heading{
    font-size: 58px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
	}
.banner_text{
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	padding-right: 100px;
	margin-top: 30px;
	float: left;
	}
.banner_strip{
	float:left;
	width:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
	margin-top:24px;
	}	
.bnr_strip_box{
	background: #8b6baa;
    padding: 12px 7px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
    width:180px;
	}
.bnr_strip_box img{ width:39px;}	
.bnr_strip_box p{
	text-align:left;
	padding-left:6px;
	font-size:17px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}	
ul.banner_list{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 525px;
    margin-top: 12px;
	}	
ul.banner_list li{
	background:url(../images/bnr-lst-tike.png) no-repeat left 5px;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
	text-align:left;
    position: relative;
	background-size:23px;
    padding-left: 38px;
    margin-top: 15px;
	}	

.button__box{
	float:left;
	width:100%;
	margin-top:50px;
	}
.button__box.button__box_mrg40{ margin-top:40px;} 
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:450px;
	text-align:center;
	}
.button_rating{
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
	}
.button_rating img{
	display:inline-block;
	vertical-align:middle;
	width:68px;
	margin:-6px 6px 0 0;
	}	
.button_rating_white{ color:#fff;}	
.common__button{
	display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
    height: 70px;
    color: #fff;
    text-align: center;
    font-size:24px;
    line-height: 26px;
    background: #00a564;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.3px;
    position: relative;
	}
.common__button img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-1px 0 0 12px;
	}
.button_order{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.button_order img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-2px 6px 0 0;
	}	
.button_order_white{ color:#fff;}	
.button_order_white img{ filter:  brightness(0) invert(1);}	
.bnr_product{
        position: absolute;
    bottom: -30px;
    right: 288px;
    z-index: 2;
    max-width: 300px;
	}	

/*======================*/

.bnr-btm-sec{
	float: left;
    width: 100%;
    padding: 40px 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
	}
.bnr-btm-sec h3{
	float: left;
    width: 100%;
    font-size:32px;
    line-height: 35px;
	font-weight:bold;
    color: #0056a0;
	}
.bnr-btm-list{
	float:left;
	width:100%;
	margin-top:0px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.bnr-btm-list li{
	    float: left;
    width: 25%;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    padding: 0 0 0 56px;
    position: relative;
	}
.bnr-btm-list li img{
	position:absolute;
	left:0;
	top:0;
	}
.bnr-btm-list li:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #e5edf0;
	width: 1px;
}
.bnr-btm-list li:last-child:after { display:none;}
/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	background:#fff;
	padding:60px 0;
	}	
.common_heading{
    font-size: 44px;
    line-height: 54px;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
	}
.common_heading span{     
	color: #644498;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 5px;
}	
.common_text{
    font-size: 17px;
    line-height: 28px;
	color:#000;
	position:relative;
	z-index:1;
	margin-top:15px;
	}
.s1_mid_wrap{
	margin:50px auto 0;
	width:100%;
	max-width:1030px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s1_mid_imgbx{
	width:52.331%;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	border-radius:12px;
	overflow:hidden;
	}	
.s1_mid_imgbx img{
	margin:0 auto 0;
	display:block;
	}	
	
.s1_mid_content{
	width:45%;
	}	
.science_row_wrap{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	row-gap:20px;
	}
.science_col_box{
	float:left;
	width:100%;
	border-radius:15px;
	padding:20px;
	overflow:hidden;
	position:relative;
	padding-right: 180px;
	text-align:left;
	}	
.col_box_bg1{ 
	background:url(../images/snc-col-bg1.jpg) #306c51 no-repeat center top; 
	}	
.col_box_bg2{ 
	background:url(../images/snc-col-bg2.jpg) #644498 no-repeat center top; 
	}	
.col_box_bg3{ 
	background:url(../images/snc-col-bg3.jpg) #332b50 no-repeat center top; 
	}
.science_col_box h3{
	font-size:24px;
	line-height:26px;
	color:#fff;
	font-weight:bold;
	}	
.snc_col_txt{
	font-size:18px;
	line-height:22px;
	color:#fff;
	margin-top:10px;
	position:relative;
	z-index:1;
	font-size: 17px;
    line-height: 26px;
	}
ul.science_col_list{
	margin:12px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.science_col_list li{
	text-align:center;
	width:33.33%;
	padding:0 5px;
	position:relative;
	}	
ul.science_col_list li:before{
    content: '=';
    position: absolute;
    bottom: 12px;
    right: -8px;
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
	}	
ul.science_col_list li:nth-child(2):before{ right:8px;}	
ul.science_col_list li:last-child:before{
	display:none;
	}	
ul.science_col_list li img{
	margin:0 auto 0;
	display:block;
	width:50px;
	}
ul.science_col_list li p{
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	}	
.snc_bg3_img{
	position:absolute;
	top:12px;
	right:12px;
	}	

/*=======SECTION2======*/
.section2{
    float: left;
    width: 100%;
	background:#fff9f2;
	padding:60px 0;
	position:relative;
	}

.s2_content{
	float:left;
	width:46%;
	text-align:left;
	margin-top:10px;
	}
.s2_points_wrap{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding-right: 75px;
    margin-top: 20px;
	}		
.s2_list_heading{
	font-size:28px;
	line-height:36px;
	color:#644498;
	font-weight:bold;
	}
ul.s2_list{
	display: flex;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
	flex-wrap: wrap;
	row-gap: 5px;
	}
ul.s2_list li{
	    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 17px;
    line-height: 28px;
	}
ul.s2_list li img{ width:60px;}	
ul.s2_list li p{
	width: calc(100% - 60px);
	text-align: left;
	padding: 14px 0 14px 20px;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dashed #b9a7c9;
	margin-bottom: 15px;
	}
.s2_product{
	position: absolute;
	top: 240px;
	right: -190px;
	z-index: 2;
	max-width: 280px;
	}
.s2_content .button__box{ margin-top:40px;}

.s2_imgbx{
	float:right;
	width:50%;
	position:relative;
	border-radius:12px;
	overflow:hidden;
	margin-top:15px;
	}
.s2_bnr_img{
	margin:0 auto 0;
	display:block;
	}
.s2_ingbx_cont{
	position:absolute;
	top:40px;
	left:35px;
	width:100%;
	max-width:190px;
	padding:20px 0;
	}	
.s2_ingbx_cont:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:url(../images/s2-ingbx-top.png) no-repeat center top;
	width:100%;
	height:74px;
	}	
.s2_ingbx_cont:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/s2-ingbx-btm.png) no-repeat center top;
	width:100%;
	height:27px;
	}	
.s2_ingbx_cont h3{
	font-size:55px;
	line-height:55px;
	color:#644498;
	font-weight:bold;
	}	
.s2_ingbx_cont p{
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	margin-top:5px;
	}
.s2_bx_quto{
	position:absolute;
	top:-12px;
	left:50%;
	margin-left:-15px;
	}	
/*=======SECTION5======*/
.section5{
        float: left;
    width: 100%;
    background: #ffffff;
    padding: 60px 0;
	}	
.s5_ingredients_block{
	    margin: 30px auto 30px;
    width: 100%;
    max-width: 920px;
    display: flex;
    column-gap: 20px;
	}	
.s5_ing_prod{
	max-width: 390px;
	}
ul.s5_ing_list{
        width: 30%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 60px;
    margin: 50px 0;
	}
ul.s5_ing_list li{
	    font-size: 18px;
    line-height: 18px;
    color: #1d1d1d;
    font-weight: 600;
    width: 100%;
	}			

.s5_ingredients_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1957px;
	}	
.s5_ingredients_row{
    margin: 0 auto 0;
    width: 100%;
	}	
.s5_ingredients_col{
	width: 375px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
	}		
.s5_ing_imgs{
	margin:0 auto 0;
	display:block;
	}	
.s5_ing_content{
	position:absolute;
	left:0;
	bottom:0;
	padding:20px;
	}	
.s5_ing_content h3{
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	}	
.s5_ing_content p{ 
	margin-top:10px!important; 
	min-height: 78px;
	}

/*=======SECTION7======*/
.section7{
    float: left;
    width: 100%;
	background:#fffbf4;
	padding:70px 0;
	}	
.s7_mid_wrap{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s7_imgbox{ width: 49.2%;}
.s7_imgbox img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}
	
.s7_contbox{ 
	width: 47%;
	text-align:left;
	}	
	
ul.s7_contbx_list{
	    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	}
ul.s7_contbx_list:before{
    content: '';
    position: absolute;
    top: 70px;
    left: 32px;
    bottom: 0;
    background: url(../images/s7-list-line.png) no-repeat;
    width: 9px;
    height: 300px;
	}		
ul.s7_contbx_list li{
        float: left;
    width: 100%;
    text-align: left;
    position: relative;
    /* margin-top: 39px; */
    padding: 10px 0 10px 94px;
	}
ul.s7_contbx_list li img{
	position:absolute;
	top:0;
	left:0;
	width:77px;
	}
ul.s7_contbx_list li h3{
	font-size:22px;
	line-height:27px;
	color:#000;
	font-weight:bold;
	}	
ul.s7_contbx_list li p{ margin-top:8px !important;}		
.s7_contbox .button__box{ margin-top:30px;}	

/*=========OFFER STRIP========*/	
.offer_strip{
	float:left;
	width:100%;
	background:#644498;
	padding:30px 0;
	}	
.timer_strip{
	float: left;
	width: 100%;
	background: #efe6ff;
	padding: 10px 0;
	}	
.offer_box{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}		
.offer_text{
	font-size: 18px;
	line-height: 22px;
	color: #000;
	}	
.timer_box{ margin-left:12px;}	
#clockdiv{
    max-width: 186px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	}
#clockdiv > div{
	width: 43px;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;		
	}
#clockdiv div > span{
    width: 100%;
    height: 37px;
    text-align: center;
    padding: 2px;
    color: #000;
    font-size: 21px;
    line-height: 37px;
    font-weight: bold;
    border-radius: 6px;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	}
#clockdiv div > small{
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	margin-top:10px;
	}
#clockdiv p{
    float: left;
    width: 18px;
    color: #000;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
	}
	
/*=========SECTION10========*/
.section10{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.s10_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1100px;
	}
.s10_left{
	float:left;
	width:45%;
	}
.package_slider_box{
	float:left;
	width:100%;
	position:relative;
	}
.package_slider{
	float:left;
	width:100%;
	height:100%;
	position:relative;
	}
.package_slider div{
	border-radius:20px;
	}	
.pakge-slide-prod{ margin:43px auto 0;}
.pkg-seal{
    position: absolute;
    top: 12px;
    left: 12px;
	}
.prd-nav1{ width:50px;}
.pck_sld_text{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: 500;
    padding: 5px 16px 6px;
    text-transform: capitalize;
    border-radius: 50px;
    background: #fff;
    z-index: 6;
	}
	
.s10_right{
	float:right;
	width:48%;
	}	
.s10_pkg_heading{
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	text-align: left;
	}	

/*PACKAGE CSS*/
.purchase_box{
	float:left;
	width:100%;
	}
.switch_optBox{
	width:100%;
	margin:15px auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.option_row{
    width: 48%;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 19px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 17px 10px;
	}
.option_row.active{
	background:#017540;
	border:2px solid #017540;
	color:#fff;
	}

	
.package_row{
	    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 13px;
	}
.package_col{
	width: 49%;
    float: left;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
	}
.package_col.active {
    background: #ede2ff;
    border-color: #644498;
    box-shadow: 0 0 0 1px #644498;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.extra-pkg .package_col.active {
    background: #fff5ee;
    border-color: #df5d00;
    box-shadow: 0 0 0 1px #df5d00;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.radio_opt{
	width:5%;
	padding:0;
	margin-top:0;
	}
.radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.radio_opt span{
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #d7d7d7;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.active .radio_opt span{background:#fff; border:1px solid #b7b7b7;}
.active .radio_opt span:before{
	content:'';
	position:absolute;
	width:9px;
	height:9px;
	background:#644498;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.purchase_info{
	width:22%;
	}
.purchase_info img{
	margin:0 auto 0;
	display:block;
	}	

.purchase_offerBx{
        width: 100%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
.pkg-hdg-text{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.pkg-qty-text{
    font-size: 18px;
    line-height: 22px;
    color: #017540;
    font-weight: bold;
    margin-top: 6px;
	}		
.pkg-save-text{
    display: inline-block;
    vertical-align: top;
    background: #644498;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    padding: 4px 15px 3px;
	position: absolute;
    left: 160px;
    top: -10px;
	}	
	
.purchase_priceBx{
	width:25%;
	text-align:right;
	}	
.pkg-list-price{
	font-size:28px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
.pkg_cut_price{
	display:inline-block;
	font-size:19px;
	line-height:19px;
	color:#000;
	font-weight:400;
	position:relative;
	}
.pkg_cut_price:after{
	position:absolute;
	content:"";
	left:-2px;
	right:-2px;
	transform:rotate(-12deg);
	top:49%;
	border-top:1px solid #ff0000;
	}
.free_shipp{
	font-size:13px;
	line-height:13px;
	color:#000;
	font-weight:500;
	margin-top:5px;
	text-transform:uppercase;
	}
.free_shipp img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-4px 6px 0 0;
	}	
							
.cart_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:434px;
	margin-top:35px;
	}
.cart_btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}		
.cart_common_btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    background: #006b41;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.3px;
    position: relative;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.cart_common_btn img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -6px 0 0 12px;
	}	
.cart_button_order{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.cart_button_order img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 6px 0 0;
	}	
/*=============sectionSeven=============*/
.sectionSeven{
	float: left;
    width: 100%;
    padding:60px 0 60px;
    background: #f1f6fc;
}
.packgSec{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 40px;
    position: relative;
    float: left;
    row-gap: 20px;
    justify-content: center;
    column-gap: 26px;
    padding: 0 0px;
    flex-wrap: wrap;
}
.package{
	width: 30%;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.package.left{float:left;}
.package.right{ float:right;}

.pkg-toptext{
	display:inline-block;
	vertical-align:top;
	color:#00559f;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	background:#ffdf9a;
	padding:3px 50px;
	border:1px solid #0056a0;
	border-radius:50px;
	margin-top:-19px;
	letter-spacing:0.5px;
	}
.packg-head{
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #000;
    padding: 26px 0 15px;
}
.packg-head img {
    display: inline-block;
    margin: -7px 8px 0 -7px;
    vertical-align: top;
}
.package.mid .packg-head{}	
.packg-strip{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	background:#efefef;
	padding:2px 0 3px;
	}
.package.mid .packg-strip{
	color:#fff;
	background:#00559f;
	}
.packgProd{
	float: left;
	width: 100%;
	padding:20px 0;
	margin-top: 0px;
	background:#fff;
	border:1px solid #e9e9e9;
	text-align:center;
	position: relative;
	z-index: 1;
}
.package.mid .packgProd{}
.packgImg{
	display: block;
    margin: 0px auto -10px;
    max-width: 290px;
	width: 100%;
}
.packgPricebox{
	float:left;
	width:100%;
	padding:18px 10px 18px;
	border-bottom:2px solid #eaeaea;
}
.package.mid .packgPricebox{ }
.prcOfftext{
	float: left;
    color: #000;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.free-ship{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#376ca5;
	font-weight:500;
	text-transform:uppercase;
	}
ul.packglist{
	float:left;
	width:100%;
	margin-top:10px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	}
ul.packglist li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 25px 4px;
	background:url(../images/pkg-tik.png) no-repeat 0 center;
	border-right:1px solid #d7d7d7;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:center;
	font-weight:600;
	margin-right:5px;
	}
ul.packglist li:last-child{ border-right:none;margin-right:0;}
.list-prc{
	display: inline-block;
	vertical-align:middle;
    width: 90%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 5px;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid red;
    left: -3px;
	right:-3px;
    top: 10px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}			
.reglr-prc{
	float: right;
	color: #000;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}
.freeshpng{
	font-size: 16px;
    line-height: 26px;
    color: #afafaf;
    font-weight: 400;
    margin-top:0px;
    position: relative;
    width: 100%;
    display: inline-block;
	text-align:left;
}
.package.left .freeshpng {
}
.freeshpng:nth-child(3) {
    background: #f32a2a;
}
.freeshpng img {
    position: absolute;
    left: 6px;
    top: 4px;
    max-width: 20px;
}
.freeshpng span{
	color:#f58833;
	}
.package .btn-box{margin-top: 20px;}
.package a.packageBtn{
}
.package .btn-txt{
	}
.pkg-card {
    display: block;
    margin: 10px auto;
    max-width: 180px;
}
.stocktext{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:6px;
	}
.stocktext span{ color:#ff2a2a;}
.pkg-control{
	float:left;
	width:100%;
	background:#edf3f7;
	padding:9px 0;
	font-size:14px;
	line-height:18px;
	color:#070808;
	border-radius:0 0 16px 16px;
	display:none;
	}
.pkg-control img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 8px;
	}
/*=============sectionEight=============*/
.sectionEight{
	float:left;
	width:100%;
	padding: 50px 0;
    background: #fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:960px;
	width:100%;
	margin:20px 0 20px;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	margin-top:25px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
	border:2px solid #fff;
	}
.up-slide-dwn.active{}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:25px 45px 25px 25px;
	font-size:24px;
	line-height:30px;
	font-weight:700;
	color:#000000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 30px 15px 25px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:500;
	margin-bottom:15px;
	}


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	background: #efe6ff;
	}
.ftr-logo{
	display:block;
	margin:0 auto 18px;
	max-width:200px;
	}
.footerBox1 {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 17px;
    line-height: 26px;
    row-gap: 10px;
    margin-bottom: 15px;
}

.ftrBox1 {
    width: 100%;
    float: left;
}

.ftrBox1 img {
    display: none;
}
.ftr-txt1{
	font-size:16px;
	line-height:30px;
	color:#2d2d2d;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#2d2d2d; padding:0 3px;}

.ftrtext2{ font-size:14px; line-height:22px; letter-spacing:0.5px; margin-top:15px;}


/*==============Media=============*/

/*----------- popup ---------------- */
#pop_overlay, #ing_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content, #ing_content {
	height: auto;
	max-width: 90%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	width:600px;
}
#ing_content {
	width:1000px;
}

.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #efefef;
    padding: 60px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size: 22px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    line-height: 30px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	margin:0px 0 15px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #644498;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
    margin: 20px 0 50px;
}

@media only screen and (max-width: 767px){
	.tems_bg {padding: 10px 0;}
	.trms-sec2{ padding:30px 0;}
	.trms-sec2 .top-txt{ font-size:18px; line-height:26px;}
}
/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#fffbf4;
	padding:60px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 45%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 60px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
        float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
    line-height: 28px;
	}	
ul.cnt-list li span{
    font-weight: bold;
	display: block;
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background:#644498;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #644498;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

.cont-btn{
	margin-top:20px;
	}
.packageBtn {
  border: none;
  display: inline-block;
  margin-top: 20px;
}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}	

.thank-you {
    float: left;
    width: 100%;
    padding: 50px 0;
	background:#f1f6fc;
}
.right{ float:right; text-align: left;}
.left{ float:left; text-align: right;}
.overflow{ overflow:hidden;}

@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 8px;}

.banner{background-position: right 45% top;}
#banner__wave{ bottom: -24px;}
.banner_sub_heading{ font-size: 22px; line-height: 28px;}
.banner_heading{ font-size: 50px; line-height: 54px;}	
.banner_text{ padding-right:0;}
.bnr_strip_box{ width:184px;}
.bnr_product{ bottom: -28px; right: 160px; width: 350px;}

.common_heading{ font-size: 44px; line-height: 52px;}
.s1_mid_imgbx{ width:51%;}
.s1_mid_content{ width:46%;}

.s2_list_heading{ font-size: 27px; line-height: 35px;}

.s4-mid-right{padding-right: 330px;}
.s4-left-img{ width: 460px;}
ul.s4-mid-list{padding:0;}
ul.s4-mid-list li{width: 30%;}
ul.s4-mid-list li:after { display:none;}
.s4-list-text1{padding: 0 0px;}
.s4-list-text2 {padding: 0 3px;}
.s4-prod{right: 20px; width: 250px;  bottom: 0;}
.s4-prod1{right: 80px; max-width: 270px; bottom: -10px;}

.purchase_priceBx{ width: 27%;}
.s10_right{ width:48%;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk,.hide-tab{ display:none;}
.forTab{ display:block;}

.logo-sec{margin:0;}
ul.mainMenu{ display:none;}
.mobilemenu{ top:98px;}
.mobimenu-top{ top:98px;}
.mob-mnu-ic{right: 175px;top: 25px;}

.banner{ height:auto; background-position: right 43% top;}
.banner_left{ width: 58%; padding: 40px 0 60px;}
.banner_sub_heading{ font-size: 22px; line-height: 24px;}
.banner_heading{ font-size: 38px; line-height: 46px;}
.banner_text{ font-size: 17px; line-height: 25px; padding-right: 0;}
.bnr_strip_box{ width: 138px;}
.bnr_strip_box img{ width: 30px;}
.bnr_strip_box p{ font-size: 14px; line-height: 18px;}
ul.banner_list li{ font-size: 18px; line-height: 24px; background-size: 18px; padding-left: 30px; margin-top: 14px;}
.bnr_product{ bottom: -4px; right: 40px; width: 350px;}

ul.brand_list li img{ height: 24px;}

.bnr-btm-sec ul{ margin-top:0;}
.bnr-btm-sec ul li {font-size: 15px; line-height: 24px; text-align: center; padding: 0;}
.bnr-btm-list li:after {right: 0%;}
.bnr-btm-sec ul li img{ position:static; display:block;margin:0 auto 7px;}

.section1{ padding:50px 0 110px;}
.common_heading{ font-size: 36px; line-height: 44px;}
.common_text{ font-size: 17px; line-height: 25px;}
.s1_mid_wrap{ align-items: flex-start;}
.s1_mid_imgbx{ width:40%;}
.s1_mid_content{ width:57%;}
.col_box_bg1{ padding-right:100px;}
.col_box_bg3{ padding-right:115px;}

.section2{ padding:50px 0 60px;}
.s2_content{ width:47%;}
.s2_points_wrap{ padding-right: 0; margin-top: 24px;}
.s2_list_heading{ font-size: 26px; line-height: 34px;}
ul.s2_list li img{ width: 60px;}
ul.s2_list li p{ width: calc(100% - 60px); padding: 18px 0 18px 12px; font-size: 20px; line-height: 24px;}
.s2_product{ right: -270px;}
.s2_ingbx_cont{ top: 30px; left: 10px;}
.s2_ingbx_cont p{ font-size: 14px; line-height: 20px;}

.section5{ padding:50px 0 60px;}
.s5_ingredients_block{ margin: 50px auto;}
ul.s5_ing_list li{ font-size: 17px; line-height: 21px;}
.s5_ing_prod{ width: 675px;}
.s5_ingredients_col{ width: 365px !important;}
.s5_ing_content h3{ font-size: 24px; line-height: 28px;}

.section7{ padding:60px 0;}
.s7_imgbox{ width: 46%;}
.s7_contbox{ width: 51%;}
ul.s7_contbx_list li{ margin-top: 34px; padding: 0 0 0 80px;}
ul.s7_contbx_list li img{ width:70px;}
ul.s7_contbx_list li h3{ font-size: 24px; line-height: 28px;}
ul.s7_contbx_list:before{ height:270px;}

.section10{ padding:50px 0 60px;}
.s10_left{ width:46%;}
.s10_right{ width: 50%;}
.s10_pkg_heading{ font-size: 32px; line-height: 34px;}
.option_row{ font-size:16px; line-height:16px;}
.package_col{ padding:14px 10px;}
.package_row{ margin-top:25px;}
.radio_opt{ width:8%;}
.purchase_info{ width: 19%;}
.pkg-hdg-text{ font-size: 20px; line-height: 20px;}
.pkg-qty-text{ font-size: 15px; line-height: 15px;}
.purchase_priceBx{ width: 30%;}
.pkg_cut_price{ font-size: 18px; line-height: 18px;}
.pkg-list-price{ font-size: 26px; line-height: 26px;}
.free_shipp{ font-size: 11px; line-height: 11px;}
.free_shipp img{ width: 18px; margin: -4px 4px 0 0;}

}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.topStrip p{ font-size:13px; line-height:18px;}
.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;padding: 8px 0;}
.logo-sec:after{width: 90px;  height: 90px;}
.mob-mnu-ic{ right:15px; top:10px; left:auto;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}
.logo-sec{ margin-top: -3px; max-width: 140px;}
.fixed-nav .logo-sec{}
.fixed-nav .logo-sec:after{}
.logo{ width:125px;}
.logo-sec p{font-size:14px;line-height: 16px;padding-left: 10px; margin-left:6px;}
.logo-sec p span{ font-size:17px; line-height:20px;}

.banner{ padding:20px 0 50px; background:#030e14;}
#banner__wave{ bottom: -1px; transform: none;}	
.banner_left{ width: 100%; padding: 0; text-align:center;}
.banner_sub_heading{ font-size: 17px; line-height: 23px;}
.banner_heading{ font-size: 30px; line-height: 34px;}
.bnr_bg_mob{ width: calc(100% + 30px); margin: 0 0 0 -15px; max-width: none;}
.banner_text{ font-size: 15px; line-height: 24px; text-align: left; margin-top: 20px;}
.banner_strip{ column-gap: 3%; float: none; max-width: 390px; margin:14px auto 0;}
.bnr_strip_box{ width: 31.33%; text-align: center; flex-wrap: wrap; padding: 8px 7px;}	
.bnr_strip_box img{ width: 32px; margin:0 auto 0; display:block;}	
.bnr_strip_box p{ width: 100%; font-size: 15px; line-height: 18px; padding: 0; text-align: center; margin-top:6px;letter-spacing: 0.5px;}	
ul.banner_list{ max-width: 350px; margin-top: 12px;}	
ul.banner_list li{ font-size: 16px; line-height: 22px; background-size: 15px; padding-left: 25px; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #7d7d7d;}	
ul.banner_list li:last-child{ border:none;}	
.button__box, .button__box.button__box_mrg40 {margin-top: 30px;}

.bnr-btm-sec{ padding:25px 0 25px;}
.bnr-btm-sec ul {margin-top: 0;row-gap: 20px;}
.bnr-btm-sec ul li {width: 50%;}
.bnr-btm-list li:nth-child(2):after { display:none;}

.section1{ padding: 30px 0;}
.common_heading{ font-size: 28px; line-height: 36px;}
.s1_mid_img_m{ margin:10px auto 0px; width:calc(100% + 30px); margin-left:-15px; max-width:none;}
.common_text{ font-size: 16px; line-height: 24px;}
.s1_mid_wrap{ align-items: center; max-width: 450px; margin: 25px auto 0;}
.s1_mid_content{ width:100%;}
.science_row_wrap{ row-gap: 12px;}
.science_col_box{ padding:15px;}
.science_col_box h3{ font-size: 20px; line-height: 24px;}
.snc_col_txt{ font-size: 16px; line-height: 24px;}
.col_box_bg1{ padding-right: 90px;}
ul.science_col_list li img{ width:45px;}
ul.science_col_list li p{ font-size: 14px; line-height: 18px;}
ul.science_col_list li:before{ bottom: 8px; right: -11px;}
ul.science_col_list li:nth-child(2):before{ right: 6px;}
.col_box_bg3{ padding-right:75px;}
.snc_bg3_img{ top: 25px; right: -16px; width: 100px;}


.section2{ padding: 0 0 35px; background:#000000;}
.section2:before{ top: -74px; background-size: 37px; z-index: 1;}
.s2_content{ width:100%; margin:0; text-align:center;}
.s2_mob_bg{ background:#0a0a0a; width:calc(100% + 30px); margin-left:-15px; padding:30px 15px;}
.s2_top_bg_m{ width:calc(100% + 30px); margin-left:-15px; max-width:none; float:left; margin-top: 30px;}
.s2_mob_bg .common_heading, .s2_mob_bg .common_text{ color:#fff;}
.s2_rev_mob{ float:left; width:100%; position:relative; height: 227px;}
.s2_ingbx_cont{ top: 44px; left: auto; right: 5px; max-width: 140px;}
.s2_bx_quto{ top: -9px; margin-left: -12px; width: 24px;}
.s2_ingbx_cont h3{ font-size: 45px; line-height: 45px;}
.s2_ingbx_cont p{ font-size: 15px; line-height: 20px;}
.s2_ingbx_cont:before, .s2_ingbx_cont:after{ background-size: contain;}
.s2_goal_mob{ margin:-220px auto 0; width:calc(100% + 30px); margin-left:-15px; max-width:none; z-index: 2; position: relative;}
.s2_content .button__box{ margin-top: 30px;}
.s2_points_wrap{padding: 20px; margin-top: 24px; background: rgba(0, 0, 0, 0.7); border-radius: 10px; padding-bottom:0;}
ul.s2_list li p{ color:#fff;}
ul.s2_list li{ color:#fff; text-align:left; font-size: 16px; line-height:24px;}
.s2_list_heading{ color:#fff;}
.s2_content .button_order{ color:#fff;}

.section5{ padding: 30px 0; background:#fff;}
.s5_ingredients_block{ margin: 25px auto; max-width: 340px; display:none;}
ul.s5_ing_list li{ font-size: 11px; line-height: 14px;}
.s5_ing_prod{ margin: 5px auto;}
.s5_ingredients_wrap{ padding:0 12px;}
.s5_ingredients_col{ width: 100% !important; border-radius:0;}
.s5_ing_content{ width:100%; position: absolute; left: 0; top: 0; bottom: 0; right: 0; padding: 20px 17px;}
.s5_ingredients_row{ display: -webkit-flex; display: flex; flex-wrap: wrap; max-width: 400px; row-gap: 12px; margin-top:20px;}
.s5_ing_content h3{ font-size: 20px; line-height: 26px;}
.s5_ing_content p{ min-height:auto;}
.s5_ing_imgs_m{ margin:0 auto 0; display:block; height: 144px; object-fit: cover;}

.section7{ padding: 30px 0;}
.s7_contbox{ width:100%;}
.s7_cont_mob{ float:left; width:100%; background:#fff9f2; margin:25px 0 5px 0px; padding:0 0 0 0px;}
.s7_inner_mob{ display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin:0 auto 0;}
ul.s7_contbx_list{ width:100%; margin-top: 10px;}
ul.s7_contbx_list li{ margin-top: 0px; padding: 0 0 0 65px;}
ul.s7_contbx_list li:first-child{ margin-top:0;}
ul.s7_contbx_list li img{ width: 55px;}
ul.s7_contbx_list:before{ height: 300px; top: 30px; left: 23px;}
ul.s7_contbx_list li p{ margin-top: 5px !important; line-height: 24px;}
.s7_imgbx_mob{ width: calc(100% + 20px);  max-width: unset; margin-left: -10px; margin-top:20px; float: left;}
.s7_imgbx_mob img{ margin:0 auto 0; display:block;}
ul.s7_contbx_list li h3{ font-size: 20px; line-height: 26px;}

.offer_strip{ padding:18px 0;}
.timer_strip{ padding:10px 0;}
.offer_text{ font-size: 16px; line-height: 24px;}
.timer_box{ margin-left: 6px;}
#clockdiv{ max-width: 126px;}
#clockdiv div > span{ height: 32px; font-size: 18px; line-height: 32px;}
#clockdiv p{ width: 18px; font-size: 22px; line-height: 32px;}

.section10{ padding: 25px 0 35px; background:#fffbf4;}
.s10_left{ width:100%;}
.pck_sld_text{ font-size: 14px; line-height: 14px; padding: 4px 12px;}

.s10_right{ width: 100%; margin-top:0px;}
.radio_opt{ width: 5%; margin-right:5px}
.radio_opt input[type='radio'] + span{ width: 16px; height: 16px;}
.radio_opt input[type='radio']:checked + span:before{ width: 7px; height: 7px;}
.package_col.active{ box-shadow: 0 0 0 0px #644498;}
.purchase_info{ width: 17%;}
.s10_pkg_heading{ font-size: 20px; line-height: 28px;}
.option_row{ width: 48.73%; font-size: 15px; line-height: 15px; padding: 14px 6px;}

.package_row{ row-gap: 15px; margin-top:20px;}
.purchase_box{ float:none; display:inline-block; vertical-align:top; max-width:420px; margin-top:25px;}
.package_col{ padding:10px 10px; width:100%;}
.purchase_offerBx{ width: 100%;     padding-left: 5px;}
.pkg-hdg-text{ font-size: 18px; line-height: 18px;}
.pkg-qty-text{ font-size: 14px; line-height: 14px; margin-top:6px;}
.purchase_priceBx{ width: 26%;}
.pkg-list-price{ font-size: 18px; line-height: 18px;}
.pkg-list-price small{ font-size:12px; line-height:12px;}
.pkg_cut_price{ font-size: 16px; line-height: 16px;}
.pkg-save-text{left: 95px;top: -7px; font-size: 12px; line-height: 12px; padding: 3px 8px 3px;}
.free_shipp {font-size:10px;line-height:14px;}
.free_shipp img {width:14px; margin:-1px 3px 0 0;}
.cart_button_order{ font-size:13px; line-height:13px;}

.contact-sec1{padding:30px 0;}
.cont-sec1Lft,.cont-right{width:100%;}
ul.cnt-list li p{font-size: 18px; line-height:28px;}
.cont-right{margin-top:30px;}
.cont-frm-hd p{font-size: 23px; line-height: 28px;}
.cont-frm-hd img{right: 10px;}
.cont-input-half{width:100%;margin-bottom: 20px;}

.footer{ padding:30px 0 25px;}
.ftr-logo{max-width: 150px;}
.ftr-txt1{font-size:14px;line-height: 25px;}
.ftr-btm{ margin-top:15px; padding-top:10px;}
.ftrtext2{ font-size:13px; line-height:20px; letter-spacing:0.3px;}
.footerBox1{ font-size:15px; line-height:24px;}

#call-btn {
    float: left;
    width: 100%;
    padding: 11px 10px 10px;
    background: #000000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .btn-ofr-txt{ color:#fff;}
.btn-box {width: 310px; margin-top: 20px;}
.btn-txt{margin-top: 10px;}
.cont-btn{font-size:24px; line-height: 50px;  height: 50px;}
.footer a.packageBtn{ font-size:22px; height:65px; line-height:65px;}

.thank-you{ padding:30px 0;}
}

@media only screen and (max-width:360px){
	
}


/*-----------------------
		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);}
}