@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Outfit', 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: inherit;text-decoration: none;}
a:hover {}
img {border: none;max-width: 100%;height: auto; vertical-align: middle;}
li {list-style: none;}

* {box-sizing: border-box;}
.img-full {max-width: 100%;}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*=========FONTS===========*/

/*==========Header==============*/
.topStrip {
	float: left;
    width: 100%;
    background: #000000;
    padding: 10px 0;
}

.topStrip img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: -2px 4px 0 0;
}

.topStrip p {
	    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 3px;
}


.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.header {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: -70px;
	position: relative;
	    background: #d9847d;
	top: 70px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.fixed-nav .header {
	position: fixed;
	z-index: 11;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	background: #d9847d;
}

.logo {
	float: left;
    margin-top: 10px;
    max-width: 120px;
}
.logo img {
    filter: brightness(0) invert(1);
}

a.header-btn {
	       float: right;
    width: 160px;
    font-size: 15px;
    color: #d9847d;
    height: 45px;
    border-radius: 5px;
    font-weight: 300;
    line-height: 45px;
    background: #ffffff;
    text-transform: uppercase;
    margin-top: 13px;
}
a.header-btn:hover{
	text-shadow: 1px 1px 10px #000;
    font-weight: 400;
}

a.header-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

ul.mainMenu {
	display: inline-block;
	vertical-align: middle;
	    margin: 26px 0 0 50px;
}

ul.mainMenu li {
	float: left;
	padding: 0 20px;
}

ul.mainMenu li a {
	float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.mainMenu li a.active,ul.mainMenu li a:hover {color: #fff;}


.header .container {
	position: static;
}

.dropMenu2 {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	top: 65px;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index: 9;
	-webkit-box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #f1f1f1;
}

ul.mainMenu li:hover .dropMenu2 {
	opacity: 1;
	visibility: visible;
}

.megaMenu {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.menuOpen {
	position: relative;
}

.menuOpen:after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 13px;
	color: #333;
	font-size: 25px;
	line-height: 24px;
}

.menuOpen.mnutog:after {
	content: '-';
}

ul.dropdown-mobile {
	float: left;
	width: 100%;
	display: none;
	padding: 10px 25px 15px;
	background: #d6fbff;
}

ul.dropdown-mobile li {
	border: none;
}

ul.dropdown-mobile li a {
	border: none;
	font-size: 16px;
	padding: 10px 32px;
	color: #1a1a1a;
	position: relative;
}

ul.dropdown-mobile li a:before {
	position: absolute;
	left: 8px;
	top: 15px;
	/*background:#1a6834;*/
	background: url(../images/drop-menu-arw.png) no-repeat left center;
	width: 11px;
	height: 15px;
	background-size: 100%;
	/*border-radius:50%;*/
	content: "";
}

ul.mainMenu li a img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

/* ul.mainMenu li:hover a img{filter: brightness(99);} */
ul.mainMenu li .dropMenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: none;
	padding: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);

	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background: #1a6834;
	top: 23px;
	left: 0;
	overflow: hidden;
	z-index: 99;
	min-width: 220px;
}

.dropMenu ul {
	float: left;
	width: 100%;
}

.dropMenu ul li {
	float: left;
	width: 100%;
	border: none;
	text-align: left;
	padding: 0 !important;
}

.dropMenu ul li a {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	padding: 15px 20px;
	border-top: 1px solid #46875b;
	text-align: left;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.dropMenu ul li:hover {
	background: #1a6834;
	color: #fff;
}

ul.mainMenu li:hover .dropMenu {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	transform: translateY(18px);
}

ul.tips-list {
	width: 100%;
	margin: 0 auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.tips-list li {
	float: left;
	width: 32%;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #dadada;
	position: relative;
	overflow: hidden;
}

ul.tips-list li a {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.tips-list li .tips-img {
	width: 145px;
	margin: 0;
}

ul.tips-list li div {
	width: calc(100% - 145px);
	text-align: left;
	padding-left: 25px;
}

.saving-tips-title {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	text-align: left;
	font-family: "Outfit", sans-serif;
	font-weight: bold;
}

.saving-tips-title small {
	font-weight: normal;
	font-size: 13px;
	font-family: 'Inter';
}


ul.nav-rgt {
	float: right;
	text-align: left;
	margin: 20px 20px 0 0;
}

ul.nav-rgt li {
	display: inline-block;
	vertical-align: middle;
}

ul.nav-rgt li img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	filter: invert(1);
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 26px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition: 0.4s;
}

.bar2 {
	margin: 6px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background: #a7a7a7;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background: #a7a7a7;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 100px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}

.mobimenu-top {
	top: 70px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #000;
}

.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0;
	border-radius: 20px;
	background: #19c354;
	padding: 0;
	text-align: center;
}

/*==========banner==============*/
.banner{
	float: left;
    width: 100%;
    height:700px;
    background:url(../images/bnr-bg.jpg) no-repeat center top;
    padding: 0px 0px;
	overflow:hidden;
	text-align:center;
	}
.bnr-rght{
	   float: right;
    width: 52%;
    text-align: left;
    padding: 168px 0px 0 0;
}
.bnrHdng1{
	float: left;
    width: 100%;
	position:relative;
	margin-top:20px;
	}
.bnrHdng1 span{
	display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background: #ebedee;
    padding: 0 8px;
	}	
.bnrHdng1:before{
	content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
    border-bottom: 1px solid #b38168;
    width: 85%;
	}	
.bnrHdng{
	       float: left;
    width: 100%;
    font-size: 48px;
    line-height: 65px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Esteban', serif;
}
	
.bnrHdng span {    
	    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
	color:#fff;
}
.bnr-para{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-top: 16px;
	}
.bnr-txt1{
	float: left;
    width: 100%;
    font-size: 38px;
    line-height: 53px;
    color: #2f2f2f;
    margin: 0px 0 0px 0px;
    text-transform: capitalize;
	}	
.bnr-txt2{
	float:right;
    font-size:55px;
    line-height: 55px;
    color: #ffffff;
    font-weight:700;
	text-align: right;
	margin:80px 18px 0 0;
	}		
.shop-btn{
	width: 235px;
	height:54px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size:17px;
	line-height:54px;
	color: #fff;
	background: #d9847d;
	border-radius:5px;
	margin-top: 28px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	font-family: inherit;
	outline: none;
	}
.banner .shop-btn{}	
.brn-prd{
	position: absolute;
    top: 0;
    right:-80px;
	}
.brn-prd2{
	position:absolute;
	left:-60px;
	top:155px;
	}		

.btn-div {
	display: inline-block;
	width: 330px;
	text-align: center;
}

.shop-btn {
	width: 200px;
}

.shop-nw-btn {
	    margin-top: 35px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 290px;
    height: 60px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #d9847d;
    font-size: 22px;
    line-height: 60px;
    font-weight: 300;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1.5px;
    border: none;
    outline: none;
    transition: all 0.3s;
}


/*===============sectionOne=============*/

.section-1{
	float:left;
	width:100%;
	padding:45px 0;
	}
/*===============sectionOne=============*/	
.sectionOne{
	float:left;
	width:100%;
	background:#fff;
	padding: 30px 0 50px;
	text-align:center;
	overflow:hidden;
	position:relative;
	}
.sectionOne .comntxt{    font-weight: 500;
    line-height: 28px;
    font-size: 26px;}	
.s1-lft{
	    float: left;
    width: 43%;
    text-align: left;
    padding: 172px 0 13px;
	}
.s1-txt1, .s1-txt2, .s1-txt3{
	position: absolute;
	right: 24%;
	top: 122px;
	}
.s1-txt1{
	    font-size: 32px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    text-align: right;
	}
.s1-txt1 span{
	display: block;
	font-size: 50px;
	line-height: 74px;
	}
.s1-txt2{
	right:24%;
	top:280px;
	font-size:29px;
	line-height:33px;
	color:#fff;
	font-weight:bold;
	}		
.s1-txt3{
	right: 33%;
    top: 365px;
    font-size: 56px;
    line-height: 54px;
    color: #98466e;
    font-weight: 500;
    transform: rotate(270deg);
	}			
.s1-model{
	position:absolute;
	right:-102px;
	top:0;
	}	
.sec1-pdt{
    float: left;
    width: 100%;
    border: 2px solid #fff;
    height: auto;
    padding: 15px 9px;
	background:#fff;
    text-align: center;
	}
.s1-rgt{
    float: right;
	}
.s1-rgt .comnHdng{
	
	}
img.direct-arw {
    position: absolute;
    top: 420px;
    max-width: 100px;
    right: 567px;
}
.s1-rgt .comnHdng span{
	font-size: 48px;
    line-height: 62px;
	
	}
.sluls{
	float:left;
	width:100%;
	text-align:left;
	margin:25px 0 0;
	}
.sluls li{
	float: left;
    width: 100%;
    font-size: 22px;
    padding: 0 0 0 66px;
    position: relative;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #000;
	}
.sluls li span{
	    display: block;
    font-weight: 400;
    font-size: 19px;
    text-transform: none;
    line-height: 27px;
    color: #5e5e5e;
	}	
.s1img{
	position:absolute;
	top:0;
	left:0;
	}								
.comnHdng{
	    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 58px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Esteban', serif;
}
.comnHdng span{
    display: block;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 0;
    text-transform: capitalize;
	}

.comnHdng img{ margin: 0 0px 0 11px; }
.sub-hdng{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#4b4d4a;
	margin-top:10px;
	padding-bottom:26px;
	}
.comntxt{
	margin-top:18px;
	display:inline-block;
    width: 100%;
    font-size:18px;
    line-height:28px;
    color: #000000;
    font-weight:400;
}	
.s1uls{
	display: flex;
    flex-wrap: wrap;
    margin: 0px 0 60px;
    width: 100%;
    row-gap: 46px;
    justify-content: space-between;
    background: #fcf5f5;
    border-radius: 40px;
	}
.s1uls li {
	display: inline-block;
    width: 25%;
	padding: 28px 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #232323;
	border-right:1px solid #fefdfd;
}
.s1uls li:last-child{ border:none;}
.s1uls li span{
	display: block;
    font-weight: 400;
    padding:3px 0 0;
    font-size:16px;
	line-height:24px;
	color:#000000;
    text-transform: none;
	}
.s1li-img{
	display: block;
    margin: 0 auto 10px;
	}	
.s1-prd{
	display: block;
    margin: 13px auto 15px;
    width: 237px;
    max-width: 100%;
	}	
.s1-prd-hdg{
    float: left;
    width: 100%;
    color: #161d25;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
	margin-top:18px;
}
.s1-prd-para {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    /* font-weight: 400; */
    line-height: 28px;
    margin: 14px 0 0;
}
.s1-prd-price {
    float: left;
    width: 100%;
    color: #161d25;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin: 22px 0 0;
    }
.sec1-btn{margin: 23px 0 5px;}


/*============sectionFour===========*/	
.section4{
	float: left;
    width: 100%;
	height:527px;
    padding:60px 0 0;
    position: relative;
    overflow: hidden;
	background:url(../images/sec4.jpg) no-repeat center top;
	}
.s4txt{
	float: left;
    width: 70%;
    font-weight: 700;
    font-size: 37px;
    text-transform: capitalize;
    color: #302e36;
    text-align: left;
	}
.s4-pic{
	position: absolute;
    top: 71px;
    left: -14px;
	}	
.s4rgt{
	float: right;
    width: 55%;
	text-align:left;
	}
.s4rgt_uls{
	float: left;
    width: 100%;
    margin: 26px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
	}
.s4rgt_uls li{
	float: left;
    width: 50%;
    font-size: 20px;
    line-height: 30px;
	 color: #000;
    font-weight: 500;
    position: relative;
    padding:0px 0 0px 42px;
	text-align:left; 
	}
.s4rgt_uls li span{
	display:block;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	text-transform:none;
	}
.s4rgt_uls li img{
	position: absolute;
    top:2px;
    left:0px;
	}							

/*===========sectionTwo============*/
.sectionTwo{
	float: left;
    width: 100%;
        padding: 60px 0 15px;
    position: relative;
    background:#fff;
    text-align: center;
	}

.sec-2-img{
	display:block;
	margin:40px auto 0;
	}
				
ul.s2-list{
	float: left;
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin: 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	}	
ul.s2-list li{
	float: left;
    width:24%;
    text-align: center;
    font-size:20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    text-transform: capitalize;
	}
ul.s2-list li span{
	    display: block;
    font-size: 22px;
    line-height: 33px;
    color: #b1b1b1;
	display: none;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
	
ul.s2-list li img{
	display: block;
    margin: 0 auto 15px;
	border-radius:25px;
	max-width:100%;
	}	
ul.s2-list li:hover img{
	border:2px solid #d9847d;
	 box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	}			
.s2-lft{
	float:left;
	width:60%;
	}	
.s2-lft ul.s3-prdcts-list li {width: 32%;}	
.s2-lft ul.s3-prdcts-list li span {font-size: 16px;line-height: 26px;}
.s2-lft .shop-prc {font-size: 16px;line-height: 26px;}
.s2-lft .s3-li-div{padding: 10px 0 14px 12px;}
.s2-lft .s3-prod {max-width: 190px;}
.s2-Box1{
	float:left;
	width:100%;
	margin-top:55px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	}
.s2-Box2{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s2-Box2 ul.s2-list{ float:right;}	
.s2-Box2 .s2-rgt{
	float:left;
	padding:36px 35px 0 308px;
	text-align:left;
	}	
.s2-Box2 .s2-rgt img{
	right:auto;
	left:10px;
	}	
.s2-rgt{
	    float: right;
    width: 49%;
    height: 375px;
    padding: 56px 308px 0 20px;
    text-align: right;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e6e4d6;
    position: relative;
}
.s2-rgt img{
	position:absolute;
	right:10px;
	top:10px;
	}
.s2-txt1{
	float: left;
    width: 100%;
    color: #000;
    font-size:35px;
    font-weight:500;
    line-height:45px;
    text-transform: capitalize;
	}	
.s2-txt2{
	float: left;
    width: 100%;
    color: #000;
    font-size:18px;
    font-weight:400;
    line-height:24px;
	margin-top:30px;
    text-transform: capitalize;
	}
.s2-txt2 span{ font-weight:700; font-size:24px;}
.s2-txt3{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    text-transform: capitalize;
	}				
.s2-strip{
	float:left;
	width:100%;
	background:url(../images/s2-strip-bg.jpg) no-repeat center top;
	padding:60px 0;
	margin-top:30px;
	}
.s2-strip-lft{
	float:left;
	width:50%;
	text-align:right;
	padding:0 40px 0 160px;
	position:relative;
	}
.s2-strp-txt1{
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-weight:600;
	}
.s2-strp-txt2{
	font-size:26px;
	line-height:32px;
	color:#444444;
	font-weight:600;
	margin-top:20px;
	}
.s2-strp-txt3{
	font-size:18px;
	line-height:22px;
	color:#444444;
	font-weight:600;
	padding:8px 0;
	margin-top:15px;
	border-bottom:1px solid #c5ccd9;
	border-top:1px solid #c5ccd9;
	}
ul.s2-strp-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.s2-strp-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#444444;
	font-weight:500;
	}
a.shop-more{
	font-size:14px;
	line-height:16px;
	margin-top:20px;
	}
.s2-prod{
	position:absolute;
	left:-25px;
	top:20px;
	}
.s2-add-icon{
	position:absolute;
	left:50%;
	top: 120px;
    margin-left: -25px;
	}
.s2-strip-rght{
	float:right;
	text-align:left;
	padding:0 170px 0 40px;
	}
ul.s2-strp-list .s2-lst-list{
	margin-top:30px;}
.s2-Box{
	float:left;
	width:100%;
	margin-top:60px;
	}	
.s1-left{
	float:left;
	width:50%;
	text-align:left;
	}	
.s1-right{
	float:right;
	width:48%;
	text-align:left;
	}
.s2-image1{
	display:inline-block;
	max-width:100%;
	margin-top:30px;
	border-radius:30px 0 0 30px;}
.s2-image2{
	display:inline-block;
	max-width:100%;
	border-radius:0 30px 30px 0;}			
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.section-2 .no-txt {
	float: right;
}
.s2-product-wrap {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.s2-ul {
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
    row-gap: 35px;
}

.s2-ul-women {
	margin-bottom: 0;
}

.s2-ul li {
	    float: left;
    width:30%;
    margin: 0 0 0 0;
    text-align: left;
    position: relative;
}

.s2-ul li:hover .s2-img-1 {
    background: #fff;
    border: 2px solid #d9847d;
}

.s2-ul li:hover:after {
	display: block;
}

.s2-ul li .shop-nw-btn {
	margin-top: 10px;
}

.s2-img-1 {
	    float: left;
    width: 100%;
    background: #fcf5f5;
    border-radius: 15px;
    padding: 5px 11px 15px;
    margin-bottom: 15px;
}

.s2-p1 {
	    width: 100%;
    color: #000;
    font-size: 19px;
    line-height: 20px;
    float: left;
    position: relative;
    z-index: 4;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: "Quicksand", sans-serif;
}

.s2-p1 span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.s2-p2 {
	width: 140px;
	color: #ff8300;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	z-index: 5;
	position: relative;
	display: none;
	margin: 34px auto 0;
	border: 1px solid #ff8300;
	padding: 7px 10px;
}

.s2-ul li:hover .s2-p2 {
	display: block;
}

.s2-p3 {
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #1a201a;
    position: relative;
    font-weight: 700;
}

.off-30 {
	position: absolute;
	left: 0;
	top: 0;
}

.section-2 .pad-1 {
	padding-bottom: 0;
}

.section-2 .btn-div {
	margin-top: 30px;
	width: 310px;
}

.section-2 .btn-div .btn-p,
.section-2 .btn-div .btn-p a {
	color: #111;
}


/*===============sectionThree==========*/
.sectionThree {
	background: url(../images/sec3-bg.jpg) no-repeat center top;
	float: left;
	width: 100%;
	height: 440px;
	padding: 60px 0 0;
}

.s3-content {
	float: right;
	vertical-align: middle;
	width: 54%;
	text-align: left;
}


/*==========sectionFour================*/
.sectionFour {
	background: #fff;
	float: left;
	width: 100%;
	padding: 70px 0 80px;
	overflow: hidden;
}

.s4-cont {
	float: left;
	width: 25%;
	text-align: left;
}

.s4-star {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.s4-rev-txt {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-family: "Outfit", sans-serif;
	font-weight: bold;
	margin-top: 12px;
}

.s4-rgt {
	float: right;
	width: 70%;
}

.s4-product-wrap {
	float: left;
	width: 1440px;
}

.s4-product-col {
	float: left;
	text-align: left;
	width: 310px;
}

.s4-sld-heading {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
}

.t-star {
	display: inline-block !important;
	vertical-align: top;
	margin-top: 12px;
	width: 86px;
}

.s4-sld-para {
	margin-top: 15px;
}

.s4-sld-nmbox {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding: 3px 0 3px;
	margin-top: 15px;
}

.s4-sld-nmbox h4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
}

.s4-sld-nmbox p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	color: #23ae40;
	font-weight: 500;
	margin-left: 10px;
}

.very-img {
	display: inline-block !important;
	vertical-align: top;
	margin: 2px 2px 0 0;
	width: 12px;
}

/*==============sectionFive===============*/
.sectionFive {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.s5-mid-wrap {
	float: left;
	width: 100%;
}

.s5-mid-row {
	width: 100%;
	margin: 0 auto 0;
	background: #ecf2fe;
	position: relative;

	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-box-align: center;
	align-items: stretch;

	align-items: center;
}

.s5-mid-row:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -4000px;
	background: #ecf2fe;
}

.s5-mid-cont {
	width: 50%;
	text-align: left;
	position: relative;
	z-index: 2;
}

.s5-mid-row .s5-mid-cont {
	padding-left: 45px;
}

.s5-mid-row2 .s5-mid-cont {
	padding-right: 45px;
	padding-left: 0;
}

.s5-mid-row2 {
	background: #fff3f4;
}

.s5-mid-row2:before {
	left: -4000px;
	right: 0;
	background: #fff3f4;
}

.s5-mid-imgbx {
	width: 50%;
	height: 594px;
	position: relative;
}

.s5-mid-imgbx:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -400px;
	background: url(../images/s5-bnr-img1.jpg) no-repeat right top;
}

.s5-mid-row2 .s5-mid-imgbx:before {
	left: 0;
	right: -400px;
	background: url(../images/s5-bnr-img2.jpg) no-repeat right top;
}

/*=============sectionSix=============*/
.sectionSix {
	float: left;
	width: 100%;
}

.sectionSix .common-para {
	max-width: 90%;
}

ul.s6-list {
	background: #ffeef2;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	padding: 20px 10px;

}

ul.s6-list li {
	width: 24%;
	font-size: 18px;
	padding: 20px 10px;
	line-height: 27px;
	color: #000;
	border-right: 1px solid #fed7e0;
	text-align: center;
}

ul.s6-list li span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

ul.s6-list li:last-child {
	border: none;
}

/*=============sectionSeven=============*/
.sectionSeven {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.s7-block {
	float: left;
	width: 100%;
}

.s7-row {
	float: left;
	width: 100%;
}

.s7-imgbox {
	float: left;
	width: 55%;
}

.s7-bnr-img {
	margin: 0 auto 0;
	display: block;
	border-radius: 12px;
}

.s7-content {
	float: right;
	width: 42%;
	text-align: left;
}

.s7-innerbox {
	float: left;
	width: 100%;
	text-align: left;
}

.s7-heading {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-family: "Outfit", sans-serif;
	font-weight: bold;
}

.s7-heading img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 12px;
}


.s7-innerbox ul {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 33px;
	margin-top: 25px;
}

.s7-innerbox ul li {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 0 90px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

.s7-innerbox ul li img {
	position: absolute;
	top: 10px;
	left: 0;
}

.s7-innerbox ul li span {
	font-size: 20px;
	line-height: 33px;
	font-weight: 700;
	display: block;
}


.s7-left {
	float: left;
	width: 44%;
	text-align: left;
	position: relative;
	padding: 4px 0 4px 75px;
}

.s7-left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}

.s7-left p {
	font-size: 24px;
	line-height: 24px;
	color: #0d776b;
	font-weight: bold;
	margin-top: 5px;
}

.s7-right {
	float: left;
	width: 53%;
	text-align: left;
}

.s7-right .btn-box {
	margin: 0 auto 0;
}

.cancel-sub {
	    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
}

.cancel-sub .contact_message_box {
	width: 100%;
}

.cancel-sub .contact_form {
	margin: 0;
}

.cansel_txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	text-align: left;
}

.cansel_txt a {
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}

.contact_form {
	float: left;
	width: 100%;
	margin-top: 20px;

}

.form_element {
	float: left;
	width: 100%;
	margin-top: 15px;

}

.form_element.half {
	width: 48%;
}

.form_element.fl {
	float: left;
}

.form_element.fr {
	float: right;
}

.input_field {
	float: left;
	width: 100%;
	height: 55px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	-webkit-appearance: none;
	outline: none;
	font-size: 17px;
	line-height: 25px;
	padding: 15px 20px;
	font-family: 'DM Sans', sans-serif;
}

.form_element textarea {
	height: 125px;
	width: 100%;
	padding: 20px 25px;
	resize: none;
	outline: none;
}

.form_element label {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
}

.contact_send_btn {
	    float: left;
    width: 315px;
    height: 60px;
    color: #ffffff;
    font-size: 21px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    background: #d9847d;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}

/*==========footer===================*/
.footer {
	background: #333;
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.footer-col {
	float: left;
	width: 28%;
	text-align: left;
}

.footer-col-1 {
	width: 32%;
	padding-right: 30px;
}

.footer-col-2 {
	width: 20%;
}

.footer-col-3 {
	width: 26%;
}

.footer-logo {
	float: left;
	max-width: 170px;
    filter: brightness(0) invert(1);
}

.footer-para {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 22px;
}

.footer-social {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.footer-social li {
	float: left;
	margin-right: 25px;
}

.footer-heading {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
}

ul.foter-links {
	float: left;
	width: 100%;
	margin-top: 10px;
}

ul.foter-links li {
	float: left;
	width: 100%;
	margin-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

ul.foter-links li a {
	color: #fff;
}

ul.foter-links li img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.footer-bottom {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.ftr-dscripbx {
	float: left;
	width: 100%;
	border: 1px solid #80c3be;
	padding: 12px;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
}

.ftr-text1 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin-top: 40px;
}

/************************************/
#pop_overlay-ing {
    background-color: rgba(0, 0, 0, 0.6);
    clear: none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#pop_content-ing {
        width: 100%;
    background-color: white;
    border-radius: 4px;
    margin: 6% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px 20px;
    max-width: 900px;
    height: 599px;
    overflow-y: scroll;
}
.overlay-ing-blk {
    float: left;
    width: 100%;
}
.ing-hed {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}
#pop_content-ing .ing-img {
    width: 460px;
}

.cross {
    position: sticky;
    max-width: 100%;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px;
    float: right;
    filter: drop-shadow(2px 4px 6px black);
    margin-right: -20px;
	cursor: pointer;
}