.thumbnail.is-active {
  opacity: 1;
}
.onebnne .owl-dots {
  margin-top: -35px !important;
  position: relative;
  z-index: 2;
}
.onebnne.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 5px;
  padding: 0;
  margin: 2px;
  border-radius: 0;
  background-color: #fff;
}
.onebnne.owl-theme .owl-dots .owl-dot.active span {
  background-color: #cf9c51 !important;
}
.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.w3-round,
.w3-round-medium {
  border-radius: 4px;
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}
.btn-primary {
  margin-top: 20px;
  width: 50%;
  padding: 8px 16px !important;
  color: #fff;
  background-color: #007bff;
  border-radius: 8px;
  border: 1px solid #007bff;
}
.btn-primary:hover {
  color: #007bff;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #007bff;
}

