@charset "utf-8";
img, object, embed, video {max-width: 100%; vertical-align: middle;height: auto;border: none;}
.ie6 img {width:100%;vertical-align: middle;height: auto;border: none;}
body{
	font-family: "Outfit", sans-serif;
	font-weight:normal;
	color: #191919;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.container{
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}

/***********************/

/********************************/
.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;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) ;
}
.pop-up-bg-in {
	position: fixed ;
    top: 50%;
    opacity: 0.93;
    box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px ;
    background-color: rgb(255, 255, 255) ;
    transition: left 1s ease 0s ;
    z-index: 10000010 ;
    width: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px 20px;
    text-align: center;
    max-width: 700px;
    border-radius: 10px;
}
img.age_logo {
    max-width: 150px;
    display: inline-block;
    margin-bottom: 20px;
}
.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 {
    
    color: rgb(0, 0, 0) ;
    font-size: 24px ;
    font-style: normal ;
    text-transform: capitalize;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-top: 35px;
    height: 40px;
    width: 140px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #333;
    transition: left 1s ease 0s;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-family: inherit;
}
.yes-btn {
	background-color: #42ac47;
}
@media only screen and (max-width: 767px){
	.age-pop{ width:100%;}
}

/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
.bdhding1{	
	font-family: "DM Serif Display", serif;
	font-size: 40px;
    line-height: 45px;
	text-align:center;	
}
.bdhding1 span{   
	    color: #64ab64;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 32px;
    display: block;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif;
}
.bdfont, .bdfont2{
	font-size: 18px;
	line-height: 28px;
}
.bdfont2{
	font-size:18px;
	line-height:26px;
}
.white{color:#fff;}
@media only screen and (max-width: 1190px){
.container{ max-width:1000px; width:100%; }
}
@media only screen and (max-width: 1020px){
.container{ max-width:760px; width:100%; }
.bdhding1{	
	font-size:38px;	
	line-height:46px;	
}
.bdhding1 span{color:#0e1f26;}
.bdfont{
	font-size:18px;
	line-height:26px;
}
.bdfont2{
	font-size:17px;
	line-height:25px;
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px; padding:0 10px;}
.bdinpad{padding:0 10px;}
.bdhding1{font-size:32px; line-height:40px;}
.bdfont {font-size: 16px; line-height: 26px;}
.bdhding1 span {font-size: 16px; line-height: 26px;}
}
@media only screen and (max-width: 479px){
.bdhding1{font-size: 28px; line-height: 30px;}
}
/*=========================
CSS FOR HEADER
===========================*/
.topbar{
	background:#0e1f26;
	padding:6px 0;
}
.topbar-txt{
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:center;
}
.topbar-txt span{
	font-family: "DM Serif Display", serif;
	font-weight:600;
	color:#fff000;
}
.top-fix-bar {margin-bottom: 72px;}
.header{		
	height: 72px;
    margin-top: -72px;
    position: relative;
    top: 72px;
    float: left;
    width: 100%;
}
.prdhdr{background:#fff url(../images/prd-navline.jpg) left bottom repeat-x;}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	background:#fff url(../images/navline.jpg) left bottom repeat-x;
	}
.logo{
	float: left;
    margin: 15px 0 0 0;
    max-width: 180px;
}
.hdrbtn, ul.nav{
	float:right;
	display:inline-block;
}
.hdrbtn{	
	padding:0 24px;	
	margin:16px 0 0 17px;
	height:40px;
	background:#13af26;
	border-radius:30px;
	font-family: "DM Serif Display", serif;
	font-weight:bold;
	font-size:18px;
	line-height:40px;
	color:#fff;
	text-align:center;	
}
ul.nav{float:right;margin:17px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	padding:0 17px;
	background:url(../images/mnuline.png) right center no-repeat;
	}
ul.nav li a{
	float:left;		
	font-size:16px;
	line-height:40px;
	text-align:center;
	color:#565656;	
	}
ul.nav li a.active{ color:#13af26;}
ul.nav li:last-child{padding:0 0 0 17px;background:none;}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 25px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#636466;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:70px;	
	background:#0e1f26;
	border-top:1px solid #ccc;	
}
#menu-container .menu-list  li a{
	font-size:18px;
	padding:10px 20px 10px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
}
#menu-container .menu-list  li a.active{background:#fff;color:#13af26;}
#menu-container .menu-list  li:last-child{background:#13af26;}
@media only screen and (max-width: 1020px){
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}


#menu-container .menu-list{top:55px;}
ul.nav, a.hdrbtn, .prdhdrbtn{display:none;}
.logo {margin: 10px 0 0 0; max-width: 160px;}
#menu-wrapper #hamburger-menu {margin: 22px 0 5px 0;}
}
@media only screen and (max-width: 767px){
	#menu-wrapper #hamburger-menu {margin: 15px 0 5px 0;}
	.logo {max-width: 140px; margin-top: 12px;}
	.topbar{padding:3px 0;}
	.topbar-txt{
		font-size:15px;
		line-height:16px;
	}
}
/*-----------------------
CSS FOR BANNAR
------------------------*/		
.banner{
	float:left;
	width:100%;
	background: url(../images/banner-background.jpg) no-repeat 50% 50%;
	background-size: cover;
	overflow:hidden;
	}
.banner__row {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        justify-content: flex-end;
	}
.banner__left{
	width:45%;
	position:relative;
	}
.banner__right{
	width:55%;
	text-align:left;
	padding:30px 0 60px;
	}
.banner__heading{
	float:left;
	width:100%;
	margin-top:10px;
	color:#2a224b;
	font-size:52px;
	line-height:60px;
	font-weight:700;
	}
.banner__strip{
	    float: left;
    width: 100%;
    margin-top: 30px;
    background: #2a224b;
    padding: 8px 20px 8px 20px;
    position: relative;
	}
.banner__strip img{
	position:absolute;
	left:-160px;
	top:50%;
	transform:translateY(-50%);
	}
.banner__strip p{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
	}
.banner__points{
	float:left;
	width:100%;
	margin-top:10px;
	}
.banner__points li{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	padding-left:75px;
	}
.banner__points li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.banner__points li p{
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:600;
	}
.banner__points li span{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:28px;
	font-weight:300;
	letter-spacing:0.5px;
	}

.button_box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:410px;
	text-align:center;
	}
.button_caption{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:17px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.button_caption img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
	}
.common_button{
	float:left;
	width:100%;
	height:60px;
	margin:10px 0;
	background:#11a656;
	border-radius:50px;
	color:#fff;
	font-size:26px;
	line-height:60px;
	font-weight:700;
	letter-spacing:0.5px;
	text-shadow:0 1px 3px rgba(0,0,0,0.3);
	-webkit-text-shadow:0 1px 3px rgba(0,0,0,0.3);
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px -10px 0 10px;
	}
.button_caption2{
	float:left;
	width:100%;
	color:#000;
	font-size:13px;
	line-height:17px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.button_caption2 span{
	display:inline-block;
	vertical-align:middle;
	padding-left:18px;
	margin-right:18px;
	background:url(../images/caption-check.png) no-repeat 0 2px;
	}
.button_caption2 span:last-child{ margin-right:0;}
.shop-btn{
   display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    border-radius: 10px;
    background: #11a656;
    text-align: center;
    /* margin-top: 40px; */
    width: 250px;
    height: 38px;
    text-transform: capitalize;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}
/*--------SCROLLING-STRIP--------*/
/*====scroll_strip====*/
.scroll_strip{
	float:left;
	width:100%;
	padding:25px 0;
	background:#fff;
	    border-bottom: 1px solid #ebebeb;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
	}
ul.scroll_strip_list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px;
	text-align:left;
	padding-left:30px;
	color:#000;
	font-size:18px;
	line-height:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	animation: marquee-horizontal 5s linear infinite;
	background:url(../images/scroller-check.png) no-repeat 0 2px;
	}


@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}

/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
	float:left;
	width:100%;
	padding:60px 0 40px;
	background:url(../images/s1-bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	}
.s1__left{
	float:left;
	width:52%;
	text-align:left;
	}
.common__heading{
	float:left;
	width:100%;
	color:#00c666;
	font-size:48px;
	line-height:58px;
	font-weight:700;
	}
.common__heading span{ color:#2a224b;}
.common__text{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 25px;
    letter-spacing: 0.5px;
	}
.s1__right{
	float:right;
	width:48%;
	}
.s1__product{
	    float: right;
    margin: 0px 20px 0 0;
    max-width: 530px;
	}
.s1__left .common__text{ width:90%;}

/*********************************/


/*-----------------------
CSS FOR SECTION3
------------------------*/	
/*-----------------------
SEC-5
------------------------*/		
.section-5{
	float:left;
	width:100%;
	padding:40px 0;
}
.section-5 .s1-p1 {
    margin-bottom: 30px;
}
.s5btl {
    display: block;
    margin: 0px auto;
    max-width: 240px;
    position: relative;
    z-index: 2;
}
.s5btl1, .s5btl2{
	position: absolute;
	left: 40%;
	top: 130px;
	transform: translateX(-40%);
	max-width: 224px;
	z-index: 1;
}
.s5btl2 {
    left: auto;
    right: 25%;
}
.s5prod-sec {
        float: left;
    width: 100%;
    position: relative;
    padding: 0px;
    margin-top: 30px;
}
.s5prod-sec:before {}
.s5-prod-list {
    float: left;
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    position: relative;
    background: #fff;
    border-radius: 40px;
    column-gap: 10px;
    row-gap: 44px;
    padding-bottom: 10px;
}
.s5-prod-list li {
	float: left;
    width: 32%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 150px;
    row-gap: 20px;
    border-bottom: 1px solid #f3f3f3;
    border: 1px solid #ccc;
    position: relative;
}
.s5-prod-list li:nth-child(10){width: 45%;}
.s1prd {
	position: absolute;
    max-width: 150px;
    left: -5px;
    top: 22px;
}
.s3-btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 10px;
}
.s3-btl {
	position: absolute;
	top: 5px;
	max-width: 380px;
	left: 0px;
}
.prod-name{
	font-size: 18px;
    line-height: 29px;
    color: #333;
    width: 100%;
    font-weight: 700;
}
.prod-name span{
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 28px;
    color: #00c666;
    padding: 5px 0 0;
	}
.s5-prod-list2 {  margin-top: 50px;}
.s5-prod-list3{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:50px;}

.s5-prod-list2 li { width: 49%; padding: 10px 10px 10px 125px;}
.s5-prod-list2 li .prod-name {   width: 55%;}

.s5-prod-list2 li .s3-btn {   width: 45%;}

.s5-prod-list2 li .prod-name span {   display: block;}
.s5-prod-list2 li .s1prd {      max-width: 200px;
    top: -30px;
    left: -30px;
}
/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section-3 {
	float: left;
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
    background: #faf8ff;
	}
.s3-ul{
	float: left;
    width: 100%;
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.s3-ul li{
    float: left;
    width: 33%;
    position: relative;
    text-align:center;
    font-size: 18px;
    line-height: 27px;
    padding:  0;
}
.s3-ul li p{
	padding:20px 20px 0;}

.s3-ul .s1-p2 {
    width: 100%;
}

.s3-ul li img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	border-radius:6px;
	min-height: 256px;
	}
.s3-ul li span {
    display: block;
    font-size: 26px;
    line-height: 33px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}	


/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section-4 {
    float: left;
    width: 100%;
	height:462px;
    padding: 50px 0px;
    background:url(../images/s4-bg.jpg) no-repeat center top;
	overflow:hidden;
	text-align: center;
	}
.s4-mid{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 820px;
	}	
.s4-btl, .s4-btl1{
	position: absolute;
    left: -50px;
    top: 27px;
    max-width: 220px;
    transform: rotate(-21deg);
	}	
.s4-btl1{left: auto;right: -50px; transform: rotate(20deg);}
.s4-col1, .s4-col2, .s4-col3{
	width:26.35%;
	float:left;
	}
.s4-col2{
	display:inline-block;
	vertical-align:middle;
	float:none;
	width:35.22%;
	}
.ing-img2{
	display:block;
	margin:0 auto -133px;
	max-width:100%;
	}		
.s4-prd{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}	
.s4-col3{
	float:right;}
.prd-bx{
	float:left;
	width:100%;
	border:1px solid #d7d7d7;
	padding:15px;
	margin-top:0;
	text-align:center;
	}
.btl{
	display:block;
	margin:0 auto;
	width:100px;
	}
.prd-bx-nm{
	float:left;
	width:100%;
	font-size:20px;
	line-height:25px;
	color:#000000;
	font-weight:600;
	margin-top:9px;
	}
.mrg-top{
	margin-top:10px;
	}	
.prd-bx-prc{
	float:left;
	width:100%;
	font-size:20px;
	line-height:25px;
	color:#000000;
	font-weight:700;
	margin-top:15px;
	}
.prd-bx .shop-btn{    margin-top: 14px;}




/*============================
FOOTER SECTION
=============================*/
footer{padding:40px 0;background:#fff; border-top: 1px solid #ccc;}
.ftrlogo{margin:0 auto 20px auto;display:block;}
ul.ftrlist{text-align:center; margin-top: 10px;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #545454;
	padding:0 7px 0 2px;	
	font-size:17px;
	line-height:19px;
	color:#545454;
	text-align:center;
	margin:0;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#545454;}
.ftrtxt{
	    font-size: 16px;
    line-height: 24px;
    color: #545454;
    text-align: center;
    padding: 15px 0 0 0;
}
@media only screen and (max-width: 767px){
footer{padding:20px 0;}
.ftrlogo{margin:25px auto 10px auto;}
ul.ftrlist{padding:0 0 0 0;}
ul.ftrlist li, .ftrtxt{font-size: 14px; line-height: 22px;}
.ftrtxt{padding:6px 0 0 0;}
#ctabtn-mob {
	padding: 10px 0 8px 0;
	background: #0e1f26;
	position: fixed;
	bottom: 0%;
	left: auto;
	z-index: 5;
	transition: bottom 1s;
	display: table;
	width:100%;
}
.ctabtn{max-width:96%;margin:0 auto;display:block;}
}
@media only screen and (max-width: 359px){
ul.ftrlist li, .ftrtxt{
	font-size:14px;
	line-height:16px;
}
}

/*==============contact===========*/
.contact{
	padding: 50px 0;
	float: left;
	width: 100%;
	text-align: center;
	background: #f2f2f2;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:center; padding:80px 0 0 0;}
.contact .bnr-prod{    
	top: 55px;
    right: 35px;
    left: auto;
    max-width: 280px;
    position: absolute;}
ul.cont-list1{
	margin: 20px 0 0 0;
    float: left;
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 10px;
    border-left: 10px solid #64ab64;
    padding-left: 30px;
}
ul.cont-list1 li{
	float: left;
	width: 49%;
	border-radius: 10px;
	line-height: 30px;
	text-align: left;
}
ul.cont-list1 li:nth-child(2){}
ul.cont-list1 li img{
	display:block;
	margin:0 auto 0 auto;
	filter: grayscale(1);
}
.cont-list1-p1{
	font-weight: 600;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    padding: 20px 0 0 0;
}
.cont-list1-p2{
	color:#4b4d4a;
}
.cont-frm{
	width:71.11%;
	display:table;
	margin:40px auto 0 auto;
}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}

@media only screen and (max-width: 1187px){
	
.banner__right { padding: 20px 0 50px;}
.banner__heading { font-size: 48px; line-height: 56px;}
.banner__strip { margin-top:25px;}
.banner__strip img { left: -140px; width: 110px;}
.button_box { margin-top:35px;}

.scroll-points { padding: 20px 0;}

.section1 { padding: 45px 0 50px;}
.common__heading { font-size: 42px; line-height: 50px;}
.common__text { margin-top:20px;}
.s1__product { margin: 20px 0px 0 0; width: 490px;}
.pad-1 {padding: 0 67px;}
.s2-ul li .s1-p5 { padding: 0 42px; font-size: 16px;}

.s2-rgt { margin-top: 18px;}
.ing-img {  width: 36%;}
.s3-box-rit {width: 30%;padding: 20px 5px 10px 10px;}
.s3-box-lft {width: 70%;}

.s1-p5 {font-size: 26px;line-height: 36px;}
.s3-box {height: 393px;}

.s4-p1 {width: 67%;}


.s5-innr {padding: 70px 0px 0 0;}
.s5-models {left: -14%;}
.s5-ul {width: 57%;}
.s5-btl {left: 13%;}
.s5-li-txt1 {padding-left: 72px;font-size: 19px;}
.s5-mid-rgt {padding: 100px 20px 0 0;}
}

@media only screen and (max-width: 1021px){
	/*---CSS FOR BANNER-------*/
/*---CSS FOR BANNER-------*/
.banner__right { padding: 20px 0 30px;  width:60%;}
.banner__heading { font-size: 38px; line-height: 46px;}
.banner__strip { margin-top: 20px; padding: 8px 10px 8px 20px;}
.banner__strip img { left: -110px; width: 90px;}
.banner__strip p { font-size: 17px;}
.banner__points li {  font-size: 17px; line-height: 28px;}
.banner__points li img { width: 40px; top:8px; transform:none;}
.banner__points li p { font-size: 22px; line-height: 32px;}
.banner__points li span { font-size: 17px; line-height: 27px;}

.button_box { margin-top: 10px;}

.scroll-points { padding: 10px 0 15px;}
.scroll-points__list li { margin: 0 25px; padding-left: 25px; font-size: 16px; line-height: 16px; background-position: 0 2px; background-size: 18px;}

.section1 { padding: 35px 0 40px;}
.common__heading { font-size: 32px; line-height: 42px;}
.common__text { font-size: 17px; line-height: 24px;margin-top: 15px;}
.s1__left { width: 56%;}
.s1__right { width: 44%;}
.s1__product {margin: 20px -50px 0 0; width: 430px;}



.strip { padding: 18px 0 18px;background-size:cover;}
.strip p {width: 69%;font-size: 29px; line-height: 42px;}

.section-2 {padding:50px 0 20px;}
.s2-rgt {margin-top: 5px;}
.s2-ul li { font-size: 15px;line-height: 23px;}
.s2-ul img { width: 71px;height: 66px;}
.s2-leaf1 {max-width: 275px;}
.s2-btl {left: 51%; top: 328px;max-width: 86px;}
.s2-leaf2 {bottom: 5px;max-width: 160px;}
.s2-p1 span {font-size: 18px;}
.s1-p1 {font-size: 32px; line-height: 42px;}
.s1-p2,.section-1 .s1-p2 { font-size: 17px;line-height: 27px; margin-top: 5px;width:100%;}	
.pad-2 { padding: 0 50px 0px;}

.section-3 {padding: 60px 0 ;}
.s3-ul li img {  min-height: 197px;}
.s3-ul li .s1-p5 {line-height: 22px; margin-top: 1px;font-size: 18px;}
.s3-p1 {font-size: 24px; line-height: 34px;}
.s3-ul li p {padding: 10px 8px 0;}
.s3-ul li span { font-size: 20px;  line-height: 29px; margin-bottom: 10px;}
.s3-box-rit {width: 35%; padding: 10px 5px 10px 10px;}
.s3-box-lft {width: 65%; background:#ff7b90; height:100%;}
.s3-box {height: 315px;}
.s3-ul li {padding-left: 0;}

.section-4 {padding: 40px 0;}
.s4-txt {font-size: 40px;line-height: 40px;}
.s4-ul-2 li {padding: 0 10px;text-align: center;}
.s4-ul-2 li img {position: static; margin: 0 auto 0px;}
.s4-btl {position: absolute; top: 148px; left: 0; right: 0; display: block; margin: 0 auto; width: 292px;}

.section-5 {padding:30px 0 0px;}
.s5-line {margin-top: 25px;}
.s5-innr {width: 54%;padding:25px 0px 0 0;}
.s5-lft {margin: 25px 0 70px;}
.s5-ul li span {font-size: 19px; line-height: 28px; margin:0;}
.s5-li-txt1 {padding-left: 0;font-size: 18px;}
.s5-li-txt1 span {position: static;display: block;margin: 0 0 7px; height: 55px;width: 55px;font-size: 30px;line-height: 55px;}
.s5-li-txt2 {padding: 12px 0 0 0px;}
.s5-ul{width: 63%;margin-top: 20px; column-gap: 0; row-gap: 30px;}
.s5-ul li { margin-top: 0px; width: 48%;font-size: 17px;line-height: 27px;}
.s5-btl {left: 3%;top: 218px;max-width: 240px;}
.s5-prod-list li{ width:49%;}
}
@media only screen and (max-width: 767px){
	
	
	.banner{ background:#f9fbfa;}
.banner__right { padding: 0px 0 25px; width: 100%; text-align:center;}
.banner__heading { font-size:32px; line-height: 36px;margin: 0 0 0;}
.banner__prod_mob { float:left; width: calc(100% + 30px); margin-top:0;margin-left: -15px;}
.banner-prod-mob{ display:block; margin:0 auto; width:100%;}
.banner__strip { padding:5px 10px; width:calc(100% + 30px); margin-left:-15px;margin-top: 10px;}
.banner__strip_bullet { display:none;}
.banner__strip img { position:static; display:none; vertical-align:middle; width:75px; transform:none;}
.banner__strip p {text-align:center; font-size:16px;line-height: 26px; letter-spacing:1px;}
.banner__points { text-align:left; margin-top:0;}
.banner__points li { padding-left: 50px; margin-top:15px;}
.banner__points li img { width: 35px;}
.banner__points li p { font-size: 18px; line-height: 25px;}
.banner__points li span { font-size: 17px; line-height: 27px;  margin-top: 3px;}

.scroll-points { padding: 9px 0 12px;}
.scroll-points__list li { margin: 0 15px; padding-left: 20px; font-size: 14px; line-height: 14px; background-size: 14px;}
.scroll_strip{padding: 15px 0 20px;}
ul.scroll_strip_list li{font-size: 14px;
    line-height: 18px;}
.section1 { padding: 25px 0 30px;}
.common__heading { font-size: 28px; line-height: 34px;}
.s1__left { width:100%;}
.s1__right { float:left; width:100%; margin-top:20px;}
.s1__product { display:block; float:none; margin:0 auto; width:100%; max-width:280px;}
.s1__left .common__text { width: 100%;}

.section-2{ padding:0px 0 0;}
.s2-innr{background: #fff8f0;text-align: center;width: 100%;float: left;padding: 30px 0; height:auto;}
.s2-lft {float: right;width: 100%;padding: 0 5px 0; margin:0;}
.s2-rgt{ width:100%; text-align:center;}
.ing-img{float:none; width:300px; margin:20px auto 0;}
.s2-bx-inr-mob{ background:rgb(255, 255, 255, 0.7);padding: 20px 10px;}
.s2-ul{ padding: 35px 0px 35px;justify-content: center;}
.s2-Box .s1-p2 { width: 100%;}
.s2-ul {    margin: 0px auto 0;  row-gap: 33px;}
.s2-ul li { width: 31%;}
.s2-ul li img {margin: 0 auto 8px;}
.s2-banner-mob{display:inline-block;max-width:100%; margin: 15px 0;}
.s2-btl {max-width: 180px; position: static;  transform: rotate(0); margin-top: 65px; display:none;}
.s2-btl2 {top: 650px;}
.s2-btl1 {top: 648px;right: 14%;}


.section-3{padding: 30px 0 0;}

.s3-box {height: auto;margin: 20px 0 0;}
.s3-box-lft {width: 100%;background:none;}
.s3-box-rit {width: 100%;padding: 20px 20px;}
.s3-sdo-img{vertical-align:top;}
.s3-p1 {font-size: 21px;line-height: 30px;}
.s3-ul { margin:15px 0 0 ; row-gap:20px;}
.s3-ul li{ width: 100%;  padding: 10px;  height: auto;}

.section-4{ padding:30px 0;}
.s4-txt {font-size: 32px; line-height: 36px;}
.s4-innr {width: 100%;background: none;padding: 0 0 0 0; height: auto;text-align: center;}
.s4-innr .shop-btn{margin:30px 0 0 0px}
.s4-ul {margin: 20px 0 0; background: none; row-gap: 20px;}
.s4-ul li{font-size: 16px;    line-height: 25px; padding: 0 0 0 70px;}
.s4-li-div {padding: 15px 0px;}
.s4-inr-lft { width: 330px; margin: 0 auto; text-align: center; height: 333px;float:none;}
.s4-btl{position: static; max-width: 280px; margin: 0 auto -10px;}
.s4-p1 {width: 100%;float: left;margin-top: 60px;font-size: 31px;line-height: 41px;}
.s4-ul li img {max-width:120px;}
.section-4 .s3-p1 {line-height: 33px; font-size: 28px;}
.s4-ul-2{row-gap: 15px;}
.s4-ul-2 li {padding: 0 25px;width: 100%;}
.s4-ul-2 li img{max-width: 60px;margin-bottom: 0;}
.s4-ul-2 li:nth-child(2), .s4-ul-2 li:nth-child(3) {margin-top: 20px;}
.s4-ul-2 li .s1-p2 {font-size:17px;line-height:22px;}
.s4-btl {  max-width: 227px;}

.section-5 {padding: 30px 0 0;}
.s5-innr {width: 100%;padding: 0px 0px 0 0;text-align: center;}
.s5-lft {text-align:center;margin: 20px 0 0px;}
.s5btl{max-width: 180px;}
.s5btl1, .s5btl2{max-width: 160px; left: 40px; transform:translateX(0)}
.s5btl2{left:auto; right:40px}
.s5-models { position: static; max-width: 230px; margin: 0 0 -5px -27px;}
.s5prod-sec{margin-top:20px;}
.s5-prod-list li{width:100%; row-gap: 10px;}
.s3-btn, .prod-name, .s5-prod-list2 li .prod-name, .s5-prod-list2 li .s3-btn{width:100%; }
.prod-name span{display:block;}
.s5-prod-list{row-gap: 30px;}
.s5-prod-list li .s1prd{max-width: 130px; left: 10px; top: 19px;}
.s5-btl {position: static; margin: 0px 0px -7px -80px; max-width: 220px;}
.s5-lft .s1-p1 {font-size: 26px;line-height: 36px;}
.s5-models1{display: inline-block;max-width:270px;margin: 15px 0 0 0;float: none;}
.s5-ul {width: 100%;row-gap: 22px;margin-top: 0px;}
.s5-ul li {padding: 0px 15px;font-size: 17px;line-height: 27px;width: 100%;text-align: center;}
.s5-li-txt1 {font-size: 22px;line-height: 30px;}
.s5-li-txt2 {padding: 10px 0 0 0px;font-size: 17px;line-height: 26px;}
.s5-prod-list li:nth-child(10){ width: 100%;}
	
	
}



