.app-job-wrap{
    position: relative;
}
.sucsess-fedback-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    text-align: center;
    z-index: 10;
}
.sucsess-fedback{
    position: relative;
    top: 50%;
    transform:translate(0% -50%);
}
.form-wrap{
    padding: 30px 30px 15px;
}
.form-job .form-group{
    margin-bottom: 20px;
}
.form-job span.error-field{
    color: red;
    font-weight: 300;
    font-size: 0.8em;
    opacity: 0;
} 
.form-job label{
    font-weight: 400;
    font-size: 0.95em;
}
.form-job input.form-control{
    color: #000;
}
.form-job input.form-control::placeholder {
    font-size: 0.8em !important;
    color: #9d9d9d;
}
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"] {
    direction: rtl;
}
.form-group select.form-control[name="job-offer-job-area"]{
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
}

.add-job-btn-wrap{
    text-align: center;
    border: 2px solid #094BA1;
    padding: 10px 0;
    margin-right: 20px;
}
.add-job-btn-wrap h4{
    font-weight: 600;
    color: #094BA1;
}
.add-job-btn{
    background: #094BA1;
    border: 0;
    outline: none;
    padding: 5px 15px;
    color: #fff;
    font-weight: 400;
}
.add-job-post{
    display: none;
}
.search-job-row{
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5em;
}
.search-job-row .form-group{
    margin-bottom: 0;
}
.jobs-title-cat{
    color:#fff;
    padding: 15px 10px; 
    font-weight: 300;
    margin-bottom: 1.3em;
}
.jobwrap{
    padding: 15px;
    margin-bottom: 30px;
    min-height: 250px;
}
.job-title{
    color: #0b58bc;
    font-weight: 400;
}
.jobwrap a.lnk-job{
    padding: 5px 10px;
    font-size: 0.9em;
}
.jobwrap .lnk-job-wrap{
    position: absolute;
    bottom: 50px;
    left: 35px;
}
.rtl .jobwrap .lnk-job-wrap{
    text-align: left;
}
.rtl .share-job{
    float: left;
}
.find-jobName{
    position: relative;
}
.ajx-rslt-srch ul{
    list-style: none;
    padding: 0px;
}
.ajx-rslt-srch ul li:hover a {
    background: #f5f5f5;
}
.ajx-rslt-srch ul li a{
    color: inherit;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 10px;
}
.single-joboffer .addtoany_share{display: none;}
.icn-jb{
    display: inline-block;
    background: url(../images/icn-publ-job.png)no-repeat;
    width: 50px;
    height: 21px;
    vertical-align: text-top;
    background-position: center;
}
.find-jobName #searching-in{
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    left: 0px;
    top: 28px;
    width: 45px;
    height: 36px;
    background: url('../../images/loader-cs-jb.svg') no-repeat center center;
    background-size: 90%;
}
/* mobile */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape) {
    .add-job-btn-wrap {
        padding: 10px 0 0;
        margin-right: 0px;
    }
    .jobwrap .lnk-job-wrap {
        bottom: 20px;
    }
    .wpcf7 form .wpcf7-response-output {
		position: relative;
        margin: 1em 0 !important;
	}
}