.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}

.sticky-head {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.sticky-head.is-sticky {
  background-color: #130239;
}
.h-100 {
  height: 100% !important;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #28a745;
  color: white;
  font-size: 13px;
}