@charset "utf-8";
/*===========================
CSS FOR MEDIA QUERY
===========================*/
.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fr {float: right;}
.fl {float: left;}
.tc{text-align:center;}

@media only screen and (max-width:1185px) {
.container {width: 1004px;}

.menu-bar li a{padding: 0 13px;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-lft {width: 58%;}
.banner {}
.bnrprd{ max-width: 426px; top: 145px;}
img.bnrprd-prod3{}
img.bnrprd-prod1{}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip{}
.strp-list li {}
.strip-lft .bnr-p1 {font-size: 27px;line-height: 34px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding: 30px 0; height:auto;}
.s1-lft { width: 53%; margin-top: 30px;}
.s1-img-1 { width: 409px;}
.s2-p1{}
ul.sec1-list{ margin-top:25px;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3{}
.sec3-top1, .sec3-top2, .sec3-top3{width: 30%;}
.s3-ul li {padding: 0 20px;}
.txt4{ font-size:55px;}
.txt5{}
.img-sec3{ right:-7px;}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-rit {width: 55%;}
.s4-chart {width: 42%;max-width: 516px;}
.s4-ul li {margin-right: 20px;padding-right: 20px;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5{ padding:60px 0;}
.s5-prod1 {}
ul.s5-list li {width: 29%;}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.s6-lft {width: 45%;}
.s6-rit {width: 50%;}

/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.s7-ul li:nth-child(1){width:22%}

/*===============================
CSS FOR PRODUCT PAGE
=================================*/
.shop-s1-left {width: 45%;}
.shop-s1-right {width: 52%;}
.buyOpt-row {padding: 2px 10px;margin-bottom: 6px;}
.packageOpt {width: 325px;padding-left: 21px;}
.packageOpt p, .pkgPrice p {font-size: 18px;line-height: 43px;}
.shop-s1-save {width: 77px;}
.pkgPrice {width: 85px;}
.shop-s1-save p {font-size: 14px;line-height: 14px;}
.shop-s1-save p span {font-size: 21px; line-height: 25px;}
.packageOpt input[type=radio] + span { top: 16px; width: 15px; height: 15px;}
.packageOpt input[type=radio]:checked + span:after { left: 2px; top: 2px; width: 7px; height: 7px;}
.shop-s1-ul-2 li {padding-left: 28px;font-size: 15px;line-height: 16px;margin-right: 9px;padding-right: 9px;}
.shop-s1-ul-2 li img {width: 22%;}
.shop-s1-right .shop-btn {padding: 11px 28px;}
.pkgPrice {margin-left: 10px;}
.shop-s2-ul li {padding: 0 30px;}
.shop-section-5 .s2-ul {}
.shop-s4-ul-line {display: none;}
.accordion-container{ margin-top:0;}

.shop-s3-lft{ width:55%;}
.shop-s3-img{width:44%;}
.shop-s3-img, .shop-s3-img1{ }

/*-==============================
CSS FOR CART PAGE
=================================*/
.cart-sec-box-left {width: 63%;}
.cart-sec-box-right {width: 35%;}
.cart-proms-box {padding: 30px 15px;}
.cart-proms-box .s3-ul li {padding: 8px 10px;}

/*-=============================
CSS FOR ABOUT PAGE
================================*/
.abt-sec1-lft, .abt-sec1-rit {width: 48%;}
.abt-s2-box {padding: 0 20px;}

/*-============================
CSS FOR CONTACT PAGE
===============================*/
.cont-pad {width: 90%;}
.contact-ul li {padding: 0 20px;}

/*-===========================
CSS FOR REVIEW PAGE
==============================*/
.revw-lft {width: 60%;}
.revw-rit {width: 34%;}

/*-======================
CSS FOR CHECKOUT PAGE
=========================*/
.chk-lft {width: 60%;}
.chk-rit {width: 38%;border: 17px solid #dbecf4;}
.chk-box {padding: 30px 25px;height: 731px;}

/*-==============================
CSS FOR THANK YOU PAGE
=================================*/
.thnk-Addressinfo {padding: 10px 0 0;}
ul.user-info {padding: 20px 20px;}
.ty-lft-Address, .ty-rgt-Address {width: 49%;}
}

@media only screen and (max-width:1023px) {
.container {width: 750px;}
.show-mob, .show-desk {display: none;}
.show-tab {display: block;}

/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
.logo-mob {
   float: left;
   max-width: 160px;
}
.top-sec {margin-bottom: 61px;}
.top-bar { height: 61px; margin-top: -61px; top: 61px; padding: 10px 0;}
.menu-cart{}
.hdr-btn{ display:none;}
.menu-bar {display: none;}
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 16;
	height: 25px;
	}
.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	}
.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	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(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background: #052944;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background: #052944;
	}
.mob-menu-div {
	float: left;
	width: 100%;
	}
.mobimenu {
	float: left;
	width: 100%;
	position: fixed;
	top:61px;
	background: #f8f9fb;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	}
.mobimenu li {
	float: left;
	width: 100%;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	font-weight: normal;
	}
.mobimenu li a {
	color: #2d2d2d;
	float: left;
	width: 100%;
	padding: 10px 10px;
	}
.mobimenu li a:hover, .mobimenu li a.active {text-decoration: none;}
.mobimenu li ul {
	float: left;
	width: 100%;
	padding: 0 18px;
	border-bottom: 0;
	}
.mobimenu li ul li:last-child {border: none;}
.mobimenu li a:hover .m-arw, .mobimenu li a.active .m-arw {fill: #f08a3c;}
.mobimenu.mobimenu-top {top: 61px;}
.menu-cart{right:55px;top:6px;}

/*-----------------------
CSS FOR BANNER
-------------------------*/
.banner {height: 1250px;}
.bnr-lft {width: 65%;}
.bnr-p2 {font-size:40px;line-height:54px;margin: 0px 0 0px;}
.bnr-p2 span {font-size: 26px;line-height: 34px;}
.bnr-p3 { font-size: 18px; line-height: 28px;}
.gray-ul li {padding: 0 14px;}
.bnrprd {max-width: 350px;top: -5px; right: -60px;}
img.bnrprd-prod1 {max-width: 140px;top: 690px;right: 14%;}
img.bnrprd-prod3 {max-width: 130px;right: 0;top: 905px;}
.bnr-leaf {top: 1075px;right: 25%;max-width: 30%;}
.bnr-lft2 {width: 65%;margin-top: 175px;}
.bnr-p1 {font-size: 38px;line-height: 48px;}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip-Div {padding:25px 0 30px;}
.strip-lft {width: 100%;padding: 0;text-align: center;border-right: none;}
.strp-list {width: 100%;margin: 30px 0 0 0;}
.strp-list li { }
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding: 30px 0px;}
.s1-lft { width: 50%; margin-top: 25px;}
ul.sec1-list { margin-top: 20px;}
ul.sec1-list li{ width:100%; padding: 11px 0px 11px 114px; margin-bottom: 20px;}
.s1-p1 {font-size: 42px;line-height: 46px;}
.s1-img-1 { width: 338px; top: 130px;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {padding: 50px 0 0px;}
.s2-ul { margin: 30px 0 0; padding:0;}
.s2-ul li,.shop-section-5 .s2-ul li { padding: 65px 0 65px 170px;}
.s2-ul li:nth-child(3) {width: 100%;}
.s2-ul li:nth-child(even){ margin-right:0;}
img.prdt-bgimg{}
.s2-p1 {}
.s2-prd-1{max-width: 150px;}
.s2-ul li .shop-btn {margin-top: 10px;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.txt4 { font-size: 46px; line-height:52px;}
.txt5 {}
.pad-2 {padding: 0;}
.s3-ul {margin: 35px 0;}
.s3-ul li {}
.s3-p1 {font-size: 17px;line-height: 24px;}
.sec3-top1{width: 33%;}
.img-sec3{ }

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-p1 {font-size: 18px;line-height: 24px;}
.s4-ul {margin: 30px 0 38px;}
.s4-ul li img {width: 30px;}
.s4-ul li {margin-right: 10px;padding-right: 10px;padding-left: 35px;}
.pad-1 {margin: 8px 0 12px;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
ul.s5-list{ margin:35px 0 0;}
ul.s5-list li {width: 32.33%;margin: 0 2px;padding: 0 5px;}
ul.s5-list li span {font-size: 22px;line-height: 30px;}
.s5-prod1 {top: 225px;}

.s5-leaf {max-width: 90%;}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.s7-ul li:nth-child(1) {
    width: 30%;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {padding: 60px 0;}
.s6-lft {border: 10px solid #dbecf4;padding: 0 20px 20px;}
.s6-row {padding-left: 85px;margin-bottom: 25px;}
.s6-rit {width: 52%;}
.s6-susie {display: inline-block;max-width: 200px;margin: -65px 0 0;width: 100%;}
.s6-rit .s2-p3 {font-size: 16px;line-height: 25px;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.s7-ul li .bnr-p1 {font-size: 17px;line-height: 20px;}
.s7-ul li:nth-child(2) {}
.s7-social {padding: 10px 10px 0 0;}

/*-=============================
CSS FOR PRODUCT PAGE
================================*/
.shop-s1-p1 {font-size: 40px;line-height: 42px;}
.qty-div input {width: 50px;}
.qty-div {margin-right: 15px;}
.sub, .add {width: 40px;}
.shop-s1-right .shop-btn {padding: 11px 50px;}
.shop-s1-ul-2 li {padding-left: 40px;margin-right: 15px;padding-right: 15px;}
.shop-s1-left {width: 38%;}
.shop-s1-right {width: 60%;}
.buyOpt-row {padding: 2px 10px;}
.packageOpt p, .pkgPrice p {font-size: 15px;line-height: 37px;}
.packageOpt {width: 270px;padding-left: 21px;}
.shop-s1-save {width: 67px;}
.shop-s1-save p { font-size: 13px; line-height: 13px;}
.shop-s1-save p span { font-size: 18px; line-height: 20px;}
.packageOpt input[type=radio] + span {top: 13px;}
.pkgPrice {width: 76px;}
.shop-s1-ul-2 {width: 100%;margin: 20px 0 0;}
.shop-s1-ul-2 li img {width: auto;}
.pkgPrice {margin-left: 7px;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.shop-section-3 {padding: 60px 0;}
.shop-sec3-inner{ padding:0}
.shop-s3-img {max-width: 46%;}
.shop-s3-lft, .shop-s3-img {width: 100%; text-align: center;}
.other-prod li.item {max-width: 370px;}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.shop-s4-block {margin: 30px 0 0;}
.shop-dtls-img {width: 40%;}
.shop-s4-dtls {padding-right: 42%;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.shop-section-5 {padding: 50px 0 60px;}
.shop-section-5 .s2-ul {padding: 0 40px;}

/*-=========================
CSS FOR CART PAGE
============================*/
.cart-prc-box {padding: 10px 10px 20px;}
.cart-rit-price {font-size: 18px;line-height: 20px;padding: 12px 1px;}
.cart-prc-box .shop-btn {font-size: 20px;}
.cart-proms-box {padding: 20px 10px;}
.cart-proms-box .s3-ul {margin: 0 0 25px;}

/*-===============================
CSS FOR ABOUT PAGE
==================================*/
.abt-sec1-lft {width: 57%;}
.abt-sec1-rit {width: 40%;}
.abt-s2-box {padding: 0 0px;}
.abt-s2-ul li {width: 46%;}
.about-section-1 {padding: 50px 0;}
.about-section-2 {padding: 50px 0;}

/*-=======================
CSS FOR CONTACT PAGE
==========================*/
.faq-section-1{padding:30px 0;}
.cont-pad {width: 100%;}
.contact-ul li {padding: 0 10px;}

/*-=============================
CSS FOR REVIEW PAGE
================================*/
.revw-rit {border: 10px solid #dbecf4;}

/*-========================
CSS FOR CHECKOUT PAGE
==========================*/
.crt-frm1, .crt-frm2{width:100%;}
.cart-prd1, .cart-prd2, .cart-prd3{ display:none;}
.cart-prdname{ padding-left:10px;}
.cart-prdname {	/*padding: 30px 0 30px 73px;*/	font-size: 18px;}

.continue-shpbtn, .proceed-chkbtn {font-size: 18px; line-height: 26px; padding: 5px 14px;}
.unit-price, .sub-total {font-size: 18px; line-height: 26px;}
.cart-box2 .four {width: 20%;}

.safebox {/*padding: 0 0 0 80px;*/}
.safebox p {font-size: 22px; line-height: 28px;}
.safe-iconbox, .safe-iconbox2 {width: 54px; height: 62px; background-size: 37px;}
.sameas {font-size: 15px; line-height: 28px; margin: 13px 1% 0 1%;}
.submit-btn {padding: 10px 23px;}
.secure { display: block;margin: 10px auto 0;}
.weaccept {	font-size: 16px; line-height: 30px; text-align: center; margin: 0 0 10px;}
.weaccept span.span1 {}
.cards {/*width: 163px;*/}
.paypal {width: 93px;}
.trm { padding: 0 0 0 22px;}
.contact-us .pro-p1 {width: 100%;}
.contact-us {padding-bottom: 50px;}
.cont-lst li {font-size: 16px;}
.contact-btm {min-height: 290px; background-size: 1200px;}
.contact-btm img {max-width: 600px;}

a.show-btn { float: left;  margin: 16px 0 0 0;}
.shop-s3-img1 { display:inline-block; max-width:400px; vertical-align:top; float:none;}
.shop-s3-img1 img{ max-width:240px;}
img.shop-slide {  max-width: 160px;}
/*-======================
CSS FOR THANK YOU PAGE
========================*/
.thnk-rit-price-row {width: 48%;}
.thnk-Addressinfo {padding:0px 0 0;}
.sh-heading {font-size: 31px; line-height: 38px;}
ul.user-info li { font-size: 18px; line-height: 23px;padding-left: 105px;}
ul.user-info {padding: 10px 10px;border: 5px solid #dbecf4;}

.shop-s3-img{ max-width:100%; margin-top:20px;}
.shop-s3-img img{ max-width:320px;}

}


@media only screen and (max-width:767px) {
.container {width: 100%;padding: 0 10px;max-width: 600px;}
.show-desk, .show-tab {display: none;}
.show-mob {display: block;}

/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
.top-bar {height: 53px;margin-top: -53px;top: 53px;padding: 7px 0;}
.top-sec {margin-bottom: 53px;}
.mob-mnu-ic {top: 7px;}
.mobimenu {top: 53px;}
.mobimenu.mobimenu-top {top: 52px;}
.mobimenu li ul li a {padding: 5px 10px;}
.mobimenu li ul li {font-size: 16px;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {padding:0px 0 30px;background-size:cover; background-position:40% top; height:auto;}
.bnrprd{ display:none;}
.bnr-lft {width: 100%;text-align: center;margin-top: 16px;}
.bnr-mob-prd {display: inline-block; max-width: 380px; vertical-align: bottom; margin-bottom:10px;}
.bnr-p3{  margin-bottom: 15px; padding-top: 10px;}
.bnr-p2 {font-size: 26px; line-height: 33px;}
.bnr-p2 span {font-size: 22px;line-height: 27px; margin-bottom: 1px;}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.strip{ padding:0px 0; text-align:center;}
.strip-lft .bnr-p1 {font-size: 28px;line-height: 38px;}
.strp-list {margin: 20px 0 0 0; justify-content: center; column-gap: 10px;}
.strp-list li {width: 48%;}
.strp-li-div {width: 106px;}
.strp-list li:nth-child(5), .strp-list li:nth-child(6), .strp-list li:last-child{}
.strp-list li:nth-child(3):after{ display:none;}

.bnr-p1{ font-size: 28px; line-height: 36px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding: 30px 0;}
.s1-p2 {margin-top: 13px;}
.s1-lft {width: 100%;text-align: center; margin-top:0;}
.s1-p1, .shop-s3-img .s1-p1 {font-size: 32px;line-height: 36px;}
.s1-img-1 {position: static;transform: none;-webkit-transform: none;display: inline-block;width: 280px;margin: 10px 0;}
.shop-bg-no, .shop-btn {margin-top:20px;}
ul.sec1-list li{ margin-bottom:10px; padding-left:130px;}
.bnr-lft2 {width: 100%;text-align: center;margin-top: 30px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {padding: 30px 0 0;}
.s2-ul {margin: 25px 0 0;justify-content: center;row-gap: 35px;}
.s2-ul li {max-width: 340px;padding: 0;text-align: center;display: inline-block;float: none;}
.s2-ul li:nth-child(3) {float: left;width: 100%;height: auto;padding: 20px 10px;}
.s2-ul li:nth-child(3) .s2-p2 {float: none;}
.s2-ul li:nth-child(3) .shop-btn {float: none;}
.s2-prd-1 {
    position: static;
    display: block;
    margin: 0 auto 8px;
    max-width: 150px;
}
.s2-prd-2 {
	position: static;
    display: block;
    margin: 0 auto 8px;
    max-width: 150px;
	}
.s2-p1 {float:left;width:100%;font-size: 25px;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {padding: 160px 0 30px;margin-top: -145px;}
.sec3-top1{ width:60%; display:inline-block; float:none;}
.sec3-top1, .sec3-top2, .sec3-top3{ height:auto;}
.img-sec3{display: block;position: static;margin: 0px auto 0px;}
.sec3-top1{width: 100%;min-height: auto;margin-top: 15px;padding: 0;}
.sec3-top1:nth-child(2){ margin-right:0;}

.txt4{ font-size: 40px; line-height: 52px; text-align:center;}
.txt5{ text-align:center;}
.sec1-toplft {width: 100%;padding-left: 0;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {padding: 30px 0;}
.s5-lft { width: 100%; margin-top: 0; text-align: center;}
.shop-bg-no .shop-btn{margin: 25px 0 0;}
.s5-prod1 {max-width: 320px;top: 160px;}
ul.s5-list { margin:65px 0 0;}
ul.s5-list li {text-align: center; width: 100%;padding: 0 0px;margin-top: 25px;}
ul.s5-list li:nth-child(2) {margin-top: 25px;}
ul.s5-list li img{ margin:0 auto 10px;}
.s5-leaf {max-width: 100%; margin-top:30px;}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {padding: 20px 0;}
.s7-ic-1 {position: static;display: inline-block;transform: none;-webkit-transform: none;}
.s7-ul li {padding: 0 10px;text-align: center; width:100%}
.s7-ul li .s2-p3, .s7-ul li .bnr-p1 {width: 100%;font-size: 18px;}
.s7-social {float: none;padding: 10px 10px 0;display: inline-block;}
.s7-ul li:nth-child(2) {margin: 0 0px;}
.s7-ul li:nth-child(1) { width: 100%;}

/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {padding: 25px 0;}
.f-p1 {font-size: 15px;line-height: 18px;padding-bottom: 19px;margin: 15px 0 10px;}
.f-p1 a, .f-p1 a:hover {padding: 0 0;}
.f-p2 {width: 100%;padding: 3px 0;}
.f-p2 a, .f-p2 a:hover {padding: 0 1px;}
.foo-logo{max-width: 130px;}

/*-==============================
CSS FOR PRODUCT PAGE
==================================*/
.shop-section-1 {padding: 25px 0 30px;}
.shop-s1-left {    width: 100%;  text-align: center;}
.shop-s1-right {width: 100%;margin: 15px 0 0;text-align: center;}
.shop-s1-stars {float: none;}
.shop-s1-p1 {font-size: 32px;line-height: 34px;}
.qty-div {float: none;display: inline-block;margin: 0 0 10px 0px;}
.qty-div input {width: 70px;}
.sub, .add {width: 45px;}
.shop-s1-right .shop-btn {    padding: 0px 20px; width: 100%; float: none;   height: auto;}
.shop-s1-ul-2 li {padding: 0 18px;margin-right: 0px;float: none;display: inline-block;text-align: center;}
.shop-s1-ul-2 li img {position: static;display: block;transform: none;-webkit-transform: none;margin: 0 auto 7px;}
.shop-s1-ul-2 {margin: 20px 0 0;}
.shop-s1-p2 {text-align: left; font-size: 30px;}
.shop-s1-rit-prc-box {margin-bottom: 20px;}

ul.prd-det-strp-list li{width:33.3%; padding:20px 5px;}
ul.prd-det-strp-list li:nth-child(3){border-right:1px solid #e6e0e0;}
ul.prd-det-strp-list li:nth-child(n+4){border-top:none;}


/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.shop-section-2 {padding: 20px 0;}
.shop-s2-ul li {padding: 0 10px;width: 50%;margin: 8px 0;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.shop-section-3 {padding: 30px 0; text-align:center;}

.shp-sec2-hed{text-align:center;}
.shop-s3-lft {width: 100%;padding-left: 0;text-align: center; margin-top:15px;}
.pad-6 {padding: 20px 0 0;}
.shop-s3-img-mob {display: inline-block;max-width: 350px;width: 100%;margin: 10px 0 15px;}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.shop-section-4 {padding: 20px 0 30px;background: #fafcfd;}
.shop-s4-block {margin: 0;}
.shop-dtls-img {max-width: 300px;position: static;display: inline-block;width: 100%;margin-bottom: 15px;}
.shop-s4-dtls {padding-right: 0;text-align: center;}
.shop-lab .shop-s1-ul li {margin: 7px 0;}
.shop-s4-p1 {width: 50px;height: 50px;line-height: 40px;}
.shop-s4-block .s6-row {padding-left: 65px;margin-bottom: 20px;}
.shop-s4-ul li {text-align: left;}
.tc {padding:10px 15px 0;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.shop-section-5 {padding: 30px 0;}
.shop-section-5 .s2-ul {    
	padding: 0 0px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;}
.shop-section-5 .s2-ul li {width: 100%;}


/*-============================
CSS FOR CART PAGE
===============================*/
.cart-frm {padding: 20px 0 27px 0;}
.card-box3rgt {float: left; width: 100%;}
.cart-box1 {font-size: 17px; line-height: 22px; padding: 10px 0;}
.one {padding: 0 0 0 12px; position: relative;}
.cart-prd1 { display:none}
.cart-prdname {	padding: 0px 0 0 16px;}
.cart-prdname {	/*padding: 0px 0;*/	font-size: 17px;}
.cart-remv{top:23px;}
.unit-price, .sub-total {font-size: 18px; line-height: 22px;}
ul.cart-prclist li {font-size: 18px; line-height: 32px;}
.continue-shpbtn, .proceed-chkbtn {float: left; width: 100%;  margin: 0 0 10px 0;}
.continue-shpbtn img, .proceed-chkbtn img {	margin: 0 0 -4px 1px;}
.card-box3 {padding: 15px 5px;}

.crt-from-sec {padding: 20px 0 0;}
.cart-sec1{padding:0 0 0px;}
.crt-frm1, .crt-frm2 {width: 100%; float: none; margin: 30px auto 0 auto; display: inline-block;}
.safe-iconbox, .safe-iconbox2 {width: 47px; height: 62px; background-size: 32px;}
.safebox {/*padding: 0 0 0 71px;*/}
.cards, .paypal {margin: 0 0 -4px 0;}
.sameas {font-size: 16px; line-height: 28px;}

/*-=======================
CSS FOR ABOUT PAGE
==========================*/
.about-section-1, .about-section-2 {padding: 30px 0;}
.abt-sec1-lft {width: 100%;text-align: center;}
.abt-sec1-rit {display: none;}
.abt-s2-ul li {width: 100%;margin: 15px 0;}
.abt-img-1-mob {display: inline-block;max-width: 300px;margin: 8px 0 15px;width: 100%;}
.abt-s2-box {margin: 15px 0;}
.abt-s2-logo {display: none;}
.abt-s2-ul:last-child {margin-top: 0px;}
.mob-abt-pad {padding-top: 10px;}

/*=======================
CSS FOR CONTACT PAGE
========================*/
.contact-ul li {padding: 10px 10px;background: none;width: 100%;}
.contact-ul {margin: 10px 0;}
.contact-form-box {border: 10px solid #dbecf4;padding: 15px;}
.cont-frm-cont .input-box.hlf {width: 100%;}
.cont-btn {margin: 17px 0 5px;}

/*-=======================
CSS FOR REVIEW PAGE
===========================*/
.revw-box {margin: 15px 0 0;}
.revw-lft {width: 100%;}
.revw-rit {width: 100%;margin: 0 0 25px;padding: 20px;}
.revw-rit img {max-width: 160px;width: 100%;}

/*===========================
CSS FOR CHECKOUT PAGE
=============================*/
.chk-rit {width: 100%;margin-top: 20px;padding: 15px 10px 20px;}
.chk-box {padding: 15px 10px;}
.chk-lft {width: 100%;}
.chk-lft-ul li {width: 48%;margin-right: 1%;}
.chk-ship-btn-row {margin: 0px 0 0;}
.chk-ship-btn-row .shop-btn {width: 100%;padding: 11px 10px;}
.chk-rit .cart-proms-box .s3-ul {margin: 0 0 20px;}
.chk-prc-ord-box {border: 4px solid #dbecf4;margin-bottom: 20px;padding: 12px 10px;}
.summry-drower {float: left;width: 100%;}
#summry-tog:after {content: '';position: absolute;right: 0px;top: 5px;
	height: 13px;
	width: 13px;
	background: url(../images/tab-plus.png) no-repeat center center;
	background-size: 100%;
	transition: transform 0.375s linear;
	}
.chk-p2 {position: relative;}
#summry-tog.open:after {transform: rotate(135deg);}
.chk-ord-box-2 {padding: 0;}
.chk-total {padding: 6px 5px;}
.chk-info-chng-box table td {font-size: 15px;line-height: 21px;padding: 10px 5px;}


/*===============================
CSS FOR THANK YOU PAGE
================================*/
.thank-section-1 {padding: 10px 0 30px;}
.thank-p1 {font-size: 25px;line-height: 30px;margin: 20px 0 -14px;}
.thank-ord {padding: 18px 2px;font-size: 18px;line-height: 24px;}
.thank-ord p{width:100%;text-align:left;padding:4px 0;}
.thank-dtl-box .cart-col-1 {padding: 0 0 0 5px;}
.thank-dtl-box .cart-col-4 {padding: 0 5px 0 0;}
.thank-dtl-box .cart-heading-row {font-size: 16px;line-height: 40px;}
.thank-dtl-box .cart-col-3 {display: inline-block;}
.thank-dtl-box .cart-col-1 {width: 40%;}
.thank-dtl-box .cart-col-2, .thank-dtl-box .cart-col-3, .thank-dtl-box .cart-col-4 {width: 20%;}
.thank-dtl-box .cart-prd-row {padding: 10px 0;}
.thank-dtl-box .cart-prd-name {padding: 0 0 0 0;}
.thnk-rit-price-row {width: 100%;}
.thnk-rit-price-row .cart-rit-price {font-size: 18px;padding: 12px 3px;}
.thank-dtl-box {margin: 20px 0 0px;}
.sh-heading {font-size: 26px;line-height: 32px;}
.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;}


.tems_bg{padding:30px 0;}
}
@media only screen and (max-width: 640px) {
.cart-frm {padding: 0 0 14px;}
.cart-box1 {font-size: 16px; line-height: 17px; margin: 10px auto 0 auto; padding: 5px 5px;}
.cart-box2 {padding: 5px 5px;}
.crt-frm1, .crt-frm2 {margin: 17px 0 0 0 !important;}
.one {padding: 0; width: 40%;}
.two, .three, .four {width: 17%;}
.cart-box2 .four {width: 19%;}
.cart-remv {left:0;top: 10px;}

.cont-lst li {width: 100%; margin: 0 0 10px 0;font-size: 14px; line-height: 20px;}
.frm1, .frm2{padding: 20px 15px;}
.frm2{padding-bottom:0;}
.frmElmnts label{ font-size: 18px;  line-height: 20px;}
.span3{font-size: 16px;}
}
@media only screen and (max-width: 560px) {
.s2-ul li { width:100%;}

}
@media only screen and (max-width: 480px) {
.blue-strip{ font-size:14px; padding: 6px 0;}
.bnr-mob-prd {max-width: 310px; margin-bottom: 10px;}
.s4-chart {border-bottom: 13px solid #dbecf4;}
.packageOpt p span {display: none;}
.packageOpt {width: 175px;position: static;padding-left: 25px;}
.packageOpt p, .pkgPrice p{font-size: 16px;line-height: 38px;}
.mob-pkg p{line-height: 20px;}
.shop-s1-save p {font-size: 14px;line-height: 15px;}
.shop-s1-save p span {font-size: 19px;line-height: 19px;}
.shop-s1-save {width: 63px;}
.pkgPrice {margin-left: 5px;width: 78px;}
.packageOpt input[type=radio] + span {top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 7px;width: 16px;height: 16px}
.buyOpt-row {padding: 2px 5px;}
.packageOpt input[type=radio]:checked + span:after {left: 2px;top: 2px;width: 8px;height: 8px;}
.hide-400{display:none;}

.cart-prd1 {display: none;}
.cart-prdname {	}
.cart-prdname .span2{line-height:20px;}
.unit-price, .sub-total,.qtybox {font-size: 16px; line-height: 20px; vertical-align:top;}
.two {width: 24%;}
.two, .three, .four {width: 16.9%;}
.continue-shpbtn img, .proceed-chkbtn img {	margin: 0 0 -2px 4px;}
.cart-txt1 {font-size: 18px;line-height: 23px;}
ul.cart-prclist li {font-size: 17px;line-height: 30px; padding: 2px 10px;}

.frmfld-short1, .frmfld-short2 {width: 100%;margin: 0 auto 0 auto;}
.frmfld-short1 {margin: 0 auto 10px auto;}
.cards {width: 138px;}
.paypal {width: 80px;}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {}
}


@media only screen and (max-width: 400px) {
ul.user-info li { font-size: 17px; line-height: 22px; padding-left: 90px;letter-spacing:-0.3px;}
}


@media only screen and (max-width: 368px) {
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.s2-ul li {width: 100%;max-width: 100%;}


/*-=================
CSS FOR SHOP PAGE
=====================*/
.shop-s1-ul-2 li {padding: 0 12px;}
.shop-s2-ul li {padding: 0 8px;}
.packageOpt p, .pkgPrice p {font-size: 14px;line-height: 35px;}
.mob-pkg p{line-height: 17px;}
.packageOpt {width: 150px;}
.pkgPrice {margin-left: 5px;width: 60px;}
.shop-s1-save p span {font-size: 17px;line-height: 17px;}
.shop-s1-save p {font-size: 13px;line-height: 14px;}
.shop-s1-save {width: 62px;}
.chk-info-chng-box table td {font-size: 14px;line-height: 19px;padding: 10px 4px;}
.chk-lft-ul li {width: 49%;font-size: 14px;line-height: 20px;}
.chk-lft-ul li:last-child {margin: 0;}
ul.user-info li {font-size: 15px;line-height: 20px;padding-left: 80px;margin: 5px 0;}
ul.user-info {padding: 10px 7px;}
.thank-dtl-box .cart-col-2, .thank-dtl-box .cart-col-3, .thank-dtl-box .cart-col-4 {width: 19.5%;}
.thank-dtl-box .cart-col-1 {width: 41%;}
}

@media only screen and (max-width: 969px){
.faq-sec1{padding:50px 0 90px 0;}
a.faqbtn{width:260px;}
.faq-txt1, .accordion, .acdn-content {
	font-size:16px;
	line-height:24px;
}
.accordion{padding:12px 5px 12px 31px;}
}
@media only screen and (max-width: 767px){
.faq-sec1{padding:50px 0 60px 0;}
/*.faq-lft, .faq-rgt{width:100%;margin:0;}
.faq-rgt{height:auto;background:none;}*/
a.faqbtn{margin:40px auto 0 auto;}
.shop-s3-lft .shp-sec2-hed {
	line-height:40px;
}
.acdn-content{padding-left:0; font-size: 15px;line-height: 26px;}
ul.prd-det-strp-list{ width:100%;}
p.pr-dtl-s1-rgt-p3{ text-align:left;}
.shop-s3-img img {max-width: 260px;}
}
@media only screen and (max-width: 479px){
.faq-sec1{padding:40px 0 40px 0;}
.accordion-container{margin:10px auto 20px auto; justify-content: center;}
.acdn-content{width:100%;}

}
