.banner.project-listing-banner .banner-wrapper {
  bottom: 21%;
}
@media (max-width: 675px) {
  .banner.project-listing-banner .banner-wrapper {
    bottom: 22%;
  }
}
.banner.project-listing-banner .banner-wrapper .content {
  text-align: center;
}
.banner.project-listing-banner .banner-wrapper .content h1 {
  text-transform: capitalize;
}

.property-list-secA {
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .property-list-secA {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .property-list-secA {
    padding-bottom: 3rem;
  }
}
.property-list-secA .all-property {
  margin: 52px 0;
}
.property-list-secA .prop-tab {
  text-align: center;
  margin: 52px 0 52px;
}
.property-list-secA .prop-tab li {
  display: inline-block;
  vertical-align: middle;
  color: var(--text);
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  transition: 0.5s ease;
  cursor: pointer;
}
.property-list-secA .prop-tab li:not(:last-child) {
  margin-right: 3.8rem;
}
.property-list-secA .prop-tab li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--primary);
  transition: 0.5s ease;
}
.property-list-secA .prop-tab li.active {
  color: var(--black);
}
.property-list-secA .prop-tab li.active::before {
  width: 100%;
}
.property-list-secA .prop-tab-content .tabs {
  transition: 0.3s ease;
}
.property-list-secA .prop-tab-content .tabs:not(.active) {
  transform: translateY(20px);
}

.location-sec {
  padding-top: 50px;
}

.location-wise-banner .bg {
  height: 70vh;
}
@media (max-width: 767px) {
  .location-wise-banner .bg {
    height: 60vh;
  }
}/*# sourceMappingURL=project-listing.css.map */