
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  .mysearchbar{
    background-color: rgb(13, 20, 48);
    padding: 30px 0 30px 0;
   
  }
  .mycontainer{
    position:relative;
    max-width: 1090px;
    margin:auto;
    gap: 10px;
    padding:0px 20px;
  }
  .flex{
    display: flex;
  }
  .mycolgroup{
    display:contents;
    flex:1;
  }
  .mycol{
    flex:2;
    color:white;
    position:relative;
  }
  @media (max-width: 600px) {
    .mycontainer{
      display:block;
    }
  .mycolgroup {
   display:flex;
  }
}

.price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress{
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #D90C21;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #D90C21;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 34px;
  width:34px;
  border: none;
  border-radius: 50%;
  background: #D90C21;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.pplocationfind{
  position:relative;
  padding:20px;
  margin-top:100px;
  
}
.ppresults{
  position:absolute;
  width: 100%;
  border:1px solid #ccc;
  background:#fff;
  min-height:200px;
}
#pplocationcontainer{
  position:relative;
}
#pplocation{
  padding:5px 10px;
  border:none;
  width: 100%;
  min-width: 300px;
  margin-left: 20px;

  outline:none;
}
.pplocationbtn{
  padding:0px 10px;padding: 0px 10px;
  border: none;
  background: white;
  box-sizing: border-box;
  color: #aaa;
  border-radius: 0px;
}
:root{
	--dark-color: #1d1d1d;
	--light-color: #ffffff;
	--active-color: #d51313;
	--hover-color: #e9e9e9;
	--width-of-autocomplete-text-input: 320px;
	--width-of-button-input: 40px;
	--itemHeight: 20px;
	--threeitemsheight: calc((5 * var(--itemHeight)) + 18px);
}
.suggest-box-array, .suggest-box-json {
      scrollbar-width: thin;
      scrollbar-color: var(--dark-color) transparent;
}
.suggest-box-array::-webkit-scrollbar, .suggest-box-json::-webkit-scrollbar {
      width: 5px;
      height: 5px;
}
.suggest-box-array::-webkit-scrollbar-track, .suggest-box-json::-webkit-scrollbar-track {
      background-clip: content-box;
      border: 2px solid transparent;
      border-radius: 10px;
	  background-color: var(--hover-color);
}
.suggest-box-array::-webkit-scrollbar-thumb, .suggest-box-json::-webkit-scrollbar-thumb {
      background-color: var(--dark-color);
      border-radius: 10px;
}
.suggest-box-array::-webkit-scrollbar-thumb:hover, .suggest-box-json::-webkit-scrollbar-thumb:hover {
      background-color:var(--dark-color);
}
.suggest-box-array::-webkit-scrollbar-corner, .suggest-box-json::-webkit-scrollbar-corner, .suggest-box-array::-webkit-scrollbar-track, .suggest-box-json::-webkit-scrollbar-track {
      background-color: var(--hover-color);
}
.searchoptionbox{
  display:none;
  background:#fff;
  position: absolute;
  color: black;
  padding: 40px;
  right: 10px;
  top: 60px;
  z-index:99;
  width:400px;
}

.searchoptsdisplay{
  font-size: 12px;
  text-decoration: none !important;
}
.searchbarlabel{
  text-decoration: none !important;
}
.searchbarlabel:hover{
  color:#d90c21 !important;
}
@media only screen and (max-width: 768px) {
  .mycol{
    position: static;
  }

.searchoptionbox{
  left:0px;
  right:0px;
  margin-top:30px;
  width: 100%;
  top:100%;
  margin-top:20px;
}
#pplocation {
  margin-left: unset;
}
}


.checkpropertytype,.checkpropertytype>label{
  font-size:22px;
}
.checkpropertytype input[type="checkbox"]{
    transform: scale(1.5);
    margin: 10px;
}

#includesstc{
  transform: scale(1.2);
}


.suggest-box-array ul li {
  list-style: none;
  text-align: left;
  overflow-x: hidden;
  white-space: nowrap;
  margin-right: 5px;
  cursor: pointer;
  outline: none;
  padding: 10px;
  background-color: #fff;
  color:#000;
  }
  .suggest-box-array ul {
  padding: 0px;
  margin: 0px;
  outline: none;
  }
  .autocomplete-active {
    background-color: var(--active-color) !important;
    color: var(--light-color);
  }
  
  .suggest-box-array ul li:hover{
    background-color: var(--active-color) !important;
    color: var(--light-color);
  }

  
.suggest-box-array{

  display:none;
  position:absolute;
  background:#fff;
  z-index:999;
  left:0px;
  right:0px;
  border:1px solid #ccc;
  top: 50px;
  outline: none;
  }