.r3contact .r3contact-form-group {
  margin-bottom: 1rem;
}

.r3contact .r3contact_form_control {
  display: block;
  width: 100%;
  padding: 0px 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #E9ECEF !important;
  background-clip: padding-box;
  border: #E9ECEF;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 45px;
  border-radius: 5px !important;
}

.r3contact .r3contact_form_control:focus {
  background: #E9ECEF;
  border: none;
}
.r3contact .r3contact-input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.r3contact .reqError {
  border-color: #f00 !important;
  border: 1px solid #f00;
}

.seminar_details p {
  margin-bottom: 6px;
}
button.r3contact-btn {
  background: #046bd2;
  margin: 20px 0px;
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.ps_loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FAB400;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99;
}
.r3contact {
  padding: 30px;
  border: 1px solid #1018281a;
  border-radius: 15px;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  background: #fff;
}
.ps_loading {
  /* background: #6A2F1A; */
  opacity: 0.4;
}
p.con_message {
  display: none;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}
.con_message.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.con_message.alert-warning{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.r3contact select#country_code {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.r3contact input#phone_number {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0px;
}
.r3contact .reqError#phone_number {
  border: 1px solid red !important;
  border-radius: 5px !important;
}
button.r3contact-btn {
  background: #773622;
  margin: 20px 0px;
  width: 100%;
  padding: 11px;
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
}
textarea.r3contact_form_control {
  height: auto !important;
}