@media (max-width: 425px) {
	.close img {
		width: 20px !important;
		height: auto !important;
		background: none !important;
	}
}
.close img {
	background: none !important;
}
.list-properties .show-more-properties button {
	text-indent: 200% !important;
}

.inspired-slider img {
    height: 700px;
}

.filter-box-v2 .filter-list ul li .filter-choose {
	z-index: 9999999 !important;
}

@media (min-width: 1701px) {
	.inspired-slider img {
	    height: 1100px;
	}
}

@media (max-width: 1700px) and (min-width: 1551px) {
	.inspired-slider img {
	    height: 1000px;
	}
}

@media (max-width: 600px) {
	.inspired-slider img {
	    height: 400px;
	}
}

.list-properties-col {
	padding-top: 0;
}

.properties-label {
	position: absolute;
	top: 25px;
	left: 25px;
	color: #BD9E50;
	background: white;
	z-index: 999;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 30px;
}

@media (max-width: 768px) {
	/* .list-properties-col {
		padding-top: 15px;
	} */
	.properties-label {
		font-size: 14px;
		padding: 8px 15px;
		top: 15px;
		left: 15px;
	}
}

.properties-seo-tag {
	display: block;
	margin: 100px 0 80px 0 !important;
}
@media (max-width: 768px) {
	.properties-seo-tag {
		display: block;
		margin: 80px 0 80px 0 !important;
	}
}
@media (max-width: 425px) {
	.properties-seo-tag {
		display: block;
		margin: 60px 0 70px 0 !important;
	}
	.properties-seo-tag .title {
		margin-bottom: 30px !important;
		font-size: 27px;
		line-height: 30px;
	}
}

.properties-seo-tag .title {
	margin-bottom: 40px !important;
}