
.txa-testimonial-1-section-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .txa-testimonial-1-slider {
    background-color: #f4f8ff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }
  .txa-testimonial-1-slider-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 0 70px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .txa-testimonial-1-slider-item {
      padding: 0 30px;
    }
  }
  @media (max-width: 767px) {
    .txa-testimonial-1-slider-item {
      padding: 0 30px;
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-testimonial-1-slider-item {
      padding: 0 30px;
      flex-wrap: nowrap;
    }
  }
  .txa-testimonial-1-slider-item .main-img {
    margin-top: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
  }
  @media (max-width: 767px) {
    .txa-testimonial-1-slider-item .main-img {
      margin-top: 0px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-testimonial-1-slider-item .main-img {
      margin-top: 40px;
    }
  }
  .txa-testimonial-1-slider-item .txa-rating-2 {
    margin-bottom: 13px;
  }
  .txa-testimonial-1-slider-item .txa-rating-2 .text {
    background: #cbdafc;
    padding: 3px 7px;
    border-radius: 10px;
  }
  .txa-testimonial-1-slider-item .comment {
    font-size: 20px;
    font-weight: 600;
    color: #161d39;
    line-height: 32px;
    margin-bottom: 17px;
  }
  .txa-testimonial-1-slider-item .name {
    display: inline-block;
    font-size: 22px;
    color: #2E76FE;
    margin-bottom: 5px;
  }
  .txa-testimonial-1-slider-item .bio {
    font-size: 17px;
    color: #80828E;
    text-transform: capitalize;
    font-weight: 600;
  }
  
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-testimonial-1-slider-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      margin-top: 30px;
    }
  }
  .txa-testimonial-1-slider-btn .btn-postion-1 {
    position: absolute;
    top: 43%;
    left: -110px;
    transform: translateY(-50%);
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-testimonial-1-slider-btn .btn-postion-1 {
      position: unset;
      transform: unset;
    }
  }
  .txa-testimonial-1-slider-btn .btn-position-2 {
    position: absolute;
    top: 43%;
    right: -110px;
    transform: translateY(-50%);
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-testimonial-1-slider-btn .btn-position-2 {
      position: unset;
      transform: unset;
    }
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev, .txa-testimonial-1-slider-btn .txa_t1_next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
    font-size: 22px;
    background-color: #e6eeff;
    color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 500ms var(--cube-1);
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev i, .txa-testimonial-1-slider-btn .txa_t1_next i {
    display: inline-block;
    transition: 300ms var(--cube-2);
    line-height: 1;
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev::after, .txa-testimonial-1-slider-btn .txa_t1_next::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--txa-gd-1);
    z-index: -1;
    opacity: 0;
    transition: 400ms var(--cube-2);
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev .icon-2 {
    position: absolute;
    top: 53%;
    left: 120%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev:hover .icon-1 {
    transform: translateX(-60px);
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev:hover .icon-2 {
    left: 50%;
  }
  .txa-testimonial-1-slider-btn .txa_t1_prev:hover::after {
    opacity: 1;
  }
  .txa-testimonial-1-slider-btn .txa_t1_next .icon-2 {
    position: absolute;
    top: 53%;
    left: -120%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .txa-testimonial-1-slider-btn .txa_t1_next:hover .icon-1 {
    transform: translateX(60px);
  }
  .txa-testimonial-1-slider-btn .txa_t1_next:hover .icon-2 {
    left: 50%;
  }
  .txa-testimonial-1-slider-btn .txa_t1_next:hover::after {
    opacity: 1;
  }
  .txa-testimonial-1-slider-btn:is(.has-2) .btn-postion-1 {
    top: 50%;
  }
  .txa-testimonial-1-slider-btn:is(.has-2) .btn-position-2 {
    top: 50%;
  }
  
  .txa-testimonial-2-area {
    margin-top: -241px;
  }
  