section.career_sec {
    background: url("/assets_new/images/backgrounds/job_details.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.job_detail_sec {
    padding: 60px 15px;
}

.call_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.baron_murray {
    display: flex;
    align-items: center;
    gap: 10px;
}
.book_now_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.baron_pv {
    width: 64px;
    height: 64px;
    background-color: #f6f8fa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}
.by_baron p {
    margin: 0px !important;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}
.by_baron p a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.by_baron p span {
    color: #000;
    font-weight: 500;
}
.book_now_btn a {
    background: #23EEFA;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    width: fit-content;
    display: block;
    padding: 10px 25px;
    border-radius: 50px;
    line-height: normal;
    transition: 1s;
}
.book_now_btn a:hover {
    color: #fff;
    background: #00205b;
}
.job_detail_col1 h2 {
    margin: 0px !important;
    padding: 10px 0px 30px 0px;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Poppins';
    line-height: normal;
}
.job_metainfo li.text-para {
    display: inline-block;
    border-radius: 4px;
    line-height: 16px;
    padding: 6px 9px;
    font-family: 'Poppins';
    color: #0000007a;
    font-size: 13px;
}
.author_client {
    display: flex;
    align-items: center;
}
.pv_img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: baseline;
    justify-content: left;
}
.pv_img img {
    border-radius: 50%;
}
.author_client p {
    margin: 0px !important;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: normal;
    color: #00000094;
    font-weight: 400;
}
.author_client p a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
.job_metainfo li.text-para {
    display: inline-block;
    border-radius: 4px;
    line-height: 16px;
    padding: 6px 9px;
    font-family: 'Poppins';
    color: #0000007a;
    font-size: 13px;
}
.job_descipt h3 {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    font-family: 'Poppins';
    margin: 0px;
    padding: 10px 0px;
}
.job_descipt p {
    font-size: 14px;
    color: #00000094;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 25px;
}

.share_lists h4 {
    margin: 0px !important;
    color: #000000b3;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
}

.share_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
.social_jobs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_jobs i {
    color: #000;
    font-size: 26px;
}
.job_descipt {
    padding: 20px 0px;
    border-top: 1px solid #00000038;
    margin: 20px 0px;
}
.related_baron {
    background: #f3f4f4;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 20px;
    border-radius: 10px;
}
.back_pv_img {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #bfcad2;
}
.ad_operate p {
    color: #6a7782;
    font-family: 'Poppins';
    line-height: normal;
    margin: 0px !important;
}
.ad_operate h1 {
    font-size: 20px;
    font-family: 'Poppins';
    padding: 5px 0px;
    margin: 0px !important;
}
.job_over h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    margin: 0px;
    padding-bottom: 20px;
}
.jbs_detal {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.date_jobs p {
    font-size: 14px;
    color: #6a7782;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0px;
    line-height: normal;
}
.date_jobs h5 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    line-height: normal;
    font-family: 'Poppins';
}
.job_over {
    padding: 40px 25px;
    border-radius: 10px;
    background: #f3f4f4;
}
.jbs_detal i {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #00205b;
    line-height: normal;
}
.jbs_detal:last-child {
    margin-bottom: 0px !important;
}
.jbs_detal i img {
    width: 17px;
}


@media(min-width: 280px) and (max-width: 374px) {

.share_lists {
    flex-direction: column;
    row-gap: 15px;
}
}


@media(min-width: 240px) and (max-width: 479px) {

section.career_sec {
    padding: 100px 15px !important;
}
.career_txt h1 {
    font-size: 30px !important;
}


.call_category {
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
}
.related_baron {
    flex-direction: column;
    align-items: start;
}
.row.job_detail_row {
    row-gap: 25px;
}
}


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

section.career_sec {
    padding: 150px 15px !important;
}
.career_txt h1 {
    font-size: 40px !important;
}



.call_category {
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
}
.related_baron {
    flex-direction: column;
    align-items: start;
}
.row.job_detail_row {
    row-gap: 25px;
}
}


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

section.career_sec {
    padding: 150px 15px !important;
}
.career_txt h1 {
    font-size: 40px !important;
}

.job_detail_col1 {
    width: 100%;
}
.job_detail_col2 {
    width: 100%;
}
}


@media(min-width: 768px) and (max-width: 999px) {

section.career_sec {
    padding: 200px 15px !important;
}
.career_txt h1 {
    font-size: 50px !important;
}


.job_detail_col1 {
    width: 100%;
}
.job_detail_col2 {
    width: 100%;
}
.row.job_detail_row {
    row-gap: 25px;
}
}


@media(min-width: 1200px) and (max-width: 1400px) {

.new_menu ul {
    gap: 26px !important;
}
}