@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: 'Fakt Pro';
	}
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;
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.img-full {
	max-width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.grn-bar{
	float: left;
	width: 100%;
	background:#028c48;
	padding:5px 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	}
.grn-bar b{
	font-weight:bold;
	color:#ffd800;
	}
.top-fix-bar {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 15;
	top: 0;
	border-bottom: 1px solid #e9edec;
	}
.top-bar {
	float: left;
	width: 100%;
	height:71px;
	background: #fff;
	}
.logo {
	float: left;
	max-width: 100%;
	}
.menu-bar {
	float:right;
	margin:27px 0 0 0px;
	}
.menu-bar li {
	float:left;
	color: #696969;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding:0px 0 0 20px;
	}
.menu-bar li a {color: #696969;}
ul.menu-bar li a:hover, ul.menu-bar li a.active {
	color: #F87E0C;
	text-decoration: none;
	}
.cart-txt{
	float: right;
	position: relative;
	margin: 27px 25px 0 30px;
	}
.cart-txt img{float:left;}
.cart-txt span{
	position:absolute;
	background:#f87f04;
	height:20px;
	width:20px;
	padding:2px;
	border-radius:50%;
	font-size:16px;
	line-height:16px;
	top:-10px;
	right:-25px;
	color:#fff;
	}
.header-gap {
	float: left;
	width: 100%;
	height: 100px;
	}


/********BANNER*******/

.banner{
	float:left;
	width:100%;
	background:url(../images_v3/bnr-bg.jpg) center top no-repeat;
	height:523px;
	}
.bnr-lft{
	float:left;
	width:42.73%;
	text-align:left;
	padding-top:50px;
	}
.bnr-hdg{
	float:left;
	width:100%;
	color:#3f3f3f;
	padding-bottom:40px;
	}
.bnr-hdg p{
	font-size: 26px;
	line-height:34px;
	font-weight:500;
	}
.bnr-hdg span{
	font-size: 52px;
	line-height:52px;
	font-weight:bold;
	}
ul.bnr-list{
	float:left;
	width:100%;
	margin-bottom:30px;
	}
ul.bnr-list li{
	float:left;
	padding:0 30px;
	text-align:center;
	background:url(../images_v3/bnr-list-img.png) left center no-repeat;
	font-size:20px;
	color:#008b48;
	}
ul.bnr-list li:first-child{background:none; padding-left:0;}
ul.bnr-list li img{
	display:block;
	margin:0 auto 5px;
	}
.bnr-btn{margin:20px 0;}
.bnr-rgt{float:right;width:52.73%;}
.bnr-prd{
	float:right;
	max-width:100%;
	margin-top:10px;
	}

/********STRIP 1*******/
.strip-1{
	float:left;
	width:100%;
	background:#f9f5ec;
	padding:15px 0 12px;
	}
ul.strip-list{
	display:inline-block;
	width:100%;
	}
ul.strip-list li{
	display:inline-block;
	color:#2f2f2f;
	font-size: 15px;
	line-height:22px;
	font-weight:bold;
	border-right:1px solid #bcd0c6;
	position:relative;
	text-align:left;
	padding: 0 35px 0 50px;
	margin-left: 35px;
	}
ul.strip-list li:last-child{border-right:none;}
ul.strip-list li img{
	position:absolute;
	left:0;
	top:0;
	}

/********SECTION 1*******/
.sec1{
	float:left;
	width:100%;
	padding:70px 0;
	}
.sec1-logo{
	display:inline-block;
	max-width:100%;
	}
.sec1-hdg {
	float: left;
	width: 100%;
	color: #2f2f2f;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	}
.sec1-video {
	display: inline-block;
	margin:40px 0;
	background:url(../images_v3/vid-bg.jpg) center top no-repeat;
	width:100%;
	}
.sec1-vid-sec{
	display:inline-block;
	max-width:774px;
	width:100%;
	border:3px solid #fff;
	box-shadow: 0px 15px 40px 5px #c8c8c8;
	-webkit-box-shadow: 0px 15px 40px 5px #c8c8c8;
	-moz-box-shadow: 0px 15px 40px 5px #c8c8c8;
	}
.vid-img {
	float:left;
	max-width: 100%;
	}
.sec1-btn{
	margin:20px auto 0;
	}

/********SECTION 2*******/
.sec2{
	background:#f5f5f5;
	float:left;
	width:100%;
	padding:70px 0;
	}
.comn-hdg{
	float:left;
	width:100%;
	}
.comn-hdg span{
	float:left;
	width:100%;
	font-size:42px;
	line-height:46px;
	color:#008b48;
	font-weight:bold;
	}
.comn-hdg p{
	color:#2f2f2f;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	}
ul.sec2-list{
	float:left;
	width:100%;
	margin-top:20px;
	justify-content: space-between;
    flex-wrap: wrap;
	display:flex;
	}
ul.sec2-list li{
	/* float:left; */
	width:23%;
	background:#fff;
	border:1px solid #e0e4e7;
	font-size:20px;
	line-height:26px;
	color:#4f4f4f;
	font-family: 'Fakt Pro Blond';
	text-align:center;
	padding: 30px 5px 10px;
	margin-top:30px;
	vertical-align:top;
	position:relative;
	}
ul.sec2-list li img{
	display:block;
	margin:0 auto;
	}
ul.sec2-list li span{
	font-size: 26px;
	line-height: 1;
	color:#2f2f2f;
	font-family: 'Fakt Pro';
	font-weight:bold;
	float:left;
	width:100%;
	padding-top:15px;
	min-height: 83px;
	padding-left: 15px;
	padding-right: 15px;
	}
ul.sec2-list li p{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	padding-bottom:10px;
	float:left;
	width:100%;
	}
.shp-btn{
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -109px !important;
	}	

/********SECTION 3*******/
.sec3{
	float:left;
	width:100%;
	padding:70px 0;
	}
ul.sec3-list{
	float:left;
	width:100%;
	margin-top:70px;
	}
ul.sec3-list li{
	float:left;
	width:23%;
	text-align:center;
	margin:0 1%;
	}
ul.sec3-list li img{
	display:block;
	margin:0 auto;
	}
ul.sec3-list li span{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	float:left;
	width:100%;
	padding:20px 0;
	}
ul.sec3-list li p{
	font-size:20px;
	line-height:24px;
	font-family: 'Fakt Pro Blond';
	float:left;
	width:100%;
	}

/********SECTION 4*******/
.sec4{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:70px 0;
	}
ul.sec4-list{
	float:left;
	width:100%;
	margin-top:50px;
	justify-content: space-between;
	flex-wrap: wrap;
	display:flex;
	}
ul.sec4-list li{
	float:left;
	width:24%;
	border:1px solid #e3e7ea;
	padding:15px;
	text-align:left;
	background:#fff;
	position:relative;
	padding-bottom:80px;
	}
ul.sec4-list li img{
	max-width:100%;
	}
ul.sec4-list li span{
	font-weight:bold;
	font-size: 22px;
	line-height:28px;
	padding:15px 0;
	float:left;
	width:100%;
	min-height:86px;
	}
ul.sec4-list li p{
	font-size:20px;
	line-height:24px;
	font-weight:300;
	float:left;
	width:100%;
	}
a.rd-mr{
	float:left;
	width:160px;
	border:1px solid #f88703;
	color:#f88703;
	font-size:16px;
	line-height:20px;
	border-radius:3px;
	text-align:center;
	padding:8px 0;
	margin:30px 0 10px;
	position:absolute;
	left:15px;
	bottom:10px;
	}

/********STRIP 2*******/
.strip-2{
	float:left;
	width:100%;
	background:#008b48;
	padding:20px 0 15px;
	}
ul.strip-2-list{
	display:inline-block;
	width:100%;
	}
ul.strip-2-list li{
	display:inline-block;
	color:#fff;
	font-size: 16px;
	line-height:22px;
	font-weight:300;
	border-right:1px solid #bcd0c6;
	position:relative;
	text-align:left;
	padding: 0 20px 0 60px;
	margin-left: 5px;
	}
ul.strip-2-list li span{font-weight:bold;}
ul.strip-2-list li:first-child{padding-left: 70px;}
ul.strip-2-list li:last-child{border-right:none;}
ul.strip-2-list li img{
	position:absolute;
	left:0;
	top:0;
	}

/********FOOTER LINKS*******/
.disc-sec{
	float:left;
	width:100%;
	padding:50px 0 35px;
	color:#4b4b4b;
	text-align:left;
	}
.div-1{
	float:left;
	width:38%;
	}
.div-2{
	float:left;
	width:18%;
	}
.div-3{
	float:left;
	width:25%;
	}
.div-3 ul.disc-list li{
	margin-bottom:20px; 
	padding-left:35px;
	word-break:break-all;
	}	
.disc-p1{
	float:left;
	width:100%;
	font-size:16px;
	color:#585858;
	margin-top:20px;
	padding-right:30px;
	}
.scl-icn{
	margin-top:20px;
	float:left;
	}
.scl-icn a img{margin:0 12px;}
.scl-icn a img:first-child{margin-left:0;}
.disc-hdg{
	float:left;
	width:100%;
	font-weight:600;	
	font-size:20px;
	color:#2d2d2d;
	text-transform:uppercase;
	}
ul.disc-list{
	float:left;
	margin-top:25px;
	}
ul.disc-list li{
    float: left;
    width: 100%;
    font-size: 18px;
	line-height:26px;
	position:relative;
	}
ul.disc-list li img {
	position:absolute;
	left:0;
	top:0;
	}
ul.disc-list li a{
	color:#4b4b4b;
	}
.disc-p1-mob {
	display:none;
	}

/********FOOTER*******/	
.footer{
	float:left;
	width:100%;
	padding:25px 0;
	border-top:1px solid #d7d7d7;
	color:#666;
	}
.footer span{
	font-size:16px;
	line-height:20px;
	float:left;
	width:100%;
	margin:12px 0;
	}
.footer p.ftr-links a{
	font-size:16px;
	line-height:28px;
	color:#666;
	padding:0 5px;
	display: inline-block;
	}
.footer p{
	font-size:14px;
	line-height:18px;
	}
/*========================
 PRODUCTS_SECTION_START
==========================*/
.prdct-banner-bg{
	float:left;
	width:100%;
	background:url(../images_v3/prdct-s1-bg.jpg) no-repeat center top;
	padding-bottom:35px;
	}
.prdct-inr-strp{
	float:left;
	width:100%;
	text-align:left;
	/* padding:5px 0; */
	height:34px;
	background:#e7f5ee;
	padding-top:6px;
	}
.prdct-inr-strp p{
	float:left;
	width:100%;
	color:#494949;
	}
.prdct-hdng{
	float:left;
	width:100%;
	color:#008b48;
	font-size:36px;
	font-weight:bold;
	text-align:left;	
	margin-top:34px;
	line-height:40px;
	}
.prdct-sub-hdng{
	float:left;
	width:100%;
	font-size:24px;
	line-height:25px;
	font-weight: 600;
	color:#2f2f2f;
	text-align:left;
	margin-top:3px;
	}
ul.prdct-list{ margin-top:0;}
.shp-btn-s3{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
    margin: 70px auto 0;
	}
/*=========================
    STORY_SECTION
============================*/
.story-s1-bg{
	float:left;
	width:100%;
	padding:70px 0 50px;
	background:url(../images_v3/story-bg.jpg) no-repeat center top;
	}
.story-box{
	float:left;
	width:100%;
	position:relative;
	}
.story-img1{
	position:absolute;
	right:0;
	top:0;
	max-width:100%;
	}
.story-lft-s1{
	float:left;
	width:72.85%;
	}
.story-txt1{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	color:#2f2f2f;
	line-height:30px;
	padding-right:90px;
	font-family: 'Fakt Pro Blond';
	}
ul.s1-story-list{
	float:left;
	width:100%;
	background:#f9f8e9;
	margin-top:35px;
	padding:15px 95px 40px 10px;
	border:1px solid #e8e8e8;
	}
ul.s1-story-list li{
	float:left;
	width:100%;
	padding-left:58px;
	position:relative;
	text-align:left;
	}
ul.s1-story-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.s1-story-list li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#2f2f2f;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:15px;
	padding-bottom:15px;
	font-family: 'Fakt Pro Blond';
	}
ul.s1-story-list li:last-child p{ 
	border:none;
	margin-bottom: 0;
    padding-bottom: 2px;
	}
.story-txt2{
	float:left;
	width:100%;
	text-align:left;
	font-size:26px;
	color:#008b48;
	line-height:34px;
	font-weight:600;
	margin-top:30px;
	padding-right:100px;
	}
/*=========================
    FAQ_SECTION
============================*/
.faq-question-s1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 95px;
	}
.faq-container{
	float:left;
	width:100%;
	text-align:left;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images_v3/pluse.png) no-repeat 10px 8px;
	border:1px solid #dfdfdf;
	padding:10px 20px 10px 55px;
	font-size:24px;
	line-height:24px;
	color:#4f4f4f;
	font-weight:600;
	cursor: pointer;
	margin-top:10px;
	border-radius:5px;
	}
.acdn-heading.accordion-open {
    background: url(../images_v3/minus.png) no-repeat 10px 8px #008b48;
	color:#fff;
	}
.acdn-content {
	float:left;
    width: 100%;
    padding: 15px 30px 15px 50px;
	}
.acdn-content p {
	float:left;
    width: 100%;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 30px;
	}
	
	
/*=========================
    CONTACT_SECTION
============================*/
.contact_section{
	float:left;
	width:100%;
	padding:80px 0 90px;
	}
.cntct-outrbx{
	display:inline-block;
	margin:0 auto;
	width:100%;
	max-width:772px;
	border:1px solid #e7e7e7;
	padding:3px;
	border-radius:3px;
	}
.cntct-inrbx{
	float:left;
	width:100%;
	background:#ededed;
	padding:25px 25px 35px;
	}
.msg-txt1{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:26px;
	line-height:24px;
	text-align:left;
	font-weight: 600;
	}
.frmfield{
	float:left;
	width:48%;
	text-align:left;
	height:48px;
	font-size:14px;
	line-height:20px;
	color:#626262;
	padding:5px 5px 5px 10px;
	border:1px solid #dfdfdf;
	outline:none;
	margin-top:20px;
	border-radius:5px;
	font-family: 'Fakt Pro';
	background:#fff;
	}
.frmfield_rgt{ float:right;}
.user-msg{ width:100%; height:100px;}
.sbmt-btn{
	float:left;
	margin-top:20px;
	outline:none;
	border:none;
	max-width:100%;
	}
	
/*=========================
    PRODUCT_INR_SECTION
============================*/
.product-s1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.lft-prdct{
	float:left;
	width:40%;
	}
.prd-slide-1{
	max-width:100%;
	margin:0 auto;
	}
.rgt-prdct{
	float:right;
	width:57.26%;
	text-align:left;
	}
.prd-det-txt1{
	margin-bottom:15px;
	padding-bottom:15px;
	color:#3f3f3f;
	font-size:24px;
	line-height:28px;
	font-weight:500;
	border-bottom:1px solid #c5c5c5;
	float:left;
	width:100%;
	}
.prd-det-txt1 span{
	font-size: 54px;
	line-height:54px;
	font-weight:700;
	color:#008b48;
	}
.prd-det-txt2{
	font-size:20px;
	line-height:24px;
	font-family: 'Fakt Pro Blond';
	float:left;
	width:100%;
	padding-bottom:30px;
	}
.rgt-prdct select{
	background:url(../images_v3/sel-arw.png) 95% center no-repeat #fff;
	font-size: 16px;
	line-height:24px;
	font-weight:600;
	color:#3f3f3f;
	font-family: 'Fakt Pro';
	padding:5px 40px 5px 10px;
	border:1px solid #b7b7b7;
	width: 58%;
	}
.rgt-prdct .sel-txt{
	color:#3f3f3f;
	font-size:24px;
	line-height:26px;
	font-weight:500;
	margin-right:20px;
	}
.prd-prc-sec{
	float:left;
	width:100%;
	background:#e9f2ee;
	padding:15px 0;
	margin:30px 0;
	}
.sel-opt{
	position:relative;
	width:100%;
	float:left;
	font-size:24px;
	line-height:28px;
	margin-bottom:12px;
	padding-bottom:12px;
	}
.prd-prc-sec  .sel-opt:first-child{
	border-bottom:1px solid #b7b7b7;
	}
.prd-prc-sec .sel-txt{
	padding-left:46px;
	font-size:22px;
	font-weight:400;
	}
.sel-opt input[type="radio"]{
	-webkit-appearance:none;
	background:url(../images_v3/un-sel-rad.png) left center no-repeat;
	position:absolute;
	left:20px;
	top:3px;
	height:18px;
	width:18px;
	}
.sel-opt input[type="radio"]:checked {background:url(../images_v3/sel-rad.png) left center no-repeat;}
.sel-opt p{
	float:left;
	padding-left:50px;
	font-size: 18px;
	}
.sel-opt span{
	color:#141414;
	font-weight:700;
	float:right;
	width: 40%;
	}
.sel-opt span small{
	font-size: 18px;
	line-height:24px;
	font-weight:400;
	margin-left:12px;
	}
.prd-det-btn{float:left;}
.prd-det-cards{
	float:right;
	margin-top:20px;
	margin-right:40px;
	}


.product-s2{
	float:left;
	width:100%;
	background: #f5f5f5;
	padding:60px 0;
	}
ul.ben-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.ben-list li{
	float:left;
	width:100%;
	background:url(../images_v3/ben-list-img.png) left 4px no-repeat;
	margin:10px 0;
	padding-left:35px;
	}
.product-s3{
	float:left;
	width:100%;
	padding:60px 0;
	}
.label-img{max-width:100%; margin:0 auto; display:block;}
	
	
ul.prdct-list-inr{
	/* float:left;
	width:100%; */
	display:inline-block;
	width:94%;
	}
ul.prdct-list-inr li{
    float: left; 
    width: 19%;
	margin:0 0.2%;
    background: #fff;
    border: 1px solid #e0e4e7;
    text-align: center;
    padding: 30px 5px;
    margin-top: 40px;
    vertical-align: top;
    }
ul.prdct-list-inr li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.prdct-list-inr li .prd-btn{}
ul.prdct-list-inr li span{
	font-size: 24px;
    line-height:28px;
    color: #2f2f2f;
    font-family: 'Fakt Pro';
    font-weight: bold;
    float: left;
    width: 100%;
    padding-top: 15px;
	}
ul.prdct-list-inr li p{
	font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    float: left;
    width: 100%;
	}
	
		
.prod-desp-cont{
	margin:0 auto;
	max-width:755px;
	padding:0 10px;
	width:100%;
	}
.prod-desp-cont .prdct-hdng{margin-top:25px;}
.prod-desp-img{max-width:100%; margin-bottom:10px;}	
.cbd-abt-pg{
	float:left;
	width:100%;
	text-align:left;
	padding:30px 0 50px;
	}
.cbd-abt-pg h2{
	font-size:26px;
	line-height:30px;
	float:left;
	width:100%;
	padding:20px 0;
	}
.cbd-abt-pg h3{
	font-size:22px;
	line-height:26px;
	float:left;
	width:100%;
	padding:20px 0;
	}
.cbd-abt-pg p{
	font-size: 20px;
	color: #2f2f2f;
	line-height: 30px;
	font-family: 'Fakt Pro Blond';
	float: left;
	width: 100%;
	padding-bottom:15px;
	}
.cbd-abt-pg ul{
	float:left;
	width:100%;
	padding-left:20px;
	}
.cbd-abt-pg ul li{
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Fakt Pro Blond';
	background:url(../images_v3/abt-pg-list-img.png) left 10px no-repeat;
	padding-left:25px;
	margin:10px 0;
	}
.cbd-abt-pg ul li span{
	font-family: 'Fakt Pro';
	font-weight:500;	
	float:left;
	width:100%;	
	}
.cbd-abt-pg ol{
	float:left;
	width:100%;
	padding-left:40px;
	margin:0 0 10px;
	}
.cbd-abt-pg ol li{
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 30px;
	font-weight:500;
	margin:10px 0;
	list-style:decimal;
	}
ul.sec2-list .img_ul {
  margin-top: 30px;
  width: 74%;
  max-width: 568px;
}	