.tls-retirees-slider .tls-doctor {
    backdrop-filter: 42px !important;
}

    /* Style your custom arrow */
.custom-next {
  background: none;
  border: none;
  position: absolute;
  right: -50px;
  top: 52%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}
.custom-prev {
  background: none;
  border: none;
  position: absolute;
  left: -50px;
  top: 52%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}

@media (max-width: 1024px) {
.custom-next {
  right: 0px;
  top: 50%;
}
.custom-prev {
  left: 0px;
  top: 50%;
}

}

.slide
{
	display: flex !important;
}

[type=button], [type=submit], button {
    background-color: transparent;
    border: none !important;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.our-client .slick-track {
  display: flex !important;
  gap: 20px;
}

.our-client .slick-slide {
  height: auto;
  display: flex !important;
  flex-direction: column;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #cc336600 !important;
    color: #ffffff00 !important;
    text-decoration: none;
}