.testimonial_slides {
  position: relative;
  background: #f1f1f1f1;
  font-family: Verdana, sans-serif;
}

.slide {
  display: none;
  padding: 0 80px 20px 80px;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px 0 0 3px;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

q {
  font-style: italic;
  font-size: 1.25em;
}

.client_name {
  margin-top: 1%;
  font-weight: bold;
  color: cornflowerblue;
}

.checked {
  color: orange;
}

/* Full Screen Styles */
@media only screen and (min-width: 600px) {
  .slide {
    margin: auto 4%;
  }

  .prev {
    margin: auto auto auto 4%;
  }

  .next {
    margin: auto 4% auto auto;
  }
}
