.category-page .banner-cta {
  position: relative;
  height: 450px;
}

.category-page .banner-cta > img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-page .banner-cta h2 {
  text-align: center;
  margin-bottom: 10px;
}

.category-page .cta-content {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 26px 26px 30px 26px;
  border: 3px solid #be9d7a;
}
.swiper-wrapper
{
    height:auto !important;
}
.dynamic-property-grid
{
    margin-bottom:3em;
}
.category-page #mySwiperProperties_country,
.category-page #mySwiperProperties_region,
.category-page .mySwiper-topProperties {
    padding-bottom: 35px;
}

.category-page #mySwiperProperties_country .swiper-pagination,
.category-page #mySwiperProperties_region .swiper-pagination,
.category-page .mySwiper-topProperties .swiper-pagination {
  bottom: 9px;
}

.category-page .swiper-pagination-bullet {
  background-color: #3d96bc !important;
  opacity: 0.55;
}

.category-page .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 991px) {
  .category-page .banner-cta {
    height: auto;
    padding: 40px 0;
  }
}
