.myForm {
  width: 190px !important;
  margin: 0 auto;
}

.myForm input, .data-col-block input {
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}

.form-control:focus {
  border-color: #F05F40 !important;
}

.cta-btn {
  margin-top: 20px;
}

.header-cta {
  //width: 210px;
  padding:10px 40px !important;
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}

#introduction {
  background-color: #000;
  color: #fff;
}

.title {
  padding-bottom: 25px;
}

.black-section {
  background-color: #000;
  color: #fff;
}

.back-to-top {
  display: none;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

h2 {
  font-size: 60px;
}

.modal-open {
  padding-right: 0px !important;
}

#cta-section, #cta-section2 {
  background-color: #f05f40;
  padding:35px 0 !important;
  color:#ffffff;
}

#map {
  padding: 0px !important;display:none;
}

.map-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  pointer-events: none;
}

.service-icons {
  margin: 0 auto !important;
}

.services-section {
  padding-top: 20px;
}

.data-collection-section {
  margin-top: 90px;
}

.data-col-block {
  padding-top: 20px;
  max-width: 600px;
}

.hidden {
  display: none;
}

@media(max-width: 768px) {
  .cta-btn {
    text-align: center;
  }

  .myForm {
    width: 80% !important;
  }

  .data-col-block {
    width: 90%;
  }

  .myForm input {
    width: 100% !important;
  }
}
