@charset "utf-8";
/* CSS Document */
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

ul.menu-list li a{ font-size: 15px; line-height: 15px; padding: 0 10px;}

/*====== Bannar=========*/
.s1-inner {width:75%; margin-top:70px;}

.bnr-botls{right: 3%;}
.s1-inner h1{    font-size: 24px;line-height: 46px;}
.s1-inner h1 span {}
.bnrtxt{ font-size: 17px; line-height: 27px; width: 87%;}
.bnr-bag {right: 15%;}
.discount-img{ right:242px;}

.bnr-stp_uls li {padding: 0 30px;}
/*====== section1 =========*/
.sec1{ padding:50px 0;}
.s1-Box{width: 45%; padding: 10px 0;}
.rgt-box{ background-position:100% top;}
.s1-modl-pdt { }
.lft-box {width: 61.44%;padding: 25px 0px 0 138px;}
.s1txt{ font-size:17px;}
.s1-txt1 {font-size: 40px;line-height: 95px;margin-top: 0px;}
.s1-txt1:before {height: 95px;}
.s1-model { max-width: 300px;}
.s1-prodt { top: 278px;  max-width: 340px;}
.sec1-model{}
.s1mid{ margin-top:28px; height: 86px;}
.mid-hdg { font-size: 30px; line-height: 42px;}
.s1mid:before{ border-bottom: 72px solid #222222; border-left: 76px solid transparent;}
.s1mid-rit{ margin-top:33px;}
.sec1 .s1-btn{ font-size:30px; line-height:42px;}
ul.s1-list{ width:100%; margin-top:20px;}
ul.s1-list li {width: 32%;}
ul.s1-list li img{ max-width: 88px;}

.bdhding2 {width: 100%;}
.bdfont {width: 100%;margin-top: 18px;}	
/*====== section Bar =========*/

/*====== section2 =========*/
.sec2{ overflow:hidden; padding: 50px 0px;}
.s2-prodt {right: -12%;}	
.s2rgt{ width: 52%; margin: 25px 0 0 0;}
.w-box{ width: 53%; padding: 60px 0 0 25px;}
.s2-img1 {right: 20px;}
.s2uls li{padding: 0 44px 0;}
.s2lft{}
.s2-btl {max-width: 470px; top:335px; right: -123px;}
/*====== section3 =========*/

/*====== section4 =========*/
.sec4 { padding: 40px 0 50px;}
.s4model{max-width: 470px; left: 0px;}
.s4rit { width: 498px;}
.s4_uls {    row-gap: 70px;}
.s4_uls li {padding: 0 0 0 73px;}
.s4-btl { top: 132px; left: 35%;}
/*====== section5 =========*/
.order-section {padding: 50px 0;}
.pck-bx {padding: 15px 15px 25px;}
.btl-qty {font-size: 18px;line-height: 35px;}
/*=======Product Details=======*/
.prodbnner-left{ width:45%;}

.prodbnr-right{ width:54%;}
.prod-sub-heading {font-size:16px;}
.prd-rat {font-size: 14px;}
.banner-left-gurnt{ padding:0 20px;}

.package-box{ width:32%;}
.pkg-strip-top{ font-size:12px; line-height:21px;}
.pkg-strip-top span{ font-size:10px;}

.prods2Contbox span{ font-size:31px; line-height:36px;}

.prod-details-sec4{ background-size:cover;}
.prod-s4-left{ width:400px; padding:5px;}
.prod-s4-right{ width:calc(100% - 450px);}
ul.prd-s4-list li{ font-size:17px; line-height:25px;}
.testi-sec{ padding:0 40px 30px;}

/*=========Ingredients Page=========*/
.ingredients-block{ padding:0 50px;}
.ing-contbox-lft{ width:43%;}

/*============About Page============*/
.about-sec1cont{ width:61%;}

/*============Reviews Page============*/
.revw-page-sec{ padding:0;}


}


@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: 50px;
    top: 13px;
    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: 25px;
	height: 3px;

	background-color: #353a36;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 5px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#353a36;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background:#353a36;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:99px;
	background:rgba(255,255,255,1);
	z-index:99;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #acacac;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

ul.menu-list{ display:none;}
.logo{ width:185px;}

.banner{height: auto; padding: 0px 0 41px; background-size: cover; background-position: 47% top;overflow: hidden;}	
.discount-img {right: 24px; top: 25px;}
.bnr-bag {top: 0; right: 4%; width: 240px;}
.bnrhd{font-size:21px;line-height:24px;}
.s1-inner{ width:77%; margin-top: 40px;  padding: 0 0 0 0px;}
.bnr-gummi{top: 3px; left: 11px;}
.s1-inner h1{font-size: 20px; line-height: 36px;}
.s1-inner h1 span { font-size: 45px; line-height:55px;}
.bnr-botls{top: 247px;max-width: 435px;right: -12%;}
.bnrprd{top:50px; width:330px;}
img.bnr-btl{top: 82px; right: -168px; max-width: 190px;}
.bnrtxt{ width:100%;}
.bnr-uls{    row-gap: 14px;margin: 22px 0 0;}
.bnr-uls li{font-size: 20px;line-height: 25px;}

.bnr-stp_uls li{width: 33.33%; font-size: 16px; line-height: 26px;}
.bnr-stp_uls li:after {right: 0; height:135px;}
.bnr-stp_uls li span{ font-size: 20px; line-height: 26px; padding-bottom: 5px;}

.sec1{ padding:40px 0;height: auto;background: #f8f8f8;}
.s1lft { width:100%; margin-top: 0px;}
.s1-model { max-width: 28%; position: static; display: block; margin: 10px auto; transform: none;}
.s1-Box { height: auto; margin-top: 0; padding: 0 0; width: 100%; text-align: center;}
.s1-txt1 { width: 100%; font-size: 40px; line-height: 75px; text-align: center; margin-top:0px;}
.s1-txt1:before{ display:none;}
ul.s1-list { width: 100%; margin-top: 25px;row-gap: 20px;column-gap: 20px;justify-content: center;}	

ul.s1-list li{ width: 48%; font-size: 16px; line-height: 26px;}
ul.s1-list li h1 { font-size: 20px;}
.s1-prodt { position: static; max-width: 50%; margin-top: 20px;}
	
.rgt-box { margin: 50px 0 0px;}
.lft-box {width: 100%; padding: 25px 0px 0 108px;background-size:cover;}
.s1-modl-pdt { top: 0;width: 230px;display:none;}
.s1txt { font-size: 16px;}
ul.s1-list li span{ font-size:20px;}
.lst-num{ padding:12px 12px;}
.mid-hdg {font-size: 22px;line-height: 30px;}
.sec1 .s1-btn { font-size: 20px; line-height: 38px;}
.s1mid {  margin-top: 28px;height: 72px;}
.s1mid:before { border-bottom: 60px solid #222222; border-left: 70px solid transparent;}

.s1mid-rit { padding: 11px 45px 11px 58px;}
.sec1-model { position: static; display: block; margin: 0 auto; max-width: 65%;}

.bdhding2 {font-size: 32px;line-height: 42px;}
.bdfont {width: 100%;margin-top: 15px;font-size: 17px;line-height: 26px;}

.section2 .common-head2:after { width: 455px;}

.s3-lft{ padding:0;}
.common-head1{font-size: 18px;}
.common-head2{ font-size: 28px; line-height: 40px;}	
.common-head2 span{ }
.common-para{ font-size: 17px; line-height: 27px; padding: 0 0;}

.prodBox { column-gap: 9px; row-gap: 15px;}
.prodbx-head { font-size: 18px; line-height: 28px; margin: 0 0 8px 0;}
.prodbx-prc {font-size: 15px;}
.prodbx-para { font-size: 15px; line-height: 24px;}
.prodbox-row{padding:20px 10px;}
.ord-bx { width: 100%; margin-top: 10px;}
.prod-1 { max-width: 108px; display: block; margin: 0 auto; float: none; }
a.order-btn{ font-size:14px;}
.all-prod-btn{ margin-top:20px;}


.sec2{padding:40px 0 40px;height: auto;background-size: cover;overflow: hidden;}
.sec2-box{ flex-wrap: wrap; justify-content: space-around; row-gap: 20px;}
.s2model{max-width: 330px; position: static; margin: 10px auto 0; display: inline-block;}
 .s2-btl {top:338px;left: 467px; max-width: 425px;}
.s2inr-bg { }
.s2-uls li:after{height:185px;top: -34px;
    right: -14px;}
.s2-uls li:nth-child(6):after{background: none;}
.s2_box{    width: 67%;}
.s2lft, .s2rgt{ width: 100%; height: auto; text-align: center;}
.s2txt1{ font-size: 30px;line-height: 42px;}
.s2txt2{ font-size: 17px; line-height: 27px; padding: 16px 0 0;}
.s2uls{ margin-top: 20px;}
.li-bg{position: absolute;bottom: 0;height: 120px;left: 0;border-radius: 0px 0 22px 22px;}
.s2lft .bnrbtn {margin: 61px 0 24px 0;}
.s2-uls:before {bottom: 313px;}
.s2uls li{padding: 0 12px 0; font-size: 16px;}
.s2lft{width: 77%;background-size: 575px;}
.bx_txt {font-size: 24px;}
.s2-uls li {width: 32%;padding: 0 35px;}
ul.s2-lst li p span { font-size: 20px; line-height: 28px;}
ul.s2-lst li p { font-size: 16px; line-height: 26px;}
.s2-prodt {position: static; max-width: 75%; margin-top: 13px;}

.w-box {width: 100%; height:auto; padding: 35px 15px 25px 18px}
.s2-hding{font-size: 24px; line-height: 34px;}
.s2-img1 {}
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2, .s2-bnrbtn{ margin:30px 0 0;}
.s2lft .btn-box{margin-top: 55px;position: relative;}
.s3-rit { }
ul.s3-list2 { column-gap: 15px; margin-top: 15px;}
ul.s3-list2 li { padding: 20px 10px 20px;}
ul.s3-list2 li span { font-size: 20px; line-height: 28px; margin-bottom: 5px;}

.s3-Box-lft{ width: 100%; background-size: cover; height: 436px; padding: 90px 30px 0 375px;}
.s3-Box-rit{ width:100%; margin-top: 15px;}
ul.s3-list { column-gap: 14px;}
ul.s3-list li { 
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 14px 20px;
    width: 49%;
}
ul.s3-list li span {line-height: 30px;}
ul.s3-list li img{
    position: relative;
    margin: 0 auto 10px;
    display: block;
    left: 0;
    top: 0;
}
.s3-lft-bx {
    height: 585px;
}
.s3-lft-bx a.order-btn {
    width: 174px;
}
.s3-lft-bx .prodbox-row {
    padding: 8px 10px 0;
}

.s3txt{font-size:17px;line-height:25px;}
.s3lbx-hding {font-size: 18px;line-height: 23px;}
.s3bx-lft {height: 465px;}
.s3-btl1 {width: 215px;}
.s3-btl2 {width: 215px;}
.txt2 { font-size: 35px; line-height: 42px;}
.txt3 { width: 55%; font-size: 16px; line-height: 28px; margin-top: 12px;}
.s3bx-lft a.shop-btn, .s3bx-rgt a.shop-btn {
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    width: 162px;
    margin: 20px 0 0;
}
.s3bx-rgt {padding: 30px 30px 45px;}
.s3bx-rgt-txt {font-size: 35px;line-height: 52px;}
.s3bx-rgt-bx2{ margin:10px 0 0;}
.bx-cont {
    width: 100%;
    padding: 20px 0 0 15px;
}

.bx-cont-r {
    float: right;
    width: 55%;
    text-align: left;
    padding: 20px 15px 0 0;}
.s3bx-rgt-bx2-btl {
    position: absolute;
    top: 109px;
    left: 9px;
    max-width: 138px;
}
.rit-bx-txt3 { font-size: 16px; line-height: 26px;
    margin-bottom: 4px;}

.sec4{padding:40px 0 40px 0;}
.s4box2{margin:62px 0 0 0;}
.s4bx-hding{padding:20px 0 0 0;}
.s4bx-hding2 {
    font-size: 34px;
    line-height: 37px;
}
.s4lft{ padding:30px 0;}
.s4model {max-width: 325px;margin: 30px 0 0;}
.s4rit { width: 396px; margin:30px 0 0;}
.s4_uls { row-gap: 15px; }
.s4-btl {top: 134px; left: 28%; max-width: 118px;}
.s4_uls li { padding: 8px 0 0 34px;font-size: 16px;line-height: 26px;}
.s4_uls li:before {height: 110px;}
.s4_uls li span{font-size: 20px; line-height: 28px;}

.bnr-btm-sec { padding:40px 0 40px; background-size:cover; height: auto;}
.bnr-btm-sec ul li { padding: 0px 0px; text-align: center;}
.bnr-btm-sec ul li span { font-size: 20px; line-height: 28px;}
.bnr-btm-sec ul li img {position: static;  margin: 0px auto 12px; max-width: 50px;}	
.bnr-btm-sec ul li p { font-size: 16px; line-height: 26px;}


.sec6 {padding: 40px 0;}
.s6_uls li {width: 15%;}

.order-section{ padding:40px 0 ;}
.freeshpng{ font-size:15px; width:100%}
.pck-bx{ width:48.5%;}
.pck-sec{ margin-top: 25px; justify-content: center;}

.section-7{ padding:30px 0;}
.faq-container{ width:100%;}

/*=========Shop Page=======*/
.shop-section{ padding:50px 0 60px;}
.shop-icn{ top: 20px; left: 12px; width: 45px;}

/*=======Product Details=======*/
.prod-details-banner:before{ height:283px;}
.prodbnr-right{ width:53%;}
.prd-top-text{ font-size:14px; line-height:18px;}
.prd-rat{ line-height:26px;}
.prod-heading{ font-size:34px;line-height:35px;}
.prod-sub-heading{ line-height:22px;}
.you-save-prc{ font-size:20px;}
.retail-prc{ font-size:25px;}
.banner-left-gurnt p{ font-size:15px; line-height:19px;}
.list-heading{ font-size:19px; line-height:27px; margin-top:25px;}
ul.rght-reason-list li{ font-size:16px; line-height:22px; margin-top:8px;}

.pkg-strip-top{ text-align:center;line-height: 16px;}
.pkg-strip-top span{ text-align:center; width:100%;float: none;display: block;}
.pkg-bottle{ font-size:15px;}
.rglr-prc{font-size:20px;line-height:24px;}
.package-box{ width:32%;}
.packg-1 {margin-top: 40px;}
.best-value-strp{font-size: 13px;line-height: 20px;}

.prod-details-sec1{ padding:50px 0 55px;}
.pad2{ padding:0;}

.prod-details-sec2{ padding:50px 0 55px;}
.prodsec2Imgbox{ margin:0 10px; width:440px;}
.prods2Contbox{ margin:0 30px;}
.prods2Contbox img{ width:50px;}
.prodsec2Imgbox:before{ top:24px; width:100px; right:-30px;}
.ln-lft:before{ left:-40px;}
.prods2Contbox span{ font-size:24px; line-height:30px;}
.prods2Contbox p{ font-size:16px; line-height:22px;}
.prod-sec2-box .reverse{flex-direction:row-reverse;}

.prod-details-sec3{ padding:50px 0 55px;}
.ingredient-col{ justify-content: center;}
.ingredent-prod img{ height:100px;}
.ing-about{width:100%; padding: 15px 0 0; text-align:center;}
.ing-nav-list-col p{ font-size:15px; line-height:18px;}
.slick-current .ing-nav-list-col p{ font-size:16px; line-height:24px;}

.prod-details-sec4{ padding:50px 0 55px;}
.prod-s4-left{ width:260px;}
.prod-s4-right {width: calc(100% - 280px);}
.prd-s4-innr{ margin-top:25px;}

.prod-details-sec5{ padding:50px 0 55px;}
.testi-row-lft{ width:220px;}
.test-prod{ padding:15px 0 15px 75px;}
.test-prod-txt{ margin-top:0; font-size:12px; line-height:17px;}
.testi-row-rght{ width:calc(100% - 230px);}
.testi-row-rght span{ font-size:18px; line-height:26px;}
.testi-pra{ font-size:16px; line-height:24px; letter-spacing:0.3px;}

.prod-details-sec6{ padding:50px 0 55px;}
.testi-sec {padding: 0;}

/*=========Ingredients Page=========*/
.ingredients-block{ padding:0;}
.ing-rw-img{ width:200px;}
.ing-row-cont{ width: calc(100% - 200px); padding-left: 20px;}

.ing-cont-head{ font-size:26px; line-height:32px;}
.ing-contbox-lft{ width: 45%;}
.suplmnt-img{ width:240px;}
.ing-prod{ width:165px;}

/*============About Page============*/
.about-sec1cont{ width:61%;}
.abt-s1-txt2{ font-size:22px; line-height:30px;}
.about-s1-img{ width:260px; margin-top:30px;}

.about-s2-list li{ padding:0 10px;}
.about-s2-list li span{ font-size:22px; line-height:26px;}
.about-s2-list li p{ font-size:17px; line-height:25px;}

/*============Support Page============*/
.mnybk-seal{ width:94px;}
.dose-bnr-img{ width:270px;}

/*============Reviews Page============*/


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

ul.topbar-cont{ float:none; display:inline-block; vertical-align:top; text-align:center; padding:0 7px;}
ul.topbar-cont li{ float:left; margin-right:0; letter-spacing:0.2px;}
ul.topbar-cont li img{ margin-right:2px;}
ul.topbar-cont li:last-child{ float:right;}
.mob-mnu-ic{ top:2px; right:15px;}
.mobilemenu{ top:50px;}
.mobimenu-top{ top: 50px;}

.header{ height: 30px; padding: 9px 0;}
.header-items li{ font-size: 11px; line-height: 11px; padding: 0px 10px;}

.top-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px; padding:14px 0;}
.logo{ max-width: 145px; margin-top: -7px; width: 100%;}
.nav-rgt{ margin: 0px 30px 0 0;}

.banner {height: auto; padding: 0px 0 30px; background: #353a36; overflow:hidden;}	
.bnr-bag-mob{position: absolute;right: -44px;top: 235px;max-width: 278px;}
.s1-inner h1{text-align: center; font-size: 20px; line-height: 30px;}
.s1-inner h1 span { font-size:27px; line-height: 37px; margin-top: 3px; padding: 0 0 0;}
.s1-inner h1{ font-size: 18px;line-height: 28px; letter-spacing:0;}
.bnrhdline{display:none;}
.s1-inner{ text-align:center; width:100%; padding:0 ; margin-top:30px;}
.bnrtxt{  width: 100%; margin-top:12px; font-size: 15px;line-height: 24px;}
img.bnr-btl{ display:none;}
.txt_box {padding: 10px;}
.bnr-gummi{left: 11px;        top: 9px;max-width: 62px; display:none;}
.bnr-uls li { font-size: 16px; line-height: 24px; text-align: left;padding: 0px 0 0 25px;position: relative;z-index: 1;}
.bnr-uls {row-gap:7px; margin-top:15px;}

.btn-box{ margin-top:30px;}
a.packageBtn{ height:55px; line-height:55px;     font-size: 21px;}
.btn-txt:before, .btn-txt:after { display:none;}

.bnr-strp{    overflow: hidden;}
.bnr-stp_uls li{    width: 100%;}
.bnr-stp_uls li:after{background:none;}
.stp_img{    max-width: 45px;}

.prodbx-prc { font-size: 18px; padding: 0 0 10px;}


.section1{ padding: 30px 0; text-align: center; height:auto;}
.common-head2{ font-size: 24px; line-height: 34px;}	
.common-head2 span { font-size: 17px; line-height: 27px; padding-top: 0px;}
.common-para{ margin-top: 10px; font-size: 16px; line-height: 26px; width:100%;}
.s2-prdt { margin: 10px auto 0; width: 100%;}

.strip-sec, .section3{padding:30px 0 0;}
 
.sec1{padding:30px 0 25px;}
.s1-model { position: static; width: 100%; margin: 20px auto 0; max-width: 230px; display: block; }
.s1-txt1 {font-size: 20px;line-height: 38px;}
.s1lft { width: 100%; margin-top: 5px;}
.rgt-box{ margin: 20px 0 0;}
.left-box{ width:100%; margin:10px 0;}
ul.s1-list{ justify-content: center; row-gap: 15px; margin-top: 15px;}
ul.s1-list li img{ position: static; display: block; margin: 0 auto 10px; max-width:40px;}
ul.s1-list li{ width:100%;  padding: 15px 15px; max-width: 355px; text-align: center; box-shadow: 0px 0px 2px #bbb;}
ul.s1-list li h1 span{ font-size: 20px; line-height: 26px;}
.lst-num{ position:static; display:block; margin: -45px auto 10px;}
.lft-box { float: left; width: 100%; text-align: center; padding: 20px 10px;}
.s1-modl-pdt {position: static; width: 100%; margin-top: 10px;}
.s1-modl-pdt-mob{ position:static; display:block; margin:0 auto 0px; right:0; top:0; max-width: 215px;}

.mid-hdg { font-size: 22px; margin-top:0; line-height: 22px; text-align:center;}
.s1mid { margin-top: 15px; height: auto; width: 100%;text-align: center; padding:15px;}
.s1mid:before { border-bottom: 51px solid #222222; border-left: 51px solid transparent; display:none;}
.sec1 .s1-btn { font-size: 20px; line-height: 34px; text-align: center;}
.s1mid-rit { padding: 11px 30px 11px 30px;  margin-top: 10px; width: 100%;text-align: center; display:none;}
.s1mid-rit:after { border-bottom: 56px solid #fff; border-left: 42px solid transparent;}

.bdhding2 { width:100%; font-size: 22px; line-height: 32px;}
.bdhding2 span { font-size: 30px; line-height: 42px;}
.bdhding3 {margin-top: 25px;}
.bdfont{ margin-top: 11px;font-size: 16px; line-height: 24px; width:100%;}

.s1lhd, .s1ltxt{text-align:center;}
.s1lhd{font-size: 16px;  line-height: 22px;}

.sec2{ padding:30px 0; text-align: center; height: auto; background: #fff;}
.sec2-mob{padding:35px 0 40px 0;background:url(../images/sec2-mob2.jpg) center top no-repeat;}
.s2lft{width: 100%; padding: 0; text-align:center; height: 380px;background-size: 355px;}
.s2-btl{max-width:95%;position: static; margin: 15px 0 0; display: inline-block;}
.s2rgt {width: 100%; text-align:center; margin: 30px 0 0 0;}
.s2model{ position: static; margin: 0px auto 0 -10px; max-width: unset; vertical-align: top; padding-top: 15px; width: calc(100% + 20px);}
.s2inr-bg{margin: 23px 0 0; height: auto; background-color: #fff; padding-bottom: 0px;}
.s2txt1{font-size: 24px; line-height: 36px; width:100%;}
.s2txt2{font-size: 16px; line-height: 26px; width: 100%; padding: 10px 0 0;}
.bx_txt {font-size: 20px;}
.li-bg{ position:static; margin-top: 20px;height: auto;}
.btn-txt:before, .btn-txt:after{ display:none;}
.s2_box{ width:82%;}
.s2-uls{row-gap: 23px;}
.s2-uls li{font-size: 16px; line-height: 24px; width: 33%;padding: 0 10px;}
.s2-uls:before, .s2-uls li:after{ display:none;}
.s2-li-icons{ max-width:50px;}
.s2lft .bnrbtn {margin: 53px 0 6px 0;}
.s2-uls:before{        bottom: 258px;    width: 99.8%;}
.w-box{  width: 100%; padding: 15px;}
.s2-hding span{ font-size:17px;}
.sec2-box{ justify-content: center;}
.s2uls li{padding: 0 28px 0; width: 100%;}
.s2-prodt {max-width: 100%;}
.sec2-img-mob{ position:static; display:inline-block; margin:10px auto 10px; max-width:100%;}
ul.s2-lst { justify-content: center; row-gap: 15px; column-gap: 0px; margin-top: 20px;}
ul.s2-lst li { width: 100%; max-width:355px; padding: 0 0 10px; } 
ul.s2-lst li p span { font-size: 20px; line-height: 26px;}
ul.s2-lst li:nth-child(2){ margin:0 0 0;}
.shop-price {font-size: 24px; line-height: 28px;}

.prodbox-row{ width:100%; padding:14px 10px 14px; margin-top:0px; text-align:center;}
.prodBox {     column-gap: 0;  row-gap: 12px;   margin-top: 10px;   padding: 0 20px;}
.prodBox-list .prodbox-row {
    width: 48%;
    margin-top: 0;
	padding:0;
}
.prod-1 {margin: 0px auto 0 auto; max-width: 230px; width: 100%;}
.s3-lft-bx a.order-btn { width: 100%; border-radius:5px;}


.sec4{ padding:20px 0; text-align:center;}
.sec4 .s2txt2{ width:100%;}
.s4box2{margin:50px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{width:100%;}
.s4img1, .s4img2{
	float:none;
	margin:0 auto;
	width:300px;
}
.s4model{ max-width:100%; margin: 20px 0 0;}
.s4_uls li {padding: 8px 0 0 42px;}
.s4_uls li h3 {top: 7px;width: 37px;line-height: 30px;height: 37px;left: -4px;font-size: 18px;}
.s4_uls{row-gap: 11px;     margin: 20px 0 0;}
.s4_uls li:before{left:7px;}
.s4bx-hding, .s4bx-hding2, .s4bxtxt{text-align:center;}
.s4bx-hding2 {
    font-size: 30px;
    line-height: 33px;
}
.s1hding {
    font-size: 24px;
    line-height: 34px;
	padding:0;
}
.s4lft{ padding:25px 15px; text-align:center;}
.s4lft:before, .s4lft:after{ display:none;}
.s4rit { width: 100%; text-align:center; margin: 0;}
.s4model_mob{ display:inline-block; margin:10px auto; max-width:100%; position:static; }

.section5{ padding:30px 0 30px; height: auto; margin:0;}
.sec5-btl-mob{ position:static; display:inline-block; vertical-align:middle; max-width:100%; margin:0px 0px 0px; }
ul.s5-list { margin: 20px 0 0 0; row-gap: 15px; justify-content: center;}
.sec5-lft { width: 100%; margin: 0px 0 0; text-align: center;}
.sec5-rit { float: none; width: 100%; display: inline-block; text-align: center;}
ul.s5-list li {width: 100%; border: 1px solid #ccc; margin-top: 0px; font-size: 16px; line-height: 26px;max-width: 355px; padding: 15px 20px; text-align: center; border-radius:5px; }
ul.s5-list li span { font-size: 16px; line-height: 28px; margin-bottom: 4px;}
ul.s5-list li img{ position:static; display:block; margin:0 auto 10px; }

ul.s5-list li: { margin:0;}
ul.s5-list2 {margin: 25px 0 0 0;}
ul.s5-list2 li {width: 100%;text-align: center; margin-top:15px; padding:20px 0;}
ul.s5-list2 li img {position: static;margin: 0 auto 0px;}
.s5lft{width:100%; text-align:center;}
ul.s5list li {
    font-size: 15px;
    width: 48%;
    margin: 0 14px 15px 0;
    height: auto;
    text-align: center;
	padding:25px 5px;}
ul.s5list li img{
	position:relative; display:block; margin:0 auto 15px; left:0; top:0;}
ul.s5list li:nth-child(2), ul.s5list li:last-child{ margin-right:0;}
.s5img{display:none;}
.s5img-mob{margin:20px auto 10px auto;width:300px;}
.s5txt{text-align:left;}
.s5mid { margin:10px 0 0;
    width: 100%;
}
.s5mid ul.s5list li {
    height: auto;
    width: 100%;}
.s5rit {
    width: 100%;
}

.section-6{ padding:30px 0 35px;}
.sec6-box{ margin-top:0;}
.s6-box-row{ width:100%; margin-top:25px; padding:25px 15px;}
.s6-box-top{ float: none; display: inline-block; vertical-align: top; max-width: 392px;}
.s6-box-btm{ padding-top:20px;}
.s6-bx-str{ width:120px;}
.s6-btm-head{ font-size:20px; line-height:26px; margin-top:5px; min-height:auto;}
.s6-btm-para{ font-size: 17px; line-height: 25px; letter-spacing: 0.3px; margin-top: 12px;}
.s6-btm-nm{ font-size: 19px; line-height: 19px; margin-top: 15px; padding-top: 15px;}
.s6-btm-nm:after{right: 15px;}
.quto-img {top: -15px;left: 15px;width: 35px;}

.order-section{ padding:30px 0 30px;}
.pck-sec{ padding:0; margin-top:20px;}
.pck-bx { width: 100%;margin-top: 0px;display: flex;-webkit-display: flex; padding: 12px 10px 22px; align-items: center;-webkit-align-items: center; flex-wrap: wrap;}
.pck-bx1{order:3;}
.pck-bx2{order:1;}
.pck-bx3{order:2;}
.mob-pck-lft {width: 100%;}
.pkg-value { font-size: 20px; line-height: 26px; padding: 5px 0px 10px;}
.pck-bx2 .pkg-value{width: auto;font-size: 25px;line-height: 26px; padding-bottom: 10px; background:none; color:#333; margin:0;}
.pck-prd{ margin-top:0px;}
.pck-seal{width: 60px;top: -10px;}

.mob-pck-rgt {width: 100%;}
.mob-pck-rgt a.shop-btn{ margin-top:5px;}
.rtlprc { font-size: 14px; line-height: 20px;margin-top: 0;}
.rtlprc span {font-size: 16px;}
.pck-prc{font-size: 30px;line-height: 30ddpx; width:100%;}
.pck-prc span {font-size: 16px;line-height: 16px;}
.freeshpng{ font-size:13px; line-height:15px;margin-top: 10px; width:100%; padding-left: 25px;}
.freeshpng img{max-width: 20px;    top: -2px;}
.pkg-btn {margin-top: 10px;}
.pck-cards{margin-top: 10px;}

.section-7{ padding:30px 0;}
.faq-container{ margin:10px 0 0;}
.faq-container .accordion { padding-left: 10px;}
/*.accordion{ font-size:18px; line-height:25px; padding: 13px 30px 13px 50px;}
.acdn-content{padding: 15px 0 0;}
.acdn-para{ font-size:16px; line-height:24px; letter-spacing:0.3px; margin-bottom:15px;}*/
ul.acdn-list li{font-size:16px; line-height:24px; letter-spacing:0.3px;}

.footer{ padding: 25px 0;}
.ftr-logo{width:150px; margin:0 auto 20px;}
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footerBox1{ padding:0; width:100%;}
.footerbox2{width:100%;}
.ftrBox1{ width:100%; min-height:auto; border:none;}
.ftrbx1-hd{ margin-top:7px;font-size: 16px;}
.ftrbx1-t1{ font-size:17px; line-height:25px; margin-top:5px;}
a.ftr-btn{ margin-top:22px; max-width:300px;}
ul.ftr-nav li{ font-size:16px; margin-top:4px;}
ul.scl-list{ margin-top:12px;}
.ftrBox2{ margin-top:5px;}
.ftr-midBox{ padding:22px 0 20px;}
.ftr-logo{ max-width: 110px;}
.ftr-link2{ margin-top:15px;}
.footerBox2{ padding:10px 0 20px; font-size:15px;}
.ftr-link a{ padding:0 1px;}
.footerBox2:before{width: 40%;}
p.ftr-txt{ width:100%; margin-bottom: 0; line-height: 23px;font-size: 16px;}
.ftr-cpyrght{width: 100%; font-size: 18px;}

/*=========CART_DRAWER_PAGE=========*/
.drwer-prod-name{ font-size:16px; line-height:20px;}
.drwer-txt2{ font-size:13px; line-height:17px;}
.drawer-prod-lft {width: 45px;}
.drawer-prod-rght{ width:210px;}
.drawer {
	width: 300px;
	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
a.chk-btn,a.continue-btn{font-size: 18px; line-height: 20px;}

/*============Shop Page=============*/
.shop-section{ padding:30px 0 35px;}
.shop-product-wrap{ margin-top:25px; padding:0 5px;}
.shop-product-col{ width:100%; margin-bottom:40px;}
.shop-product-col:last-child{ margin-bottom:0;}
.shop-icn{ width:50px;}
.shop-product-bottm{ padding:20px 10px 0;}
.shop-prod-desc{ letter-spacing:0.5px;}
.prod-details-sec6 .shop-product-wrap .shop-product-col{ margin-bottom:40px;}
.prod-details-sec6 .shop-product-wrap .shop-product-col:last-child{ margin-bottom:0;}

/*==========Product Details==========*/
.prod-details-banner{ padding:20px 0 30px;}
.prodbnner-left{ width:100%; margin-top:10px;}
.prd-top-text{ font-size:12px; line-height:14px; text-align:left;}
.prodbnr-right{ width:100%; margin-top:15px;}
.prd-rat{ margin-top:10px; border-bottom:none;font-size: 12px; line-height:18px; padding-bottom:0;}
.prd-rat img{margin: -5px 3px 0; width: 70px;}
.prod-heading {font-size:32px;line-height:32px;}
.prod-sub-heading { font-size: 16px; line-height:24px; letter-spacing:0.5px; margin-top:0px; padding-bottom:0;}
.banner-left-gurnt{ margin-top:35px; padding:0 10px;}
.banner-left-gurnt span{ font-size:22px; line-height:28px;}
.banner-left-gurnt p{ font-size: 16px; line-height: 24px; margin-top:12px;}
.list-heading{font-size: 18px;line-height: 22px; margin-top:15px;}
ul.rght-reason-list li{ padding-left:20px; margin-top:10px;font-size: 15px;}
.rglr-prc small{ font-size: 12px; line-height: 16px; vertical-align:top; margin:0 0 0;}

.phase-img{ width:200px;}
.revival-prc{ font-size: 30px;line-height: 30px;margin: 25px 0 5px;}

/*===========package===========*/
.pkg-strip-top {line-height: 14px;font-size: 12px;}
.pkg-strip-top span{ font-size:9px;}
.mkg-mdl {padding: 8px;}
.pkg-bottle {font-size: 13px; line-height: 20px;}
.rglr-prc {font-size: 22px;line-height: 24px;}
.per-txt{ font-size: 12px; line-height: 14px; margin-top: 0;}
.you-save-prc {font-size: 18px;}
.retail-prc {font-size: 22px;}
.strikeout{font-size: 18px;margin: -6px 10px 0 0;}
.secure-logo {margin: 12px auto 0; max-width: 90%;}

.prod-details-sec1{ padding:30px 0 35px;}
ul.prod-sec1-list{ margin-top:0;}
ul.prod-sec1-list li{ float:left; width:50%; padding:0; margin-top:25px;}
ul.prod-sec1-list li:after{ display:none;}
ul.prod-sec1-list li p{ font-size:15px; line-height:22px; margin-top:5px;}

.prod-details-sec2{ padding:30px 0 35px;}
.prod-sec2-box{width: 100%;display: inline-block;vertical-align: middle; margin: 45px auto 0;}
.box-top{ margin-top:25px;}
.prodsec2Imgbox{ width:100%; margin:0 auto;}
.prods2Contbox{ width: 100%; text-align: center; margin:0; padding:25px 0 0;}
.prodsec2Imgbox .pride-bnr-imgs{ max-width:90%; border-radius: 12px;}
.prods2Contbox span{ font-size:22px; line-height:26px; margin-top:10px;}
.prods2Contbox p{ font-size:16px; line-height:24px; margin-top:10px;}
.prod-sec2-box.reverse{ flex-direction:row-reverse;}
.prodsec2Imgbox:before{ display:none;}

.prod-details-sec3{ padding:30px 0 35px;}
.prod-details-sec3:before{ height:345px;}
.ingredient-box{ margin-top:10px;}
.ingredient-col{ padding:50px 15px 30px;}
.ing-about h3{ font-size:19px; line-height:27px;}
.ing-text1{ font-size:16px; line-height:24px; letter-spacing:0.5px; min-height:120px; margin-top:12px;}

.prod-details-sec4{ padding:30px 0 35px;}
.prd-s4-imgMob{ display:inline-block; vertical-align: top; margin:25px auto 0; max-width:95%;}
.prod-s4-right{ width:100%; text-align:center;}
.prd-s4-innr{ margin-top:30px; text-align:left;}

.prod-details-sec5{ padding:30px 0 35px;}
.testi-sec{ margin:10px 0 0; padding: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:47%;padding: 0 0 0 60px;}
.t-name-ic{ width:50px; height:50px; line-height:50px; top:0;}
.t-name{  margin-top: 5px; line-height: 18px;font-size: 16px;}
.t-vryfd{ float:left;letter-spacing:0; font-size:12px;}
.test-prod{ width:53%; border-top:none; margin-top:0;padding: 0 0 0px 60px;}
.t-prod-dv{ width:60px;height: 60px; padding:5px;top: 0;}
.test-prod-txt{ font-size:13px; margin-top:0;}
.t-star {margin:10px 0 0;  width:100px;}
.testi-row-rght{ width:100%; padding:0; border:none;}
.testi-row-rght span{ font-size:18px; margin-top:10px;}

.prod-details-sec6{ padding:30px 0 35px;}

/*=========Ingredients Page=========*/
.ingredients-row{ padding:20px 15px 25px; margin-top:20px;}
.ing-rw-img{ float:none; width:180px; margin:0 auto 10px; display:block;}
.ing-row-cont{ width: 100%; padding:0; text-align:center;}
.ing-row-cont span{ font-size:22px; line-height:30px; margin-top:10px;}
.ing-row-cont .common-para{ margin-top:12px;}
.ingredients-row:first-child .ing-row-cont span, 
.ingredients-row:last-child .ing-row-cont span{ margin-top:0;}
ul.ing-list li{ font-size:16px; line-height:24px;margin-top: 8px;}

.ing-contbox-lft{ width:100%;}
.ing-cont-head{ font-size: 22px; line-height: 28px;}
.ing-prod-mob{ float:left; width:100%; margin-top:25px; display: -webkit-box; display: -moz-box;
display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.suplmnt-img{ width:211px;}
.ing-prod{ width:133px;}

/*============About Page============*/
.about-sec1Box{ margin-top:0;}
.about-sec1cont{ width:100%; margin-top:20px;}
.abt-s1-txt1{ font-size:28px; line-height:32px;}
.abt-s1-txt2{ font-size:20px; line-height:28px; margin-top:15px;}
.about-s1-img{ float:none; margin:0 auto 0; display:block; width:340px;}

.about-s2-list{ margin-top:30px;}
.about-s2-list li{ width:100%; margin-bottom:40px; padding:0 20px;}
.about-s2-list li:before{ display:none;}
.about-s2-list li:last-child{ margin-bottom:0;}
.about-s2-list li span{ margin-top:18px;}
.about-s2-list li p{ font-size:16px; line-height:24px; margin-top:12px;}

.about-sec3Box{ margin-top:0;}
.about-sec3Row{ display:inline-block; vertical-align:top; margin-top:40px;}
.abt-s3-imgbox{ width:100%;}
.abt-s3-imgbox{ width: 100%; max-width: 412px; margin: 0 auto; display: block;}
.abt-quto-img, .abt-quto-img2{ top:-10px; left:20px;}
.abt-s3-cont{ width:100%; padding-top:25px;}
.abt-s3-bx-str{ width: 120px;}
.abt-s3-btm-head{ font-size: 22px; line-height: 26px; margin-top: 8px;}
.abt-s3-btm-para{ font-size:16px; line-height:24px; margin-top:12px;}
.abt-s3-btm-nm{ font-size: 19px; line-height: 19px; margin-top: 15px; padding-top: 15px;}

/*==========Support Page==========*/
.suprt-phn{ font-size: 28px; line-height: 28px; margin-top: 18px;}
.suprt-hour{ font-size: 16px; line-height: 24px; margin-top: 12px;}
.suprt-hour img{ margin: -9px -1px 0 0; width: 26px;}
.cntctBox{ margin-top:25px; padding:15px 20px 25px;}
.fld-hlf{ width:100%;}
.msgbx-txt{ margin-bottom:12px;}
.msg-frmfild input, .msg-frmfild textarea{ padding-left:10px;}
.mnybk-seal{ width: 70px; top: 50px;}
.dose-bnr-img{ position:static; margin:0 auto 20px; display:block; width:340px;}
.faq-btn{ width:200px;}

/*============Reviews Page============*/
.revw-page-sec{ margin:0;}
.revw-row{ margin:25px 0 0;}
.revw-col-1{ width:100%;}
.revw-col-2{ width:100%;padding:15px 20px 20px;}


}

@media only screen and (max-width:360px){
.common-heading{ font-size: 25px; line-height: 35px;}
.s2-cont-head{ font-size: 21px; line-height: 29px;}
.ingredients-col .ing-img1{ width: 85px;}
ul.s4-box-col-list li{ font-size: 16px; line-height: 24px;}
.slide-para{ letter-spacing:0.2px;}

}