.image_modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.image_modal .modal-dialog {
  max-width: 650px;
  margin: auto;
}

.image_modal .modal-body {
  padding: 0;
}

.image_modal .image_swiper {
  width: 100%;
  height: 500px;
}

.image_modal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_modal .image_modal_wrapper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.image_modal .slider_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.image_modal .modal_close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.image_swiper .swiper-button-prev::after,
.image_swiper .swiper-button-next::after {
  font-size: 14px;
}

.image_swiper .swiper-button-next {
  right: 15px;
  bottom: 15px;
  top: auto;
}

.image_swiper .swiper-button-prev:hover,
.image_swiper .swiper-button-next:hover {
  background-color: #f16625;
  color: #ffffff;
}

.image_swiper .swiper-button-prev {
  right: 60px;
  left: auto;
  bottom: 15px;
  top: auto;
}
.image_swiper .swiper-button-prev,
.image_swiper .swiper-button-next {
  color: #000000;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 8px;
}

@media(min-width:0px) and (max-width:574px){
  .image_modal .image_swiper {
    width: 260px;
    height: 400px;
}
}
