.accordion-box.show {
    display: block;
}
.accordion-box {
    display: none;
}
.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;
}
.mb-20 {
    margin-bottom: 20px;
}
.position-relative {
    position: relative !important;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.job-list-one .job-duration {
    font-size: 15px;
    color: #00bf58;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.job-list-one .job-salary {
    font-size: 15px;
    color: #aaa;
    margin: 2px 0 0;
}
.job-list-one .job-location a {
    font-size: 15px;
    color: #000000b3;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.job-list-one .save-btn {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #D6D6D6;
    color: #cbcbcb;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.tran3s {
    transition: all .3s ease-in-out;
}
.rounded-circle {
    border-radius: 50% !important;
}
.job-list-one.style-two .apply-btn {
    background: #31795a;
}
.job-list-one .apply-btn {
    width: 85px;
    line-height: 35px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 17px;
    background: #00bf58;
}