.job-list-one.style-two {
    padding-top: 35px;
    padding-bottom: 35px;
}
.job-list-one.border-style {
    border: 1px solid #DBE8E5;
}
.job-list-one {
    background: #fff;
    padding: 42px 35px;
    border-radius: 10px;
}
.login-box {
    background: rgb(255 255 255 / 50%);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
    border-radius: 10px;
}
.job-details .job-meta-data-two .bg-wrapper {
    margin: 0 10px 15px;
    border-radius: 60px;
    padding: 45px 35px 50px;
}
.job-details .job-meta-data-two .bg-wrapper .icon {
    max-height: 25px;
}
.job-details .job-meta-data-two .bg-wrapper span {
    font-size: 15px;
    display: block;
    margin: 48px 0 4px;
    color: #24403499;
}
.job-details .job-meta-data-two .bg-wrapper div {
    font-size: 15px;
    font-weight: 500;
    color: #244034;
}

.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.job-details .list-type-one li {
    position: relative;
    font-size: 17px;
    margin-top: 20px;
    padding-left: 30px;
    line-height: 1.882em;
}

.job-details p {
    font-size: 17px;
    line-height: 2em;
    margin-top: 20px;
}
.job-details .list-type-two li {
    position: relative;
    font-size: 17px;
    margin-top: 25px;
    padding-left: 18px;
}.job-details .list-type-one li:before {
    content: "";
  background-image: url('/assets/images/career-icon/checkbox.png');
    position: absolute;
    left: 0;
    top: 0;
    color: #31795a;
}
.job-details .list-type-one li:before {
    content: "";
    background-image: url('/assets/images/career-icon/checkbox.png');
    background-size: contain; 
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    width: 16px; 
    height: 16px;
}
.job-details.style-two {
    background: #eff6f3;
}
.job-details .list-type-two li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 9px;
}
.job-duration {
    font-size: 13px;
    color: #00bf58;
    padding: 2px 12px;
    background: #e7f6ef;
    border-radius: 3px;
    margin: 54px 0 16px;
}
.apply-btn{
    width: 80px;
    line-height: 27px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 17px;
    background: #00bf58;
}
.truncate {
    margin-bottom:30px;
}
.job-salary {
    font-size: 16px;
    color: #aaa;
    margin: 18px 0 65px;
}
