*{
	margin: 0; 
	padding: 0; 
	box-sizing: 
	border-box; 
	position: relative;
}

/*gunplay*/
@font-face {
   	font-family: gunplay-new;
   	src: url(../fonts/gunplay/gunplay3d.ttf); 
}
@font-face{
	font-family: gunplay-reg;
   	src: url(../fonts/gunplay/gunplay-rg.ttf);
}
/*noir*/
@font-face {
	font-family: NoirStd-Regular;
   	src: url(../fonts/noir/NoirStd-Regular.ttf); 	
}
@font-face{
	font-family: NoirPro-Italic;
   	src: url(../fonts/noir/NoirPro-Italic.ttf);
}

body{
	font-family: NoirStd-Regular;
	background-color: #f4fdee;	
}
a{
	text-decoration: none;
	color: inherit;
}
ul li{
	list-style-type: none;
	color: #656766;
	font-size: 15px;
}
p{
	font-size: 15px; 
	color: #656766;
	line-height: 28px;
    margin-bottom: 13px;
}

.clearfix{
	float: none;
	width: 100%;
	clear: both;
}
.header,
.about,
.product,
.specifications,
.method,
.footer,
.end{
	width: 100%;
	padding: 0 3%;
}
.com-pad{
	padding: 3% 0;
}
.com-border{
	border-bottom: 1px solid #e0e2df;
}
.wid-75{
	width: 75%;
}
.wid-25{
	width: 25%;
}
.wid-20{
	width: 20%;
}
.wid-40{
	width: 40%;
}
/*header*/
.header{
	width: 100%;
	min-height: 80px;
    display: flex;
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    z-index: 2;
    position: fixed;
    top: 0;
}
.header-inner{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
	width: 230px;
}
.menu li{
	float: left;
}
.menu li:last-child{
	margin-left: 40px;
}
.menu li a{
	font-size: 14px;
	color: #333333;
	padding: 5px 15px;
}
.active{
	color: #FFF !important;
	background-color: #3b9300;
	border-radius: 3px;
}
.menubar{
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url("../images/menu.svg");
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}
.download-btn{
	border: 1px solid #20641c;
    padding: 5px 10px;
    background: transparent;
    color: #040404;
    border-bottom: 3px solid #1a4e17;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}


/*banner*/
.banner{
	margin-top: 80px;
}
.banner-content{
	position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.banner-content h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
}
/*About*/
.about h2,
.product h2,
.specifications h2,
.advantage h2,
.method h2,
.footer h2{
	font-family: gunplay-reg;
	margin-bottom:20px;
	position: relative;
	letter-spacing:1.5px;
}
.advantage h2,.advantage .advantage-list ul li{
	color: #fff;
}
.about h2:after,
.product h2:after,
.specifications h2:after,
.method h2:after,
.footer h2:after,
.advantage h2:after{
	content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    bottom: 4px;
    background-image: url(../images/heading_shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
/*product*/
.product ul{
   
}
.product ul:before{
	content: "";
    display: block;
    width: 1px;
    background-color: #ebebeb;
    top: 5px;
    bottom: 5px;
    left: 0;
    position: absolute;
}
.product ul li{
	margin-bottom: 20px;
	font-size: 16px;
	padding-left: 25px;
}
.product ul li:before, 
.product ul li:after{
	content: "";
	display: block;
	border-radius: 100%;
	position: absolute;
}
.product ul li:before{
	width: 10px;
	height: 10px;
	border: 1px solid #CCC;
	left: -5px;
    top: 6px;

}
.product ul li:after{
	width: 5px;
    height: 5px;
    background-color: #1d651b;
    left: -2px;
    top: 10px;
}
.product ul li b{
	color: #1d651b;
	font-family: gunplay-reg;
	min-width: 200px;
    display: inline-block;
}
.inner-specifications{
	display: flex;
}
.inner-spec-left,
.method-left{
	padding-right: 30px;
}
.main-points{
	display: flex;
	justify-content: space-between;
}
.spec-point span{
	width: 50px;
    height: 40px;
    display: flex;
    border-radius: 3px;
    margin-bottom: 15px;
    justify-content: center;
    background: rgba(72,151,20,1);
	background: -moz-linear-gradient(left, rgba(72,151,20,1) 0%, rgba(146,216,67,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(72,151,20,1)), color-stop(100%, rgba(146,216,67,1)));
	background: -webkit-linear-gradient(left, rgba(72,151,20,1) 0%, rgba(146,216,67,1) 100%);
	background: -o-linear-gradient(left, rgba(72,151,20,1) 0%, rgba(146,216,67,1) 100%);
	background: -ms-linear-gradient(left, rgba(72,151,20,1) 0%, rgba(146,216,67,1) 100%);
	background: linear-gradient(to right, rgba(72,151,20,1) 0%, rgba(146,216,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489714', endColorstr='#92d843', GradientType=1 );
}
.spec-point span img{
	width: 25px;
}
.spec-point span img.lifetime{
	width: 20px;
}
.spec-point h3{
	font-family: gunplay-reg;
	color: #1d651b;
	margin-bottom: 5px;
	font-size: 18px;
}
.counts h3{
	font-size: 20px;
	font-family: gunplay-reg;
	margin: 20px 0 10px 0;
}
.counts p img,
.dosage ul li img,
.address p b img{
	vertical-align: middle;
	width: 17px;
}
.counts ul li,.advantage-list ul li{
	margin-bottom: 15px;
	color: #000;
}
.counts ul li:before,.advantage-list ul li:before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 7px;
    top: 2px;
    position: relative;
}
.counts ul li:before{
 background-image: url(../images/round_tick.svg);
}
.advantage-list ul li:before{
    background-image: url(../images/advantage_icon.svg);
}
.counts ul li b,.advantage-list ul li b{
	color: #656766;
}
.inner-spec-right,
.method-right	{
	background-color: #f4fdee;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    padding: 20px;
}
.inner-spec-right h3,
.method-right h3{
	margin-bottom: 10px;
}
.inner-spec-right h3 b,
.method-right h3 b {
	color: #1d651b;
	font-family: gunplay-reg;
}
.inner-spec-right ul li,
.method-right ul li{
	margin-bottom: 10px;
}

/* Advantage */
.advantage{
    width: 100%;
	padding:0% 3%;
    background: #004b9b;
}

/*Method of Dosage*/
.dosage{
	margin-bottom: 20px;
}
.dosage h4{
	color: #1d651b;
    font-family: gunplay-reg;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}
.dosage ul li{
	margin-bottom: 5px;
}
.dosage ul li b{
	color: #000;
}

/*footer*/
.footer{
	background-color: #7dc928;
	color: #FFF;
}
.footer-inner{
	display: flex;
	justify-content: space-between;
}
.address p{
	color: #FFF;
}
#contact-form{
	width: 25%;
}
.form > div{
	margin-bottom: 20px;
}
.form input,.form textarea{
	background: transparent;
    border: none;
    outline: none;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    padding: 10px 0;
    width: 100%;
    color: #FFF;
}
.form > div label{
	position: absolute;
	font-size: 14px;
	top: 7px;
}
.form input:focus > label{
	font-size: 12px;
	top: -5px;
}
.form button{
	background: #FFF;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
}
.form input::placeholder,.form textarea::placeholder{
	color: #d3ffa3;
}
.followUs span a img{
	width: 30px;
}
/*end*/
.end{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 70px;
}
.end p{
	margin-bottom: 0;
}

/*slider*/
.lean-slider {
    position: relative;
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none;
}
.lean-slider-slide.current { display: block; }
.slider-wrapper { 
    position: relative; 
    /*background: #fff url(../images/loading.gif) no-repeat 50% 50%;*/
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
    top: 50%;
    z-index: 1;	
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
	display: block;
    width: 40px;
    height: 40px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 0;
}
#slider-direction-nav .lean-slider-prev{
	left: 30px;
	background-position: -80% 0;
}
#slider-direction-nav .lean-slider-next {
    background-position: 190% 0;
    right: 30px;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }

/* Error message */
.error-msg{
	display: none;
	color: #ff4810;
	font-size: 14px;
	padding: 2px 10px;
	background: #fff2f2;
}
.error-img{
	height: 15px;
    vertical-align: -2px;
    margin-right: 5px;
}
/*responsive*/	
@media only screen and (max-width: 1100px){
	.menu li a{
		padding: 5px;
	}
	.logo img{
		width: 180px;
	}

}
@media only screen and (max-width: 980px){
	.inner-specifications,
	.footer-inner{
		display: block;
	}
	.footer-inner > div,
	.footer-inner form{
		margin-bottom: 3%;
	}
	.inner-spec-left, .method-left{
		padding-right: 0;
	}
	.wid-75, 
	.wid-25{
		width: 100%;
	}
	.menubar{
		display: block;	
	}
	.menu{
	    position: absolute;
	    right: 0;
	    top: 60px;
	    background-color: #FFF;
	    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	    display: none;
	    min-width: 200px;
	}
	.menu li{
		margin: 0px;
    	float: none;
	}
	.menu li a{
		display: block;
    	padding: 10px;
	}
	#contact-form{
		width: 100%;
	}
	.menu li:last-child{
		margin: 0px;
	    background: #3b9300;
	    color: white !important;
	}
	.menu li a.download-btn{
		color: #3b9300;
    	background: #fff;
	}
}
@media only screen and (max-width: 770px){
	.product ul li b,.main-points{
		display: block;
	}
	.end{
		flex-direction: column;
		padding: 3%;
	}
	#contact-form{
		width: 100%;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {
	.form button{
		width:100%;
		cursor: pointer;
	}
    #slider-direction-nav,
	#slider-control-nav { opacity: 1; }
	#contact-form{
			width: 100%;
		}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }
	#contact-form{
		width: 100%;
	}

}