@charset "UTF-8";


.swiper {
    width: 100%;
    margin: auto;
    padding: 50px 0;
  }

  .swiper-slide {
    text-align: center;
    font-family: sans-serif;
  }

  .swiper-slide img {
    border-radius: 8px;
  }


  .swiper-pagination-bullet {
    background: none;
	  border: 1px solid #112F70;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background: #112F70;
  }
		
		/* Base dot style */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
	border: 1px solid #112F70;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  transform: scale(1);
}

/* Animated active dot */
.swiper-pagination-bullet-active {
  width: 20px;
  background: #112F70;
  border-radius: 5px;
  transform: scale(1.2);
}

.hearing-aid-features .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
	border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  transform: scale(1);
}

/* Animated active dot */
.hearing-aid-features .swiper-pagination-bullet-active {
  width: 20px;
  background: #fff;
  border-radius: 5px;
  transform: scale(1.2);
}

