.contact-clean {
  background: #f5f5f6;
  padding: 20px 0;
}

.contact-clean {
  background: #f5f5f6;
  padding: 20px 0;
  border-radius: 37px;
}

.contact-followup {
  background: #f5f5f6;
  padding: 20px 0;
  border-radius: 37px;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #f5f5f6;
  padding: 0px 40px 40px 40px;
  color: #a8b2bc;
  font-family: 'Comfortaa';
  font-weight: 300;
}

.contact-followup form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f6;
  /*padding: 0px 40px 40px 40px;*/
  color: #a8b2bc;
  font-family: 'Comfortaa';
  font-weight: 300;
  line-height: 32px;
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 10px;
  }
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 0px;
  outline: none;
  color: inherit;
  padding-left: 15px;
  height: 42px;
  /*border-bottom: 2px solid #827eb7;*/
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin: 20px 0px;
  border-radius: 10px;
}

.contact-followup form .form-control {
  background: #fff;
  border-radius: 0px;
  outline: none;
  color: inherit;
  padding-left: 15px;
  height: 42px;
  /*border-bottom: 2px solid #827eb7;*/
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /*margin: 15px 0px;*/
  border-radius: 10px;
}

.contact-followup form .form-check-label {
  /*background: #fff;*/
  border-radius: 0px;
  outline: none;
  color: inherit;
  padding-left: 7px;
  height: 32px;
  /*border-bottom: 2px solid #827eb7;*/
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /*margin: 20px 0px;*/
  border-radius: 10px;
}

.contact-followup form .col-form-label {
  border-radius: 0px;
  outline: none;
  color: inherit;
  padding-left: 10px;
  height: 42px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 10px;
}

.contact-clean form .form-control:focus {
  border: none;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #7ac4d3 !important;
  margin-top: 15px;
  color: #fff;
  border-radius: 20px;
  width: 200px;
}

::placeholder {
  color: #a8b2bc !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a8b2bc;
}

::-ms-input-placeholder {
  color: #a8b2bc;
}

.form-section {
  margin: 20px 0px;
}

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  color: #7ac4d3;
  top: 2px;
  height: 17px;
  width: 17px;
  border: 1px solid #7ac4d3;
  border-radius: 50px;
  cursor: pointer;
  /*margin-right: 10px;*/
  outline: none;
}

.form-radio:checked::before {
  position: absolute;
  font: 22px/1 'Open Sans', sans-serif;
  left: 1px;
  top: -6px;
  content: '\25CF';
}

.form-radio:hover {
  background-color: #f7f7f7;
}

.form-radio:checked {
  background-color: #ffffff;
}

.submit-btn-form {
  background-color: #7ac4d3 !important;
  border: none;
  border-radius: 30px;
  padding: 7px 40px;
  margin-top: 20px;
}

#reset a {
  text-decoration: none;
  color: #a8b2bc !important;
  font-style: italic;
  font-size: 12px;
}

#reset a:hover {
  text-decoration: underline;
  color: #a8b2bc !important;
  font-style: italic;
  font-size: 12px;
}

