p {
    line-height: 1.4;
  }
  
  .cashback-image{
    background-image: url("../images1/amaze/cashback.png");
  }
  .no-more-top-ups-image {
    background-image: url("../images1/amaze/no-top-ups.png");
  }
  .fx-rates-image{
    background-image: url("../images1/amaze/fx-rates.png");
  }
  .slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .amazing-benefits-at-glance-mobile-screens{
    display:block;
  }
  /* .benifit-content{
    display: block;
  } */
  
  .navigation-dots {
    float: left;
    display: flex;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(27, 27, 27, 0.3);
    font-size: 0;
  }
  
  .slide_navigation {
    list-style: none;
    display: flex;
    width: 10%;
    align-items: baseline;
    justify-content: space-evenly;
  }
  
  .slide_navigation > * + * {
    margin-top: 10px;
  }
  
  li {
    display: flex;
  }
  
  li a.active {
    background-color: #fe0095;
  }
  
  .slider {
    background-color: #fff;
    max-width: 1400px;
    color: #fff;
    grid-template-columns: 35% 65%;
    position: relative;
    display: grid;
  }
  .page_desc_small{
  font-family: "Hellix-Regular";
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  }
  .slider .content_container {
    padding: 25px;
  }
  .image-frame {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .slide-content-image {
    max-width: 90%;
    max-height: 93%;
    margin: auto;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    object-fit: contain;
    left: 10px;
    top: 19px;
  }
  
  .benifits-at-glance-slider > .bx-wrapper{
    width:100%;
    visibility: visible;
  }
  .slider .slides {
    overflow-y: auto;
    max-height: 500px;
    scrollbar-width: none;
    height: 100%;
    align-self: center;
  }
  
  
  .slider .slides::-webkit-scrollbar {
    display: none;
  }
  
  .slide .slider .slides {
    min-height: calc(100% - 80px);
    background-color: #fff;
    display: flex;
    color: #333;
    align-items: center;
  }
  
  .slider .slides .slide:nth-child(even) {
    background-color: #fff;
  }
  
  .benifits-at-glance-slider{
  height: 500px;
  padding: 30px;
  width: 100%;
  /* overflow-y: auto; */
  }
   
  @media screen and  (max-width: 767px) {
    .amazing-benefits-at-glance-mobile-screens{
      display:block;
    }
    /* .benifit-content{
      display: none;
    } */
    .benifits-at-glance-slider > .bx-wrapper{
      visibility: hidden;
    }
  }
  
  
  
  