@charset "utf-8";
/* CSS Document */
.show-mob, .show-tab {display: none;}
.show-desk {display: block;}

/*---------Media Querry---------*/

@media only screen and (max-width:1185px){
.container{width:1004px;}
ul.hdrlist li {
    font-size: 15px;
    margin: 0 15px 0 0;
}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {}
.brn-p1 {}
.brn-p2{ font-size: 60px; line-height: 66px;}
.p2-bnr { margin: 10px 0 0 0;}
.brn-model {left: -30px;max-width: 300px;}
.bnr-rgt { width: 48%; margin: 120px 0 0 30px; padding: 0 25px;}
.brn-prd {}
.bnr-txt1 { left: -90px;font-size: 630px;line-height: 520px;}
.bnr-txt2 { right: -110px;top: 275px;font-size: 270px;}
.bnr-btl1 { top: 395px; left: 0; }
.bnr-prodt { max-width: 345px;top: 135px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1 {background-position: 60% top;}
.s1-lft {width: 55%;}
.s1-btls{ top: 157px; left: 189px;}
.s1-img-1 {width: 43%;}
.s2-ul li {}
  .s1-rgt{  width: 100%;}
.sec1-in {width: 57%;}
.s1-prodts {left: -20px;}
.s1-lst li p {
    padding: 0px 0px;
}
/*-------------------------
CSS FOR SECTION STY
--------------------------*/
.sty-lft { width: 26%; padding: 30px 20px;}
.sty-rit .prod-1 { max-width: 158px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section2{ padding:50px 0;}
.section-2 {padding: 50px 0;}
.comn-hdng { font-size: 40px; line-height: 46px; }
.comn-para { font-size: 17px;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3{}
.s3-lft { width: 25%; padding: 0px 0px 0 0;  }
ul.s3_list li { padding: 0px 0px 0px 30px; font-size: 16px; line-height: 26px;}
ul.s3_list li span{ font-size:22px; margin-bottom:0;}
.s3-ul li {padding: 0 20px;}
.txt5{ width:53%;}
.img-sec3{ right:-7px;}
.s3-pic1{ max-width: 270px; top: 50px; right: 27%; }
.s3-pic2{ max-width: 270px; top: 226px; right: 27%; }
.s3-btls{max-width: 280px;}
.s3-inr_bx{ padding: 50px 20px 40px; }
.s3-rgt { width: 44%;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-rit {width: 55%;}
.s4-chart {width: 42%;max-width: 516px;}
.s4-ul li {margin-right: 20px;padding-right: 20px;}
ul.s4list li {}
ul.s4list li span {}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section5{}
.s5-rgt {}
.s5-rgt-inr {padding: 65px 442px 65px 40px;background-size: cover;}
.s5-txt {right: 12%;top: 250px;}
.s5-model {max-width: 37%;margin-top: 12px;}
.s5-icon{    top: 340px;}
.s5img-curv {max-width:64%;margin-left: 0%;}
.s5-prodt, .s5-prodt2 {right: 15%;}
ul.s5-list li {   }
ul.s5-list li span {font-size:19px;}
ul.s5-list li h1 {font-size: 80px;line-height: 85px;}
.li-bx-cont{padding: 25px 45px; margin-top: -55px; }
.s5-btls {
    top: 20px;
    left: 6%;
    max-width: 222px;}
/*======PRODUCT =========*/

.contact-sec{ padding:44px 0;}

/*======PRODUCT DETAILS=========*/
.prodDtls1-rght{ width:56%;}
.prodDtls1-left { width: 38.67%;}
.prod-nameHdng{ font-size:40px;}
.add-to-cart{width:180px;}
.logos2{width:140px;margin:25px 0 0 10px;}
.shop-s1bx {padding: 40px 581px 40px 35px;}
.shop-s1bx-prd {top: 123px;left: 433px;}
.shopsec2 { padding: 40px 0 40px 0;}
/*======LAB-RESULTS SECTION=======*/
.lab-sec-left{ width:61%;}
.lab-imgbx{ width:35%; margin-top:45px;}
.lab.bnr-head{ font-size:46px; line-height:54px;}
.lab-sec-left .common-para{ font-size:18px;}
.lab-col-top-prod{ width:55px;}
.lab-col-top-hdng{ font-size:22px; line-height:28px;}
.lab-qr-dnlode{ font-size:18px; line-height:20px;}
.lab-bnr-seal{ right:300px;}

/*=========CSS FOR CONTACT PAGE=======*/
.cntct-rght{ width:48%;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}
.hide-tab {display: none;}
.header{height:auto;}
ul.hdrlist {margin: 0 0 0 0;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 16px;
	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: #e9a600;
	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:#ff9800;
}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#ff9800;
}	
.mobilemenu{
	left:0;
	position:fixed;
	top:80px;
	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:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #acacac;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding: 12px 20px;
    font-size: 16px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

.nav-sec{ padding:14px 0;}
.logo{margin: 0px 0 0 0;}
ul.nav-rgt{ margin:17px 45px 0 0;}
.fixed-nav .nav-sec .logo {}

/*-----------------------
CSS FOR BANNER
-------------------------*/
.banner { height: auto; padding: 42px 0 140px; background-size: cover;}
.brn-model { left: -70px; top: 25px; max-width: 240px;}
.bnr-rgt { width: 50%; margin: 0px 0 0 0; padding: 0 22px; }
.bnr-prodt { max-width: 248px; top: 195px;}
.shop-btn { margin-top: 21px;}
.add-to-cart { width: 56%;}

.brn-p1 { font-size: 20px; line-height: 35px; letter-spacing: 0;}
.brn-p2{ font-size: 42px; line-height: 45px; letter-spacing: 4px; margin: 0; }	
.brn-p1 span {font-size: 20px;line-height: 28px;letter-spacing: 2px;}
.brn-p1 span {}
.p1-bnr { font-size: 37px;  line-height: 50px;}
.p2-bnr {width: 75%;}
.bnr-txt1 {left: -80px;font-size:490px;line-height:460px;}
.bnr-txt2 {right: -60px;top: 238px;font-size: 190px;line-height: 200px;}
.bnr-btl1 { top: 180px; right: 0; max-width: 195px;}
.brn-prd {top: 370px;left: 0%;width: 300px;}
.bnr-rgt .shop-btn {margin-top: 10px; width: 220px; height: 40px; font-size: 16px; line-height: 40px; }

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1 { padding: 40px 0 0; height: auto;  background-size: cover;}

.s1prd{ width:350px;top:100px;}
.sec1-in { width: 71%;}
.s1-prodts {left: -90px; top: 100px; max-width: 290px;}
.s1-hding2 { top: 373px; position: static; text-align: center;margin: 28px auto 0;display: block; float: left; width: 100%;}
.section1 .comn-hdng span{ display:inline-block;}
.s1-hding span{ display:block;}
.comn-hdng { font-size: 32px; line-height: 42px;}
.comn-para { font-size: 17px; line-height: 28px; margin: 10px 0 0 0;}
ul.s1_list li p span{font-size: 24px; line-height:34px;}

.cmnt-hdng1 { font-size: 20px;line-height: 20px;}
.s1-lst li { padding: 10px 10px 30px;}
.s1-lst li span { font-size: 22px;margin-bottom: 10px;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section2{ padding: 40px 0 40px;}
.s2-ul { margin: 15px 0 0; flex-wrap: wrap;}
.s2-ul li { width: 49%; display: inline-block; margin-top: 10px; margin: 0 0 20px;}
.s2-ul li:nth-child(even){ margin-right:0;}
.s2-p1 {/*font-size: 26px;line-height: 29px;*/}
.s2-prd-1{/*max-width: 200px;*/}

.s2-ul li .shop-btn {margin-top: 10px; font-size:20px; line-height:20px;}
.s2-prd-box{width:48%;}
.s2-block{justify-content: center;}
.s2-prd-box:nth-child(2):after { display:none;}
.sec2-innr .prodbox-row{width: 32%;}


.prodBox { row-gap: 20px; margin-top: 30px; }
.prodbox-row{ width:32%; padding: 15px 0px 0;}
.prodbx-head { font-size: 19px; padding-bottom: 0;}
.prod-1{ max-width:200px;}
.prodbx-prc { font-size: 18px;}
.prdt-lst:nth-child(5):before, .prdt-lst:nth-child(6):before, .prdt-lst:nth-child(7):before, .prdt-lst:nth-child(8):before { display: none;}
.prodbox-row:after{ display:none;}
.prodbox-row:before{ display:none;}
.prdt-lst:after{ display:none;}
.prdt-lst:before{ display:none;}
.item:after{ display:none;}
.item:before{ display:none;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section3 { height: auto;  background-size: cover; padding:0px 0;}
.s3-inr_bx { padding: 30px 20px 30px;}
.s3-lft {width: 100%;}
ul.s3_list li { width: 32%;}
.s3-rgt { width: 100%; float: none; display: inline-block; text-align: center; margin-top: 10px; padding-bottom:0;}
.pad-2 { padding: 0;}
.section3 .shop-btn { margin-top: 20px;}

.s3-ul {margin: 35px 0;}
.s3-ul li {padding: 0 9px;}
.s3-p1 {font-size: 17px;line-height: 24px;}
.s3-pic1, .s3-pic2{ position: static; display: inline-block; max-width: 245px; margin: 10px 5px 0; }
.s3-btls {max-width: 360px;}
.sec3-top1{ margin-right:9px; height:auto;}
.txt5{ width:100%;}
.img-sec3{ position:static; display:inline-block;}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-p1 {font-size: 18px;line-height: 24px;}
.s4-ul {margin: 30px 0 38px;}
.section4{height:auto;}
ul.s4list {    row-gap: 26px;}
.s4-ul li img {    position: absolute; top: 340px; right: 108px;}
.s4-ul li {margin-right: 10px;padding-right: 10px;padding-left: 35px;}
ul.s4list li {padding: 0 0px;text-align: center;}
ul.s4list li img {position: static;margin: 0 auto 8px;}
ul.s4list li span {font-size: 22px;}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section5{padding: 40px 0;}
.s5hding {font-size: 34px; line-height: 41px;}
.section5 .shop-btn{    margin: 22px 0 0 0px;}
.s5-icon{position: static; margin: 0 auto 0;}
.s5-rgt {margin: 50px 0px 0px 0; text-align: center;}
.s5-rgt-inr {font-size: 22px; line-height: 40px; margin-top: 5px;transform: none; text-align: center;
 position: static; padding: 0 0 0 0;}
.s5-model {float: none;display: inline-block;max-width: 100%;margin-top: 12px;}
.s5-txt { font-size: 28px; line-height: 32px; margin-top: 0px; text-align: center; transform: none; padding: 0 0 0 0;  position: static;}
.s1-btls{ position: static; top: 136px; margin: 18px auto 0;max-width: 278px;}
.s1-rgt{width: 100%; text-align: center;}
.s1_li-btls { top: 120px; left: 5px; max-width: 150px;}
ul.s1_list li { padding: 25px 20px 25px 20px;}
ul.s1_list li .shop-btn{ font-size:15px; right: 16px;}
.s5img-curv { max-width: 180px;  transform: rotate(90deg);  display: block;  float: none; margin: -70px auto 10px;  width: 100%;}
.s5-prodt {right: 8%;top: 40px;max-width: 145px;}
ul.s5-list li{ padding:0 6px; text-align:center;}
ul.s5-list li span {font-size: 16px; line-height: 26px;}
.s5-img{ position:static; margin:0 auto 5px;}
ul.s5-list li h1 {right: 14px;top: 14px;font-size: 60px;line-height: 60px;}
.s5-btls { top: 20px; left: 6%; max-width: 158px;}
.li-bx-cont { padding: 20px 20px; margin-top: -40px; width: 78%;}

.sec-sty-prdts{ padding:30px 0;}
.sty-lft { width: 31%; padding: 22px 15px;}
.sty-rit{ width:64%;}

.footerBox1{ padding:40px 0;}
.ftrBox1{ width:100%; padding:22px 30px 22px 130px; position:relative;}
.ftr-logo{ }
.ftrbx1-t1{margin-top:0;}
.ftrBox3{ width:40%;}
.footerBox2{ font-size:15px;}

/*=======SHOP SECTION======*/
.prodBreadcrm p{ padding-left:115px;}
.prod-5{ width:100px; top:-10px; right:0;}
.prod-6{ width:100px; top:-10px; right:0;}

/*=======PRODUCT DETAILS=========*/
.add-to-cart{width:180px; margin:10px 0 0 0;}
.logos2{width:140px;margin:25px 0 0 10px;}
.shop-s1bx {padding: 30px 370px 30px 25px;background:#22211c url(../images/shop-s1bxbg.jpg) right 56px no-repeat;background-size:350px;}
.shop-s1bx-prd {
    top: 123px;
    left: 400px;
}
.prod-nameHdng {
    font-size: 30px;
    line-height: 30px;
	margin:5px 0 0 0;
}
.select-txt {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 10px 0 0;
}	
.prd_quantity{margin-top:15px;}

/*=========LAB-RESULTS SECTION==========*/
.lab.bnr-head{ font-size:34px; line-height:40px;}
.lab-sec-left .common-para{ font-size:17px; line-height:25px; letter-spacing:0.5px;}
.labresults-sec{ padding:0;}
.lab-imgbx{ margin-top:60px;} 
.lab-s1-mid{ margin-top:15px;}
.lab-s1-col{ width:46.5%; margin-top:50px;}
.lab-bnr-seal{ right: 190px; width: 100px;}

/*=========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:28px; line-height:28px;}
.cntct-rght{ padding:40px 30px; width:47%;}

/*=========CSS FOR Thankyou==========*/
.thank-section-1{padding:0;}
.thnk-txt1{font-size:34px; line-height:34px; margin-top:-20px;}
.thank-p1{margin:20px 0 -15px; font-size:26px; line-height:26px;}
.thank-dtl-box .cart-heading-row{font-size:18px;}
.cart-col-1{padding:0 0 0 10px;}
.cart-prd-name{font-size:14px;}
.cart-prd-name span{font-size:18px;}
.thnk-rit-price-row .cart-rit-price{font-size:18px;}
.cart-prd-1{ width:65px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{display:none;}

.topStrip p{ font-size:13px;letter-spacing:1px;}
.header{padding:5px 0 2px 0;}
ul.hdrlist li {font-size: 13px;line-height:16px;margin: 0 8px 0 0;}
ul.hdrlist li img{max-height:16px;}
.pop-innr{    width: calc(100% - 10px);}
.top-fix-bar{ margin-bottom:52px;}
.nav-sec{ height:52px; margin-top: -52px; top: 52px; padding:8px 0;}
.logo{        max-width: 187px; margin: 0px 0 0 0;}
.s3-txt2{ display:none;}
.fixed-nav .nav-sec .logo{ margin-top:0px; max-width: 187px;}
ul.nav-rgt{ margin-top:5px}
ul.nav-rgt li{ padding:0 10px;}
.mob-mnu-ic{ top:9px; right:10px;}
.mobilemenu{ top: 53px;}
.mobimenu-top{ top:50px;}
ul.nav-rgt li img{ width:45px; margin: -11px 0 0;}
.option-field { width:100%;}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner{
	height:auto;
	padding:30px 0;
	background:#0a0a0a;
	border-bottom:1px solid #0a0a0a;
}
.brn-p2{ font-size: 32px; line-height: 42px; letter-spacing: 2px; }
.bnr-rgt { width: 100%; text-align: center; margin: 0; float: none; display: inline-block; padding: 0;}
.bnr-btl1 { max-width: 80%; position: static;margin: 0 auto 0;}
.bnr-prodt { max-width: 225px;position: static;margin: 5px 0 -5px;}
.brn-prd { max-width: 270px;position: static;margin: 10px 0 0 0; display: inline-block;}
.brn-p1 { font-size: 18px; line-height: 26px; margin-top: 0px; letter-spacing: 0px;}
.brn-p1 span { font-size: 24px;  line-height: 32px;letter-spacing: 1px;}
.p1-bnr { font-size: 29px;line-height: 38px;text-align: center;}
.p2-bnr{ margin: 12px 0 0 0; font-size: 16px; line-height: 26px; width: 100%;}
.shop-btn { margin: 18px auto 0 auto; height: 48px; line-height: 48px; font-size: 16px; width: 200px;}
.bnr-rgt .shop-btn { margin-top: 18px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1{ height:auto; padding:30px 0 0;}
ul.s1_list{ margin-top:0;}
ul.s1_list li{ width:100%; max-width:355px; }
ul.s1_list li p span { font-size: 24px;}
.sec1-in .comn-hdng { margin-top:0 !important;}
.sec1-in{width:auto; text-align:center; margin-top: 0; padding:0;}
.s1-prodts { position:static;max-width: 85%;margin: 14px 0 -9px;}
.s1-lst{justify-content: center;margin-top:0px;}
.s1-lst li{width:100%; text-align:center;}
.s1-lst li img {}
.s1-lst li span {font-size: 24px;margin-bottom: 14px;}
.s1-hding2{font-size: 32px;    line-height: 43px;}
.s1-hding2 img {   margin: 0 10px -4px 0;    width: 143px;}
.s1-rgt{}
.s1-hding {   font-size: 30px;   line-height: 44px;	margin-top:20px;}
.s1-hding img{ width:300px;}	
.comn-hdng {font-size: 28px;  line-height: 34px;}
.comn-para { margin: 20px 0 0 0; width: 100%; font-size: 17px;}
/*-------------------------
CSS FOR SECTION STY
--------------------------*/
.sty-lft{ float:none; display:inline-block; width:100%; text-align:center;}
.sty-rit{ width:100%; margin-top:20px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section2 {
    padding:30px 0 30px;
}
.s2-block {row-gap: 30px;margin-top: 20px;}
.s2-ul {margin: 5px 0 0;}
.s2-prd-box{width:100%; max-width:355px;}
.s2-prd-box:after { display:none;}

.prodbox-row{ padding:15px 0px 0; width: 100%; max-width: 100%;}
.prodbox-row .shop-btn{}
.prodbx-head { font-size: 17px; min-height:auto;}
.prd-bx { padding: 10px 0px;}
.sec2-innr { padding: 0px 0px;}
.prodbx-prc {font-size: 22px; line-height:30px}
.prodBox {justify-content: center; margin-top: 20px;column-gap: 0;}
.prod-1 {max-width: 210px ;}
.s2-model { margin-top: 15px;}
.sec2-innr .prodbox-row {width: 100%;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section3 { height:auto; padding:0px 0; background-size:cover; background-position:21% top;}
.s3-inr_bx{ padding:15px 15px; }
.s3-lft { width: 100%; padding: 0; float: none; display: inline-block;}
ul.s3_list { margin: 10px 0 0; justify-content: center;}
ul.s3_list li{ width:100%; max-width:355px; }
.s3-rgt { width: 100%; float: none; display: inline-block; text-align: center; margin-top: 0px; padding-bottom: 10px;}
.s3-pic2{ }
.s3-pic1{ }
.section-3 {padding: 30px 0;}
.sec3-top{ margin-top:30px;}
.sec3-top1, .sec3-top2, .sec3-top3{ height:auto;}
.img-sec3{ position: static; display: inline-block; margin: 10px auto 0; vertical-align: top;}
.sec3-top1{ width: 100%; min-height: 180px; margin-bottom: 15px; padding: 20px 20px;}
.img-sec3{     position: absolute;  max-width: 162px;  top: 0; right: 0;}
.txt4{ font-size:20px;}
.sec1-toplft {width: 58%;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section4 {}
.s4lhding{}
.s4ltxt{ font-size:18px;}
ul.s4list {}
ul.s4list li {width: 100%;padding: 0 18px;}
ul.s4list li img {margin: 0px auto 6px;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section5{padding:30px 0;text-align:center;height:auto;}

.s5hding { font-size: 32px; line-height: 41px;}
ul.s5-list{ width: 100%; margin: 10px 0 0; row-gap: 20px; justify-content: center;}
ul.s5-list li{ width: 100%; max-width: 355px; padding: 0 0 10px; font-size: 16px; height: auto;}
.li-bx-cont { padding: 15px 15px; margin-top: -45px; width: 90%;}
ul.s5-list li span { font-size: 16px;  line-height: 25px;}
ul.s5-list li h1 {right: 8%;top: 25px;font-size: 75px;line-height: 75px;}
ul.s5-list li:nth-child(2){ float:right;}
.s5-icon{    margin: 0 0 0; max-width: 60px;}
.s5txt{ margin-top:15px;}
.s5-rgt {margin: 30px 0px 0px 0;}
.s5-rgt-inr {width: 100%;padding: 20px 10px;margin-top: 30px; text-align:center;}
.s5-prodt, .s5-prodt2 { max-width: 220px; transform: rotate(0); position: static;  margin: 10px -40px 0;  display: inline-block;}
.s5-txt { font-size: 22px; line-height: 28px;}
.s5-model { margin-top: 8px;}

.sec2-innr .prodBox { column-gap: 12px; row-gap: 20px; margin-top: 22px;}

/*-----------------------
CSS FOR FOOTER
------------------------*/	
.footerBox1{ padding:30px 0;}	
.ftrBox1{ padding:0;}
.ftr-logo{ position:static; width: 140px;  margin-bottom: 0px;}
ul.frt-list{ margin-top:5px;}
ul.frt-list li{ font-size:15px; margin-top:5px;}
.ftrBox3{ width:100%;}
ul.ftr-nav{ margin-top:0;}
ul.ftr-nav li{ font-size:15px; margin-top:5px;}

.footerBox2{ padding:20px 0; font-size:13px;}
.ftr-cpyrght{ float:none; display:inline-block; vertical-align:middle;}
.ftr-link{ float:none; display:inline-block; vertical-align:middle; margin-top:6px;}
.ftr-link a{ padding:0;}

/*============PRODUCT DETAILS===========*/
.prodDtls1-left, .prodDtls1-rght{ width:100%;}
.prd-rgt-innr,.shop-ingr{width:100%;}
.s1-p2{font-size:16px; line-height:26px;}
.prod-nmhd1{text-align:center; display:none;}
.prod-dtls1-slide{height:auto;margin:20px auto; max-width: 370px;}
.prd-slide {margin: 0px auto;  max-width: 220px;   padding: 0;}
.shop-s1bx{
	background:#22211c;
	padding:20px;
	margin:30px 0 0 0;
}
.shop-s1bx-prd{
	position:inherit;
	left:auto;
	top:auto;
	margin:15px auto 0 auto;
	display:block;
}
.shop-s1bx-hd {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.shop-s1bx-txt{text-align:center;padding:10px 0 0 0;}
.logos2 {
            width: 80%;
    margin: 16px 0 0 36px;}
.add-to-cart{width:100%;}
/*=========LAB-RESULTS SECTION==========*/
.prodBreadcrm p{ padding-left: 0px; font-size:12px;}
.labresults-sec{ background:#f6fbff;}
.lab-sec-left{width:100%;padding:0;text-align:center;}
.lab.bnr-head{ font-size:30px; line-height:36px; margin-top:0;}
.lab-imgbx{ width: 100%; display: inline-block; vertical-align: middle; margin: 25px 0 5px; max-width: 320px; padding:0 0 12px 12px; position: relative;}
.lab-imgbx:before{ position: absolute; right:15px; top:15px; left:0; bottom:0;
 border: 1px solid #dcd9d9; content: "";}
.lab-bnr-seal{ right:auto; left:10px; width:70px;}	
.lab-section1{ padding:25px 0 30px;}
.lab-s1-mid{ padding:0 20px;}
.lab-s1-col{ width:100%;}
.lab-s1-btm{ margin-top:30px;}
.lab-col-top-prod{ right:-4px;}
.lab-sec-left .common-para{ padding-right:0;}

/*=========CSS FOR FAQ=========*/
.faq-container{ margin:20px 0 0;}
.accordion{ padding:10px 35px 10px 0; font-size:19px; line-height:27px; letter-spacing:0.3px;}
.acdn-para{ font-size:17px; line-height:25px;}
.up-slide-dwn.last{ border:none;}
.acdn-content{ padding-bottom:0;}

/*=========CSS FOR CONTACT PAGE=========*/
.prodBreadcrm{font-size: 13px;line-height: 15px;padding: 9px 0 8px 0;}
.contact-sec{ padding:30px 0;}
.cntc-inr{ padding:0;}
.cntc-inr:before{ display:none;}
.cont-sec1Lft{ width:100%; text-align:center;}
ul.cnt-list{padding:0 5px; margin-top:10px;}
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:18px; line-height:26px;}
ul.cnt-list li p{ font-size: 15px; line-height: 25px;}
.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;}
.submit{ height:60px; line-height:60px;}

.terms-hd{ font-size:28px; line-height:28px;}
.terms-cont .common-para{ font-size:16px; line-height:24px; margin-top:15px;}

.popclose{top: 8px; right: 8px;font-size: 13px; width: 20px;height: 20px; line-height: 21px;}
.affil-popup .pop-content{ padding:20px 15px 20px;}
.affil-popup .popclose{ right:8px;}
.affil-popup .affil-logo{ width:85px;}

/*=========CSS FOR Thankyou PAGE=========*/
.thankyou-bg{ padding:20px 0 25px;}
.thnk-txt1{ font-size:24px; line-height:28px; margin:0;}
.thnk-txt2{ font-size:15px; line-height:22px; margin-top:6px;}
.thank-p1 {font-size: 22px;line-height: 30px;margin: 20px 0 -14px;}
.thank-ord {padding: 18px 2px;font-size: 16px;line-height: 22px;}
.thank-ord p{width:100%;text-align:left;padding:4px 0;}
.thank-dtl-box .cart-col-1 {padding: 0 0 0 12px;}
.thank-dtl-box .cart-col-4 {padding: 0 10px 0 0;}
.thank-dtl-box .cart-heading-row {font-size: 14px; line-height: 40px;}
.thank-dtl-box .cart-col-3 {display: inline-block;}
.thank-dtl-box .cart-col-1 {width: 56%;}
.thank-dtl-box .cart-col-3{width: 20%;}
.thank-dtl-box .cart-col-4 {width: 24%;}
.thank-dtl-box .cart-prd-row {padding: 10px 0;}
.thank-dtl-box .cart-prd-name {padding: 0 0 0 0;}
.thank-dtl-box .cart-prd-1{display:none;}
.cart-prd-name{ line-height:19px; font-size:12px;}
.cart-prd-name span{font-size:15px;}
.unit-price{font-size:14px;}
.thnk-rit-price-row {width: 100%;}
.thnk-rit-price-row .cart-rit-price {font-size: 16px;padding: 10px 3px;}
.thank-dtl-box {margin: 20px 0 0px;}
.sh-heading {font-size: 22px;line-height: 30px;}
.thnk-Addressinfo{margin-top:20px;}
.ty-lft-Address, .ty-rgt-Address {width: 100%;}
.ty-rgt-Address {margin:25px 0 0;}
.thnk-rit-price-row .cart-prc-spn {text-align: right;width: auto;}
ul.user-info li {font-size: 16px;line-height: 16px;padding-left: 95px;}
.ing-img{ max-width:100%;}
}
@media only screen and (max-width:400px){
ul.s3list li, ul.s3list li:last-child{width:100%;}


}