.prop-label {
	position: absolute;
	min-width: 100px;
	top: 15px;
	left: 20px;
	padding: 5px 10px;
	text-align: center;
	color: #bea670;
	background: #000;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-size: 16px;
	z-index: 9;
}

.sold .prop-label,
.sold.prop-label {
	color: #fff;
	background: #ee0000;
}

.open-house {
	border: solid 1px #000;
	border-radius: 5px;
}

.mix-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

/* START OF SINGLE PROPERTY */
#slider {
	margin-top: 30px;
	margin-bottom: 30px;
}

#slider .custom-container {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
	position: relative;
}

@media (max-width: 768px) {
	#slider .custom-container {
		max-width: 100%;
	}
}

#slider .caption {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	z-index: 2;
}

#slider img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
	position: absolute;
	display: block;
	min-width: 100px;
	min-height: 50px;
	color: #fff;
	background: #c1121f;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	transition: 0.4s all ease;
	z-index: 1000;
}

#slider .swiper-button-prev:after,
#slider .swiper-button-next:after {
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#slider .swiper-button-next:hover,
#slider .swiper-button-prev:hover {
	color: #c1121f;
	background: #000;
}

.details_about {
	padding-bottom: 50px;
}

.details_about h4 {
	display: block;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-top: 38px;
}

.details_about ul:not(.nav-tabs) li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border-right: 1px solid #727272;
	margin-top: 11px;
	margin-bottom: 10px;
	padding: 0 8px;
}

.details_about .nav-tabs {
	justify-content: center;
	gap: 10px;
	border-bottom: none;
	margin-bottom: 30px;
}

.details_about .nav-tabs.single-nav .nav-link {
	color: #2b2b2b;
	border: solid 1px #2b2b2b;
	border-radius: 0;
}

.details_about .nav-tabs.single-nav .nav-link.active,
.details_about .nav-tabs.single-nav .nav-link:hover {
	color: #fff;
	background: #2b2b2b;
	border-color: #2b2b2b;
	border-radius: 0;
}

@media (max-width: 768px) {
	.details_about .nav-tabs.single-nav {
		gap: 10px;
	}

	.details_about .nav-tabs.single-nav li.nav-item {
		min-width: 135px;
		text-align: center;
	}
}

.resp_table {
	overflow-x: auto;
}

.prop-table.prop-table-header {
	color: #000;
	background-color: #fff;
}

.table thead.prop-table th {
	color: #fff;
	background-color: #003049;
	font-family: "the-seasons", sans-serif;
	font-size: 20px;
}

#map,
#streetMap {
	width: 100%;
	height: 500px;
	z-index: 10;
}

@media (max-width: 768px) {

	#map,
	#streetMap {
		height: 400px;
	}
}

.agent {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.agent .agent-image {
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: top;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}

.agent-name {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #000;
}

.agent-info {
	margin: 0;
	padding: 0;
}

.agent ul.agent-info li {
	display: block;
	text-align: center;
	border-right: none;
	padding: 0;
}

.agent-info li a {
	font-weight: 500;
	text-transform: none;
	color: #000;
}

.agent ul.agent-info li a>i {
	padding-right: 10px;
}

/* END OF SINGLE PROPERTY */

/* START OF HOME EVALUATION */
.homeEvalutation {
	padding: 0 50px 0 50px;
}

@media (max-width: 768px) {
	.homeEvalutation {
		padding: 0 0 25px 0;
	}
}

.homeEvalutation #first {
	display: block;
}

.homeEvalutation fieldset {
	display: none;
	margin-top: 30px;
}

.homeEvalutation .single-s {
	color: #000;
	text-transform: uppercase;
	border: solid 1px #c1121f;
	padding: 20px 10px;
}

.homeEvalutation .single-s.active {
	background: #c1121f;
	border-color: #c1121f;
	color: #fff;
}

/* home evaluation form and map */
#homeEval p {
	color: #000;
	margin: 0;
}

.homeEvalutation input[type="text"],
.homeEvalutation select {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	outline: none;
	padding: 0 10px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	border-radius: 0;
}

.homeEvalutation #map {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

.homeEvalutation input[type="submit"],
.homeEvalutation input[type="button"] {
	display: inline-block;
	width: 175px;
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 100px;
	border: 1px solid #c1121f;
	background-color: #c1121f;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0 35px;
	transition: all 0.3s;
}

.homeEvalutation #second input[type="button"] {
	width: 175px;
}

.homeEvalutation input[type="submit"]:hover,
.homeEvalutation input[type="button"]:hover,
.homeEvalutation #second input[type="button"]:hover {
	opacity: 0.8;
}

/* END OF HOME EVALUATION */

.bigger-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
	width: 100%;
}

.custom-form .form-control {
	border: 1px solid #000;
}

.custom-form label {
	font-family: "the-seasons", sans-serif;
	text-transform: uppercase;
}

.pagination .btn-default {
	min-width: auto;
	margin: 0 4px;
}

.current-page-pagination {
	background: #fff;
	color: #000;
}