.slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider-controls .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999;
  margin: 0 5px;
  cursor: pointer;
}

.slider-controls .bullet.active {
  background-color: #333;
}

/* GENERAL CSS */

/* .carousel-caption {
  position: initial !important;
} */

/* .carousel-inner {
  padding: 10px 0px;
} */
.quotes {
  position: absolute;
  width: 100px;
  top: -60px;
  left: 340px;
}

.carousel-inner .item {
  display: none;
  padding: 0px 15px;
  /* border: 1px solid white;
  border-top-left-radius: 20px; */
}
.carousel-inner .item.active {
  display: flex;
  align-items: center;
}

.carousel.slide {
  display: flex;
  width: 55%;
  margin: 65px auto 100px auto;
  min-height: 350px;
  background-color: #e9f2f3;
  border-style: solid;
  border-top-width: 5px;
  border-image: linear-gradient(90deg, #84da10 0%, #30bbcd 97.31%) 30 0 0;
}

.carousel-caption,
.block-quote-img {
  top: 0;
}

.carousel-caption {
  text-shadow: none !important;
  padding-right: 10px;
  padding-left: 10px;
}

.img-div {
  display: flex;
  min-height: 350px;
  align-items: center;
  flex: 1.5;
}
.img-div img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
}

.carousel-caption {
  /* left: 20% !important;
  right: 5% !important; */
  position: initial !important;
  flex: 3;
  /* margin-top: 50px; */
}

/* .block-quote-img {
  display: flex;
} */
.block-quote-img img {
  width: 30px;
  height: 30px;
}
.block-quote-img .author-text {
  /* text-align: left !important;
  margin-left: 20px; */
}
.block-quote-img p {
  color: #1a1b48;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
}
.author {
  text-align: left !important;
  color: #1a1b48;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 181.25% */
}

.carousel-indicators {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  display: none !important;
}
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100%;
  background-color: white !important;
  margin: 0px 2px !important;
}
.carousel-indicators li.active {
  /* width: 20px !important;
  height: 20px !important; */
  border-radius: 100%;
  /* border-color: #999; */
  background-color: #999 !important;
}

.carousel-indicators li:before {
  content: "";
}

.carousel-control {
  background-image: none !important;
}

.left.carousel-control {
  top: 135px;
  left: -125px;
}

.right.carousel-control {
  top: 135px;
  right: -125px !important;
}

.carousel-control {
  opacity: 1 !important;
}
.carousel-control:focus,
.carousel-control:hover {
  opacity: 0.8 !important;
}

/* .glyphicon.glyphicon-chevron-right,
.glyphicon.glyphicon-chevron-left {
  color: white;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 25% !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 25% !important;
} */

/* .left:hover,
.right:hover {
  background-color: #999;
} */

/* p {
  color: white !important;
}

p.author {
  margin-top: 20px;
  font-weight: 800;
}
p.author-text {
  margin-top: 30px;
} */

/* @media (min-width: 1023px) {
  .carousel-inner {
    padding: 0px 100px;
  }

  .img-div img {
    margin-right: 50px;
  }
} */

@media (max-width: 768px) {
  .item.active {
    flex-direction: column;
  }

  .carousel-inner {
    margin: 35px 0px;
    /* padding: 20px 0px; */
  }

  .img-div {
    min-height: 130px;
  }

  .block-quote-img p {
    color: #1a1b48;
    font-size: 16px;
    font-style: normal;

    line-height: 150%; /* 24px */
  }

  .block-quote-img img {
    width: 20px;
    height: 20px;
  }

  .img-div img {
    width: 170px;
    height: 170px;
  }

  .author-text {
    margin-top: 0px !important;
    font-size: 18px;
  }

  p.author {
    color: #1a1b48;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 181.25% */
  }
}
