.hero.page-inner, .hero.page-inner > .container > .row {
    height: 430px !important;
    min-height: 430px !important;
}
.vis-hol {
    float: left;
    width: auto;
    overflow: hidden;
    padding: 8px;
}
.vis-hol2 {
    float: right;
    width: auto;
    overflow: hidden;
    padding: 5px;
}
/*TOOLBAR SEARCH*/
#toolbar_search {
	width: calc(100% - 32px);
	padding: 13px 22px 0px;
	margin: 0 auto;
	background-color: #FFf;
}
#toolbar_search .form-group {
	width: 20%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}
#toolbar_search #CostaKm {
	width: 20%;
	height: 33px;
	float: left;
	margin-right: 1%;
}
#toolbar_search #min_vani {
	width: 10%;
	height: 33px;
	float: left;
	margin-right: 1%;
	margin-bottom: 15px;
}
#toolbar_search #mq_min {
	width: 10%;
	height: 33px;
	float: left;
	margin-right: 3%;
	margin-bottom: 15px;
}
#toolbar_search #min_prezzo {
	width: 17%;
	height: 33px;
	float: left;
	/* margin-right: 1%; */
	margin-bottom: 15px;
}
#toolbar_search #max_prezzo {
	width: 17%;
	height: 33px;
	float: left;
	margin-bottom: 15px;
}
#toolbar_search .campi_filter_chk {
	float:left;
	width: auto;
}
#toolbar_search label.option_filtr {
	width: 145px;
	height: 33px;
	float: left;
	margin-right: 15px;
	border: 1px solid #000;
	background-color: #FFF;
	padding-top: 4px;
	padding-left: 9px;
	padding: 3px 9px;
}
#toolbar_search label.option_filtr input[type=checkbox] {
	position: relative;
	top: 2px;
}
#toolbar_search .btn-filt-imm {
	float: right;
	width: 150px;
	background-color: #17b4d4;
	height: 33px;
	color: #FFF;
	border: 0px;
}

/*PAGE STYLE CSS*/
.hero .heading {
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 63px;
}
.search_div {
    position: relative;
    bottom: -52px;
}
.vis-hol2 .prezzo {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.vis-hol2 select {
    border: 1px solid #ccc;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .btn_search_go {
        top: 62px;
    }
    .search_div {
        bottom: -5px;
    }
    .vis-hol2 .prezzo {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    #toolbar-immobili-centro-hol {
        position: relative;
    }
    .vis-hol2 {
        width: 50%;
        position: absolute;
        top: -20px;
        right: 0px;
    }
    .vis-hol2 select {
        border: 1px solid #ccc;
    }

	#toolbar_search .form-group {
		width: 100% !important;
		float: left;
		margin-right: 1%;
		background-color: #FFF;
	}
	#toolbar_search #CostaKm {
		width: 44% !important;
		height: 33px;
		float: left;
		margin-right: 1%;
	}
	#toolbar_search #min_vani {
		width: 27% !important;
		height: 33px;
		float: left;
		margin-right: 1%;
		margin-bottom: 15px;
	}
	#toolbar_search #mq_min {
		width: 27% !important;
		height: 33px;
		float: left;
		margin-right: 0% !important;
		margin-bottom: 15px;
	}
	#toolbar_search #min_prezzo {
		width: 50% !important;
		height: 33px;
		float: left;
		/* margin-right: 1%; */
		margin-bottom: 15px;
	}
	#toolbar_search #max_prezzo {
		width: 50% !important;
		height: 33px;
		float: left;
		margin-bottom: 15px;
	}
	#toolbar_search label.option_filtr {
		width: 50%;
		height: 33px;
		float: left;
		margin-right: 0px;
		border: 1px solid #000;
		background-color: #FFF;
		padding-top: 4px;
		padding-left: 9px;
		padding: 3px 9px;
	}
	#toolbar_search .btn-filt-imm {
	    float: left;
	    width: 50%;
	    background-color: #17b4d4;
	    height: 33px;
	    color: #FFF;
	    border: 0px;
	}
	#toolbar_search {
		width: 100%;
		background-color: transparent;
		padding-right: calc(var(--bs-gutter-x)* .5);
		padding-left: calc(var(--bs-gutter-x)* .5);
	}
}

