
body{
background-color:#e5f5f6;
}
.hero-section form {
	text-align:center;
}
.hero-section:before,
.footer-top:before{
    background-image: none;
    }
#foundhelp{
	background: #fff;
    box-shadow: 6px 6px 15px rgb(140 140 140 / 75%);
    border-radius: 10px;
    margin:15px 0px;
    text-align:center;
}

@media (min-width: 768px) {
	#foundhelp{
		margin:50px;
		margin-left: 72px;
	}
}

#foundhelp li{
	display:inline-block;
	width:100%;
	padding:15px 15px;
}
@media (min-width: 768px) {
	#foundhelp li{
		display:inline-block;
		width:49%;
		padding:50px 30px;
	}
}
#foundhelp li p, 
#foundhelp li .btn-outline{
	color:#1ab2b1;
	}
#foundhelp li p{
	font-size: 30px;
	font-weight:bolder;
}
#foundhelp li a{
	margin: 30px 0px;
	font-weight:normal;
}
#foundhelp li:first-child {
	border-bottom: 1px solid grey;
}
@media (min-width: 768px) {
	#foundhelp li:first-child {
		border-bottom: 0px solid grey;
		border-right: 1px solid grey;
	}
}






section.hero-section.hero-search-section {
	
}
/*
@media (min-width: 768px) {
	section.hero-section.hero-search-section {
		padding: 0px;
	}
}*/

.search-filter{
	display: none;
	width:100%;
}
@media (min-width: 768px){
	.search-filter{
		display: inline-block;
		width:25%;
	}
}
.search-result{
	display: inline-block; 
	width:100%;
	vertical-align:top;
}
@media (min-width: 768px){
	.search-result{
		width:74%;
	}
}

.search-box ul {
	padding:0px;
	margin:0px;
}
.search-box ul li{
	list-style-type:none;
	margin: 20px 0px;
}
div.filter-option{
	margin-bottom:50px;
}



.mobile_filter{
	float:right;
	padding: 5px 0px;
}
@media (min-width: 767px) {
	.mobile_filter{
		display:none;
	}
}
@media (max-width: 767px) {
	.search-filter {
		position: absolute;
		background: #FFF;
		z-index: 99;
		margin: 0px;
		left: 0;
		padding: 10px;
	}
}






.wrapper_rig {
	bottom: 37px;
	position: absolute!important;
	right: 15px;
}

@media (min-width: 768px) {
	.wrapper_rig {
		bottom: initial;
		right: initial;
		display:inline-block;
		position: relative!important;
		float: right;
	}
}
.wrapper_go {
	display:none;
}
@media (min-width: 768px) {
	.wrapper_go {
		display:inline-block;
		margin: 20px 0px;
	}
}
.card-holder .card .price {
	display: inline-block;
	font-size:12px;
}
@media (min-width: 768px) {
	.card-holder .card .price {
		display: block;
	}
}

	.hidden-entry{
		display:none;
	}
	.card-holder .card{
		width:100%;
	}

	.hidden-entry{
		display:none!important;
	}
	a.result-entry {
		border-radius: 15px;
		padding: 15px;
		transition: none;
		display: block;
	}
