.bannerSliderBtn{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:8px;margin-bottom:30px}
.bannerSlider .navb{background:#ff6700;color:#fff;border:0;padding:10px;cursor:pointer;height:24px;width:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.bannerSlider .navb:disabled{cursor:not-allowed;background:#aaa}
.bannerSlider .dotsB{text-align:center}
.bannerSlider .dot{height:12px;width:12px;margin:0 5px;display:inline-block;border-radius:50%;background:transparent;cursor:pointer;transition:.3s;border:2px solid #c6c3c3}
.bannerSlider .dot.active{background:#ff6700;border:0}
.bannerSlider-wrapper{overflow:hidden;text-align:center;margin-top:20px}
.bannerSlider-track{display:flex;transition:transform .4s ease}
.slidee{min-width:100%}
.slidee img{max-width:100%}
@media(max-width:767px){.bannerSlider-wrapper{margin-top:2px}
.slidee img{width:auto;max-width:100%}
.bannerSliderBtn{margin-bottom:15px}
.bannerSlider{margin:8px auto 10px}
.bannerSlider-wrapper .slidee img{width:92%}
}