.popular-list-1 .thumb-wrapper::before {
	display: none !important;
}

.popular-list-1 .thumb-wrapper .thumb-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.popular-list-1 .thumb-wrapper .thumb-link > img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.popular-list-1 .thumb-wrapper .popular-badge img {
	width: 54px;
	height: 30px;
	max-width: 54px;
	object-fit: contain;
	border-radius: 0;
	cursor: inherit;
}

.popular-list-1:hover .thumb-wrapper:before {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.property-slider1 .propery-single-slide::before,
.property-slider1 .propery-single-slide .panolens-canvas::before {
	display: none !important;
}

.property-slider1 .propery-single-slide img,
.property-slider1 .propery-single-slide .panolens-canvas,
.property-slider1 .property-slider-img,
.property-slider1 .property-slider-img img,
.property-static-gallery .property-slider-img,
.property-static-gallery .property-slider-img img {
	cursor: default !important;
}

.property-gallery-card::before {
	display: none !important;
}

.property-gallery-card .icon-btn {
	display: none !important;
}

.property-gallery-card:hover::before,
.property-gallery-card:hover .icon-btn {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.property-gallery-card .property-gallery-card-img img {
	cursor: default;
}

.cursor,
.cursor-follower,
.magic-cursor {
	display: none !important;
}

.th-pagination a.disabled {
	opacity: 0.45;
	pointer-events: none;
	cursor: default;
}

.logo-icon-wrap__text,
.animation,
.animation-infinite:not(.footer-bottom-top-shape):not(.footer-top-shape) {
	animation: none !important;
}

.copyright-wrap .footer-bottom-top-shape,
.footer-top-shape.animation-infinite {
	animation: ShapeAnim 80s linear infinite !important;
}

.static-slider-content .swiper-slide,
.static-slider-content .gallery-card,
.static-slider-content .testi-block,
.static-slider-content .blog-card,
.property-static-gallery .property-slider-img {
	opacity: 1 !important;
	transform: none !important;
}

.property-static-gallery .property-slider-img img {
	display: block;
	width: 100%;
}

.search-area .search-wrap.home-search-filter {
	padding: 36px 40px 44px;
}

.search-area .home-search-filter .select-group-wrapper,
.search-area .home-property-filter-fields {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(180px, 220px);
	column-gap: 24px;
	row-gap: 24px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.search-area .home-search-filter .select-group-wrapper,
	.search-area .home-property-filter-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.search-area .home-property-filter-fields__submit {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575px) {
	.search-area .home-search-filter .select-group-wrapper,
	.search-area .home-property-filter-fields {
		grid-template-columns: 1fr;
	}
}

.search-area .home-search-filter .form-group label,
.search-area .home-search-filter .price-range-title {
	display: block;
	margin-bottom: 10px;
}

.search-area .home-search-filter .advance-btn-wrapper .th-btn {
	width: 100%;
	min-width: 0;
}

.search-area .home-search-filter .advance-search-wrapper {
	column-gap: 28px;
	row-gap: 28px;
	padding: 28px;
	margin-top: 24px;
}

section.property-details.space {
	padding-bottom: 0;
}

.property-location-fullwidth {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

.property-location-fullwidth .location-map {
	position: relative;
	margin: 0;
}

.property-location-fullwidth .location-map .contact-map {
	max-width: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-radius: 0;
	overflow: visible;
}

.property-location-fullwidth .location-map .contact-map iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
	border-radius: 0 !important;
}

.bairro-listing .breadcumb-wrapper.single-inventory::before {
	display: none !important;
}

.bairro-listing .th-sort-bar.property-style {
	margin-bottom: 16px;
}

.bairro-listing .bairro-listing-title {
	margin: 0;
}

.bairro-listing .bairro-intro-panel {
	max-width: 860px;
	margin: 0 0 28px;
}

.bairro-listing .bairro-intro-panel__text {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--body-color);
}

.bairro-listing .bairro-intro-panel__text.mb-0 {
	margin-bottom: 0;
}

.bairro-listing .bairro-intro-panel__note {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--th-border-color);
	font-size: 14px;
	line-height: 1.6;
	color: var(--body-color);
}

.bairro-listing .bairro-intro-panel__note a {
	color: var(--theme-color);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.bairro-listing .bairro-intro-panel__note a:hover {
	color: var(--title-color);
}

.bairro-listing .sidebar-area {
	position: sticky;
	top: 100px;
	align-self: start;
	height: fit-content;
}

@media (max-width: 767px) {
	.bairro-listing .bairro-intro-panel {
		margin-bottom: 24px;
	}
}

.property-location-fullwidth + .footer-wrapper {
	margin-top: 0;
}

.property-location-fallback {
	padding: 2rem 1.5rem;
	text-align: center;
}

@media (max-width: 575px) {
	.property-location-fullwidth .location-map .contact-map iframe {
		height: 320px;
	}
}
