.row {
  width: 100%;
}

#contactInformation {
  margin: 0px;
  padding: 80px 30px 80px 30px;
  background: white;
}

label {
  color: #18719e;
}

.blu {
  color: #0d83be;
}

#contactInformation .section-heading {
  margin-bottom: 80px;
}
#contactInformation .phone h5 {
  margin-bottom: 50px;
}

#contactInformation .addr h3 {
  margin-bottom: 20px;
}

#contactForm {
  background: linear-gradient(to right, #02ffff, #00aeff);
  margin: 0px;
  padding: 80px 20px 80px 20px;
}

#contactForm h1 {
  font-size: 2.5rem;
}
#contactForm .section-heading {
  margin-bottom: 20px;
}
#contactForm p {
  margin-top: 18px;

  font-size: 1.5rem;
}

input,
textarea {
  width: 40vw;
  display: block;
  background-color: transparent;
  color: black;
  margin-top: 20px;
  border: 1px solid black;
  padding: 18px;
}

#contactForm {
  /* background: linear-gradient(to right, #02ffff, #00aeff); */
  background: rgb(255, 255, 255);
  margin: 0px;
  padding: 80px 20px 80px 20px;
}

#contactForm h1 {
  font-size: 2.5rem;
}

#contactForm .section-heading {
  margin-bottom: 20px;
}

#contactForm p {
  margin-top: 18px;
  font-size: 1.5rem;
}

input,
textarea {
  width: 40vw;
  display: block;
  background-color: transparent;
  color: black;
  margin-top: 20px;
  border: 1px solid black;
  padding: 18px;
}

@media only screen and (max-width: 767px) {
  #header {
    height: 100vh;
    background-image: url(../img/map.jpg);
    margin: 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  input,
  textarea {
    width: 80vw !important;
  }
  .contactForms {
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) {
  #header {
    height: 100vh;
    background-image: url(../img/map.jpg);
    margin: 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .contactForms {
    width: 100vw !important;
  }

  .contactForms input,
  .contactForms textarea {
    width: 500px !important;
  }
}
