.slide-dots {
  text-align: center;
  margin-top: 20px;
}

.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
}

.slide-dots li button:before {
  content: "";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3eac4a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.slide-dots li.slick-active:focus {
  background-color: inherit;
  border: none;
}

.slide-dots li.slick-active::before {
  content: "";
  display: block;
  border: none;
  background-color: inherit;
}

.slide-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #3eac4a;
  border-radius: 50%;
  background-color: inherit;
}
