::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
  .carousel-inner img {
      width: 100%;
      object-fit: cover;
      /* height: 100%; */
  }
@media(min-width:767px)
{
  .carousel-inner img {
  
    /* height: 570px; */
}
}
#custCarousel .carousel-indicators {
    position: relative;
    margin-top:20px;
    /* z-index: 9999999999; */
    /* top: 100px; */
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img{

    width:100%;
  }
  .carousel-indicators
  {
    margin-right: 10px;
    margin-left: 10px;
  }
@media(max-width:767px)
{
  .carousel-control-prev
  {
    height: fit-content;
    top: 30%;
  }
  .carousel-control-next
  {
    height: fit-content;
    top: 30%;
  }
  .carousel-indicators
  {
    margin-right: 0px;
    margin-left: 0px;
  }
}