.career-tab{
    margin-bottom: 40px;
}
.career-body{
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
}
.job-listing{
    display: flex;
    flex-wrap: wrap;
}
.job-listing p{
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}
.job-listing .form-row h5{
    font-weight: 600;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
}
.job-listing h6{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;    
    font-weight: 600;
    padding-bottom: 3px;

}
.job-listing .form-row ul li{
    margin-right: 20px;
    color: #666;
}
.job-listing .form-row ul li span{
    font-size: 14px;
}
.career-tab li{
    padding: 10px 20px;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}
.job-listing.tabopen{
    display: flex;
}
.applied-jobs.tabopen{
    display: block;
    margin: 0 15px;
}
.job-listing, .applied-jobs{
    display: none;
}
.active-tab{
    border-bottom: 2px solid #ED1C24 !important;
}
.job-single h3{
    font-size: 25px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
}
.job-single-head ul li{
    margin-right: 20px;
    color: #666;
}
.job-single-head{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.job-body h4{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.job-body h6{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FF3E44;
}
.job-body ul{
    padding: 0;
}
.job-body ul li{
    position: relative;
    padding: 5px 0 5px 25px;
}
.job-body ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #FF3E44;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}
.career-modal .modal-title{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #333;
}
.career-modal .checkbox-group{
    margin-top: 10px !important;
}
.career-modal h6{
    font-size: 16px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #333;
}
.career-modal .form-group{
    margin-bottom: 0;
}
.career-modal .form-row{
    margin-bottom: 20px;
}
.career-modal .modal-lg{
    max-width: 1000px;
}
.career-modal .form-row>[class*=col-]{
    padding: 0 15px;
}
.career-modal .form-control,
.career-modal  textarea,
.career-modal  .select2-container .select2-selection{
    min-height: 40px !important;
}
.apllied-each{
    align-items: center;
    padding: 15px 0;
    margin: 0;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.apllied-each p{
    margin: 0;
}
.apllied-each img{
    margin-right: 15px;
}
.apllied-each .job-status{
    font-weight: 500;
}
.required-item h6:after {
    content: '*';
    position: absolute;
    z-index: 1;
    padding-left: 5px;
    top: 5px;
    color: #FF3E44;
}
.career-modal .required-item:after{
    display: none;
}
.career-modal .select2{
    width: 100% !important;
}