.career-banner-section{
  position: relative;
}
.banner-caption h2{
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 0;
}
.banner-caption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-caption .container{
  height: 100%;
}
.banner-caption .row{
  display: flex;
  align-items: center;
  height: 100%;
}
.input-file-container{
    position: relative;
    width: 100%;
    /* text-align: center; */
    cursor: pointer;
}
.js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
    height: 100%;
  }
  .careers-form-sec{
      padding: 60px 0;
      font-family: 'montserratlight';
  }
  .information-sec p{
      color: #000000;
  }
  .form-control{
    border: 1px solid #DADADB;
    background-color: #DADADB;
  }
  .inner-jobtitle h1{
    font-family: 'montserratregular';
      color: #ee2d28 !important;
      font-weight: 600 ;
      margin-top: 0;
      margin-bottom: 25px;
  }
  .form-group{
    margin-bottom: 30px;
  }
  .input-file-container label{
    width: 100%;
    display: block;
}
  .documettype{
    padding: 12px 15px;
    display: block;
    background-color: #DADADB;
    border: 1px solid #DADADB;
    transition: all 0.5s ease;
    color: #00000085 !important;
  }
  .form-check label{
    margin-bottom: 0;
    margin-left: 15px;
  }
  .form-check-input{
    width: 27px;
    height: 27px;
  }
  .checkrow{
    display: flex;
    align-items: center;
}
  .documettype i{
    margin-right: 10px;
    color: #000000;
  }
  .information-sec{
    margin-bottom: 30px;
  }
  .information-sec h4{
    color: #ee2d28;
    font-size: 15px;
    font-family: 'montserratbold';
  }
  .input-file-container:hover .documettype,.input-file-container:hover .documettype i{
    color: #fff;
    background-color: #ee2d28;
    border: 1px solid #ee2d28;
  }
  .submitbtn{
      text-align: center;
  }
  .submitbtn button{
    height: 45px;
    border-radius: 0;
    background-color: #ee2d28;
    width: 120px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-family: 'montserratlight';
  }
  .form-group label{
    font-size: 12px;
  }
  .form-group label span{
    color:red;
  }
  .flex-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .requierdocument{
    text-align: center;
    margin: 0 0 30px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #54555A;
  }
  .input-file-container h5{
    font-size: 15px;
    font-family: 'montserratregular';
  }
  .input-file-container p{
    color: #000000;
  }
  .referal-text p{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000000;
  }
  .referal-wrpr{
    margin-bottom: 30px;
    display: none;
  }
  /* #no{
    padding-left: 20px;
  } */
  .refferal-name{
    display: none;
  }
  .radioboxwrpr{
    display: flex;
    align-items: center;
  }
  .radioboxwrpr > div{
    margin-right: 15px;
  }
  /* .flex-row */
  @media(max-width:800px){
    .banner-caption h2{
        font-size: 35px;
    }
    
}
  @media(max-width:767px){
    .input-file-container{
        margin-bottom: 20px;
    }
    .career-banner-section{
      margin-top: 40px;
  }
  .inner-jobtitle h1{
    font-size: 25px;
    text-align: center;
  }
  .careers-form-sec{
    padding: 30px 0;
  }
  .flex-row .col-md-6{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-check{
    margin-bottom: 30px;
  }
  }