@import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');

body {
  background: #fff;
  font:
    normal 14px/20px 'Roboto',
    sans-serif;
  color: #000;
}

a {
  color: #a3875b;
  text-decoration: none;
}

p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 300;
}

.innerHeader {
  width: 100%;
  /*height: 100%;*/
  height: 100vh;
  min-height: 700px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.innerHeaderCaption h3 {
  width: 100%;
  display: flex;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
  align-items: center;
  font-family: Roboto;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
  justify-content: center;
}

.innerHeaderCaption h2 {
  font-size: 60px;
  text-align: center;
  transition: all 0.6s ease-in-out;
  font-family: 'Quattrocento', serif;
  text-transform: uppercase;
  transition-delay: 0.4s;
}

.officeSection {
  padding: 144px 36px 100px 36px;
  background-color: #f7f7f7;
}

/* filter box */

.filter-wrapper {
  background: #ececec;
}

.filter-box {
  /* position: relative; */
  min-width: 110px;
  /* float: left;  */
  background-color: transparent;
  color: #000;
  height: 44px;
  font-size: 14px;
  border-right: 1px solid #e2e2e2;
  line-height: 13px;
  cursor: pointer;
  /* display: table-cell; */
}

.filter-box .toggle {
  white-space: nowrap;
  background: none;
  border: none;
  padding: 15px 20px 15px 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.filter-box button i {
  float: right;
}

.filter-box #primesubmit i {
  float: left;
  padding-top: 3px;
}

.filter-box .subMenu300 {
  width: 300px !important;
}

.filter-box .subMenu {
  background-color: #fff;
  padding: 15px;
  margin-top: 0;
  width: 195px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.slideContainer {
  width: 100%;
}

.slideContainer .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin-bottom: 20px;
}

.slideContainer .slider:hover {
  opacity: 1;
}

.slideContainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #a3875b;
  cursor: pointer;
}

.slideContainer .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #a3875b;
  cursor: pointer;
}

.filter-box .slidecontainer {
  padding: 25px 25px 0px;
}

.slideContainer p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.filter-box .asRange {
  background-color: #d8d8d8;
}

.filter-box .rangeInfo {
  text-align: center;
  margin-top: 30px;
}

.asRange .asRange-selected {
  background-color: #98604e;
}

.asRange {
  width: inherit;
}

.asRange .asRange-pointer:before {
  background-color: #ffffff;
  border: 1px #98604e solid;
}

.rangeInfo span {
  font-weight: normal !important;
  color: #000 !important;
  font-size: 14px !important;
}

.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radioType .checkmark {
  border-radius: 50% !important;
}

/* Create a custom checkbox */
.checkboxContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px #bbbcbc solid;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #a3875b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxContainer .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 7px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid #a3875b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.searchFilter {
  padding: 0px;
  /* width: 75%; */

  border: none;
}

.searchFilter input {
  width: 70%;
  /* width: 60%; */
  height: 100%;
  padding: 10px 20px;
  /* padding-right: 160px; */
  border: none;
  /* background: #191919; */
  color: #000;

  outline: none;
}

.searchFilter .form-control:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-box .form-control {
  font-size: inherit;
  font-weight: inherit;
  border-radius: 0%;
}

/* .white-container select {
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0%;
} */

.searchFilter button {
  height: 100%;
  border: none;
  background: #a3875b;
  color: #fff;
  cursor: pointer;
  transition: ease-in-out 0.5s;
  outline: none;
  border-radius: 0%;
  font-size: inherit;
  font-weight: inherit;
  min-width: 150px;
}

.searchFilter button:hover {
  background: #000;
  color: #fff;
}

.white-container {
  /* float: right; */
  /* margin-bottom: 0px;
    margin-top: -10px;
     */
}

.white-container .form-control {
  height: 45px;
  width: 100%;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  border-radius: 0%;
}

.white-container .form-control:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.textBox1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1px;
  color: #000;
}

.textBox2 {
  font:
    normal 14px/20px 'Roboto',
    sans-serif;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 2;
  color: #000;
}


@media (max-width: 768px) {
  .filter-box {
    border: none;
  }

  .textBox1 {
    width: 100%;
    font-size: 26.6667px;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }

  p {
    font-size: 14px;
  }
  
}

.propertiesSection {
  padding-top: 37px;
}

.bgGry {
  background: #ececec;
}

.bgGry .propTopInfo h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.bgGry .propertyBox {
  border: none;
}

.bgGry .propInfo {
  background: #fff;
}

.bgGry .propCaptionHover {
  background-color: rgba(163, 135, 91, 0.9);
}

.bgGry .propImg img {
  height: inherit;
  width: 536px;
}

.bgGry .propImg {
  height: 340px;
}

.bgGry .propBorderBottom {
  border-bottom: 1px solid #ececec;
}

.primewmlogo {
  width: 60px;
  float: right;
  margin-top: 5px;
}

.propertyBox {
  /*height: 432px;*/
  margin-bottom: 30px;
}

/* .propertyBox,
  .propInfo,
  .propTopInfo {
    width: 100%;
    float: left;
  
  } */

.propertyBox {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}

.propInfo {
  padding: 0px 15px;
}

.propertyBox p {
  font-size: 14px;
  margin-bottom: 8px;
}

.propBorderBottom {
  border-bottom: 1px solid #afb0af;
}

.propTopInfo {
  padding: 20px 0px;
}

.propImg {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.propImg:hover .propCaptionHover {
  top: 0%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.propImg img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.propCaptionHover {
  position: absolute;
  top: 200%;
  left: 0px;
  width: 100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  color: #fff;
  padding: 50px 30px 30px 30px;
  text-align: center;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.propCaptionHover .viewDetailBTN {
  margin-top: 20px;
}

.viewDetailBTN {
  display: inline-block;
  border: solid 1px #fff;
  padding: 5px 20px;
  color: #fff;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
}

.viewDetailBTN:hover {
  background: #fff;
  color: #000000;
}

.propTopInfo h2 {
  font-size: 22px;
  font-family: 'Quattrocento', serif;
  font-weight: 700;
}

.favProps {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  z-index: 99;
  display: none;
}

p.priceBox {
  font-size: 16px;
  font-weight: 600;
}

.marginNoneBottom {
  margin-top: 25px;
  text-align: right;
}

.hide {
  display: none;
}

.text-sold {
  background: #d7dada;
  position: absolute;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 1.5px;
  margin-top: -50px;
  padding: 15px;
  font-weight: 400;
  margin-left: -30px;
  font-size: 20px;
  font-style: italic;
  color: #a3875b;
  left: 30px;
}

.blackOverlyBG {
  z-index: 1;
  position: relative;
}

.titleBorderBottom:after {
  left: 0;
  width: 90px;
  bottom: 0;
  content: ' ';
  position: absolute;
  border-bottom: 2px solid #a3875b;
}

.titleCenter {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.titleCenter.titleBorderBottom {
  position: relative;
}
.titleCenter.titleBorderBottom:after {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .innerHeaderCaption h2 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .bgGry .propImg img {
    height: inherit;
    width: 100%;
  }
}


