@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: "DM Sans", sans-serif;
	font-weight:400;
}
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; vertical-align:middle; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}



/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}
/*---------sec1----------*/
.sec1{
	float:left;
	width:100%;
	background:url(../images/sec1.jpg) center top no-repeat;
	height:590px;
	position:relative;
	overflow: hidden;
}
.s1-prod{
        position: absolute;
    top: 391px;
    right: 27%;
    transform: rotate(0deg);
    width: 256px;
    z-index: 1;
	}
.s1-prod2{
        position: absolute;
    top: 230px;
    right: 28%;
    transform: rotate(0deg);
    width: 240px;
	}
.s1-prod3{
    position: absolute;
    top: 273px;
    right: 36%;
    transform: rotate(0deg);
    width: 349px;
	}
.s1-model{
	position:absolute;
	right:0;
	top: 165px;
	}
.s1-inr{
	float: left;
    width: 45%;
    padding: 135px 0px 0 0;
    text-align: center;}
.s1-hd{
	float: left;
    width: 100%;
    font-size: 45px;
    line-height: 59px;
    color: #1b1b1b;
    font-weight: 700;
    text-transform: capitalize;
}
.s1-hd span{color: #8aa600;
    display: block;}
.hd-line{
	display: inline-block;
    vertical-align: middle;
    width: 480px;
    margin-top: 18px;
	}	
.s1-tx{
    display: inline-block;
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    color: #111111;
    margin-top: 20px;
}
.btn{
    display: inline-block;
    vertical-align: top;
 	background-image: linear-gradient(#dfefe6, #9fb839);
    border-radius:10px;
    width: 218px;
    height: 58px;
    font-size: 22px;
    line-height: 58px;
    text-transform: capitalize;
    text-align: center;
    color: #111;
    font-weight:700;
    margin-top:36px;
	position:relative;
	border:1px solid #1a1a1a;

}

.solid-btn{   
}
.View-btn{
	display: block;
    margin: 50px auto 0;
    width: 300px;
    height: 50px;
    line-height: 50px;
	}

.s1-prodt1{
	position: absolute;
    left: -8%;
    top: 765px;
    max-width: 350px;
	}
.s1-prodt2{
	    position: absolute;
    left: 1%;
    top: 788px;
    max-width: 330px;
    z-index: 1;
	}
.s1-prodt3{
	position: absolute;
    left: 17%;
    top: 880px;
    max-width: 230px;
	}	
/* 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;
	}

/*********** 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 #d0ded8;
}
ul.brnd-list li{
	display:inline-block;
	vertical-align:middle;	
	margin:20px 15px;
}
/************ STRIP  **************/
.strip{
	float:left;
	width:100%;
	padding:30px 0;
	background:#fff;
	}
ul.strp-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	}	
ul.strp-list li{
    float: left;
    width: 32%;
    padding: 18px 10px 18px 90px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #1b1b1b;
    text-align: left;
    position: relative;
}

ul.strp-list li span{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #131313;
    text-transform: uppercase;
	}	
ul.strp-list li span span{
	display:block;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#1b1b1b;
	padding:5px 0 0;
	text-transform: capitalize;
	}
ul.strp-list li img{
	    position: absolute;
    top: 18px;
    left: 25px;
	}
ul.strp-list li:nth-child(2){ }
ul.strp-list li:last-child{ border:none;}
/*---------sec2----------*/
.sec2{
	float:left;
	width:100%;
	height:618px;
	padding:38px 0px;
	overflow:hidden;
	background:url(../images/sec2-bg.jpg) no-repeat center top;
}
.sec2 .s2-tx{ width:82%;}
.comn-hdg, .comn-hdg2{
    font-size: 50px;
    line-height: 67px;
    color: #1b1b1b;
    font-weight: 700;
	display:inline-block;
	width:100%;
}
.comn-hdg2{
	margin: 38px 0 0;
	}
.comn-hdg span{ color:#8aa600; display:block;}
.s2-tx{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    margin-top: 15px;
}
.comn-txt{
	font-size:18px;
	line-height:30px;
	color:#000;
	font-style: normal;
	margin-top:20px;
	display:inline-block;
	width:100%;
}
.s2-Box{
	}
.s2-rgt{
	    float: left;
    width: 64%;
    padding: 0 0px 0 0;
    text-align: left;
	}
.s2-rgt .comn-hdg{ color:#fff; font-size: 50px;
    line-height: 55px;}	
.s2-rgt .comn-txt{ color:#fff;}
.s2-model{
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
	max-width:485px;
	}
.s2-prodt1{
	position: absolute;
    left: 10%;
    top: 75px;
    max-width: 350px;
    transform: rotate(19deg);
    z-index: 1;
	}
.s2-prodt2{
    position: absolute;
    left: 25%;
    top: 240px;
    max-width: 290px;
    z-index: 1;
    transform: rotate(-22deg);
	}
.s2-prodt3{
	position: absolute;
    left: 45%;
    top: 527px;
    max-width: 310px;
    z-index: 1;
	}	
ul.s2-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
}
ul.s2-list li{
    float: left;
    width: 82%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    padding: 8px 0 10px 105px;
}
ul.s2-list li:last-child{}

ul.s2-list li span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
ul.s2-list li img{
	position:absolute;
	top:0px;
	left:0;
}
.s2-bx-sec{
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	float:left;
	width:100%;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-top:50px;
}
.prd-s1-ul{
	float:left;
	width:100%;
	
	}
.prd-s1-ul li{
	float:left;
    list-style: disc;
	width:100%;
	font-size:18px;
	line-height:32px;
	}	
.s2-bx{
	text-align:left;
}
.s2-bx{
	border-radius:25px;
	width:48%;
	margin-top:30px;
}
.s2-bx1, .s2-bx2, .s2-bx3{padding:2.5% 21% 14% 2.5%;}
.s2-bx1{background:url(../images/s2-bx-img1.jpg) center top no-repeat; background-size:cover;}
.s2-bx2{background:url(../images/s2-bx-img2.jpg) center top no-repeat; background-size:cover;}
.s2-bx3{background:url(../images/s2-bx-img3.jpg) center top no-repeat; background-size:cover;}
.s2-bx-hd{
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
}
.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:20px;
	line-height:26px;
	font-weight:300;
	margin-top:8px;
}
.shop-btn{
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	display:block;
	margin-top:20px;
}
.s2-prdt-bx{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    margin-top: 130px;
    justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
	}
.bx1, .bx2{
        float: left;
    width: 42%;
    background-image: linear-gradient(to right, #fadfdd , #fce3d2 , #fce4cc);
    height: 280px;
    position: relative;
    padding: 32px 30px 0;
	}
.bx2{background-image: linear-gradient(to right, #d0e4db , #d0e4e0 , #d1e3e7);}
.bx-inr{
	float:left;
	width:60%;
	text-align:left;
	}
.bx-inr .shop-inr-text2{ margin-bottom: 10px;}
.bx-inr .shop-inr-text1{  font-size: 26px; line-height: 32px; min-height: auto;}
.bx-inr .shop-inr-text3{    
    font-size: 26px;
    line-height: 32px;
    margin-top: 15px;
	}
.bx-inr-para{
	float:left;
	width:100%;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	margin:20px 0 0;
	z-index:1;}
.bx-inr .combtn.shop-btn{ background:#fff;}
.bx1-btl, .bx1-bt2{
	position:absolute;
	top: 20px;
    right: -20px;
    z-index: 1;
    max-width: 310px;
}
.bx1-bt2{}
.flower1, .flower2{
    position: absolute;
    bottom: -80px;
    right: 10px;
    max-width: 270px;
	}
.flower2{
	}
/*************** SECTION-3 ******************/
.sec3{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 50px;
	background-size: cover;
	overflow:hidden;
   }
.sec3 .comn-hdg{}
.s3-model{
    position: absolute;
    left: 55px;
    top: 60px;
	}
.s3-dots{
    position: absolute;
    left: 35px;
    top: 10px;
	}
.s3-dots2{
	position: absolute;
    right: 70px;
    top: 400px;
	}		 
.s3-rgt{
    float: right;
    width: 100%;
    text-align: left;
    padding: 95px 0px 40px 520px;
	position:relative;
}
ul.sec3-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
    row-gap: 20px;
	}	
ul.sec3-list li{
	float:left;
	width:30%;
	padding:0px 0;
	text-align:center;
	position:relative;
	}	
ul.sec3-list li h2{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5;
    padding: 12px 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: -78px 0 0;
    z-index: 1;
    position: relative;
	}
ul.sec3-list li h2 span{
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	letter-spacing:0px;
	}	
.s3-lst-prdt{
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
	}
ul.sec3-list li img{
	display:block;
	margin:0 auto 0px;
	}
ul.sec3-list li:last-child{ }
.s3-txt1{
    font-size: 35px;
    line-height: 44px;
    color: #313131;
    font-weight: 400;
	text-transform:capitalize;
	}
.s3-txt1 span{
	display: block;
	font-size: 52px;
	line-height: 54px;
	color: #ee6cf7;
	font-weight: bold;
}
.s3-txt2{
	font-size:42px;
    line-height:50px;
    color: #ffffff;
	}
.sec3 .comn-txt{ width: 90%; }
.sec3 .btn{
	
	}	
.rose1{
	position: absolute;
    left: 0;
    top: 320px;
    max-width: 241px;
    z-index: 3;
	}
.rose2{
	position: absolute;
    left: 25%;
    top: 270px;
	}
.s3-prodt1{
	    position: absolute;
    left: 7%;
    top: 175px;
    z-index: 2;
	}
.s3-prodt2{
	position: absolute;
    left: 14%;
    top: 162px;
    z-index: 1;
	}				
					
.s3-inr{
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.s3-inr-bx{
	margin-top:30px;
}
.s3-bx-tx1{
	font-size:40px;
	line-height:44px;
	border-bottom:2px solid #dfd3c6;
	width:100%;
	padding-bottom:10px;
}
.s3-bx-tx2{
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	margin-top:10px;
}
.s3-bx-tx3{
	font-size:20px;
	line-height:30px;
	font-weight:300;
	margin-top:15px;
}
.s3-inr-bx1{
	border-left:10px solid #fff;
	padding:0 0 0 20px;
}
.s3-inr-bx2, .s3-inr-bx3{
	width:48%;
	background:#fff;
	border-radius:20px;
	padding:20px 25px;
}
ul.s3-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 14px;
}
ul.s3-list li {
    float: left;
    width: 22%;
    padding: 0 20px 20px;
    text-align: center;
    position: relative;
    background: #d0e1e9;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}
ul.s3-list li p{font-size: 22px;line-height: 30px; margin-bottom: 6px;    text-transform: capitalize;}
ul.s3-list li span{
	display: block;
    font-size: 54px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
    margin: -40px 0 10px 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
ul.s3-list li img{display:block;margin:-10px auto 20px;}
ul.s3-list li:nth-child(2){background:#fde0e2;}
ul.s3-list li:nth-child(3){background:#cfe5d9;}
ul.s3-list li:last-child{ background:#fceabc;}

/*********** SECTION-4 ********************/
.sec4{
	float:left;
	width:100%;
	padding:50px 0 50px;
	background:#fff;
	text-align:left;
}
.sec4 .comn-hdg{}
.sec4 .hd-line{ }
.s4-inr{
	float:left;
	width:100%;
	padding:0 30px 0 540px;
	position:relative;
	text-align:left;
}
.shop-sec-div{
	float:left;
	width:100%;
	margin-top:32px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	}
.col-1, .col-2, .col-3{
	float:left;
	width:32%;
	text-align:left;
	position:relative;
	}
.col-txt{
	font-size:26px;
	line-height:32px;
	color:#323232;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
}
.col-txt span{
	display:block;
	font-weight:300;
	font-style:italic;
	font-size:20px;
	line-height:26px;
	color:#8aa600;
	margin:10px 0 0;
}
.col-txt:after{
    position: absolute;
    content: "";
    border-top: 2px solid #8aa600;
    width: 75px;
    top: 52px;
    right: 170px;
	}
ul.s4-bult-pnt{
	float:left;
	width:100%;
	margin-top:12px;
}
ul.s4-bult-pnt li{
	font-size: 20px;
    line-height: 30px;
    background: url(../images/strip-tik.png) left 8px no-repeat;
    padding-left: 25px;
    margin: 8px 0;
    text-align: left;
    text-transform: capitalize;
}
.s4-prd{
	position:absolute;
	left:0;
	top:0;
	border-radius:30px;
}
ul.s4-btm-lst{
	float:left;
	width:100%;
	border-top:1px solid #d0ded8;
	border-bottom:1px solid #d0ded8;
	padding:8px 0;
	margin-top:60px;
}
ul.s4-btm-lst li{
	    float: left;
    padding: 12px 24px;
    text-align: left;
    border-right: 1px solid #d0ded8;
    text-transform: capitalize;
    width: 25%;
}
ul.s4-btm-lst li p{
	font-size:18px;
	line-height:24px;
	color:#8b8b8b;
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
}
ul.s4-btm-lst li p span{
	color:#272727;
}
.s4-btm-icn{
	display:inline-block;
	vertical-align:middle;
}
ul.s4-btm-lst li:last-child{border-right:none;}

/*************** SECTION-5 *******************/
.sec5{
	float:left;
	width:100%;
	background-image: linear-gradient(to right, #fff , #fff , #fff , #fff);
	padding:50px 0;
    }
.sec5 .comn-hdg{ }
.sec5-prdts {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-top: 95px;
}
.sec5-prdts .shop-sec-bx{
	}
.sec5-prdts .shop-sec-bx:nth-child(2){}
.sec5-prdts .shop-prd-lft{
	width:100%;
	background:none;
	}
.sec5-prdts .shop-prod{
	display:block;
    margin: -70px auto 0px;
	max-width: 270px;
	}
.sec5-prdts .shop-inner{ width:100%; text-align:center;}
.sec5-prdts .shop-cont{ text-align:center;}
.sec5-prdts .shop-inr-text1 {
    float: left;
    width: 100%;
    font-size: 22px;
    
    line-height: 32px;
}
.sec5-prdts .shop-inr-text3{ font-size:28px;}
.sec5-prdts .combtn.shop-btn{ background-image: linear-gradient(#dfefe6, #9fb839);    width: 186px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;}
ul.s5-list{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
ul.s5-list li{
    float: left;
    width: 16%;
    position: relative;
    }
ul.s5-list li img{
	display:inline-block;
	vertical-align:middle;
	}	
.s5-tsti{
	float:left;
	width:100%;
	padding:0 30px;
	margin-top:20px;
}
.s5-tsti-bx{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:100px;
	margin:30px 0 10px;
}
.s5-tsti-fc{
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
}
.s5-tsti-hd{
	font-size:24px;
	line-height:30px;
	color:#272727;
	font-weight:bold;
}
.veri-tx{
	display:inline-block;
	vertical-align:top;
	margin-top:8px;
}
.s5-tsti-tx{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:30px;
	margin-top:15px;
}
.s5-tsti-star{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.s5-tsti-nm{
	font-size:20px;
	line-height:32px;
	margin-top:15px;
}
.s5-tsti-nm span{font-weight:bold;}

/* SECTION-6 */
.sec6{
	float: left;
	width: 100%;
	padding: 70px 0 0;
}
.s6-inr{
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	padding:0 700px 85px 0;
	border-bottom:1px solid #d3e0da;
	margin-bottom:40px;
}
.s6-img{
	border-radius:30px;
	position:absolute;
	right:0;
	top:0;
}
ul.s6-list{
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
}
ul.s6-list:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 35px;
	bottom: 60px;
	border-left: 1px solid #769c8b;
}
ul.s6-list li{
	float:left;
	width:100%;
	position:relative;
	padding:30px 0 0 50px;
}
.s6-num{
	position:absolute;
	left:0;
	top:32px;
	width:31px;
	height:31px;
	background:#769c8b;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	border-radius:50%;
	color:#fff;
	text-align:center;
}
ul.s6-list li h3{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#272727;
}
ul.s6-list li p{
	font-size:18px;
	line-height:26px;
	margin-top:10px;
}

.s6-btm-bx{
	float:left;
	width:100%;
}
.s6-bx{
	width:31.5%;
	float:left;
	margin-top:35px;
	margin-right:2.75%;
	border:1px solid #c5d8cf;
	border-radius:50px;
	padding:45px 30px;
	position:relative;
	text-align:left;
	overflow:hidden;
}
.s6-bx1{background:#eef7f3;}
.s6-bx2{background:#f7ebdf;}
.s6-bx3{background:#d2d4d9;}
.s6-btm-bx .s6-bx:last-child{margin-right:0px;}
.s6-bx p{
	    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 60%;
    text-transform: capitalize;
}
.s6-bx-icn{
	display:block;
	margin:0 0 15px;
}
.s6-btm-img{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}

/* SECTION-7 */
.sec7{
	float:left;
	width:100%;
	background:url(../images/sec7.jpg) center top no-repeat;
	padding:60px 0;
}
.s7-inr{
	width:800px;
	float:right;
	text-align:left;
}
.s7-bx{
	padding:10px 35px 45px;
	background:#fff;
	border-radius:30px;
	float:left;
	width:100%;
	margin-top:30px;
}

/* 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: 40px 0;
    background: #f4f4f4;

}
.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:24px;
	font-weight:300;
	margin-top:20px;
}

.s8-btm-sec{
	float:left;
	width:100%;
	padding:60px 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:inherit;
}
.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:inherit;
	cursor:pointer;
}
.signup-model{
	position:absolute;
	right:100px;
	top:-10px;
	bottom:0;
}



/* MEDIA START */
@media only screen and (max-width:1185px){
.container{width:980px;}

.hide-1024{display:none;}

ul.brnd-list li{margin:20px 8px;}

.s1-model {right: -5%;top: 165px;max-width: 580px;}
.s1-inr { width: 42%;}
.s1-hd {font-size: 37px;  line-height: 51px; }
.s1-tx {}
ul.sec3-list li h2 span{    font-size: 15px; line-height: 28px;}
.s1-prod { right: 32%;}
.s1-prod2 {right: 34%;}
.s1-prod3{ right:40%; top:260px;}

.sec2{ padding:45px 0;}
.s2-rgt { width: 56%; padding: 10px 0px 0 0px;}
.comn-hdg {font-size: 46px; line-height: 52px;}
.sec2 .s2-tx { width: 91%; font-size: 16px;}
.s2-model { top: 140px; max-width: 350px;}
ul.s2-list li{width: 100%;}
.s2-prodt3{ top: 370px;}
.s2-prodt2{left: 17%;}
.s2-prodt1{ left: 2%;}
ul.s2-list{column-gap: 0px; margin-top: 32px;}
ul.s2-list li p{ font-size:16px;}
ul.s2-list li p span{ font-size:18px;} 
.s2-prdt-bx{ margin:118px 0 0;}
.bx1, .bx2{ width:44%;}
.flower1, .flower2 {max-width: 190px; bottom: -40px;}
.bx1-btl, .bx1-bt2 { max-width: 230px;  top: 60px;}
.bx1-bt2{}
.bx-inr .shop-inr-text1 { font-size: 24px;}
.bx-inr-para{ font-size:17px;}

.sec3{padding: 40px 0 40px;}
.s3-lst-prdt { top: 16px;}
.sec3 .comn-hdg { width: 100%;}
.sec3 .comn-txt{ width:100%;}
.s3-rgt {width: 100%;margin-top: 50px; padding: 75px 0px 60px 470px;}
ul.s3-list li { width: 23%;}
.s3-dots{ top:0;}
.s3-dots2{ top:420px;}
.s3-model { top: 50px; left: 45px; max-width: 400px;}

.sec4{ padding:40px 0;}
ul.icon-set-lst li{padding:0 10px;}
.icon-set-icn{width:100px;}
.col-txt:after{ right:118px;}


.sec5{ padding:40px 0;}
.sec5-prdts .shop-sec-bx{ width:315px;}

ul.strp-list li { padding: 25px 0px 25px 85px;}
ul.strp-list li img{ left:10px; width:70px;}


.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;}

.hide-tab{display:none;}
.show-tab{display:block;}

.sec1{background-position: 40% top; padding:40px 0 ;}
.s1-model {right: -18%;top: 165px;max-width: 470px;}
.s1-inr{     width: 56%; padding: 98px 0px 0 0;}
.s1-hd{ font-size:35px; line-height: 52px;}
.s1-hd span {}
.s1-tx{ font-size:17px; line-height:28px;width: 100%;}
.s1-prodt1 {left: -12%;top: 680px;max-width: 350px;}
.s1-prodt2 {left: 0%;top: 692px;}
.s1-prodt3 {left: 26%;top: 805px;max-width: 220px;}
.s1-prod {     right: 10%;width: 158px; top: 326px;}
.s1-prod2 { right: 13%; width: 254px;}
.s1-prod3 { right: 21%; width: 250px; top: 245px; z-index: 1;}

.fea-sec{padding-top:20px;}
ul.brnd-list{padding:10px 0 20px;}
ul.brnd-list li{margin:5px 8px;}

.comn-hdg{ line-height: 40px; font-size: 32px;}
.comn-txt{font-size:17px; line-height:28px; margin-top:18px;}

.sec2{ padding: 40px 0;}
.s2-rgt { width: 58%; padding: 20px 0px 0 0;}
.sec2 .s2-tx {width: 100%; margin-top:5px}
.s2-tx{font-size:18px; line-height:28px;}
.s2-lst-icn{top:-10px;}
.s2-rgt .comn-hdg{font-size: 39px; line-height: 39px;}
.s2-model {max-width: 310px; position: static;  display: block; margin: 10px auto 10px;  transform: translateX(0);}
ul.s2-list{column-gap:5px;     margin-top: 15px;}
ul.s2-list li{width:100%; font-size: 15px; line-height: 23px; color: #fff;text-align: left; padding: 8px 0 0px 105px;}
ul.s2-list li p{font-size: 16px;line-height: 26px;     margin-top: 20px;}
ul.s2-list li img{ width:85px;     top: 10px; left: 8px;   }
ul.s2-list li span { font-size: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;}
.s2-prodt1 { left: -15%;}
.s2-prodt3 { top: 290px; max-width: 230px; left: 43%;}
.s2-prodt2 { top: 260px;left:5%;}
.s2-prdt-bx { margin: 30px 0 0;}
.bx1, .bx2 { width: 48%;}
.bx-inr { width: 72%;}
.bx-inr .shop-inr-text1 { font-size: 20px; line-height: 28px;}
.bx1-btl, .bx1-bt2 { max-width: 190px;  right: -30px; top: 40px;}
.bx1-bt2 {}
.flower1,.flower2 {max-width: 150px; bottom: -10px;}

.bx-inr .shop-inr-text3 { font-size: 22px; line-height: 28px;}
.bx1, .bx2 { }

ul.strp-list li { padding: 20px 10px; text-align: center;}
ul.strp-list li img{ position:static; display:block; margin:0 auto 10px;     width: 60px;}
ul.strp-list li span{ font-size:18px;}
ul.strp-list li:nth-child(2){ border:none;}

.sec3{ padding:40px 0 40px; }
ul.sec3-list li{ width:46%;}
.s3-lst-prdt { top: 10px; width: 163px;}
.s3-rgt { width: 100%; margin: 30px 0 0; padding: 50px 0 40px 352px;}
.s3-dots { top: 0; left: 0;}
.s3-dots2 { top: 300px; right: 0;}
.sec3 .comn-hdg {}
.s3-model { max-width: 325px; margin-top: 0px; left: 0;}
.s3-txt1 {font-size: 28px;line-height: 42px;}
.s3-txt1 span {font-size: 41px;line-height: 51px;}
.s3-txt2 {font-size: 38px;line-height: 46px;}
.rose1 {left: 0;top: 270px;max-width: 200px;}
.rose2 {left: 31%;top: 285px;max-width: 180px;}
.s3-prodt1 {left: 3%;top: 145px;max-width: 340px;}
.s3-prodt2 {left: 16%;top: 148px;max-width: 330px;}
.s3-inr-sec{width:72%;}
.s3-bx-tx1{font-size:28px; line-height:32px;}
.s3-bx-tx2{font-size:19px; line-height:27px;}
.s3-bx-tx3{font-size:18px; line-height:26px;}
ul.s3-list{ column-gap:9px;}
ul.s3-list li { width: 24%; padding: 0 7px 7px;}
ul.s3-list li p{font-size: 20px;}
ul.s3-list li span{font-size: 44px; line-height: 50px;}

.sec4{padding:40px 0;}
.shop-sec-div{ margin:0 0;}
.col-txt { font-size: 22px; line-height: 30px;}
.col-txt span{ font-size:18px;}
.col-txt:after { right: 55px;}
.View-btn {margin-top:50px !important; }
.s4-inr{padding:0 10px 0 340px;}
.s4-prd{width:320px;}
ul.s4-bult-pnt li{font-size:18px; line-height:27px;}
.btn{margin-top:30px; width: 208px; height: 52px; font-size: 20px; line-height: 52px;}
ul.s4-btm-lst{margin-top:40px;}
ul.s4-btm-lst li{width:25%; text-align:center; padding:0 5px;}
.s4-btm-icn{display:block; margin:0 auto 5px; width:40px;}
ul.s4-btm-lst li p{padding-left:0;}

.sec5{padding:30px 0;}
ul.s5-list { margin-top: 30px;}
ul.s5-list li {width: 30%;}
ul.s5-list li img {max-width: 80px;}
.s5-tsti{padding:0;}
.s5-tsti-bx{padding-left:80px; margin:20px 0 10px;}
.s5-tsti-hd{font-size:22px; line-height:26px;}
.s5-tsti-star{width:90px;}
.s5-tsti-tx{font-size:17px; line-height:26px; margin-top:10px;}
.s5-tsti-nm{font-size:18px; line-height:26px; margin-top:10px;}

.sec5-prdts .shop-sec-bx { width: 234px;  background-position: 54% top; height: auto; padding-bottom: 30px;}
.sec5-prdts .shop-sec-bx:nth-child(2){ background-position: 54% top;}
.sec5-prdts .shop-inr-text1 { font-size: 20px; line-height: 32px;}
.sec5-prdts .shop-inr-text3 { font-size: 24px;}
.sec5-prdts .combtn.shop-btn { width: 170px; height: 48px; font-size: 18px; line-height: 48px;}

.sec6{padding:40px 0;}
.s6-inr{padding:0 390px 40px 0; margin-bottom:30px;}
ul.s6-list{margin-top:10px;}
ul.s6-list:before{bottom:70px;}
.s6-num{top:22px;}
ul.s6-list li{padding:15px 0 0 50px;}
ul.s6-list li p{font-size:17px; line-height:24px; margin-top:5px;}
.s6-img{width:380px;}
.s6-btm-img{width:160px;}
.s6-bx{padding:20px 15px; border-radius:20px; margin-top:25px;}
.s6-bx p{font-size:19px; line-height:24px;}

.sec7{padding:40px 0; background-size:cover;}
.s7-inr{width:530px;}

.icon-set{padding:30px 0 0;}
ul.icon-set-lst li{ width:11%;}
ul.icon-set-lst li:nth-child(4):after{ display:none;}
.icon-set-icn{ width:70px; margin:0 auto 10px;}

.blog-post-bx{width:32.5%; margin:30px 0.4% 0;}
.blog-cont{padding:10px 12px 20px;}
.blog-date{font-size:12px; line-height:16px;}

.s8-btm-sec{padding:40px 0;}

.signup-model{right:0;}
.signup-hd{font-size:36px; line-height:40px;}
.signup-tx{font-size:19px; line-height:27px;}
.signup-btn{font-size:18px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.hide-mob{display:none;}
.hide-desk{display:block;}

.sec1{ height:auto;background: #ededed; padding:30px 0;}
.s1-model {position: static;max-width: 70%;margin-top: 30px;}
.sec1-mob{width:calc(100% + 20px); margin-left:-10px;}
.s1-inr{width:100%; padding:0; text-align:center;}
.s1-hd{font-size:30px; line-height:40px;}
.s1-hd span { }
.prodt-div-nob{display:inline-block;width:360px; height:260px; position:relative;}
.s1-prodt1 { left: 37px; top: 118px; max-width: 181px;}
.s1-prodt2 {left: 10%; top: -5px; max-width: 181px;}
.s1-prodt3 {left: 41%; top: 18px; max-width: 257px;}
.s1-tx{ font-size:16px; line-height:27px; margin-top:8px;}

ul.brnd-list li{margin:5px 12px;}
ul.brnd-list li:last-child{display:none;}

.comn-hdg{ font-size: 28px;  line-height: 36px;}
.comn-txt{ font-size: 16px; line-height: 26px; margin-top: 12px;}
.btn{ margin-top: 20px; width: 192px; height: 48px; font-size: 18px; line-height: 48px;}

.sec2{padding:30px 0; background:#8aa600; height:auto;}
.s2-rgt { width: 100%; padding: 0px 0px 0 0;text-align: center;}
.s2-rgt .comn-hdg{    font-size: 35px;
    line-height: 38px;}
.s2-Box { width: 100%; margin-top: 20px;  height: 255px;
    text-align: center;}
.s2-prodt1 , .s2-prodt2 {
    position: static;
    transform: none;
    max-width: 220px;
    margin: 15px -70px 0;
}

.s2-prodt3 {left: 160px; top: 270px;  max-width: 190px;}
.s2-model {max-width: 230px;  margin-bottom: 50px;}
ul.s2-list{ margin-top: 10px; row-gap: 20px; column-gap: 8px; justify-content: center;}
ul.s2-list li{    max-width: 366px; width: 100%; padding: 9px 0 10px 82px; font-size: 15px;}
ul.s2-list li span{ font-size:18px;}
ul.s2-list li img { width: 65px;}
.s2-lst-icn{position:static;display: block;width: 65px;margin: 0 auto 8px;}
ul.s2-list li p{ text-align: center; font-size: 16px; line-height: 26px;}
.s2-bx-sec{margin-top:25px;}
.s2-bx{width:100%; margin-top:0;}
.s2-bx-tx{font-weight:400;}
.s2-bx1, .s2-bx2, .s2-bx3{padding: 7% 45% 10% 5%; margin-top:25px;}
.s2-prdt-bx { margin: 20px 0 0;}
.bx1, .bx2 { width:100%; height: auto; padding: 20px;}
.bx1-btl {max-width: 170px;right: -10px; top: 30px; width: 100%;}
.flower1, .flower2 { max-width: 150px;   bottom: 0;}
.bx1-bt2 { }
.flower2 { }

ul.strp-list { justify-content: center;}
ul.strp-list li {
    width: 100%;
    max-width: 370px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
    border: none;}
ul.strp-list li span {
    display: block;
    font-size: 18px;
    line-height: 28px;}	

.sec3{padding:25px 0 15px;}
ul.sec3-list{ justify-content: center;}
ul.sec3-list li { width: 100%; max-width: 355px;}
.s3-lst-prdt { top: 22px; width: 218px;}
.s3-rgt {width: 100%;padding:0;text-align:center; margin: 20px 0 0;}
.s3-prodt-mob{display: inline-block;width: 360px;height: 280px;position: relative;}
.s3-inr-sec{width:100%; text-align:center;}
.s3-prodt1 {left: 3%;top: 25px;max-width: 270px;}
.s3-prodt2 {left: 22%;top: 25px;max-width: 270px;}
.rose1 {left: 0px;top: 150px;max-width: 150px;}
.rose2 {left: auto;right: 6%;top: 140px;max-width: 140px;}
.s3-txt1 {font-size: 26px;line-height: 34px;}
.s3-txt1 span {font-size: 34px;line-height: 40px;}
.s3-txt2 {font-size:26px;line-height: 34px;}
.sec3 .btn {margin-top:22px;}
ul.s3-list { column-gap: 0; row-gap: 35px; margin-top: 40px;}
ul.s3-list li { width: 49%;}
.s3-model { max-width: 100%; margin-top: 15px; position: static;}

.sec4{padding: 30px 0 30px; text-align:center; overflow:hidden;}
.shop-sec-div{ justify-content: center;}
.col-1, .col-2, .col-3 { text-align:center;
    max-width: 355px;
    width: 100%;}
.col-txt { font-size: 20px; line-height: 28px;}
.col-txt span { font-size: 17px;}
.col-txt:after { right: 75px; width: 40px; top: 45px;}
.s4-inr{padding:0; text-align:center;}
.s4-prd{display:block; margin:25px auto 0; position:static; max-width:280px; width:100%;}
ul.s4-bult-pnt{float:none; display:inline-block; vertical-align:top; width:auto;}
ul.s4-btm-lst{margin-top:30px; border:none; padding:0;}
ul.s4-btm-lst li{width:50%; border:none; padding:10px 20px; position:relative;}
ul.s4-btm-lst li:nth-child(odd):after{content:''; position:absolute; right:0; top:12px; bottom:12px; border-right:1px solid #d0ded8;}
ul.s4-btm-lst li:nth-child(n+3):before{content:''; position:absolute; right:12px; top:0; left:12px; border-bottom:1px solid #d0ded8;}
ul.s4-btm-lst li:nth-child(2n){border-right:none;}

.sec5{padding:30px 0 30px;}
.sec5-prdts{ margin-top:35px; row-gap: 25px;}
.sec5-prdts .shop-sec-bx{ width:100%; max-width:350px;}
.sec5-prdts .shop-prod {margin: -56px auto 35px;
        max-width: 100%;
        width: 59%;}
ul.s5-list { margin-top: 20px;}
ul.s5-list li {}
ul.s5-list li img {position: static;display: block;margin: 0 auto 8px;}
.s5-tsti{padding:0 10px; margin-top:10px;}
.s5-tsti-bx{padding:0;}
.s5-tsti-fc{width:60px;}
.s5-btm-tsti-bx{padding-left:0; margin-top:25px;}
.s5-tsti-hd{font-size:22px; line-height:26px;}
.s5-tsti-tx{font-size:17px; line-height:26px;}
.s5-tsti-nm{font-size:17px; line-height:26px;}
.tsti-bx-mob{position:relative; padding-left:75px;}

.sec6{padding:25px 0 30px;}
.s6-inr{padding:0 0 25px; margin-bottom:20px;}
.s6-inr .comn-hdg{text-align:center;}
.s6-btm-bx{float:none; display:inline-block; vertical-align:top; max-width:300px; margin-top:20px;}
.s6-img{position:static; display:block; margin:25px auto 0; max-width:380px; width:100%;}
.s6-bx{width:100%; margin:10px 0;}
.s6-btm-img{right:0;}

.sec7{padding:25px 0 35px; background:#e1e1e1;}
.s7-inr{width:100%; text-align:center;}
.s7-bx{padding:0px 12px 25px; border-radius:10px; margin-top:0; position:relative; margin-top:-30px;}
.s7-mob{width:calc(100% + 20px); margin-left:-10px; margin-top:15px;}

.icon-set-icn{ width:75px; margin:0 auto 5px;}
ul.icon-set-lst li{ margin-bottom:18px;font-size:14px; line-height:17px; width:23.5%; padding:0;}
ul.icon-set-lst li:after{ display:none;}

.blog-post{max-width:370px; display:inline-block; vertical-align:top; margin:0 auto; float:none;}
.blog-post-bx{width:100%;}
.blog-tx{font-weight:400; font-size:17px;}

.s8-btm-sec{padding:30px 0;}
ul.s8-btm-lst li{width:46%; margin:25px 2% 0;}
ul.s8-btm-lst li img{border-radius:15px;}

.signup-sec{background-size:cover;}
.signup-sec-inr{width:100%; padding:25px 0 35px; text-align:center;}
.signup-hd{font-size:30px; line-height:36px;}
.signup-tx{font-size:17px; line-height:26px;}
.signup-fld{width:100%; height:auto; background-color:transparent;}
.inp-signup{width:100%; background-color:#fff; height:60px;}
.signup-btn{width:100%; float:none; display:block; margin:15px auto 0; display:inline-block; height:60px;}
.signup-model{display:none;}

.ftr-links-sec{padding:0 0 25px;}
.ftr-links-col{width:100%; padding-left:0;}
.ftr-log{width:170px;}
.ftr-links-hd{margin-bottom:5px;}
}

/* CART STRIP CSS */
.cart-strp{
	background:rgb(221 231 186);
	padding:15px 0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
}
.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%;
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
        background-image: linear-gradient(#dfefe6, #9fb839);
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	
@media only screen and (max-width:767px){
	.pop-innr{    width: calc(100% - 10px);}
	}
.error-sec{
	float:left;
	width:100%;
	text-align:center;
	}
.error-hed {
    color: red;
    font-size: 32px;
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}	
