#this-slider-1 .splide__arrow--next:before,
#this-slider-1 .splide__arrow--prev:before {
  color: #fff;
  font-family: 'simedarbyproperty' !important;
  content: "\eb09";
  display: none;
  font-size: 32px;
  display: contents;
  z-index: 99;
}

#this-slider-1 .splide__arrow--prev:before {
  transform: rotate(180deg);
  display: block;
}

#this-slider-1 .splide__arrow--prev,
#this-slider-1 .splide__arrow--next {
  bottom: 9px;
  top: unset;
  width: fit-content;
  height: 30px;
  margin-top: 0;
  background: #e25e24 !important;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid transparent;
  margin: 0;
  padding: 0;
}

.splide__track--nav>.splide__list {
  border: 3px solid transparent;
  margin: 0;
  padding: 0;
}
.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
}
.splide__arrow {
  background: transparent !important;
}

.splide__arrow:disabled {
  opacity: 0 !important;
}
.splide__arrow svg {
  display: none !important;
}
#this-slider-1 .splide__pagination__page {
  width: 2.3ch;
  height: 2.3ch;
  transform: scale(1);
  background: #ffffff;
  margin: 3px 8px;
  opacity: 1;
}
#this-slider-1 .splide__pagination__page.is-active  {
  transform: scale(1);
  background: #e25e24;
  opacity: 1;
}
 .gallery-carousel  .splide__arrow--next {
right: 37%;
    bottom: 3% !important;
 }
 .gallery-carousel  .splide__arrow--prev {
left: 37%;
    bottom: 3% !important;
 }
 .gallery-carousel  .splide__pagination {
    bottom: 5% !important;
 }
@media only screen and (max-width: 600px) {
#this-slider-1 .splide__arrow--next:before,
#this-slider-1 .splide__arrow--prev:before {
    font-size: 28px;
}
 .gallery-carousel  .splide__arrow--next {
    right: 28%;
    bottom: 0% !important;
 }
 .gallery-carousel  .splide__arrow--prev {
        left: 28%;
        bottom: 0% !important;
 }
 #this-slider-1 .splide__pagination__page {
    width: 1.8ch;
    height: 1.8ch;
    
}

}