.submit-form {
  text-align: left;
  padding-bottom: 32px;
  margin-top: 25px;
}
.submit-form .error-input-div {
  color: red;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  padding: 4px 0 4px 0;
  opacity: 0;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.submit-form .error-input-div.on {
  opacity: 1;
}
.submit-form>label {
  width: 100%;
  margin-bottom: 10px;
}
.submit-form>label>textarea {
  padding-left: 20px;
}
.contacts-field {
  margin-bottom: 15px;
  height: 37px;
  min-width: 100%;
  color: black;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #dadada;
  outline: none;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  transition: border ease-in-out .4s;
  -moz-transition: border ease-in-out .4s;
}
.contacts-field:hover,
.contacts-field:active {
  border-color: #00aef0;
}
.contacts-field:focus {
  background: #fff !important;
}
.submit-form .caption {
  width: 125px;
  display: inline-block;
  height: 46px;
  line-height: 39px;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
textarea.comment {
  padding: 12px 11px;
  height: auto;
}
input.button {
  position: relative;
  height: 50px;
  width: 180px;
  line-height: 50px;
  right: 0;
  padding: 0;
  font-weight: normal;
  box-shadow: none;
}
div#error {
  color: #fd363a;
  font-size: 15px;
  margin: 15px;
}
div#success p {
  color: #0168c6;
  font-size: 15px;
  margin: 15px;
}
@media screen and (max-width: 992px) {
  .cmsg {
    width: 100%;
  }
  #submit_question {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  .map-section {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) and (min-width: 420px) {
  .button_label {
    text-align: right;
    width: 310px;
    padding-top: 3px;
  }
  .submit-form .caption {
    text-align: center;
  }
  .map-section {
    height: 250px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 419px) and (min-width: 300px) {
  .contacts-field {
    width: auto;
  }
  .submit-form .caption {
    text-align: center;
  }
  .map-section {
    height: 250px;
    margin-left: -33px;
    width: 100vw;
    margin-bottom: 30px;
  }
}