.owl-dots {
    text-align: center;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: #1f3465;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  left:5px;
}
.owl-dots button.owl-dot{
  border: 1px solid #eaf4fe;
  margin: 3px;
  background: #eaf4fe;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  position: relative;
}