.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 3px;
  display: inline-block;
  border-radius: 15px;
  background-color: #fff !important;
  opacity: 1;
  margin-right: 10px;
}

.highlights-owl-carousel .owl-dots .owl-dot.active, .owl-dots .owl-dot.active {
  background-color: #E51836 !important;
  width: 27px;
}

.fc-main-banner-slider .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 40%;
}

.owl-nav button {
  width: 30px;
}

/* .fc-main-banner-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.fc-main-banner-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 3%;
  right: 5%;
}

@media (min-width: 768px) {
  .fc-main-banner-slider .owl-nav .owl-prev {
    bottom: 20%;
  }
}

@media (min-width: 768px) {
  .fc-main-banner-slider .owl-nav .owl-next {
    bottom: 20%;
  }
}

@media (min-width: 768px) {
  .fc-main-banner-slider .owl-dots {
    bottom: 22%;
    left: 50%;
  }
} */


.feedback-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.feedback-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: -10px;
  right: 0;
}

@media (max-width: 768px) {
  .feedback-carousel .owl-nav .owl-prev {
    bottom: -10px;
  }
  
  .feedback-carousel .owl-nav .owl-next {
    bottom: -10px;
  }
}

.fc-image-slider .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
}

.fc-image-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 5%;
  left: 20px;
}

.fc-image-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 5%;
  right: 20px;
}

@media (min-width:768px) {
  .fc-image-slider .owl-nav .owl-prev {
    left: 40px;
    width: 30px;
  }
}

@media (min-width:768px) {
  .fc-image-slider .owl-nav .owl-next {
    right: 40px;
    width: 30px;
  }
}


.image-card-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -2%;
}

.image-card-carousel .owl-nav .owl-next,
.gallery-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -2%;
}

@media (min-width: 768px) {
  .image-card-carousel .owl-nav .owl-prev,
  .gallery-carousel .owl-nav .owl-prev {
    left: -4%;
  }
}

@media (min-width: 768px) {
  .image-card-carousel .owl-nav .owl-next,
  .gallery-carousel .owl-nav .owl-next {
    right: -4%;
  }
}

@media (max-width: 768px) {
  .fc-image-slider .owl-nav .owl-next, .fc-image-slider .owl-nav .owl-prev {
    width: 20px;
  }
}

.highlights-owl-carousel .owl-dots .owl-dot {
  background-color: #4D4D4D !important;
}

.roxor-carousel .owl-prev,
.roxor-carousel .owl-next{
  position: absolute;
  top: 50%;
}

.roxor-carousel .owl-prev{
  left: 0;
}
.roxor-carousel .owl-next{
  right: 0;
}

.roxor-model .color-selections .circle-color {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.roxor-model .color-selections .circle-color.selected {
  border: 2px solid white;
  box-shadow: 0 0 0 3px #E51836;
}
.roxor-carousel {
  display: none !important;
}
.roxor-carousel.active {
  display: block !important;
}
.roxor-carousel .owl-stage-outer {
  overflow: hidden;
}
.roxor-carousel .owl-item {
  float: left;
}
.roxor-carousel .owl-item img {
  width: 100%;
  height: auto;
  display: block;
}
.roxor-carousel .owl-stage {
  display: flex;
}