.careers-banner {
    background-image: url(../images/careers/careers_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    margin-top: 115px;
}

.career-heading {
    font-family: "Arial";
    font-size: 39px;
    font-weight: 300;
    text-align: center;
    color: #2C83EC;
}

.career-intro {
    font-family: "Arial";
    font-size: 34.5px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #000000;
}

.careers_info p {
    font-family: "Arial";
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.career_images {
    text-align: center;
}

.carrer-headding-section {
    min-height: 106px;
    color: #2C83EC;
    font-size: 39px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: "Arial";
}

.career-line-space {
    margin-bottom: 8px;
}

.post_details_section {
    margin: 25px 0px;
}

.post_name {
    padding: 28px;
}

.post_name h3 {
    font-family: "Arial";
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #495057;
    margin-bottom: 0px;
    line-height: 1.4;
}

.post_info {
    margin-top: 33px
}

.post_info .post_timing {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 500;
    color: #2C83EC;
    margin-bottom: 0px;
}

.post_info .post_updated {
    font-family: "Arial";
    font-size: 14px;
    font-weight: 500;
    color: #495057;
}

.post_details_section {
    background-color: #f0f0f0;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.post_info_icon {
    margin-top: 40px;
    cursor: pointer;
}

.about_post {
    font-family: "Arial";
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    color: #000000;
    margin-bottom: 0px;
}

.post_body {
    padding-left: 40px;
}

.see-opening_more_post button {
    border-radius: 10px;
    background-color: #2C83EC;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.see-opening_more_post button a {
    font-family: "Arial";
    font-size: 21px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    color: #ffffff;
}

.post_info_icon .management-pipeline-icon {
    bottom: 9px;
    left: 23%;
    top: 31%;
}

.job-describtion {
    padding: 0px 20px;
}

.post-pipeline-icon {
    width: 40px;
    height: 40px;
    /* bottom: -44px; */
    /* position: absolute; */
    left: 41%;
    background: #6d99ff;
    border-radius: 50%;
    background: #6d99ff;
    text-align: center;
    font-family: "Arial";
    cursor: pointer;
}

.career_box .management-pipeline-icon {
    width: 40px;
    height: 40px;
    bottom: -44px;
    position: absolute;
    /* left: 41%; */
    top: 37px;
    background: #6d99ff;
    border-radius: 50%;
    background: #6d99ff;
    text-align: center;
    font-family: "Arial";
    cursor: pointer;
}

.career_box .management-pipeline-box {
    border: 0px solid #c2c2c2;
    /* border-top: 14px solid #2C83EC; */
    /* border-radius: 4px; */
    margin-bottom: 20px;
    height: auto;
    position: relative;
    background-color: #f0f0f0;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.heading_name_box h1 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #495057;
    font-family: "Arial";
    padding-left: 23px;
}

.carrer-post-info p {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #000000;
    padding-left: 23px;
}

.carrer-post-info {
    /* border-bottom: 1px solid #6d99ff; */
    /* border-top: 1px solid; */
    /* padding-bottom: 31px; */
    /* margin-bottom: 20px; */
}

.bg-color {
    background: #fff;
}

.post_timing {
    text-align: right;
}

.post_updated {
    text-align: right;
}

@media (max-width: 575.98px) {
    .about_post {
        text-align: left;
    }
    .btn-bg1 {
        margin-top: 20px;
    }
    .post_body {
        padding-left: 20px;
    }
    .blog-description {
        text-align: left !important;
    }
    .post_timing {
        text-align: left;
    }
    .post_updated {
        text-align: left;
    }
    .post_info {
        float: left;
        margin-top: 0px;
        padding: 0 28px;
    }
    .post_name {
        padding: 18px 0px 0px 8px;
    }
    .post_info {
        padding: 18px 0px 0px 8px;
    }
    .post_info_icon {
        margin-top: 30px;
    }
    .post_info_icon .management-pipeline-icon {
        bottom: 9px;
        left: 45%;
        /* top: 60%; */
    }
    .collapse-space {
        margin-top: 20px;
    }
}