.top-0{
	  top: 0 !important;
}
select {
	appearance: none;       /* For most browsers */
	-webkit-appearance: none; /* For Chrome, Safari, Edge */
	-moz-appearance: none;    /* For Firefox */
	background: none;       /* Remove default background */
}

/* For Internet Explorer/Edge legacy versions */
select::-ms-expand {
	display: none;
}
.semi-nav{
	list-style: none;
}
@media only screen and (max-width: 681px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.row.cars{
		margin-top: 0;
		margin-bottom: 16px !important;
		padding-left: 10px !important;
	}
	.row.cars .col {
		width: 140px !important;
		height: 270px !important;
		padding-left: 0;
	}
	.listing .listing-img img {
		height: 130px;
		margin-left: -20px !important;
	}
}