.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;
  }

  .splide__pagination__page{
    background-color: #ccc;
    margin: 0 7px;
    height: 7px;
}
.splide__pagination__page.is-active{
        background-color: #1B98B6;
        width: 30px;
        border-radius: 999999px;
}
.splide__video__play{
    background-color: red;
    height: 60px;
    width: 60px;
}
.splide__pagination{
    bottom: -3em;
}
.cccssld .splide__pagination{
    bottom: 1.25rem;
    justify-content: flex-end;
}
.splide__video__play:after{
    border-color:transparent transparent transparent #fff;
}

.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;
}
