@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;}
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:#fff;
	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: 200px;
	}
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:#3f2265;}
.nav-btn{
	float: right;
	background: #4e3b6d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 38px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 4px;	
	}	

.shopBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #3f2265;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*--------BANNER--------*/
.banner{
	float: left;
	width: 100%;
	background: #f4f0ff;
	overflow-x: clip;
	}
.banner_block{
	width:100%;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	}
.banner_left{
	float: left;
	width: 52%;
	text-align: left;
	padding: 60px 0;
	position: relative;
	}
.banner_rating_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	margin-bottom:10px;
	}
.banner_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:96px;
	margin:-3px 6px 0 0;
	}
.banner_heading{
	font-size: 50px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
	}
.banner_text{
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-top:25px;
	}

.banner_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.banner_points li{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	margin-top:10px;
	padding-left: 39px;
	text-align:left;
	background:url(../images/banner-point-tick.webp) no-repeat;
	background-position: top 1px left;
	background-size:25px;
	text-transform: capitalize;
	}
	
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	position:relative;
	z-index:1;
	}
.banner .button_box{ margin-top:35px;}
.button_width{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:100%;
	max-width:430px;
}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:70px;
	color:#fff;
	font-size:23px;
	line-height:68px;
	font-weight:600;
	letter-spacing:0.5px;
	text-transform:capitalize;
	border-radius:8px;
	background:#4e3b6d;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 15px;
	width:25px;
	}
.button_strip{
	display:inline-block;
	vertical-align:top;
	padding:8px 12px 6px;
	border-radius:8px;
	margin-bottom:10px;
	background:#f4f1b8;
	}
.button_top_text{
	font-size:14px;
	line-height:15px;
	color:#000;
	font-weight:500;
	}
.button_top_text.button_top_buttom{
	color:#252525;
	font-weight:400;
	margin:12px 0 0 0;
	text-transform: uppercase;
    letter-spacing: 1px;
	}
.button_top_text img{
	display:inline-block;
	vertical-align:middle;
	}
.kit-icn{
	margin:-3px 5px 0 0;
	width:40px;
	}
.green-dollar{
	margin:-3px 8px 0;
	width:12px;
	}
.dollar{
	margin:-3px 8px 0 0;
	width:20px;
	}
	
.banner_list{
	position:absolute;
	top: 95px;
	right: -302px;
	width:304px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
	}
.banner_list li{
	width:31.33%;
	}
.banner_list li img{
	display:block;
	margin:0 auto 0;
	width:95px;
	}
.hero_prod{
	position:absolute;
	right:0px;
	top:20px;
	z-index:2;
	}
.banner_flower-img{
	position:absolute;
	bottom:0;
	right:40%;
	width:200px;
	}
ul.no_toxin-list{
	position: absolute;
    right: 160px;
    bottom: 60px;
    width: 400px;
    display: flex;
    column-gap: 35px;
	}
ul.no_toxin-list li{
	    font-size: 17px;
    line-height: 24px;
    
    letter-spacing: 0;
    color: #232222;
    font-weight: 600;
    text-align: center;
	}
ul.no_toxin-list li:before{
	display:block;
	margin:0 auto 5px;
	height:182px;
	width:1px;
	border-left:1px solid #4a4a4a;
	content:"";
	}		
	
/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	position:relative;
	background:#fff;
	}	
	
.common_heading{
	font-size: 40px;
	line-height: 48px;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
	}
.common_text{
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 20px;
	max-width: 70%;
	display: inline-block;
	}
.common_text.fs20{
	font-size:20px;
	line-height:28px;
	}
		
.s1_mid_wrap{
	    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s1_mid_imgbox{
	width: 54%;
	}
.s1_mid_imgbox img{
	    display: block;
    margin: 0px -130px 0 auto;
    width: 660px;
    max-width: none;
}

.s1_mid_contbox{
	width: 46%;
	text-align: left;
	}
.s1_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 30px 25px 30px;
    border: 1px solid #000000;
    border-radius: 10px;
    background: #fff;
	}
.s1_col{
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s1_col:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:none;}
.s1_col_img_box{
	width:33px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:flex-start;
	}
.s1_col_img_box img{
	display:block;
	margin:0 auto 0;
	width:33px;
	}
.s1_col_cont{
	width:calc(100% - 33px);
	padding-left:12px;
	text-align:left;
	}
.s1_col_cont h3{
	font-size:22px;
	line-height:27px;
	color:#000;
	font-weight:bold;
	}
.s1_col_cont p{
	    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
	}

.s1_strip{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 50px;
	padding: 10px 50px 8px;
	border-radius: 50px;
	background: #000;
	}
.s1_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:15px;
	}
.s1-gate{
	position:absolute;
	bottom:-110px;
	left:50%;
	transform:translateX(-50%);
	width:70px;
	}
				
/*=======SECTION3======*/
.section3{
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: #f8f6ff;
	}	
.section3:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height: 202px;
	background:#fff;
	z-index: 1;
	}
	
.s3_product_block{
	    width: 100%;
    max-width: 770px;
    margin: 45px auto 0;
    padding-top: 170px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3-product{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:577px;
	}
.s3_prod_box{
	width:100%;
	max-width:210px;
	}
.s3_prod_col{
	width:100%;
	margin-top:60px;
	}
.s3_prod_col h3{
	font-size:36px;
	line-height:36px;
	color:#4a4a4a;
	font-weight:600;
	}
.s3_prod_col p{
	    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
    font-weight: 700;
	}

.certifie_box{
	width:100%;
	margin:120px auto 0;
	padding: 25px 25px;
	position:relative;
	z-index:1;
	background:#fff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.certifie_col{
	    width: 32%;
    padding: 15px;
    border: 1px solid #d1d1d1;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.certifie_col img{
	width: 90px;
	margin-bottom: 10px;
	}
.certifie_col_cont{
	width: 100%;
	padding-left: 10px;
	text-align: left;
	}
.certifie_col_cont h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.certifie_col_cont p{
	font-size: 17px;
	line-height: 26px;
	color: #000;
	margin-top: 10px;
	}
					
/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0;
	border-top: 1px solid #f8f6ff;
	}
.ingredients-slider{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:100%;
	}
.ingredientBlock, .supplement{
	    float: left;
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 23px;
	}	
.ingredientBox{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
    background: #f8f6ff;
    position: relative;
    /* box-shadow: 0 0 10px #ffdbdb; */
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e6d6ff;
}
.prod-btl {
    display: inline-block;
    margin: 15px auto 0;
    max-width: 100%;
	padding: 0 5px;
}	
.ing-bnr-imgs{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.ingbox-top{
	    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 10px;
    background: #4e3b6d;
    border: 2px solid #e6d6ff;
    margin-top: 10px;
    border-radius: 10px;
}
.ing-imgs{
    position: absolute;
    top: -50px;
    right: 15px;
	}
.ing-head{
	float: left;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
	}
.ing-mg-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #66508a;
	padding-bottom: 10px;	
	}
.ing-mg-txt span {
	display: block;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	border-bottom: 1px solid #66508a;
	padding-bottom: 5px;
}	
.ing-mg-txt img{
	display:inline-block !important;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}
.ings-list{
    float: left;
    width: 100%;
    background: #2f644f;
    border-bottom: 1px solid #577569;
    padding: 12px 6px 10px;
	}
.ings-list li{
    float: left;
	display:flex;
    margin: 0 14px;
	}						
.ings-list li img{
	float: left;
    margin-right: 8px;
	}		
.ings-list li p{
	font-size:17px;
	line-height:17px;
	color:#fff;	
	}							
.ingbox-btm{
	float:left;
	width:100%;
	text-align:left;
	padding:18px 20px 25px;
	}
.ingbox-btm p{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.5px;
	}
.box-container{
	float: left;
    width:640px;
    margin:50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 55px;
	}
.box1, .box2, .box3, .box4{
	background:#fff;
	position: relative;
	margin: 0 0px;
	width: 48%;
	float:left;
	border-radius:30px;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{margin: 0 0px;}
.pkg-hding{
	font-weight:700;
	font-size:20px;
	line-height:30px;
	color:#171a3d;
	text-align:center;
	padding:6px 0 0 0;
}
.pkg-hding span{
	text-transform:uppercase;
	color:#22c087;
}
.box-container2{
	float:right;
	width:42%;
	}
.box-container2 .box4{
	width:61%;
	}	
.box-container2 .box4 .packageOpt p {
	}	
.box-container2 .box4 .pkg-hding {color: #fff;}	
.btl-Div{
	float:left;
	width:100%;
	padding-top:10px;
	position:relative;
	}
.ingredientBox img.prod-sec {
        display: block;
    margin: 20px auto 0px;
    width: 210px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}
.ingredientBox img.prod-sec:nth-child(2), .ingredientBox img.prod-sec:nth-child(3){
	position: absolute;
    z-index: 5;
    top: 17px;
    left: 40px;
    max-width: 190px;
	}
.ingredientBox img.prod-sec:nth-child(3){ right:40px; left:auto;}
.ingredientBox img.prod-sec:nth-child(4), .ingredientBox img.prod-sec:nth-child(5) {
    position: absolute;
    z-index: 3;
    top: 33px;
    left: 20px;
    max-width: 170px;
}
.ingredientBox img.prod-sec:nth-child(5) {right: 20px; left:auto;}
.ingredientBox img.prod-sec:nth-child(6) {
    position: absolute;
    z-index: 3;
    top:26px;
    left: 9px;
    max-width: 160px;
}
.ingredientBox img.prod-sec:nth-child(6) {left: auto; right: 0px; z-index: 1; top: 39px;}
.ingredientBox img.prod-sec:nth-child(7) {
	position: absolute;
	z-index: 1;
	top: 66px;
	left: -7px;
	max-width: 150px;
}
.pkg-img{margin:46px auto 0 auto;display:block;}
.pkg-prcbox{
	float: left;
    width: 100%;
    margin: 8px 0 0 0;
    position: relative;
}
.package2 .pkg-prcbox{}
.offbx{
	float: left;
	height:35px;
	width:100%;
	background:#f5f4f4;
	font-weight:700;
	font-size:22px;
	line-height:35px;
	color:#303030;
	text-align:center;
	margin:0 0 10px;
}
.pkg-prcbox input[type=radio] {
    position: absolute;
    opacity: 0;
}
.pkgrgt {
    float: left;
    width: 100%;
    padding:10px 30px 20px;
	text-align:center;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 2px 0 0 30px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.prc1{
	font-weight:600;
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:30px 0 0 0;
}
.prc2{
	color:#e3e3e3;
	text-align:center;
	padding:5px 0 0 0;
	font-size:20px;
	line-height:30px;
}
ul.s14list{padding:26px 0 0 0;text-align:center;}
ul.s14list li{
	display:inline-block;
	padding:20px 0 0 0;
	margin:0 20px;
}
ul.s14list li img{margin:2px auto;display:block;}
.s14l-hding{
	font-weight:600;
	font-size:20px;
	line-height:24px;
	color:#2a2a2a;
	text-align:center;
}
.s14l-txt{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#5e5e5e;
}
.select-btn {
    height: 60px;
    width: 100%;
    line-height: 60px;
    margin: 12px auto 0 auto;
    display: inline-block;
    font-size: 21px;
    background: #4e3b6d;
    color: #fff;
    border-radius: 10px;
}


@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: 25px 10px 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{
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #f8f6ff;
	}
.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;}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.banner{ background-position: top right 55%;}
.banner_left{ width: 55%;}
.banner_heading{ font-size: 46px; line-height: 56px;}
.hero_prod{ max-width: 540px; right: -50px; top: 0px;}
ul.no_toxin-list{right: 100px; bottom: 60px;}

.common_text{ max-width: 90%;}
.s1_col_cont h3{ font-size:20px;}
.s1_mid_contbox{ width:52%;}
.s1_mid_imgbox{ width: 48%;}

.certifie_col img{ width: 85px;}
.certifie_col_cont{ width: calc(100% - 85px);}
.certifie_col_cont h3{ font-size: 21px; line-height:28px;}

.sec5Cont{ width:65%;}
.s5-bnr-img{ top: 60px;}
.sec5Cont {width: 50%;}
}


@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{ background-position: top right 48%;}
.banner_left{ width: 65%; padding: 40px 0;}
.banner_heading{ font-size: 40px; line-height: 50px;}
.banner_text{ font-size: 17px; line-height: 25px;}
.banner_points li{ font-size: 17px; line-height: 26px; margin-top:10px; padding-left: 28px; background-position: top 3px left; background-size: 19px;}
.banner_list{ right: -252px; width: 224px;}

.hero_prod{ width: 550px; top: 20px; max-width: 460px; right: -140px;}
.banner_flower-img {right: 20%;width: 150px;}
ul.no_toxin-list {right: -70px; bottom: 80px;}
ul.no_toxin-list li{font-size: 16px; line-height: 22px;}


.button_top_text{ font-size: 13px; line-height:15px; letter-spacing: normal;}
.kit-icn{ margin: -3px 5px 0 0; width: 32px;}
.green-dollar{ margin: -3px 4px 0; width: 9px;}
.dollar{ margin: -3px 6px 0 0; width: 17px;}

.section1{ padding: 50px 0 60px;}
.common_heading{font-size: 34px; line-height: 40px;}
.common_text{ font-size: 16px; line-height: 24px; max-width: 100%;}

.s1_mid_imgbox{ width: 44%;}
.s1_mid_imgbox img{ margin: 10px -150px 0 auto;	width: 500px;}
.s1_mid_contbox{ width: 56%;}
.s1_col_img_box{ width:26px;}
.s1_box{ padding:20px;}
.s1_col{margin-bottom: 20px;padding-bottom: 20px;}
.s1_col_cont{ width:calc(100% - 26px);}
.s1_col_cont h3{  font-size: 18px; line-height: 26px;}
.s1_col_cont p{ font-size:16px; line-height:24px;}

.s1_strip{ font-size: 23px;}
.s1_text{ font-size: 18px; line-height: 26px;}

.section3{ padding:50px 0 10px;}
.certifie_box{ padding: 20px 15px 0;}
.certifie_col{ width: 32.5%; padding:10px;}
.certifie_col img{ width: 50px;}
.certifie_col_cont{ width: calc(100% - 50px); padding-left: 9px;}
.certifie_col_cont h3{ font-size: 18px; line-height: 20px;}
.certifie_col_cont p{ font-size: 15px; line-height: 19px; margin-top: 5px;}

.section4{ padding:50px 0 60px;}
ul.sec4-list{ width:80%;}
.s2-bnr-icn{top: 100px;}
.ingredientBlock, .supplement{display: flex; row-gap: 10px; flex-wrap: wrap; justify-content: center;}
.ingredientBox{ width:48%;}

.section5{ padding:50px 0 60px;}
.s5_block{ margin: 45px auto 15px;}
.s5_box{ padding-left: 69px;}
.s5_box_cont{ padding-right: 55px;}
.s5_box h3{ font-size: 23px; line-height: 29px;}
.s5_box p{ font-size: 17px; line-height: 25px;}

.blue-strip-rgt{ padding:30px 20px 30px;}
.btn-top{ margin-top:25px;}


.section5{ padding:50px 0 60px;}
.s5-bnr-img{ width:265px;}
.sec5Cont {width: 62%;}

.section6{ padding:50px 0 60px;}
.sec6Box{ width:90%;}
.testiBox{padding:0 20px;}
.testi-para{ font-size:17px; line-height:25px;}
}

@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:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{max-width: 140px;margin-top: 6px;}
.fixed-nav .header{ border-bottom:1px solid #ddd;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:56px;}
.mobimenu-top{ top:55px;}

.banner{  padding: 20px 0 30px; position: relative; z-index: 2;}
.banner_block{width: 100%;  max-width: 360px;margin: 0 auto;}
.banner_left{ width:100%; padding:0; text-align:center;}
.banner_innr_m{ display:inline-block; vertical-align:top; width:100%;max-width:100%; text-align:left; margin-bottom:0px; padding-right:0px;}
.banner_rating_text{ font-size:11px; line-height:12px;}
.banner_rating_text img{ width: 66px; margin: -3px 4px 0 0;}
.banner_heading{ font-size: 30px; line-height: 38px;}
.banner_text{ font-size: 16px; line-height: 24px; padding-right:0px; margin-top: 15px;}
.banner_list{ width: 210px; position: static; margin-top: 20px;}
.banner-prod-m{ width: 100%; max-width: 100%; margin-top:10px;}
.banner_points{ max-width: 100%; margin-top: 20px;}
.banner_points li{ font-size: 15px; line-height: 17px; margin:0 0 8px; padding: 0 0 8px 22px; border-bottom:1px solid #f2eeec; background-position: top -1px left; background-size: 18px;} 
.banner_points li:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:none;}
  
.button_box{ margin-top: 30px; text-align:center;}
.banner .button_box{ margin-top: 25px;}
.common_button{line-height: 60px; height: 60px; font-size: 22px;}
.common_button img{ margin: 0px 0 0 15px; width: 20px;}

.section1{ padding: 30px 0; overflow-x: clip;}
.common_heading{ font-size: 24px; line-height: 32px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.common_text.fs20{ font-size: 16px; line-height: 25px;}
.common_text.fs24{ font-size: 20px; line-height: 26px;}

.s1_mid_wrap{ margin:30px auto 0; max-width: 100%;}
.s1_mid_contbox{ width:100%; position:relative; z-index:1;}
.s1_box{ padding: 15px 15px 35px;}
.s1_col{margin-bottom: 15px; padding-bottom: 15px;}
.s1_col_img_box{ width: 22px;}
.s1_col_cont{ width:calc(100% - 22px); padding-left: 10px;}
.s1_col_cont h3{ font-size: 18px; line-height: 26px;}
.s1_col_cont p{ font-size: 16px; line-height: 24px; margin-top: 5px;}
.s1_mid_imgbox{ width:100%;}
.s1_mid_imgbox img{ transform: rotate(5deg); margin: 0 -90px -40px auto;}
.s1_strip{ font-size: 13px; line-height: 16px; margin-top: -15px; padding: 5px 11px 7px; position: relative; z-index: 2;}
.s1_text{ font-size: 16px; line-height: 23px; margin-top: 10px;}
.s1-gate{ bottom: -70px; width: 50px;}

.section3{ padding: 30px 0 35px;}
.s3_product_block{ max-width:400px; margin:0px auto 0; padding-top: 30px;}
.s3-product-m{ position:absolute; top:0; left:50%; transform:translateX(-50%); width: 261px;}
.s3_prod_box{ max-width:124px;}
.s3_prod_col{ margin-top: 35px;}
.s3_prod_col h3{ font-size:32px; line-height:32px;}
.s3_prod_col p{ font-size:13px; line-height:20px; margin-top:5px;}

.certifie_box{margin: 60px auto 0 0; padding: 10px 10px 0; row-gap: 12px;} 
.certifie_col{ width: 100%; align-items: center;}
.certifie_col_cont h3{ font-size: 18px; line-height: 26px;}
.certifie_col_cont p{ font-size: 16px; line-height: 24px; margin-top: 4px;}
.certifie_col img{ width: 50px;}
.certifie_col_cont{ width: calc(100% - 60px); padding-left: 0;}

.section4{ padding:25px 0 30px;}
.s4-bnr-img{ margin:25px auto 0;}
ul.sec4-list{ width:100%; margin:0;}
ul.sec4-list li{ width:100%; margin-bottom:0px;}
ul.sec4-list li span{ font-size:22px; line-height:22px;}
ul.sec4-list li p{ font-size:16px; line-height:24px; margin-top:8px;}
.ingredientBox { width: 100%;}
.ing-mg-txt span{font-size: 20px;   line-height: 28px;}

.section5{ padding: 30px 0 35px;}
.s5_block{ margin: 20px auto 5px; row-gap: 30px;}
.s5_box{ padding-left: 45px;}
.s5_num{ top: 3px; width: 26px; height: 26px; font-size: 16px; line-height: 26px;}
.s5_box_cont{ width: 100%; padding-right: 0; padding-top: 0;}
.s5_box h3{font-size: 18px; line-height: 26px;}
.s5_box p{ font-size: 16px; line-height: 24px;}
.s5-img{ width: 100%; margin-top: 15px;}
.s5_box:after{ top: 25px; left: 12px; bottom: -15%;}

.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;}

#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; }  
	}

}