.media-gallery.media-gallery-show-all .media-gallery-main {
  margin-top: 50px;
  padding: 70px 0;
  background-image: none;
  background: rgb(126, 220, 250);
  background: radial-gradient(circle, rgba(126, 220, 250, 0.2) 0%, rgba(32, 188, 255, 0.2) 100%);
}
.media-gallery.media-gallery-show-all .media-gallery-main table {
  width: 100%;
  border-radius: 5px;
}
.media-gallery.media-gallery-show-all .media-gallery-main table thead {
  border: 1px solid #fff;
  border-radius: 5px;
}
.media-gallery.media-gallery-show-all .media-gallery-main table thead th {
  background-color: var(--color-blue);
  color: white;
  padding: 10px;
  border: 1px solid #fff;
  font-size: var(--tab-nav-txt);
  border-radius: 5px;
}
.media-gallery.media-gallery-show-all .media-gallery-main table tbody {
  border-radius: 5px;
}
.media-gallery.media-gallery-show-all .media-gallery-main table tbody .detail-section table td {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.media-gallery.media-gallery-show-all .media-gallery-main ul {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 0;
}
.media-gallery.media-gallery-show-all .media-gallery-main ul li {
  width: 10%;
  padding-right: 10px;
}
.media-gallery.media-gallery-show-all .media-gallery-main ul li a img {
  width: 85% !important;
}
.media-gallery.media-gallery-show-all .media-gallery-main ul.text-ul {
  display: block;
  list-style: none;
  padding-left: 0;
}
.media-gallery.media-gallery-show-all .media-gallery-main ul.text-ul li {
  width: 100%;
}
.media-gallery.media-gallery-show-all .media-gallery-main .media-gallery-swiper-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.media-gallery.media-gallery-show-all .media-gallery-main .media-gallery-swiper-inner.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.media-gallery.media-gallery-show-all .media-gallery-main .media-gallery-swiper-inner.swiper-grid-column .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 10px !important;
}
.media-gallery.media-gallery-show-all .media-gallery-main .media-gallery-swiper-inner .controller {
  bottom: -20px;
}
.media-gallery.visa-offer .vo-bx {
  width: 100%;
}
.media-gallery.visa-offer .vo-bx .play-icon-area {
  display: none;
}
.media-gallery.visa-offer .vo-bx .vo-img {
  width: 100%;
}
.media-gallery.visa-offer .vo-bx .vo-img img {
  border-radius: 20px;
}
.media-gallery.visa-offer .vo-bx .vo-details {
  width: 100%;
  height: 203px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, rgba(12, 50, 175, 0) 0%, #0c32af 45.83%, #051e70 100%);
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .press-ads-swiper .card-box {
    padding: 20px;
    min-height: 155px;
  }
  .press-ads-swiper .swiper-slide-active .card-box {
    border: 1px solid var(--color-blue);
    background-color: var(--color-white);
  }
  .press-ads-swiper .controller {
    bottom: -30px;
  }
}
ul.ul-custom-bullets {
  flex-direction: column;
  list-style-image: url(../images/bullet.png) !important;
  margin: 20px 0;
  padding-left: 2rem !important;
}
ul.ul-custom-bullets li {
  width: 100% !important;
}/*# sourceMappingURL=media-gallery.css.map */