.container, .wrapper, .overlay, .preloader-image, .footer-menu, .search-wrapper, .search-overlay.open, .scroll, .property-overlay.open::before {
  max-width: 1024px; 
}
.content-wrapper {
  margin-top: 15px;
  padding: 0 15px;
}
.overlay {
  background-image: url("../images/footer-bg-web.png");
  background-size: 100% auto;
  max-height: inherit;
}
body.modal-open {
  padding: 0 !important;
}
.secrch-form .form-group {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.secrch-form .btn {
  margin: auto;
  max-width: 360px;
}
/*.property-list-section .property-section { 
  padding: 0 15px;
  margin: 0 auto;
  max-width: 750px;
}
.property {
  width: 31.65%;
}
.property:nth-child(2n+2) {
  margin-right:2.5%;
}
.property:nth-child(3n+3) {
  margin-right: 0;
}*/
.property-section {  
  padding: 0 65px;
}
.fast-forword {
  background-color: #111;
  border: 2px solid #222; 
  color: #fff;  
  top: -35px;  
  z-index: 9;
}
.property-inventory-detail {
  position: relative;
}
.sortby-wrapper{
 max-width: 1000px;
}
.column-list li { 
  width: 25%;
}

.login-page .section {
  margin: 0 auto 30px;
  max-width: 750px; 
}
.hot-deal-carousel .item h4.title {
  background-color: #fff;
  color: #333;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
}
.hot-deal-banner .owl-dots { 
  bottom: 0;
}
/*.mobile-center .text-center {
  text-align: left;
}
.mobile-center .text-center.amount {
  text-align: right;
}*/
.sticky-icon {
  left: -70px;
  margin: auto;
  max-width: 1024px;
  position: fixed;
  right: 0;
  top: 300px;
  width: 100%;
  z-index: 1;
}
.sticky-icon ul > li > a {
  background-color: #6e1c6e;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 3px;
  position: relative;
  text-align: center;
  width: 35px;
}
.sticky-icon ul > li{
  display:block;
}
.sticky-icon ul > li > a > img {
  width: 25px;
}
.sticky-wrapper .modal-dialog { 
  max-width: 360px;
  width: 100%;
}
.sticky-icon ul > li.playstore > a {
  background-color: #a6a8ab;  
}
.sticky-icon ul > li.appstore > a {
  background-color: #1e6cf2;  
}
.sticky-icon ul > li > a .fa {
	font-size: 24px;
	padding: 5px;
}
.search-property .search-form .form-group {
  float: left;
    width: 50%;
	padding-left: 10px
}
.search-property .search-form .form-group:first-of-type {
 padding-left: 0;
    padding-right: 10px;
}
@media only screen and (max-width: 991px) {
.sticky-wrapper {
  display: none;
}
}

