.submit-form-btn {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .submit-form-btn {
    width: initial;
  }
}

#contact-testimonials {
  background: linear-gradient(
      to bottom,
      rgba(38, 38, 38, 0.25),
      rgba(38, 38, 38, 0.5)
    ),
    url('../img/contact-bg.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

#contact-testimonials .testimonial-card {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #ffffff;
}

#contact-testimonials .testimonial-card .testimonial-card-body {
  min-height: 500px;
}

@media screen and (min-width: 576px) {
  #contact-testimonials .testimonial-card .testimonial-card-body {
    min-height: 400px;
  }
}

@media screen and (min-width: 768px) {
  #contact-testimonials .testimonial-card .testimonial-card-body {
    min-height: 300px;
  }
}

#contact-testimonials .testimonial-spacer {
  height: 280px;
}

#contact-testimonials .testimonial-button {
  width: 36px;
  height: 36px;
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  #contact-testimonials .testimonial-spacer {
    height: 0px;
  }
}

#testimonial-carousel .slick-slide {
  margin: 0 3px;
}

#location {
  height: 200px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}
