@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;}


.bannar-sec{ background-position: 55% top; background-size: cover; height: auto;}
.bnr-lft{ width: 60%; margin: 40px 0 0; padding: 0px 0px 72px 0px;}
.bnr-inr-cont{ padding:0 0px;}
.bnr-prod{ width:465px; top:150px;}
.bnr-prdt { }
.bnr-head { font-size: 48px; line-height: 56px; }
.bnr-head span { font-size: 43px; line-height: 53px; }
.bnr-para { font-size: 17px; line-height: 28px; width: 85%;}
.s1cont-head{ font-size:16px;}
.bnr-prodtt { top: 235px; left: 38%; max-width: 400px;}

.s1cont-box {
      width: 30%;}
.s1cont-box-row {
       width: 90%;}
.s1bx-icn2 {top: 12px; left: 0; }
.s1bx-icn3 {
    top: 206px;
    left: -83px;}
.sec1-rit .bnr-head span {
    font-size: 36px;
    line-height: 46px;}
.prodbx-mid{ }


.s3-cont{ width:100%;}
.li-para{ font-size:17px;}

.s4-list li{ padding:0 25px;}

.bannar-strip {height: auto; padding: 40px 0 50px;}
.strip-list { margin-top: 50px;}
.strip-list li { width: 32%; padding: 10px 10px 10px 85px;}
.strip-list img{ left:30px;}
.strip-list li span{ font-size:19px;}
.ftrBox1{ padding:0 30px;}


.sty-prods{ padding: 50px 0 75px; height: auto; }
.lft-bx1 .bnr-head span { font-size: 37px; line-height: 47px;}
.lft-bx1{ width:100%; padding: 0px 0px 0px;}
.lft-bx-rit { width: 652px;}
.lft-bx3, .lft-bx4{ width:320px;}
.sty-image { top: 9px; right: 0%; max-width: 530px;}
ul.sty-prods-lst li{ width:31.8%;}
ul.sty-prods-lst li .prd-box-txt{ font-size:22px;}
.sty-prdt { top: 273px; right: 27%; max-width: 228px;}
ul.sty-list li { padding: 0 32px 0 0;}
ul.sty-list li p { font-size: 17px; line-height: 27px;}
ul.sty-list li p span{ font-size:20px;}
	
.section1{ padding: 30px 0 50px;}
.sec1-rit_mid{ margin:0 0;}
.common-head1 { font-size: 36px; line-height: 48px;}
.sec1-rit{ width: 58%; margin-top: 0px;}
.sec1-rit .common-para { width: 100%; font-size: 18px; line-height:28px; margin-top: 15px;}
.sec1-model{width: 462px;}
.sec1-mtr{ width: 285px;}
.sec1-img2{ right: 325px;}
.btnBlk{ margin-top:30px;}
.shop-btn { height: 48px; font-size: 20px; line-height: 48px;}
.s1cont-box-row:nth-child(odd):before{ border-right: 240px solid transparent;}
.sec1-innr { width: 35%;}
.list1 { margin-top: 25px; row-gap: 15px;}
	
	
.section2{ padding: 0px 0; height: auto; }
.s2-image { max-width: 100%; top: 0; right: -430px;}
.sec2-rit { width: 54%; margin-top: 0; padding: 60px 0;}
.s2-list li{     padding: 0 0px 0px 88px;}


.section3 .common-para {}


.section4{ padding:50px 0;}
.section4 .common-para { width: 76%; margin-top: 10px;}
.s4-lft { height: 528px;}
.padg { padding: 0 90px;}


/*======PRODUCT DETAILS=========*/
.prodDtls1-rght{ width:54%;}
.buy-opt-t1{ font-size:16px;}
.logos{ width:225px;}

.prdt-cont { width: 58%;}
.prod-name{ line-height: 26px; font-size: 16px;}

/******************************/
.ftr-link{ float:none; display:inline-block; vertical-align:middle;}

.ftr-cpyrght{ float:none; display:inline-block; vertical-align:middle;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 8px;
	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:62px;
	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:80px;}	
.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;
	font-family: inherit;
	}	
.mobilemenu li a:hover{color:#000;}
.top-fix-bar{    margin-bottom: 60px;}
.nav-sec{ padding:12px 0; height: 60px; margin-top: -60px; top: 60px;}
.logo{ max-width: 103px;margin-top: 0px;}

ul.nav-rgt{ margin:0px 45px 0 0;}
	
	
.banner{ height:auto; background-size:cover}
.banr-left{ padding:25px 0;}
.bnr-txt1{ font-size:22px; line-height:26px;}
.bnr-hdng{ font-size:40px; line-height:45px;}
.banr-left{ width:570px;}
.bnr-prod {right: 170px; width: 170px; top: 175px;}
.bnr-strngth-seal {right: 87px;width: 80px; top:200px;}
.money-seal {right: 140px;top: 214px;}
.bnr-strip{ width:100%; background-size:100%; margin-top:20px;}
.bnr-strip ul li {padding: 0 36px 0 65px;}
.bnr-txt2{ margin-top:20px; width: 80%;}
ul.bnr-list li{ font-size:20px; line-height:26px;}

.sectionOne{ padding:50px 0;}
.s1-img1 {width: 240px;}
.s1-prod {left: 70px;top: 185px;}
.comnHdng span{ font-size:34px; line-height:50px;}
.comnHdng p{ font-size:24px; line-height:28px;}
.comnPara{ font-size:16px; line-height:24px; margin-top:20px;}
.s1-rght{margin-top: 5px;}
ul.s1-list{ margin-top:30px;}
ul.s1-list li img{ width:35px;}
ul.s1-list li{ width: 32%;padding: 0px 5px 0 42px; margin-right: 2%;}
ul.s1-list li span{ font-size:16px; line-height:21px;}
ul.s1-list li p{ font-size:16px;}

.sectionTwo{ padding:50px 0;}
.s2-txt1{ padding:0;}
.s2-prod{ position:static; display:block; margin:30px auto 0; max-width:100%; width:240px;}
.s2-mdl-box ul{ width:48%; margin-top: 40px;}
.s2-mdl-box ul li span{ font-size:22px; line-height:24px;}
.s2-mdl-box ul li p{ font-size:16px; line-height:24px;}
.s2-protect-line,.s2-protect-line-rgt{ display:none;}
.s2-protect-strip{margin-top: 20px;}
ul.protect-list{row-gap: 20px;}
ul.protect-list li{ padding:0 15px; width: 49%;}
.sectionThree{ padding:50px 0;}
.s3-txt1{ padding:0;}
.s3-ing-prod img{ width:140px;}
ul.s3-ingdnt-list li:before{ left:35px;}
ul.s3-ingdnt-list li:after{ right:35px;}
ul.s3-ingdnt-list li p{ font-size:16px; line-height:24px;}
ul.promise-seal-list li{ width:19%;}
ul.promise-seal-list li img{ width:70px;}
ul.promise-seal-list li:after{ height:55px;}
ul.s3-ingdnt-list li span{ font-size:20px;}


.sectionFive{ padding:50px 0;}
.package.mid {margin-left: -125px;}
.pkg-hdng{ padding:10px 5px; font-size:23px; line-height:26px;}
.pkg-hdng img{ width:22px;}
.package.mid .pkg-hdng{ padding:20px 5px 20px;}
.pck-txt{ font-size:18px;}
.pck-txt:before,.pck-txt:after{ width:30px; top:16px;}
.pack-mdl-bx{ padding: 20px 10px 15px;}
.rtl-prc{ font-size:16px; line-height:23px; padding:0 6px;}
.package a.packageBtn{ font-size:26px;}
.package{ width: 364px;}

.footerBox1{ padding:40px 0 50px;}
.ftrBox1{ padding:0 10px;}
ul.ftr-nav li{ font-size:15px;}

/*===============SHOP==================*/
.products-sec .prodbox-row{ margin: 0 0.5%;}
.prod-details .prodbox-row{ width:40.88%;}	
.products-sec .prodbox-row{ margin: 2% 0.5%;}

/*======PRODUCT DETAILS=========*/
.prod-lft-list{ padding:0;}
.proDetls1-rgt-pnts li{ padding:8px 10px 8px 33px;}
.proDetls1-rgt-pnts li p{ font-size:16px;}
.pkgInner{ padding-top:30px;}
.pkg1, .pkg2, .pkg3{ top:7px;}
.save-text{ font-size:13px;}

.bott2-bg{ position: static; width: 178px; height: 190px; background-size: 165px; margin: 15px auto 8px; padding-top: 20px;}
.bott2-bg img{ width:88px;}
.s1cont-head {
        font-size: 16px;
    line-height: 26px;
    padding: 0 0 10px;}
.prd-slide2{ max-width: 100%;}

/*=========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;}

/***************CART PAGE*************/
.nt-slt{background:none;}
.cart-lft,.card-box3{width:100%; background:none; padding:0;}
.card-box3{background:#f1f1f1; padding:10px}
}

@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;}

.top-fix-bar{margin-bottom:50px;}
.nav-sec{  padding:8px 0; height:50px; top:50px; margin-top:-50px}
.logo{ max-width: 180px; margin-top: 4px; }
.logo{ max-width: 180px; margin-top: 4px; }
ul.nav-rgt{ margin-top:0px}
ul.nav-rgt li{ height:34px;}
ul.nav-rgt li a{ line-height:32px;}
ul.nav-rgt li img{ margin-top:-11px;}
.mob-mnu-ic{ top:7px; right:10px;}
.mobilemenu{top:50px;}
.mobimenu-top{ top:50px;}

.banner{ background:#f3f8ff;}
.banner .container{ padding:0;}
.banr-left{ width:100%; padding:15px 0 20px; text-align:center;}
.bnr-strip{ display:none;}
.banner-mob{margin:0 auto; max-width:100%;}
.bnr-strip-mob{ margin:-10px auto 0; max-width:100%;}
.bnr-txt1 {font-size: 18px;line-height: 26px; padding:0 10px;}
.bnr-hdng {font-size: 34px; line-height: 40px; padding: 0 0px; margin-top: 5px;}
.bnr-txt2{ font-size: 16px;line-height: 24px;margin-top: 10px;letter-spacing: 0.5px;width: 100%;}
ul.bnr-list{ padding:0 10px 0 15px;}
ul.bnr-list li {font-size: 16px;line-height: 26px; margin-top:5px;padding-left: 28px; background-size: 19px;}
.btn-box{ margin-top: 20px;width: 260px;}
a.packageBtn{font-size: 22px;height: 50px;line-height: 50px;padding-right: 20px;}
.btn-ofr-txt{font-size: 14px;margin-top: 5px;line-height: 14px;}

.sectionOne{ padding:25px 0 30px;}
.s1-rght{ width:100%; text-align:center;}
.s1-img-mob{margin: -20px auto 0;max-width: 100%;display: inline-block;}
.comnHdng span {font-size: 26px;line-height: 32px;}
.comnHdng p {font-size: 18px;line-height: 28px;}
.comnHdng { padding-bottom:30px;}
.s1-rght .comnHdng{ background: url(../images/comn-hdng-bdr.png) no-repeat center bottom; margin-bottom:15px;}
.comnPara{ margin-top:10px;}
ul.s1-list { margin-top: 20px; flex-wrap: wrap;}
ul.s1-list li{ width:33.33%; margin:0; text-align:center; padding:0 7px;}
ul.s1-list li img{ position:static; display:block; margin:0 auto 5px;}
ul.s1-list li span {font-size: 16px; line-height: 24px;}
ul.s1-list li p {font-size: 15px; line-height:17px; letter-spacing:0.3px; margin-top:5px;}
ul.s1-list li:before{height: 85px;  right: 0;}
ul.s1-list {flex-wrap: wrap; row-gap: 20px;}
ul.s1-list li{ width:100%;}
ul.s1-list li:before{height: 85px;  right: 0; display:none;}

.sectionTwo{ padding:25px 0;}
.s2-prod{width: 100%;display: inline-block;margin: 0 auto 0;}
.s2-mdl-box ul{ width:100%;margin-top:0;}
.s2-mdl-box ul.s2-mdlbox-list-left{ margin-top:20px;}
.s2-mdlbox-list-left li:before, .s2-mdlbox-list-right li:before{ display:none;}
.s2-mdl-box ul li{ padding-bottom:20px;}
.s2-mdlbox-list-left li img,.s2-mdlbox-list-right li img{ width:60px; left:0; right:auto;}
.s2-mdlbox-list-left li,.s2-mdlbox-list-right li{ padding:0 0 0 75px; text-align:left;}
.s2-mdl-box ul li span { font-size: 20px;line-height: 22px;}
.s2-protect-strip{ margin-top:5px;font-size: 16px; line-height: 22px; padding: 5px 6px 8px;}

ul.protect-list li img{ width:60px;margin: 0 auto 5px;}
ul.protect-list li p{ font-size:16px;}

.sectionThree{ padding:25px 0;}
ul.s3-ingdnt-list{ margin:10px 0 0; float:none; display:inline-block; max-width:100%;}
ul.s3-ingdnt-list li,ul.s3-ingdnt-list li:nth-child(2){ width:100%; margin:60px 0 0; font-size: 16px; line-height: 24px; padding: 0 10px 10px}
.s3-ing-prod{ margin: -40px 0 10px;}
.s3-ing-prod img {width: 120px;}
ul.s3-ingdnt-list li:before {left: 85px;}
ul.s3-ingdnt-list li:after {right: 85px;}
.promise-txt{ margin-top:25px; font-size:26px; line-height:27px;}
ul.promise-seal-list{ margin-top:10px;}
ul.promise-seal-list li {width: 32%; padding: 0 15px; margin-top:20px;}
ul.promise-seal-list li p{ font-size:16px; line-height:19px;}
ul.promise-seal-list li:nth-child(3):after{ display:none;}
ul.promise-seal-list li:nth-child(4),ul.promise-seal-list li:nth-child(5){ width:36%;}
a.view-ing{ margin-top:10px;}


.sectionFive{ padding:25px 0;}
.pack-sec{ margin: 20px 0; float: none; display: inline-block; vertical-align: middle; max-width: 360px;}
.package{ width:100%; margin:10px 0 0;}
.package.mid{ position:static; float:left;margin:10px 0 0;}
.pkg-hdng,.package.mid .pkg-hdng{ padding: 10px 5px;font-size: 24px; line-height: 26px;}
.package.mid .pack-mdl-bx {padding: 20px 10px 15px;}
.pck-txt { font-size: 22px;}
.pck-txt:before, .pck-txt:after { width: 75px;}
.package a.packageBtn { font-size: 30px;}
.secure-logo-bx{ margin-top:15px;}
.secure-logo-bx p{ font-size:16px; padding:0 10px;}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footerBox1{ padding:0;}
.ftrBox1{ width:100%; min-height:auto; border:none;}
.ftrbx1-hd{ margin-top:7px;}
.ftrbx1-t1{ font-size:15px; 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:0px;}
.ftr-midBox{ padding:22px 0 20px;}
.ftr-logo{ width:170px;}
.ftr-link2{ margin-top:15px;}
.footerBox2{ padding:10px 0 20px; font-size:15px;}
.ftr-link a{ padding:0 1px;}


/*===============SHOP==================*/
.products-sec .prodBox{margin-top: 7px;}
.products-sec  .prodbox-row{ width:355px; margin:20px 0 0;}	

/*============PRODUCT DETAILS===========*/
.products-sec{ padding:25px 0 35px;}
.prodDtls1-left{ width:100%;}
.prod-nameHdng{ font-size:29px; line-height:32px;}
.prod-namesubHdng{ font-size:18px; line-height:24px; margin-top:5px;}
.prod-str{ margin:7px auto 0;}
.prod-lft-list p{ font-size:16px;}
.prodDtls1-rght{ width:100%;}
.proDetls1-rgt-pnts{ margin-top:25px;}
.proDetls1-rgt-pnts li{ width:33.33%; padding: 7px 5px; text-align:center;}
.proDetls1-rgt-pnts li img{ position:static; margin:0 auto 5px; display:block;}
.proDetls1-rgt-pnts li:nth-child(2){ margin:0;}
ul.proDetls1-rgt-list{ margin-top:8px;}
ul.proDetls1-rgt-list li{ font-size:16px; line-height:22px; padding-left:16px; margin-top:7px;}
.select-txt{ margin-top:25px;}
.pack-sec{ margin-top:0;}
.package{ width:100%; margin-top:30px;}
.reglr-prc{font-size: 30px;line-height: 30px;}
.package.mid{ position:static; width:100%; float:left; margin-left:0;}
.pkgInner{ padding-top:12px;}
.pkg1, .pkg2, .pkg3{ top:15px;}
.save-text{ font-size:18px;}
.switch-opt{ margin-top:5px;}
.buyopt{ width:100%; margin-top:12px;}
.cart-btn-box{ margin-top:25px; text-align:center;}
a.add-to-cart{ max-width:295px;}
.logos{ width:220px; margin:12px 0 0;}
.prd-s2-txt1{ font-size:20px; line-height:26px; margin-top:15px;}
ul.prd-s2-list li{ font-size:18px; line-height:26px; margin-top:7px;}
.bott2-bg{ position:static; margin:15px auto 8px; padding-top:20px;}
.bott2-bg img{ margin:0 auto 0; width:100px;}
.label-img{ float:none; margin:22px auto 0; width:355px;}
.revw-row{ padding:12px 0 19px 60px;}
.rvw-nm{ top: 15px; width: 50px; height: 50px; line-height:45px;}
.revw-tik{ left:28px;}
.revw-p2{ font-size:16px;}
.lab-cont{ width:100%;}
.cert-blk{ width:100%; margin-top:25px;}	
.purchase-price{ text-align:center;}


/*=========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:23px;}
.up-slide-dwn.last{ border:none;}
.acdn-content{ padding-bottom:0;}

/*=========CONTACT=========*/
ul.cont-list{ margin:0px 0 30px;}
ul.cont-list li{ width:100%; margin-bottom:10px;}
ul.cont-list li:last-child{ margin-bottom:0;}
.cont-list-p1{ margin-top:6px;}
.cont-frm{ width:100%; margin:15px auto 0 auto;}

/*=========FOOTER LINK=========*/
.terms-hd{ font-size:28px; line-height:28px;}
.terms-cont .common-para{ font-size:16px; line-height:24px; margin-top:15px;}

/*=========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:13px;}
.cart-prd-name span{font-size:16px;}
.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;}

/***************CART PAGE*************/
.cart-box2{padding:10px 0;}

}
@media only screen and (max-width:767px){
	.sty-prods{ padding:30px 0; background:#354381; height:auto;}
	ul.sty-list { margin-top: 15px; justify-content: center;}
	ul.sty-list li{ width:100%; max-width:355px; text-align:center; padding:15px 15px; box-shadow:0px 0px 2px #fff;}
	ul.sty-list li:after{ display: none;}
	ul.sty-list li img{ position:static; display:block; margin:0 auto 10px; }
	ul.sty-list li p { font-size: 16px; line-height: 26px;}
	
	ul.sty-prods-lst li { width: 100%; margin:10px 0;}
	ul.sty-prods-lst li a::before{ display:none;}
	ul.sty-prods-lst li:nth-child(3){ margin-top:10px; margin-bottom:0;}
}

/*****************1207**********************/
