.header-text {
  width: 100%;
  float: left;
  background: #3271b8;
  color: #fff;
  font-size: 22px;
}
.banner-text{
    width: 100%;
  float: left;
  background: #3271b8;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.banner-text h2{
  margin: 0;
  padding: 14px 30px;
  font-size: 24px;
  font-weight: 600;
}
.header-text h2{
  margin: 0;
  padding: 14px 30px;
  font-size: 24px;
  font-weight: 600;
}
div#logos{
  width: 100%;
  float: left;
  padding: 30px 20px 0;
}
.logo{
  width: auto;
  display: block;
}
.log1{
  width: 50%;
  float: left;
  padding-top: 13px;
}
.log2{
  width: 20%;
  float: left;

}
.log3{
  width: 30%;
  float: right;
  text-align: right;

}
.contact-form {
    width: 450px;
    float: none;
    background-color: #fff;
    padding: 30px 50px;
    display: block;
    margin: 0 auto;
}
.login {
    width: 100%;
   float: left;
}
label.custom_form_label.form-label-left {
  margin-right: 4%;
}
.custom_form_label {
  position: relative;
  float: left;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-bottom:  15px;
  padding: 0 0px;
  text-align: left;
}
.custom_form_label .input_placeholder {
   width: 100%;
   float: left;
   position: relative;
   pointer-events: none;
   color: #414141;
   font-size: 12px;
   font-weight: 300;
   line-height: 26px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   z-index: 9;
   text-align: left;
   opacity: 1;
}

label.custom_form_label.form-label-right {
  margin-left: 4%;
}
.form_input_field {
  padding: 1px 8px;
  border: none;
  position: relative;
  z-index: 1;
  display: block;

  border-color: inherit;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 0px;
  height: 44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
  background-position: -2000px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #3271B8;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px; 
  margin: 1px 0 2px;
  background-color:#fff;
  border: 2px solid #3271B8; 
  /* box-shadow: 0 3px 6px 0px rgb(189 182 182 / 60%); */
   border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
  letter-spacing: 1.5px;
  text-align: center;
  /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);*/
}
.form_input_field::placeholder {
  color: #3271B8;
   
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
   color: #B4B4B4;
}
.bootstrap-select > .dropdown-toggle {
  padding: 3px 8px;

  width: 100%;
  margin-top: 0px;
  height: 34px; 
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 25px; 
  background-color:#FEFFD3;
  border: 1px solid #C9C9C9; 
  /* box-shadow: 0 3px 6px 0px rgb(189 182 182 / 60%); */
  border-radius:0px; 
  margin-top: 5px;
  /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);*/
}
.form_input_field.textarea{
  height: auto;
  width: 100%;
  resize:none;
}
label.custom_form_label.form-full-width{
  width: 100%;

}
.dob-options {
  width: 33%;
  float: left;
  padding-right: 10px;
}
.dob-options:nth-child(2){
  margin: 0 0.5%;
}
.select-form[type="radio"]:not(:checked) + label:before, .select-form[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.select-form[type="radio"]:not(:checked) + label:after, .select-form[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 1.3em;
  border-radius: 50%;
  line-height: 0.8;
  color: #F16421;
  background-color: #db512e;
  width: 8px;
  height: 8px;
  transition: all .2s;
}

.select-form{
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.select-form[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.select-form[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form_input_field.input-valid ~ .input_placeholder, .form_input_field:focus ~ .input_placeholder {
  top: -17px;
  opacity: 0.7;
  font-size: 14px;
  left: 0; 
}
div.input_error {
  position: absolute;
  font-size: 11px;
  color: red;
  text-align: left;
  float: left; 
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  bottom: -19px;
  left: 0px;
}
label.custom_form_label.label_button{
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0;
} 
.form-section {
  width: 100%;  
  text-align: center;
  padding: 20px  0px 100px;
  background: #fff;
  float: left;
  position: relative;
}
.contactus-form{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.app {
  width: 100%;
  float: none;
   padding: 30px 0  0;
   max-width:  50%;
    display: block;
    margin: 0 auto;
}
.app h1 {
  width: 100%;
  float: left;
  font-size:18px;
  font-weight: 700;
  color: #414141;

}
.app p {
  width: 100%;
  float: left;
  font-size:18px;
  font-weight: 400;
  color: #414141;
  margin: 0 0 30px;
}

.app h3 {
  width: 100%;
  float: left;
  font-size:20px;
  font-weight: 600;
  color: #414141;
  margin: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 6px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  position: absolute;
  right: 9px;
  top: 19px;
  color: #414141;
}
.example{
    
}
.custom_form_label p{
  color: #3271B8;
  font-size: 12px;
  margin: 0;
}
.repress_btn,
.dwn-btn{
    margin: 0 10px;
}
.repress_btn,
.dwn-btn,
.submit_btn {
  width: auto;
  background-color:#3271B8;
  border: 1px solid #3271B8;
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  border-radius: 10px;
}
.dropdown-menu{
  height: 40vh !important;
  overflow: scroll;
}
.results-table {
  width: 67%;
  float: left;
  padding: 20px 0 10px;
  margin-bottom:  0px;
 
  border-radius: 25px;
}
.table-row {
  width: 100%;
  float: left;
  padding: 5px;
  margin: 0px 0;
}
 
.table-row:nth-child(odd){
   
}
.table-cell{
  width: 50%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #3271B8;
  text-transform: uppercase;
}
.table-cell:nth-child(1){
  text-align: right;
  padding-left: 50px;
}
.table-cell:nth-child(2){
  text-align: left;
  padding-left: 10px;
  color: #3E4042;
}
.results{
  display: none; 
}
.mob-img{
  display: none;
}
.table-text {
    width: 100%;
    float: none;
    padding: 40px;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
.table-box{
    width: 100%;
    float: left;
    margin: 40px 0;
    border-radius: 25px;
    border:  2px solid #3271B8;
}
.img {
    width: 33%;
    float: right;
    padding: 20px;
    border-left: 2px solid #3271B8;
}
.img img{
    width: 180px;
}
#preloader {
  height: 30px;
  width: 30px;
  margin: 40vh auto;
  border: 5px solid rgba(60, 60, 180, 0.45);
  border-top: 5px solid rgb(60, 60, 180);
  border-radius: 50%;
  animation: rotate 1s infinite linear;
  position: relative;
  z-index: 9999;
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    top: 0;
    display: none;
    bottom: 0;
    z-index: 999;
    opacity: 1;
}
@media only screen and (min-width: 1600px){
   .app h1{
      font-size: 21px;
  }
  .app p{
      font-size: 15px;
  }
  .custom_form_label .input_placeholder{
      font-size: 16px
  }
  .bootstrap-select > .dropdown-toggle,
  .form_input_field{
      font-size: 16px;
      height: 42px;
  }
  .repress_btn, .submit_btn{
      font-size: 21px;
  }
  div.input_error{
      font-size: 13px;
  }
  .custom_form_label{
      margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px){
  .app h1{
    font-size: 16px;
}
.img {
    width: 100%;
    float: right;
    padding: 20px;
    border: none;
    border-bottom: 2px solid #3271B8;
}
.contact-form {
    width: 80%;
   
    background-color: #fff;
    padding:  0px 20px;
}
.results-table {
    width: 100%;
     
}
div.input_error{
    font-size: 10px;
}
.table-cell{
    width: auto;
}
.repress_btn, .dwn-btn, .submit_btn{
    font-size: 16px;
}
.repress_btn, .dwn-btn {
    margin: 0  0px 30px;
}
.table-cell:nth-child(1) {
    text-align: left;
    padding-left: 10px;
}
.banner-text h2,
.header-text h2{
    font-size: 18px;
}
.app h3{
    font-size: 16px;
}
.app p{
    font-size: 16px;
    padding-top: 10px;
}
.app{
    width: 100%;
    float: left;
    max-width: 100%;
    padding:30px   20px 0;
}
.form_input_field{
    font-size: 16px;
}
div#logos {
    width: 100%;
    float: left;
    padding: 20px 10px 0;
}
.log3 {
    width: 21%;
    float: right;
    text-align: right;
}
.header{
    padding:  0px 0px;
}
.desk-img{
    display: none;
}
.mob-img{
    display: block;
}
div.input_error{
    font-size: 10px;
}
}