@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:1187px) {
.container {width: 1004px;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.bnr-lft {width: 575px;}
.bnr-p2 {width: 92%;}

.pad-1 {padding: 0 50px 20px;}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.s1-ul {width: 50%;padding: 0;}
.s1-vdo-box {width: 47%;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {}
.section-2 .bnr-p1 {}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3{}
.s3-ul li {width: 24%;margin-right: 1.3%;}
.txt5{  
    padding: 0 20px 0;}
.section-3 .bnr-p1 {}
/*-------------------------
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:50px 0; height:auto;}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.s6-ul li {font-size: 17px;}

/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.s7-ul li{
	    width: 31.33%;
    text-align: left;
}
.s7-ic-1 {}
.s7-ul li .bnr-p1{
	    text-align: left;
}

/*===============================
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 {}
.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;}

/*-==============================
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: 120px;
}
a.logo{ max-width: 175px; margin-top: 0px;}
.top-sec {margin-bottom: 61px;}
.top-bar {
	height: 61px;
	margin-top: -61px;
	top: 61px;
	padding: 10px 0;
	}
.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: #ff7e00;
	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: #ff7e00;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background: #ff7e00;
	}
.mob-menu-div {
	float: left;
	width: 100%;
	}
.mobimenu {
	float: left;
	width: 100%;
	position: fixed;
	top: 86px;
	background: #f8f9fb;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	}
.mobimenu li {
	float: left;
	width: 100%;
	color: #fff;
	padding: 10px;
	font-size: 17px;
	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 {padding:95px 0; overflow:hidden; background-size:cover; height:auto;}
.bnr-lft {width:62%;}
.bnr-p2 {font-size: 18px;line-height: 28px;margin-bottom: 25px;width: 100%;}
.gray-ul li {padding: 0 14px;}
.bnrprd {}
.bnr-p1 {font-size: 48px;line-height: 58px;}
.s5-lft {padding: 25px 80px 0;}

.comn-hdng{}
.commn-para,.s1-lft .commn-para {font-size: 16px;line-height: 24px;margin-top:10px;}

.shop-s1-ul li{ }
.shop-s1-ul li .commn-para{ margin:0; font-size:18px; line-height:27px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding:50px 0 50px;}
.s1-list {
    margin: 30px 0 0px;}
.s1-img-1 {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 60%;
    width: 100%;
    padding: 20px 0;}
.s1-lft {
    width: 100%;}
.s1-list li {
      width: 33.33%;}
.s1-list li span {
    font-size: 20px;}
.s1-box { margin-top:0px; margin-bottom: 0;}
.s1-p1 {font-size: 40px;line-height:50px;}
.s1-p2 {font-size: 17px;line-height: 27px;}
.s1inbx-img1{ margin-top:90px;}
.s2inbxtxt{ width:100%;}
ul.s2inbx-list li{ margin-bottom:10px;}
.shop-bg-no .shop-btn{ margin-top:25px;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {padding: 50px 0;}
.s2-ul { margin:10px 0 0;}
.section-2 .bnr-p1 {}
.s2-ul li,.shop-section-5 .s2-ul li { width: 48%;}
.s2-ul li:nth-child(even){ margin-right:0;}
.s2-p1 {}
.s2-prd-1{}
.s2-ul li .shop-btn {margin-top: 10px; }
.txt4{ font-size:24px;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {padding:50px 0;}
.pad-2 {padding: 0;}
.s3-ul {margin: 35px 0;}
.s3-ul li {padding: 0 9px;}
.section-3 .bnr-p1 {}
.s3-p1 {font-size: 17px;line-height: 24px;}
.sec3-top1{width: 23%; padding: 0 0 0;}
.txt5{ font-size: 16px; line-height: 23px; width: 100%;}

/*-------------------------
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: 0px 0 12px;padding: 0 0px 20px;}
.s5-lft {
        padding: 35px 13px 0;
}
.s3-image {
    top: -16px;}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/

/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 { padding:20px 0;}
.s6-ul li img{ position:static; margin:0 auto 5px; display:block;}
.s6-ul li {font-size: 16px;line-height: 26px; text-align:center; padding: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:35px;line-height:45px;}
.qty-div input {width: 50px;}
.qty-div {margin-right: 15px;}
.sub, .add {width: 40px;}
.shop-s1-right .shop-btn {}
.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 {width: 54%;padding-left: 3%;}

/*-------------------------
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
==========================*/
.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 {font-size: 13px; line-height: 18px; margin: 8px 5px 0 5px; 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;}
/*-======================
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;}
}


@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;}

.age-pop{ width:100%;}

/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
.top-bar {height: 53px;margin-top: -53px;top: 53px;padding: 7px 0;}
a.logo {max-width: 140px;margin-top: 2px;}
.top-sec {margin-bottom: 53px;}
.mob-mnu-ic {top: 7px;}
.mobimenu {top: 56px;}
.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: 18px 0 25px;
    background: #f2f3f5;
    background-size: cover;
}
.bnr-lft {
    width: 100%;
    text-align: center;
}
.bnr-p1 {
    font-size: 35px;
    line-height:42px;
}
.sec-line{
	display:none;
}
.bnr-p2 {
    font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.5px;
        left: 0.5px;
        margin-bottom: 0px;
        width: 100%;
        margin-top: 13px;
}
.shop-btn {
    width: 215px;
    font-size: 21px;
    line-height: 47px;
}
.bnr-mob-prd{
    width: calc(100% + 20px);
        display: inline-block;
        vertical-align: middle;
        margin: 15px auto 0 -10px;
        max-width: none;
}


/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {padding: 30px 0; overflow: hidden;text-align: center;}
.section-1 .shop-btn {margin: 26px 0 0;}
.sec-line-2 { margin:12px 0 15px;}
.pad-1 {margin: 0; padding: 0 0px 10px;}
.s1-p1 {
    font-size: 27px;
    line-height: 34px;
}
.s1-p2 {font-size: 17px;line-height: 25px;}
.s1-ul {width: 100%;padding: 0px 0px;margin-bottom: 16px;}
.s1-ul li { padding: 15px 0 15px 65px;}
.s1-ic-1 {left: 10px;}
.s1-vdo-box {
    width: 100%;
}
.s1-p1 span.line-styl {
    font-size: 23px;
    line-height: 25px;
    margin-top: -9px;
}
.comn-hdng {font-size: 26px;line-height: 32px;}
.shop-bg-no, .shop-btn {margin-top: 20px;height: 50px;line-height: 47px;font-size: 20px;max-width: 220px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {padding: 30px 0; overflow: hidden;}
.s2-ul {margin:12px 0 0;row-gap:16px;}
.s2-ul li { width: 100%; max-width: 100%;}
.s2inbx-lft{ width:100%;}
.s2inbx{ width:100%; margin: 10px auto 0 auto;}
.s2inbx-rgt{ display:none;}
.s1inbx-img1{ margin:0 auto;}
.s2inbxtxt{ text-align:center; display:inline-block; padding:0;}
.s2inbx-hding, .s2inbx-subhding{ text-align:center;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {padding: 30px 0; overflow: hidden;}
.s3-ul {
    margin: 8px 0 0px;
}
.s3-ul li, .s3-ul li:last-child {
    float: none;
	display:inline-block;
    width: 90%;
    margin:0 0 15px;
}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {    padding: 10px 0;    height: auto; text-align: center;}
.s5-lft {
      padding: 20px 20px;
    height: auto;
    margin-top: 10px;}
.shop-bg-no .shop-btn{margin: 25px 0 0; display: inline-block; float: none;}

.section-6 {padding:15px 0;}
.s6-ul li {font-size: 16px;
        line-height: 21px;
        width: 50%;
        padding: 10px 30px;}
.s6-ul li img {width: 40px;}
.s6-ul {
    margin-top: 0px;
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {padding: 20px 0; overflow: hidden;}
.s7-ic-1 {position: static;display: inline-block;transform: none;-webkit-transform: none;}
.s7-ul li {padding-left: 0;text-align: center; width:100%}
.s7-ul li .s2-p3, .s7-ul li .bnr-p1 {    width: 100%;
    font-size: 17px;
    text-align: center;
    padding: 5px 20px;}
.s7-social {float: none;padding: 10px 10px 0;display: inline-block;}
.s7-ul li:nth-child(2) {margin: 0 0px;}

/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {padding: 25px 0;}
.f-p1 {font-size: 15px;line-height: 22px;}
.f-p1 a, .f-p1 a:hover {padding: 0 0;}
.f-p2 {width: 100%;padding: 3px 0;font-size: 16px;line-height: 24px;}
.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: 0px 0 0;text-align: center;}
.shop-s1-stars {float: none;}
.shop-s1-p1 {font-size: 26px;line-height: 34px;}
.shop-s1-p1 span{display: inline-block;font-size: 20px;line-height: 26px;width: 100%;padding: 0px 0;}
.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 {width: 100%; max-width:100%;}
.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: 28px;
        line-height: 28px;
        margin-top: 20px;}
.shop-s1-rit-prc-box {margin-bottom: 20px;}
.prd_prc {font-size: 28px;line-height: 38px;margin: 0px 0 0px 0;}
img.shp-card {margin:15px 0 0 0px;}

ul.prd-det-strp-list li{width: 100%; padding: 20px 10px; border: 1px solid #e6e0e0;}
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;}
.shop-slide{ }
p.pr-dtl-s1-rgt-p3{ text-align:left;font-size: 17px;line-height: 25px;}
.shop-s1-ul li {font-size: 16px;line-height: 24px;background-size: 10px;background-position: left 8px;padding-left: 14px;}
.prd-strength-row .option-field li{ width:100%;}
.prd-strength-p1{ text-align:left;}
.pack-opt{font-size: 20px;line-height: 28px; margin-top: 10px;}
.pack-opt .pack-op{width: 100%;padding: 10px;}
.prd_quantity{ margin-bottom:20px;}

/*-------------------------
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;}
.shop-s3-img { display:inline-block; max-width:400px; vertical-align:top; float:none;}
.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;}
.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;}
.span3 span{font-size: 14px;}
.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
========================*/
.faq-section-1{    padding: 30px 0;}
.faq-section-1 .s1-p1 {
    margin-bottom:12px;
}
.contact-ul li {padding: 10px 10px;background: none;width: 100%;}
.contact-ul {margin:7px 0 0;}
.contact-form-box {border: 10px solid #dbecf4;padding: 15px;}
.cont-frm-cont .input-box.hlf {width: 100%;}
.cont-btn {margin: 17px 0 5px;}
.cont-p1 {
    font-size: 20px;
    line-height: 30px;
   margin: 4px 0px -1px;
}

/*-=======================
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;}

.upsell-box{width:100%;}
	.ofrbx-mdl{padding: 0px 10px 10px 30px}
	.offrBx-img1{max-width: 200px;  position: static;}
	.offerBox .sec1-shopnow{width: 100%;  font-size: 20px;  line-height: 30px;  height: auto;  padding: 10px 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: 80%;}
.two{ display:none;}
.two, .three, .four {width: 17%;}
.cart-box2 .four {width: 20%;}
.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;}
.frmElmnts label{letter-spacing: -0.5px; font-size:14px; line-height:20px;}
.cart-sec1{ padding-bottom:0;}
}
@media only screen and (max-width: 560px) {
.s2-ul li {}

}
@media only screen and (max-width: 480px) {
.blue-strip{ font-size:14px; padding: 6px 0; display:none;}
.bnr-mob-prd {}
.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 {font-size: 14px;}
}


@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%;}
}
<!--ACCRODIAN-->
@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 {
    text-align: left;
}
.acdn-content{padding-left:0; font-size: 15px;line-height: 26px;}
}
@media only screen and (max-width: 479px){
.faq-sec1{padding:40px 0 40px 0;}
.accordion-container{margin:10px auto 20px auto;}
}
