.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.thumbnail_slider span {
    height: 30px;
    width: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 24px;
}

.thumbnail-carousel {
    margin-top: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}





.splide__track--nav>.splide__list>.splide__slide {
    border: 0px solid transparent;
    cursor: pointer;
    margin: 2px;
    border-radius: 53px;
}


.splide {
    position: relative;
    visibility: hidden;
    float: left;
    width: 100%;
    margin-top: 0;
}
.thumbnail_slider {
    max-width: 100%;
    margin: 0px auto;
    float: left;
    width: 100%;
}
.splide__arrow svg {
    width: 10px;
    height: 12px;
}
.splide__arrow--prev {
    left: 0;
}
.splide__arrow--next {
    right: 0;
}

.thumbnail_slider button {
    
    margin-top: 0;
}

#thumbnail_slider {margin-top: 10px;}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    width: 580px;
    overflow: hidden;
    transition: .2s;
    border-width: 0px !important;
    margin: 0px 0px;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 1;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: none;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
/* Slider CSS End  */