.custom-controls1{
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: translateY(-85px);
}
.prevBtn {
    left: -55px; /* Position the button outside the left edge */
    position: relative;
}

.prevBtn:hover{
  border: 1px solid #f6f6f6!important;  
  background-color: #434343; 
}

/*#arrowIcon {
  transition: fill 0.3s;  Add a transition for a smoother effect 
}*/

.prevBtn:hover #arrowIcon {
  fill: #f6f6f6; /* New fill color on button hover */
}

.nextBtn:hover{
  border: 1px solid #f6f6f6!important;  
  background-color: #434343; 
}

.nextBtn:hover #arrowIcon2 {
  fill: #f6f6f6; /* New fill color on button hover */
}

.nextBtn {
    right: -55px; /* Position the button outside the right edge */
    position: relative;
}

.custom-controls1 button {
  padding: 5px;
  background-color: unset;
  border: 1px solid #434343!important;
  border-radius: 5px;
  cursor: pointer;
}

.tns.tns-default .tns-outer{
    margin: 0px !important;
}

.tns-controls {
    display: none;
}

#testimonials [data-action="start"], #testimonials [data-action="stop"]{
    display: none !important;
} 