.orange-text {
  color: #f2770c;
}

.text-19 {
  font-size: 19px;
}

.lined::before {
  content: "";
  display: block;
  border-top: 1px solid white;
  margin-bottom: 10px;
}
.lined::after {
  content: "";
  display: block;
  border-bottom: 1px solid white;
  margin-top: 10px;
}

.button.cta.white-button {
  box-shadow: 10px 10px rgba(244, 172, 116, 0.4);
  color: #f2770c;
  background-color: white;
  margin: 2rem auto 0 auto;
  width: 50%;
  text-align: center;
  font-weight: bold;
}

.image-container {
  position: relative;
}
.image-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 68px;
  background: #f78a0f;
  background: -moz-linear-gradient(top, #f9a547 0, #f9a547 100%);
  background: -webkit-linear-gradient(top, #f9a547 0, #f9a547 100%);
  background: linear-gradient(to bottom, #f9a547 0, #f9a547 100%);
  opacity: 1;
}
.image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/noise.png);
  opacity: 0.5;
  z-index: 0;
  height: 68px;
}
.image-container .laptop-img {
  width: 50%;
  position: relative;
  z-index: 1;
}

.testimonials-section {
  padding: 4rem 0;
}
.testimonials-section.padding-top-0 {
  padding-top: 2rem;
}

.testimonials-section.padding-top-0 .bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/medical-act/orange-button-section-white.png);
  opacity: 1;
  z-index: 0;
  height: 135px;
}

.testimonials-section .bg .bg-left {
  z-index: 2;
}

.image-center {
  margin: 0 auto;
  display: block;
}

.video-container {
  position: relative;
}

.thumbnail {
  cursor: pointer;
}

.modal-video-container {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 3.125rem 5.5rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: solid orange;
  border-radius: 9px;
  width: 70%;
  height: auto;
}
.modal-video-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url(../img/medical-act/icon-close-shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
.modal-video-container .video-modal {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
.modal-video-container .footnote-text {
  font-size: 14px;
}
.modal-video-container .footnote-text a {
  word-wrap: break-word;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.nowrap {
  white-space: nowrap;
}

.orange-section h2 {
  color: #f2770c;
}
.orange-section .white-box {
  background-color: #fff;
  padding: 2rem 5rem;
  background-image: url(/img/testimonial-background-right.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom right;
  border-radius: 9px;
  border: 2px solid #3783BC;
}
.orange-section .white-box .carousel-indicators li {
  border: 1px solid #3783BC;
}
.orange-section .white-box .carousel-indicators li::before {
  background-color: #3783BC;
}
.orange-section .white-box .carousel-indicators li.active {
  background-color: #3783BC;
}
.orange-section .white-box p {
  color: #000000;
}
.orange-section .white-box p.orange-text {
  color: #f2770c;
}

@media (max-width: 1920px) {
  .image-container {
    position: relative;
  }
  .image-container::before {
    height: 35px;
  }
  .image-container::after {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .image-container .laptop-img {
    width: 100%;
  }
  .modal-video-container {
    padding: 4rem 0.95rem;
    width: 95%;
  }
  .button.cta.white-button {
    width: 95%;
  }
  .orange-section .white-box {
    padding: 2rem 0.5rem;
    background-image: none;
  }
}/*# sourceMappingURL=medical-act.css.map */