.banner-slider .owl-theme .owl-controls .owl-page span.owl-numbers{
  z-index: 3;
  position: relative;
  height: 30px;
  width: 30px;
  color: #7a124d;
  display: block;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 0 1px;
  background: #fff;
}
.banner-slider .owl-theme .owl-controls .owl-pagination .active span.owl-numbers{
  background: #7a124d;
  color: #fff;
}
.banner-slider .owl-controls{
  position: absolute;
  top: 25%;
  right: 10%;
}
.banner-slider .owl-pagination{
  width: 50px;
}
.banner-slider .owl-theme .owl-controls .owl-page{
  width: 36px;
  height: 34px;
  margin-bottom: 5px;
}

.banner-slider .timer{
  position: relative;
  height: 34px;
  width: 36px;
  margin: -90% 0 0px -2px;
/*  background: #fff;
  border-radius: 50%;*/
}
@media (max-width: 991px){
  section.banner-slider .banner__slide__box-img img{
    max-width: 112%;
    margin-top: 65px;
  }
  section.banner-slider div.owl-controls{
    display: none!important;
  }
}