@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2f2f2f;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width: 100%; height: auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

.top-header{
	float: left;
	width: 100%;
	background:#ffb4b2;
	}
.top-header p{
	font-size:16px;
	line-height:30px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 2px;
	}	

/*-----------------------
		BANNER CSS
------------------------*/
.banner-section{
	float:left;
	width:100%;
	height:690px;
	background:url(../images/banner-bgr.jpg) no-repeat center top;
	overflow:hidden;
	background-size:cover;
	}
.banner-left{
	float:left;
	width:53%;
	text-align:left;
	padding:70px 0 0px;
	}
.bnr-top-txt{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    color: #010101;
    font-weight: 400;
	}
.bnr-top-txt span{
	display: inline-block;
	vertical-align: middle;
	padding:0.8px 0;
	margin:0 12px 0 0;
	width:72px;
	background:#ffb4b2;
	}	
.banr-heading{
	float: left;
    width: 100%;
    font-size: 58px;
    line-height: 68px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
	}
.bnr-strip-line{
	display: inline-block;
    vertical-align: top;
    width: 92%;
    height: 39px;
    text-transform: uppercase;
    background: url(../images/bnr-stpline.png) no-repeat left top;
    text-align: center;
    margin-top: 20px;
	}	
.bnr-strip-line p{
	font-size:20px;
	line-height:39px;
	color:#000;
	}	
.bnr-strip-line p span{
	display: inline-block;
	vertical-align:middle;
	background:#ff9491;
	width:26px;
	line-height:26px;
	border-radius:50px;
	text-align:center;
	margin:0 14px;
	}	
.bnr-para{
	display:inline-block;
	vertical-align:top;
    width:90%;
    font-size:18px;
    line-height:30px;
    color: #000000;
    font-weight:400;
    margin-top: 20px;
    position: relative;
	}
.btn-box{
    display: inline-block;
    vertical-align: middle;
    margin-top:38px;
    text-align: center;
    width:425px;
	max-width:100%;
	}
.banner-left .btn-box{ margin-top:28px;}	
a.packageBtn{
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    height:70px;
    overflow: hidden;
    color: #fff;
    font-size:24px;
    line-height:70px;
    position: relative;
    font-weight: 500;
    background: #09d552;
	}
.stock-txt{
	float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    margin-top:8px;
    font-weight: 400;
    letter-spacing: 0.3px;
	display: flex;
    align-items: center;
	}
.stock-txt::before, .stock-txt::after {
	flex: 1;
	content: '';
	padding:0.7px 0;
	background:#ebe5e5;
	margin: 5px 10px;
   }	
.bnr-prodt{
	position: absolute;
    right: 41%;
    top: 275px;
    max-width: 125px;
	}
.bnr-arw{
	position:absolute;
    right:44%;
    top:300px;
	}


/* STRIP CSS */
.jctkr-wrapper{
	float:left;
	position: relative;
	width: 100%;
	height: 44px;
	overflow: hidden;
	background:#769c8b;
	}
.jctkr-wrapper ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	}
.jctkr-wrapper.jctkr-initialized ul{
	opacity: 1;
	}
.jctkr-wrapper ul li{
	float:left;
	position:relative;
	margin:6px 20px 0;
	padding-left:25px;
	font-size:16px;
	line-height:30px;
	font-weight:500;
	color:#fff;
	letter-spacing:1px;
	word-break:keep-all;
	white-space:nowrap;
	}
.strip-icn{
	position:absolute;
	left:0;
	top:8px;
	}
/*-------------------------
     BANNER BOTTOM CSS
--------------------------*/
.bnr-btm-sec{
	float: left;
    width: 100%;
    padding: 4px 0;
    background: #ed7d72;
	overflow:hidden;
	}
.bnr-btm-sec-div{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    }	
.bnr-btm-list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 65s linear infinite;
	}
.bnr-btm-list li{
	display:inline-block;
	vertical-align:middle;
	padding:10px 30px;
	border-right:1px solid #fff;
	}
.bnr-btm-list li p{
	letter-spacing:0.5px;
	font-size:18px;
	line-height:28px;
	color:#fff;
	padding:0 0 0 33px;
	background:url(../images/bnr-btm-tik.png) no-repeat left top 4px;
	}	
@keyframes marquee-horizontal{
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
/*-----------------------
	SECTION-1 CSS
------------------------*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0;
	background: rgb(249,234,238);
    background: linear-gradient(0deg, rgba(249,234,238,1) 5%, rgba(249,234,238,0.06486344537815125) 34%);
	}
.comn-hdg{
	float: left;
    width: 100%;
    font-size:40px;
    line-height:56px;
    color: #000;
    font-weight:400;
	}
.comn-hdg span{
	display:block;
    font-size:44px;
    line-height:56px;
    font-weight:700;
	}
.comn-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
	}
.comn-pad{ padding:0 80px;}	
.comn-txt{
	    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.s1-prodt{
	display: inline-block;
    vertical-align: top;
    max-width: 115px;
    margin: 30px 55px 0;
    position: relative;
    transform: rotate(-14deg);
	}
.s1-prodt2{
	    max-width: 100px;
    transform: rotate(19deg);
	 }	
.s1-curve{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:-265px;
	}	
.s1-list{
	float: left;
    width: 100%;
	margin-top:32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
	}
.s1-list li{
	float: left;
    width: 25%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
	}
.s1-list li img{
	display:block;
	margin:0 auto 7px;
	}	
.s1-list li:last-child{ border:none;}
/*-----------------------
	SECTION-2 CSS
------------------------*/
.section-2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#ffffff;
	}
.s2-Box{
	display: inline-block;
    width: 100%;
	margin-top:20px;
    text-align: center;
    position: relative;
	}
.s2bx-rgt{
	float:right;
    width:51%;
    margin-top:0;
    text-align:left;
	}	
.s2-model{
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 12px;
	max-width: 524px;
}	
.faq-container2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0 0;
}
.up-slide-dwn2 {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius:12px;
    background: #fff;
    overflow: hidden;
}
.s2-accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.png)#ed7d72 no-repeat right 25px center;
    padding: 29px 45px 35px 95px;
    font-size: 24px;
    line-height: 28px;
    font-weight:700;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
}
.acdn-heading2.accordion-open {
    background: url(../images/open.png) no-repeat right 15px center #ed7d72;
    border: none;
}
.acdn-heading2.accordion-open{
	background:url(../images/open.png) no-repeat right 25px center #ed7d72;
	color:#fff; 
}
img.acrd_img {
    position: absolute;
    top:10px;
    left: 15px;
}
.acdn-content2.active-para .acdn-para{color:#fff; padding-left:50px;}
.acdn-content2 {
    float: left;
    width: 100%;
    text-align: left;
    background: #ed7d72;
    padding: 0 40px 26px 95px;
   }
.acdn-para2{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 20px 0 0 0;
    border-top: 1px solid #fff;
}
/*-----------------------
	SECTION-3 CSS
------------------------*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fefafb;
	}
.s3-list{
	float: left;
    width: 100%;
	margin-top:28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s3-list li{
	float:left;
	width:32%;
	font-size:17px;
	line-height:26px;
	color:#000;
	text-align:center;
	position:relative;
	}
.s3-list li span{
	display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
	}
.s3-img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	border-radius:12px;
	}
.s3-li-contn{
	padding: 22px 30px 27px 14px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    display: inline-block;
    width: 90%;
    position: relative;
    margin: -40px 0 0 0;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	}		
.s3-icon{
	position: absolute;
    right: -8px;
    top: -53px;
	}	

/*-----------------------
	SECTION-7 CSS
------------------------*/
.section-7{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	margin:30px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	margin-top:8px;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn1.png) #fff no-repeat 97% center;
    padding: 17px 45px 19px 0px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
	}

.accordion.last{ border-bottom:none;}
.acdn-heading.accordion-open {
    background: url(../images/open-btn1.png) #fff no-repeat 97% center;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 45px 10px 0px;
	background: #fff;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size:18px;
    line-height: 28px;
    color: #000;
	font-weight:normal;
	margin-bottom:0px;
	text-align:left;
	}
			
/* FEATURED */
.fea-sec{
	float:left;
	width:100%;
	padding-top:30px;
}
.brnd-hd{
	font-size:18px;
	line-height:22px;
}
ul.brnd-list{
	float:left;
	width:100%;
	border-bottom:1px solid #769c8b;
}
ul.brnd-list li{
	display:inline-block;
	vertical-align:middle;	
	margin:20px 15px;
}

/* SECTION-2 */
.sec2{
	float: left;
    width: 100%;
    padding: 60px 0;
	background: #fefafb;
}

.s2-tx{
	font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    display: inline-block;
    max-width: 80%;
}

ul.s2-list{
	float:left;
	width:100%;
}
ul.s2-list li{
	width:22%;
	float:left;
	margin-right:3%;
	border:1px solid #769c8b;
	border-radius:100px;
	padding:15px 0;
}
ul.s2-list li:last-child{margin-right:0px;}
ul.s2-list li p{
	    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.s2-lst-icn{
	display:inline-block;
	vertical-align:middle;
}
.s2-bx-sec{
	    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
    justify-content: center;

}
.s2-bx{
	border-radius: 25px;
    width: 100%;
    float: left;
    text-align: center;
}
.s2-bx3{    
	background: #fff;
	background-size: cover;
	float: left;
	width: 32%;
	text-align: center;
	padding: 30px 20px;
	border:1px solid #ed7d72;
	border-radius: 10px;
}
.s2-bx3 .btn-box { 
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
}
.s2-bx3 a.packageBtn {
    display: block;
    width: 98%;
    border-radius: 40px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;}
.s2-bx3 .stock-txt {font-size: 15px; margin-top: 6px;}	
.s2-bx3 .btn{ margin-top:20px;}
.s2-bx-hd{
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
}
.s2-bx-prod {
	float: left;
	width: 100%;
	margin: 20px 0 10px;
}
.s2-bx-sub-tx{
	font-size:20px;
	line-height:24px;
	margin-top:5px;
}
.s2-star{
	margin-top:8px;
	width:91px;
}
.s2-bx-tx{
	    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 8px;
}
p.s2-bx-price {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 10px;
}
.shop-btn{
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	display:block;
	margin-top:20px;
}

/* ICON SET */
.icon-set{
	float:left;
	width:100%;
	padding:50px 0 15px;
}
ul.icon-set-lst{
	float:left;
	width:100%;	
	}
ul.icon-set-lst li{
	font-size:16px;
	line-height:20px;
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	margin-bottom:30px;
	position:relative;
	}
.icon-set-icn{
	display:block;
	margin:0 auto 15px;
	width:110px;
	}

/* SECTION-8 */
.sec8{
	    float: left;
    width: 100%;
    padding: 60px 0;
}
.blog-post{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.blog-post-bx{
	width:31%;
	margin:40px 1.16% 0;
	border:1px solid #c5d8cf;
	overflow:hidden;
	border-radius:20px;
	text-align:left;
}
.blog-img{max-width:100%;}
.blog-cont{
	padding:20px 20px 25px;
}
.blog-hd{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}
.blog-date{
	font-size:14px;
	line-height:20px;
	color:#757575;
	text-transform:uppercase;
	letter-spacing:4px;
	position:relative;
	margin-top:10px;
}
.blog-date:after{
	content:'';
	display:block;
	margin:15px 0;
	background:#769c8b;
	width:96px;
	height:2px;
}
.blog-tx{
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 10px;
}

.s8-btm-sec{
	float:left;
	width:100%;
	padding:0px 0;
}
ul.s8-btm-lst{
	float:left;
	width:100%;
}
ul.s8-btm-lst li{
	width:23.5%;
	margin-top:45px;
	margin-right:2%;
	float:left;
	overflow:hidden;
}
ul.s8-btm-lst li img{max-width:100%; border-radius:30px;}
ul.s8-btm-lst li:last-child{margin-right:0px;}


.signup-sec{
	float:left;
	width:100%;
	background:url(../images/btm-strp.jpg) center top no-repeat;
	background-size:cover;
	overflow:hidden;
}
.signup-sec-inr{
	width:58%;
	float:left;
	text-align:left;
	padding:40px 0 50px;
}
.signup-hd{
	font-size:48px;
	line-height:58px;
	color:#fff;
}
.signup-tx{
	font-size:24px;
	line-height:34px;
	color:#fff;
	margin-top:5px;
}
.signup-fld{
	width:96%;
	float:left;
	height:60px;
	background:#fff;
	margin-top:25px;
}
.inp-signup{
	width:70%;
	float:left;
	height:100%;
	background:url(../images/mail-icn.png) 20px center no-repeat;
	-webkit-appearance:none;
	border:none;
	outline:none;
	padding:0 20px 0 55px;
	font-size:18px;
	line-height:20px;
	font-family: "DM Sans", sans-serif;
}
.signup-btn{
	width:30%;
	float:left;
	height:100%;
	-webkit-appearance:none;
	border:none;
	outline:none;
	background:#212121;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	color:#fff;
	font-family: "DM Sans", sans-serif;
	cursor:pointer;
}
.signup-model{
	position:absolute;
	right:100px;
	top:-10px;
	bottom:0;
}



/* MEDIA START */
@media only screen and (max-width:1187px){
.container{width:980px;}

.hide-1024{display:none;}

.banner-section { background-position:43% top;}
.banner-left {width: 63.66%;}
.bnr-arw {right: 35%;}
.bnr-prodt {right:30%;}

.comn-hdg {font-size: 38px;line-height: 54px;}
.comn-hdg span {font-size: 42px;line-height: 54px;}

.s1-list li {font-size: 17px;}

.s2-model {max-width: 480px;}
.s2bx-rgt {width: 50%;}

.section-3 {overflow: hidden;}
.s3-li-contn {width: 95%;}
.s3-list li span {font-size: 20px;}
.s3-icon {right: -19px;}

.s4-list {width: 94%;}

.faq-container2 {margin: 11px 0 0;}
.up-slide-dwn2 {margin-top: 10px;}

.package_row {padding: 0 30px;}

ul.s2-list li{width:24.5%; margin-right:0.5%;}
ul.s2-list li p{font-size:18px; line-height:24px;}
.s2-bx3 {width: 31%;}

.blog-hd{font-size:20px; line-height:26px;}

.signup-sec-inr{padding:30px 0 40px;}
}

@media only screen and (max-width:1023px){
.container{width:730px;}
.show-desk {display: none;}
.show-tab, hide-mob {display: block;}
.hide-tab{display:none;}
.show-tab{display:block;}

.sec1{background-size:cover; height:472px;}
.s1-inr{width:500px; padding:100px 30px 0 0;}
.s1-hd{font-size:48px; line-height:54px;}
.s1-tx{font-size:22px; line-height:24px;}

.fea-sec{padding-top:20px;}
ul.brnd-list{padding:10px 0 20px;}
ul.brnd-list li{margin:5px 8px;}

.comn-hdg{font-size:34px; line-height:40px;}
.comn-txt{font-size:18px; line-height:28px;}.top-header p {font-size: 14px;}

.banner-section { height:auto; background-size:cover;background-position: 40% top;}
.banner-left {width: 71.66%; padding:60px 0 65px;}
.bnr-top-txt {font-size: 21px;line-height: 31px;}
.banr-heading {font-size: 50px;line-height: 60px;margin-top: 8px;}
.bnr-strip-line{background-size: 100% 100%;margin-top: 18px;}
.bnr-strip-line p {font-size: 16px;}
.bnr-para {width: 92%;font-size: 17px;line-height: 28px;margin-top: 18px;}
.bnr-prodt {right: 12%;top: 442px;max-width: 250px;}
.bnr-arw {right: 25%;top: 258px;}
.banner-left .btn-box {margin-top: 24px;}
.btn-box {margin-top: 30px;width: 375px;}
a.packageBtn {height: 65px;font-size: 24px;line-height: 65px;}
.stock-txt {font-size: 16px;margin-top: 7px;}

.section-1 {padding: 50px 0;}
.s1-prodt {max-width: 340px;margin-top: 28px;}
.s1-curve {margin-top: -210px;}
.s1-list {margin-top: 28px;}
.s1-list li {width: 25%;font-size: 16px;line-height: 26px;padding: 0 5px;}

.comn-hdg {font-size: 34px;line-height: 50px;}
.comn-hdg span {font-size: 38px;line-height: 50px;}
.comn-para {font-size: 16px;line-height: 25px;margin-top: 16px;}

.section-2 {padding: 50px 0 50px;}
.s2bx-rgt {width: 100%;text-align: center;}
.s2-model {position: static;max-width: 100%;}
.s2-accordion {font-size: 22px;}
.acdn-para2 {font-size: 16px;line-height: 25px;}

.section-3 {padding: 50px 0;overflow: hidden;}
.s3-list {margin-top: 25px;justify-content: center;column-gap: 20px;row-gap: 20px;}
.s3-list li {width: 48%;font-size: 16px;line-height: 25px;}
.s3-list li span {font-size: 22px;line-height: 28px;margin-bottom: 9px;}
.s3-li-contn {width: 91%;}

.section-4 {padding: 50px 0;}
.s4-list {width: 100%;margin-top: 30px;}
.s4-list-row {margin-bottom: 20px;padding: 12px 25px 12px 12px;}
.s4-list-row img {max-width: 300px;}
.s4-list-inr {width: calc(100% - 325px);}
.s4-list-inr span {font-size: 22px;line-height: 32px;}
.s4-list-row:last-child {margin-bottom: 10px;}

.sec2{padding:40px 0;}
.s2-tx{font-size:17px; line-height:28px; max-width:100%;}
.s2-lst-icn{width:35px;}
ul.s2-list{margin-top:25px;}
ul.s2-list li{padding:8px 0;}
ul.s2-list li p{width:calc(100% - 60px); font-size:16px; line-height:20px;}
.s2-bx-hd{font-size:24px; line-height:28px;}
.s2-bx-sub-tx{font-size:18px; line-height:22px;}
.s2-bx-tx{font-size:18px; line-height:24px;}

.section-7 {padding:50px 0;}
.acdn-para {font-size: 16px;line-height: 26px;}

}

@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;}

.top-header p {font-size: 13px;line-height: 26px;}

.banner-section {background: #fff6f6;}
.banner-left {float: none;display: inline-block;width: 100%;max-width: 355px;padding: 25px 0 30px; text-align:center;}
.bnr-prodt-mob{ max-width: none;width: calc(100% + 20px);margin: 15px 0 0px -10px; display: inline-block;background: unset;}
.bnr-top-txt {font-size: 20px;line-height: 30px;letter-spacing: 0.5px;}
.bnr-top-txt span{ display:none;}
.banr-heading {font-size: 30px;line-height: 38px;letter-spacing: 0.5px;margin-top:2px;}
.bnr-strip-line {margin-top: 12px;width: 97%;height: 38px;}
.bnr-strip-line p {font-size: 13.5px; line-height:38px;}
.bnr-strip-line p span {width: 20px;line-height: 20px;margin: 0 5px;}
.bnr-para {width: 100%; font-size: 16px;line-height: 25px;margin-top: 15px;}
.btn-box {margin-top: 25px;width:320px;}
a.packageBtn {height:58px;font-size: 22px;line-height:59px;}
.stock-txt {font-size: 15px;margin-top: 6px;}
.stock-txt::before, .stock-txt::after {margin: 8px 6px;}

.bnr-btm-list li {padding: 5px 17px;}

.section-1 {padding: 30px 0;}
.comn-hdg {font-size: 17px;line-height: 29px;}
.comn-hdg span {font-size: 22px;line-height: 35px;}
.comn-para {font-size: 15px;line-height: 25px;margin-top: 12px;}
.s1-prodt {max-width: 65px;margin: 20px 23px 0;}
.s1-prodt2 {max-width: 58px;}	
.s1-curve {margin-top: -110px;}
.s1-list {margin-top: 20px;row-gap: 20px;}
.s1-list li {width: 50%;font-size: 16px;line-height: 24px;}
.s1-list li:nth-child(2){ border:none;}
.s1-list li img {margin: 0 auto 5px;}

.section-2{padding:30px 0 30px;}
.s2-Box {max-width: 355px;margin-top: 18px;}
.up-slide-dwn2 {margin-top: 12px;}
img.acrd_img {top: 7px;left: 12px;width: 45px;}
.acdn-heading2.accordion-open {background: url(../images/open.png) no-repeat right 12px center #ed7d72;}
.s2-accordion {font-size: 17px;padding: 15px 16px 20px 70px;background: url(../images/close.png) #ed7d72 no-repeat right 12px center;}
.acdn-content2 {padding: 0px 15px 20px 70px;}
.acdn-para2 {padding: 15px 0 0 0;}

.section-3 {padding:30px 0;}
.s3-list {margin-top: 20px;}
.s3-list li {width: 100%; max-width:355px;}
.s3-icon {right: -5px;}

.section-4 {padding: 30px 0;}
.s4-list {margin-top: 20px;max-width: 355px;}
.s4-list-row {margin-bottom: 20px;padding: 12px 12px;display: inline-block;}
.s4-list-row img {max-width: 100%;}
.s4-list-inr {width: 100%;text-align: center;}
.s4-list-inr span {font-size: 20px;line-height: 30px;text-align: center;margin-top: 12px;}
.s4-list-inr .comn-para {margin-top: 5px;}

.sec2{padding:25px 0;}
ul.s2-list{display:flex; -webkit-display:flex; flex-wrap:wrap; margin-top:10px;} 
ul.s2-list li{width:49%; margin:10px 0.5% 0;}
.s2-lst-icn{width:25px;}
ul.s2-list li p{line-height:18px; width:calc(100% - 50px);}
.s2-bx-sec{margin-top:25px;}
.s2-bx{width:100%; margin-top:0;}
.s2-bx-tx{font-weight:400;}
.s2-bx3{ width:100%;}

.section-7 {padding: 30px 0;}
.faq-container {max-width:355px;margin: 18px 0 0;}
.up-slide-dwn {margin-top:0px;}
.accordion {padding: 14px 35px 16px 0px;font-size: 17px;line-height: 26px;}
.acdn-content {padding: 18px 5px 10px 0px;}

.ftr-links-sec{padding:0 0 25px;}
.ftr-links-col{width:100%; padding-left:0; margin-top:25px;}
.ftr-log{width:170px;}
.ftr-links-hd{margin-bottom:5px;}
}

/* CART STRIP CSS */
.cart-strp{
	    background: rgb(237, 227, 156, 0.9);
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cart-inr{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	font-size:18px;
	line-height:22px;
}
.cart-icon{
	width:20px;
	opacity:0.6;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.cart-inr span{
	display:inline-block;
	vertical-align:top;
}

p.thnx-txt1 {
    font-size: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
p.thnx-txt2 {
    font-size: 18px;
    float: left;
    width: 100%;
}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
        font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 30px;
}
.trms-sec2 p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0 10px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #f2a29f;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.ing-lft-bx img {
    max-width: 500px;
}

@media only screen and (max-width: 767px){
	.trms-sec2{ padding:10px 0 30px;}
	.tems_bg {    padding: 10px 0;}
	.trms-sec2 .top-txt{font-size: 20px;line-height: 24px;padding: 9px 0;}
	.trms-sec2 h3{font-size: 22px;line-height: 30px;}
	.trms-sec2 p, .trms-sec2 ol li{font-size: 15px;line-height: 24px;}
	.suprt-hour{font-size: 15px;line-height: 22px;letter-spacing: 0;margin-top: 10px;}
	.ing-lft-bx img{ max-width:100%;}
	}

