.form {
  padding: 56px 32px 47px 32px;
  background: linear-gradient(45deg, #487ba3, #0b1b27);
  margin: 0 0 10px;
  border-radius: 25px;
}

.form img {
  width: 100%;
}

.formSub {
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.formTitle {
  color: #fff;
  font-family: Helvetica;
  font-size: 26px;
  font-weight: 700;
  line-height: 35.75px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.formTitle span {
  color: #20c200;
  font-family: Helvetica;
  font-size: 41px;
  font-weight: 700;
  line-height: 56.38px;
  letter-spacing: 1px;
  text-align: center;
}
.formSub1 {
  color: #fff;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 17px;
}
#formbox {
  margin-top: 10px;
}

#firstName,
#lastName,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px 12px;
  margin-bottom: 15px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}

.form button {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Helvetica;
  font-size: 23px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: red;
  padding: 17.5px 0;
  cursor: pointer;
  margin-top: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form button:hover {
  -webkit-box-shadow: 0 0 10px #7ed321;
  box-shadow: 0 0 10px #7ed321;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 20px;
  }
  .formSub {
    font-size: 20px;
  }
  .formTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .formTitle span {
    font-size: 30px;
    line-height: 40px;
  }
  .formSub1 {
    font-size: 17px;
    line-height: 27px;
  }
}
.form p:first-of-type:first-letter {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: inherit;
  float: inherit;
}
