.ptnew_career_text::before{
    content: 'Career';
    top: -75px;
}

.ptnew_career_text .ptnew_main_heading{
    margin-bottom: 10px;
}

.ptnew_career_job_opening_section .ptnew_main_heading{
    text-align: center;
}

.ptnew_career_job_opening_section .ptnew_main_heading:before{
    left: 50%;
    transform: translateX(-50%);
}

.ptnew_career_job_opening_block_wrapper{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    padding: 20px 25px;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.ptnew_career_job_opening_block_wrapper:hover{
    box-shadow: 0px 0px 20px 0px #84848433;
}

.ptnew_career_job_opening_block_link{
    text-decoration: none;
}

.ptnew_career_job_opening_position{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #001A53;
}

.ptnew_career_job_opening_desc{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5C5C5C;
    display: block;
    display: -webkit-box;
    height: 82px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.ptnew_career_job_opening_desc ul{
    padding-left: 15px;
}

.ptnew_career_back a{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #001A53;
    text-decoration: none;
}

.ptnew_career_back i{
    margin-right: 8px;
}

.ptnew_career_job_opening_loc_time{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #5C5C5C;
}

.ptnew_career_dots_bg{
    position: relative;
}

.ptnew_career_dots_bg::before{
    content: '';
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewCareer/career_dot_bg_left.svg');
    background-repeat: no-repeat;
    /* background-position: left bottom; */
    position: absolute;
    height: 108px;
    width: 69px;
    left: -62px;
    bottom: 0;
}

.ptnew_career_dots_bg::after{
    content: '';
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewCareer/career_dot_bg_right.svg');
    background-repeat: no-repeat;
    /* background-position: left bottom; */
    position: absolute;
    height: 362px;
    width: 95px;
    right: -60px;
    top: -70px;
}

.ptnew_career_job_opening_desc_position{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #001A53;
}

.ptnew_career_job_opening_status{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #F58634;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 15px;
}

.ptnew_career_job_opening_desc_type{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5C5C5C;
    margin-bottom: 25px;
}

.ptnew_career_job_opening_desc_head{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-top: 25px;
}

.ptnew_career_job_opening_desc_subdesc{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
}

.ptnew_career_job_opening_desc_border{
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.ptnew_career_job_opening_desc_wraper{
    margin-bottom: 20px;
}

.ptnew_career_job_opening_desc_section .ptnew_career_dots_bg::after{
    content: '';
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewCareer/career_dot_bg_right.svg');
    background-repeat: no-repeat;
    position: absolute;
    height: 362px;
    width: 95px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

/* media query */

@media screen and (max-width: 1024px) {

    

}

@media screen and (max-width: 991px) {

    

}

@media screen and (max-width: 767px) {

    .ptnew_career_text::before{
        top: 0;
        font-size: 65px;
    }

    .ptnew_career_dots_bg::after{
        right: 0;
    }
    .ptnew_career_dots_bg::before{
        left: 0;
        bottom: -60px;
    }

    .ptnew_career_job_opening_desc_section .ptnew_career_dots_bg::after{
        right: 0;
    }

}