@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="url"],
.contact_form input[type="date"],
.contact_form textarea,
.contact_form button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 4px;
}
input[type="date"] {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 4px;
}
.contact_form {
  /* background: #ffff;
  padding: 25px;
  border-top: 10px solid #ff5722;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}
form#signupForm {
  padding: 0px 10%;
}
/* .form_inter_sec {
  border: 2px solid #8080803d;
  box-shadow: 0px 0px 20px 5px #8080804a;
  padding: 32px;
} */
.contact_form h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  /* font-size: 24pt; */
  font-family: "docs-Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: black;
}

.contact_form h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000ed;
  line-height: 1.5;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="url"],
.contact_form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

.contact_form input[type="text"]:hover,
.contact_form input[type="email"]:hover,
.contact_form input[type="tel"]:hover,
.contact_form input[type="url"]:hover,
.contact_form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.contact_form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
  height: 80px;
}
.contact_form .radio_sec input:focus,
.contact_form textarea:focus {
  outline: 0;
}
.contact_form textarea:focus {
  border: 1px solid #aaa !important;
}
.contact_form button[type="submit"] {
  cursor: pointer;
  width: 20%;
  border: none;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  /* background: #000000d6; */
  background-image: linear-gradient(
    to right,
    #dc038d 0%,
    #923fab 0%,
    #328acf 100%
  );
  transition: all 0.5s;
}

.contact_form button[type="submit"]:hover {
  /* background: #000; */
  background-image: linear-gradient(
    to right,
    #dc038d 0%,
    #923fab 36%,
    #328acf 100%
  );
  transition: all 0.5s;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.contact_form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

.contact_form input:focus,
.contact_form textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.border_gray {
  border: 0.5px solid #3e46d17d;
  margin-top: 20px;
  margin-bottom: 20px;
}
.interview_form label {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  font-family: "docs-Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
.card {
  border: none !important;
}
fieldset {
  margin-bottom: 12px !important;
}
.main {
  width: 100%;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
/* .card {
  text-align: center;
  box-shadow: 0px 0px 3px 3px #dddddd;
  height: auto;
  width: 280px;
  padding: 10px 15px;
  border-radius: 10px;
} */
.card .title {
  font-size: 2em;
  margin: 15px;
}
.card .form {
  display: flex;
  /* align-items: center;
  justify-content: center; */
}
.form label {
  cursor: pointer;
}
::placeholder {
  font-size: 12px;
}
.card .form .input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border: 3px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.card .form label {
  display: flex;
  align-items: center;
}
label.radio_gender {
  padding-right: 16px;
}
.input-radio.on:checked {
  box-shadow: 0px 0px 0px 2px #a0a0a7;
  background-color: #a0a0a7;
}
.input-radio.off:checked {
  box-shadow: 0px 0px 0px 2px #a0a0a7;
  background-color: #a0a0a7;
}
.contact_form .radio_sec input:focus {
  outline: 0;
  border: 3px solid #fff;
}
span.mand_star {
  color: rgb(217, 48, 37);
  padding-left: 1px;
}
.contact_form-clear {
  background: none !important;
  color: #3238a7 !important;
  border: 1px solid #3238a7 !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  label {
    text-align: left;
    width: 100%;
  }
  .contact_form h3 {
    display: block;
    font-size: 20px;
  }
  .contact_form h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 12px;
  }
  .interview_form label {
    font-size: 12px;
  }
  fieldset {
    margin-bottom: 0px !important;
  }
  .contact_form button[type="submit"] {
    cursor: pointer;
    width: 100%;
  }
  button.contact_form-clear {
    display: none;
  }
  button.contact_form-submit {
    margin: 20px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_form button[type="submit"] {
    cursor: pointer;
    width: 40%;
  }
}
.logosec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
label.error {
  color: #f91100 !important;
  padding: 3px 0px 0px 0px;
  font-size: 14px;
}
button#contact-clear {
  background: #fff;
  color: #3238a4;
  padding: 4px 15px;
  border-radius: 5px;
  border: 1px solid #3238a4;
}
input.error,
textarea.error {
  border: 1px solid #f91100 !important;
}
.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us form h1 {
  font-size: 25px;
  margin-top: 24px !important;
  margin-bottom: 38px !important;
}
.form-control:focus {
  box-shadow: none;
}

input#email {
  height: 38px;
}
.contact-us {
  width: 80%;
  min-height: 80%;
  background: #fff;
  margin: 0 auto;
}
.contact_form input:focus,
.contact_form textarea:focus,
.contact_form input:focus,
.contact_form textarea:focus {
  /* border: 1px solid #d7078f !important; */
  border: 1px solid #9a9498 !important;
  transition: all 0.6s;
}
