.fixmodal {
  background-color: #fff !important; }

.input-group {
  position: relative;
  border-bottom: 2px solid #e8e9ec; }
  .input-group .form-control-ok {
    position: absolute;
    z-index: 3;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #3c763d; }
  .input-group .form-control-error {
    position: absolute;
    z-index: 3;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #a94442; }

.form-control {
  width: 100% !important;
  border-radius: 0px; }

.text_error {
  color: red; }

.change_error {
  color: #fff; }

.change_error:hover {
  color: #fff; }

.cv_padding {
  padding-top: 10px; }

.span-click {
  border: solid 2px transparent;
  font-family: 'Montserrat';
  margin: 0px;
  background: #333333;
  padding: 5px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 25px; }

.upload_cv_label {
  font-family: 'Montserrat-SemiBold';
  font-size: 17px; }

.checkld_tc {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #3c763d;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.checkld_tb {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #a94442;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-success {
  border-color: green !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-error {
  border-color: blue !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-error:focus {
  border-color: #843534; }

label.error {
  display: none !important; }

select::-ms-expand {
  display: none; }

#linkedin_id {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0; }

.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 25px;
  height: 25px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.input-file-nop {
  width: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0; }

.appointment-w3 {
  background-color: rgba(0, 0, 0, 0.78);
  padding: 40px 40px;
  -webkit-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75); }

h2.sub-heading-wthree {
  font-size: 35px;
  color: #d2cccc;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 27px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px; }

.main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column; }

.form-right-w3ls input[type='password'],
.form-left-w3l input[type='email'] {
  width: 100%;
  color: #000;
  outline: none;
  font-size: 17px;
  padding: 0.8em 1em;
  border: 1px solid #000;
  -webkit-appearance: none;
  display: inline-block;
  background: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

.btnn {
  display: block;
  margin: 2em 0 1.5em;
  text-align: center;
  position: relative; }
  .btnn button[type='submit'] {
    width: 47%;
    background: #000;
    outline: none;
    color: #fff;
    margin: 0px 0px 18px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 11px 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Roboto', sans-serif; }
    .btnn button[type='submit']:hover {
      color: #000;
      background: #fff; }

.left-side {
  float: left;
  font-family: 'Roboto', sans-serif; }
  .left-side input.checked {
    display: inline-block;
    position: absolute;
    top: 62px;
    margin: 0px;
    cursor: pointer; }
  .left-side .span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 21px; }

.btnn .for {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  float: right; }

.line-mid {
  text-align: center; }
  .line-mid h4 {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid;
    width: 44px;
    padding: 10px 0px;
    border-radius: 51px;
    text-align: center; }

.header-social ul li a {
  padding: 1em;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }
  .header-social ul li a i {
    border-right: 1px dotted #fff;
    padding-right: 0.5em;
    margin-right: 0.5em;
    width: 25px; }
  .header-social ul li a:hover {
    text-decoration: none; }

.f {
  background: #3b5998; }

.g:hover {
  background: #d01801; }

.f:hover {
  background: #0f48bd; }

.g {
  background: #dd4b39; }

.modal {
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #295fd6;
  margin: auto;
  padding: 0;
  border: 0;
  width: 80%;
  box-shadow: none;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .modal-content {
      width: 100%; } }
  .modal-content .modal-body {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30rem;
    font-size: 1.8rem;
    flex-direction: column; }
    .modal-content .modal-body .title {
      font-size: 2.5rem;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 575px) {
        .modal-content .modal-body .title {
          font-size: 2rem; } }
    .modal-content .modal-body .content {
      text-align: left; }
      .modal-content .modal-body .content > p + p {
        margin-top: 0.5rem; }
    @media screen and (max-width: 575px) {
      .modal-content .modal-body {
        font-size: 1.6rem;
        padding: 1rem; } }

/* The Close Button */
.close {
  color: white;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none; }

.popup_banner_content {
  background-color: rgba(0, 0, 0, 0.78);
  padding: 40px 40px;
  -webkit-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75); }

.style_r {
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  margin-bottom: 5px; }

.login_error {
  color: red;
  text-align: center;
  display: none;
  position: relative;
  top: 15px; }

/*# sourceMappingURL=style_form.css.map */
