.banner-slider {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.banner-slider .slick-dots {
  bottom: 40px;
  left: 10vw;
  width: auto;
}

.banner-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0;
  display: inline-block;
}

.banner-slider .slick-dots li button::before {
  display: none;
}

.banner-slider .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  line-height: 4px;
  text-align: center;
}

.banner-slider .slick-dots li.slick-active button {
  background: #00ac8a;
  width: 14px;
  height: 14px;
}

.banner-enquire,
.banner-enquire:hover,
.banner-enquire:focus {
  background: #00ac8a;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 117px;
  float: left;
  width: 100%;
  padding: 15% 0;
}

.banner-enquire * {
  line-height: 25px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-row {
  position: relative;
  top: -6px;
}

.slider-row>div {
  padding: 0 30px;
}

.slider-block {
  height: auto;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

/*
.slider-block div {
  float: left;
  display: block;
  width: 100%;
  height: 60%;
  margin-top: 15%;
}

.slider-block div:first-child {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.slider-block div:last-child {
  padding-right: 10px;
  border-right: 1px solid #4e4e4e;
}
*/

.feature-slider,
.apartment-feature-slider {
  background: #000000;
}

.slider-block h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

.slider-block p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}

.feature-slider .slick-prev {
  left: 5px;
}

.feature-slider .slick-next {
  right: 5px;
}

.feature-slider .slick-prev:before {
  content: url('/assets/images/arrow-left.png');
}

.feature-slider .slick-next:before {
  content: url('/assets/images/arrow-right.png');
}

@media only screen and (max-width: 1440px) {
  .banner-enquire, .banner-enquire:hover, .banner-enquire:focus {
    max-height: 117px;
  }
}

@media (max-width: 1024px) {
  .slider-block p {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .banner-enquire {
    line-height: 19px;
    height: 75px !important;
    display: block;
  }

  .slider-block h2 {
    font-size: 11px;
    color: #ffffff;
    margin-bottom: 10px;
  }
}
