.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.logo_img{
    width: 140px;
    height: 59px;
}

/* .banner-img {
    background-size: contain;
  }

@media (max-width: 768px) {
  .banner-img {
    background-size: cover;
  }
} */


  .custom-height {
    height: 80px; /* Mobile default */
  }

  @media (min-width: 768px) {
    .custom-height {
      height: 120px; /* Height for md (tablet) and up */
    }
  }

.theme-color{
  color: #28a8de;
}

.bold{
  font-weight: bold;
}

.bg-theme{
  background-color: #28a8de;
}

.a:hover{
  color: #28a8de;
}