.content {
  position: relative;
  z-index: 2;
  top: -22px;
  margin-top: -22px;
}
.pointer {
  cursor: pointer;
}
.card-img,
.featured-img,
.card {
  width: 100%;
  object-fit: cover;
}

.card-img {
  height: 100px;
}

.featured-img {
  height: 200px;
}

.card {
  max-height: 400px;
}

.overlay {
  background: #e9e9e9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 9;
  width: 100%;
  height: 40%;
}

.listing-single-title,
.listing-single-price {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 0 10px;
  font-weight: 500;
  color: #000;
}

.actions {
  float: right;
}

.tagline {
  align-self: flex-end;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  color: white;
}

.map_overlay {
  background: hsla(359, 100%, 50%, 0.75);
  color: white;
  font-weight: 400;
  position: relative;
  width: 50%;
  text-align: center;
  top: 22px;
  height: 22px;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  z-index: 3;
  border: 1px solid #f00;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 768px) {
  .icon-text {
    color: #0066cc;
    font-size: 28px;
    padding: 10px 0;
  }
  .icon-text i {
    font-size: 28px;
    position: relative;
    top: -3px;
    padding: 10px 0;
  }
  .listing-single-price {
    text-align: left;
    margin-bottom: 1rem;
    width: 150px;
  }

  .single-listing-detail-outer {
    padding: 10px;
  }

  .single-listing-sidebar-contact,
  .single-listing-sidebar-featured {
    padding: 10px;
  }

  .print_share_icon {
    width: 50%;
  }

  .actions {
    float: right;
  }

  .addon-images-ul {
    display: none;
  }

  .tagline {
    align-self: flex-start;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    color: white;
  }
}

.address > strong {
  color: #000;
  font-weight: 600;
}

.fa-phone {
  font-size: 0.9rem;
}

#map_dir,
#listing_map {
  height: 400px;
  width: 100%;
}

#approximate {
  width: 60%;
  height: 32px;
  color: white;
  font-weight: 400;
  position: relative;
  z-index: 110;
  top: -400px !important;
  margin-top: 400px;
  margin-bottom: 0px;
  text-align: center;
  left: 0% !important;
  right: 0% !important;
  border: 1px solid #f00;
  border-radius: 0 0 10px 10px;
  background: hsla(359, 100%, 50%, 0.75);
}

.controls {
  width: 80%;
  height: 32px;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  left: 0% !important;
  right: 0% !important;
  top: 0px !important;
  border: 0px solid rgba(0, 102, 204, 1);
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background: rgba(0, 102, 204, 0.65);
}

.controls::placeholder {
  color: white;
  text-align: center;
  font-weight: 500;
}

.fa-envelope {
  color: #06c;
}

.btn-default,
.btn-lg {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 100;
}

#map_dir > div {
  border-radius: 10px;
  transform: translate3d(0px, 0px, 0px);
  mask-image: radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.icon-text {
  color: #0066cc;
  font-size: 28px;
}

.icon-text i {
  font-size: 28px;
  position: relative;
  top: -3px;
}

.sf {
  font-size: 10px;
  font-weight: 100;
  position: relative;
  top: -1px;
}

.info_over {
  width: 95%;
  position: relative;
  z-index: 25;
  left: 118px;
  margin-left: 100px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #f00;
}

.image_over {
  height: auto;
  position: relative;
  z-index: 6;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  background: hsla(0, 0%, 100%, 0.51);
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0 solid #0066cc;
}

.title_over {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0px solid #000000;
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.descr_over {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  margin-left: 5px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup {
  height: auto;
  text-wrap: normal;
  position: relative;
  z-index: 999;
  margin-top: -50px;
  left: 0;
  right: 0;
  border-radius: 5px;
  color: white;
  text-align: center;
  background: #0066cc66;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.featured {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  margin: 2px;
  width: fit-content;
  font-size: 0.7rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.75);
}

.property {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-top: -5px;
  border-radius: 3px;
  z-index: 9999;
  padding: 1px 5px;
  font-size: 0.7rem;
  width: 100%;
  border: 0px solid #f00;
}

.prop_type {
  width: fit-content;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  margin: 2px;
}

.prop_type.rent {
  background-color: rgba(0, 127, 255, 0.75);
}

.prop_type.sale {
  background-color: rgba(204, 0, 7, 0.73);
}

.prop_type.flex {
  background-color: rgba(252, 147, 0, 0.75);
}

.prop_type.virtual {
  background-color: rgba(252, 231, 3, 0.75);
}

@media (min-width: 125px) {
  .property {
    top: 25px;
  }

  .icon-text {
    color: #0066cc;
    font-size: 28px;
    padding: 10px 0;
  }

  .icon-text i {
    font-size: 28px;
    position: relative;
    padding: 10px 0;
  }

  .info_over {
    height: 40px !important;
    width: 85%;
    top: 50px;
    margin-top: 100px;
  }

  .image_over {
    width: auto;
    height: auto;
    top: 0;
    margin-top: 0;
  }

  .title_over {
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 26px;
    line-height: 26px;
  }

  .descr_over {
    font-size: 16px !important;
    font-weight: 400;
    height: 24px;
    line-height: 14px;
  }

  .popup {
    height: auto;
  }
}

@media (min-width: 425px) {
  .property {
    top: 25px;
  }

  .info_over {
    height: 50px;
    max-width: 90%;
    top: 50px;
    margin-top: 100px;
  }

  .image_over {
    width: auto;
    height: auto;
    top: 0;
    margin-top: 0;
  }

  .title_over {
    font-size: 20px !important;
    font-weight: 500 !important;
    height: 30px;
    line-height: 24px;
    padding-top: 5px;
  }

  .descr_over {
    font-size: 16px !important;
    font-weight: 300 !important;
    height: 18px;
    line-height: 10px;
  }

  .popup {
    height: auto;
    width: auto;
    text-wrap: normal;
  }
}

@media (min-width: 768px) {
  .property {
    top: 20px;
  }

  .main-img {
    height: 350px;
  }

  .icon-text i {
    padding: 10px 0;
  }

  .icon-text i {
    font-size: 25px;
    padding: 10px 0;
  }

  .info_over {
    height: 65px;
    width: auto;
    top: 50px;
    margin-top: 50px;
  }

  .image_over {
    height: auto;
    width: auto;
    top: 0;
    margin-top: 0;
  }

  .title_over {
    font-size: 24px;
    font-weight: 400;
    height: 30px;
    line-height: 20px;
    padding-top: 5px;
  }

  .descr_over {
    font-size: 18px;
    font-weight: 300;
    height: 20px;
    line-height: 10px;
  }

  .popup {
    height: auto;
    width: auto;
    text-wrap: none;
  }
}

@media (min-width: 1024px) {
  .property {
    top: 25px;
  }

  .main-img {
    height: 400px;
  }

  .icon-text {
    color: #0066cc;
    font-size: 28px;
    padding: 1px 0;
  }

  .icon-text i {
    color: #0066cc;
    font-size: 28px;
    padding: 1px 0;
  }

  .info_over {
    height: 70px;
    width: auto;
    top: 50px;
    padding: 1px 0;
  }

  .title_over {
    font-size: 28px !important;
    font-weight: 400 !important;
    height: 40px;
    line-height: 30px;
    padding-top: 6px;
  }

  .descr_over {
    font-size: 20px !important;
    font-weight: 300 !important;
    height: 30px;
    line-height: 20px;
  }

  .popup {
    height: 26px;
    width: auto;
    text-wrap: none;
  }
}

@media (min-width: 1140px) {
  .property {
    top: -25px;
  }

  .icon-text {
    color: #0066cc;
    font-size: 28px;
    padding: 0;
    margin: 0;
  }

  .icon-text i {
    color: #0066cc;
    font-size: 28px;
    padding: 0;
    margin: 0;
  }

  .content {
    top: 22px;
    margin-top: 22px;
  }

  .info_over {
    height: 70px !important;
    top: 200px !important;
    margin-top: -200px !important;
  }

  .title_over {
    font-size: 28px !important;
    font-weight: 400 !important;
    height: 36px !important;
    line-height: 20px !important;
    padding-top: 8px !important;
  }

  .descr_over {
    font-size: 18px !important;
    font-weight: 200 !important;
    height: 30px !important;
    line-height: 12px !important;
    padding-bottom: 8px;
  }

  .popup {
    height: 26px;
    width: auto;
    text-wrap: none;
  }
}
nav[aria-label='Breadcrumb'] ol {
  list-style: none; /* Remove default numbers or bullets */
  padding: 4px;
  margin: 0;
  display: flex; /* Make items inline */
  flex-wrap: wrap; /* Wrap if it overflows */
}

nav[aria-label='Breadcrumb'] li {
  display: flex;
  align-items: center;
}

nav[aria-label='Breadcrumb'] li + li::before {
  content: '›'; /* Add separator */
  margin: 0 8px;
  color: #888;
}

nav[aria-label='Breadcrumb'] a {
  text-decoration: none;
  color: #0066cc;
}

nav[aria-label='Breadcrumb'] a:hover {
  text-decoration: underline;
}
