.kbl-carousel-wrapper {
  margin: 0 -14px;
}

.rfq-carousel {
  width: 100%;
  position: relative;
}

.kbl-carousel--one {
  width: 100%;
  padding: 0;
  display: block;
}

.kbl-carousel--two {
  width: 100%;
  padding: 0;
  display: none;
}

.kbl-carousel--three {
  width: 100%;
  padding: 0;
  display: none;
}

.kbl-carousel__slide {
  display: block;
}

.kbl-carousel__item {
  max-width: 100%;
  height: 100%;
}

.kbl-carousel__control {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 47%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: #ffffff;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  border: 0;
  transition: opacity 0.15s ease;
}

.kbl-carousel__control:hover,
.kbl-carousel__control:focus {
  outline: 0;
  opacity: 0.9;
}

.kbl-carousel__control--prev {
  left: 30px;
}

.kbl-carousel__control--next {
  right: 30px;
}

.kbl-carousel__icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.kbl-carousel__icon-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill=''%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.kbl-carousel__icon-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill=''%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.kbl-carousel__visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media only screen and (min-width: 768px) {
  .kbl-carousel--one {
    display: none;
  }

  .kbl-carousel--two {
    display: block;
  }

  .kbl-carousel__slide {
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .kbl-carousel-wrapper {
    padding: 0 7px;
  }
}

@media only screen and (min-width: 1024px) {
  .kbl-carousel--one {
    display: none;
  }

  .kbl-carousel--two {
    display: none;
  }

  .kbl-carousel--three {
    display: block;
  }

  .kbl-carousel-wrapper {
    margin: 0 -3px;
  }

  .kbl-carousel__control {
    top: 42%;
  }
}

@media only screen and (min-width: 1300px) {
  .kbl-carousel--one {
    display: none;
  }

  .kbl-carousel--two {
    display: block;
  }

  .kbl-carousel--three {
    display: none;
  }

  .kbl-carousel-wrapper {
    margin: 0 -12px;
  }

  .kbl-carousel__control {
    top: 50%;
  }
}