

.mod-speasyimagegallery  {
  overflow: hidden;  
  position: relative;
}
.mod-speasyimagegallery .swiper-pagination {
  position: static !important;
  margin: 10px 0;
}
.mod-speasyimagegallery .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px !important;
  padding: 0;
  transition: width .2s ease-in-out, background-color .2s ease-in-out;
  border: 0;
  border-radius: 7px;
  opacity: 1 !important;
  background: #B0B0B0;
}
.mod-speasyimagegallery .swiper-pagination-bullet-active {
  background: #2b5c85 !important;
  width: 23px;
  border-radius: 5px;
}
.mod-speasyimagegallery .swiper-slide {
  width: 100%;
  padding: 0px 50px;  
  height: auto; 
} 
.mod-speasyimagegallery .swiper-slide img{
  border-radius: 10px;
}
.mod-speasyimagegallery .swiper-button-next {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 38%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 3px;
  color: #2b5c85;
}
.mod-speasyimagegallery .swiper-button-next::before {
  position: relative;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 26px;
}
.mod-speasyimagegallery .swiper-button-prev {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 38%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 3px;
  color: #2b5c85;
} 
.mod-speasyimagegallery .swiper-button-prev::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
} 