
.tl_container {
  position: relative;
  /* margin-top: 120px; */

}

.tl_container .testimonial-item1 h3{
  
font-size: 30px;
font-weight: 600;
line-height: 32px;
letter-spacing: -0.03em;


}
.tl_container .testimonial-item1 h4 {
  

  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;

  }
  .clients1 {
   
    padding-bottom: 120px;
    overflow: clip;
    padding-top: 80px;
    max-width: 1356px;
    overflow: hidden;
    margin: 0 auto;
  }
.clients1 h2{

font-size: 50px;
font-weight: 600;
line-height: 66px;
text-align: center;
color: #000;
margin-bottom: 40px;


}
.clients1 p{


  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.03em;
  text-align: center;
  padding-bottom: 30px;
  }
  .profile{
    /* padding-bottom: 40px; */
  }
.tl_container .swiper-css-mode>.swiper-wrapper{
  /* overflow: visible; */
}
.tl_container .swiper-button-next, .tl_container .swiper-button-prev{
 top: var(--swiper-navigation-top-offset,60%);
 color: #8F42A9;

}
.tl_container .swiper-pagination{
/* bottom: -40px; */
/* bottom: -7%; */

}

.tl_container .swiper-horizontal>.swiper-pagination-bullets{
  bottom: -7%;
}
.tl_container .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -10%;
}

.tl_container .swiper-pagination-bullet-active
{
  background: #8F42A9;
}

.tl_container  .swiper-button-next:after, .tl_container  .swiper-rtl .swiper-button-prev:after
{
  font-size: 30px;
  font-weight: bold;
}
.tl_container  .swiper-button-prev:after, .tl_container  .swiper-rtl .swiper-button-next:after {
  font-size: 30px;
  font-weight: bold;

}
.tl_container .swiper-pagination-bullet{
  height: 13px;
  width: 13px;
}
.tl_container .swiper-pagination-bullet-active{
  width: 48px;
  border-radius: 6px;
  height: 13px;
  margin-right: 14px !important;
  margin-left: 14px !important;
}
.tl_container .swiper-wrapper{
  padding-top: 80px;
}
.swiper1 {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide .profile img {
    /* display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    border: 1px solid #8F42A9;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-top: -60px;
  }
 
  .testimonial-item1{
  
      max-width: 1160px;
  width: 90%;
  
  border: 1px solid purple;
  border-radius: 30px;
  padding: 0 70px 0 70px;
  margin: 0 auto;
  
  }
  .ss h2 {
    margin-bottom: 0;
  }
  .ss  .swiper-wrapper {
    padding-top: 30px;
  }
  .ss img {
    max-width: 100%;
    width: 1160px;
    /* height: 100%; */
    height: fit-content;
    height: auto;
    border: 0;
    border-radius: 30px;
  }
  .ss .testimonial-item1{
  
    max-width: 1160px;
width: 90%;
overflow: hidden;
border: 1px solid purple;
border-radius: 30px;
padding:0;
margin: 0 auto;
max-height: 559px;
height: auto;

}
.ss .swiper-button-next, .ss .swiper-button-prev{
  top: var(--swiper-navigation-top-offset,52%);
  
 
 }
 
 @media (max-width:991px) {
  .ss h2 {
    font-size: 30px;
  }

 }
  @media (min-width: 1200px) {
    .tl_container{
        max-width: 1322px;
      }
      .ss.tl_container{
        max-width: 1122px;
      }
  }
