@font-face {
  font-family: 'alethiapro-regular';
  src: url('../font/alethiapro-regular.otf')
}
@font-face {
  font-family: 'alethiapro-italic';
  src: url('../font/alethiapro-italic.otf')
}

@font-face {
  font-family: 'AnandaBlackPersonalUseRegular';
  src: url('../font/AnandaBlackPersonalUseRegular-rg9Rx.ttf')
}.buy {
  margin-top: 91px;
  position: relative;
  background-color: #f7f7f7;
}

body {
  background-color: #f7f7f7 !important;
}
.apartment .row:first-child,
.apartment .row:nth-child(2){
  border-top:1px solid #DDA74F!important;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom:1px solid #DDA74F!important;
  padding: 10px;
  overflow-x: auto;

}
select,
input {
  /* font-family: optima; */
}

p,
h1,
h2,
h3,
h4,
h5,
span,
a,
div,
button,
input,
label {
  /* font-family: optima; */
  text-transform: capitalize;
}

.search-buy {
  background-image: url(../images/images-buy/c310cbe6-d1d2-4cbb-8e32-c3fe85871d91.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;

}

.adv-search {

  background: #111010;
  position: relative;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 20px;

  z-index: 999999;
  color: #fff!important;

}

.adv-search:before {
  /* background-color: rgba(255, 255, 255, .15); */
  border-radius: 8px;
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}

.adv-search .row {
  width: 100%;
  margin: auto;
}

.inputs input {
  margin: 0 0 13px 0;
  color: #1d467a !important;
  font-size: 14px !important;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: none !important;
  border-radius: 0px;
  margin-top: 1px;
  padding: 9px 13px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #dde4e9 !important;

}

::placeholder {
  color: #757575 !important;
}

.inputs input:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
}

.inputs input:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0;

}
.mt40 {
  margin-top: 40px!important;
}

.inputs input:focus {
  border-radius: 0;
  border-bottom: 1px solid #dde4e9 !important;

}

.select-box {
  display: flex;
  flex-direction: column;
}

.search-buy .select-box .options-container1 {

  max-height: 215px;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;
  order: 1;
  color: #8593a9;
  border-color: #f0f0f0;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #1d467a30;
  font-size: 13px;
  font-weight: 600;
  z-index: -1;
}



.selected1,
.selected2,
.selected3,
.selected4,
.selected5 {
  position: relative;


  color: #1d467a !important;
  font-size: 13px !important;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee !important;
  border-radius: 3px;
  margin-top: 1px;
  padding: 9px 13px;
  font-weight: 600;
  cursor: pointer;
}

.selected1:hover,
.selected2:hover,
.selected3:hover,
.selected4:hover,
.selected5:hover {
  border-color: #1d467ad9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #1d467a30;
  border-radius: 0;
}

.selected1::after,
.selected2::after,
.selected3::after,
.selected4::after,
.selected5::after {
  /* font-family: "Font Awesome 5 Free"; */
  content: "\f107";
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  height: 100%;
  right: 7px;
  top: 7px;

  transition: all 0.4s;
  font-size: 14px;
  color: #8593a9;
  font-weight: 600;
}

.search-buy .select-box .options-container1.active {
  max-height: 215px;
  opacity: 1;
  overflow-y: scroll;
  border-radius: 0;
  z-index: 9999;


}

.inputs .col-md-3 {
  height: 50px;
  overflow: visible;
}



.select-box .options-container1::-webkit-scrollbar {
  width: 17px;
  background: #f0f0f0;
}

.select-box .options-container2::-webkit-scrollbar,
.select-box .options-container3::-webkit-scrollbar,
.select-box .options-container4::-webkit-scrollbar,
.select-box .options-container5::-webkit-scrollbar {
  width: 5px;
  background: #f0f0f0;

}

.select-box .options-container2::-webkit-scrollbar-track,
.select-box .options-container3::-webkit-scrollbar-track,
.select-box .options-container4::-webkit-scrollbar-track .select-box .options-container5::-webkit-scrollbar-track {
  width: 5px;

}

.select-box .options-container1::-webkit-scrollbar-thumb,
.select-box .options-container2::-webkit-scrollbar-thumb,
.select-box .options-container3::-webkit-scrollbar-thumb,
.select-box .options-container4::-webkit-scrollbar-thumb,
.select-box .options-container5::-webkit-scrollbar-thumb {
  background: #8593a9;
  width: 5px !important;
  border-radius: 2px;
  height: 20px;

}



.select-box .option1,

.select-box .option2,
.select-box .option3,
.select-box .option4,
.select-box .option5,

.dropdown-menu.show li {
  cursor: pointer !important;
  padding: 13px !important;
  line-height: 1.3em !important;
  color: #8593a9 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.select-box label {
  color: #8593a9 !important;


}

.select-box .option1:hover,
.select-box .option2:hover,
.select-box .option3:hover,
.select-box .option4:hover,
.select-box .option5:hover,
.dropdown-menu.show li:hover {
  background-color: #1d467a;
  color: #f0f0f0 !important;
}

.select-box .option1:hover label,
.select-box .option2:hover label,
.select-box .option3:hover label,
.select-box .option4:hover label,
.select-box .option5:hover label {
  color: #f0f0f0 !important;

}

.select-box label {
  cursor: pointer;
}

.select-box .option1 .radio,
.select-box .option2 .radio,
.select-box .option3 .radio,
.select-box .option4 .radio,
.select-box .option5 .radio {
  display: none;
}

.more-search {
  font-size: 13px;
  font-weight: 700;
 /* color: #484848; */
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  margin-top: 7px;
  margin-right: 10px;
}

.form-check-input:focus {
  border-color: #dde4e9;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: white;
  border-color: #dde4e9;
}

.form-check-input:checked[type=checkbox] {
  background-image: none;
}

input[type="checkbox"] {
  color: #565a5c;
  position: relative;
  height: 15PX;
  width: 15px;
}

.form-check label {
  color: #1d467a !important;
  font-size: 13px !important;
  font-weight: 700;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  position: absolute;
  /* font-family: "Font Awesome 5 Free"; */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;

  text-align: center;
  left: 0;
  top: -1px;
  text-align: center;
  width: 15px;
  bottom: 2px
}

.close-icon {
  position: relative;
}

.close-icon i {
  position: absolute;
  right: 15px;
  color: #8593a9;
  cursor: pointer;
  display: inline-block;

}

.search-checkbox .col-12 {
  padding-left: 0;
}

.search-checkbox .col-12 {}

.close-icon {
  transition: all ease-in-out .5s;
  display: none;
}

.listed {

  line-height: 1.2em;

  font-weight: 700;
  word-break: break-word;
  color: #222 !important;
}

.sliders {
  padding: 0 30px;
  margin-top: 2rem !important;
  padding-top: 130px;
}

.dropdown-toggle {
  background-color: #fff;
  height: auto;
  padding: 10px 15px;
  color: #1d467a !important;
  text-decoration: none;
}

.dropdown-toggle i {

  display: inline-block;
  font-size: 14px;
  color: #8593a9;
  font-weight: 600;

}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.show {
  border: none !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #1d467a30;
  padding: 0;
  min-width: 200px;
  width: 200px
}

.dropdown-menu li .dropdown-item {
  padding: 0;
  width: auto;
  display: inline-block;
  color: #1d467a;
  font-size: 14px;
}

.dropdown-menu li:hover .dropdown-item {
  background-color: #1d467a;
  color: white !important;
}

.slider-buy {

  margin-top: 30px;
  margin-bottom: 30px;
}

.card-similar {
  max-width: 525px !important;
}

.select-box .option1,
.select-box .option2,
.select-box .option3,
.select-box .option4,
.select-box .option5,
.dropdown-menu.show li {

  color: #8593a9 !important;
}

.pagenation {

  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation ul {
  margin-top: 0 30px !important;
  padding-left: 0;
  list-style: none;


}

.pagenation ul li {
  display: inline-block;
  float: left;
}



.pagenation ul li a {
  color: #1d467a;
  position: relative;
  float: left;
  padding: 9px 17px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0 !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 1%);
  font-weight: 600;
}

.pagenation ul li:hover a {
  color: #222;
  background-color: #f0f0f0;


}

.pagenation ul .active a {
  background-color: #1d467a !important;
  color: #fff !important;
  border-color: #f0f0f0;

  border-bottom: 1px solid #dde4e9 !important;
}


.for-sale {
  z-index: 9 !important;
}

.search-buy .select2-container,
.select2-container {
  width: 100% !important
}

.search-buy .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  font-size: 13px !important;
  background-color: #111010;
  /* font-family: optima; */
  border-top:1px solid #DDA74F;
  border-left:1px solid #DDA74F;
  border-bottom: 1px solid #DDA74F;;
  
}
.search-buy .br1.select2-container--default .select2-selection--single .select2-selection__rendered,
.br1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-right: 1px solid #DDA74F;;

  
}
.search-buy .bl0 .select2-container--default .select2-selection--single .select2-selection__rendered,
.bl0 .select2-container--default .select2-selection--single .select2-selection__rendered
{
  border-left: 0!important;
  border-left: none!important;

}
.search-buy .select2-container--default .select2-selection--single:hover .select2-selection__rendered,
.select2-container--default .select2-selection--single:hover .select2-selection__rendered {
  color: #757575 !important;

}

.search-buy .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {

  transition: all ease-in-out .5s;

}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
}

.search-buy .select2-container--default .select2-selection--single:hover,
.search-buy .select2-container--default .select2-selection--single:focus,
.inputs input:hover,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
  border-radius: 0 !important
}

.select2-container .select2-selection--single {}

.select2-container .select2-selecti {}

.search-buy .select2-container--default .select2-selection--single .select2-selection__rendered {}

.search-buy .select2-container .select2-selection--single,
.select2-container .select2-selection--single {
  height: 40px !important
}

.search-buy .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  /* border-bottom: 1px solid #e9ebee !important; */
}

.search-buy .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 1;
  border-color: #DDA74F transparent transparent transparent !important
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b,
.select2-container--default .select2-selection--single:focus .select2-selection__arrow b {
  border-color: #7f7f7f transparent transparent transparent !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7f7f7f transparent !important
}

.select2-results {
  max-height: 661.812px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {}



.search-buy .select2-container--default .select2-results>.select2-results__options {}

.selectnoscroll .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 17px;
  background: #f0f0f0;
}

.select2-results__option--selectable {
  color: #212529 !important;
  cursor: pointer !important;
  /* padding: .25rem 1.5rem !important; */
  line-height: 2 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  /* font-family: optima; */
  text-transform: capitalize
}

.select2-container--default .select2-results__option--selected {
  background-color: white !important;

}

.search-buy .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {}

.search-buy .select2-results__option--selectable,
.select2-results__option--selectable {
  background-color: white !important;
}

.select2-results__option--selectable:hover {
  background-color: #f8f9fa !important
}



.select2-search__field::placeholder {
  color: #757575 !important;
  font-size: 13px !important;
}

.select2-search__field {
  padding: 13px;
}

.search-buy .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 9px 0 9px 13px
}

.search-buy .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #1d467ad9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #1d467a30 !important;
  border-radius: 0 !important;
}

.js-example-basic-single .select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.form-check-input:checked[type=checkbox] {
  background-image: none !important;
}

.form-check-input {
  padding: 0 !important;

  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #dde4e9 !important;

}

.form-check-input:checked[type=checkbox] {}



.form-check-input:checked {
  border: 1px solid #dde4e9 !important;
  background-color: #fff !important;
}

.form-check {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.content-similar h4 {
  height: fit-content;
  padding: 0 15px;
  margin-top: 7px;
  margin-bottom: 5px;
  padding-left: 0;
  height: 30px;
}

.card-similar .d-flex {
  height: 35px !important;
  margin-top: 7px !important;


  align-items: center;
  display: flex !important;
}

#pagination {
  text-align: center;
  margin-top: 30px;
}

#pagination nav>div:first-child {
  display: none;
}

#pagination nav>.hidden>div:first-child {
  display: none;
}

#pagination nav>.hidden div:nth-child(2)>span .inline-flex {
  width: 0 !important;
  height: 0 !important;
  color: #FFF !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: #000 !important;
  border: 1px solid #DDA74F38 !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 1%) !important;
  font-weight: 600 !important;
  line-height: 3.428571429 !important;
  padding: 7px 7px !important;
  font-size: 13px;


}



#pagination nav>.hidden div:nth-child(2)>span .inline-flex:hover,
#pagination nav>.hidden div:nth-child(2)>span .inline-flex:hover svg path {
  /* color: #222 !important; */
  /* background-color: #f0f0f0 !important; */
  border: 1px solid #DDA74F !important;

}

#pagination nav>.hidden div:nth-child(2)>span>span .px-4 {
  width: 0 !important;
  height: 0 !important;
  /* background-color: #DDA74F !important; */
  color: white !important;
  position: relative !important;
  padding: 7px 7px !important;
  text-decoration: none !important;
  border: 1px solid #DDA74F !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 1%) !important;
  font-weight: 600 !important;
  line-height: 1.428571429 !important;
  border-color: #f0f0f0;
  /* border-bottom: 1px solid #dde4e9 !important; */
  cursor: pointer
}

#pagination nav>.hidden div:nth-child(2)>span>span .px-4:hover,
#pagination nav>.hidden div:nth-child(2)>span>span .px-4.active {
  background-color: #000 !important;
  color: white !important;
  border-color: #dda74f!important;
}

.form-check-input {
  position: relative;
  margin-top: 7px;
}

#pagination .py-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

#pagination .px-2 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

#pagination .px-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;

}



.sliders .select2-container .select2-selection--single {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;

  color: #DDA74F !important;
  border: none
}

.sliders .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #DDA74F !important;
  padding-top: 5px;
  padding-bottom: 5px;

}

.sliders .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto !important;
  padding-top: 7px !important
}

.sliders .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  display: inline-block;
  font-size: 14px !important;
  color: #8593a9 !important;
  font-weight: 600 !important;



}

.sliders .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575 !important
}

.select2-container--default .select2-results>.select2-results__options {}

#dropdownselect .select2-container--default .select2-results>.select2-results__options {

  border: none !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #1d467a30;
  padding: 0;
  min-width: 200px;
  width: 200px
}

.form-select {
  width: 100 !important;
  border: none !important;
  outline: none !important;

}

.form-select:focus {
  outline: none !important;
  box-shadow: none !important
}

.form-select option {}

.form-select option {
  cursor: pointer !important;
  padding: 25px !important;
  line-height: 1.3em !important;
  font-size: 13px !important;
  font-weight: 600 !important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f8f9fa !important;
  color: #484848 !important
}

.inputs .col-lg-3 {
  height: 38px !important;
  margin-bottom: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none !important;
}

#datalistOptions option {
  background-color: red !important;
}

.select2-dropdown {
  border: none !important;
  max-height: 215px;
  min-height: 0px;
  box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
  border-radius: 8px;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, .15) !important;
  overflow-y: auto;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 8px;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;

}

@media (min-width:1000px) {
  .apartment .row:first-child{
    display: none!important;
  }

  .sliders {
    padding-left: 30px !important;
    padding-right: 30px !important
  }


  .mb20 {
    margin-bottom: 20px;
  }

  .carousel-item {
    height: 250px
  }

  .slider-buy .mb20 {
    position: relative;
    margin-top: -70px;
  }

}

@media (max-width:999px) {
  .ul-social ul li{
    padding: 5px 10px!important;
  }
  .inputs label{
    margin-top: 0;
  }
 .imgcareer2 h2{
  font-size: 30px!important;
 }
  .apartment .row:nth-child(2) {
    display: none;
  }
  .apartment .col-12 {
    display: block;
    display: flex;
  }
  .apartment .row .col-12 div {
    color:#DDA74F;
    font-size: 13px;
    text-align: center;
    margin-right: 15px;
    
  }
  .apartment .row .col-12 div  span {
    margin-left: 15px;
    color:#BCBCBC;
    font-size: 13px;
  }
 
element.style {
}
.inputs > div {
    padding-left: 0!important;
    padding-right: 0!important;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.mt40{
  margin-top: 15px!important;
}

  .search-buy .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered,
    .dropbtn{
    border-right: 1px solid #DDA74F!important
  }
  .search-buy .bl0 .select2-container--default .select2-selection--single .select2-selection__rendered, .bl0 .select2-container--default .select2-selection--single .select2-selection__rendered{
    border-left: 1px solid #DDA74F!important
  }

  .select2-container--default .select2-selection--multiple {
    padding-left: 3px !important
  }
  .mlr {
    font-size: 13px;
  }
  .view-map{
    text-align: start!important;
    margin-bottom: 10px;
  }
  .search-checkbox {
    padding-left: 10px !important;
  }


  .buy {
    top: 0;
    margin-top: 0;
  }

  .dropdown {
    margin-bottom: 0 !important;
  }

  .slider-buy {
    margin-top: 0 !important;
  }

  .hidden-input {
    display: none !important
  }

  .navbar-laptop {
    display: none !important;
  }

  .navbar-mobile {
    display: block !important;
    background-color: white;
  }

  .navbar-mobile {
    display: block;
    height: 70px;
    text-align: center;
    position: relative;

  }

  .navbar-mobile img {
    width: 200px;
    height: 70px;
  }

  .navbar-mobile i {
    color: #1a3668;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
  }

  .search-buy {
    background-image: none;
    height: auto;

  }

  .adv-search {
    position: relative;
    background-color: #111010;
    border-radius: unset!important;
  }

  .card-similar .row {
    display: flex;
    flex-direction: column;
  }

  .card-similar .row .col-4 {
    width: 100%
  }

  .search-result {
    height: auto !important;
  }

  .search-result .col-md-1 {
    text-align: start !important;
  }

  .sliders,
  .btn-search-filter {
    margin-top: 15px !important;
  }

  .sliders div:first-child h1 {
    margin-top: 60px !important;


  }

  .adv-search {
    top: 0
  }

  .sliders {
    padding-top: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-menu.show {
    width: 100%
  }

  .adv-search {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .listed {
    width: 95%;
    font-size: 34px !important;
    margin-bottom: 40px
  }

  .carousel-item {
    height: 170px
  }

  #high-low {
    top: 290px !important;
    right: 0 !important;
    width: 100%
  }
  .search-checkbox , .search-checkbox .inputs {
    padding: 0!important;
  }

}

@media(max-width:1800px) {
  .card-similar {
    margin-left: auto;
    margin-right: auto;
  }
}

.carousel-item {
  background-image: url('http://127.0.0.1:8000/images/remax-home-logo.webp');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-buy .carousel-inner {
}

.btn-search-filter {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;

  background-color: #DDA74F !important;
  border-color: #DDA74F !important;
  color: #ffffff !important;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin-top: 1%;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-search-filter:hover,
.btn-search-filter:focus {
  background-color: #ffffff !important;
 /* border-color: #141d46 !important;
  color: #141d46 !important; */
  border-color: #dda74f !important;
  color: #DDA74F !important;
}

.btn-search-filter:focus {
  /* box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important */
  box-shadow: 0 0 0 0.2rem  rgba(#DDA74F, #DDA74F, #DDA74F, .4) !important

}

.adv-search .select2-container--open .select2-dropdown--below {
  z-index: 999999999;

}

.adv-search #search:focus,
.adv-search #size:focus {
  /* box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important */
  box-shadow: 0 0 0 0.2rem  rgba(#DDA74F, #DDA74F, #DDA74F, .4) !important
}

#article1 {
  display: block!important;
}

.mystyleblock {
  display: block !important;
}

.search-result {
  background-color: #111010;
  border: 1px solid #DDA74F;
  border-radius: 8px;

  display: flex;
  height: 62px;
  margin: 0 auto 30px;
  padding: 0 30px;
  position: relative;
  width: 100%;

}

.search-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select2-container--open .select2-dropdown--below {

  z-index: 9999999 !important
}



.sliders .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 18px !important
}

.sliders {
  padding-bottom: 50px;
}



#article1 {
  padding: 0 !important;
}



.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #DDA75F !important;
  border-bottom:unset !important;

  outline: 0;
  height: 40px !important;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
  cursor: pointer;
  position: relative;
  height: 40px !important;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 30px !important;
  /* border-bottom: 1px solid #e9ebee !important; ;*/
  border:1px solid #DDA74F!important;
 background-color: #111010 !important;
  color: #DDA74F !important;

  font-size: 13px !important;
  /* font-family: optima; */
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  white-space: nowrap !important;
  overflow: hidden;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  opacity: 0;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: relative !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
  content: "x";
  position: absolute;
  display: inline-block;
  right: 3px;

  font-weight: bold
}



.select2-container--default .select2-search--inline .select2-search__field {
  line-height: 25px;
}

#select2-multi .select2-container--default:after {
  content: "\f0dd";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  right: 10px;
  top: 15px;
  font-size: 11px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--multiple:hover .select2-selection__choice__display,
.select2-container--default:hover .select2-selection--multiple:after {
  color: #7f7f7f !important;
}

.select2-container--default .select2-results__option--selected {
  position: relative;
}

.select2-container--default .select2-results__option--selected:after {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  right: 10px;
  top: 13px;
  font-size: 11px;
  color: Red;
}
.search-result { padding-left : 15px }

.inputs > div {
  padding-left: 0!important;
  padding-right: 0!important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: none!important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 0!important;

}
.select2-container--default .select2-selection--multiple {
  border-radius: 0!important;

}
.select2-container .select2-selection--multiple {
  min-height: 40px!important;
  line-height: 40px!important;
}
.inputs  label {
  color: white;
    background: #111010;
    width: fit-content;
    padding: 5px;
    position: relative;
    bottom: -12px;
    z-index: 999;
    font-weight: 400;
    left: 7px;
}

.btn-search-filter {
  margin-top: 25px;
}
.sliders {
  padding-top: 0!important;
}
.luxury {
  text-align: center;
  color: white;
  background: #111010;
}
.apartment {
  margin: 20px;
  background: #111010;

}

.apartment .row .col-3 div {
  color:#DDA74F;
  font-size: 15px;
  text-align: center;
  
}
.apartment .row .col-3 div  span {
  margin-left: 15px;
  color:#BCBCBC;
  font-size: 13px;
}
.mlr {
  color:#BCBCBC;
 
}
.apartment{
  margin-bottom: 0!important;
}
.sliders {
  margin-top: 0!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.mlr span {
  margin: 0 15px;
  color: white;
  font-weight: 400;
}
.view-map {
  text-align: end;
  color: #DDA74F;
  font-size: 14px;
  font-weight: 400;
}
.ul-social{
  width:100%
}
.ul-social ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.ul-social ul  li {
  display: inline-block;
}
.ul-social ul  li{
background: #111010;
border: 1px solid #DDA74F;
width: max-content;
/* padding: 5px 15px; */
text-align: center;
padding: 5px 17px;
margin-top: 15px;
display: flex;
float: left;
}
.ul-social ul  li:not(:last-child){
  margin-right: 6px;
}
.ul-social ul  li span{
  color:white
}
.ul-social ul  li i {
  color:#DDA74F
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}

.search-buy .select2-container--default .select2-selection--single .select2-selection__arrow:after, .select2-container--default .select2-selection--single .select2-selection__arrow:after{
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color:#BCBCBC;

}
.search-buy .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: flex;
  align-items: center;
}
#select2-multi .select2-container--default:after{
  content: "\f107"!important;
  color:#BCBCBC;
font-size: 14px;
}
.dropbtn {

  color: white;
  /* padding: 16px; */
  /* font-size: 16px; */
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  height: 42px;
  display: flex;
  padding: 10px;
  background: #111010;
  border-top:1px solid #DDA74F;
  border-left:1px solid #DDA74F;
  border-bottom: 1px solid #DDA74F;
}

.filtersort .dropbtn:hover, .filtersort .dropbtn:focus {
}

.filtersort .dropdown {
  position: relative;
  display: inline-block;
}

.filtersort .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.filtersort .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown .imgbottom{
  position: relative;
  bottom: 5px;

}
.filtersort .dropdown a:hover {background-color: #ddd;}
.filtersort .show {display: block;}
.filtersort .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdown button {
  font-size: 14px;
}
.dropdown img {
  margin-right: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field{
  line-height: 30px!important;
  height: 100%!important;
}


.select2-container--default.select2-container--focus .select2-selection--multiple{
  border-bottom: 1px solid #DDA74F!important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder{
  color:white!important
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results>.select2-results__options,.select2-results__option--selectable,
.select2-container--open .select2-dropdown--below{
background-color: #111010!important;
color:white!important;
border-radius: 0!important;
}
.select2-container--default .select2-results__option--selected:after{
  color:#DDA74F!important

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover,.select2-container--default .select2-results>.select2-results__options:hover,.select2-results__option--selectable:hover{
  background-color: #111010!important;
color:white!important;
}
.select2-container--default .select2-results__option--selected{
  background-color: #111010!important;
color:white!important;
}
.select2-container--open .select2-dropdown--below::-webkit-scrollbar{
width: 10px!important;
}
/* Track */
.select2-container--open .select2-dropdown--below::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb {
  background: #DDA74F; 
}

/* Handle on hover */
.select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb:hover {
  background: #DDA74F; 
}
.span-a a {
  font-size: 10px;
    color: white;
    text-decoration: none!important;
}
.span-a a:hover{
  font-size: 10px;
  color: white;
  text-decoration: none!important;
}
@media(min-width:1026px) and (max-width:1260px) {
  .ul-social ul li{
    padding: 5px!important;
  }

}
.filterlayer{
  filter: opacity(0.8)
}