.form-title {
    margin: 40px 0 30px 0;
}

.career-content-wrapper h2 {
    margin: 20px 0 40px 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.online-form-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    vertical-align: top;
}

.online-form-input {
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
    position: relative;
    display: block;
    padding: 0.9em 1.25em;
    width: 100%;
    background-color: #061419;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #5b7982;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    -webkit-appearance: none;
    box-shadow: none;
}

.online-form-input:focus {
    outline: none;
    border-color: #53D7FF;
    background-color: #061419;
}

.online-form-label {
    font-weight: 600;
    margin-bottom: 8px;
}


/*.online-form-label {
    display: inline-block;
    float: right;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/


/*.online-form-label-content {
    color: #fff;
    padding: 0.25em 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: relative;
    display: block;
    width: 100%;
}*/


/*.online-form-label-content::after {
    content: attr(data-content);
    position: absolute;
    font-weight: bold;
    bottom: calc(100% - 5px);
    left: 0;
    height: 100%;
    width: 100%;
    color: #3eaac3;
    padding: 0.25em 0;
    text-transform: uppercase;
    font-size: 0.85em;
}

.online-form-input:focus + .online-form-label, .online-form-filled .online-form-label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.online-form-input:focus + .online-form-label .online-form-label-content, .online-form-filled .online-form-label-content {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.online-form-input:focus + .online-form-input, .online-form-filled .online-form-input {
    background-color: #061419;
    border-color: #53D7FF;
}*/

.online-form-wrap .online-form-checkbox {
    margin-right: 5px;
}

.online-form-wrap .online-form-checkbox+label {
    vertical-align: middle;
}

#captcha {
    margin: 15px 0;
}

select.online-form-input {
    padding: 0.9em 0.8em;
    -webkit-appearance: menulist;
}


/*for the upload button*/

.upload-section {
    position: relative;
}

.fileUpload {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
    background-color: #4e8fa8;
    text-align: center;
    overflow: hidden;
}

.fileUpload:hover {
    background-color: #fff;
    color: #4e8fa8;
}

p.custom-para {
    margin: 0;
}


/*for the upload of file*/

.fileUpload input.upload {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    text-align: center;
}

.custom-span {
    font-family: Arial;
    font-weight: bold;
    font-size: 100px;
    color: #f2f2f2;
}

#uploadFile {
    height: 36px;
    position: absolute;
    margin: 0 0 0 5px;
    padding: 8px 15px;
    line-height: 22px;
    border: none;
    background-color: #061419;
    border-bottom: 1px solid #53D7FF;
    color: #ffffff;
}

.tab-content .fileUpload p {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 5px;
}


/*for the upload button*/

.radioWrap label input[type="radio"]~i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

.radioWrap label input[type="radio"]~i.fa.fa-dot-circle-o {
    display: none;
}

.radioWrap label input[type="radio"]:checked~i.fa.fa-circle-o {
    display: none;
}

.radioWrap label input[type="radio"]:checked~i.fa.fa-dot-circle-o {
    color: #3eaac3;
    display: inline;
}

.radioWrap label:hover input[type="radio"]~i.fa {
    color: #3eaac3;
}

.radioWrap label input[type="checkbox"]~i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

.radioWrap label input[type="checkbox"]~i.fa.fa-check-square-o {
    display: none;
}

.radioWrap label input[type="checkbox"]:checked~i.fa.fa-square-o {
    display: none;
}

.radioWrap label input[type="checkbox"]:checked~i.fa.fa-check-square-o {
    color: #3eaac3;
    display: inline;
}

.radioWrap label:hover input[type="checkbox"]~i.fa {
    color: #3eaac3;
}

.radioWrap label.active {
    color: #3eaac3;
}

.radioWrap label {
    display: inline-flex;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: transparent;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.radioWrap label:hover {
    color: #3eaac3;
}

.radioWrap label:active,
.radioWrap label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.radioWrap label.btn:hover,
.radioWrap label.btn:focus {
    outline: none;
    box-shadow: none;
}

.radioWrap i {
    margin-right: 5px;
}

.select2-container--default .select2-selection--single {
    background-color: #061419;
    border-width: 0px 0px 1px 0px;
    border-color: #5b7982;
    border-style: solid;
    border-radius: 0px;
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
span.select2-dropdown {
    background-color: #0e2229;
    border: none;
    border-bottom: 1px solid #53D7FF;
    border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-results__option--highlighted[aria-selected] {
    background-color: #061419 !important;
}
.error {
    padding: 0.65em 1.25em;
    background-color: #061419;
    border-radius: 0;
    top: auto;
    bottom: 0;
    border-bottom: 1px solid #4e0000;
    color: #c32e2e;
}
textarea + .error {
    top: 1.8em;
}
.upload-section +.error {
    left: auto;
    top: 100%;
    height: 36px;
    border: none;
    background: transparent;
    padding: 7px 0;
}