.bxSl-wrapper{
    width: 86%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bx-wrapper {
    -moz-box-shadow:  none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important ;
    border: none!important;
    margin-bottom: 0px!important;
}

#bxPagerCust {
    padding-bottom: 15px;
}

.bxPagerItem{
    border-style: solid;
    border-width: thin;
    border-color: rgba(189, 157, 97, 1)!important;
    display: inline-block;
    min-width: 30px;
    min-height: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
}
.carousel-indicators .active{
    background-color: transparent;
}

#bxPagerCust .active > span{
        background-color: rgba(189, 157, 97, 1);

}

#slNext {
  right: 5%;
  position: absolute;
  bottom: calc(50% + 0px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  text-align: center;
  opacity: 1;
  z-index: 22;
}

#slPrev {
  left: 5%;
  position: absolute;
  bottom: calc(50% + 0px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  text-align: center;
  opacity: 1;
  z-index: 22;
}