@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: 'Greycliff CF';
	font-weight: 600;
	}
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;}
img {border: none; max-width:100%; 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;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
/*-----------------------
    MAIN CSS START
------------------------*/

.offerStrip{
	background:#325E15;
	float:left;
	width:100%;
	text-align:center;
	padding:7px 0;
	}
.offerStrip p{
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	}
.offerStrip p span{ color:#fff600;}		
/*HEADER CSS*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:65px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:65px;
	padding:13px 0;
	
	margin-top:-65px;
	top:65px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border-bottom: 1px solid #e5dfdf;
	}			
.logo{
	float:left;
	max-width: 220px;
}

ul.topMenu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 1;
	}
ul.topMenu li{
	float:left;
	padding:0 14px;
	letter-spacing:0.5px;
	position:relative;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#e1e1e1;
	top:1px;
	bottom:1px;
	position:absolute;
	right:0;
	}
ul.topMenu li a{
	color:#333333;
	font-size:17px;
	line-height:17px;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	}
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover{color:#325E15;}

a.nav-btn{
    float: right;
    color: #fff;
    background: #325E15;
    font-size: 18px;
    font-family: 'Greycliff CF Extra';
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    letter-spacing: 0.5px;
    margin: -1px 0 0 5px;
    padding: 0 10px;
	}
a.phn-btn{
	background:#fff;
	border:2px solid #325E15;
	color:#325E15;
	line-height: 41px;
	margin-right:5px;
	transition:ease-out .5s;
	}	
a.phn-btn:hover{ background:#325E15; color:#fff;}	

/*-----------------------
		BANNER
------------------------*/
.banner {
	background: url(../images/banner-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    height: 820px;
	}
.bnr-left{
	    float: left;
    width: 50%;
    text-align: left;
    margin-top: 100px;
	}	
.bnr-top-txt{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.5px;
	}	
.bnr-head{
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 66px;
    color: #fff;
    font-weight: bold;
	margin-top:10px;
}
.bnr-para{
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
	letter-spacing:0.5px;
	font-family: 'Inter', sans-serif;
    font-weight: 400;
	margin-top:17px;
	}	
.bnr-review{
	float:left;
	width:100%;
	margin-top:35px;
	}
.bnr-review p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	color:#222222;
	letter-spacing:0.5px;
	padding:0 3px;
	}	
.star{ 
	display:inline-block;
	vertical-align:middle;
	}
.very-tk{ 
	display:inline-block;
	vertical-align:middle;
	}		
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width: 250px;
	max-width:100%;
	text-align:center;
	margin-top:45px;
	}
.banner .btnBlk{margin-top:45px;}
.pg-btn{
	float: left;
    width: 100%;
    height: 60px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #325E15;
    border: 2px solid #fff;
    border-radius: 40px;
	}
.pg-btn p{
	float:left;
	width:100%;
	color:#fff;
	line-height: 58px;
	font-size:32px;
	font-weight:bold;
	text-shadow:1px 1px #72711e;
	letter-spacing:0.5px;
	}
.btn-arw{
    display: inline-block;
    vertical-align: middle;
    margin: -12px -10px 0 34px;
	}	
.mbg-txt{
	float:left;
	width:100%;
	position:relative;
	margin-top:8px;
	}
.mbg-txt span{
	display:inline-block;
	vertical-align:middle;
	color:#1c7344;
	font-size:28px;
	padding:0 5px;
	font-family: 'Greycliff CF Extra';
	font-weight:bold;
	z-index:2;
	letter-spacing:1px;
	position:relative;
	}
.mbg-txt span:before, .mbg-txt span:after{
    content: '';
    position: absolute;
    top: 15px;
    height: 1px;
    background: #c0c0ab;
    width: 90px;
    left: -100px;
	}	
.mbg-txt span:after{ 
	left:auto;
	right:-100px;
	}	
.mbg-txt span img{
	display:inline-block;
	vertical-align:middle;
	margin:-14px 8px 0 0;
	}	
.bnr-list{
	float: left;
    width: 100%;
    margin-top: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bnr-list li{
	    float: left;
    width: 33.33%;
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    line-height: 24px;
    color: #2c2c2c;
}	
.bnr-list li img{
	position: absolute;
    left: 0;
    top: 0;
}


/*-----------------------
   BANNAR BOTTOM STRIP
------------------------*/	
.bnr-btmstrip{
	background: url(../images/bnr-strp-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    background-size: cover;
    padding: 0 0 50px;
	position:relative;
	}
.bnr-btmstrip:before{
	content:'';
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-7.5px;
	background:url(../images/dwn-arw.png) no-repeat center center;
	width:15px;
	height:61px;
	}	
.btmstrp-list{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 10px;
	}
.btmstrp-list li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:0 38px;
	}	
.btmstrp-list li img{
	margin:0 auto;
	max-width:100%;
	display:block;
	}	
.btmstrp-list li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#353535;
	letter-spacing:0.5px;
	margin-top:10px;
	}	
/*-----------------------
		SECTION 1
------------------------*/	
.section1{
	background:url(../images/section1-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding:30px 0 50px;
	}		
.common-head{
    float: left;
    width: 100%;
    font-size: 55px;
    line-height: 60px;
    color: #000;
    letter-spacing: 0.5px;
	}	
.section1 .common-para { color: #000;}
.common-para{
	display: inline-block;
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 25px;
	}
.white{ color:#fff;}

.vid-sec{
    display: inline-block;
    max-width: 625px;
    width: 100%;
    background: #fff;

    position: relative;
    padding-bottom: 30%;
    margin-top: 35px;
	}
.vid-sec img{
	max-width:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	float:left;
	width:100%;
	height:100%;
	padding:1px;
	border-radius:10px;
	}
	
.sec1-list {
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 160px;
	row-gap: 20px;
}
.sec1-list li{
    float: left;
    width: 30%;
	position:relative;
}
.sec1-list li:after {
    content: "\002B";
    position: absolute;
    top: 50%;
    right: -30px;
    font-size: 50px;
    line-height: 50px;
    color: #325E15;
    transform: translateY(-50%);
}
.sec1-list li:last-child:after{
	content:"";
}
.sec1-list li img{
	margin:0 auto;
	max-width:100%;
	display:block;
	}	
.sec1-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-top:15px;
	}
.sec1-list li p{ margin-top:12px;}			
	
.s1-img-slider{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	}
.s1-slider-col{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	}
.s1-slider-col img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 80px 0;
	background:#f6f9ff;
	position:relative;
	min-width:1170px;
}
.s2-circle{
	position:absolute;
	left:50%;
	top:-115px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.s2-block {
    float: left;
    width: 100%;
    margin: 28px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}
.s2-prd-box {
    float: left;
    width: 24%;
    background: #fff;
    position: relative;
}
.s2-bx-arw{
	position:absolute;
	left:50%;
	top:-25px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.s2-p1{
	float: left;
	width: 100%;
	font-size: 33px;
    line-height: 35px;
	color:#fff;
	font-weight:bold;
	background:#333;
	padding:15px 10px;
	letter-spacing:-0.5px;
}
.s2-p2-g{
	float: left;
	width: 100%;
	font-size: 21px;
	line-height:24px;
	background:#ffddb9;
	padding:5px 10px 10px;
	
}
.s2-prd-div{
	float: left;
	width: 100%;
	padding:20px 12px;
	position:relative;
}
.s2-prd-1{
	display: inline-block;
    max-width: 130px;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}
.s2-prd-1:nth-child(2), .s2-prd-1:nth-child(3), .s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    position: absolute;
    max-width: 117px;
    z-index: 5;
    left: 20%;
    top: 30px;
}
.s2-prd-1:nth-child(3) {
    left: auto;
    right: 20%;
}
.s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    z-index: 0;
    max-width: 104px;
    top: 40px;
    left: 10%;
}
.s2-prd-1:nth-child(5) {
    left: auto;
    right: 10%;
}
.s2-price-div{
	float: left;
	width: 100%;
	border:5px solid #fff;
	background:#f4f4f4;
	padding: 20px 0px 20px;
	position:relative;
}
.s2-prc-arw{
	position:absolute;
	left:50%;
	top:0px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.s2-p3{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}
.s2-p3 sup {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
}
.s2-p3 span {
    position: relative;
}
.s2-p3 sub {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: -14px;
    bottom: 7px;
    color: #008d36;
}
.marg-1{
	margin:0 1.5%;
}
.s2-p4 {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
	font-weight:500;
    position: relative;
}
.s2-p4:after, .s2-p4:before {
    position: absolute;
    content: '';
    right: -410px;
    top: 50%;
    width: 385px;
    height: 1px;
    background: #cccccc;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.s2-p4:before {
    left: -410px;
    right: auto;
}
.s2-ul{
	float: left;
	width: 100%;
	margin:35px 0 0;
}
.s2-ul li{
	float: left;
	width: 16.5%;
	background: url(../images/s2-line.png) no-repeat right bottom;
}
.s2-ul li:last-child{
	background:none;
}
.s2-ic-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:10px;
}
.s2-p5{
	float: left;
	width: 100%;
	font-size: 19px;
	line-height:24px;
	font-weight:500;
	color:#2d2d2d;
}
.s2-p2-o{
	background: #b0dbff;
}
.s2-p2-c{
	background: #d4ffdc;
}
/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.s3-list{
	    float: left;
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.s3-list li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 10px;
	position:relative;
	}
.s3-list li:after{
    content: '';
    right: -60px;
    top: 45px;
    width: 120px;
    height: 2px;
    background: #b796b5;
    position: absolute;
	}
.s3-list li:last-child:after{display:none;}		
.s3-list li img{
	max-width:100%;
	display:block;
	margin:0 auto 0;
	}	
.s3-list li .step{
	font-size: 99px;
    line-height: 99px;
    color: #d9e3ec;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;	
	}	
.s3-list li span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-top:65px;
	position:relative;
	z-index:2;
	}
.s3-list li p{ 
	margin-top:40px;
	position:relative;
	z-index:2;
	line-height: 28px;
	}

/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	    float: left;
    width: 100%;
    background: #e9e9e9;
    padding: 65px 0 70px;
	}
.s4-list-box{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
	row-gap: 30px;
	}
.s4-list-row{
	float:left;
	width:31.5%;
	background:#fff;
	text-align:center;
	overflow:hidden;
	border-radius:12px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	position:relative;
	padding: 20px 10px;
	}
.s4-list-imgs{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.s4-list-caption{
	position:absolute;
	top:20px;
	left:20px;
	width:148px;
	height:34px;
	background:#fff;
	border-radius:22px;
	text-align:center;
	font-size:14px;
	line-height:34px;
	letter-spacing:0.5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;	
	}	
.s4-list-innrbox{
	float:left;
	width:100%;
	padding: 15px 10px;
	}
.s4-list-innrbox span{
	float:left;
	width:100%;
	font-size:30px;
	font-size: 26px;
    line-height: 30px;
    color: #353535;
}
.s4-list-innrbox .common-para {
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
    font-weight: 700;
    color: #325E15;
}
.s4-list-innrbox .common-para span {
    font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.s4-list-row .btnBlk {
    margin-top: 0px;
}
																																																	
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	background:#edf3f8;
	padding:30px 0;
	}	
.footerBox1{
	float:left;
	width:100%;
	background:#fff;
	padding:80px 0 70px;
	}		
.footer-inner {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.ftrBox1, .ftrBox2, .ftrBox3 {
    float: left;
    width: 46%;
    text-align: left;
}
.ftr-logo{
	display:inline-block;
	vertical-align:middle;
	max-width: 260px;
}	
.ftrbx1-t1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 27px;
    width: 100%;
}
.ftrBox2, .ftrBox3 {
    width: 25%;
}
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:22px;
	color:#353535;
	letter-spacing:0.5px;
	font-weight:bold;
	}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
ul.frt-list li{
	    float: left;
    width: 100%;
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 20px;
	}	
ul.frt-list li a{ color:#1c1c1c;}
	
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
ul.ftr-nav li{
	position:relative;
	padding-left:30px;
	}
ul.ftr-nav li a{color:#1c1c1c;}
ul.ftr-nav li img{
	position:absolute;
	left:0;
	top:0;
	}	
a.ftr-btn{
	display:inline-block;
	vertical-align:top;
	width:222px;
	height:52px;
	text-align:center;
	background:#325E15;
	font-family: 'Greycliff CF Extra';
	font-weight:bold;
	font-size:20px;
	line-height:52px;
	color:#fff;
	letter-spacing:0.5px;
	border-radius:40px;
	margin-top:35px;
	}							
.footerBox2{
	float:left;
	width:100%;
	text-align:center;
	background:#f7f7f7;
	padding:30px 0;
	font-size:16px;
	color:#000;
	letter-spacing:0.5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;	
	}
.ftr-cpyrght{float: left;margin-top: 6px;}		
.ftr-link{float:right;}	
.cards-ftr {
    display: inline-block;
    max-width: 140px;
}
.ftr-link a{ color:#000; padding:0 5px;}	

/*-----------------------
CSS FOR PRODUCTS PAGE
------------------------*/
.productBannar{
    background: url(../images/product-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 35px 0 52px;	
	}
.product-head{
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-top: 55px;
	}
ul.prodNav{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	}
ul.prodNav li{
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
	margin-top:15px;	
	}
ul.prodNav li a{
	color:#88b44e;
	font-weight:400;
	}
	
.product-section{
	float:left;
	width:100%;
	background:#fff;
	}
.prodBox{
	/*float: left;
    width: 100%;
    display: flex;	*/
	}	
.categBox{
	background:#eef5e5;
    width: 300px;
    text-align: left;
	border-top:6px solid #88b44e;
	padding:20px;
	margin-right:12px;
	}
.categ-t1{
	float:left;
	width:100%;
	font-size:28px;
	color:#252c30;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
	margin-top:18px;	
	}
.categ-t1 img{
    display: inline-block;
    vertical-align: middle;
    margin: -8px 5px 0 0;
	}
.categRow{
    float: left;
    width: 100%;
    padding: 0 5px;
    margin-top: 30px;
	}
.categ-nm{
	float:left;
	width:100%;
	font-size:20px;
	color:#252c30;
    font-family: 'Playfair Display', serif;
	font-weight:700;
	}
ul.categ-list{
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 15px;	
	}	
ul.categ-list li{
    background: url(../images/bult-img.png) no-repeat left 5px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #252c30;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-left: 20px;
    margin-top: 15px;	
	}					
	
.prod-rgtBox{
    width: calc(100% - 300px);
    margin-top: 30px;
	padding-bottom:80px;
	}
.prodCateBox{
	float:left;
	width:100%;
	}
.prodCate-head{
    float: left;
    width: 100%;
    text-align: left;
    background: #eef5e5;
    font-size: 30px;
    line-height: 30px;
    color: #252c30;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 17px 30px;	
	}
ul.prodBlock{ margin-top:20px;}
ul.prodBlock-top{ margin-top:50px;}
ul.prodBlock li{ width:50%;}
ul.prodBlock li:nth-child(3), ul.prodBlock li:nth-child(4){ margin-top:60px;}
a.learn-btn{
    font-size: 18px;
    line-height: 50px;
    min-width: 200px;
    height: 50px;
    margin-top: 25px;	
	}	
ul.prodBlock li .str-top{ margin-top:15px;}	
.prodCate-top{ margin-top:80px;}					
	
/*---------------------------
CSS FOR PRODUCTS DETAILS PAGE
---------------------------*/
.product-details{
	float:left;
	width:100%;
	background:#fff;
	}		
.prodDetailsBox{
	float:left;
	width:100%;
	padding-top:75px;
	}
.prodDelLft{
	float:left;
	width:36%;
	text-align:center;
	border:1px solid #dcdcdc;
	padding:30px;
	}
.prodDelLft img{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.prodDelRgt{
	float:right;
	width:60%;
	text-align:left;
	}
.prod-nm{
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    color: #252c30;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
	}
.prd-star{
	float:left;
	margin-top:12px;
	}	
.prod-para{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #252c30;
    margin-top: 10px;
	}
ul.prod-list{
    float: left;
    width: 100%;
    text-align: left;
	}	
ul.prod-list li{
	background: url(../images/prod-tike.png) no-repeat left 2px;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #252c30;
    padding-left: 35px;
    margin-top: 15px;	
	}
.button-selctBox{
	float:left;
	width:100%;
	margin-top:30px;
	}
.prod-selct{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #252c30;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
	margin-bottom:20px;	
	}	
.buyOpt-row{
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    background: #eef5e5;
    border-radius: 8px;
    margin: 0 2px;
	}
.packageOpt{
	float: left;
	width:100%;
	}
.packageOpt p{
	float: left;
	width: 100%;
	color: #252c30;
	font-size:20px;
	line-height: 30px;
	font-weight:700;
	}
.packageOpt p span{
	font-weight: 400;
    display: block;}
.packageOpt input[type=radio]:checked + label p{ color:#fff;}
.packageOpt input[type=radio]:checked + label{ background: #88b44e;}
.packageOpt input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}	
a.cart-btn{ margin-top:30px;}	
.pr-dtl-s1-rgt-p2 {
    float: left;
    font-size: 28px;
    line-height: 26px;
    margin-top: 0px;
}
.pr-dtl-s1-rgt-p2 span{
	font-size: 40px;
	font-weight: bold;
	}
.prodDel-sec{
	float:left;
	width:100%;
	padding:50px 0 70px;
	}
.prodDel-sec .comonHeading{
    background: url(../images/product-img.png) no-repeat center top;
	}
ul.prodDel-top{ margin-top:60px;}
	
ul.tab-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	}
ul.tab-list li{
	display: inline-block;
    vertical-align: middle;
    background: #f5f8f2;
    font-size: 29px;
    line-height: 29px;
    color: #252c30;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 20px 35px;	
	}
.tabBox{
	float: left;
    width: 100%;
    background: #f5f8f2;
    padding: 35px 30px;
	}	
.tab-para{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    color: #252c30;
    margin-top: 40px;	
	}	
.top-0{ margin-top:0;}			
																			
/*------------------------
CSS FOR CONTACT PAGE
------------------------*/	
.contact-section{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.cont-box{
	margin:0 auto 0;
	width:86%;
	display:table;
	position:relative;
	}
.cont-lft{
	float:left;
    width: 61%;
    text-align: left;
    padding: 30px 40px;
    background: #252c30;
	}
.cont-p5{
	float: left;
    width: 100%;
    font-size: 28px;
	line-height:28px;
    color: #fff;
	font-family: 'Playfair Display', serif;
	letter-spacing:1px;
	}		
.cont-frm-box{
	float: left;
    width: 100%;
	margin-top:30px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    background-color: #252c30;
    margin: 12px 0;
	}
.cont-input-box label{
	float: left;
    width: 100%;
    font-size: 18px;
	line-height:18px;
    color: #fff;
	font-family: 'Playfair Display', serif;
	letter-spacing:1px;
	margin-bottom:10px;	
	}	
.cont-field-all, textarea{
    float: left;
    width: 100%;
	background:#252c30;
    border: 1px solid #787a7b;
    outline: none;
    height: 45px;
    color: #fff;
    font-size: 20px;
    padding: 0 0px 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	}
textarea{ resize:none;}	
.cont-btn{
    display: inline-block;
    vertical-align: middle;
    background: #88b44e;
    color: #fff;
    font-size: 22px;
    line-height: 65px;
    text-align: center;
    border-radius: 36px;
    min-width: 245px;
    height: 65px;
    padding-right: 20px;
    position: relative;
    margin-top: 52px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;	
	-webkit-appearance: none;
	cursor:pointer;
	border:none;
	margin-top:15px;
	position:relative;
	}
.cont-btn:after{
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f138";
    font-size: 19px;
    margin-left: 10px;
    color: #2c3a26;
    padding-top: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	}
.cont-btn:hover{
	background:#fff;
	color:#000;	
	}		
	
.cont-rgt{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;	
    background: #88b44e;
    width: 39%;
    padding: 35px 16px;
    text-align: left;
	}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 28px;
	line-height:28px;
    color: #fff;
    color: #fff;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;	
	}
.cont-p2{
	float: left;
    width: 100%;
    font-size: 20px;
	line-height:28px;
    color: #fff;
	margin-top:18px;
	}	
.cont-ul{
	float: left;
    width: 100%;
	}
.cont-ul li{
	float: left;
    width: 100%;
	padding:0 0 0 62px;
	margin-top:35px;
	position:relative;
	}
.cont-p3{
	float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight:700;
	}
.cont-p4{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
	font-family: 'Playfair Display', serif;
	margin-top:3px;
	}	
.cont-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.dsplay.pro-sec1 {
    float: left;
    width: 100%;
    padding: 50px 0;
}																			
																		


