.carousel-inner.row {
  margin-right: 0;
  margin-left: 0;
}

.carousel-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -100% !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  height: 35px !important;
  width: 35px !important;
  top: 40% !important;
  border-radius: 50%;
  background-color: transparent !important;
}

.carousel-control-prev {
  left: 3% !important;
}
.carousel-control-prev .carousel-control-prev-icon {
  display: none;
}

.carousel-control-next {
  right: 3% !important;
}
.carousel-control-next .carousel-control-next-icon {
  display: none;
}

.carousel.indicators-xs, .carousel.indicators-sm, .carousel.indicators-md {
  padding-bottom: 5px;
}

.carousel-control-prev::after {
  content: url("../../../../images/left.svg");
}

.carousel-control-next::after {
  content: url("../../../../images/right.svg");
}

.pd-carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  padding: 4px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  bottom: 22% !important;
  left: 34% !important;
  z-index: 3 !important;
  position: absolute;
  left: 4.5% !important;
  bottom: 3rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fill-available;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  align-items: center;
}
.pd-carousel-indicators::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(252, 249, 249, 0.5019607843) !important;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}
.pd-carousel-indicators li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pd-carousel-indicators .active {
  background-color: #02A387 !important;
}

.carousel.indicators-md {
  padding-bottom: 25px !important;
}

@media (max-width: 769px) {
  .pd-carousel-indicators {
    bottom: 7.5% !important;
    /*left: 28% !important;*/
  }
}