.aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background-color: #ededed;
  }
  
  .reviewnext {
      right:-50px;
      top:50%!important;
  }
  
  .reviewnext img {
      width:45px!important;
      height:45px!important;
  }
  
  .reviewprev img {
      width:45px!important;
      height:45px!important;
  }
  
  .reviewprev {
      left:-50px;
      top:50%!important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
  .aa-name {
      text-align:right;
      padding-right:10px;
      padding-bottom:10px;
  }
  .aa-revComment {
    margin: 0; /* No margin, spacing handled by .aa-rateMeta */
    padding: 0; /* No extra padding */
    flex-grow: 1;
    text-align:center;
  }
  
  .reviewprev {
      box-shadow:none!important;
      background:transparent!important;
  }
  
  .reviewnext {
      box-shadow:none!important;
      background:transparent!important;
  }
  .aa-rateMeta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  
  .aa-star {
      width:20px;
  }
  
  .aa-square img {
      height: 300px;
      width: 100%;
      object-fit: cover;
      display: block;
  }
  
  .aa-review-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
  }
  
  
  .swiper-button-prev.aa-swiper-prev.reviewprev {
      left:-50px;
  }
  
  .swiper-button-next.aa-swiper-next.reviewnext {
      right:-50px;
  }
  
  .swiper-slide {
    height: auto !important; /* Let the height be determined by content */
    display: flex;
    flex-direction: column;
  }
  
  .aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #ededed;
  }

  .bnr-swipe-title {
    color: white !important;
  }
  
  
  @media only screen and (max-width: 767px) {
      .reviewnext {
      right:0px;
  }
  
  .reviewprev {
      left:0px;
  }
  
  .reviewnext img {
      width:30px!important;
  }
  
  .aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background-color: #ededed;
    margin-left:40px;
    margin-right:40px;
  }
  
  .reviewprev img {
      width:30px!important;
  }
   
  }
  
  