.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-stage-outer {
  margin-top: 30px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 0px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owl-item.active {
  display: flex;
  justify-content: center;
}

.owl-stage {
  display: flex;
  justify-content: center;
  align-items: start;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: none;
  border: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(22, 101, 245, 0.5) !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 32px;
  background: #1665f5 !important;
}

.owl-theme .owl-dots .owl-dot span {
  cursor: pointer;
}

.slider .owl-loaded {
  max-width: 1200px;
  max-height: 87px;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 0px;
  }
}
