.bttn {
  width: 150px;
  border: 2px solid !important;
  color: #114d61;
  border-color: #114d61;
  background-color: #ffffff;
  transition: 0.5s;
}

.bttn:hover {
  color: #ffffff;
  border: 2px solid !important;
  border-color: #114d61;
  background-color: #114d61;
  transition: 0.5s;
}

.webtolead {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-family: Avenir;
  display: block;
}

label {
  font-weight: 500;
  color: #114d61;
  display: block;
  padding-top: 14px;
}

select {
  display: block;
  padding: 14px 10px;
  border: 1px solid #114d61;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}

.FormBlock {
  color: #a81815;
  font-weight: 700;
  font-size: 16pt;
  display: block;
  padding-top: 40px;
}

.FormBlock_top {
  color: #a81815;
  font-weight: 700;
  font-size: 16pt;
}

.groupFieldsleft label .groupFieldsright label {
  display: block;
}

.groupFieldsleft {
  display: inline-block;
  position: inherit;
  width: 45%;
}

.groupFieldsright {
  display: inline-block;
  position: inherit;
  width: 45%;
  float: right;
}

@media (max-width: 620px) {
  .groupFieldsleft {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }

  .groupFieldsright {
    display: block;
    width: 100%;
    padding-bottom: 14px;
  }
}
