/* Dots */
/* Dots */
.main_banners .slick-dots {
  bottom: -10px;
}
.main_banners .slick-dots li {
  height: 25px;
  width: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.main_banners .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
.main_banners .slick-dots li.slick-active button:before {
  color: white;
}