/* Content box 0 */
/*
Card search width in search_list_x.css
*/
.img-card-search-list {
  max-height: 321px;
  height: 100%;
}

@media (min-width: 576px) {
  .img-card-search-list {
    max-height: 300px !important;
    height: 35vh !important;
  }
}


.img-card-search {
  position: relative;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 15%);
}

.img-card-search a img {
  max-width: 100%;
  transform: scale(1.05);
  height: 20em;
  vertical-align: middle;
  transition: all .2s ease-in-out;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .img-card-search a img {
    height: auto;
  }
}


.img-card-search a img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.15);
}


.page-item {
  cursor: pointer;
}

.text-card-search {
  position: relative;
  text-align: left;
  color: #212529;
  background: #fff;
  padding: 20px;
  line-height: 1.8em;
}

.text-card-search-list {
  position: relative;
  text-align: left;
  color: #212529;
  background: #fff;
  line-height: 1.8em;
  min-height: 10em;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 3%);
}

.address-text-card-search {
  font-size: 0.9em;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: end;
}

.address-text-card-search-list {
  color: #5f5f5f;
  font-size: 0.9em;
  letter-spacing: -.6px;
  line-height: 1.3;
  margin: 0 16px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.2em;
}

.desc-text-card-search-list {
  color: #5f5f5f;
  font-size: 1.3rem;
  letter-spacing: -.6px;
  line-height: 1.6;
  margin: 0 16px 0 0;
  max-width: 625px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-top: 1em;
}

.orderPropertySearched {
  border-color: #dce0e0;
}

.price-text-card-search {
  /* display: inline-block; */
  margin: 0;
  position: relative;
  white-space: nowrap;
  color: #353535;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: -1px;
  /* line-height: 1.2; */
  text-align: right;
  margin: 0.5rem 0;
}

.price-text-card-search-list {
  font-size: 18px;
  font-weight: 500;
}

.title-text-card-search {
  color: var(--primary-color);
  font-size: 1.7rem;
  letter-spacing: -.6px;
  line-height: 1.3;
  margin: 0 16px 0 0;
  max-width: 625px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.2em;
}

.card-search_list .title-text-card-search {
  font-weight: 700;
}

.features1-text-card-search {
  padding-top: 0.2em;
  color: #535151;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: start;
  flex-wrap: wrap;
}

.features1-text-card-search>div {
  flex-basis: 15%;
}

.inmotek-pagination-bar {
  min-height: 5vh;
}

.inmotek-pagination-bar>.toggle {
  position: absolute;
  top: 0;
  right: 2em;
  display: none;
  width: 5em !important;
}

.set-animation-play-light {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-name: play_light;
  animation-timing-function: cubic-bezier(.77, 0, .18, 1);
}

@keyframes play_light {
  0% {
    filter: contrast(200%);
  }

  50% {
    filter: contrast(0);
  }

  100% {
    filter: contrast(200%);
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .inmotek-pagination-bar>.toggle {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .card-search_list .img-card-search {
    border-radius: 8px 0px 0px 8px;
  }
}

.item-tool span {
  color: #6c757d;
  transition: .2s;
  cursor: pointer;
  font-size: 16px;
  text-align: center
}


.orderPropertySearched button {
  margin: 0;
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-family: Poppins-Light;
  font-size: .9rem;
  padding: 3px 12px 3px 12px;
}

.card-search .img-card-layer {
  transition: all .2s ease-in-out;
  width: 100%;
  height: 20em;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.card-search:hover .img-card-layer {
  transform: scale(1.05);
}

#results_map {
  z-index: 1;
}