
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #19191A;
	background: #F1F3F4;
	font-size: 19px;
	min-width: 320px;
	background: #fff;
	line-height: 34px; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-family: 'gilroyregular', sans-serif;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	font-family: 'gilroyregular', sans-serif;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-link.focus,
.btn-link:focus,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
	font-family: 'gilroyregular', sans-serif;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}


@font-face {
    font-family: 'gilroyblack';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroymedium';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroysemibold';
    src: url('../fonts/gilroy-semibold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

b{
	font-weight: bold;
	
}
strrong{
	font-weight: bold;
}
p{
	color: #19191a;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 15px;
    font-family: 'gilroyregular';
}
h1{
	line-height: 81px;
    font-family: 'gilroyextrabold';
}
h1 span{
	color: #F8BE16;
}
.top-text{
	color: #8D8D8D;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    font-family: 'gilroyextrabold';
}
h2{
	
	margin: 0 0 20px;
	line-height: 62px;
    font-family: 'gilroybold';
}
h2 span{
	color: #F8BE16;
}
h3{
	
    font-family: 'gilroybold';
}

h5{
	display: block;
	font-size: 22px;
	color: #19191a;
	margin: 0 0 10px;
	line-height: 35px;
    font-family: 'gilroybold';
}

.main{
	width: 80%;
	margin: 0 auto
}
.main-banner {
    min-height: 500px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
	position: relative ;
}
.main-banner .container{
		height: 100%;
}
.main-banner .container{
	height: 100%;
	
}
.main-banner .row{
	height: 100%;
	justify-content: center;
	align-items: center;
	justify-content: center;
	align-items: center;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
}
.banner-wrapper h1{
	color: #fff;
	text-align: center;
}
.banner-wrapper {
    margin-top: 50px;
}
.main_heading{
	color: #81ba67;
}
.eta_nature-wrapper {
    text-align: center;
}
.gradient_both{
	display: table;
    width: 70%;
    margin: 0 auto;
    border: 3px solid #81ba67;
    padding: 15px 20px;
}
.ingriendent{
	
	display: table;
	
	
}
.heading {
    display: table-caption;
}
.ingriendent li {
    list-style: none;
    margin-bottom: 10px;
    width: 50%;
    display: inline-block;
}
.ingriendent li i{
	margin-right: 15px;
	color: #81ba67;
	border: 1px solid #81ba67;
	padding: 2px;
}
.product5-heading{
	background: #81ba67;
	border-radius: 10px;
	color: #fff;
}
.product-content {
    display: flex;
    width: 100%;
}
.our-rating {
    width: 25%;
	text-align: center;
}
.inner-pro-wrapper {
    margin-bottom: 20px;
    border: 3px solid #e1e1e1;
    border-radius: 10px;
	margin-top: 30px;
}
.product_heading_inner {
    text-align: center;
    background-color: #e1e1e1;
    padding: 0px 0px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.product_heading_inner h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.product_wrpper {
    border-right: 1px solid #e1e1e1;
    min-height: 224px;
    overflow: hidden;
    text-align: center;
    width: 25%;
	box-shadow: 0 0 20px rgb(84 84 84 / 25%);
	display: flex;
	justify-content: center;
	align-items:center;
}
.product_wrpper img {
    padding: 10px;
}
.rating_section {
    width: 50%;
	display: table;
}
.all-rating li:not(:last-child){
	 border-bottom: 1px solid #e1e1e1;
}

.all-rating li {
    list-style: none;
    padding: 14px 12px 15px 18px;
   
}
.stars-rating {
    display: table-cell;
    text-align: right;
    width: 50%;
    /* float: right; */
    padding-right: 15px;
}
.all-rating i{
	color: #fec002;
	text-align: right;
}
.star-rate{
	text-align:right;
	border-bottom: 1px solid #e1e1e1;
}
.stars-rating i{
	color: #fec002;
}
.all-rating {
    padding: 0;
	margin-bottom: 0px;
	display: table-cell;
}
.our-rating {
    border-left: 1px solid #e1e1e1;
}
.our-rating h2{
	margin: 0px;
}
.our-rating a {
    display: block;
    background: #81ba67;
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #81ba67;
    box-shadow: 1px 1px 0 0 #427829;
}
.product_des_wrapper {
    display: flex;
}
.product_detail {
    width: 60%;
	padding: 10px 15px;
	border-right: 1px solid #e1e1e1;
}
.no-mar{
	margin: 0px;
}
.product_detail p{
	margin-bottom: 15px;
	text-align: justify;
}
.pro_cons {
    width: 40%;
	padding: 10px 15px;
	background-color:#f1fbef;
}
.pros {
    padding: 0;
}
.pros li{
	list-style: none;
	display: table;
	margin-bottom: 5px;
}
.pros li span{
	display: table-cell;
	
}
.pros li i{
	margin-right: 10px;
    color: #81ba67;
    border: 1px solid #81ba67;
    padding: 2px;
    border-radius: 50%;
    font-size: 16px;
}
.pros li .fa-times{
	border: 1px solid #EA1045;
	color: #EA1045;
	padding: 1px 3px 2px 3px;
}
.footer {
    padding: 20px 0px;
    background: #e1e1e1;
	background: #F9F9F9;
}
.footer p{
	color: #9B9B9B;
}
.copyright p{
	margin: 0px;
	text-align: center;
}

.tag_img {
    margin-top: -44px;
    max-height: 90px;
}
.first_pro_button{
	width: 35%; 
	margin: 0px auto; 
	border:0px; 
}
.first_pro_button a{
	margin-bottom: 3em;
}
/* Media query for mobile */
@media screen and (max-width: 767px){
	.main{
		width: 100%;
	}
	.product-content, .product_des_wrapper{
		display: block;
	}
	.rating_section, .our-rating, .product_wrpper, .product_detail, .pro_cons{
		width: 100%;
	}
	.our-rating a{
		margin-bottom: 20px;
	}
	.gradient_both{
		width: 100%;
	}
	.ingriendent{
		display: block;
		width: 100%;
		padding: 0px;
	}
	.banner-wrapper h1{
		line-height: 1em;
	}
	h2{
		line-height: 1em;
	}
	.product5-heading h2{
		padding: 15px 5px;
	}
	.all-rating li:last-child{
		border-bottom: 1px solid #e1e1e1;
	}
	.product_detail{
		border: 1px solid #e1e1e1;
	}
	.first_pro_button a{
		margin-bottom: 3em;
	}
}
