img {
  color: lightgray;
  text-decoration-line: none;
  text-decoration: black;
}
a {
  color: lightgray;
  text-decoration-line: none;
  text-decoration: black;
}
.property {
  position: absolute;
  z-index: 9999;
  top: 35px;
  margin-top: 0;
  left: 12px;
  border-radius: 3px;
  width: fit-content;
  padding: 1px 5px;
  font-size: 0.7rem;
}
.rent {
  background-color: rgba(0, 127, 255, 0.75);
}
.sale {
  background-color: rgba(204, 0, 7, 0.7);
}
.flex {
  background-color: rgba(252, 147, 0, 0.75);
}
.virtual {
  background-color: rgba(252, 231, 3, 0.75);
}
.featured {
  position: absolute;
  z-index: 9999;
  top: 35px;
  margin-top: 0;
  right: 12px;
  border-radius: 3px;
  width: fit-content;
  padding: 1px 5px;
  font-size: 0.7rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.75);
}
.list-item h5 {
  color: #000;
  margin: 1px;
  padding: 0px;
  height: auto;
}
.imageCenterer img {
  display: block;
  margin: 0 auto;
}

.icon a {
  color: #999;
}
.icon a:hover {
  color: #f00;
  text-decoration: none;
}

.bg-light2 {
  background-color: #ccc;
}

#formbox {
  width: 100%;
  margin: auto 0;
  text-align: center;
}
.clicker {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: #fff;
  padding: 0px;
  margin: 0px;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
.clicker a {
  color: #000;
  text-decoration: none;
}
.clicker:hover {
  background: hsla(44, 100%, 50%, 0.25);
  color: #000;
  text-decoration: none;
}
.bg-success2 {
  background-color: #5cb85c;
  color: #fff;
}
.bg-success2 a {
  background-color: #5cb85c;
  color: #fff;
}
.bg-primary2 {
  background: #428bca;
  color: #fff;
}
.bg-primary2 a {
  background: #428bca;
  color: #fff;
}
.breadcrumb h1 {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 14px;
  display: inline;
  font-weight: 700;
  color: #333;
}

.card-img-top {
  height: auto;
  width: 100%;
}

.img {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translateY(-75%) translateX(-100%);
  transform: translateY(-75%) translateX(-100%);
}
.fluid {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.col-special {
  overflow: hidden;
}
.home .card-body {
  display: block;
  display: -webkit-box;
  width: 100%;
  max-height: 96%;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.home .card-body h3 {
  color: #0066cc;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
  padding: 0;
  display: inline;
}
.listing-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background-position: center center;
  border-radius: 5px 5px 0 0;
}
.listing-img-container {
  background: white;
  height: 150px;
}
.listing_list {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 50px;
}
div .location_badge {
  font-size: 20px;
  font-weight: 400;
  padding-left: 2px;
  height: 23px;
  line-height: 21px;
  background: hsla(210, 100%, 40%, 0.75);
  color: white;
  width: 100%;
  border-radius: 5px 5px 0 0;
  margin-bottom: -23px;
  position: relative;
  z-index: 2;
  top: 0px;
  overflow: clip;
}
.listings {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .listings > .location_badge {
    font-size: 22px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    height: 25px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .listing_list {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 150px;
  }
  .card-body {
    display: block;
    display: -webkit-box;
    width: 100%;
    max-height: 100%;
    /*    -webkit-line-clamp: 6;*/
    /*    -webkit-box-orient: vertical;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }
  .card-body h3 {
    color: #0066cc;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
    display: inline;
  }
  .listings > .location_badge {
    font-size: 22px;
    font-weight: 400;
    padding: 0px;
    margin: 0;
    height: 25px;
    line-height: 25px;
  }
}
@media (max-width: 425px) {
  .listings > .location_badge {
    font-size: 22px;
    font-weight: 400;
    padding: 3px;
    margin: 0;
    height: 25px;
    line-height: 20px;
  }
}
