
  /* Full Width Slider */

  .slide_bg_container {
    height: 700px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    }
  

  .acf-slide-repeater .swiper-pagination {
    position: absolute !important;
    bottom: 143px !important;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 94% !important;
    padding: 0 40px !important;
  }

  .elementor-widget-dce-acf-repeater-v2 .swiper-pagination-bullet,
  .elementor-widget-dce-acf-repeater-v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
   {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  @media(max-width:767px) {
    .slide_bg_container {
        /* height: 80vh !important;
        min-height: 80vh !important; */
        /* max-height: 80vh !important; */
        }
    .slider_content_mobile {
        background-color: #01132B !important;
        padding: 32px 15px !important;
        width: 100%;
        height: 100% !important;
        min-height: 50vh !important;
    }
    .acf-slide-repeater .swiper-pagination {
        bottom: 24px !important;
        width: 100% !important;
        padding: 0 20px !important;
    }
    .elementor-4405 .elementor-element .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px !important;
        height: 8px !important;
    }
    .elementor-4405 .elementor-element .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
    }
  }