.propertyListiMainBox {
  width: 100%;
  float: left;
  height: auto;
  margin: 20px 0 0 0
}

.propertyListiMainBox .listingShortingBox {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 50px 0
}

.propertyListiMainBox .listingShortingBox p {
  width: auto;
  float: left;
  font-family: 'opensansregular';
  font-size: 14px;
  color: #414042
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox {
  width: auto;
  float: right;
  height: auto
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox label {
  width: auto;
  float: left;
  height: auto;
  font-family: 'opensansregular';
  font-size: 14px;
  color: #414042;
  margin: 8px 10px 0 0
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .shortingDropDown {
  width: auto;
  float: left;
  height: auto
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .bootstrap-select {
  border: none
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .bootstrap-select .btn-default {
  border: solid 1px #19519e;
  background: #ffffff;
  font-family: 'opensansregular';
  font-size: 14px
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .bootstrap-select .dropdown-menu li a {
  margin: 0;
  float: none;
  display: block;
  color: #414042;
  background: #ffffff
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .bootstrap-select .dropdown-menu li a:hover {
  background: #19519e;
  color: #ffffff
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .bootstrap-select .dropdown-menu li.selected a {
  background: #19519e;
  color: #ffffff
}

.propertyListiMainBox .listingShortingBox .shortingDropDownBox .bootstrap-select .dropdown-menu.inner {
  max-height: 200px !important;
  overflow: auto !important
}

.propertyListiMainBox .propertyListBox {
  width: calc(33.3333% - 20px);
  float: left;
  height: auto;
  margin: 0 20px 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.propertyListiMainBox .propertyListBox .proprtyImgBox {
  width: 100%;
  float: left;
  height: 300px;
  padding: 0;
  position: relative;
  margin: 0 0 0 0
}

.propertyListiMainBox .propertyListBox .proprtyImgBox:before {
  content: '';
  padding-top: 300px;
  display: block;
  width: 100%;
  height: auto
}

.propertyListiMainBox .propertyListBox .proprtyImgBox img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}

.propertyListiMainBox .propertyListBox .propertyDetailsBox {
  width: calc(100% - 30px);
  float: left;
  height: auto;
  position: relative;
  margin: -25px 0 0 15px;
  background: #ffffff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 8px 0 15px
}

.propertyListiMainBox .propertyListBox .propertyDetailsBox h5 {
  width: 100%;
  float: left;
  height: auto;
  font-family: 'opensanssemibold';
  font-size: 16px;
  color: #B12704;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0
}

.propertyListiMainBox .propertyListBox .propertyDetailsBox h4 {
  margin: 10px 0 10px 0;
  padding: 0 10px;
  display: block;
  text-align: center
}

.propertyListiMainBox .propertyListBox .propertyDetailsBox h4 a {
  display: inline-block;
  font-family: 'opensanssemibold';
  font-size: 14px;
  color: #58595b;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: 22px;
}

.propertyListiMainBox .propertyListBox .propertyDetailsBox h4 span {
  display: block;
  font-family: 'opensansregular';
  font-size: 16px;
  color: #19519e;
  text-align: center
}

.propertyListiMainBox .propertyListBox .propertyDetailsBox .btn-primary {
  width: 60px;
  height: 60px;
  padding: 20px 0 0 0;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #ffffff
}

.propertyListiMainBox .paginationMainBox {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0 20px;
}

.propertyListiMainBox .paginationMainBox .pagination {
  margin: 0;
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.propertyListiMainBox .paginationMainBox .pagination>li:first-child>a,
.propertyListiMainBox .paginationMainBox .pagination>li:first-child>span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.propertyListiMainBox .paginationMainBox .pagination>li:last-child>a,
.propertyListiMainBox .paginationMainBox .pagination>li:last-child>span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.propertyListiMainBox .paginationMainBox .pagination li>a,
.propertyListiMainBox .paginationMainBox .pagination li>span {
  font-family: 'opensansregular';
  font-size: 14px
}

.propertyListiMainBox .paginationMainBox .pagination li>a:hover,
.propertyListiMainBox .paginationMainBox .pagination li>span:hover,
.propertyListiMainBox .paginationMainBox .pagination li>a:focus,
.propertyListiMainBox .paginationMainBox .pagination li>span:focus {
  background: #19519e;
  color: #ffffff
}

.propertyListiMainBox .paginationMainBox .pagination li.active>a,
.propertyListiMainBox .paginationMainBox .pagination li.active>span {
  background: #19519e;
  color: #ffffff
}

.propertyListiMainBox .paginationMainBox .pagination li.active>a::hover,
.propertyListiMainBox .paginationMainBox .pagination li.active>span::hover,
.propertyListiMainBox .paginationMainBox .pagination li.active>a:focus,
.propertyListiMainBox .paginationMainBox .pagination li.active>span:focus {
  background: #19519e;
  color: #ffffff
}

.commonEnquiryBox {
  width: 100%;
  float: left;
  height: auto
}

.commonEnquiryBox h2 {
  margin: 0;
  font-size: 18px;
  color: #19519e;
  font-family: 'opensanssemibold';
  text-align: center;
  margin: 0 0 10px 0
}

.commonEnquiryBox .form-group label {
  display: inline-block;
  width: 100px
}

.commonEnquiryBox .form-group .form-control {
  display: inline-block;
  width: calc(100% - 110px);
  height: 28px;
  padding: 6px
}

.commonEnquiryBox .form-group select {
  display: inline-block;
  width: calc(100% - 110px);
  padding: 0 6px;
  height: 28px;
  border: solid 1px #ccc
}

.commonEnquiryBox .form-group select option {
  font-family: 'opensansregular';
  font-size: 14px
}

.commonEnquiryBox .form-group#areapreferred {
  display: none
}

.propertyDetailsBox {
  height: 230px !important;
}

.titleheight {
  height: 44px !important;
}

.filterBox {
  width: 100%;
  float: left;
  height: auto;
}

.filterBox h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 16px;
  color: #19519e;
  font-family: 'opensanssemibold';
  text-align: left;
  margin: 0 0 10px 0;
  padding: 12px 10px;
  background: #f5f5f5;
  text-transform: uppercase;
}

.filterBox h4 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 14px;
  color: #19519e;
  font-family: 'opensanssemibold';
  text-align: left;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  text-transform: uppercase;
}

.filterBox ul {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.filterBox ul li {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0 0 0 10px;
}

.filterBox .btnCloseFilter {
  display: none;
}

.filterBox .btnFilter {
  width: auto;
  float: left;
  height: auto;
  display: none;
}
.filterBox .main_filter_box {
	display: none;
}

@media only screen and (max-width: 767px) {
  .filterBox {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 9999;
  }
  .filterBox form {
    display: none;
    padding: 20px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .propertyListiMainBox .pageTitleBox {
    margin: 60px 0px 20px;
  }
  .filterBox .btnCloseFilter {
    font-size: 30px;
    color: #000;
    font-family: 'opensanssemibold';
    position: fixed;
    z-index: 99999;
    right: 30px;
    top: 20px;
  }
  .filterBox .btnFilter {
    display: block;
  }
    .filterBox .main_filter_box{
		display: block;
	}
  .main_filter_box{
	margin: 0 0 10px 0;
    padding: 12px 10px;
    background: #f5f5f5;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    color: #19519e;
    font-family: 'opensanssemibold';
    float: left;
  }
  .main_filter_box .enquiryBtnBlink{
	  float: right;
	  color: #F69C10;
  }
  
.blink_me {
  animation: blinker 0.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

}
/*Bottom Banner box*/
.main_banner_box{
	position:relative;
}
.banner_box{
	position: fixed;
	bottom:10px;
	right:0px;
	width:300px;
	height:200px;
}
.banner_box img{
	border-radius:5px 0px 0px 5px;
	-webkit-box-shadow: -13px 0px 24px 0px rgba(194,194,194,0.36);
	-moz-box-shadow: -13px 0px 24px 0px rgba(194,194,194,0.36);
	box-shadow: -13px 0px 24px 0px rgba(194,194,194,0.36);
}
.slide-in {
  z-index: 99999;
  overflow: hidden;
}
.slide-in.from-right {
  right: 0px;
}
.slide-in-content {
  transition: transform .5s ease;
}
.slide-in.from-right .slide-in-content {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.slide-in.show .slide-in-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.fa-times-circle:before {
    content: "\f057";
}
.close_box{
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 24px;
    line-height: 0;
    cursor: pointer;
	color:#ffffff;
}