.mycaro img {
    height: 100%;
    object-fit: cover;
  }
  .mycaro .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #eb2d2d;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .mycaro .owl-nav button.owl-prev {
    left: 0;
  }
  .mycaro .owl-nav button.owl-next {
    right: 0;
  }
  
  .mycaro .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  
  .mycaro .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .mycaro .owl-dots button.owl-dot.active {
    background-color: #e71e1e;
  }
  .mycaro .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .mycaro .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .mycaro span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .mycaro .owl-nav button:focus {
      outline: none;
  }
  .mycaro .owl-item {
    height: 180px !important; /* Adjust this value as needed */
    display: flex;
  }
  .mycaro .item {
      width: 100%;
  }

  /* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  /* border-top: 1px solid #353535;
  border-bottom: 1px solid #353535; */
}

.slick-slide img {
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  max-width: 240px;
  max-height: 240px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 2rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  margin-left: 0%;
  left: 0px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}
  
.row {
  overflow: hidden;
}  

.slick-initialized { 
  overflow: hidden; 
}
