.job-item-v3 {
    background: #fff;
    border: 1px solid #dddddd2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 19px 25px 19px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.job-latest-v2 {
    background: #fff;
    border: 1px solid #dddddd2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 12px 50px 15px;
    display: inline-block;
    width: 100%;
}

.job-item-v3 .job-row-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-item-v3 .job-row-one h4 {
    color: #333;
}

.job-item-v3 .job-row-one .apply-btn a {
    border: 2px solid #3fa8f4;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    display: inline-block;
    transition: background-color 0.3s ease-out;
}

.apply-btn {
    position: relative;
    display: inline-block;
}

.apply-btn a:hover {
    background-color: #3fa8f4;
    color: #fff;
}

.job-item-v3 .job-content {
    font-size: 14px;
    color: #4D4D4F;
    margin-top: 30px;
}

/* filter collapsible style*/
.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%!important;
    border: none;
    text-align: left;
    outline: none!important;
    font-size: 15px!important;
}

.active,
.collapsible:hover {
    background-color: #555;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;

}

.search-field .search--job-input {
    font-size: 15px;
    flex: 0 0 70%;
    background: #E4E4E4;
    border-radius: 20px 0px 0px 20px;
    border: 0;

}

.search-field .search-job-btn {
    font-size: 15px;
    flex: 0 0 30%;
    padding: 2px 0px 2px 4px;
    border-radius: 0px 20px 20px 0px;
}

.job-collapsible {
    border-radius: 0 !important;
    padding: 9px !important;
    border-top: 1px solid #ddd !important;
    background: #fff !important;
    color: #333 !important;
    display: block;
    font-size: 16px !important;
    text-align: left!important;;
    width: 100%!important;;
    outline: 0 !important;
}

.contentopen {
    display: block;
}

.filter-form-options {
    background: #fff;
    border: 1px solid #dddddd2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 12px 20px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 17px;
}

.filter-form-options .content ul {
    list-style: none;
    font-size: 15px;
}

.filter-form-options .content ul li::before {
    content: "" !important;
}

.filter-form-options .content ul li {
    margin-bottom: 5px;
}

.filter-form-options .content ul li a {
    color: #4d4d4fc4;
    cursor: pointer;
}
/* jobs style section*/
.jobs_nav {
    font-size: 15px;
}

.jobs_nav span {
    color: #3297fa !important;
}

.header_job h1 {
    color: #282828;
    font-weight: 500;
}

.header_job {
    padding: 70px 0;
    text-align: center;
}

.header_job .job-meta-v2 {
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.header_job .job-meta-v2 .item {
    font-size: 14px;
    margin: 0 10px;
    color: #4D4D4F;
}

.header_job .job-meta-v2 .item i {
    margin-right: 8px;
}

.job-description-v2 {
    background: #fff;
    border: 1px solid #dddddd2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 12px 50px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.featuerJobs {
    background: #fff;
    border: 1px solid #dddddd2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 12px 20px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.job-share .social-box {
    margin: 0!important;
    padding: 3px 0;
}

.line-job {
    border-top: 1px solid #3fa8f4;
}

.latest_item {
    margin: 10px;
}

.latest_item a {
    color: #000;
}

.latest_item_meta {
    display: flex;
    font-size: 13px;
    color: #747474;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.latest_item_content {
    font-size: 14px;
    margin: 16px 0;
    color: #000;
}

.latest_item_meta i {
    margin-right: 5px;
}
.sjb-page h2 {
    font-size: 30px !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .sjb-page .row {
        padding: 15px;
    }

    .apply-btn {
        margin-top: 20px;
    }

    .job-item-v3 .job-row-one {
        flex-flow: wrap;
    }

    .job-item-v3 .job-content {
        display: none;
    }

    .blog-hero h1 {
        font-size: 30px !important;
    }

    .blog-hero .discription {
        max-width: 100% !important;
    }

    .header_job h1 {
        font-size: 30px !important;
    }

    .sjb-page h2 {
        font-size: 24px !important;
    }

    .sjb-page .sjb-detail .list-data .v2 {
        width: 90%!important;
    }
    .header_job {
        padding: 30px 0!important;
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .apply-btn {
        margin-top: 20px;
    }

    .job-item-v3 .job-row-one {
        flex-flow: wrap;
    }

    .blog-hero h1 {
        font-size: 40px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}