@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.fl{ float:left;}
.fr{ float:right;}	
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.nav-sec{
	float:left;
	width:100%;
	background:#fff;
	height:100px;
	
	margin-top:-75px;
	top:75px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);		
	}
.navBox{
	float:left;
	width:100%;
	}	
ul.menu-list{margin:44px 0 0 40px;}
ul.menu-list li{
	float:left;
	font-size:17px;
	line-height:17px;
	padding:0 20px 10px;
	position:relative;
	}
ul.menu-list li:after{
	content:'';
	position:absolute;
	right:-1px;
	top:0px;
	height:18px;
	width:1px;
	background:#b0d7d9;
	}
ul.menu-list li:first-child{padding-left:0;}
ul.menu-list li:last-child{padding-right:0;}
ul.menu-list li:last-child:after{display:none;}
ul.menu-list li a{color:#333333;}
ul.menu-list li a.active{color:#44ac34;}
.logo{
	float:left;
	margin-top:5px;
	}
ul.nav-rgt{
	width:auto;
	text-align:left;
	margin-top:38px;
	}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:16px;
	padding:0 10px;
	border-right:1px solid #b0d7d9;
	}
ul.nav-rgt li:first-child{ padding-left:0;}		
ul.nav-rgt li:last-child{ border:none; padding-right:0;}	
ul.nav-rgt li a{color:#333333;}
ul.nav-rgt li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;	
	}
	
.m-arw{
	display:inline-block;
	margin-left:1px;
	vertical-align:middle;
	width:15px;
	fill:#000;
	}	
.menu-list li.submenu ul{
	display:none;
	position:absolute;
	background: #008441;
	left:0;
	right:0;
	top:25px;
	text-align:left;
	z-index:1;
	transition:all ease 0.3s;
	}
.menu-list li.submenu ul li{
	float:left;
	width:100%;
	padding:10px 15px;
	border-bottom:1px solid #fff;
	font-size:15px;
	}
.menu-list li.submenu ul li:after{display:none;}
.menu-list li.submenu ul li a{ color:#fff; display:block;}	
.menu-list li.submenu ul li:last-child{border:none;}
ul.menu-list li.submenu:hover ul{
	display:block;
	}
/*-----------------------
CSS FOR BANNAR
------------------------*/		
.bannar-sec{
    background: url(../images/bannar-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 46px 0 148px;
	}
.bnr-lft{
	float:left;
	width:47%;
	text-align:left;
	}					
.bnr-bdr{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	width:51px;
	height:2px;
	}
ul.bnr-point{
	float:left;
	width:100%;
	text-align:left;
	margin-top:2px;
	}	
ul.bnr-point li{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	color:#ffcf20;
	font-weight:600;
	padding:0 15px;
	position:relative;
	}
ul.bnr-point li:before{
	content:"";
	background:url(../images/bnr-bult.png) no-repeat;
	width:7px;
	height:8px;
	position:absolute;
	top:13px;
	left:-3px;
	}	
ul.bnr-point li:first-child:before{ background:none;}
ul.bnr-point li:first-child{padding-left:0;}		
.bnr-head{
	float:left;
	width:100%;
	font-size:56px;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	margin-top:15px;	
	}	
.bnr-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:20px;
	}
a.read-mr{
	display:inline-block;
	vertical-align:middle;
	background:#f9d242;
	text-align:center;
	padding:0 40px;
	height:62px;
	font-size:20px;
	line-height:62px;
	color:#1e1e1e;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:32px;
	}
a.read-mr img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;	
	}
.bnr-ppl-img{
	max-width:100%;
	position: absolute;
    top: -17px;
    right: 10px;
	}	
	
/*-----------------------
CSS FOR STRIP SECTION
------------------------*/
.strip-bg{
	float:left;
	width:100%;
	}		
ul.strp-lst{
	float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
    border-radius: 12px;
    padding: 10px 0;
    margin-top: -88px;
	}
ul.strp-lst li{
	float:left;
    width: calc(100% / 6);
    position: relative;
    padding: 20px 0;
	}
ul.strp-lst li p{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	font-size:18px;
	line-height:22px;
	color:#333333;
	font-weight:500;
	}	
ul.strp-lst li img{
	display:block;
	margin:0 auto 20px;
	}
ul.strp-lst li:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e1e1e1;
	}
ul.strp-lst li:last-child:after{display:none;}

			
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
    background: #fff;
    float: left;
    width: 100%;
	text-align:center;
	padding:50px 0 0;
	}
.comon-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:55px;
	color:#333333;
	font-weight:600;
	}
.comon-heading span{ color:#44ac34;}
.comon-bdr{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	}
.comon-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#333333;
	letter-spacing:0.5px;
	}
.cmn-top{margin-top:20px;}
.s1-vdoBox{
	display:inline-block;
	vertical-align:middle;
	width:84%;
	background:#fff;
	text-align:center;
	padding:30px 40px;
	position: relative;
    z-index: 1;	
	}
.vdo{
	display:inline-block;
	vertical-align:middle;
	width:49%;
	border:2px solid #fff;
	-webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.2);
	padding-bottom:27%;
	position:relative;
	}
.vdo iframe{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;	
	}
.vdo-btm{
	float:left;
	width:100%;
	text-align:left;
    position: relative;
    padding: 0 0 0 130px;
	margin-top: 20px;
	}	
.vdo-t1{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.5px;
	margin-top:10px;
	}
.vdo-t2{
	float:left;
	width:100%;
	font-size:18px;
	color:#62b734;
	font-weight:600;
	margin-top:10px;
	}
.vdo-t2 span{ 
	color:#333333;
	border-left:2px solid #62b734;
	margin-left:5px;
	padding-left:5px;
	}	
.vdo-lang{
	float:left;
	width:100%;
	text-align:center;
	margin:10px 0;
	}
.lang-l{
	float:left;
	width:50%;
	text-align:center;
	font-size:20px;
	color:#F00;
	}		
.sirpiusfloris{
	position: absolute;
    top: 0;
    left: 0;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	}						
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	background: #1d9e4e;
    float: left;
    width: 100%;
    text-align: center;
    padding: 335px 0 50px;
    margin-top: -275px;
	position:relative;
	}
.section2:before {
    content: '';
    position: absolute;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #1d9e4e;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
	}	
.white{ color:#fff;}					
ul.sec2-lst{
	float: left;
    width: 100%;
    text-align: center;
	margin-top:40px;
	}
ul.sec2-lst li{
	float:left;
    width: calc(100% / 4);
    position: relative;
    padding: 0 10px;
	}
ul.sec2-lst li span{
	float:left;
	width:100%;
	font-size:22px;
	color:#fff;
	font-weight:600;
	margin:15px 0 10px;
	}	
ul.sec2-lst li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	}	
ul.sec2-lst li img{
	display:block;
	margin:0 auto;
	}

/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3{
    background: #fff;
    float: left;
    width: 100%;
	text-align:center;
	padding:80px 0;
	}
ul.prodBox{
	float:left;
	width:100%;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 100px;	
	}
ul.prodBox li{
	float: left;
    width: 30.5%;
	margin-top:60px;
	}
ul.prodBox li div{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #1d9e4e;
	border-radius:10px;
	-webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
	padding:10px;	
	}		
ul.prodBox li div img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	width:200px;
	}
ul.prodBox li span{
	float: left;
    width: 100%;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 10px;
	}
ul.prodBox li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#333333;
	letter-spacing:0.5px;
	}
a.prod-btn{ margin-top:50px;}	

/*-----------------------
CSS FOR LOGOS SECTION
------------------------*/
.logos-sec{
	background:url(../images/logos-sec.jpg) no-repeat center top;
	float:left;
	width:100%;
	text-align:center;
	padding:45px 0 72px;
	}
ul.logos-lst{
	float:left;
	width:100%;
	text-align:center;
	margin-top:32px;
	}
ul.logos-lst li{
	display:inline-block;
	vertical-align:middle;
	width:19%;
	}
ul.logos-lst li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}																																																				
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	}
.footerBox1{
	float:left;
	width:100%;
	background:#1d9e4e;
	padding:60px 0 35px;
	}		
.ftr-logo{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
	}
.ftrBox1{
	float:left;
	width:31%;
	text-align:left;
	padding-right:70px;
	}
.ftr-logo{
	display:inline-block;
	vertical-align:middle;
	}	
.ftrbx1-t1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin-top:18px;
	letter-spacing:0.5px;
	}
.ftrBox2{
	float:left;
	text-align:left;	
	width:23%;
	margin-top:20px;
	}
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:20px;
	color:#fff;
	font-weight:600;
	}
ul.frt-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.frt-list li{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.5px;
	margin-top:8px;
	}	
ul.frt-list li a{ color:#fff;}
.cont-t1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin-top:18px;	
	}
.cont-t1 a{ color:#fff;}	
ul.ftr-nav{
	float:left;
	width:100%
	text-align:left;
	margin-top:10px;
	}
ul.ftr-nav li{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#fff;
	margin-top:8px;
	}
ul.ftr-nav li:first-child{ padding-left:0;}		
ul.ftr-nav li a{color:#fff;}
ul.ftr-nav li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;	
	}							
.footerBox2{
	float:left;
	width:100%;
	text-align:center;
	background:#156e37;
	padding:25px 0;
	}
.ftr-cpyrght{
	float:left;
	width:100%;
	font-size:17px;
	color:#fff;
	letter-spacing:0.5px;
	}						
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*-----------------------
CSS FOR PRODUCTS PAGE
------------------------*/
.innerStrip{
	float:left;
	width:100%;
	background:#60b734;
	padding:10px 0;
	}
.innerStrip ul li{
	float:left;
	color:#fff;
	font-size:16px;
	line-height:15px;
	letter-spacing:0.5px;
	}
.innerStrip ul li a{
	color:#fff;
	}
.innerStrip ul li img{
	display:inline-block;
	vertical-align:top;
	margin:0 7px;
	margin-top:1px;
	}
	
.product-sec{
	float:left;
	width:100%;
	padding:40px 0 80px;
	}	
.prod-lftBox{
	float:left;
	width:270px;
	text-align:left;
	margin-top:18px;
	}
.prod-nm{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    color: #2f2422;
	}	
.prod-lftCont{
	float:left;
	width:100%;
	background:#39a934;
	padding:20px 0;	
	}
.prod-catg{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:500;
	padding:0 15px;
	}
ul.prod-catg-lst{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
ul.prod-catg-lst li{
	float:left;
	width:100%;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #5bb457;
	position:relative;	
	}
ul.prod-catg-lst li:last-child{ border:none;}
ul.prod-catg-lst li p{
	font-size:16px;
	color:#fff;	
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	}
ul.prod-catg-lst li .rdobtn{
	position:absolute;
	opacity:0;
	}
ul.prod-catg-lst li .rdobtn + span{
	display:inline-block;
	vertical-align:middle;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
	margin:-2px 10px 0 0;
	}
ul.prod-catg-lst li .rdobtn:checked + span{
	background:url(../images/tik-blk.svg) no-repeat center center #fff;
	background-size:86%;
	}
.prd-catg2{ margin-top:40px;}

.prod-rgtBox{
	width: calc(100% - 270px);
    float:right;
	margin-top:2px;
	}
ul.prod-item{
	float:left;
	width:100%;
	text-align:center;
	display: flex;
	flex-wrap:wrap;
	}
ul.prod-item li{
    float: left;
    width: 29%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 20px 10px 40px;
    margin: 18px 0 22px 39px;
	}	
ul.prod-item li .prd-item{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	width:190px;
	}
ul.prod-item li span{
	float: left;
    width: 100%;
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    margin: 12px 0 4px;
	}
ul.prod-item li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#333333;
	letter-spacing:0.5px;
	}
a.prod-btn{
    display: inline-block;
    vertical-align: middle;
    background: #f9d242;
    text-align: center;
    padding: 0 25px;
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: 25px;
	}
a.prod-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    width: 10px;
	}	
.filter-t{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
	position:relative;
	}
.filter-t:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0px;
    height: 20px;
    width: 20px;
    background: url(../images/chk-arrow-dwn.png) no-repeat center center;
    background-size: 100%;
	transition:all ease 0.5s;
	}	
#summry-tog.open:after{
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	}			

/*-------------------------------
CSS FOR PRODUCT DETAILS PAGE
-------------------------------*/	
.products-details-section{
	float:left;
	width:100%;
	padding:50px 0;
	}
.details-left{
	float:left;
	width:31.4%;
	}
.prod-shot{
	float:left;
	width:100%;
	background:#fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	}
.prod-shot img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.resource-box{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding:20px 25px;
	margin-top:40px;
	text-align:left;
	}
.det-leftheading{
	float: left;
    width: 100%;
	font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
	margin-top:5px;	
	}
.resource-box ul{
	float: left;
    width: 100%;
	margin-top:10px;
	}
.resource-box ul li{
	float: left;
    width: 100%;
	padding:12px 0;
	border-bottom:1px solid #e1e1e1;
	}
.resource-box ul li:last-child{border:none;}
.resource-box ul li a{
	color:#2f2422;
	font-size:16px;
	line-height:24px;
	background:url(../images/pdf.png) no-repeat center left;
	background-size:20px;
	padding:5px 5px 5px 30px;
	}
.recm-prod-left{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:left;
	}
.recm-prod-left ul{
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.recm-prod-left ul li{
	width:47%;
	text-align:center;
	margin-top:25px;
	}
.recm-prod-img{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding:10px 25px;
	}
.recm-prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.recm-prod-left ul li p{
	float:left;
	width:100%;
	color:#333333;
	font-size:16px;
	font-weight:500;
	margin-top:5px;
	}
.prod-det-rgt{
	float:right;
	width:65%;
	}	
.prod-details-heading{
	float: left;
    width: 100%;
    font-size: 40px;
	line-height:44px;
    color: #333333;
    font-weight: 500;
	text-align:left;
	}
.det-subheading{
	float: left;
    width: 90%;
	text-align:left;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	color:#2f2422;
	font-size:17px;
	line-height:22px;
	padding:5px 0;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.details-para{
	float:left;
	width:100%;
	font-size: 17px;
    line-height: 26px;
    color: #333333;
	text-align:justify;
	margin-top:20px;
	}
ul.detais-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
ul.detais-list li{
	float:left;
	width:100%;
	font-size: 17px;
    line-height: 26px;
    color: #333333;
	letter-spacing:0.5px;
	padding-left:25px;
	background:url(../images/details-chk.png) no-repeat left 7px;
	background-size:15px;
	margin:3px 0;
	}
a.cartBtn{
	float:left;
	background:#f9d243;
	margin-top:25px;
	padding:12px 25px;
	color:#000;
	font-size:18px;
	line-height:20px;
	font-weight:500;
	}
a.cartBtn img{
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	}
.call-no-btn{
	float:left;
	color:#333333;
	font-size:19px;
	font-weight:500;
	margin:30px 0 0 25px;
	}
.call-no-btn img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin-right:5px;
	}
/*DETAILS ACCRODIAN SECTION*/
.details-accrodian-sec{
	float:left;
	width:100%;
	margin-top:30px;
	}
.prod-accrodian{
	float:left;
	width:100%;
	}
.prod-acdn-heading{
	float:left;
	width:100%;
	padding:13px 0;
	color:#333;
	font-size:21px;
	line-height:30px;
	font-weight:500;
	letter-spacing:0.5px;
	text-align:left;
	cursor:pointer;
	border-bottom:1px solid #ebebeb;
	}
.prod-accrodian:last-child .prod-acdn-heading{border-bottom:0;}
.prod-acdn-heading.open{border-bottom:3px solid #60b734;}
.prod-acdn-heading span{
	float:right;
	font-size:28px;
	transition: all ease 0.5s;
	color:#454545;
	font-weight:normal;
	}
.prod-acdn-heading.open span{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all ease 0.5s;
	}
.prod-acdn-content{
	float:left;
	width:100%;
	padding:5px 0 25px;
	border-bottom:1px solid #ebebeb;
	}
.prod-accrodian:last-child .prod-acdn-content{
	border-top:3px solid #60b734;
	}
.det-full-img{
	float:left;
	width:100%;
	margin-top:25px;
	}
a.outLink{ color:#2a3fdf; text-decoration:underline;}
.benefits-box{
	float:left;
	width:50%;
	padding-right:25px;
	}
.doseOpt{
	float:left;
	width:100%;
	}
ul.dose-tabs{
	float:left;
	width:100%;
	border:1px solid #ebebeb;
	margin-top:10px;
	}
ul.dose-tabs li{
	float:left;
	width:50%;
	background:#60b734;
	color:#fff;
	font-size:22px;
	font-weight:600;
	padding:8px 0;
	cursor:pointer;
	}
ul.dose-tabs li:last-child{ background:#255cd4;}
.tabler{
	float:left;
	width:100%;
	}
.doseTable{
	width:100%;
	color:#333;
	font-size:14px;
	text-align:left;
	border:1px solid #ebebeb;
	}
.doseTable tr th:nth-child(1){width:15%;}
.doseTable tr th:nth-child(2){width:15%;}
.doseTable tr th:nth-child(3){width:55%;}
.doseTable tr th:nth-child(4){width:15%;}

.doseTable tr th{font-size:15px; padding:10px; border-right:1px solid #ebebeb; font-weight:600; }
.doseTable.fixed{position:fixed;display:none;top:80px;background:#fff;border-bottom:1px solid #ebebeb!important; width:auto;}

.doseTable tr td{border-right:1px solid #ebebeb; padding:10px; vertical-align:top;}
.doseTable tr td:last-child, .doseTable tr th:last-child{ border:none;}
.doseTable tr.gray td{ background:#f7f7f7; padding:10px;}
.doseTable tr.white td{ background:#fff; padding:10px; color:#333;}
.doseTable tr.gray.small td{ background:#f7f7f7; padding:5px 10px;}
.doseTable tr.white.small td{ background:#fff; padding:5px 10px; color:#333;}
.doseTable tr.gray.small.f-child td, .doseTable tr.white.small.f-child td{padding-top:12px;}
.doseTable tr.gray.small.l-child td, .doseTable tr.white.small.l-child td{padding-bottom:12px;}

.ingTable, .ingTable3{
	width:100%;
	color:#333;
	font-size:15px;
	text-align:left;
	border:1px solid #ebebeb;
	margin-top:20px;
	}
.ingTable2{
	width:100%;
	color:#333;
	font-size:15px;
	text-align:left;
	margin-top:20px;
	}
.ingTable tr td, .ingTable tr th, .ingTable2 tr td, .ingTable3 tr td{padding:12px 20px;}
.ingTable tr:nth-child(even) td, .ingTable3 tr:nth-child(even) td{ background:#f7f7f7;}
.ingTable tr td:nth-child(1){border-right:1px solid #ebebeb;}
.ingTable3 tr td:nth-child(1), .ingTable3 tr td:nth-child(2){border-right:1px solid #ebebeb;}
.details-subhd{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #333333;
    text-align: left;
	font-weight:600;
    letter-spacing: 0.5px;
    margin-top: 20px;	
	}
.det-ptop{ margin-top:10px;}
	
/*---------------------
CSS FOR ABOUT PAGE
-----------------------*/
.about-sec{
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0;
	}
.aboutCont{
	float:left;
	width:100%;
	margin-top:30px;
	}
.about-lftCont{
	float:left;
	width:52%;
	text-align:left;
	padding:20px 0;
	}
.abt-t1{
	float:left;
	width:100%;
	font-size:16px;
	color:#282828;
	font-weight:500;
	text-align:justify;
	margin-top:45px;
	}
ul.abt-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.abt-list li{
	float:left;
	width:23%;
	text-align:center;
	position:relative;
	letter-spacing:0.5px;
	}
ul.abt-list li:after{
	content: '';
    position: absolute;
    right: 0;
    top: 18px;
    height: 65px;
    width: 1px;
    background: #ebebeb;
	}	
ul.abt-list li:last-child:after{ background:none;}
ul.abt-list li img{
	display:inline-block;
	vertical-align:middle;
	}
ul.abt-list li p{
	float:left;
    width: 100%;
    font-size: 16px;
    color: #282828;
    font-weight: 500;
	margin-top:20px;
	}
.about-rgtCont{
    float: right;
    width: 41%;
	}
.about-rgtCont img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
.aboutCont2{ margin-top:100px;}	
.abt-rgt{ float:right;}
.abt-para{ 
	margin-top:30px; 
	text-align:justify;
	letter-spacing:normal;
	}	
.abt-lft{ float:left;}
a.abt-btn{ margin-top:50px;}	
.justify{ 
	text-align:justify;
	letter-spacing:normal;
	}
/*---------------------
CSS FOR VISION PAGE
-----------------------*/
.visionCont{
	float:left;
	width:100%;
	margin-top:30px;
	padding:0 70px;
	}
.vision-lftCont{
	float:left;
	width:45%;
	text-align:left;
	}
ul.vsn-list{
	float:left;
	width:100%;
	text-align:left;
	}
ul.vsn-list li{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 70px;
    margin-top: 18px;
	}	
ul.vsn-list img{
	position:absolute;
	top:5px;
	left:0;
	}
ul.vsn-list span{
	float:left;
	width:100%;
	font-size:20px;
	color:#60b734;
	font-weight:500;
	}
ul.vsn-list p{
	float:left;
	width:100%;
	font-size: 17px;
    color: #333333;
	letter-spacing:0.5px;
	}																		
.vision-rgtCont{
	float:right;
	width:55%;
	}
.vision-rgtCont img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
.vision-sec2{
	float:left;
	width:100%;
	background:#f6f7f7;
	text-align:center;
	padding:50px 0;
	}
ul.vsnBox{
	float: left;
    width: 100%;
    text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	margin-top:20px;
	}
ul.vsnBox li{
    float: left;
    width: 22.6%;
    background: #fff;
    position: relative;
    padding: 30px 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	}
ul.vsnBox li img{
	display:inline-block;
	vertical-align:middle;
	}	
ul.vsnBox li span{
	float:left;
	width:100%;
	font-size:22px;
	color:#4aae34;
	font-weight:500;
	margin:20px 0 10px;
	}	
ul.vsnBox li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#333333;
	letter-spacing:0.5px;
	}	
a.vsn-btn{ margin-top:50px;}

.vision-sec3{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:50px 0;
	}
.map-img{
	max-width:100%;
	margin:40px auto 25px;
	display:block;
	}
	
/*---------------------
CSS FOR TERRALIFE PAGE
-----------------------*/
.teralyf-sec1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 80px;
	}
.teralyfBox{
    display: inline-block;
    width: 63%;
    text-align: center;
    border: 1px dashed #199c3b;
    border-radius: 10px;
    padding: 0 20px 15px;
    margin-top: 100px;
	}
.teralyf-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:-66px;
	}
.teralyf-t{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#199c3b;
	font-weight:500;
	margin-top:10px;
	}
.testiBox{
    display: inline-block;
    width: 80%;
    text-align: left;
    position: relative;
    padding-left: 110px;
    margin-top: 50px;
	}
.testiBox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
	}	
.testiBox p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
	}	
.testiBox span{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
    margin-top: 10px;
	}	
				
.teralyfCont{
	float:left;
	width:100%;
	margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.teralyf-lftCont{
	width:54%;
	text-align:left;
	
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;	
	}	
.comon-subhd{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
	font-weight:500;
    letter-spacing: 0.5px;	
	}
.sub-top{ margin-top:20px;}	
.teralyf-rgtCont{
    width: 41%;
	}
.teralyf-rgtCont img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
.teralyfCont2{ margin-top:80px;}	

.teralyf-sec2{
	float:left;
	width:100%;
	background:#f6f7f7;
	text-align:center;
	padding:30px 0 80px;	
	}
.teralyf-sec3{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:50px 0;	
	}
.teralyf-img5{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	margin-top:50px;
	}
ul.teralyf-list{
	float:left;
	width:100%;
	text-align:left;
	}	
ul.teralyf-list li{
	float:left;
	width:100%;
	margin-top:40px;
	}
ul.teralyf-list li span{
	float:left;
	width:100%;
	font-size:22px;
	color:#2f2422;
	font-weight:500;
	}
ul.teralyf-list li p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
	text-align:justify;
	margin-top:12px;
	}
ul.teralyf-list li p.terl-t{ margin-top:25px;}						

.teralyf-sec4{
	float:left;
	width:100%;
	background:#f6f7f7;
	text-align:center;
	padding:50px 0;	
	}
.teralyf-s4Box{
	display:inline-block;
	width:90%;
	text-align:center;
	}
.teralyf-img6{
	max-width:100%;
	float:left;
	margin:62px 0 0 180px;
	}
ul.teralyf-points{
	width: 48%;
    float: right;
    text-align: left;
    margin-top: 40px;
	}
ul.teralyf-points li{
    background: url(../images/details-chk.png) no-repeat left 7px;	
	width:100%;
	display:inline-block;
	vertical-align:middle;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
    letter-spacing: 0.5px;
	padding-left: 30px;
    background-size: 15px;
	margin-top:6px;	
	}
	
/*-----------------------
CSS FOR SOIL BIOLOGY PAGE
-----------------------*/
.biolgy-sec1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 60px;
	}
ul.biolgy-list{
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
	}
ul.biolgy-list li{
    float: left;
    width: 23%;
	}
ul.biolgy-list img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
ul.biolgy-list p{
    float: left;
    width: 100%;
	font-size:20px;
	color:#282828;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:15px;
	}	
			
.biolgy-sec2{
    float: left;
    width: 100%;
	background:#f6f7f7;
    text-align: center;
    padding: 30px 0;
	}
.biolgy-t1{
    float: left;
    width: 100%;
    font-size: 20px;
	line-height:40px;
    color: #282828;
    font-weight: 500;
    letter-spacing: 0.5px;	
	}
.biolgy-t1 a{ 
	color:#218dfb;
	text-decoration:underline;
	}		
						
/*---------------------
CSS FOR CONTACT PAGE
-----------------------*/
.contactBox{
	float:left;
	width:100%;
	padding:0 70px;
	margin-top:30px;
	}	
.contact-lftBox{
	float:left;
	width:50%;
	text-align:left;
	}
.cont-lft-t1{
	float:left;
	width:100%;
	font-size:38px;
	line-height:48px;
	color:#2f2422;
	font-weight:600;
	letter-spacing:0.5px;
	}
.cont-lft-t2{
	float:left;
	width:100%;
	font-size:16px;
	color:#333333;
	margin-top:5px;
	letter-spacing:0.5px;
	}		
.frmContainer{
	float:left;
	width:100%;
	background:#f9f9f9;
	border-radius:10px;
	padding:8px 20px 20px;
	margin-top:20px;
	}
.contFld{
	float:left;
	margin-top:15px;
	width:100%;
	}
.contFld input, .contFld select, .contFld textarea{
	height:50px;
	width:100%;
	border:1px solid #cecece;
	background:#fff;
	padding:0 15px;
	font-size:16px;
	color:#000;
	font-family: 'Poppins', sans-serif;
	font-weight:400;	
	outline:none;
	-webkit-appearance:none;
	}
.contFld select{ background: url(../images/frm-arw.png)#fff no-repeat center left 97%;}	
.contFld textarea{
	height:95px;
	padding:10px 15px;
	}
.contFld-50{
	float:left;
	width:49%;
	}	
.confld-r{ float:right;}	
.contbtn{
	display: inline-block;
    vertical-align: middle;
    background: #f9d242;
    text-align: center;
    padding: 0 40px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #1e1e1e;
    font-weight: bold;
    margin-top:10px;
    border: none;
    outline: none;
	}
.contbtn img{
	display: inline-block;
    vertical-align: middle;
	margin-left:15px;
	}
.contact-rgtBox{
	float: right;
    width: 48%;
    margin-top: 48px;
	}	
.cont-addBox{
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 25px 30px;
    margin-top: 52px;
	}
.cont-addHead{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:15px;
	}
.cont-addHead p{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    letter-spacing: 0.5px;
	}
.cont-addHead p img{
	position:absolute;
	top:0;
	left:0;
	}	
.cont-addpara{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
    letter-spacing: 0.5px;
	margin-top:10px;	
	}
a.cont-phn{
	float: left;
    width: 100%;
    font-size: 17px;
    color: #333333;
	font-weight:500;
	margin-top:20px;
	}
a.cont-eml{
	display:inline-block;
	vertical-align:middle;
    font-size: 17px;
	line-height:17px;
    color: #4a9624;
	font-weight:300;
	text-decoration:underline;
	margin-top:20px;
	}
a.eml-r{
	border-left:1.5px solid #4a9624;
	padding-left:6px;
	margin-left:5px;
	}							
								

.ty-pop{
	position:fixed;
	background:rgba(51,51,51,0.4);
	left:0;
	top:0;
	min-height:100vh;
	width:100%;
	z-index:999;
	display: flex;
    align-items: center;
	}
.ty-pop-content{
	width:100%;
	text-align:center;
	}
.ty-pop-box{
	display:inline-block;
	vertical-align:middle;
	width:90%;
	max-width:400px;
	background:#fff;
	padding:15px;
	border-radius:15px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	}
.ty-pop-box img{
	display:inline-block;
	vertical-align:middle;
	}
.ty-pop-box p{
	width:100%;
	font-size: 17px;
    line-height: 25px;
    color: #333333;
    letter-spacing: 0.5px;
	}
																