
.carousel-home-kala .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #080a38;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .carousel-home-kala .swiper-pagination-bullet-active {
    width: 16px;
    background-color: #fff;
  }
  
  .carousel-home-kala .swiper-button-next,
  .carousel-home-kala .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #c3c3ce;
    top: auto;
    right: 40px;
    bottom: 42px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
  }
  
  .carousel-home-kala .swiper-button-next::after,
  .carousel-home-kala .swiper-button-prev::after {
    color: #3f4064;
    font-size: 12px;
  }
  
  .carousel-home-kala .swiper-button-next {
    -webkit-transform: translateX(-48px);
    -moz-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    -o-transform: translateX(-48px);
    transform: translateX(-48px);
  }
  
  .carousel-home-kala .swiper:hover .swiper-button-next,
  .carousel-home-kala .swiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  
  @media only screen and (max-width: 767px) {
  
    .carousel-home-kala .swiper-button-next,
    .carousel-home-kala .swiper-button-prev {
        top: 50%;
        right: 10px;
        bottom: auto;
        width: 32px;
        height: 32px;
    }
  
    .carousel-home-kala .swiper-button-next {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        right: auto;
    }
  }