.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0px 0px;
    margin-bottom: 2rem;
    list-style: none;
    background: #f1f1f1;
}
.breadcrumb ul {
    padding-left: 0px;
    margin-bottom: 10px;
}
.breadcrumb li {
    display: inline-block;
    font: 14px Archivo, sans-serif;
    padding: 0 5px 0 0;
    color: #656464;
    vertical-align: middle;
}
.breadcrumb li a::after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
}
.work_with_us {
    font-size: 37px;
    font-family: 'Montserrat';
    text-align: center;
}
.section_top_media {
    height: 391px;
    padding: 100px 0 0 36px;
    margin-bottom: 53px;
}
.career-css-1 {
    background: #ffffffa8;
    padding: 15px;
    width: 95%;
}
.section_top_media h2 {
    font-size: 30px;
    line-height: 50px;
}
.apply_now_button {
    font-family: var(--font-default);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 19px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background:#1c47c1;
    border: none;
}
.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.mt-3 {
    margin-top: 1rem !important;
}
.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
}
.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
}
.career-css-2 .career-under-1 {
    margin: 33px 0 13px 0;
}

p.career-under-1 {
    font-size: 16px;
    line-height: 28px;
    /* font-weight: 600; */
    color: #626262;
}
.job_table {
    margin-top: 43px;
    margin-bottom:50px;
}

.job_table {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 576px;
    overflow-y: scroll;
}
.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}
.section_top_media {
    height: 391px;
    padding: 100px 0 0 36px;
    margin-bottom: 53px;
    margin-top:53px;
}
.search_icon {
        float: right;
    margin-top: -25px;
    border: none;
    background: none;
    margin-right: 10px;
    color: #121212;
}
.job_listing_type {
    font-family: Raleway, sans-serif;
    list-style-type: none;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: #f1f1f1;
    /* box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%); */
    padding: 5px 5px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
}
.job_listings {
    padding-top: 34px;
}
.job_row {
    padding: 10px;
    font-family: Raleway, sans-serif;
    width: 100%;
    z-index: 100;
}
.apply_now_button_job:hover {
    background-color: #5883ff;
    color: #fffcfc;
    cursor: pointer;
}


.apply_now_button_job {
    color: white;
    background-color: #1c47c1;
    padding: 12px 19px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    border: none;
    font-weight: 600;
}
.side_nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    z-index: 9999999;
    display: none;
}
.sidepanel {
    position: fixed;
    height: 560px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    border-radius: 4px;
    box-shadow: 5px 5px 8px 5px #545252;
    border: 1px solid #ddd;
    width: 300px;
}
#regForm .form-control {
    font-size: 0.8rem;
    border-radius: 0px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form_search {
    border-radius: 44px !important;
}
.ribbon3 {
    width: 77px;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
    position: relative;
    left: -3px;
    top: 0px;
    background: #1c47c1;
    color: #ffffff;
    font-weight: 400;
    font-family: sans-serif;
    border-radius: 33px;
}
.career_heading h5 {
    font-family: inherit;
    font-size: 18px;
    margin: 5px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.job_location, .job_name {
    color: #878787;
    font-weight: 400;
    font-size: 14px;
    font-family: sans-serif;
}
.job_name {
    padding-right: 13px;
}
.jbskillcls {
    padding-left: 0px;
    margin-top: 0px;
}
.jbskillcls li {
    display: inline-block;
    list-style: none;
    padding: 4.5px 13px;
    border-radius: 50px;
    font-size: 13px;
    color: #5c5c5c;
    margin: 0 4px 0px 0px;
    cursor: default;
    background: #ffffff;
    border: 1px solid #e7e7f1;
}
.career_discripation_skills h5, .required_skills h5 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    font-family: inherit;
}
.required_skills h5 {
    margin-bottom: 10px;
    margin-top: 5px;
}
.dis_skills_main {
    height: 160px;
    overflow-y: scroll;
    display: inline-block;
    margin: 7px 0 0;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}
.form-group.inp_control {
    padding: 0px 10px;
}
.career-css-4 span {
    color: red;
}
.sidepanel .closebtn {
    position: absolute;
    top: -6px;
    right: 1px;
    font-size: 25px;
    color: white;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
#career_details1 .close {
    background: #1c47c1 !important;
    opacity: 1;
    color: #443f3f;
    position: absolute;
    right: -17px;
    top: -17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 26px;
    border: none;
    box-shadow: -2px 0px 8px #504f4f;
}
#career_details1 .modal-dialog{
 max-width: 550px;
}
.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
}