.slider-caption h1 {
  font-size: 1.8rem;
}

.slider-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 10px;
}

.alert {
  padding: 15px;
  width: 100%;
}

.alert-success {
  background-color: rgba(0, 255, 0, 0.3);
}

.alert-success {
  background-color: rgba(255, 0, 0, 0.3);
}

@media (max-width: 992px) and (min-width: 770px) {
  .timeline-slide {
    max-height: 150px;
    margin-top: 15%;
  }
  .img-box {
    max-height: 150px;
  }
  .slick-list {
    height: 200px;
  }
}

@media (max-width: 769px) and (min-width: 580px) {
  .timeline-slide {
    max-height: 150px;
    margin-top: 30%;
  }
  .img-box {
    max-height: 200px;
  }
  .slick-list {
    height: 200px;
  }
  .timeline-list {
    font-size: 10px;
  }
  .timeline-active {
    font-size: 18px;
  }
  .progress-button {
    top: 40%;
  }
  .progress-timeline-active {
    top: 44%;
  }
}

@media (max-width: 579px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .progress-button {
    top: 40%;
  }
  .progress-timeline-active {
    top: 44%;
  }
  .slick-slide > .row > .col-sm-6 {
    max-width: 100%;
  }
  .timeline-slide {
    max-height: 120px;
    margin-top: 0;
  }
  .img-box {
    max-height: 100px;
  }
  .slick-list {
    height: 200px;
  }
  .timeline-list {
    font-size: 10px;
  }
  .timeline-active {
    font-size: 18px;
  }
  .timeline-head {
    font-size: 18px;
  }
  .timeline-text {
    font-size: 10px;
  }
  .slick-track {
    top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .slider-caption {
    position: absolute;
    left: 0;
    top: 50%;
    right: 35%;
    text-align: center;
    color: #ffffff;
    padding: 0 56px;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .slider-caption h1 {
    font-size: 54px;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.2em;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}
