@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Poppiins', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	background-color: #fff;
}

.wrap_search_banner{
	background-color: #fff;
	background-image: url(../img/Banner2.jpg);
	/*background-size: 100%;*/
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.wrap_cured{
	padding: 25px 0;
	line-height: 1.3;
}
.wrap_cured label{
	font-size: 4.5em;
	font-weight: 800;
	width: 100%;
	color: #fff;
	margin-bottom: 0;
}
.wrap_cured span{
	font-size: 2em;
	font-weight: 300;
	color: #fff;
}


.wrap_input_search button{
	background-color: transparent;
	border: 0;
	min-width: 100px;
	max-width: 250px;
}
.wrap_input_search button img{
	width: 100%;
}


.wrap_features{
	
}
.lbl_features{
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 100px 0;
	text-align: center;
}

.wrap_feat{
	text-align: center;
	padding: 10px;
	min-height: 250px;
}
.wrap_feat label{
	width: 100%;
	padding: 25px 0;
	font-size: 1.4em;
	font-weight: 400;
}

.wrap_footer{
	background-color: ;
}
.wrap_footer p{
	font-size: 1.2em;
	font-weight: 300;
	color: #A5A5A5;
	max-width: 768px;
	padding: 20px 0;
}
.wrap_footer p a{
	font-weight: 400;
}
.wrap_footer ul{
	padding: 50px 0;
	margin: 0;
}
.wrap_footer ul li{
	list-style: none;
	position: relative;
	display: inline-block;
}
.wrap_footer ul li a{
	padding: 10px 30px;
	font-size: 1.3em;
}


@media only screen and (max-width: 768px) {
	.wrap_search_banner{
		background-size: cover;
    	min-height: 100%;
    	padding: 50px 0 100px 0;
    }
	.wrap_feat{
		width: 100%;
	}
	.wrap_footer p{
		padding: 20px;
	}
	.wrap_footer{
		text-align: center;
	}
}


