      .sarmila-testimonials .testimonials-container {
    text-align: center;
    margin: 0 auto;
    padding:18px;
    /* border: 1px solid black; */
    background-color: aliceblue;
}
   .sarmila-testimonials .testimonials-container .testmo-img{
       /* border: 1px solid black; */
      font-size: 24px;
    font-weight: 600;
    font-family: Yantramanav, sans-serif;
       color: rgb(239, 143, 38);
        text-transform: uppercase;
         letter-spacing: 1px;
 }

 .sarmila-testimonials .testimonials-container h2 {
    font-size:30px;
   margin:11px 0px 20px 0px;
    font-weight: bold;
    /* border: 1px solid black; */
    color: rgba(0, 0, 0, 0.712);
}
 .sarmila-testimonials .testimonials-container .testimoni-row{
      /* border: 1px solid red; */
       display: flex;
       width:80%; 
       margin: auto;
       justify-content: space-evenly;
         gap: 2%;
 }

 .sarmila-testimonials .testimonials-container .testimonial {
    width: 294px;
    box-sizing: border-box;
    border-radius: 8px;
      justify-items: center;
   

}


.sarmila-testimonials .testimonials-container .testimonial .testimoni-img {
    width:130px;
    height:130px;
    border-radius: 50%;
    margin-bottom: 30px;
     border: 1px solid #0b7e9b;
     justify-items: center;
     align-content: center;
     position: relative;
    
     
}
.sarmila-testimonials .testimonials-container .testimonial .testimoni-img .img1{
    width:80%;
    height: 80%;
      border-radius: 50%;
   overflow: hidden;
   /* background-color: bisque; */
}
 .sarmila-testimonials .testimonials-container .testimonial.testimoni-img .img1 img{
    width: 100%;
    height: 100%;
 
    
}
 .play-btn{
    position:absolute;
     height: 26px;
    width: 26px;
    top:96px;
     /* border: 1px solid  blue; */
     border-radius: 50%;
  background: linear-gradient(#0b7e9b, #084252);
  align-content: center;
  justify-items: center;
 
}
 .play-btn i{
    color: white;
    font-size: 15px;
 }

 .sarmila-testimonials .testimonials-container .testimonial .testimonial-text{
     /* border: 1px solid green; */
     position: relative;  
     /* background-image: -webkit-linear-gradient(top,orangered , white 50%); */
       background-image: -webkit-linear-gradient(top,#0b7e9b , white 50%);
     z-index:2;
     border-radius: 20px;
   
     width: 350px;
 }
  .sarmila-testimonials .testimonials-container .testimonial .testimonial-text::before{
    content: "";
    position: absolute;
    inset: 1px;
    background-color: white;
    z-index: -1;
     border-radius: 20px;
     height: auto;
     /* border: 1px solid black; */
    
  }
  .sarmila-testimonials .testimonials-container .testimonial .testimonial-text::after{
     content: "";
    position: absolute;
    left: calc(50% - 37.5px);
    bottom: calc(100% - 4.2px);
    height: 23px;
    width: 75px;
    background-image: url("data:image/svg+xml,%3Csvg width='75' height='23'  viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230073E6'/%3E%3Cstop offset='0.890779' stop-color='%230073E6'/%3E%3Cstop offset='0.890947' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  
    
  }
.sarmila-testimonials .testimonials-container .testimonial .testimonial-text .testimonal-para{
    font-style: italic;
    color: #555;
     /* border: 1px solid red; */
    align-content: center;
    justify-items: center;
    text-align: center;
     margin:2px 0px;
     padding: 18px 10px 0px 10px;
     font-size: 15px;
   line-height: 1.75;
   
}

.sarmila-testimonials .testimonials-container .testimonial .testimonial-text .testimonal-h3 {
     align-content: center;
    justify-items: center;
    text-align: center;  
       margin: 18px 10px 0px 10px;
}

 .sarmila-testimonials .testimonials-container .testimonial .testimonial-text .role {
     /* border: 1px solid black; */
   color:#0b7e9b;
    /* color:rgba(255, 68, 0, 0.739); */
    align-content: center;
    justify-items: center;
    text-align: center;
       margin:5px 0px;
      
}


  .play-btn::before,
  .play-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            /* border: 2px solid rgba(255, 255, 255, 0.8); */
            /* background-color: rgba(159, 194, 244, 0.3); */
            animation: pulse 2s ease-out infinite;
                border: 2px solid rgba(#0b7e9b);
              background: linear-gradient(#0b7e9b, #084252);
        }

       .play-btn::after {
            animation-delay: 1s;
        }

        @keyframes pulse {
            from {
                transform: scale(1);
                opacity: 1;

            }

            to {
                transform: scale(2.5);
                opacity: 0;
            }
        }