.slider_area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 53%;
}
.slider_area-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiper-slide img{
  width: 100%;
}

.swiper-pagination-bullet{
  width: 15px !important;
  height: 15px !important;
  border: 3px solid #2bbeae !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active{
  background-color: #2bbeae !important;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}