#testimonial-slider{    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.testimonial-container{
    width: 1600px;
    margin: auto;
    max-width: 1290px;
}
.previous, .next-arrow{
    padding: 6px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.7s ease-in-out;
    border: none;
    background-color: transparent;
}
.slide-img{
    width: 90%;
    margin: auto;
    cursor: pointer;
    transition: 0.5s;
    padding: 20px;
    text-align: center;
}
@media(max-width:1600px) {
    .testimonial-container{
        width: 100%;
    }
}
.testimonial-container .testimonial-slide{
    background-color:#EAF9F6;
  
    margin: auto;
}
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }

.gallery-img{
    width: 60%;
    border-radius: 50%;
}

/* New testimonial CSS starts */
.quote-img-wrapper{
    width: 10%;
    float: left;
}
.quote-img-wrapper img{
    margin-top: -35px;
}
.testimonial-text-wrapper{
   
    color: #4C4D55;
}
.testimonial-name-wrapper{
    color: #4C4D55;
    font-weight: bold;    
}

.before-content{
    position: relative;
}
.before-content::before{
     height: 2px;
     background-color: #4C4D55;
     width: 41px;
     position: absolute;
     content: "";
     right: 10px;
     top: 11px;
}
.slider-wrapper{
    position: relative;
}
.controller .previous{
    position: absolute;
    top: 40%;
    left: -30px;
}
.controller .next-arrow{
    position: absolute;
    top: 40%;
    right: -30px;
}
.previous img, .next-arrow img{
    width: 80%;
}

/* CSS for equal cols*/
.my-slider.equal-cols
    {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .my-slider.equal-cols > [class*='tns-item']
    {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .my-slider.equal-cols > [class*='tns-item'] > *
    {
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
    .my-slider.equal-cols > [class*='tns-item']{
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      display: flex !important;
      flex: 1 1 auto !important;
      flex-direction: column !important;
      min-height:30px;
    }
   .testimonial-slide{
      position: relative;
   }
   .testimonial-slide .testimonial-person-name{
       position: absolute;
       bottom: 18px;
       right: 24px;
   }
   .testimonial-text-wrapper .container
   {
	   padding:0;
   }
