.apply_Section .apply_content .apply_text {
    background-color: #de2b28;
    color: #ffffff;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 13px;
}

.apply_Section .apply_content .apply_heading {
    color: #181a2a;
    font-size: 30px;
    font-weight: 600;
    width: 60%;
    margin: 10px 0px;
}

.apply_Section .apply_content img {
    margin-bottom: 25px;
}

.apply_Section .apply_inner_left h5 {
    margin: 30px 0px 10px 0px;
    color: #12141D;
    font-size: 18px;
    font-weight: 600;
}

.apply_Section .apply_inner_left .uper_head {
    margin-top: 0;
}

.apply_Section .apply_inner_left ul {
    padding-left: 18px;
}

.apply_Section .apply_inner_left ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.apply_Section .apply_inner_left ul li::marker {
    font-weight: 600;
    color: #001833;
    font-size: 18px;
}

.apply_Section .apply_inner_left p {
    font-size: 14px;
    font-weight: 400;
}


/* Apply_right_Col_styling */
.apply_Section .apply_page_right {
    display: flex;
    flex-direction: column;
    background-color: #F3F3F3;
    gap: 30px;
    padding: 30px 20px;
    border-radius: 6px;
}

.apply_Section .apply_page_right .apply_button button {
    background-color: #de2b28;
    color: #ffffff;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid transparent;
}

.apply_Section .apply_page_right .job_text {
    color: #12141D;
    font-weight: 600;
}

.apply_Section .apply_page_right .job_discription {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apply_Section .apply_page_right .job_discription .job_disc_text .job_facility {
    font-size: 14px;
    color: rgba(86, 103, 114, 1);
    font-weight: 400;
}

.apply_Section .apply_page_right .job_discription .job_disc_text .job__text {
    font-size: 15px;
    color: rgba(18, 20, 29, 1);
    font-weight: 400;
}

.apply_Section .apply_page_right .job_discription .job_icon img {
    width: 28px;
}

.apply_Section .contact_content {
    margin-top: 30px;
}

.apply_Section .footer_logo_icon {
    margin-top: 25px;
}

.apply_Section .footer_logo_icon .footer_logo {
    font-weight: 600;
    margin-bottom: 10px;
}

.apply_Section .footer_logo_icon .footer_social_icon {
    display: flex;
    gap: 15px;
}


/* Careers_Section */
.career_section .main-heading {
    text-align: center;
}

/* .career_section */
.careers_list_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.careers_list_content ul li {
    list-style-type: none;
    color: #12141D;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.careers_list_content ul li:hover {
    color: #DE2B28;
    cursor: pointer;
}

.careers_list_content ul li.active {
    color: #DE2B28;
}

.career_section .careers_details .career_det_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.career_section .careers_details .career_det_content .car_det_name {
    color: #12141D;
    font-weight: 500;
    font-size: 24px;
    width: 40%;
}

.career_section .careers_details .career_det_content .car_experience .car_exp_name {
    color: #BDBDBD;
    font-size: 16px;
}

.career_section .careers_details .career_det_content .car_experience .car_exp_time {
    font-size: 22px;
    color: #12141D;
    font-weight: 500;
}