.property-info {
    text-align: center;
    font-size: 1.25rem;
    line-height: 130%;
    letter-spacing: .45px;
}

.property-info .value {
    font-weight: 500;
}

.property-info .text {
    font-weight: 200;
}

.property-info .divider {
    margin: 0 5px; /* Adjust as needed for spacing */
}

/* Smaller font size for small devices */
@media (max-width: 768px) {
    .property-info {
        font-size: 1rem;
    }
}

	.info-window-title img {
		width: auto;
		height: 24px;
		margin-right: 5px;
	}
	.info-window-title h5 {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
	}

	.modal-dialog {
		max-width: 90%;
		margin: 0;
	}
	.modal-content {
		height: 100vh;
	}
	.carousel, .carousel-inner, .carousel-item, .carousel-item img {
		height: 100vh;
		width: 100%;
	}
	.carousel-item img {
		object-fit: cover;
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		background-color: rgba(0, 0, 0, 0.5); /* Add a background color for better visibility */
		border-radius: 50%;
		padding: 10px; /* Add padding for a larger clickable area */
	}
	.carousel-control-prev-icon {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" fill%3D"%23fff" viewBox%3D"0 0 8 8"%3E%3Cpath d%3D"M4.5 0L0 4l4.5 4V5h3V3h-3V0z"/%3E%3C/svg%3E');
	}
	.carousel-control-next-icon {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" fill%3D"%23fff" viewBox%3D"0 0 8 8"%3E%3Cpath d%3D"M3.5 0v3H0v2h3.5v3L8 4 3.5 0z"/%3E%3C/svg%3E');
	}
	.ken-burns-1 {
		animation: kenburns-1 10s infinite alternate;
	}
	.ken-burns-2 {
		animation: kenburns-2 10s infinite alternate;
	}
	.ken-burns-3 {
		animation: kenburns-3 10s infinite alternate;
	}

	@keyframes kenburns-1 {
		0% {
			transform: scale(1) translate(0%, 0%);
		}
		100% {
			transform: scale(1.1) translate(-10%, -10%);
		}
	}

	@keyframes kenburns-2 {
		0% {
			transform: scale(1) translate(0%, 0%);
		}
		100% {
			transform: scale(1.1) translate(10%, 10%);
		}
	}

	@keyframes kenburns-3 {
		0% {
			transform: scale(1) translate(0%, 0%);
		}
		100% {
			transform: scale(1.1) translate(-10%, 10%);
		}
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	  width: 100%;
	  padding-right: 1px;
	  padding-left: 1px;
	  margin-right: auto;
	  margin-left: auto;
	}
	.property-details {
		font-size: 14px;
	}
	.property-details p {
		margin-bottom: 5px;
	}
	.property-details span.label {
		font-weight: bold;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 3px;
		padding-left: 3px;
	}
	/* Search-results styling */
	.property-item {
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 5px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.2);
		overflow: hidden;
		margin-bottom: 10px;
	}

	.property-item .card-img-top {
		width: 100%;
		object-fit: cover;
	}

	.property-item .card-body {
		padding: 5px;
		text-align: left;
	}

	.property-item .card-title {
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 10px;
	}

	.property-item .card-text {
		font-size: 12px;
		color: #666;
	}

	.image-container {
		position: relative;
		width: 100%;
		height: 225px;
		border-radius: 10px;
		overflow: hidden;
	}

	.image-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.image-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		color: white;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.overlay-title,
	.overlay-price {
		font-weight: bold;
		font-size: larger;
	}

	.black-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.card-title,
	.card-text {
		margin: 0;
		font-size: 12px;
		color: #000;
	}

	.card-text-additional {
		margin-top: 2px;
		padding-top: 2px;
	}
	#map {
		height: 100%;
	}
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.search-input input {
		height: 25px;
		margin-top: 5px;
		width: 74% !important;
		margin-bottom: 10px !important;
	}
	#contactModal .modal-dialog, #tourModal .modal-dialog {
		max-width: 360px;
	}
	.search-input .input-group {
		min-width: 156px;
	}
	.modal-body {
		max-height: calc(100vh - 37px);
		overflow-y: auto;
	}
	#contactModal, #tourModal {
		padding-left: 0px !important;
	}
	.modal-header .close {
		margin: -1rem -1rem -1rem -1rem !important;
	}
	.btn-primary {
		padding-left: 23px;
		padding-right: 23px;
	}
	.filter_buttons {
		display: flex;
	}
	.info_content p {
		margin-bottom: 0;
	}
	.property-item a {
		cursor: pointer;
	}
	.pagination {
		display: flex;
		justify-content: center;
		padding: 10px 0;
	}
	.pagination .page-item {
		margin: 0 5px;
	}
	.pagination .page-item .page-link {
		color: #000;
		background-color: #fff;
	}
	.pagination .page-item.active .page-link {
		z-index: 1;
		color: #000;
		background-color: #e9ecef;
	}
	.pagination .page-item .page-link:hover {
		color: #000;
		background-color: #e9ecef;
	}
	.pagination .page-item .page-link:focus {
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
	}
	.pagination a {
		color: black;
		float: left;
		padding: 8px 16px;
		text-decoration: none;
	}
	.pagination a.active {
		background-color: #ef4036;
		color: white;
	}
	.pagination .page-item .page-link {
		border: none;
	}
	.pagination a:hover:not(.active) {
		background-color: #ddd;
	}
	.pagination a.active {
		color: #fff;
	}
	.search-result-map, #map_wrapper, #map_canvas {
		height: 580px;
	}
	.search-main {
		position: relative;
		padding-top: 50px;
		width: 100%;
		height: 100vh;
		overflow: auto;
	}
	.filter-overlay {
		position: sticky;
		top: 0;
		z-index: 20;
		background-color: white;
		height: 40px;
		line-height: 30px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	#map_canvas {
		width: 100%;
		display: block !important;
		height: calc(100vh);
		position: relative;
	}
	.search-results {
		padding: 5px 5px 5px 5px;
		background-color: #f9f9f9;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	@media (max-width: 768px) {
  	.row {
    	margin-left: -1px;
    	margin-right: -1px;
  		}
	}
	.col-md-6, .col-sm-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-results-img {
		width: 99%;
		height: auto;
		object-fit: contain;
		display: block;
		margin-bottom: 20px;
		object-position: top;
		overflow: hidden;
	}
	.search-results-img:hover {
		border: 1px solid #00000069;
	}
	.hide {
		display: none;
	}
	.price-label {
		padding-left: 10px !important;
		border: 1px solid !important;
		height: 40px !important;
		width: 100% !important;
	}
	.row.rdbtn label {
		position: relative;
		top: 8px;
		left: -24px;
	}
	.rdbtn input {
		width: 34px !important;
	}
	.gm-style .gm-style-iw-c {
		border-radius: 5px !important;
	}
	.sb-light {
		padding: 15px 44px;
	}
	@media (min-width: 992px) {
		.modal-lg {
			max-width: 90%;
		}
		.rdbtn {
			margin-right: 0px !important;
			margin-left: 0px !important;
		}
		.gm-style .gm-style-iw-c {
			max-width: 400px !important;
		}
		.gm-style .gm-style-iw-c {
			position: absolute;
			box-sizing: border-box;
			overflow: hidden;
			top: 0;
			left: 0;
			transform: translate3d(-50%,-100%,0);
			background-color: #f4ecec00;
			border-radius: 8px;
			padding: 12px;
			box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
			display: flex;
			flex-direction: column;
		}
		.mb-4, .my-4 {
			margin-bottom: .5rem !important;
		}
		.w-120 {
			width: 100% !important;
		}
		.dropdown-menu {
			min-width: 18rem !important;
		}
		.search-input input {
			height: 25px !important;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 1000;
		}
		.search-input {
			display: flex;
			align-items: center;
			margin: 10px;
		}
		.search-input.si-v-2 {
			display: flex;
			align-items: center;
			width: 100%;
			margin: 10px;
		}
		@media only screen and (max-width: 768px) {
			.search-badge {
				width: 15%;
				height: auto;
			}
		}
		.search-badge {
			height: 35px;
			margin-right: 15px;
			margin-left: 25px;
		}
		.search-badge .si-v-2 {
			height: 35px;
			margin-right: 15px;
			margin-left: 25px;
		}
		.input-group {
			flex-grow: 1;
			margin-right: 15px;
			max-width: 65%;
		}
		.filter_buttons {
			display: flex;
			align-items: center;
		}
		@media (max-width: 768px) {
			.search-input input {
			}
		}
		.sb-light {
			padding: 10px 10px !important;
			min-width: 80px;
			border: 1px solid rgb(209, 209, 213);
			border-radius: 3px;
		}
		.search-input .input-group {
			width: 252px;
			border: 1px solid rgb(209, 209, 213);
			border-radius: 3px;
		}
		.page-top-warp {
			background-color: white;
			padding: 6px 15px;
			border-bottom: 1px solid;
			border-top: 1px solid;
			border-color: rgb(216, 216, 216);
			min-width: 100% !important;
			border-bottom: 3px solid red;
		}
		.property-item .pi-image {
			height: 202px !important;
		}
		.filter-minp {
			padding: 10px 0;
		}
		.filter-maxp {
			padding: 10px 0;
		}
		.dropdown-menu.show {
			width: calc(100% - 25px);
		}
		@media only screen and (max-width: 768px) {
			.input-group {
				width: 90%;
				margin: auto;
				border: 1px solid rgb(209, 209, 213);
				border-radius: 3px;
			}
			.dropdown-menu.show {
				width: 350px !important;
			}
			.relative {
				position: relative !important;
			}
			.desktop {
				display: none !important;
			}
			.mobile {
				display: block !important;
			}
			.rdbtn {
				margin-left: 15px !important;
			}
			.modal-dialog {
				margin: auto;
			}
			.modal-content {
				background-clip: unset !important;
			}
			.filter_buttons .dropdown {
				width: 40% !important;
			}
			.info_content h4, .info_content h6 {
				font-size: 14px;
			}
		}
		@media only screen and (min-width: 992px) {
			.footer-section .col-lg-4 {
				flex: 0 0 100% !important;
				max-width: 100% !important;
			}
			.footer-section .about-widget {
				border-right: 0px !important;
			}
			.footer-section .col-lg-2 {
				flex: 0 0 25% !important;
				max-width: 25% !important;
			}
			.footer-section .container {
				max-width: 540px !important;
			}
			.footer-section .about-widget .aw-text {
				max-width: 100% !important;
			}
			.property-item .pi-image {
				height: 140px;
			}
		}
		@media only screen and (max-width: 768px) {
			.search-result-map {
				display: none;
			}
		}
		@media only screen and (max-width: 768px) {
			.property-item .pi-image {
				height: 202px !important;
			}
		}
		@media only screen and (max-width: 767px) {
			.search-input.si-v-2 .site-btn {
				margin: 5px 5px 5px 5px;
				padding: 8px 5px !important;
				min-width: 96px;
				width: 80%;
				border: 1px solid rgb(209, 209, 213);
				border-radius: 3px;
			}
			.filter_buttons {
				display: flex;
				width: 90%;
				margin: auto;
			}
		}
		.property-item img, .sp-image img, .other_imgs img {
			object-fit: cover;
		}
		.gm-style .gm-style-iw-d {
			max-width: 410px;
		}
		.header_text {
			padding-bottom: 15px;
			text-align: center;
		}
		.header_text h2 {
			color: #fff !important;
			letter-spacing: 2px;
		}
		.property-item {
			background-color: #fff;
			border: 1px solid #000; 
			border-radius: 5px;
			box-shadow: 0 4px 8px rgba(0,0,0,0.2);
			overflow: hidden;
			margin-bottom: 10px;
		}
		.property-item .card-img-top {
			width: 100%;
			object-fit: cover;
		}
		.property-item .card-body {
			padding: 5px;
			text-align: left;
		}
		.property-item .card-title {
			font-size: 14px;
			font-weight: 300;
			margin-bottom: 10px;
		}
		.property-item .card-text {
			font-size: 12px;
			color: #666;
		}
		.footer-bar {
			position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			background-color: #f0f0f0;
			padding: 10px;
			text-align: center;
			box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
			z-index: 1000;
		}
		.footer-link {
			margin: 0 10px;
			color: #000;
			text-decoration: none;
			font-size: 16px;
		}
		.mb-4, .my-4 {
			margin-bottom: .5rem !important;
		}
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 3px;
		padding-left: 3px;
	}
	.search-input {
		display: flex;
		align-items: center;
		margin: 10px;
	}
	.input-group {
		flex: 1;
		display: flex;
	}
	.form-control {
		flex: 1;
	}
	.input-group-append {
		display: flex;
	}
	.dropdown-menu {
		width: 100%;
	}
	.search-icon-color {
		color: gray;
	}
	.result-count {
		font-size: 32;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
		margin-left: 5px;
	}
	.video-link {
		font-size: 12px !important;
	}
	.video-link:hover {
		text-decoration: none;
	}
	.video-play-icon {
		color: black;
		font-size: 16px;
	}
	.video-text {
		color: black;
	}
	.filter-contentt {
		display: none;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-color: white;
		padding: 20px;
		border: 1px solid #ccc;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}
	.filter-overlay {
		position: sticky;
		top: 0;
		z-index: 20;
		background-color: white;
		height: 40px;
		line-height: 35px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
	}
	.close-btn {
		display: block;
		text-align: right;
		margin-top: -10px;
		margin-right: -10px;
	}
	.close-btn button {
		background: none;
		border: none;
		font-size: 20px;
		cursor: pointer;
	}
	.filter-icon {
		background: none;
		border: none;
		cursor: pointer;
	}
	.filter-drawer {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: white;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		box-shadow: 2px 0 5px rgba(0,0,0,0.5);
	}
	.shadow {
		box-shadow: 0 0.5rem .5rem rgba(0, 0, 0, 0.15) !important;
	}
	.filter-drawer .close-btn {
		position: absolute;
		top: 20px;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		background: none;
		border: none;
		cursor: pointer;
	}
	.filter-content {
		margin: 30px;
	}
	.filter-buttons .dropdown {
		width: 100%;
		margin-bottom: 20px;
	}
.tooltip-inner {
    background: linear-gradient(135deg, #1e3c72, #2a5298); /* Gradient background */
    color: #ffffff; /* White text */
    font-weight: 300;
    border: 1px solid #00b4d8; /* Neon blue border */
    border-radius: 7px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.overlay {
    background: linear-gradient(135deg, #1e3c72, #2a5298); /* Gradient background */
    color: #ffffff; /* White text */
    border: 1px solid #ff6f61; /* Soft orange border */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
	.filter-overlay .result-sort-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.filter-overlay .result-count {
		flex: 1;
	}
	.filter-overlay .sort-by {
		flex: 0 0 auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.sort-by select.form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		display: none;
	}
	.sort-by a {
		margin-right: 10px;
		text-decoration: none;
		color: #000;
	}
	.sort-by a:hover {
		text-decoration: underline;
	}
	@media (max-width: 767px) {
		.filter-overlay {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
		.result-sort-container {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			width: 100%;
		}
		.result-count {
			order: 1;
			width: 100%;
			margin-bottom: 10px;
			margin-left: 55px;
		}
		.sort-by {
			order: 2;
			width: 100%;
		}
	}
	#sort-select {
		border: none;
		outline: none;
		box-shadow: none;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	#sort-select::after {
		content: '\\25BC';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.sort-by {
		position: relative;
	}
	.image-overlay-container {
		position: relative;
		width: 100%;
	}
	.image-overlay {
		position: absolute;
		bottom: 0;
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
		color: #000;
		width: 100%;
		padding: 10px;
		font-family: 'Roboto', sans-serif;
	}
	.card-img-top {
		width: 100%;
		height: auto;
	}
	.card-title, .card-text {
		margin: 0;
		font-size: 12px;
		color: #000;
	}
	.card-text-additional {
		margin-top: 2px;
		padding-top: 2px;
	}
	table.tbl-place-info {
		width: 300px;
		background-color: transparent;
		border: none;
	}
	table.tbl-place-info td {
		font-size: 12px;
		text-align: center;
		background-color: transparent;
		border: none;
	}
	table.tbl-place-info td.strong_f {
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #1A61A9;
	}
	table.tbl-place-info td.title_f {
		font-size: 21px;
		font-weight: bold;
	}
	table.tbl-place-info .colorful_f {
		color: #FFFFFF;
		font-size: 15px;
		font-weight: bold;
		background-color: #1A61A9;
	}
	table.tbl-place-info .value_f, .cat_f {
		font-size: 13px;
		text-align: center;
	}
	table.tbl-place-info .hint_f {
		font-size: 12px;
		text-align: center;
		padding: 5px 10px;
		font-style: italic;
		color: #C80096;
	}
	.image-container {
		position: relative;
		width: 100%;
		height: 225px;
		border-radius: 10px;
		overflow: hidden;
	}
	.image-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.black-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
	.image-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		color: white;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.overlay-title, .overlay-price {
		font-weight: bold;
		font-size: larger;
	}
	.image-container {
		position: relative;
		width: 100%;
		border-radius: 3px;
		overflow: hidden;
	}
	.gm-style .gm-style-iw
	.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
	.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
	.gm-style .gm-style-iw-c,
	.gm-style .gm-style-iw-t::after {
		padding: 3px;
	}
	.map-toggle-btn {
		position: fixed;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #0c3655;
		color: white;
		border-radius: 50%;
		border: 0.5px  solid white;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		line-height: 1;
  		vertical-align: middle;
		justify-content: center;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.33);
		cursor: pointer;
		font-size: 24px;
		z-index: 1000;
	}
	.image-container img, .tbl-place-info .image-container .info-window-img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.card-img-top {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.card {
		max-width: 300px;
		margin: auto;
		overflow: hidden;
	}
@media (max-width: 767px), (min-width: 768px) and (max-width: 992px) {
   .card {
 	   max-width: 95% !important;
    	margin-left: auto;
	    margin-right: auto;
    	margin-top: auto;
 	   margin-bottom: auto;
    	overflow: hidden;
  }
}

	.map-card {
		max-width: 100%;
		overflow: hidden;
	}
	.map-card-img-top {
		max-width: 100%;
		height: auto;
		object-fit: cover;
		border-bottom: 2px solid #de201e; 
	}
	.map-card-body {
		display: flex;
		flex-direction: column;
		word-wrap: break-word;
		padding: .45rem;
	}
	.map-card-text {
		word-wrap: break-word;
		overflow-wrap: break-word;
		font-size: 13px;
		font-weight: bold;
	}
	@media screen and (max-width: 768px) {
		.map-card {
			max-width: 90%;
		}
		.page-top-section {
			padding: 15px 0px 0;
		}
		div#map_canvas {
			display: none;
		}
		.filter_buttons {
			display: none;
		}
		.filter-mobile {
			display: block !important;
		}
		p#mobile-filter {
			font-size: 16px;
			color: black;
			text-align: center;
		}
		p#close-popup {
			font-size: 25px;
		}
	}
