.listing__page--section{
  position: relative;
  z-index: 2;
}
.breadcrumb__section {
  background: none;
  background-position: center center;
  background-size: cover; 
}
@media only screen and (max-width: 575px) {
  .breadcrumb__section {
      padding: 0rem 0;
  }
}
.featured__card--title{
  width: 75%;
}
.featured__card--title a{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}


.listing__header {
  padding: 1rem;
}

.widget__search--input__field {
  height: 5rem;
}

.offcanvas {
  z-index: 9999;
}

.widget__catagories--label {
  overflow: hidden;
  white-space: nowrap;
}

.featured__action--btn {
  width: 3.4rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-border);
  color: #ffffff;
  background: #069c4a;
  transition: all 200ms;
}
.featured__action--btn:hover{
  background: #002310;
}
.recently__select {
  background-color: var(--color-hover);
  color: var(--color-white);
  padding: 1rem;
  border-radius: 5px;
}

.recently__select select {
  color: var(--color-white);
  background-color: var(--color-hover);
}

.recently__select .select::before {
  color: var(--color-white);
  border-color: var(--color-white);
  opacity: 1;
}

.featured__content--footer button {
  padding: 0.5rem;
  background-color: var(--color-hover);
  font-size: 2rem;
}

.featured__share--btn {
  width: 100%;
  padding: 10px;
  height: auto;
  background: var(--color-background-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-hover);
  border-radius: 5px;
}



.featured__action {
  position: absolute;
  top: 0px;
  right: 0px;
}

.about__thumbnail--slider {
  width: 100%;
}

.about__thumbnail--swiper {
  margin-top: -50px;
}

.featured__share--btn,
.featured__share--btn svg,
.featured__share--btn .btn-name {
  transition: all 100ms;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: var(--color-white);
}

.swiper-pagination {
  bottom: 0 !important;
  color: var(--color-white);
}



.media {
  height: auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing__tab--btn__field {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 10px !important;
}

.recently__select {
  background-color: var(--color-hover);
  color: var(--color-white);
  padding: 9px 8px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.search-section-inner-main {
  padding: 20px;
  gap: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000066;
  box-shadow: 0 0 10px 1px rgba(21, 28, 34, 0.5);
  border-radius: 5px;
}

.search-section-inner-main .widget__search--input__field {
  width: 500px;
  /* padding: 4px 10px; */
}

.inner-main {
  gap: 3px;
}

.featured__card--price{
  white-space: nowrap;
}

.featured__content--footer .btn-name{
  margin-left: 10px;
}
.listing__main--content {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .listing__tab--btn__field {
    padding: 10px 10px !important;
  }

  .recently__select {
    padding: 10px 8px;
    gap: 0px;
  }

  .search-section-inner-main {
    padding: 5px;
    gap: 6px;
  }

  .search-section-inner-main .widget__search--input__field {
    width: 100%;
  }

  .search-icon-name {
    display: none;
  }

  .recently__select select {
    width: 0px;
  }
}

/* .listing__page--section{
    margin-top: -60px;
} */


/* SEARCH BOX DROP DOWN */

.dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 2px;

  .result {
    width: 100%;
    padding: 8px 4px;
    background-color: #f5f7fa;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    cursor: pointer;

    &:last-child {
      border-bottom: 2px solid #e6e9ed;
    }

    &:hover,
    &.selected {
      background-color: #e2e2e2;
      color: #000000;
    }
  }
}


.search-result-main i {
  font-size: 15px;
  padding: 0px 10px;
}


.page__pagination--wrapper {
  gap: 0.5rem;
}

.page__pagination--link {
  width: 3.5rem;
  height: 3.5rem;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0px;
}

.page__pagination--link {
  cursor: pointer;
}

#searchbox::placeholder {
  color: #919191;
  opacity: 1;
  /* Firefox */
}

#searchbox::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #919191;
}
.offcanvas-header{
  border-bottom: 1px dashed #000;
}
.button-submit-filter{
  font-size: 16px;
  margin: 5px;
}
.listing__widget {
  margin-top: 0rem;
}

.clear-filter-btn {
  width: auto;
  /* margin-left: 34px; */
  padding: 5px 10px;
  font-weight: normal;
  font-size: 15px;
  background: transparent;
  color: #2023c3;
}
.clear-filter-btn i{
  font-size: 10px;
}

.button-back-fillter{
  border: none;
  outline: none;
  background-color: #ffffffc0;
}
.quick-contact-form .widget__step {
  padding: 0px;
  border: none;
}

.listing__hero--slider__content {
  display: none;
}

.quick-contact-form .modal-body {
  padding: 2rem 3rem 0px;
  height: auto;
}

.quick-contact-form .widget__step--title {
  margin: 0;
}

.quick-contact-form .modal-header {
  padding: 2rem 3rem;
}

.quick-contact-form .modal-footer {
  border: none;
}
.featured__content--desc{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featured__content--desc svg{
  margin-top: 2px;
  margin-right: 5px;
}

.listing__featured--grid .featured__card{
  padding: 0;
  box-shadow: 0px 0px 2px 1px #8ddec8;
  border: none;
  background: linear-gradient(45deg, #a3dcf6, #4be17505);
  border-radius: 5px;
  overflow: hidden;
}

/* bottom buttom  */
.featured__content--footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #069c4a;
}
.featured__share--btn{
  border: 2px solid #ffffff00;
  white-space: nowrap;
  height: 40px;
  transition: all 200ms;
}
.featured__share--btn_call{
  background-color: rgba(0, 89, 255, 0.697);
  color: #fff;
}
.featured__share--btn_brochure{
  background-color: rgba(30, 204, 68, 0.725);
  color: #fff;

}
.featured__share--btn_details{
  background-color: rgba(194, 11, 11, 0.723);
  color: #fff;
}
.featured__share--btn_brochure:hover{
  background-color: black;
  color: #fff;
}
.featured__share--btn_call:hover{
  background-color: black;
  color: #fff;
}
.featured__share--btn_details:hover{
  background-color: black;
  color: #fff;

}