@charset "utf-8";
/* CSS Document */
.show-mob, .show-tab {display: none;}
.show-desk {display: block;}

/*---------Media Querry---------*/

@media only screen and (max-width:1180px){
.container{width:1004px;}

ul.menu-list li{}

	.banner-prod {right: -83px; top: 135px; max-width: 500px;}
	.banner-heading {font-size: 44px;line-height: 56px;}
	.bnr-seal {top: 441px; left: 530px;}
	.bnr-strip-p2 {padding: 0 15px 0 0;}

	.section1{ padding:0 0 70px;}
	.s1lft{ width: 50%; padding: 75px 0 0px 0; }
	.s1img{ max-width: 590px; left: -125px; }
	h1 { font-size: 40px; line-height: 52px;}
	ul.list-sec1 { padding: 0 0px 0 20px;}
	ul.list-sec1 li{ font-size:17px; line-height:27px;}
	ul.list-sec1 li:before{ font-size:22px; line-height:42px;}

	.comn-hding {font-size: 38px;line-height: 48px;}
	.comn-hding span{font-size: 42px; line-height:54px;}
	.cmntxt{font-size: 19px;line-height: 31px;}

	ul.s1-list li { }
	ul.s1-list li span{ line-height: 30px;}
	.sec2-in{column-gap:17px;}
	.prod-div-sec2 {width: 32%;}
	.prod-divin-sec2 {width: 100%; height: auto;}
	.p4-sec2 {font-size: 27px;}
	.p5-sec2 {}
	.p5-sec2 span{}
	.p7-sec2 {}

	.section2 {}
	.section-2{ padding:55px 0 0 0;}
	.s2lft, .s2mid, .s2rgt{ margin-top:35px;}
	.s2lfttxtbx1, .s2lfttxtbx2, .s2rgttxtbx1, .s2rgttxtbx2{	width: 48%; padding: 25px 210px 20px 25px; }
	.s2rgttxtbx1, .s2rgttxtbx2{padding:15px 10px 15px 76px;}
	.s2lfttxtbx1, .s2rgttxtbx2{}
	.s2lfttxtbx1:before{ top:120px;}
	.s2prd1{margin:60px auto 0 auto;}
	.s2prd2, .s2prd3{top:80px;}

	.section3{padding: 50px 0 50px;}
	.sec3-lft {width: 46%;}
	.sec3-rgt {padding: 70px 0px 15px 0;}
	.s3model{ max-width: 680px; top: -42px; }
	.s3rgt{ width:40%;}
	.s3-btls {left: -7%;top: 360px;}
	ul.s3-list {}
	ul.s3-list li { font-size: 17px; line-height: 28px;}
	ul.s3-list li:before{ left:15%;}
	ul.s3-list li:nth-child(even):before{ right:15%; left:auto;}
	ul.s3-list li p { font-size: 16px; line-height: 28px;}
	ul.s3list{ width:100%;}
	ul.s3-list li span {}
	ul.s3list li{}
	a.s2btn2{ font-size:22px;}
	ul.s3-list li img{}
	.sec3-model{left: 0%;}
	ul.s3-list li {padding: 0px 0px 0px 92px;}

	ul.s5-list li p {  padding: 0 5px;}


.innr-cmn-hd {font-size: 32px; line-height: 53px;}
.innr-cmn-hd span { font-size: 38px;}
.price_tag {font-size: 18px;}
.btl-qnty{font-size: 13px;}
.inr-s2-lst-t2{font-size: 20px;}
.inr-lst-pra { margin-top: 16px; padding: 0px 12px;font-size: 17px; line-height: 26px;}

/*======PRODUCT DETAILS=========*/
.prodDtls1-left{  margin-top:0;}
.prodDtls1-rght{}
.innr-s3-cont{ width:51%;}
.s3-cert-img1{ width:460px; margin-top:30px;}
.innr-s4-cont{ width:53%;}

/*=========Cart Section==========*/
.cartLft{ width:65%;}
.cart-prc-row{ width:34%;}
.cart-form{ width:245px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none !important;}
.show-tab {display: block;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 10px;
	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:13px;
	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:84px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #acacac;
	}
.mobimenu-top{ top:85px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #acacac;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

.menuOpen{
	position:relative;
	}
.menuOpen:after{
	content:'+';
	position:absolute;
	right:10px;
	top:15px;
	color:#000;
	font-size:24px;
	}
.menuOpen.mnutog:after{
	content:'-';
	}
ul.dropdown-mobile{
	float:left;
	width:100%;
	border-top:1px solid #cfcfcf;
	display:none;
	}
ul.dropdown-mobile li a{
	font-size:18px;
	padding:15px 25px;
	color:#000;
	background:#f1f1f1;
	}
ul.dropdown-mobile li:last-child{border:none;}	

.nav-sec{ padding:12px 0;}
.logo{        max-width: 220px;
        margin: 7px 0 0;}
ul.nav-rgt{ margin:3px 48px 0 0;}

	/***************/
	.bnr-lft { float: left; width: 58.95%; margin: 30px 0 0 0;}
	.banr-rev-text {font-size: 14px;line-height: 22px;}
	.banr-rev-text img { width: 60px;}
	.banner-heading {font-size: 32px; line-height: 44px; margin-top: 0;}
	.banner-prod {right: -85px; max-width: 411px; top: 127px;}
	.bnr-strip-p1 { font-size: 18px; line-height: 26px;}
	.bnr-strip-p1 img {margin: -5px 0 0 0;}
	.bnr-strip-p2 { font-size: 17px; line-height: 26px; margin: 4px 0 0 0; padding: 0 0 0 0;}
	ul.bnr-list {margin: 25px 0 0 0;}
	ul.bnr-list li { font-size: 18px;line-height: 24px; margin: 8px 0 0 0;  padding: 0 0 0 35px;}
	.bnr-seal {top: 413px;left: 437px;width: 94px;}
	.mik{ max-width:40px;}
	.bnr-strip{ padding:12px 10px 12px 64px;}

	ul.strip-list li { padding: 0px 0px 0px 70px;}
	ul.strip-list li img{ max-width: 60px;}
	.strip-hding{ font-size: 20px; line-height: 30px;}
	.strip-txt{ font-size: 17px; line-height: 27px;}


	.prodt-bnr { position:static; margin-top:15px;max-width:65%;}
	.comn-hding { font-size: 35px;line-height: 45px;}
	.comn-hding span {font-size: 36px; line-height: 48px;}
	.cmntxt { font-size: 17px; width:100%; line-height: 28px;margin-top: 15px;}
	.hd-tx { top: 310px; left: -27%;}
	.bnr-sub-inr {padding: 0px 0 25px 0;width: 100%;margin-top: 0px;text-align: center;}
	.s1-inr-rit {width: 100%; text-align:center}
	.s1-inr-lft2 { width: 100%; margin-top: 50px;}
	ul.s1-list { margin: 50px 0 0;}
	ul.s1-list li{    padding: 0 46px; width: 50%;}
	.s1-prodt, .s1-prodt2 { position: static; max-width: 115px !important; margin: 60px 70px 0;}

	ul.s1-list li img{}
	.list li span { display: block; font-size: 18px; line-height: 28px;}
	.list li { font-size: 15px; line-height: 25px;}
	/*************/
	.s1-model{ position: static; display: block; margin:0 auto;}
	.bnr-sub-inr .comn-hdng { width: 100%; text-align: center; margin-top: 20px;}
	.bnr-sub-box { width: 100%; margin: 0px 0 0 0;}
	.list{ margin:20px 0 0;}	

	.strip-sec {padding: 40px 0 20px;}
	.strip1in {} 
	.strip-rgt { width: 72%; margin-top: 27px;}
	.rgt-tx { font-size: 34px; line-height: 44px;}
	.strip1in ul {margin-top: 0px;}
	.strip1in ul li { padding: 0px;  text-align: center; margin-top:0px; font-size: 17px; line-height: 25px;}
	.strip1in ul li img {
		position: static;
		display: block;
		margin: 0 auto 8px;}
	.ic-strip { width:80px;}
	.strip1in ul li p { font-size: 17px; padding: 7px 0 0 57px;}
	.shape-strip { bottom: -24px; width: 75px;}
	/*************/
	.section1 { padding: 30px 0 40px; }
	.s1lft{padding:0px 0 0 0; width: 56%;}
	h1 { font-size: 36px; line-height: 46px; margin: 0px 0 0 0; }
	.s1txt, .s2txt { margin: 15px 0 0 0; font-size: 17px; line-height: 27px; }
	.s1_innr{ margin:-300px 0 0;}
	.s1img { max-width: 455px; left: -160px; top: -40px; }
	ul.list-sec1 li { font-size: 16px; line-height: 26px; padding: 10px 10px 10px 30px;}
	ul.list-sec1 li:before { font-size: 20px; line-height: 40px; top:32px; }
	ul.list-sec1 li span { font-size: 22px; line-height: 30px; margin-bottom: 5px;}
	/**************/
	.section2 {padding: 40px 0 50px;}

	.comntxt { font-size: 18px;line-height: 26px;margin-top: 15px;}
	.s2-rgt { width: 58%;}
	.s2-lft {width: 37.27%;margin: 91px 0 0 0;}
	ul.s2-list li span { font-size: 20px;line-height: 28px;}


	.prod-section {  padding:40px 0 40px 0; }
	.sec2-innr { padding: 30px 30px 40px;}
	.hdng1div2 { width: 60%;}
	.sec2-in { margin: 30px 0 0; column-gap: 15px;}
	.prod-div-sec2{ width:49%;}
	.mrgn1-sec2 { margin-left: 2%;}
	.prod-divin-sec2{}
	.prod-divin-sec2{ padding: 72px 0 10px; }
	.prod-sec2:nth-child(2), .prod-sec2:nth-child(3){top:85px}
	.prod-sec2:nth-child(4), .prod-sec2:nth-child(5){top:100px}
	.prod-sec2:nth-child(6){top:108px;}
	.prod-sec2 {}
	.shop-lft{width: 347px;     margin: 32px 0 0 0;}
	.pr-dtl-s1-rgt{    width: 51.4%;}
	.pr-dtl-s1-rgt-p2 { font-size:27px;}
	.padd1-sec2 { font-size: 22px; line-height: 32px; }
	.p5-sec2 span{}
	.p4-sec2 { font-size: 24px; line-height: 38px;}
	.p7-sec2 {}
	.price-cut { font-size: 19px; margin: 0 0 0 9px;}
	.btndiv-sec2 { padding: 12px;}
	.btn-sec2 {margin-top:12px;}
	.rgt-btl {top: 141px; right: 0px; max-width: 218px;}
	.pro-sec1 {padding: 50px 0;}	
	/***************/
	.prlx-strip { padding: 30px 0; background-attachment: scroll;}
	.strip-inner{width:100%;}
	.p2-prlx { width: 98%; margin: 8px auto 23px;}
	.btn-prlx{ width:200px;}
	/************/

	/************/
	.section3 { padding: 40px 0 40px;}
	.s3model { max-width: 480px; top: 0px; left: -108px;}
	.s3rgt {width: 52%;}
	ul.s3list li{margin:40px 0 0 0;}
	/*****************/

	.section5 { padding: 40px 0;}
	ul.s5-list {margin-top: 40px;}
	ul.s5-list li { width: 32%;}
	ul.s5-list li p {font-size: 18px;line-height: 24px;padding: 0 0;}

.sec6Cont{ padding:0;}

.section7{ padding:60px 0;}
.accordion{ font-size:22px; line-height:26px;}

.footerBox1{ padding:40px 0 50px;}
.ftrBox1{ padding:0 10px;}
ul.ftr-nav li{ font-size:15px;}


.option{ width:100%;}
.btnBlk{margin-top: 30px;}
a.add-to-cart{margin-top: 0;}
.cart-prdname .s2-col-prod {max-width: 17%; top: -7px;}
.cart-prdname {padding: 0 0 0 10px}

/*======PRODUCT DETAILS=========*/
.prod-lft-list{ margin-top:15px;}
.prod-lft-list li img{ width:50px;}
.prod-lft-list li{ padding:0 5px;}
.prod-lft-list li p{ font-size:13px; line-height:17px;}

.prod-nameHdng{ font-size:36px; line-height:40px;}
.prod-mgtxt{ font-size:22px; line-height:24px; margin-top:7px;}
.prd-rat{ margin-top:16px;}
.select-txt{ font-size:24px; line-height:24px; margin-top:25px;}
.pkgInner{ }
.pkg1, .pkg2, .pkg3{ width:45px;}
.gummies-package{width:30px; left:22px;}
.cream-package{width:70px; top:7px;}
.prod-size{ font-size:15px;}
.prod-mg-txt{ font-size:18px; line-height:18px;}
.pkgopt input[type=radio] + span{ left:4px;}
.result-text{ font-size:10px; line-height:12px;}
.buyopt{ padding-left:38px;}
.buyopt input[type=radio] + span{ left:12px;}

.select-txt-inner{font-size:20px; line-height:24px;}
.select-txt-inner span{font-size:18px;}
.packageOpt p{font-size:16px;}

.prod-inner-sec1{ padding:50px 0 60px;}
.innr-s1-cont{ width:57%;}
.innr-cmn-hd{ font-size: 30px; line-height: 44px;}
.innr-cmn-hd span{ font-size: 40px;}
.s1-imgbox{ width:36%;}

.prod-inner-sec2{ padding:50px 0 60px;}
.innr-s2-list{ padding:0;}
.innr-s2-list li{ width:31.5%;}
.inr-lst-pra{ padding:0 5px;}

.prod-inner-sec3{ padding:50px 0 60px;}
.innr-s3-cont{ width:61%;}
.s3-cert-img1{ width:270px; top:0;}

.prod-inner-sec4{ padding:50px 0 60px;}
.innr-s4-cont{ width:62%;}
.s4-imgbox{ width:32%;}

.prod-inner-sec5{ padding:50px 0 60px;}
.testi-sec { padding: 0;}
.testi-row-lft { width: 28%;}
.testi-row-rght {width: 71%; padding-left:20px;}
.testi-lft-abt{ padding-left:77px;}
.test-prod{ padding-left:77px;}

.prod-inner-sec6{ padding:50px 0 60px;}
.prod-inner-sec7{ padding:50px 0 60px;}

/*=========CSS FOR CONTACT==========*/
.cont-sec1Lft{ width:53%;}
.cntc-inr{ padding:0 20px 30px 0;}
ul.cnt-list{ padding-left:30px; padding-right:30px;}
ul.cnt-list li p{ font-size:17px;}
.msgbx-txt{ font-size:27px; line-height:27px;}
.cntct-rght{ padding:40px 30px; width:47%;}
.cntct-rght2{ padding:0; width:47%; margin-top:115px;}

/*=========Cart Section==========*/
ul.shiping-info li{ font-size:22px; line-height:22px;}
.cart-heading-row{ font-size:13px; line-height:15px;}
.cart-col-1{ width:49%;}
.cart-col-2, .cart-col-3{ width:18%;}
.cart-col-4{ width:15%;}
.cart-prd-1{ left:30px;}
.cart-prd-name{ padding-left:100px;}
.cart-prd-name{ font-size:15px;}
.cart-prd-name p{ font-size:13px; line-height:16px;}
.cart-qty-div input{ width:31px;}
a.proceed-btn{ height: 50px; font-size: 15px; line-height: 55px;}
.cart-form{ width:170px;}
.cart-ship-t1{ font-size:13px;}
.cart-form .cart-fld{ font-size:13px;}
}

@media only screen and (max-width:767px){
	.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
	.show-desk{display:none !important;}
	.show-mob{display:block;}
	.hide-mob{display:none;}

	.topStrip p{ font-size:12px; line-height:18px;}

	.top-fix-bar{ margin-bottom:50px;}
	.nav-sec{ height: 50px;margin-top: -50px;top: 50px;padding: 8px 0;}
	.logo{max-width: 90px;margin: 0px 0 0;}
	ul.top-nav-ul li {font-size: 14px;line-height: 22px;padding: 0 0 0 25px; margin: 0;float: left;}
	ul.top-nav-ul li:last-child{float:right}
	ul.nav-rgt{ margin-top:3px}
	ul.nav-rgt li img{display: inline-block;margin: -4px 2px 0 0;}
	ul.nav-rgt li{ height: auto;font-size: 15px;line-height: 24px;padding: 0 10px;}
	ul.nav-rgt li a{ line-height:32px;}
	.mob-mnu-ic{ top:8px; right:10px;}
	.mobimenu-top{ top:51px;}

	/***********************/
	.banner {padding: 30px 0 30px;}
	.bnr-lft {float: left; width: 100%; text-align: center; margin: 0px 0 0 0;}
	.banr-rev-text {font-size: 14px; line-height: 22px;}
	.banner-heading {font-size: 36px;line-height: 42px;}
	.banner-heading span{    font-size: 20px;line-height: 28px;}
	.bnr-prd-mob{margin:0 auto;max-width:100%;}
	.mik{ display:none;}
	.bnr-strip {width: 100%;padding: 10px 15px;margin: 0;}
	.bnr-strip-p2{ letter-spacing:0.5px;}
	ul.bnr-list li {font-size: 18px; line-height: 26px; letter-spacing: 0.3px; margin: 12px 0 0 0; padding: 0 0 0 24px; background: url(../images/bnr-bult.png) left 5px no-repeat; background-size: 15px;}
	.btn-box{margin-top:20px;width: 280px;}
	a.packageBtn{height: 50px; line-height: 50px;font-size: 22px;}
	.btn-arw{width: 20px;}
	.btn-rev:before, .btn-rev:after{}

	/***********************/

	/**************/

	.section1{ padding: 20px 0 30px; }
	.s1_innr{ margin:0 0;}
	.s1lft{width:100%;padding:0; text-align:center;}
	.s1img, .s1prd{ max-width: 225px; position: static; display: inline-block; margin: 10px 0 5px; }
	.s1hd1, .s2hd1{text-align:center; font-size: 18px;}
	.s1hd1::before, .s1hd1::after, .s2hd1::before, .s2hd1::after { content: ""; width: 30px; margin: 0 5px 5px 5px; display: inline-block; height: 1px; background: #388f3e;}
	h1{ margin: 0px 0 0 0; font-size: 24px; line-height: 32px; text-align: center; }
	.s1txt, .s2txt{ margin: 10px 0 0 0; text-align: center; font-size: 16px; line-height: 26px; }
	ul.list-sec1 { margin: 20px 0 0px; padding: 0 0px 0 0px; display: flex; flex-wrap: wrap; justify-content: center; row-gap: 20px; column-gap: 0px;}
	ul.list-sec1 li{ width: 100%; max-width: 355px; text-align: left; padding: 10px 20px 10px 60px; margin-bottom:0;}
	ul.list-sec1 li:before { font-size: 18px; line-height: 36px; top: 15px; left: 10px; height: 35px; width: 35px;}
	ul.list-sec1 li span { font-size: 20px; line-height: 28px; margin-bottom: 0px;}
	/****************/
	.section2 {padding:30px 0;}
	.comn-hding {font-size: 22px;line-height: 28px;}
	.comn-hding span {font-size: 28px; line-height: 36px;}
	.strip1in {padding: 0px 0 20px; margin-bottom: 20px;}
	.strip1in ul {row-gap: 15px;}
	.strip1in ul li {width:49%; font-size: 15px;line-height: 23px;border: none;}
	.strip1in ul li span{    margin-bottom: 3px;font-size: 20px;line-height: 28px;}
	.strip1in ul li .ic-strip{width: 60px;margin-bottom: 3px;}
	.comntxt { margin-top: 10px;font-size: 16px; line-height: 25px;}
	.s2-model-tab {margin: 0 auto; width: 320px;}
	.s2-rgt { width: 100%;padding: 0 0 0 0;}
	.s2-model { width: 100%; height:400px;object-fit: cover;}
	ul.s2-list li .s2-img{margin: 0 auto ;}
	ul.s2-list li .s2-icon{margin-bottm:5px;}
	ul.s2-list li span { margin-bottom: 2px;}
	.s2-lft {width:100%; margin:20px auto 0px;}
	ul.s2-list {margin: 20px 0 0 0; padding:0 5px; width: 100%;}

	.s2-bottom { padding:25px 0 30px;}
	ul.s2-list li { width: 100%; margin-top:0px; font-size: 16px;line-height: 25px;}
	ul.s2-list li .s2-img{}

	.hdng1div2 { width: 100%; max-width: 465px;}
	.sec2-in{ justify-content: center; margin-top: 40px;row-gap:40px;}
	.prod-div-sec2,.prod-div-sec2:last-child {width: 100%; max-width: 355px;}
	.p5-sec1{padding: 5px 20px;font-size: 12px;line-height: 18px;}
	.sec2-in .prod-div-sec2:last-child {width: 100%; max-width: 370px;}
	.prod-sec2:nth-child(2), .prod-sec2:nth-child(3){ top: 46px;}
	.prod-sec2:nth-child(3){}
	.prod-sec2:nth-child(4), .prod-sec2:nth-child(5){top: 67px;}
	.prod-sec2:nth-child(6){ top: 74px;}
	.mrgn1-sec2 { margin-left: auto; margin-top:15px;}
	.p3-sec2{ width:100%;font-size: 16px;line-height: 28px;}
	.p6-sec2 { padding: 0 10px;}
	.padd1-sec2 {}
	.p5-sec2 { font-size: 20px; line-height: 30px; padding: 0px 0 5px;}
	.p5-sec2 span { background: none; font-size: 14px; line-height: 24px; }
	.prod-divin-sec2 { max-width: 100%; padding: 10px 0 10px; }
	.btn-sec2 { margin-top: 12px !important; font-size: 18px; line-height: 50px; height: 50px; width: 220px; padding: 0 0 0 25px; }
	.pro-sec1 { padding:30px 0;}
	/**************/
	.prod-section {padding:30px 0;}
	.section2 .cmntxt { width:100%;}
	.comn-hdng { font-size: 28px; line-height:40px;}
	.comn-hdng span {}
	.pro-dtl-sec2 .comn-hdng{font-size: 25px;     line-height: 33px;}
	.inner-top{  padding: 9px 0 9px;}
	.trm-bx h4{ font-size:18px;}
	.cmntxt { font-size: 17px; width: 100%; line-height: 25px; margin-top: 15px;}
	.p2-prlx { width:100%;}
	.p1-prlx { font-size: 23px; line-height: 26px;}
	.hdng2 { font-size: 22px; line-height: 22px;}
	.prodt-bnr { position: static; margin-top: 14px; max-width: 100%;}
	.sec2-innr { padding: 20px 20px 20px;}
	/*************/
	.section3 { background: #ededed; padding: 30px 0 30px 0; height:auto; }
	.s3rgt{ width: 100%; float: none; display: inline-block; padding: 0 10px; }
	.s3model{ position: static; display: inline-block; margin: 10px 0 0px; max-width: 226px;  }
	ul.s3list li{margin:30px 0 0 0; padding: 0 0 0 66px;}
	ul.s3list li img{ max-width:50px;}
	.s3ltxt{font-size: 17px;}
	/***************/

	.section5 {padding:30px 0;}
	ul.s5-list {  margin: 20px auto 0px; width: 100%}
	ul.s5-list li img { margin: 0 auto 10px;}
	ul.s5-list li {width: 100%; margin-top:0px; padding: 0 10px;}
	ul.s5-list li p { margin-top: 5px; letter-spacing:0.5px;}
	ul.s5-list li span {font-size: 22px;line-height: 28px;}

	.section6{ padding-top:25px;}
	.sec6Cont{ width:100%; text-align:center;}
	.doc-specif{ margin-top: 20px; padding: 0 0 22px 65px;}
	.doc-img{ border-radius:5px;}
	.doc-img, .qr-img{ width:56px;}
	.analys-hd{ font-size:20px; line-height:22px;}
	.top-2{ margin-top:8px;}
	.s6-rgt{ float:none; width:340px; margin:27px auto 8px;  border-radius:20px; overflow:hidden;}
	.s6-rgt:after{ display:none;}
	.tested-doc{ max-width:100%; float:none; margin:0 auto 0; display:block;}

	.section7{ padding:35px 0 30px; background-size: cover;}
	.s7-left{width:100%; padding: 0;}
	.s7-left img{margin-top:10px;}
	.faq-container{ margin-top:15px;}
	.accordion, .accordion2{ padding:10px 20px 10px 0; font-size: 18px;line-height: 25px;}
	.acdn-heading.accordion-open{}
	.acdn-content{ padding:0px 0px 15px;}
	/*==========Prod===========*/


	.prod-det-s1-lft {width: 100%;}
	.prod-det-s1-rgt{ width:100%;}
	.prd-det-tx{font-size: 16px;line-height: 24px;margin-top: 10px;}
	.option-field{font-size: 18px;}
	.purchase-container{flex-wrap: wrap;}
	.cart-prdname .s2-col-prod {  max-width: 24%; top: 6px; left: 7px; display: none;}
	.onetime, .subscribe{ font-size:16px; line-height:22px;}

	/*==========FOOTER===========*/
	.footer{ padding:0px 0;overflow: hidden;}
	.ftr-innr1, .ftr-innr2, .ftr-innr3{width:100%; padding: 20px 10px;}
	.ftr-desc{row-gap: 5px;}
	.ftr-hdr{font-size: 22px;line-height: 30px; margin-bottom: 0;}
	.ftr-logo{ width:110px; margin:0 auto 20px;}
	
	.ftr-txt2{ }
	.footer-logo-row-right li{width: 54%;}

	/*============PRODUCT DETAILS===========*/
	.prodBreadcrm p{ font-size:15px; line-height:15px;}

	.products-sec{ padding:0px 0 35px;}
	.prd-sldr{padding: 30px 0px;}
	.prodDtls1-left{ width:100%;}
	.prod-dtls1-slide img{max-width: 270px;}
	.prod-dtls1-slide img:nth-child(2), .prod-dtls1-slide img:nth-child(3){max-width:230px;}
	.prod-dtls1-slide img:nth-child(4), .prod-dtls1-slide img:nth-child(5){max-width:200px}
	.prod-nameHdng{ font-size: 28px; line-height: 34px; margin-bottom: 10px;}
	.prod-mgtxt{ font-size: 16px; line-height: 16px; margin-top: 0; margin-bottom: 5px;}
	.prd-rat{ font-size:14px; line-height:14px; margin-top:12px;}
	.prd-rat img{ width:85px; margin:-2px 6px 0 0;}
	.prodDtls1-rght{ width:100%; text-align:center;}
	.details-para{ font-size:17px; line-height:25px;}
	.select-txt{ font-size:22px; line-height:22px; margin-top:25px;}
	.pack-sec{ margin-top:0;}
	.package{ width:100%; margin-top:20px;}
	.extra-pack .package{ width:100%;}
	.pack-sec.two-prod .package{width:100%;}
	.pkgInner{ padding: 8px 3px 11px 50px;}
	.pkgopt input[type=radio] + span{ left: 20px;}
	.pkg1, .pkg2, .pkg3{ width:58px; left:40px;}
	.gummies-package{ top:7px; left:45px; width:45px;}
	.cream-package{ width:65px; left:45px; top:12px;}
	.result-text{ font-size:12px;}
	.buyopt{ padding: 14px 5px 12px 39px; width:100%}
	.buy-opt-t1{ font-size:13px; line-height:13px;}
	.buyopt input[type=radio] + span{ }
	.pkg-opt-box{ padding:20px 12px;}
	.buy-pkg{ width: 85px; height: 85px; padding: 5px;}
	.buy-pkg img{ max-width:64%;}
	.buy-pkg-details{ width: calc(100% - 88px); padding:0 10px;}
	.buy-prod-name{ font-size:20px; line-height:20px;}
	.buy-prod-price{ font-size:27px; line-height:27px; margin-top:10px;}
	.buy-prod-ship{ font-size:14px; line-height:14px;}
	.purchase-price{ padding:22px 0 12px;}
	.you-save-prc{ margin-top:2px;}
	.retail-prc{ font-size:25px; line-height:25px;}
	.prod-lft-list{ margin-top:10px;}
	.prod-lft-list li{ width: 32%;}
	.prod-lft-list li img,.prod-lft-list li .s1-icon{ width:60px;}
	.prod-lft-list li p{ font-size:13px; line-height:18px;}
	.select-txt-inner{font-size:19px;}
	.select-txt-inner span{font-size:17px; margin-left:20px;}
	.section1:after{bottom: -25px;height: 50px;}

	.buyOpt-row{padding:15px 10px;}
	.packageOpt{width:80%;}
	.packageOpt p{font-size:17px;}
	.pkgPrice{width:20%;}
	.pkgPrice p{font-size:17px;}

	.prod-inner-sec1{ padding:25px 0 30px;}
	.innr-s1-cont{ width:100%; text-align:center;}
	.innr-cmn-hd{ font-size: 24px; line-height: 38px;}
	.innr-cmn-hd span{ font-size: 30px;}
	.s1-imgbox{ width: 87%; position: relative; display: inline-block; vertical-align: top;
	top: 0; margin: 25px 0 34px 25px;}

	.prod-inner-sec2{ padding:25px 0 30px;}
	.innr-s2-list{ margin-top:0; padding:0 10px;}
	.innr-s2-list li{ width:100%; margin-top:30px; padding-bottom:25px;}

	.prod-ing span{text-align:center;margin: 10px 0;}
	.prod-ing .select-txt {    text-align: center;}
	.prod-ing img{margin:0 auto;}

	.prod-inner-sec3{ padding:25px 0 30px;}
	.innr-s3-cont{ width:100%; text-align:center;}
	.s3-cert-img1{ position:static; margin:25px auto 0; display:block; width:355px;     border: 7px solid #e9e9e9;}

	.prod-inner-sec4{ padding:25px 0 30px;}
	.innr-s4-cont{ width:100%; text-align:center;}
	.s4-imgbox{ width: 87%; position: relative; display: inline-block; vertical-align: top;
	top: 0; margin: 25px 0 34px 20px; left:0;}
	.inr-s4-list{ margin-top:20px;}
	.inr-s4-list li{ padding-left:50px; padding-bottom:25px;}
	.inr-s4-list li span{         font-size: 17px;line-height: 28px;}
	.inr-s4-list li .common-para{ margin-top: 6px;}

	.prod-inner-sec5{ padding:25px 0 30px;}
	.testi-sec{ margin:0;}
	.testi-row{ padding-bottom:15px; margin-top:28px;}
	.testi-row-lft{ width:100%; border-right:none; padding-right:0; border-bottom:1px solid #e3e3e3; padding-bottom:10px;}
	.testi-lft-abt{ width:51%;padding: 13px 0 13px 65px;}
	.t-name-ic{ width:55px; height:55px; line-height:55px;}
	.t-name{ float: left; line-height: 18px;}
	.t-vryfd{ float:left; font-size:13px;}
	.test-prod{ width:49%; border-top:none; margin-top:0;padding: 11px 0 0px 75px;}
	.test-prod img{ width:50px; top:10px; left:14px;}
	.test-prod-txt{ font-size:13px; line-height:17px;}
	.t-star {margin:10px 0 0; display:block; width:100px;}
	.testi-row-rght{ width:100%; padding:0; border:none; margin-top:3px;}
	.testi-row-rght span{ font-size:18px; margin-top:10px;}
	.testi-row-rght p{ font-size:16px;}

	.prod-inner-sec6{ padding:25px 0 30px;}

	.prod-inner-sec7{ padding:25px 0 30px;}
	.prod-hide-mob{ display:none;}

	/*=========CSS FOR CONTACT PAGE=========*/
	.prodBreadcrm{font-size: 13px;line-height: 15px;padding: 9px 0 8px 0;}
	.contact-sec{ padding:25px 0 30px;}
	.cntc-inr{ padding:0;}
	.cntc-inr:before{ display:none;}
	.cont-sec1Lft{ width:100%; text-align:center;}
	.contact-img{display: none;}
	ul.cnt-list{padding:0px 5px 20px; margin-top:20px;}
	ul.cnt-list li{ padding: 10px 0 10px 50px;}
	ul.cnt-list li img{ top:18px; left:5px;}
	ul.cnt-list li span{ font-size:21px; line-height:26px;}
	ul.cnt-list li p{ font-size:17px; line-height:23px;}
	.cntct-rght{ width:100%; padding:28px 20px; margin-top:30px;}
	.msgbx-txt{ font-size:24px; line-height:24px; padding-bottom:25px;}
	.msgbx-txt:after{ top:38px;}
	.frm-btn{ height: 56px; line-height: 56px; font-size: 26px;}
	.cntct-rght2{ padding:0; width:100%; margin-top:35px;}

	/*=========Cart Section==========*/
	.shipg-hd{ float:left; width:100%; font-size: 25px; line-height: 25px; color: #000;
	font-weight: 300; text-transform: uppercase;}
	.cartLft{ width:100%; margin-top:25px;}
	.cart-col-2, .cart-col-4{ display:none;}
	.cart-col-1{ width:75%}
	.cart-col-3{ width:25%;}
	.cart-prd-row{ padding-bottom:5px;}
	.cart-prd-row .cart-qty-div input{ width: 27px;}
	a.continue-btn2{font-size: 16px; line-height:34px; padding: 0 25px;}
	.cart-prc-row{ width:100%; border:none; padding:0; margin-top:25px;}
	a.proceed-btn{ font-size:19px;}
	a.update-btn{ margin-left:0;}
	.cart-form{ width:270px;}
	.cart-ship-t1{ font-size:15px;}
	.cart-form .cart-fld{ font-size:15px;}

	/*=========Checkout Section==========*/
	.returng-custmr-txt{font-size: 15px;line-height: 22px;margin-top: 18px;}
	.coupn-box{padding: 15px 15px 20px;}
	.chk-left{ width:100%;}

	.checkout-sec{padding: 30px 0 40px;}
	.chk-rgt{ width:100%;}
	.frmfld.hlf{ width:100%;}
	.frmfld.cvv { width: 50%;margin-left: 0;}
	.pay-crdt img{ margin-top:2px;}
	
	.tems_bg{padding: 30px 0;}
	.trm-bx{padding: 0px 0;} 
	.trm-bx h4, .trm-bx h5{font-size: 20px;}
	.trm-bx h3{font-size: 22px;}
	.trm-bx img{ max-width:100%;}
}


@media only screen and (max-width:480px){


}