p.contact-us {
  color: #4C638F;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.contact-form {
  font-size: 1.75rem;
}
.contact-form .control-label {
  font-weight: normal;
}
.contact-form .control-label:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
      padding-top: 10px;
  }
}
.contact-form .form-control {
  border: 3px solid rgba(76, 99, 143, 0.2);
  border-radius: 0;
  color: #4C638F;
  font-size: 1.75rem;
  padding: 20px;
}
.contact-form textarea.form-control {
  padding-top: 7px;
}
.contact-form .btn {
  background-color: rgba(76, 143, 86, 0.8);
  border: 3px solid rgba(76, 143, 86, 0.8);
  border-radius: 0;
  color: white;
  font-size: 2.5rem;
  max-width: 160px;
  padding: 4px 50px 0 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 100%;
}
.contact-form .btn:hover {
  background-color: rgba(76, 143, 86, 1);
  border-color: rgba(76, 143, 86, 1);
}
.carousel-inner>.item {
  height: auto;
  min-height: 250px;
}
.carousel-caption {
  bottom: auto;
  color: #4C638F;
  left: 0;
  padding: 7px 0 0 0;
  text-align: left;
  text-shadow: none;
  top: 0;
  width: 100%;
}
.carousel-indicators {
  /*width: 50%;*/
}
.carousel-indicators li {
  border-color: #4C638F;
}
.carousel-indicators li.active {
  background-color: #4C638F;
}

.callback-group .control-label {
  padding-top: 2px;
  text-align: left;
}
.callback-group .control-label input {
  margin-top: 3px;
  margin-left: 10px;
  vertical-align: top;
}
.callback-group .control-label input:hover {
  cursor: pointer;
}

.contact-form select {
  width: 100%;
}
.select2-container--open {
  z-index: 2001;
}
.contact-form .select2-container--default .select2-selection--single {
  border: 3px solid rgba(76, 99, 143, 0.2);
  border-radius: 0;
  height: auto;
  padding: 7px;
}
.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.g-recaptcha > div {
  margin: 30px auto;
}