/****** Global style **********/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.9;
  color: #000!important;
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  z-index: 999;
}
.loader-image {
  position: relative;
  left: 45%;
  top:40%;
}

.text-al-center { text-align: center;  }
.text-al-right { text-align: right; }
.text-al-justify { text-align: justify; }
.img-al-center { display: table; margin: 0 auto; }
.inline { display: inline-block; }
.img-wrapper { overflow: hidden; }
a:hover,
a:focus { color: #fff; text-decoration: none; }
.no-radius{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.btn-blue {
	color: #fff;
	background-color: #337AB7;
	border-color: #0165b7;
}
.btn-blue:hover , .btn-blue:active, .btn-blue:focus {
	color: #fff;
	background-color: #0165b7;
	border-color: #0165b7;
}

.btn-search-main {
  background-color: #8e0202!important;
  color: #fff!important;
}
.btn-search-main{font-size: 11px!important;}
.btn-search-main:hover,.btn-search-main:focus,.btn-search-main:active {
  background-color: #CD0000;
  color: #fff;
}
.my-input-btn-group { width: unset;  }
.full-width-anchor { height: 100%; width: 100%; position: absolute;}
.full-width { width: 100%; }
.detail-header-right { padding: 30px 0; }
.btn-default { margin-bottom: 5px; }

.left, .right { width: 49%;
vertical-align: middle;
 }
.filter {
	padding: 6px 0;
	border-bottom: 1px dashed #ddd;
}
.full-width { width: 100%; }
.pd-10 { padding: 10px 0; }
.pd-5 { padding: 10px 0; }
.result-count {
	font-size: 25px;
	line-height: 1.3;
	color: #0165b7;
}
.bold { font-weight: bold; }
.header {
	font-weight: bold;
	font-size: 18px;
	background-color: #eee;
	margin-bottom: 8px;
	margin-top:10px;
	padding: 10px 10px;
	color :#0165B7;
 }
label {
	color: #0165b7;
}
/*********** search-bar *********/
.header-search { padding-top: 115px;}
.display-option-wrapper {
	padding: 15px 20px;
	background-color: aliceblue;
	border-radius: 5px;
  border:1px solid #ddd;
}
.search-bar-wrapper { background-color: #fff; color :#000; padding:10px;  }
.search-result-div { height: 500px; overflow: scroll; margin-top: 15px; }
.filter .dropdown-menu { padding: 10px 20px; }
.filter .dropdown-menu .input-divider { margin-bottom: 7px; }
.filter .dropdown-menu .left { margin-right: 15px; }
.filter .dropdown-menu .right { vertical-align: top;}
.filter .dropdown-menu li { margin: 5px 0;  }
.filter .dropdown-menu-more { width: 580px; }
.filter .dropdown-menu-more select { width: 120px!important;}
.filter .dropdown-menu-price { width: 250px; }
.sort-option { position:relative; margin-left: 20px; }
.sort-option .dropdown-menu { padding: 10px 20px; min-width:230px;  }
.sort-option .dropdown-menu li { margin: 2px 0;  }
.search-display-option {  }
.input-box { margin: 3px 0!important; }
/***********end of search-bar css *********/
/*************************************/
.result-div {
  padding: 15px;
  background-color: rgba(255,255,255,0.5);
}

#count {
  font-size: 22px;
  font-weight: bold;
}
.search-result-div { background-color: #fff;}
.search-form-wrapper {
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.type ul{ list-style-type: none; }
.map-div{height: 500px;}
.options { padding: 10px 0; }
.property  { padding: 15px; border: 1px solid #ddd; margin: 15px auto; background-color: #fff;height: 450px; }
.property  .title { font-size: 12px; color: #DD3333;}
.property  .title:hover{ color:#DD6666 ; cursor: pointer;}
.property  .address {
  font-size: 12px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.property-image{width:100%;}
.property-image img {
	height: 160px;
	object-fit: contain;
	object-position: center;
	width: 100%;
	background-color: #c9c9c9;
}
.property .photo { max-height: 360px;}
.property .price {
	font-size: 20px;
	color: #DD3333;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px 0;
	border-radius: 5px 0 5px 0;
}
.property .feature { font-size: 12px; }
.property .feature .value { }
.property .remarks { font-size: 10px; }
.border-one { border: 1px solid #eee;}
.property  .view-btn { }
.view-details {
	color: #fff;
	background-color: #337AB7;
	border-color: #337AB7;
	width: 100%;
}
.view-details:hover , .view-details:active, .view-details:focus {
	color: #fff;
	background-color: #0165b7;
	border-color: #0165b7;
	width: 100%;
}

.header-search {
	margin-top: 60px;
	background-color: rgba(255,255,255,0.5);
}
.list-view {
	width: 100%;
}
#map-view {height: 500px;}
.list-view .property-image {
	width: 40%;
	display: inline-block;
}

.list-view .property-info {
	width: 59%;
	display: inline-block;
	padding: 0 6px;
}
.agent_list_highlight{position: absolute;padding:1px 5px;;background: #DD3333;color: #fff;top:5px;right:0px;}
.leaderboard{margin-top: 150px;position: relative;}


/*******************************/
/*******Media Query**********/

/*****************************/
@media only screen and (max-width: 320px) {
	.options {
	padding: 10px 0;
	text-align: center;
	}

	.left, .right {
	width: 48%;
	vertical-align: middle;
	}

  .display-option-wrapper {
      text-align: center;
  }

  .header-search {
	padding-top: 0;
  }

  #count {
	text-align: center;
  }
	/****** Grid view ***/
  .property {
    padding: 15px 5px;
    min-height:470px
  }
	.property .title {
	font-size: 13px;
	color: #337ab7;
	font-weight: bold;
	}
	.property .address {
	font-size: 13px;
	}
	.property .feature {
	font-size: 12px;
	}
	.property .remarks {
	font-size: 10px;
	}


	/****** list view ******/
	.list-view .property {
	padding: 5px;
	}

	.list-view .property-image {
	width: 40%;
	vertical-align: top;
	}

	.list-view .property-info {
	width: 58%;
	display: inline-block;
	}

	.list-view  .property .feature {
	font-size: 8px;
	}

	.list-view .property .price {
	font-size: 12px;
	}

	.list-view .property .title {
	font-size: 12px;
	}
	.list-view .property .address {
	font-size: 10px;
	}
	.list-view .property .remarks {
	display: none;
	}
	.list-view .view-details {
	font-size: 10px;
	}
	/**************/

}
@media only screen and (min-width:321px) and (max-width: 360px) {

	.options {
	padding: 10px 0;
	text-align: center;
	}

	.left, .right {
	width: 48%;
	vertical-align: middle;
	}
  .display-option-wrapper {
      text-align: center;
  }
  .header-search {
	padding-top: 0;
  }

  #count {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
  }

  .property {
    padding: 15px 5px;
    min-height:470px
  }

	/****** list view ******/

	.list-view .property {
	padding: 5px;
	}

	.list-view .property-image {
	width: 40%;
	vertical-align: top;
	}

	.list-view .property-info {
	width: 58%;
	display: inline-block;
	}

	.list-view  .property .feature {
	font-size: 8px;
	}

	.list-view .property .price {
	font-size: 12px;
	}

	.list-view .property .title {
	font-size: 12px;
	}
	.list-view .property .address {
	font-size: 10px;
	}
	.list-view .property .remarks {
	display: none;
	}
	.list-view .view-details {
	font-size: 10px;
	}
	/**************/

}
@media only screen and (min-width:361px) and (max-width: 480px) {

	.options {
	padding: 10px 0;
	text-align: center;
	}

	.left, .right {
	width: 48%;
	vertical-align: middle;
	}

  .display-option-wrapper {
      text-align: center;
  }

  .header-search {
	padding-top: 0;
  }

  #count {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
  }

  .property {
    padding: 15px 5px;
    min-height:470px
  }
	/****** list view ******/
	.list-view .property {
	padding: 5px;
	}

	.list-view .property-image {
	width: 40%;
	vertical-align: top;
	}

	.list-view .property-info {
	width: 58%;
	display: inline-block;
	}

	.list-view  .property .feature {
	font-size: 8px;
	}

	.list-view .property .price {
	font-size: 12px;
	}

	.list-view .property .title {
	font-size: 12px;
	}
	.list-view .property .address {
	font-size: 10px;
	}
	.list-view .property .remarks {
	display: none;
	}
	.list-view .view-details {
	font-size: 10px;
	}
	/**************/

}
@media only screen and (min-width:481px) and (max-width: 568px) {
}
@media only screen and (min-width:569px) and (max-width: 640px) {

}
@media only screen and (min-width:641px) and (max-width: 768px) {

}
@media only screen and (min-width:769px) and (max-width:800px) {

}
@media only screen and (min-width:801px) and (max-width: 1024px) {

}
@media only screen and (min-width:1025px) and (max-width: 1366px) {

}
@media only screen and (min-width:1367px) and (max-width: 1920px) {

}
/******************************/
