.body-area {
	min-height: 500px;
}
.tox-statusbar__branding {
	display: none;
}
img {
	max-width: 100%;
}
.form-control-file {
	border: 1px #ccc solid;
}
img.imgthumb {
    width: 75px;
    max-width: 75px;
}

#map {
	height: 300px;
}
.plot-view h1 {
	margin-bottom: 0;
}
.main-image img {
	border-radius: 5px;
}
.map-area {
	height: 500px;
	height: calc((var(--vh, 1vh) * 100));
	z-index: 0;
}
.map-area #map {
	width: 100%;
	height: 100%;
}
.contact-map-area {
	padding: 15px 10px 10px;
	background-color: #009600;
}
.card-img-top {
    width: 100%;
    height: 10vw;
    min-height: 150px;
    object-fit: cover;
}
.card-img-top2 {
    width: 100%;
    height: 5vw;
    min-height: 75px;
    object-fit: cover;
}

.search-filter-area  {
	padding-top: 30px;
	background-color: #fff;
	border: #eee solid 1px;
}
.no-gutters {
	padding-left: 0;
	padding-right: 0;
}