.job-details-wrap {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 1.5rem 2rem;
}

@media only screen and (max-width: 991px) {
    .job-details-wrap {
        padding: 1.5rem 0.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .job-details-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-wrap {
        display: block;
        text-align: center;
    }
}

.job-details-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .job-details-info {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-info .thumb {
        margin-bottom: 22px;
    }
}

.job-details-info .thumb img {
    border-radius: 5px;
}

.job-details-info .content {
    margin-top: -3px;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .job-details-info .content {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-info .content {
        margin-left: 0;
        margin-top: 0;
    }
}

.job-details-info .content .title {
    font-size: 30px;
    margin-bottom: 9px;
    color: var(--cs-heading1);
}

@media only screen and (max-width: 991px) {
    .job-details-info .content .title {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.job-details-info .content .sub-title {
    color: #03a84e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.job-details-info .content .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

@media only screen and (max-width: 575px) {
    .job-details-info .content .info-list {
        display: block;
    }
}

.job-details-info .content .info-list li {
    color: #656565;
    font-size: 14px;
    line-height: 1;
    list-style: none;
    margin-left: -2rem;
}

.job-details-info .content .info-list li+li {
    margin-left: 19px;
}

@media only screen and (max-width: 575px) {
    .job-details-info .content .info-list li+li {
        margin-top: 14px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .job-details-price {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-price {
        margin-top: 18px;
    }
}

.job-details-price .title {
    font-size: 24px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
    .job-details-price .title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .job-details-price .title {
        font-size: 22px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-price .title {
        font-size: 22px;
        margin-bottom: 14px;
    }
}

.job-details-price .title span {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-block;
    left: -8px;
}

.job-details-price .btn-theme {
    width: 130px;
    height: 45px;
    padding: 8px 5px 10px;
}

@media only screen and (max-width: 991px) {
    .job-details-price .btn-theme {
        width: 120px;
        height: 41px;
        padding: 5px;
    }
}

.job-details-item {
    margin-top: -7px;
}

.job-details-item .content {
    margin-bottom: 44px;
    margin-right: 70px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .content {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.job-details-item .content .title,
.widget-item .title {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--cs-heading1);
}

.job-details-item .content .desc {
    margin-bottom: 19px;
    margin-right: -4px;
}

.job-details-item .job-details-list li {
    font-size: 16px;
    display: block;
    line-height: 1.75;
    position: relative;
    /* padding-left: 1rem; */
}

@media only screen and (max-width: 1199px) {
    .job-details-item .job-details-list li {
        font-size: 15px;
    }
}

.job-details-item .job-details-list li i {
    margin-right: 12px;
    position: absolute;
    left: -2px;
    top: 6px;
}

.table-name {
    font-weight: 500;
}