/*-----------------------
 Inner Page
------------------------*/
.chk-cont{
	    float: left;
    width: 100%;
    padding: 60px 0;
	}

.inner_bredcrum{
	float:left;
	width:100%;
	background:#e5f7ff;
	padding:8px 0;
	}
.inr_brdcm_tx, .inr_brdcm_tx a{
	color:#000;
	font-size:13px;
	line-height:16px;
	text-align:left;
	}
.inr_brdcm_tx span{ color:#000;}

.chk-s1{
	float:left;
	width:100%;
	background:#fff;
	}
.chk-s1-lft{
    float: left;
    width: 37%;
	}
.prod-sec{
	float: left;
	width: 100%;
	position: relative;
	background: #f6fbff;
	padding: 75px 0;
	border-radius: 15px;
	}
.prod-sec img{
	max-width:100%;
	}
.prd-seal{
	position: absolute;
    right: 18px;
    top: 29px;
    z-index: 9;
	width:105px;
	}
.prd-seal2 {
	position: absolute;
	right: 75px;
	top: 76px;
	z-index: 9;
	}

ul.chk-s1-list{
	float:left;
	width:100%;
	margin-top:8px;
	}
ul.chk-s1-list li{
	float:left;
	width:25%;
	padding:0 3px;
	margin:5px 0 0;
	}
ul.chk-s1-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
ul.chk-s1-list li:last-child{padding-right:0;}
ul.chk-s1-list li:first-child{padding-left:0;}

.chk-s1-rgt{
	float:right;
	width:58%;
	text-align:left;
	}
.chk-s1-rgt-top-text{
	font-size: 20px;
	line-height: 20px;
	color: #040707;
	}
.chk-s1-rgt-hd{
	    font-size: 40px;
    line-height: 68px;
    font-weight: 500;
    
    color: #040707;
	}

.chk-s1-txt1{
	font-size:17px;
	line-height:25px;
	color:#4e4e4e;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.chk-s1-txt1 img{
	display:inline-block;
	vertical-align:top;
	margin:2px 10px 0 0;
	}
.chk-s1-txt2{
	font-size: 18px;
	line-height: 26px;
	color: #4e4e4e;
	margin-top: 10px;
	border-top: 1px solid #e1dcd7;
	border-bottom: 1px solid #e1dcd7;
	padding: 10px 0;
	}
.chk-s1-rgt-bx{
	margin:20px 0 0;
	}
.prod_det_bnr_list_hdg {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 18px;
}
ul.prod_det_bnr_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 6px;
}
ul.prod_det_bnr_list li {
    background: url(../images/prod-det-bnr-list-tk.png) no-repeat left 6px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-left: 21px;
    margin-top: 8px;
    text-transform: capitalize;
}
	
.pr-dtl-s1-rgt-p2 {
    font-size: 38px;
    line-height: 39px;
    font-weight: 300;
    color: #000000;
    margin: 25px 0 0 0;
    float: left;
    width: 37%;
}

.chk-s1-rgt-bx1{
	width:100%;
	float:left;
	}
ul.chk-s1-rgt-list{
	float:left;
	width:100%;
	}
ul.chk-s1-rgt-list li, .bndl-list li{
	background:url(../images/chk-rgt-tik.png) left top 3px no-repeat;
	background-size:22px;
	font-size:18px;
	line-height:28px;
	padding-left:35px;
	margin:5px 0;
	color:#4e4e4e;
	text-align:left;
	font-weight:bold;
	}
.select-txt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 35px;
}

.pkg-sec{
	    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-start;
    column-gap: 14px;
	}
.pkg-bx{
	    width: 31%;
    float: left;
    border-radius: 15px;
    -webkit-box-shadow: 0 9px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 20px 10px 20px;
    cursor: pointer;
    transition: all ease 1.5s;
    border: 2px solid #fff;
    font-size: 18px;
	}
.pkg-bx.addprice{
	border:2px solid #0093d4;
	animation: shadow-pulse 1.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 1.5s infinite;
 	border:2px solid #0093d4;  
 	-webkit-box-shadow: 0 9px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2); 
	}
p.price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}
.pkg-bx .prod-1{ display:inline-block; max-width:150px;}
.pkg-bx1{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-2px;
	}
.jar-txt{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 auto 0;
    border-bottom: 1px solid #dadedc;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
	width:100%;
	}
.pck-btl{
	max-width:100%;
	margin:20px auto 10px;
	}
.pck-prc{
	float:left;
	width:100%;
	margin:4px 0 5px;
	font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
	}
.pck-prc p{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#0a0a0a;
	display:inline-block;
	vertical-align:middle;
	}
.pck-prc small{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	font-weight:normal;
	font-style:normal;
	position:relative;
	font-size:20px;
	line-height:20px;
	margin-top:3px;
	padding-top:1px;
	color:#929292;
	}
.free-ship{
	font-size:14px;
	line-height:16px;
	color:#0a0a0a;
	float:left;
	width:100%;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:8px;
	}
.pkg-bx1 .free-ship{margin-top:10px;}

.prd_quantity {
	 float: left;
	vertical-align: top;
	width: 100%;
	margin: 0px 0 10px;
}
.prd-strength-p1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    /* width: 100%; */
    vertical-align: middle;
}

.switch-opt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.buyopt{
	float:left;
	width:48.5%;
	background:#fff;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	padding:13px 10px 13px 25px;
	border:1px solid #d5d5d5;
	border-radius:7px;
	}
.buyopt.fr{float:right;}
.buyopt.active{ background:#e9f4fc; border:1px solid #0093d4;}
.buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyopt input[type=radio] + span{
	position:absolute;
	left:15px;
	width:24px;
	height:24px;
	border-radius:2px;
	border:1px solid #d5d5d5;
	top:17px;
	background:#fff;
	}
.buyopt input[type=radio]:checked + span:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background: url(../images/prd-tik.png) no-repeat left center;
	background-size:100%;
	left:2px;
	top:2px;
	}
.buy-opt-t1{
	font-size:18px;
	line-height:20px;
	color:#151515;
	font-weight:500;
	}	
.buy-opt-t2{
	font-size:16px;
	line-height:18px;
	color:#9a9a9a;
	margin-top:4px;
	}
.buyopt.active .buy-opt-t2{ color:#516d81;}	

.btl-6{
	margin-top:20px;
	}

.pkg-bx2{float:right;}
.pkg-bx3{float:left;}

.pck-btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 58px;
    text-align: center;
    border-radius: 40px;
    background: #ed1c24;
    position: relative;
    font-size: 22px;
    line-height: 58px;
    color: #fff;
    font-weight: 500;
	margin-top:20px;
	}
.secur-tx{
	font-size:14px;
	line-height:17px;
	color:#4a4a4a;
	font-weight:300;
	margin:10px auto 0;
	text-align:center;
	display:block;
	letter-spacing:0.3px;
	}
.secur-tx img{
	display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0 0;
    max-width: 10px;
	}
.secur-tx p{
	display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
	}
.cards{
	margin: 10px auto 10px;
	max-width: 100%;
	}
.chk-s1-rgt .cards{ display:block;}
/*===============*/
/*Product Details Sec1*/
.product_det_sec1{
	    float: left;
    width: 100%;
    background: #f0f5fa;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
	}
.prod_det_s1_cont{
	float:left;
	width:60%;
	text-align:left;
	}
.inner_common_heading{
	font-size:46px;
	line-height:54px;
	color:#000;
	font-weight:500;
	}	
ul.prod_det_s1_list{
	float:left;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top:15px;
	}	
ul.prod_det_s1_list li{
    float: left;
    width: 50%;
    background: url(../images/vrfy-tick.png) no-repeat left 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	text-align:left;
    font-weight: 500;
    padding-left: 40px;
    margin-top: 18px;
	}
.prod_det_s1_cont .btn_box{ margin-top:40px;}
.prod_det_s1_product{
    position: absolute;
    top: 18px;
    right: -100px;
	}
.prod_s1_cmn_prods{
    position: absolute;
    top: -10px;
    right: 50px;
    width: 312px;
	}	


/*Product Details Sec3*/
.product_det_sec3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	position:relative;
	}
.prod_det_s3_labels{
	margin:15px auto;
	display:block;
	}

/*Product Details Sec4*/
.product_det_sec4{
	float:left;
	width:100%;
	background:#f0f5fa;
	padding:60px 0;
	position:relative;
	}
.prod_det_s4_wrap{
	margin: 50px auto 0;
    width: 100%;
    max-width: 1030px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.prod_det_s4_imgbx{
	width: 46%;
	background: #fff;
	border-radius: 10px;
	}	
.prod_det_s4_imgbx img{
	    margin: 0 auto 0;
    display: block;
    max-width: 320px;
	}
.prod_det_s4_contbx{
	width:50%;
	text-align:left;
	}	
ul.prod_det_s4_list{
	float:left;
	width:100%;
	}	
ul.prod_det_s4_list li{
	float:left;
	width:100%;
	padding:0 0 30px 50px;
	position:relative;
	}
ul.prod_det_s4_list li:last-child{ padding-bottom:0;}	
ul.prod_det_s4_list li:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ea3840;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 7px solid #fdced0;
	z-index:3;
	}
ul.prod_det_s4_list li:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 2px;
    border-left: 1px dashed #fdced0;
	z-index:1;
	}	
ul.prod_det_s4_list li:last-child:after{ border:none;}			
.prod_det_s4_steps{
	font-size:28px;
	line-height:30px;
	color:#ea3840;
	font-weight:bold;
	}
.prod_det_s4_heading{
	font-size:22px;
	line-height:26px;
	color:#16100e;
	font-weight:bold;
	margin-top:8px;
	}
	
/*===============*/
.chk-s3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f6fbff;
	}
.chk-s3-left{
	float:left;
	width:53%;
	text-align:left;
	}
.chk-com-head span{ font-weight:bold;}
a.combtn{
	display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 54px;
    font-size: 24px;
    line-height: 64px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 45px;
    background: #00ce2d;
    color: #fff;
	}
.chk-s3-img{
	position: absolute;
    right: 0;
    top: -20px;
	}
.chk-s3-mid{
	float:left;
	width:100%;
	margin-top:70px;
	}
.chk-s3-mid-row{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.chk-s3-mid-col{
	float:left;
	width:31%;
	margin-top:55px;
	border-radius:30px 30px 0 0;
	background: rgba(238,247,243,0.4);
	padding:0 50px 15px;
	background: linear-gradient(180deg, rgba(238,247,243,1) 1%, rgba(238,247,243,0.7315301120448179) 21%, rgba(238,247,243,0.05646008403361347) 100%);
	}
.chk-s3-mid-col img{
	display: inline-block;
    vertical-align: top;
    margin: -30px auto 9px;
    width: 55px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
	}
.chk-s3-mid-col span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#2d2d2d;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.chk-s3-mid-col p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#2d2d2d;
	letter-spacing:0.3px;
	margin-top:12px;
	}

/*===============*/
.chk-s4{
	float:left;
	width:100%;
	padding:50px 0 95px;
	background:#769c8b;
	}
.glow .chk-s4{padding:50px 0 80px;}
.chk-s4-img{
	position:absolute;
	left:0;
	top:-10px;
	max-width:100%;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	border-radius:45px;
	}
.chk-s4-right{
	float:right;
	width:65%;
	}
.glow ul.chk-s4-list{margin-top:30px;}
ul.chk-s4-list{
	float:left;
	width:100%;
	margin-top:40px;
	}
ul.chk-s4-list li{
	float:left;
	width:35%;
	border-right:1px solid #a2bdb1;
	padding:0 28px;
	text-align:left;
	}	
ul.chk-s4-list li:first-child{ padding-left:0; width:30%;}
ul.chk-s4-list li:last-child{ padding-right:30px; border:none;}
ul.chk-s4-list li span{
	float:left;
	width:100%;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	}
ul.chk-s4-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	margin-top:12px;
	letter-spacing:0.5px;
	}
	
/*===============*/
.chk-s5{
	float:left;
	width:100%;
	padding:70px 0;
	}
.chk-s5-rgt-img{
	position:absolute;
	right:0;
	top:250px;
	border-radius:60px;
	}	
.chk-s5-left{
	float:left;
	width:55%;
	margin-top:25px;
	text-align:left;
	}
.chk-s5-row{
	float:left;
	width:100%;
	margin-top:30px;
	padding-left:165px;
	position:relative;
	text-align:left;
	}
.chk-s5-row-img{
	position:absolute;
	left:0;
	top:10px;
	}
.chk-s5-row span{
	float:left;
	width:100%;
	font-size:32px;
	line-height:38px;
	color:#2d2d2d;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.chk-s5-row p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#4e4e4e;
	margin-top:12px;
	letter-spacing:0.5px;
	}

.icon-set{
	float:left;
	width:100%;
	padding:60px 0 15px;
	border-bottom:1px solid #e6e6e6;
	}
ul.icon-set-lst{
	float:left;
	width:100%;	
	}
ul.icon-set-lst li{
	font-size:16px;
	line-height:20px;
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	margin-bottom:30px;
	position:relative;
	}
.icon-set-icn{
	display:block;
	margin:0 auto 15px;
	width:110px;
	}
/*===============*/
.chk-s6{
	float:left;
	width:100%;
	padding:60px 0;
	}
.chk-s6 a.combtn{
	height:auto;
	}
.chk-s6-mid{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.chk-s6-mid-col{
	    float: left;
    width: 31%;
    /* border-radius: 30px; */
    margin-top: 40px;
    background: #fff;
    border: 1px solid #c5d8cf;
    overflow: hidden;
	}
.chk-s6-col-img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.s6-mid-col-inner{
	float:left;
	width:100%;
	position:relative;
	padding:25px 20px 20px;
	text-align:left;
	}
.step-text{
	    position: absolute;
    left: 20px;
    top: -22.5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1f204f;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
	}
.s6-mid-col-inner span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #040707;
    font-weight: 500;
    margin: 10px 0;
    
	}
.s6-mid-col-inner p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#272727;
	font-weight:300;
	margin-top:15px;
	letter-spacing:0.5px;
	}	

.chk-new-sec{
	float:left;
	width:100%;
	padding:70px 0 0;
	border-bottom:1px solid #ddd;
}
.chk-new-sec-inr{
	float:left;
	width:100%;
	padding-bottom:70px;
}
.chk-new-bx-sld{
	float:left;
	width:33.3%;
	margin-top:40px;
	padding:0 15px;
}
.img-bx{
	width:100%;
}
.chk-inr-vid{
	float:left;
	width:100%;
	border-radius:10px;
}
.chk-new-bx-content{
	width:42%;
	text-align:left;
	margin-left:3%;
}
.new-bx-tsti{
	font-size:30px;
	line-height:48px;
	font-weight:bold;
	color:#101010;
}
.new-bx-star{
	display:inline-block;
	vertical-align:middle;
}
.quote{
	display:inline-block; 
	vertical-align:middle;
	width:70%;
	margin-top:-15px;
}
.new-bx-tsti-tx{
	font-size:18px;
	line-height:26px;
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
	font-style:italic;
}
.new-bx-tsti-nm{
	font-size:16px;
	line-height:24px;
	float:left;
	width:100%;
	margin-top:10px;
	text-align:left;
}
.new-bx-tsti-nm span{font-weight:600; font-size:20px; line-height:28px;}
.vrfy-seal{display:inline-block; vertical-align:middle; margin-top:-5px;}

ul.chk-new-lst{
	float:left;
	width:100%;
	margin-top:10px;
}
ul.chk-new-lst li{
	font-size:18px;
	line-height:26px;
	padding:3px 0 3px 15px;
	position:relative;
	text-align:left;
}
ul.chk-new-lst li:before{
	content:'';
	position:absolute;
	left:0;
	top:13px;
	width:6px;
	height:6px;
	background:#ccc;
	border-radius:50%;
}
ul.chk-new-lst li:last-child:after{display:none;}
/*===============*/	
.chk-s7{
	float:left;
	width:100%;
	padding:60px 0 80px;
	}
.star-review-row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:570px;
	margin-top:40px;
	box-shadow:0 0 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 5px 3px rgba(0,0,0,0.1);
	border-radius:15px;
	padding:20px;
	}
.star-review-col-1{
	float:left;
	width:200px;
	padding:0 20px 0 0;
	text-align:center;
	font-weight:bold;
	border-right:1px solid #eeeeee;
	}
.star-review-col-1 span{ font-size:40px; line-height:40px; font-weight:normal;}
.rev-star-chk{
	display:block;
	margin:15px auto 0;
	}
.star-review-col-1 p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#131a2a;
	font-weight:normal;
	margin-top:15px;
	}
.star-review-right{
	float:right;
	width:calc(100% - 220px);
	}
ul.rating-vals{
	float:left;
    width: 90px;
	margin-right:10px;
	}
ul.rating-vals li{
	float:left;
	width:100%;
	margin:5px 0;
	height: 15px;
	}
ul.rating-vals li img{
    display: inline-block;
    vertical-align: top;
	max-width:100%;
	}
	
ul.rev-bars{
	display:inline-block;
	vertical-align:middle;
	width:180px;
	}
ul.rev-bars li{
	float: left;
    width: 100%;
	margin:5px 0;
	}
ul.rev-bars li > div{
	float: left;
    width:calc(100% - 40px);
    background-color: #f0f0f0;
    height:15px;
    overflow: hidden;
	}
ul.rev-bars li > div span {
    float: left;
    background-color: #769c8b;
    height: 100%;
	}
ul.rev-bars li p{
	float:left;
	width:30px;
	text-align:left;
	font-size:15px;
	line-height:14px;
	color:#6c6c6c;
	padding-left:8px;
	}
.testi-sec{
	float:left;
	width:100%;
	padding:0 95px;
	margin-top:30px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:100px;
	margin:30px 0 0;
	padding-bottom:30px;
	border-bottom:1px solid #d1d1d1;
	}
.testi-row.last{ border-bottom:none;}
.t-name-ic{
	position:absolute;
	left:0;
	top:10px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	background:#b6c6bf;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	}
.t-head{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#0a0a0a;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.t-star{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	}
.t-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#171717;
	letter-spacing:0.5px;
	margin-top:15px;
	font-style:italic;
	}
.t-name-text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#101010;
	font-weight:bold;
	margin-top:20px;
	letter-spacing:0.3px;
	}
	
/*===============*/	
.chk-s8{
	float:left;
	width:100%;
	padding:60px 0;
	background:#eef7f3;
	}
.chk-8-mid-pkg{
	display:inline-block;
	vertical-align:top;
	margin-top:45px;
	width:100%;
	max-width:775px;
	}	
.s8-chkpkg{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.chks8-pkg-col{
	float:left;
	width:48%;
	background:#fff;
	border-radius:50px;
	border:1px solid #e8eeeb;
	overflow:hidden;
	}
.chks8-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkgcols8-inner{
	float:left;
	width:100%;
	padding:25px 25px 35px;
	border-radius:0 0 50px 50px;
	text-align:center;
	border-top:1px solid #e8eeeb;
	}
.pkgs8-cont{
	float:left;
	width:100%;
	text-align:left;
	}
.pkgs8-inr-text1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#2d2d2d;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.pkgs8-inr-text2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#2d2d2d;
	margin-top:5px;
	letter-spacing:0.5px;
	}
.s8-col-star{
	display:inline-block;
	vertical-align:top;
	margin-top:6px;
	}
.pkgs8-inr-text3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#2d2d2d;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.combtn.pkgbtn{
	background:#fff;
	border:2px solid #000000;
	color:#000000;
	font-weight:normal;
	line-height:58px;
	margin-top:25px;
	max-width:100%;
	}
.combtn.pkgbtn:hover{
	background:#000000;
	color:#fff;
	}

/*===============*/	
.chk-s9{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:40px 0 0;
	padding:0 100px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
	
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 98% center;
	padding:15px 45px 15px 15px;
	font-size:19px;
	line-height:26px;
	color:#2d2d2d;
	font-weight:bold;
	letter-spacing:0.5px;
	cursor:pointer;
	border:none;
	position:relative;
	border-bottom:1px solid #cccfe2;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 98% center;
	border:none;
	border-bottom:1px solid #dddfe5;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 20px 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#2d2d2d;
	margin-top:15px;
	font-weight:300;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}
.up-slide-dwn:last-child .acdn-heading.accordion-open{border-bottom:1px solid #dddfe5;} 

/* CONTACT CSS */
.contact-hd{
	font-size:48px;
	line-height:58px;
	float:left;
	width:100%;
}
.contact-bx{
	display:inline-block;
	vertical-align:top;
	max-width:1160px;
	width:100%;
	border:1px solid #d3d3d3;
	border-radius:50px;
	margin-top:35px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow:hidden;
}
.contact-lft{
	width:42%;
	float:left;
	color:#252525;
	text-align:left;
	padding:40px;
}
.contact-bx-hd{
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
}
.contact-bx-tx{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}
ul.contact-list{
	float:left;
	width:100%;
}
ul.contact-list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-left:50px;
	font-size:18px;
	line-height:26px;
	margin-top:28px;
}
.contact-lst-icn{
	position:absolute;
	left:0;
	top:0;
}
ul.contact-list li h3{
	font-weight: 500;
    
    color: #040707;
}
ul.contact-list li p{
	margin-top:5px;
}

.contact-rgt{
	width:58%;
	float:right;
	background:#3279b2;
	padding:40px 40px 80px;
	color:#fff;
	text-align:left;
	position:relative;
}
.cont-frm{
	float:left;
	width:100%;
	margin-top:20px;
}
.frm-fld{
	float:left;
	width:100%;
	margin-top:20px;
}
.contact-inp-fld{
	-webkit-appearance:none;
	border:none;
	outline:none;
	border-bottom:1px solid #a4bcb1;
	background:none;
	width:100%;
	padding:20px 0;
	font-size:18px;
	line-height:26px;
	color:#fff;
}
textarea.contact-inp-fld{
	height:130px;
	resize:none;
	padding-right:150px;
}
.contact-inp-fld::placeholder{
	color:#fff;
}
.pos-abs{
	position: absolute;
    right: 32px;
    bottom: 70px;
}
.cont-btn{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}
.cont-btn img{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}




/* SHOP CSS */
.shop-sec{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	margin-top:30px;
	}
.shop-sec-bx{
    float: left;
    width: 24%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e8eeeb;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}
.shop-prod{
	display: inline-block;
	vertical-align: top;
	max-width: 210px;
	padding: 30px 0;
	}
.shop-inner{
	float:left;
	width:100%;
	padding:25px 28px 35px;
	border-radius:0 0 50px 50px;
	text-align:center;
	border-top:1px solid #e8eeeb;
	}
.shop-cont{
	float:left;
	width:100%;
	text-align:left;
	}
.shop-inr-text1{
	    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: bold;
    min-height: 65px;
	}
.shop-inr-text2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#2d2d2d;
	margin-top:5px;
	letter-spacing:0.5px;
	}
.shop-star{
	display:inline-block;
	vertical-align:top;
	margin-top:6px;
	}
.shop-inr-text3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#2d2d2d;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.combtn.shop-btn{
	background: #fff;
    border: 2px solid #000000;
    color: #000000;
    font-weight: normal;
    line-height: 48px;
    margin-top: 25px;
    max-width: 100%;
    width: 280px;
	}
.combtn.shop-btn:hover{
	background:#000000;
	color:#fff;
	}



/* MEDIA START */

@media only screen and (max-width:1187px){

.switch-opt label{padding-left:25px; font-size:20px;}
.switch-opt label, .switch-opt label.active{background-position:10px center;}
.switch-opt label.subs{width:52%;}
.text-padd{ padding:0 100px;}
.chk-s3-img{ width:450px;}
.chk-s4{padding:50px 0 75px;}
ul.chk-s4-list{margin-top:20px;}
.chk-s4-img{width:350px;}
.chk-s5-rgt-img{ width:430px;}

ul.icon-set-lst li{padding:0 10px;}
.icon-set-icn{width:100px;}

/* CONTACT CSS */
.contact-lft{padding:40px 20px;}

/* STORY CSS */
.story-s1{padding-bottom:40px;}
.stry-cmn-hd{font-size:28px; line-height:34px;}
.stry-s1-inr{padding:10px 10px 10px 430px; margin-top:40px;}
.stry-s1-img{width:400px;}

.story-s2{padding:40px 0;}
.stry-s2-inr-bx{width:32%;}

.story-s3{padding:40px 0 0;}
ul.stry-s3-list{width:53%;}

}


@media only screen and (max-width:1023px){

.hide-tab{display:none;}
.show-tab {display: block;}

.chk-cont{padding-bottom:50px;}

.prod-sec{ padding:20px 0;}
.prd-seal{ width:100px;}
ul.chk-s1-list{ margin-top:-5px;}
ul.chk-s1-list li{ width:49%; margin-top:18px;}

.chk-s1-rgt-top-text{ font-size:19px; line-height:22px;}
.chk-s1-txt2{ font-size:17px; line-height:25px;}

.switch-opt{ margin:20px 0 0;}
.pkg-sec{ margin:10px 0 20px;}
.pkg-bx{ padding:15px 12px; border-radius:30px;}
.pck-prc{font-size: 30px;}
.jar-txt{ font-size:16px;}

/*====Product Details Page====*/
.prod_det_bnr_lft{ width:42%;}
.prod-det-bnr-tsti{ padding:15px;}
.prod-det-bnr-tsti-star{ width:100px;}
.prod_det_bnr_rgt{ width:54%;}
.prod_det_bnr_heading{ font-size: 38px; line-height: 38px;}

.buy-opt-cont{ padding: 20px 20px 30px;}
.inner_common_heading{ font-size: 36px; line-height: 42px;}
ul.prod_det_s1_list li{ padding-left: 36px; width: 100%; background-size: 22px; margin-top: 10px;}
.prod_det_s1_product{ top: 118px; width: 474px;}
.prod_s1_cmn_prods{ top: 64px; right: -20px; width: 312px;}

.prod_det_s2_contbx{ padding:38px 15px 25px;}
.prod_det_s2_icns{ width:60px;}
.prod_det_s2_contbx h3{ font-size: 22px; line-height: 24px; color: #000;}
.testi-sec{ padding:0;}

.recommended_prodbox{ width:32.5%; padding:8px 15px 20px;}
.recm_prod_name{ font-size: 22px; line-height: 26px;}
.recm_prod_button{ height: 50px; font-size: 20px; line-height: 50px;}

.chks2-col{ width:24%; padding:15px;}
.chks2-col span{ font-size:22px; line-height:28px;}
.chks2-col p{ font-size:17px; line-height:25px;}

.chk-s3-img{ width:330px; top:80px;}
.chk-s3-mid-col span{ font-size:22px; line-height:28px;}
.chk-s3-mid-col p{ font-size:17px; line-height:25px;}

.chk-s4-img{ position:static; display:block; margin:0 auto; border-radius:25px;}
.chk-s4-right{ width:100%;}
ul.chk-s4-list li{ margin-top:30px; width:33.33%; text-align:center; padding:0 20px;}
ul.chk-s4-list li:first-child{ width:33.33%; padding-left:20px;}
ul.chk-s4-list li p{ font-size:17px; line-height:25px;}

.chk-s5-rgt-img{ width:220px;}
.chk-s5-left{ width:70%;}
.chk-s5-row{ padding-left:130px;}
.chk-s5-row-img{ width:110px;}
.chk-s5-row span{ font-size:26px; line-height:32px;}
.chk-s5-row p{ font-size:17px; line-height:25px;}
ul.icon-set-lst li{ width:11%;}
ul.icon-set-lst li:nth-child(4):after{ display:none;}
.icon-set-icn{ width:70px; margin:0 auto 10px;}

.chk-s6-mid-col{ width:32%;}
.s6-mid-col-inner{ padding:20px 10px 20px;}
.s6-mid-col-inner span{ font-size:20px; line-height:26px; letter-spacing:0; min-height:52px;}
.s6-mid-col-inner p{ font-size:17px; line-height:25px;}

.chk-new-sec{padding:50px 0 0;}
.chk-new-sec-inr{padding-bottom:50px;}
ul.chk-new-lst li{font-size:16px; line-height:24px;}
.chk-new-bx-sld{padding:0 10px;}
.img-bx, .chk-new-bx-content{width:100%;}
.chk-new-bx-content{margin:10px 0 0;}
.new-bx-tsti-tx{font-size:17px; line-height:24px;}
.new-bx-tsti-nm{font-size:14px; line-height:22px;}
.new-bx-tsti-nm span{font-size:17px; line-height:26px;}
.quote{display:none !important;}

.testi-sec{ padding:0 0;}

.faq-container{ padding:0 0;}

/* CONTACT CSS */
.contact-hd{font-size:40px; line-height:50px;}
ul.contact-list li{margin-top:15px; font-size:17px;}

/* BLOG CSS */
.blog-sec{margin-top:15px;}
.blog-lft{width:45%;}
.blog-rgt{width:55%; padding:25px 15px;}

.blog-inr-hd{font-size:32px; line-height:38px;}

.shop-sec-bx{width:32.3%;}
.combtn.shop-btn{font-size:20px; line-height:46px; height:50px;}
.shop-inner{padding: 15px 20px 25px;}

/* REVIEWS CSS */
.review-cont .contact-hd{margin-top:10px;}
.rev-bx{margin-top:15px;}

/* STORY CSS */
.stry-cmn-tx{font-size:16px; line-height:24px;}
.stry-s1-inr{padding: 0px 0px 0px 300px; margin-top: 30px;}
.stry-cmn-hd{font-size:26px; line-height:32px;}
.stry-s1-img{width:280px;}
ul.stry-s1-lst{margin-top:15px;}
ul.stry-s1-lst li{font-size:17px; line-height:27px; margin-top:5px;}

.stry-s2-inr-bx{padding:15px; margin-top:30px; border-radius:20px;}
.stry-s2-bx-hd{font-size:20px; line-height:26px; margin-top:5px;}
.stry-s2-bx-tx{font-size:16px; line-height:22px; margin-top:10px;}

ul.stry-s3-list li p{font-size:16px; line-height:20px; width: calc(100% - 60px);}
.stry-s3-lst-icn{width:40px;}
.stry-s3-btm{padding:0 0 0 330px;}
.stry-s3-img{width:300px;}
.stry-s3-bx{font-size: 17px; line-height: 26px; padding: 15px 10px 15px 55px;}
.ribbon{left:20px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}

.bdrcomb{ padding:10px 0;border-bottom: 1px solid #eaeaea;}

.chk-cont{ padding:30px 0;}
.chk-s1-lft{ width:100%; text-align:left; padding-top:0;}
.prod-sec{ margin-top:20px; padding:0 15px;}
.prd-seal{width: 80px; right:40px;}
.chk-s1-txt2{text-align:left;}
ul.chk-s1-list{ margin-top:15px;}
ul.chk-s1-list li{ width:25%; padding:0; margin-top:0px;}
ul.chk-s1-list li img{ max-width:85%;}

.chk-s1-rgt{ width:100%;}
.chk-s1-rgt-top-text{ font-size:20px; line-height:26px; letter-spacing:0;}
.chk-s1-rgt-hd{ font-size:32px; line-height:36px; margin-top:10px;}
.chk-s1-rgt-bx{ margin:10px 0 0;}
ul.chk-s1-rgt-list{ display:inline-block; vertical-align:top; float:none; max-width:355px; width:100%;}
ul.chk-s1-rgt-list li{ font-size:17px; line-height:25px; margin:12px 0 0;}
.switch-opt .buyopt{ padding: 5px 0px 5px 0;}
.buy-opt-t1{font-size: 14px; line-height: 18px;}
.buy-opt-t2{ font-size: 14px;  line-height: 18px; margin-top: 3px;}


.pkg-sec{ margin: 20px auto 0; max-width: 100%; width: 100%; float: left;}
.pkg-bx{ padding:12px 10px;width:100%; position:static; transform:none; margin:0 auto 0px; display:flex; align-items:center; justify-content:center; border-radius:20px;}
.pkg-bx3{margin-bottom:5px;}
.pck-lft{ width:160px;}
.best-val{top:0; left:5%;}
a.cart-btn{width:50%;}
.pkg-bx1 .pkg-btn-bx{padding:15px 0;}
.pck-rgt-mob{width:42%; text-align:left; margin-left:20px;}
.jar-txt{    margin: 12px auto 0; border-bottom: none;}
.pkg-bx .prod-1{ max-width: 100px;}
.prd-strength-p1{ width:100%;}
.prd_quantity{ margin:10px 0 0;}

.pck-btl{float:left; margin:0 auto; padding:0;}
.free-ship{ font-size:13px; line-height:17px;}
.pck-btn{margin-top:20px;}

/*====Product Details Page====*/
.product_det_banner{ padding:20px 0 10px;}
.prod_det_bnr_lft{ width:100%; text-align:left;}
.prod_det_bnr_rgt{ width:100%;}
.prod_det_bnr_heading{ font-size: 30px; line-height: 32px;}
.prod_det_bnr_rev{ font-size: 14px; line-height: 14px;}
.prod_det_bnr_rev img{ width: 75px; margin: -7px 7px 0 0;}
.prd-sldr{ margin-top:15px;}
.prod_det_bnr_desc{ font-size: 16px; line-height: 22px; padding: 8px 0;}
.prod_det_bnr_list_hdg{ font-size: 16px; line-height: 22px; margin-top: 15px;}
ul.prod_det_bnr_list li{ font-size: 16px; line-height: 22px;}
.prod_det_bnr_select{ font-size: 18px; line-height: 18px;}
.prod-sec img {
    max-width: 100%;
    width: 100%;
    padding: 20px 0px;
}
.pkg-sec{ margin-top:25px;}
.pkg-bx{ padding:0 5px 12px;}
.pkg-sve{ max-width: 80px; font-size: 12px; line-height: 12px; padding: 3px 8px;}
.pkg-prod-qty{ font-size: 17px; line-height: 17px; margin-top: 4px;}
.pkg-prod-days{ font-size: 10px; line-height: 10px;}
.pkg-btls{ margin: 10px auto 0;}
.pkg-prod-price{ font-size: 17px; line-height: 17px; margin-top: 6px;}
.switch-opt{ margin-top:10px;}
.switch-opt .buyopt{ padding:15px 10px;}
.buy-type-txt{ font-size: 17px; line-height: 19px;}
.buy-opt-lft{ padding-left:32px;}
.list-price{ font-size:18px; line-height:18px;}
.switch-opt .buyopt input[type=radio] + span{  left: 10px; width: 22px; height: 22px; top: 14px;}
.switch-opt .buyopt input[type=radio]:checked + span:after{ width:12px; height:12px;}
.prod-selector select{ font-size:15px; line-height:15px;}
.cart_button{ height: 54px; line-height: 54px; font-size:20px;}
.btn_secure_text{ margin-top:10px;}

.product_det_sec1{ padding:20px 0 0;}
.prod_det_s1_cont{ width:100%;}
.prod_det_s1_product{ position:static; margin: 0 auto; display: block;}
.prod_s1_cmn_prods{ position: static; margin: 20px auto 0; display: block; width: 250px;}
.inner_common_heading{ font-size: 30px; line-height: 36px;}
ul.prod_det_s1_list{ margin-top:10px;}
ul.prod_det_s1_list li{ padding-left: 30px; width: 100%; background-size: 18px; margin-top: 8px; font-size: 16px; line-height: 22px; background-position-y: 2px;}
.prod_det_s1_cont .btn_box{ margin-top:25px; text-align:center;}

.product_det_sec2{ padding:30px 0;}
.prod_det_s2_wrap{ margin: 25px auto 0; max-width:337px; row-gap:20px;}
.prod_det_s2_box{ width:100%;}

.product_det_sec3{ padding:30px 0;}
.prod_det_s3_labels{ margin: 25px auto 0; max-width:100%;}

.product_det_sec4{ padding:30px 0;}
.prod_det_s4_wrap{ margin: 25px auto 0;}
.prod_det_s4_imgbx{ width:100%;}
.prod_det_s4_contbx{ width:100%; margin-top:25px;}
ul.prod_det_s4_list li{ padding: 0 0 25px 40px;}
ul.prod_det_s4_list li:before{ border: 5px solid #fdced0;}
ul.prod_det_s4_list li:after{ left:13px;}
.prod_det_s4_steps{ font-size: 24px; line-height: 26px;}
.prod_det_s4_heading{ font-size: 20px; line-height: 24px;}
ul.prod_det_s4_list li .common_text{ margin-top:6px;}

.product_det_sec5{ padding:30px 0 15px;}
.testi-sec{ margin:10px 0 0;}
.testi-row{ padding-bottom:15px; margin:30px 0 0;border: none;}
.testi-row-lft{ width:100%; border-right:none; padding-right:0; border-bottom:1px solid #e3e3e3; padding-bottom:20px;}
.testi-lft-abt{ width:50%;padding: 0 0 0 60px;}
.testi-pics{ width:50px; height:50px; line-height:50px; top:0;}
.t-name{ float: left; margin-top: 5px; line-height: 18px;font-size: 17px;}
.t-vryfd{ float:left; font-size:12px; margin-top:7px;}
.test-prod{ width: 50%; border-top: none;  margin-top: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center;}
.t-prod-dv{ float: left; position: static; width: 50px; height: 50px; padding: 4px; top: 2px;
line-height: 37px;}
.test-prod-txt{ width: calc(100% - 50px); margin-top: 0; padding-left: 10px;}
.t-star{ width: 90px; margin-top: 8px;}
.testi-row-rght{ width:100%; padding:14px 0 0; border:none;}
.testi-row-rght h3{ font-size:20px;}
.testi-paragraph{ font-size:16px; line-height:22px;}
.testi-img { margin: 15px 8px 0 0; width:82px;}
.testi-img:last-child{ margin-right:0;}

.product_det_sec6{ padding:20px 0 35px;}
.recommended_wrap{ margin: 25px auto 0; row-gap:22px;}
.recommended_prodbox{ width:100%; padding:8px 20px 25px;}	
.recm_products{ width:210px;}

.chk-s2{ padding:20px 0 35px;}
.chk-com-head{ font-size:25px; line-height:32px;}
.chk-com-text{ margin-top:0px; line-height:24px;  font-size: 16px; }
.chks2-col{ width:48%; margin-top:25px; border-radius:15px;}
.chks2-col p{ letter-spacing:0.3px;}
.chk-s3{ padding:20px 0 15px;}
.chk-s3-left{ width:100%; text-align:center;}
.chk-s3-img{ position:static; display:block; margin:20px auto; border-radius:20px; width:250px; width: 100%; float: left;}
a.combtn{ margin-top:25px; width: 206px; height: 48px; font-size: 18px; line-height: 43px;}
.chk-s3-mid{ margin-top:30px;}
.chk-s3-mid-col{ width:100%; padding:0 15px 15px; margin-top:40px;}
.chk-s3-mid-col p{ letter-spacing:0.5px;}
.chk-s3-mid-col img{width:45px; margin: -25px auto 8px;}

.chk-s4{ padding:35px 0 30px;}
.chk-s4-img{ border-radius:15px;}
ul.chk-s4-list{margin-top:0;}
ul.chk-s4-list li,ul.chk-s4-list li:first-child{ width:100%; padding:0 40px; border-right:none; margin-top:25px;}
ul.chk-s4-list li span{ font-size:32px; line-height:38px;}
ul.chk-s4-list li p{ margin-top:8px;}

.chk-s5{ padding:20px 0 15px;}
.chk-s5-rgt-img{ position:static; margin:25px auto 0; border-radius:20px; width:240px;}
.chk-s5-left{ text-align:center; margin-top:5px; width:100%;}
.chk-s5-row{ padding:0; text-align:center;}
.chk-s5-row-img{ position:static; display:block; margin:0 auto 10px; width:130px;}
.icon-set{ padding:35px 0 0; border-bottom:none;}
.icon-set-icn{ width:75px; margin:0 auto 5px;}
ul.icon-set-lst li{ margin-bottom:18px;font-size:14px; line-height:17px; width:23.5%; padding:0;}
ul.icon-set-lst li:after{ display:none;}

.chk-s6{ padding:20px 0 35px;}
.chk-s6-mid{ padding:0 15px;}
.chk-s6-mid-col{ width:100%; margin:25px auto 0; border-radius:15px; max-width:369px;}
.s6-mid-col-inner span{ min-height:1px; font-size:21px;}

.chk-new-sec{padding:25px 0 0;}
.chk-new-sec-inr{padding-bottom:30px;}
.chk-new-bx-sld{margin-top:30px; width:100%;}
ul.chk-new-lst{margin-top:5px;}
.new-bx-tsti{font-size:24px; line-height:34px;}
.new-bx-star{width:100px; margin-top:5px;}
.vrfy-seal{display:inline-block !important; vertical-align:middle;}

.chk-s7{ padding:22px 0 35px;}
.star-review-row{ margin-top:25px; border-radius:10px; max-width:340px;}
.star-review-col-1{ width:100%; border-bottom:1px solid #eeeeee; border-right:none; padding-bottom:20px;}
.rev-star-chk{ margin:10px auto 0;}
.star-review-col-1 span{ line-height:45px;}
.star-review-col-1 p{ margin-top:8px;}
.star-review-right{ width:100%; margin-top:15px;}

.testi-sec{ margin-top:5px;}
.testi-row{ padding-left:70px; margin-top:25px; padding-bottom:25px;}
.t-name-ic{ width:55px; height:55px; top:5px; line-height:50px; font-size:24px;}
.t-text{ font-size:17px; line-height:25px; margin-top:8px;}
.t-name-text{ margin-top:10px;}
.testi-row.last{ padding-bottom:0;}

.chk-s8{ padding:22px 0 30px;}
.chk-8-mid-pkg{ margin-top:5px;}
.s8-chkpkg{ padding:0 15px;}
.chks8-pkg-col{ width:100%; border-radius:15px; margin-top:25px;}
.pkgcols8-inner{padding: 15px 17px 30px; border-radius:0 0 15px 15px;}
.combtn.pkgbtn{line-height:45px;}

.chk-s9{ padding:20px 0 10px;}
.chk-s9 .chk-com-head{ font-size:26px; line-height:32px;}
.accordion{ padding:15px 35px 15px 0; font-size:18px; line-height:25px;}
.acdn-content{ padding:0 10px 10px 0;}

.ftr-tx span{display:none;}

.glow .chk-s4{padding-bottom:40px;}
.glow ul.chk-s4-list{margin-top:10px;}

/* CONTACT CSS */
.contact-hd{font-size:34px; line-height:40px; margin-top:5px;}
.cont-frm{margin-top:0;}
.contact-bx{border-radius:10px; margin-top:25px;}
.contact-bx-hd{font-size:20px; line-height:22px;}
.contact-lft, .contact-rgt{width:100%;}
.contact-lft{padding:30px 15px;}
ul.contact-list li{font-size:16px; line-height:22px; padding-left:40px; margin-top:20px;}
.contact-lst-icn{width:30px;}
.contact-rgt{padding:30px 15px 30px;}
.frm-fld{margin-top:10px;}
.pos-abs{right:10px; bottom:25px;}
.cont-btn img{width:55px;}

/* INNER FAQ CSS */
.faq-2{margin-top:25px;}
.faq-2 .accordion{padding: 15px 35px 15px 15px;}
.faq-2 .acdn-content {padding: 0 10px 15px 15px;}

/* BLOG CSS */
.blog-sec{max-width:365px;}
.blog-tab{overflow-x: scroll; overflow-y: hidden; width:100%;}
ul.blog-tab-lst{width:auto; padding-bottom:10px;}
ul.blog-tab-lst li{white-space:nowrap;}
.blog-bx{flex-wrap:wrap; margin-top:20px;}
.blog-lft, .blog-rgt{width:100%;}
.blog-lft:after{position:static; float:left; height:300px;}

.blog-inr-lft, .share-div{width:100%;}
.share-div{text-align:left; margin-top:20px;}
.blog-inr-cmn-hd{font-size:24px; line-height:28px; margin-top:30px;}
.blog-inr-cmn-tx{margin-top:18px;}
.blog-inr-sml-img.lifted-img2{float:none; display:block; margin:25px auto 0;}

.rel-acrt-sec{margin-top:40px; padding:30px 0;}
.rel-acrt-hd{font-size:28px; line-height:32px;}
.blog-post-bx{ margin: 25px 0px 0;}

/* SHOP CSS */
.shop-sec{max-width:370px; width:100%; display:inline-block; vertical-align:top; float:none;}
.shop-sec-bx{width:100%; margin:25px auto 0;}
.combtn.shop-btn{width:220px;}
.shop-inr-text1{ min-height:auto; font-size: 24px;}

/* REVIEWS CSS */
.review-cont .contact-hd{margin-top:0;}
.rev-sec{ margin:10px 0 5px;}
.rev-bx{padding:10px 8px 20px;}
.rev-row{ padding-bottom:15px; margin-top:28px;}
.rev-row-lft{ width:100%; border-right:none; padding-right:0; border-bottom:1px solid #e3e3e3; padding-bottom:10px;}
.rev-lft-abt{ width:58%;padding: 13px 0 13px 65px;}
.rev-name-ic{ width:50px; height:50px; line-height:48px; top:8px;}
.rev-name{line-height: 18px;}
.rev-vryfd{ float:left; font-size:13px;}
.rev-info{padding-top:5px;}
.rev-tx{width:70%;}
.rev-dots{float:right;}
.age-tx, .skin-tx{width:50%; float:left; font-size:15px;}
.age-tx span, .skin-tx span{width:48%;}
.rev-prod{ width:42%; border-top:none; margin-top:0; padding-top:3px;}
.rev-prod img{ width:50px; top:10px; left:14px;}
.rev-prod-txt{ font-size:12px; line-height:17px; margin-top:6px;}
.rev-star {margin:10px 0 0; display:block; width:100px;}
.rev-row-rght{ width:100%; padding:0; border:none; margin-top:3px;}
.rev-row-rght span{ font-size:19px; margin-top:10px; margin-bottom:0px;}
.rev-row-rght p{ font-size:16px;line-height: 24px;}
.combtn.rev-btn{height:55px; line-height:50px; font-size:20px; max-width:280px;}

/* STORY CSS */
.story-s1{padding-bottom:30px;}
.stry-s1-inr{padding:0; text-align:center; margin-top:25px;}
.stry-s1-img{position:static; margin:30px auto 0; border-radius:10px;}
.stry-cmn-hd{font-size:23px; line-height:28px;}
ul.stry-s1-lst li{font-size:15px; line-height:26px; padding-left:25px; background-size:18px;}

.story-s2{padding:25px 0 35px;}
.stry-s2-inr{margin:10px 0;}
.stry-s2-inr-bx{width:100%; margin-top:20px;}

.story-s3{padding:25px 0 0;}
.stry-s3-tp-inr-lft, ul.stry-s3-list{width:100%;}
.stry-s3-lst-icn{width:35px;}
ul.stry-s3-list{margin-top:10px;}
ul.stry-s3-list li{margin-right:0; padding:10px 0; width:48%;}
ul.stry-s3-list li:nth-child(2n){float:right;}
ul.stry-s3-list li p{font-size:14px; line-height:18px; width:calc(100% - 55px);}
.stry-s3-btm{width:100%; padding:0px; text-align:center; margin-top:0;}
.stry-s3-img{position:static; border-radius:15px; margin:25px auto 0; display:block;}
.stry-s3-bx{width:100%; margin-left:0; margin-top:25px; border-radius:10px; padding:15px 10px 18px; font-size:16px; line-height:24px;}
.ribbon{display:none;}
}

/*----------- popup ---------------- */
#pop_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 {
	height: auto;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}

