
.pagination-div{
	text-align: center;
	width:100%;
	margin-top: 50px;
}
.pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;

}
.pagination li a {
	box-sizing: border-box;
	background-color: white;
	padding: 8px;
	text-decoration: none;
	padding: 10px 18px;
	font-weight: bold;
	color: #616872;
	border-radius: 50px;
}
.pagination li a:hover {
	background-color: #d2ac2b;
}
.pagination .next a, .pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
.pagination .currentpage a {
	background-color: #d2ac2b;
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: white;
	color: #d2ac2b;
}
.property-overview-list dt{
	float:left;
}
.property-overview-list dd{
	text-align: right;
}
.custom-image{
	width:100%;
	height:auto;
}
.module {
  background-color: #fff;
  border: 1px solid #EEE;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.module-info {
  background: #d2ac2b;
  color: #fff;
  min-width: 80px;
  white-space: nowrap;
  display: table-cell;
  font-size: 12px;
  padding: 16px;
  text-transform: uppercase;
}
.module-content {
  padding: 16px 10px;
  font-size: 13px;
  display: table-cell;
}
.nearby .module-info {
  background: #0E2E50;
  }

  .no-data{
  	text-align: center;
  color: red;
  font-size: 20px;
  }
  .new-tag-div{
  	position: absolute;
  right: 8px;
  top: 10px;
  background-color: red;
  color: white;
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 999;
  }
  .pro-details-table td{
text-align: right;
  }
  input:invalid {
  color: red;
}