@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
     font-family: "Inter", sans-serif; 
}
.career-side.bg-light{
background: transparent !important;
}
.cereer_page .container{
    max-width: 1150px;
 }
 
#header {
    color: #fff;
    padding: 12px 20px;
    width: 100%;
    transition: top 0.3s;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    transition: top 0.3s;
    z-index: 99;
    position: absolute;
    top: 0px;
}
.careersite-job #header {
    position: inherit;
/*     width: 1417px; */
}

.careersite-job-detail #header {
    height: 72px;
    position: absolute;
    top: 0px;
}

/*#header.sticky {
    background-color: #101828 !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
}*/
#header .mobile{
    display: none;
}
.careersite-job #header .mobile{
    display: flex;
}
.careersite-job .logo-head {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-career-index #app {
    display: none;
}
.main-section-inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.main-section-inner .container {
    position: relative;
    top: initial;
    margin-left: auto;
    min-height: initial;
    padding-left: initial;
    padding-right: initial;
}

.cereer_page .section {
    padding: 80px 0;
}
.cereer_header{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0;
}
.cereer_header .creer_header_content{
    width: 100%;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.cereer_header .company_logo a{
    gap: 6px;
    display: flex;
    align-items: center;
}
.cereer_header .nav_btn{
    display: flex;
    align-items: center;
    gap: 12px;
}
button.upload_resume{
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px !important;
    height: 48px;
    font-weight: 500;
}
.right-siderbar-text-save .upload_resume_inner .upload_resume_inner_right button.upload_resume{
         color: inherit;
}
.navbar-nav.ml-auto {
    gap: 12px;
    align-items: center;
}
.creer_home {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 872px;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('/assets/images/career/cereer_home_bg.jpg');
    margin-top: -65px;
}

.careersite-job-detail .creer_home{
      background-image: url('/assets/images/career/cereer_home_bg-details.jpeg');
}
#header .white_btn:hover, #header .white_btn:focus {
    box-shadow: none;
}
.creer_home .creer_home_content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    text-align: center;
}
.creer_home .creer_home_content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 16px;
}
.creer_home .creer_home_btn{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 32px;
}
.logo-head {
    width: 152px !important;
    height: 40px !important;
    display: flex;
    align-items: flex-start;
}
.standalone-career .logo-head {
  width: auto !important;
  height: auto !important;
}
.standalone-career  .company_branding_logo{
        width: auto;
    height: 40px;
}
.logo-head:hover{
    text-decoration: none;
}
.logo-head img{
    pointer-events: all;
}
.company_branding_logo{
    object-fit: contain;
    height: 100%;
}

.creer_home .creer_home_btn button{
    height: 50px;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
}
.creer_home .creer_home_btn .yellow_btn{
    padding: 12px 32px 12px 32px;
      height: 48px;
          font-size: 16px !important;
}

.standalone-career .creer_home .creer_home_btn .yellow_btn {
    height: 50px;
}
.standalone-career.careersite-job-detail .creer_home .creer_home_btn .yellow_btn {
height: 60px; 
}
.creer_home .creer_home_btn .white_btn{
    padding: 12px 18px 12px 18px;
    border: 1px solid #D0D5DD;
}
.about_career .about_career_content{
    display: flex;
    gap: 48px;
}
.about_career .about_career_img{
    width: 500px;
    height: 400px;
}
.about_career .about_career_img img{
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_career .about_career_text {
    width: calc(100% - 548px);
    margin-top: 40px;
}
.home-page-careersite .creer_home_content{
    padding: 0px 40px;
}
.about_career .about_career_text h2{
    color: #101828;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin-top: 0;
    margin-bottom: 24px;
}
.about_career .about_career_text p{
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    margin-top: 0;
    margin-bottom: 24px;
}
.about_career .about_career_text ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.about_career .about_career_text ul li{
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 12px;
}
.about_career .about_career_text ul li img{
    width: 24px;
    margin-top: 3px;
}
.about_career .about_career_text ul li p{
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.current_openings_job .semibold_text_32{
    color: #101828;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin-top: 0;
}
.current_openings_job .current_openings_inner{
    display: flex;
    flex-direction: column;
   gap: 48px;
}
.current_openings_job .current_openings_inner{

}
.current_openings_job .current_openings_inner .nav_tabs {
    margin: 0;
}
.current_openings_job .current_openings_inner .nav_tabs .nav-pills{
    gap: 8px;
    padding-bottom: 16px;
}
.current_openings_job .current_openings_inner .nav_tabs .nav-link{
    padding: 8px 16px;
    color: #182230 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 99px;
    border: 1px solid #EAECF0;
    background-color: transparent;
    cursor: pointer;
}
.current_openings_job .current_openings_inner .nav_tabs .nav-link.active{
    background:  #101828;
    color: #fff !important;
    border-color: #101828;
}
.current_openings_job .current_openings_inner  .tab-pane ul, .related_jobs_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.current_openings_job .current_openings_inner  .tab-pane ul a.list_item, .related_jobs_list ul a{
    text-decoration: none;
    display: flex;
    padding: 40px 0px;
    gap: 32px;
    margin-top: -1px;
       border-top: 1px solid transparent;
     transition: box-shadow 0.3s ease-in-out, border-top 0.3s ease-in-out;
    border-bottom: 1px solid #EAECF0;
    border-radius: 0px;
    transition : margin 0.15s ease-in-out , padding .15s ease-in-out ,box-shadow .15s ease-in-out ;
}
.current_openings_job .current_openings_inner  .tab-pane ul a.list_item:hover, .related_jobs_list ul a:hover{
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    border-top-color: #fff; 
    background: #FFF;
    border-radius: 16px;
    border-bottom-color: transparent;
    box-shadow: 0px 0px 61.581px -11.546px rgba(16, 24, 40, 0.08);
}
.current_openings_job .current_openings_inner .list_item .item_left{
   min-width: 240px;
}

.current_openings_job .current_openings_inner .list_item.item_right{
    width: calc(100% - 272px);
}
.current_openings_job .current_openings_inner .list_item .item_left p{
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    margin: 0;
}
.current_openings_job .current_openings_inner .list_item .item_left p.time{
    color: #101828;
    font-weight: 600;
}
.current_openings_job .current_openings_inner .list_item .item_right h3{
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; 
}
.current_openings_job .current_openings_inner .list_item .item_right p {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.current_openings_job .current_openings_inner .list_item .item_right .item_price{
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.current_openings_job .current_openings_inner .list_item .item_right .item_price img{
    width: 16px;
}
.current_openings_job .current_openings_inner .list_item .item_right .item_price p{
    color: #344054;
}
.btn_icon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 16px !important;
}
.btn_icon img{
    width: 20px;
}
.btn_icon.white_btn{
    color: #344054;
    font-size: 16px !important;
    height: 44px;
}
.btn_icon.yellow_btn{
    font-size: 16px !important;
    height: 44px;
}
.btn_icon.white_btn:hover{
    color: #344054 !important;
}
.upload_resume_container{
    padding-bottom: 80px;
}
.upload_resume_inner{
    display: flex;
    padding: 56px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-radius: 32px;
    border: 1px solid #EAECF0;
    background: #101828;
}
.upload_resume_container .upload_resume_inner_left h3{
    color:#FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
}
.upload_resume_container .upload_resume_inner_left p{
    color: #F2F4F7;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 8px;
}
.yellow_btn.upload_resume{
    border: 1px solid #f8e965;
    background: #f8e965;
    color: #182230;
    padding: 12px 18px 12px 18px;
}
.yellow_btn.upload_resume:hover {
    background: #daca60;
    border-color: #daca60;
    color: #182230 !important;
    transition: 0.5s ease;
}
.work_with_us .work_with_us_inner{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.section_heading_career{
    display: flex;
    gap: 48px;
}
.section_heading_career.column{
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.section_heading_career .heading_title,
.section_heading_career .sub_title{
    width: 50%;
    margin: 0;
}
.section_heading_career .heading_title{
    color: #101828;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
        word-break: break-word;
}
.section_heading_career .sub_title{
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.work_with_us_card{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.work_with_us_card .work_with_us_card_item{
    width: calc(33.33% - 13.33px) ;
    display: flex;
/*     height: 236px; */
    padding: 32px;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
}
.work_with_us_card_item img{
    width: 48px;
}
.card_text_1 h3{
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.card_text_1 p{
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 8px;
}
.career_video_section .career_video_inner{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.career_video_section .career_video_inner .career_video{
    border-radius: 24px;
    overflow: hidden;
}
.career_video_section .career_video_inner .career_video {
    position: relative;
    width: 100%;
    height: 750px;
    display: inline-block;
}
.standalone-career .career_video_section .career_video_inner .career_video{
    height: auto;
}
.standalone-career .career_video_section .career_video_inner .career_video img{
    width: 100%;
}
.career_video_section .career_video_inner .career_video video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            cursor: pointer;
            display: none; 
        }

.standalone-career .play-icon{
    display: block;
}
.hiring_proscess .hiring_proscess_inner{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.hiring_proscess .hiring_proscess_inner .hiring_proscess_card{
    display: flex;
    margin: 0 -32px;
}
.hiring_proscess_card .hiring_proscess_card_item{
    padding: 0 32px;
    border-right: 1px solid #EAECF0 ;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 25%;
}
.hiring_proscess_card .hiring_proscess_card_item:last-child{
    border-right: none;
    padding-right: 0px;
}
.career-map-desktop{
      display: block;
}
.career-map-mobile{
      display: none;
}
.hiring_proscess_card .hiring_proscess_card_item:first-child{
padding-left: 0px;
}
.home-page-careersite .hiring_proscess_card .hiring_proscess_card_item:last-child{
    padding-right: 32px;
}
.home-page-careersite .hiring_proscess_card .hiring_proscess_card_item:first-child {
    padding-left: 32px;
}
.hiring_proscess_card .hiring_proscess_card_item > img{
    width: 40px;
}
.testimonials_career .testimonials_career_inner{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.testimonials_career_item {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 40px;
    border-radius: 24px;
    background: #F9FAFB;
}
.testimonials_career_item > img{
    width: 118px !important;
    margin: auto;
}
.testimonials_career_item > p{
    color: #101828;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0; 
    min-height: 90px;
        word-break: break-word;
}
.careersite-job-detail .testimonials_career_item > p {
    font-size: 28px;
    line-height: 38px;
}
.testimonials_career_item .item_other_name {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 .item_other_name .tp-images {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.176px;
}
.tp-image-name-ok, .tp-image-name-tn, .tp-image-name-kk{
background-color: #ffdebf;
}
.tp-image-name-nb, .tp-image-name-dd{
    background-color: #fffbd6;
}
.tp-image-name-ks{
    background-color: #d1f9ea;
}

.testimonials_career_item .item_other_name > img {
    width: 64px !important;
    margin: auto;
    height: 64px;
    border-radius: 100%;
        object-fit: cover;
}
.testimonials_career_item .item_other_name .other_name h3{
    color: #101828;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    margin: 0;
}
.testimonials_career_item .item_other_name .other_name p{
    color: #475467;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; 
    margin-bottom: 0;
    margin-top: 4px;
}
.testimonials_career_slider #owl-carousel .owl-stage-outer{
    padding-bottom: 48px;
}
.testimonials_career_slider .owl-nav{
    position: relative;
}
.testimonials_career_slider #owl-carousel .owl-nav button{
    position:absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 36px;
    height: 36px;
    border: none;
    padding: 8px !important;
    font-size: 0; 
}
.testimonials_career_slider #owl-carousel .owl-nav button.owl-prev{
    left:40%;
    transform:translateX(-50%);
    background-image: url('/assets/images/timesheet/arrow-left.svg');
}
.testimonials_career_slider #owl-carousel .owl-nav button.owl-next{
    right:40%;
    transform:translateX(50%);
    background-image: url('/assets/images/timesheet/arrow-right.svg');
}
.testimonials_career_slider #owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
    padding: 5px 0;
    gap: 16px;
}
.home-page-careersite .testimonials_career_slider #owl-carousel .owl-dots {
    padding: 7px 0;
}
.testimonials_career_slider #owl-carousel .owl-dots .owl-dot button{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #EAECF0;
    border: none;
    padding: 0;
}
.testimonials_career_slider #owl-carousel .owl-dots .owl-dot.active button{
    background: #344054;
}
.touch_with_us .touch_with_us_info{
    display: flex;
    gap: 16px;
    padding-top: 32px;
    justify-content: space-between;
}   
.touch_with_us .touch_with_us_info .info_item h3{
    color: #98A2B3;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.touch_with_us .touch_with_us_info .info_item p{
    color: #344054;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 4px;
    margin-bottom: 0;
}
.touch_with_us .Map_Container{
    padding-top: 64px;
}
.career_faq .career_faq_inner{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.career_faq .faq_accordion{
    max-width: 768px;
    margin: auto;
    width: 100%;
}
.career_faq .faq_accordion .accordion-item{
    padding-bottom: 32px;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 24px;
}

.standalone-career .mobile{
    display: none !important;
}
.career_faq .faq_accordion .accordion-item:last-child{
    padding-bottom: 0;
    border-bottom:none;
    margin-bottom: 0;
}
.faq_accordion .accordion-item .accordion-header{
    margin: 0;
}
.faq_accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 24px;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}
.faq_accordion .accordion-item .accordion-header .accordion-button h3{
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; 
    margin: 0;
    width: 100%;
    text-align: left;

}
.faq_accordion .accordion-header .accordion-button .accordion_icon img{
    width: 24px;
}
.faq_accordion .accordion-header .accordion-button[aria-expanded="true"] .accordion_icon img{
    transform: rotate(180deg);
}
.faq_accordion .accordion-header .accordion-button[aria-expanded="false"] .accordion_icon img{
    transform: rotate(0deg);
}
.faq_accordion .accordion-collapse {
    margin: 0;
}
.faq_accordion .accordion-body{
    padding-top: 8px;
}
.faq_accordion .accordion-body p{
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.looking_for_job .looking_for_job_inner{
    padding: 40px 56px;
    border-radius: 24px;
    background: #F9FAFB;
    display: flex;
    gap: 48px;
    align-items: center;
}
.looking_for_job .looking_for_job_text h2{
    color: #101828;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; 
    letter-spacing: -0.64px;
    margin: 0;
}
.looking_for_job .looking_for_job_text p{
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    margin-top: 16px;
    margin-bottom: 0;
}
.looking_for_job .looking_for_job_text .looking_for_job_btn{
    padding-top: 32px;
    display: flex;
    gap: 16px;
}
.looking_for_job .looking_for_job_text .looking_for_job_btn .white_btn{
    font-size: 16px !important;
    height: 44px;
    padding: 10px 16px ;
    color: #344054;
}
.looking_for_job .looking_for_job_text {
    width: calc(100% - 328px);
}
.looking_for_job .looking_for_job_img {
    position: relative;
    width: 280px;
    height: 280px;
}
.looking_for_job .looking_for_job_img img {
    width: 100%;
    height: 100%;
    border-radius: 280px;
    object-fit: cover;
}
.looking_for_job .looking_for_job_img .looking_for_job_img_overlay{
    position: absolute;
    border-radius: 12px;
    background: #FFF;
    box-shadow: -3px 12px 16px -4px rgba(16, 24, 40, 0.08);
    padding: 12px 16px;
    bottom: 8px;
    left: 8px;
    min-width: 132px;
}
.looking_for_job .looking_for_job_img .looking_for_job_img_overlay h3{
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
    margin: 0;
}
.looking_for_job .looking_for_job_img .looking_for_job_img_overlay p{
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; 
    margin-bottom: 0;
    margin-top: 4px;
}        
.career_footer{
    padding: 48px 0;
}
.creer_container_2{
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.upload_resume_inner_left {
    width: 85%;
}
.career_footer .creer_footer_inner img{
    height: 32px;
}
.career_footer .creer_footer_inner {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.career_footer .creer_footer_inner a:hover{
    text-decoration: none;
}

/* .career_footer .creer_footer_inner img{
    width: 153px;
} */
.career_footer .creer_footer_inner p{
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
 #map {
            width: 100%;
            height: 100%;
        }
        .joblisting_map .map-container{
    height: 100%;
    width: 100%;
}
.job-iocn-time{
      width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ------------------------------------------ page-career-joblisting ------------------------------------------ */
#scrollButton {
    padding: 16px 120px;
    height: initial;
    color:  #182230;
font-size: 18px !important;
font-style: normal;
font-weight: 500;
line-height: 28px; 

}
.job_description-active-section #modal-scroll-scroll.show {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    transition: bottom 0.9s ease;
}
#modal-scroll-scroll {
    position: fixed;
    z-index: 9;
     transition: all .5s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 150%);
    padding: 24px 32px 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0);
    bottom:-20px;
}
.modal-scroll {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.full-screen-modal-pop .mt-comn{
width: 1120px;
}
.full-screen-modal-pop .job_career_form.application_modal_form.job_career_form{
    padding: 0px;
    max-width: 100%;
        padding: 80px 160px;
        pointer-events: all;
        max-height: 100vh;
        height: 100vh;
        overflow-x:hidden;
        overflow-y: scroll;
}

.full-screen-modal-pop .close{
    position: absolute;
    z-index: 9999;
    right: 32px;
    top: 32px;
    pointer-events: all;
}
.responisve_fliter .input_item{
    position: relative;
  }
  .responisve_fliter .input_item:nth-child(2){
    z-index: 1061;
  }
  .responisve_fliter .input_item > .select2-container--default {
    top: 100% !important;
    left: 0 !important;
  }
  .responisve_fliter .select2-dropdown--above.responisve {
    top: -40px;
  } 

.page-career-joblisting .dash-sidebar{
  display: none !important;
}
.page-career-joblisting .dash-header{
  display: none !important;
}
.page-career-joblisting .main-section-inner{
  padding: 0;
}

.cereer_header.joblisting{
  padding: 16px 0;
  background: #FFF;
  position: unset;
}
.cereer_header.joblisting .nav_btn .upload_resume{
  color: #475467;
  height: 40px;
}
.filter_search_bar{
  border-top: 1px solid #EAECF0;
  background: #FFF;
}
.filter_search_bar_inner{
  display: flex;
  padding: 16px 0;
  margin: 0 -12px;
}
.filter_search_bar .filter_item{
  width: 25%;
  padding: 0 12px;
  border-right: 1px solid #D0D5DD;
}
.filter_search_bar .filter_item:last-child{
  border-right: none;
}
.joblisting_section{
  background: #F9FAFB;
  height: calc(100vh - 129px);
  padding: 24px 0px;
  transition:filter 0.3s ease-in-out;
}
.custom-select-open .joblisting_section{
  filter: brightness(0.7);
}
.joblisting_section .joblisting_inner {
  display: flex;
  gap: 40px;
}
.joblisting_section .joblisting_inner .joblisting_map{
  width: 50%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.joblisting_section .joblisting_inner .joblisting_map .Map_job_listing_img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.map-view{
display: none;
width: 118px;
padding:  8px 12px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 8px;
border: 1px solid  #D0D5DD;
background:  #FFF;
white-space: nowrap;
color: #344054;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
cursor: pointer;
}
.list-view{
    display: none;
width: 118px;
padding: 8px 12px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius:  8px;
border: 1px solid #D0D5DD;
background:#FFF;
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
color:  #344054;
font-size: 14px;
font-style: normal;
font-weight: 500;
cursor: pointer;
position: absolute;
z-index: 999;
top: 20px;
right: 20px;
line-height: 20px; 
}
.job-list-map-view{
    margin-bottom: 16px;
}
.joblisting_section .joblisting_inner .joblisting_wrap{
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 -15px;
  padding: 0 15px;
}
/* .joblisting_section.empty-job-class .joblisting_inner .joblisting_wrap{
    overflow: hidden;
} */
.joblisting_section.empty-job-class .timesheet-outer-no-job  .div-no-candidate-outer {
    position: initial;
    padding-top: 13rem;
}
.joblisting_section .joblisting_inner .joblisting_wrap::-webkit-scrollbar{
  width: 0;
}
.joblisting_wrap .joblisting_count{
  color:  #101828;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
/*  margin-bottom: 16px;*/
}
.reverse-spinner {
    left: auto;
}
.joblisting_wrap .reverse-spinner {
    top: 50%;
}
.joblisting_wrap .auto-load-client.text-center{
    height: 70vh;
}
.joblisting_list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.joblisting_list-mobile {
    display: flex;
    gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    flex-direction: row;
}
.joblisting_list-mobile .joblisting_item{
    width: 19rem;
    height: fit-content;
    min-height: 100%;
        justify-content: space-around;
    display: flex;
}
.joblisting_list-mobile li.joblisting_item .joblisting_item_inner {
    justify-content: space-around;
    align-items: stretch;
    min-height: 100%;
}
.p-03{
    margin-left: -15px;
    margin-right: -15px;
}
.view-full-list {
    border-radius: 8px;
    border: 1px solid  #D0D5DD;
    background: #FFF;
    display: flex;
    padding: 8px 30px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: none;
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    height: fit-content;
    white-space: nowrap;
    margin-right: 45px;
}
.joblisting_list li.joblisting_item, .joblisting_list-mobile li.joblisting_item{
  border-radius: 16px;
  border: 1px solid  #EAECF0;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 0;
}
.joblisting_list li.joblisting_item .joblisting_item_inner, .joblisting_list-mobile  li.joblisting_item .joblisting_item_inner{
  padding: 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.joblisting_list li.joblisting_item .joblisting_item_inner h2, .mobile-job .joblisting_item h2 {
    color:  #101828;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
margin: 0px;
}
.joblisting_list li.joblisting_item:hover{
  padding: 0px 15px ;
  margin: 0 -15px;
  box-shadow: 0px 0px 61.235px -11.481px rgba(16, 24, 40, 0.08);
}
.joblisting_list li.joblisting_item .joblisting_link{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.joblisting_list li.joblisting_item .joblisting_link button{
  border-radius: 100px;
  border: 1.045px solid #F8E965;
  background: #F8E965;
  padding: 14px;
  border: none;
  box-shadow: 0px 0px 40px 30px #fff;
  -webkit-box-shadow: 0px 0px 40px 30px #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.joblisting_list li.joblisting_item:hover .joblisting_link button{
  opacity: 1;
}
.joblisting_list li.joblisting_item .joblisting_link button img{
  width: 21px;
}
.joblisting_list li.joblisting_item h2 .joblisting_list-mobile{
  margin: 0;
  color:#101828;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.joblisting_list li.joblisting_item p, .joblisting_list-mobile li.joblisting_item p{
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 0;
}
.joblisting_list li .joblisting_details, .joblisting_list-mobile li .joblisting_details{
  display: flex;
  margin-top: 16px;
  gap: 16px;
}
.joblisting_list li .joblisting_details .details_item, .joblisting_list-mobile li .joblisting_details .details_item{
  display: flex;
  align-items: center;
  gap: 8px;     
}
.joblisting_list li .joblisting_details .details_item img, .joblisting_list-mobile li .joblisting_details .details_item img{
  width: 16px;
}
.joblisting_list li .joblisting_details .details_item p, .joblisting_list-mobile li .joblisting_details .details_item p{
  color: #344054;
  margin: 0;
}
.select2-dropdown--below {
  top: -24px;
}
.custom_select_box {
  position:relatove;
  display:block;
  margin-bottom: 0;
  height: 24px;
}
.custom_select_box .select2-container--default .select2-selection--single {
  line-height: 24px;
  height: 24px !important;
  border: none !important;
}
.custom_select_box .select2-container--default .select2-selection--single,
.custom_select_box_dropdown .select2-search__field {
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
}
.custom_select_box.search .select2-container--default .select2-selection--single,
.custom_select_box_dropdown.search .select2-search__field {
  background-image: url(../images/menu-icon/search-header.svg);
}
.custom_select_box.location .select2-container--default .select2-selection--single,
.custom_select_box_dropdown.location .select2-search__field {
  background-image: url(../images/meeting/location.svg);
}
.custom_select_box .select2-container .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92%;
}
.custom_select_box .select2-selection__arrow{
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container {
  border: none;
}
.custom_select_box .select2-container .select2-selection--single .select2-selection__rendered,
.custom_select_box_dropdown .select2-search--dropdown .select2-search__field{
  padding: 0 12px 0 2rem;
  border-radius: 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color:#667085;
  height: 24px;
  border: none !important;
}
.select2-container--open .select2-dropdown.custom_select_box_dropdown {
  border: none !important;
  background: transparent;
}
.custom_select_box_dropdown .select2-search--dropdown{
  padding: 0;
}
.custom_select_box_dropdown .select2-results{
  padding-top: 24px;
}
.custom_select_box_dropdown .select2-results .select2-results__options{
  max-height: 280px !important;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 4px 6px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.custom_select_box_dropdown .select2-results .select2-results__option{
  padding: 10px 10px 10px 8px;
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.custom_select_box_dropdown .select2-results .select2-results__option[aria-selected=true]{
  background-color: #F9FAFB !important;
}
.custom_select_box_dropdown .select2-results .select2-results__option--highlighted.select2-results__option{
  background-color: #F9FAFB !important;
  color: #101828 !important;
}
/*.custom_select_box_dropdown .select2-results .select2-results__option:first-child{
  display: none;
}
*/
.custom_select_box_dropdown.location .select2-results .select2-results__option{
  background-image: url(../images/meeting/location.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 20px;
  padding: 10px 10px 10px 36px;   
}
.custom_select_box.job_title .select2-container--default .select2-selection--single,
.custom_select_box_dropdown.job_title .select2-search__field {
  background-image: url(../images/applicants/briefcase.svg);
}
.custom_select_box.arrow_show .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: flex;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 16px;
  z-index: 1060;
}
.custom_select_box.arrow_show .select2-container--default .select2-selection--single .select2-selection__arrow b{
  width: 16px !important;
  height: 16px !important;
  background-position: center;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0px !important;
}
.salary_fliter_dropdown{
  position: relative;
}
.salary_fliter_dropdown .dropdown-toggle{
  display: flex;
  padding: 1px 12px;
/*   gap: 8px; */
  align-items: center;
  background: transparent;
  position: relative;
}
.salary_fliter_dropdown .dropdown-toggle span {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 1rem;
}
.salary_fliter_dropdown .dropdown-toggle img{
  width: 20px;
}
.salary_fliter_dropdown .dropdown-toggle::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  border: none;
  width: 16px;
  height: 16px;
  background-image: url(../images/dashboard/arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat; 
}
.salary_fliter_dropdown .dropdown-toggle[aria-expanded="true"]::after{
  background-image: url(../images/dashboard/arrow_up.svg);
}
.salary_fliter_dropdown .select-dropdown {
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  margin-top: 25px;
}
.salary_fliter_dropdown .select-dropdown.show{
  display: flex;
}
.salary_fliter_dropdown .select-dropdown .input_item_btn{
  gap: 8px;
}
.salary_fliter_dropdown .select-dropdown .input_item_btn button{
  padding-left: 16px;
  padding-right: 16px;
}
.custom_select_box .select2-container--default .select2-selection--single, .custom_select_box_dropdown .select2-search__field {
  background-position: 0px center;
}
.custom_select_box.box_2{
  height: unset;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.custom_select_box.box_2 label{
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.custom_select_box.box_2 .select2-container--default .select2-selection--single,
.custom_select_box_dropdown.responisve .select2-search--dropdown .select2-search__field{
  border-radius: 8px !important;
  border: 1px solid #D0D5DD !important;
  padding:9px 12px;
  height: unset !important;
  line-height: 20px;
}
.custom_select_box.box_2  .select2-container--default .select2-selection--single, 
.custom_select_box_dropdown.responisve .select2-search__field {
  background-position: 12px center;
}  
.select2-dropdown--below.responisve {
  top: -40px;
}
.custom_select_box.box_2  .select2-container .select2-selection--single .select2-selection__rendered {
  height: 20px;
  line-height: 20px;
}
.custom_select_box_dropdown.responisve .select2-search--dropdown .select2-search__field {
  padding-left: 40px;
  background-color: transparent;
}
.custom_select_box_dropdown.responisve  .select2-results{
  padding-top: 4px;
}
.responisve_fliter .responisve_fliter_btn{
  background: #F9FAFB !important;
  border: 1px solid #F9FAFB !important;
}
.responisve_fliter .responisve_fliter_btn:focus {
   box-shadow: none;
}
.responisve_fliter .responisve_fliter_btn.active{
  background: #F8E965;
  border: 1px solid #F8E965;
}
.responisve_fliter .dropdown-menu-end{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  display: none;
  width:calc(100vw - 30px);
}
.responisve_fliter .dropdown_menu_fliter{
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  background: #FFF;
  margin-top: 23px ;
}
.responisve_fliter .filters_dropdown_header{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.responisve_fliter .filters_dropdown_header p{
  overflow: hidden;
  color:  #101828;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; 
  margin: 0;
}
.responisve_fliter .filters_dropdown_header button{
  padding: 8px;
  background-color: transparent;
  border: none;
}
.responisve_fliter .filters_dropdown_header button img{
  width: 20px;
}
.responisve_fliter .input_item_btn{
  gap: 8px;
}
.responisve_fliter .input_item_btn button{
  padding-left: 16px;
  padding-right: 16px;
}
.responisve_fliter .input_item_btn .white_btn{
  color: #475467;
}

.range_input_custom .range_inpui_label p{
  color: #101828;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0; 
}
.range_input_custom .slider::before{
  display: none;
}
.range_input_custom .range_slider {
  padding: 24px 0;
}
.range_input_custom .slider {
  height: 8px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.range_input_custom .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #F8E965;
}
.range_input_custom .range-input {
  position: relative;
}
.range_input_custom .range-input input {
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0px;
  z-index: 1;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range_input_custom input[type="range"]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 6px solid #F8E965;
}
.range_input_custom input[type="range"]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  border: none;
  border-radius: 50%;
background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 6px solid #F8E965;
}

.range_input_custom .price_input_show {
  display: flex;
  gap: 6px;
}
.range_input_custom .price_input_show .separator{
  text-align: center;
  min-width: 24px;
  letter-spacing: -3px;
  color: #667085;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
}
.range_input_custom .price_input_show .field{
  width: calc(50% - 18px);
  display: flex;
  position: relative;
}
.range_input_custom .price_input_show .field span {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.range_input_custom .price_input_show .field input{
  width: 100%;
  padding: 10px 8px 10px 43px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
}
.range_input_custom .price_input_show .field input:focus{
  box-shadow: 0px 0px 0px 4px rgba(152, 162, 179, 0.14);
  border-color: #D0D5DD;
}
.range_input_custom .price_input_show .field input:focus-visible{
  outline: none;
}
.range_input_custom .price_input_show .field span ,
.range_input_custom .price_input_show .field input{
  color: #101828;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/*============================ page-career-joblisting   ===========================*/

/*============================ page-career-jobdetails ===========================*/


.page-career-jobdetails .dash-sidebar{
    display: none !important;
}
.page-career-jobdetails .dash-header{
    display: none !important;
}
.page-career-jobdetails .main-section-inner{
    padding: 0;
}

.cereer_page .section2{
    padding: 120px 0;
}
.job_details .cereer_header{
    z-index: 1;
}
.job_details_home{
    padding: 60px 0 152px 0;
    position: relative;
}
.job_details_home .creer_home_btn .btn{
    padding: 16px 22px;
    height: 60px;
    font-size: 18px !important;
    line-height: 28px; 
}
.job_details_information{   
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 32px;
    gap: 16px;
    width: 100%;
    max-width: 912px;
}
.job_details_information .information_item{
    text-align: center;
    width: 25%;
}
.job_details_information .information_item img{
    width: 24px;
    margin: 0 auto;
}
.job_details_information .information_item h2{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    margin-top: 12px;
}
.job_details_information .information_item p{
    color:#EAECF0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    margin: 0;
}
.job_description_content{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.job_description_content .job_description_text > h3, .job_description_content .job_description_text b{
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    margin-bottom: 12px;
    margin-top: 0;
}
.job_description_content .job_description_text > h3.card_text_padding{
    margin-bottom: 24px;
}
.job_description_content .deadline{
font-style: italic;
}
.job_description_content .job_description_text > p,
.job_description_content .job_description_text ul li,
 .job_description_content .job_description_text ol li,
 .job_description_content .job_description_text div{
    color:  #344054;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
}
.job_description_content .job_description_text p:last-child{
    margin-bottom: 0;
}
.job_description_content .job_description_text ul{
    padding-left: 30px;
    margin: 0;
}
.job_details_hiring_proscess .hiring_proscess_inner{ 
    gap: 64px;
}
.job_details_testimonials_career{
    background-color: #F9FAFB;
}
.job_details_testimonials_career .testimonials_career_inner{
    gap: 64px;
}
.job_details_testimonials_career .testimonials_career_item{
    padding-top: 0;
    padding-bottom: 0;
}
.job_details_testimonials_career .testimonials_career_slider #owl-carousel .owl-stage-outer{
    padding-bottom: 64px;
}
.refr_earn_details .refr_earn_card{
    padding: 56px;
    border-radius: 32px;
    border: 1px solid #EAECF0;
    background-color: #fff;
    background-image: url(../images/career/refr_earn_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.refr_earn_details .refr_earn_card_test h3{
    margin: 0;
    color: #101828;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px; 
}
.refr_earn_details .refr_earn_card_test p{
    color: #344054;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
    margin-top: 8px;
    margin-bottom: 0;
}
.refr_earn_card_link{
    display: flex;
    justify-content: center;
}
.refr_earn_card_link input {
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #D0D5DD;
    border-right-width: 0;
    background: #FFF;
    padding: 10px 12px;
    overflow: hidden;
    color: #667085;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    width: 420px;
}
.copy-text button:active {
    background: #101828;
}
.copy-text button:before {
    content: "Kopieret";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #101828;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 15px;
    display: none;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 26px;
    width: 10px;
    height: 10px;
    background: #101828;
    transform: rotate(45deg);
    display: none;
}
.copy-text {
    position: relative;
}
.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.refr_earn_card_link button{
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #101828;
    background: #101828;
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 4px;
    color: #FFF;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; 
}
.refr_earn_card_link button img{
    width: 20px;
}

.refr_earn_card_link input:focus-visible{
    outline: 0px;
}
.job_career_form.application_modal_form.job_career_form{
    padding: 180px 0;
}
.job_career_form.application_modal_form .job_career_form_inner{
    gap: 56px;
    position: relative;
    z-index: 1;
}
.job_career_form.application_modal_form  .job_career_form_form{
    max-width: 640px;
    gap: 40px;
}
.job_career_form.application_modal_form .form_btn{
    padding-top: 16px;
}
.job_career_form.application_modal_form::before{
    left: -161px;
    bottom: 152px;
}

.full-screen-modal-pop .job_career_form.application_modal_form::before {
    left: -161px;
    bottom: 60px;
}
.related_jobs .section_heading .heading_title{
    margin: 0;
    color: #101828;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px; 
}
.related_jobs_list ul{
    margin: 40px 0px 80px;
    padding: 0;
    list-style-type: none;
}
.related_jobs_list li .list_item{
    text-decoration: none;
    display: flex;
    padding: 40px 0px;
    gap: 32px;
    border-bottom: 1px solid #EAECF0;
}
.related_jobs_list li:last-child .list_item{
    border-bottom: none ;
}
.related_jobs_list li .list_item .item_left {
    max-width: 240px;
    width: 100%;
}
.related_jobs_list li .list_item  .item_left p {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    word-break: break-word;
}
.related_jobs_list li .list_item .item_left p.time {
    color: #101828;
    font-weight: 600;
}
.related_jobs_list li .list_item  .item_right h3 {
    margin-top: 0;
    margin-bottom: 4px;
    color: #101828;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.related_jobs_list li .list_item .item_right p {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.related_jobs_list li .list_item .item_right .item_details{
    margin-top: 16px;
    display: flex;
    gap: 28px;
}
.related_jobs_list li .list_item .item_right .details_item {
    display: flex;
    gap: 8px;
}
.related_jobs_list li .list_item .item_right .details_item img {
    width: 16px;
}
.related_jobs_list li .list_item .item_right .details_item p {
    color: #344054;
}

/*============================ page-career-jobdetails-end ===========================*/


/*============================= modal-css-start ===========================================*/

.application_modal .modal-dialog{
    max-width: 830px;
    padding: 0 15px;
}
.application_modal{
    z-index: 9999;
    overflow: scroll !important;
}
.application_modal .modal-content{
    border-radius: 16px;
 overflow: hidden;
/*    max-height: -webkit-fill-available;*/
    margin: 24px 0;
    background: #101828;
    border: none;
}
.application_modal button.close{
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 8px;
    z-index: 1;
    opacity: 1;
}
.application_modal button.close img{
    width: 20px;
}

.job_career_form.application_modal_form{
    max-height: 100%;
}
.application_modal_form {
    background: #101828;
    position: relative;
/*     overflow: hidden; */
/*        overflow: -webkit-paged-x;  */
    padding: 40px ;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 730px;
}
.application_modal_form {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.application_modal_form::-webkit-scrollbar {
    display: none;
}

.application_modal .modal-content::after{
    content: "";
    width: 470px;
    height: 470px;
    border-radius: 500px;
    opacity: 0.4;
    background: #344054;
    position: absolute;
    right: -126px;
    top: -252px;
}
.application_modal .modal-content::before {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 500px;
    opacity: 0.4;
    background: #344054;
    position: absolute;
    left: -90px;
    bottom: -1px;
      z-index: 1;
}
.job_career_form.application_modal_form{
       overflow: hidden;
    overflow: -webkit-paged-x; 
}
.job_career_form.application_modal_form::after{
      right: -1px;
}
/* .application_modal_form::before{
    content: "";
    width: 322px;
    height: 322px;
    border-radius: 500px;
    opacity: 0.4;
    background: #344054;
    position: absolute;
    left: -167px;
    bottom: -142px;
} */
.application_modal_form > .container {
    position: relative;
    z-index: 1;
}
.application_modal_form .job_career_form_inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 1;
}
.application_modal_form .section_heading_career{
    gap: 12px;
}
.section_heading_career.white .heading_title{
    color: #fff;
} 
.section_heading_career.white .sub_title{
    color: #D0D5DD;
    font-size: 18px;
    line-height: 28px; 
}
.job_career_form_form{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}
.job_career_form_form .input_group{
    display: flex;
    gap: 24px;
}
.job_career_form_form .input_item label{
    margin-bottom: 6px;
    color: #D0D5DD;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.job_career_form_form .input_item input{
    border-radius: 8px;
    border: 1px solid #475467;
    padding: 10px 14px;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    height: 44px !important;
}
.job_career_form_form .input_item input.error{
    border-color: #DC3545;
}
.job_career_form_form .input_item input::placeholder{
    color: #98A2B3;
}
.job_career_form_form .input_item input:focus-visible {
    outline: 0px;
}
.input_group_inner{
    display: flex;
}
.input_group_inner .input_group_inner_first{
    border-radius: 8px 0px 0px 8px;
    padding:10px 12px 10px 14px;
    border: 1px solid #475467;
    border-right-width: 0;
    color: #98A2B3 !important;
    margin-bottom: 0 !important;
    height: 44px;
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.input_group_inner .input_group_inner_last{
    border-radius: 0px 8px 8px 0px !important;
    width: 100%;
}
.custom-file-button input[type=file]::-webkit-file-upload-button,
.custom-file-button input[type=file]::file-selector-button {
    display: none;
}
.custom-file-button:hover label {
    cursor: pointer;
}

.custom-file-button #input_File_cv, #input_File_header {
    color: #98A2B3;
    position: sticky;
    display: inline-block;
    line-height: 1.3;
     appearance: none;
    -webkit-appearance: none;
}
#input_File_job, #input_File_modal_job{
 color: #98A2B3;
/*     position: -webkit-sticky; */
    display: inline-block;
    line-height: 1.3;
     appearance: none;
    -webkit-appearance: none;

}
/* @media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-file-button #input_File_cv, 
  #input_File_header, 
  #input_File_job, 
  #input_File_modal_job {
    line-height: 3;
  }
} */
@media not all and (min-resolution:.001dpcm) {
  .custom-file-button #input_File_cv, 
  #input_File_header, 
  #input_File_job, 
  #input_File_modal_job {
    line-height: 3;
  }
}

.custom-file-button #input_File_cv.file-selected {
    color: #FFF ;
}
.job_career_form_form .form_btn{
    display: flex;
    justify-content: center;
    padding-top: 24px;
}
.job_career_form_form .form_btn button{
    height: 48px;
}
#ApplicationModal{
    z-index: 9999;
    pointer-events: none;
}
.search-as{
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    position: absolute;
    bottom: 16px;
    left: 50%;
    cursor: pointer;
    transform: translatex(-50%);
}
.search-as P{
    color:  #344054;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}
.search-as   input[type=checkbox] {
    position: relative;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    outline: 0;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
}
.search-as input[type=checkbox]:checked {
    background-color: #475467;
    border: 1px solid #475467;
    opacity: 1;
}
.search-as input[type=checkbox]::before{
content: '';
position: absolute;
top: 0;
left: -1px;
background-image: url('../images/applicants/check.svg');
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
z-index: 2;
opacity: 1;
}
.search-as .checkbox input[type=checkbox]:checked::before{
    opacity: 1;
}
button.gm-control-active.gm-fullscreen-control, .gmnoprint.gm-style-mtc-bbw{
    display: none;
}
.mobile-job{
    display: none;
}
.careersite-job .navbar-nav .yellow_btn{
    display: none;
}

.careersite-job .navbar-nav .white_btn {
    color:  #475467;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
}
/* .careersite-job .navbar-nav .white_btn img{
 filter: brightness(0.5);
} */
.mobile-section{
    display: none !important;
}
.careersite-job-detail .navbar-toggler{
display: none;
}
.careersite-job-detail #header.sticky {
    position: initial;
}
.careersite-job-detail .navbar-nav.ml-auto, .careersite-job-detail .desktop{
    display: none;
}
.job-detail-logo{
    display: none;
}
 .home-page-careersite .desktop{
    display: none;
}
.home-page-careersite .job-detail-logo{
    display: flex;
    object-fit: cover;
}
.standalone-career.home-page-careersite .job-detail-logo, .standalone-career .career_footer .creer_footer_inner img, .standalone-career.careersite-job .desktop,
.standalone-career.careersite-job-detail .desktop, .standalone-career.careersite-job-detail .job-detail-logo{
     width: 154px;
    height: 50px;
    object-fit: contain;
}
.standalone-career.careersite-job{
    overflow: hidden;
}
.standalone-career.careersite-job #header .mobile{
display: none;
}
.careersite-job-detail .job-detail-logo{
    display: block;
}
#staticBackdrop .modal-content{
    border: none;
}
 #header .white_btn, #header .yellow_btn {
    padding: 8px 14px;
}
.standalone-career  #header .yellow_btn{
    font-size: 16px !important;
 }
.pos-ab{
    position: relative;
    display: flex;
    align-items: center;
}
.pos-ab img {
    position: absolute;
    top: 2px;
}
.pos-ab input {
    padding-left: 2rem;
    border-radius: 0; 

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/dashboard/arrow_down.svg');
    left: 14px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
        background-image: url('../images/dashboard/arrow_up.svg');
         left: 14px;
}
.careersite-job .custom_select_box .select2-container .select2-selection--single .select2-selection__rendered, 
.careersite-job .custom_select_box_dropdown .select2-search--dropdown .select2-search__field{
    border: none !important;
}
.home-page-c, .home-page-careersite .other-page-c{
    display: none;
}
.home-page-careersite .home-page-c{
    display: flex;
}
/*=============================job-detail-upload start ===========================================*/

 .upload-carrer-site-form .applicant_profile_file_upload input{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
   .job-detail-upload-career .applicant_profile_file_upload {
    background: transparent;
    align-items: flex-start;
    padding: 16px;
    border: 1px dashed  #475467;
}
   .job-detail-upload-career .applicant_profile_file_upload.error{
        border-color: #dc3545;
   }
.job-detail-upload-career .applicant_profile_file_upload  .file_upload_img {
    border: 1px solid  #667085;
    background: transparent;
    margin-bottom: 0px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}
 .job-detail-upload-career .applicant_profile_file_upload  .file_upload_text h4{
color:  #FFF;
    margin-bottom: 0;
    text-align: left;
   } 

 .job-detail-upload-career .applicant_profile_file_upload  .file_upload_text p {
   color: #98A2B3;
}
.job-detail-upload-career-ul ul {
    padding-left: 0;
    padding-top: 12px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.job-detail-upload-career-ul{
    width: 100%;
}
.job-detail-upload-career-ul li {
    list-style: none;
    width: 50%;
    display: inline-flex;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 0px;
    padding-right: 15px;
}
.job-detail-upload-career-ul li:nth-child(1), .job-detail-upload-career-ul li:nth-of-type(2){
    padding-top: 0px;
}
.job-detail-upload-career-ul li:nth-child(even){
    padding-right: 0px;
        margin-left: -5px;
}
.job-detail-upload-career-ul .li-upload{
padding: 4px 4px 4px 12px;
gap:  8px;
flex: 1 0 0;
border-radius:  8px;
background: rgba(255, 255, 255, 0.05);
}
.job-detail-upload-career-ul .li-upload .content_button button{
    background: transparent;
    border: none;
    cursor: pointer;
      border-radius: 8px;
        padding: 8px;
}

.job-detail-upload-career-ul .li-upload .content_button button:hover {
    background: #fff;
}
.job-detail-upload-career-ul li .dropdown_content p{
overflow: hidden;
color:#EAECF0;
text-overflow: ellipsis;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
white-space: nowrap;
cursor: pointer;
width: 220px;
}
.job-detail-upload-career-ul li .dropdown_content img{
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

@media (min-width: 425px) {
    .apply_job_career_form {
        padding: 32px !important;
    }
}


.job_career_form_inner.job_apply_modal{
    gap: 32px !important;
}

.apply_job_career_form .input_group {
    gap: 32px !important;
}

.apply_job_career_form .job_career_form_form{
    gap: 32px !important;
    max-width: unset !important;

}

.apply_job_career_form .job_career_form_form .form_btn{
    padding-top: 0px !important;
}

.apply_job_career_form .job_career_form_form .form_btn .submit-application{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply_job_career_form .form_btn button {
    height: 44px !important;
}

.application_modal_bg {
    background-image: url('/assets/images/career/modal_background.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff; /* optional - for readability */
}

/* for stopping the modal white */
.apply_job_application_modal.application_modal .modal-content::after {
    width: 0px !important;
}

/* for stopping the modal white modal*/
.apply_job_application_modal.application_modal .modal-content::before {
    width: 0px !important;
}

@media (max-width: 1023px) {
    .apply_job_modal_desc {
        display: none !important;
    }
}

/* class="btn yellow_btn upload_resume " */
/*============================= job-detail-upload end ===========================================*/


/*============================= modal-css-end ===========================================*/

@media screen and (max-width: 1700px) {
     .full-screen-modal-pop  .job_career_form.application_modal_form .job_career_form_inner {
    gap: 45px;
}
.job_career_form.application_modal_form{
       overflow: auto;
    overflow: auto;
}

.full-screen-modal-pop .job_career_form.application_modal_form.job_career_form {
    padding: 70px 160px;
   
}
.full-screen-modal-pop .close {
           top: 10px;
        right: 10px;
}
.full-screen-modal-pop .close img{
    width: 20px;
}
}

@media screen and (max-width: 1440px) {
    .work_with_us_card .work_with_us_card_item {
        height: unset;
    }
 .full-screen-modal-pop  .job_career_form.application_modal_form  .job_career_form_form {
    gap: 30px;
}
    .hiring_proscess .hiring_proscess_inner {
        overflow: hidden;
    }
    .hiring_proscess_card .hiring_proscess_card_item:first-child{
padding-left: 30px;
}

}
@media screen and (max-width: 1024px) {
    .touch_with_us .touch_with_us_info {
        flex-direction: column;
    }
    #header {
    padding-left: 20px;
    padding-right: 20px;
}
    .main-section-inner .container {
    padding-left: 16px;
    padding-right: 16px;
}
    .about_career .about_career_img,
    .about_career .about_career_text{
        width: 100%;
        height: unset;
    }
    .current_openings_job .current_openings_inner .list_item .item_left {
        min-width: 200px;
       
    }
    .upload_resume_inner {
        padding: 42px;
        gap: 20px;
    }
    .section_heading_career {
        gap: 20px;
    }
    .work_with_us_card .work_with_us_card_item {
        width: calc(50% - 10px);
    }
    .hiring_proscess .hiring_proscess_inner .hiring_proscess_card {
        flex-wrap: wrap;
    }
    .hiring_proscess_card .hiring_proscess_card_item {
        padding: 0% 32px;
        margin: 24px 0px;
        width: 50%;
    }
    .looking_for_job .looking_for_job_inner {
        padding: 30px 30px;
    }
  .testimonials_career_item {
    gap: 24px;
    padding: 24px;
/*    height: 400px;*/
    margin-bottom: 30px;
}
.standalone-career .testimonials_career_item{
    height: auto;
}
    .testimonials_career_item > p {
        font-size: 20px;
        line-height: 30px;
    }  
    .testimonials_career_slider #owl-carousel .owl-nav button.owl-next {
        right: 35%;
    }
    .testimonials_career_slider #owl-carousel .owl-nav button.owl-prev {
        left: 35%;
    } 
    .current_openings_job .current_openings_inner .tab-content .tab-pane ul a.list_item:hover {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* job details page responsive start */

    .refr_earn_card_link p {
        white-space: nowrap;
    }
    .refr_earn_card_link button{
        min-width: fit-content;
    }

    .joblisting_list li .joblisting_details {
        flex-wrap: wrap;
    }
    .joblisting_list li.joblisting_item .joblisting_item_inner {
        padding: 20px;
    }
    .joblisting_section .joblisting_inner {
        gap: 20px;
    }
    .joblisting_section .joblisting_inner .joblisting_wrap {
        margin: 0 0px;
        padding: 0 0px;
    }
    .joblisting_list li.joblisting_item:hover {
        padding: 0px;
        margin: 0 ;
        box-shadow: 0px 0px 61.235px -11.481px rgba(16, 24, 40, 0.08);
    }
    .joblisting_list li.joblisting_item .joblisting_link{
        display: none;
    }
    .full-screen-modal-pop .job_career_form.application_modal_form.job_career_form{
            overflow-y: scroll;
            overflow-x: hidden;
}

  
}
@media screen and (max-width: 992px) {
#header {
    padding-left: 16px;
    padding-right: 16px;
}
.job-iocn-time{
      width: 250px;
}
.standalone-career .logo-head {
    height: 40px !important;
}
.standalone-career .company_branding_logo {
    width: auto;
}
.standalone-career-logo{
    display: none;
}
.careersite-job-detail .work_with_us.section .container{
padding-left: 0px;
padding-right: 0px;
}
.full-screen-modal-pop .job_career_form.application_modal_form.job_career_form{
            overflow-y: scroll;
            overflow-x: hidden;
}

.application_modal .modal-content{
    max-height: -webkit-fill-available;
}
.standalone-career.home-page-careersite .job-detail-logo, .standalone-career .career_footer .creer_footer_inner img, .standalone-career.careersite-job .desktop,
.standalone-career.careersite-job-detail .desktop, .standalone-career.careersite-job-detail .job-detail-logo{
    width: 150px;
    height: 32px;
    object-fit: contain;
}
.standalone-career.home-page-careersite .desktop {
           width: 100px;
        height: 32px;
        object-fit: contain;
}

.joblisting_wrap .auto-load-client.text-center {
height: auto;
        position: relative;
        top: 0%;
        left: 0%;
        align-items: center;
        justify-content: center;
        bottom: 0;
}
.about_career .about_career_content{
      flex-direction: column;
}
.careersite-job #header .mobile{
    display:none;
}
.careersite-job-detail .desktop {
    display: block;
}
.hum-moblie{
    display: none;
}
.navbar-light .navbar-toggler {
    border:none;
}
.header-responnshive .hum-desk{
display: none;
}
.header-responnshive .hum-moblie, .header-responnshive#header .mobile{
    display: flex;
}
.logo-head{
    display: flex;
    gap: 10px;
}
.careersite-job-detail .job-detail-logo{
    display: none;
}
.header-responnshive button.upload_resume {
    color: #475467;
}
.header-responnshive button.upload_resume  img{
    filter: brightness(0.5);
}
.header-responnshive  .yellow_btn {
    width: 100%;
    font-size: 16px !important;
    line-height: 24px;
     height: 44px;
}
button.upload_resume {
    height: 44px;
}
.header-responnshive.career-side.bg-light {
    background: #fff !important;
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.header-responnshive .navbar-nav.ml-auto {
    gap: 12px;
    padding-top: 32px;
}
.header-responnshive#header {
    padding-bottom: 24px;
    position: fixed;
    top: 0;
}
.header-responnshive#header.sticky{
    background-color: #fff !important;
}
.modal-open .modal-backdrop.fade.show {
    display: block;
}
.careersite-job .navbar-toggler{
    display: none;
}
.careersite-job .mobile-section{
    color: #475467;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex !important;
        filter: brightness(0.5);
}
.map-view, .list-view{
    display: flex;
}
.joblisting_map{
    display: none;
}
.joblisting_section .joblisting_inner {
    display: block;
            padding: 24px 0px;
}
.joblisting_section .joblisting_inner.p-03{
    padding: 0px;
}
.joblisting_section .joblisting_inner .joblisting_wrap, .joblisting_section .joblisting_inner .joblisting_map {
    width: 100%;
}
.search-as{
    display: none;
}
/*#map {
    height: 80vh;
}*/
.mobile-job {
    position: absolute;
    display: flex;
    z-index: 9;
    width: 100vw;
    overflow: auto;
           bottom: 4rem;
    gap: 20px;
    align-items: center;    
}
.joblisting_list-mobile  li.joblisting_item .joblisting_item_inner {
    padding: 20px;
}
 .mobile-job .joblisting_item h2 {
    margin: 0px;
    }

 .mobile-job .joblisting_item h2 {
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    }
    .work_with_us.section {
      padding-bottom: 0px !important;
    }
  .mobile-job  .joblisting_list-mobile li.joblisting_item p {
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

 .mobile-job  .joblisting_list-mobile li.joblisting_item .details_item:nth-child(2) p{
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        max-width: 150px;
    }
.mobile-job .joblisting_list li.joblisting_item {
    padding: 0;
    width: 77vw;
    height: 300px;
}
.mobile-job .joblisting_list {
    flex-direction: row;
}
  .full-screen-modal-pop .job_career_form.application_modal_form.job_career_form {
    padding: 70px 100px;
}
#staticBackdrop.modal-dialog.modal-fullscreen{
    width: 100vw !important;
}
.related_jobs_list li .list_item .item_right .item_details .details_item:last-child {
    display: none;
}
.home-page-careersite .desktop{
    display: flex;
/*     width: 100px; */
}
.home-page-careersite .job-detail-logo{
    display: none;
}
.joblisting_map.d-block{
    border-radius: 0px !important;
}
.career-map-desktop{
      display: none;
}
.career-map-mobile{
      display: block;
}
.job_career_form_form .input_group {
    gap: 16px;
}
.job_career_form_form {
    gap: 16px;
}
.career-side .navbar-toggler{
    padding-right: 0px;
}
   .career_footer .creer_footer_inner {
        gap: 48px;
        flex-direction: column;
        align-items: center;
    }
    .home-page-careersite .creer_home_content {
    padding: 0px;
}
.career_video_section .career_video_inner .career_video {
 height:400px;
}
.job-detail-upload-career-ul li {
    width: 100%;
            padding-right: 0px;
}
.job-detail-upload-career-ul li:nth-child(even) {
    margin-left: 0px;
}

.job-detail-upload-career .applicant_profile_file_upload  .file_upload_text p {
    text-align: left;
}
.job-detail-upload-career-ul li:nth-of-type(2){
    padding-top: 12px;
}

}
@media screen and (max-width: 767px) {
    .cereer_page .section,
    .cereer_page .section2 {
        padding: 40px 0;
    }
    .looking_for_job .looking_for_job_img img {
    width: 280px;
    height: 280px;
    border-radius: 100%;
}
    #playIcon img{
        width: 60px;
    }
    .home-page-careersite .hiring_proscess_card .hiring_proscess_card_item:first-child {
    padding-left: 0;
}
 .home-page-careersite .hiring_proscess_card .hiring_proscess_card_item:last-child{
    padding-right: 0px;
 }
   .careersite-job-detail .creer_home {
    margin-top: 0;
    display: block;
    padding-bottom: 0px;
}
#scrollButton {
    padding: 10px 0px;
    width: 100%;
}
 .full-screen-modal-pop .job_career_form.application_modal_form.job_career_form {
    padding: 48px 24px 80px;
}
 .full-screen-modal-pop  .job_career_form_form .input_group {
    gap: 16px;
}
.full-screen-modal-pop  .job_career_form.application_modal_form  .job_career_form_form {
    gap: 16px;
}
.full-screen-modal-pop  .job_career_form_form .form_btn{
    padding-top: 32px !important;
}
.full-screen-modal-pop .job_career_form.application_modal_form::before {
    bottom: -133px;
}
.full-screen-modal-pop  .job_career_form.application_modal_form .job_career_form_inner {
    gap: 32px;
}
.main-section-inner   .full-screen-modal-pop .container {
    padding-left: 0px;
    padding-right: 0px;
}
    .about_career .about_career_content ,
    .current_openings_job .current_openings_inner,
    .work_with_us .work_with_us_inner,
    .career_video_section .career_video_inner,
    .hiring_proscess .hiring_proscess_inner,
    .testimonials_career .testimonials_career_inner{
        gap: 32px;
    }
    .creer_home {
        min-height: unset;
        padding: 136px 0 80px 0;
    }
  .home-page-careersite  .creer_home {
    min-height: unset;
    padding: 190px 0 80px 0;
}
    .creer_home .creer_home_content h1{
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: 40px;
        margin-top: 0;
    }
    .creer_home .creer_home_content p,
    .about_career .about_career_text ul li p{
        font-size: 16px;
        line-height: 24px
    }
    .creer_home .creer_home_btn {
        flex-direction: column-reverse;
        max-width: 450px;
        margin: 32px auto 0 auto;
    }
    .creer_home .creer_home_btn button ,
    .looking_for_job .looking_for_job_text .looking_for_job_btn .btn_icon{
        justify-content: center;
    }
    .about_career .about_career_text h2,
    .current_openings_job .semibold_text_32 ,
    .section_heading_career .heading_title ,
    .looking_for_job .looking_for_job_text h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: normal;
    }
/*   .current_openings_job .current_openings_inner .semibold_text_32{
    margin-bottom: -20px;
  } */
    .about_career .about_career_text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .about_career .about_career_text ul li img {
        width: 20px;
    }
    .about_career .about_career_text ul li {
        gap: 10px;
    }
    .current_openings_job .current_openings_inner .tab-content .tab-pane ul a.list_item {
        padding: 24px 0px;
        gap: 16px;
        flex-direction: column;
    }
    .upload_resume_inner {
        gap: 32px;
        flex-direction: column;
        padding: 32px;
    }
    .upload_resume_container .upload_resume_inner_left h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .auto-load.text-center, .auto-load-client.text-center {
    padding: 20px;
    font-size: 14px;
    width: 100%;
    /* position: absolute; */
    top: 0;
    margin: auto;
    text-align: center;
    display: flex;
}
#map-view  .auto-load-client.text-center{
    display: flex;
}
    .upload_resume_container .upload_resume_inner_left p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .upload_resume_inner .upload_resume_inner_right{
        max-width: 450px;
        width: 100%;
    }
    .upload_resume_inner .upload_resume_inner_right button.upload_resume {
        justify-content: center;
        width: 100%;
    }
    .section_heading_career {
        gap: 16px;
        flex-direction: column;
    }
    .section_heading_career .heading_title, .section_heading_career .sub_title {
        width: 100%;
    }
    .section_heading_career .sub_title ,
    .touch_with_us .touch_with_us_info .info_item p ,
    .looking_for_job .looking_for_job_text p{
        font-size: 18px;
        line-height: 28px;
    }
    .work_with_us_card .work_with_us_card_item ,
    .looking_for_job .looking_for_job_text{
        width: 100%;
    }
    .work_with_us_card .work_with_us_card_item {
        padding: 24px;
    }
    .work_with_us_card_item img {
        width: 32px;
    }
    .career_video_section .career_video_inner .career_video {
        border-radius: 16px;
    }
    .hiring_proscess_card .hiring_proscess_card_item {
        width: 100%;
        padding:24px 0px;
        border-bottom: 1px solid #EAECF0;
        border-right: 0;
        margin: 0;
    }
    .hiring_proscess .hiring_proscess_inner .hiring_proscess_card {
        margin: 0px;
    }
    .hiring_proscess_card .hiring_proscess_card_item:first-child{
        padding-top: 0;
        padding-left: 0px;
    }
    .hiring_proscess_card .hiring_proscess_card_item:last-child{
        padding-bottom: 0;
        border-bottom: 0px ;
    }


    .hiring_proscess_card .hiring_proscess_card_item > img {
        width: 32px;
    }
    .testimonials_career_slider  #owl-carousel  .owl-stage-outer {
        padding-bottom:0px;
    }
    .testimonials_career_slider #owl-carousel .owl-nav button.owl-next {
        right: 23%;
    }
    .testimonials_career_slider #owl-carousel .owl-nav button.owl-prev {
        left: 23%;
    }
    .current_openings_job .current_openings_inner .list_item .item_right h3 {
    margin-bottom: 4px;
}
    .touch_with_us .Map_Container {
        padding-top: 32px;
    }
    .section_heading_career.column {
        gap: 16px;
    }
    .career_faq .career_faq_inner {
        gap: 48px;
    }
    .faq_accordion .accordion-item .accordion-header .accordion-button h3 {
        text-align: start;
    }
    .faq_accordion .accordion-item .accordion-header .accordion-button {
        gap: 8px;
    }
    .faq_accordion .accordion-header .accordion-button .accordion_icon img {
        min-width: 24px;
    }
    .looking_for_job .looking_for_job_inner {
        padding: 24px;
        border-radius: 16px;
        flex-direction: column-reverse;
    }
    .looking_for_job .looking_for_job_img {
        width: 100%;
        max-width: 280px;
        height: unset;
    }
    .looking_for_job .looking_for_job_text .looking_for_job_btn {
        gap: 12px;
        flex-direction: column;
        max-width: 450px;
        margin: auto;
        width: 100%;
    }
 
    .career_footer .creer_footer_inner p{
        width: 100%;
        text-align: center;
    }
    .upload_resume_container {
        padding-top: 40px !important;
    }
    .work_with_us_card{
        gap: 16px;
    }

    /* job details page responsive start */

    .job_details_information{
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    .job_details_information .information_item,  .refr_earn_card_link input {
    width: 100%;
}
    .creer_home .job_details_home{
        padding: 136px 0 80px 0;
    }
    .job_description.section{
        padding: 64px 0;
    }
    .job_description_content {
        gap: 32px;
    }
    .job_description_content .job_description_text > p, 
    .job_description_content .job_description_text ul li ,
    .application_modal_form .section_heading_career.white .sub_title {
        font-size: 16px;
        line-height: 24px;
    }
    .job_description_content .job_description_text > h3 {
        margin-bottom: 12px;
    }
    .job_description .work_with_us_card{
        margin-top: 24px;
    }
    .job_career_form.application_modal_form.job_career_form {
        padding: 40px 10px;
    }
    .application_modal_form  {
        padding: 24px;
    }
     .job_details_testimonials_career .testimonials_career_item {
        padding: 16px;
/*        height: 435px;*/
    }
 .application_modal .application_modal_form {
    overflow-x: hidden;
    overflow-y: auto;
}
    .application_modal_form .section_heading_career.column {
        gap: 12px;
    }
    .application_modal_form .job_career_form_inner,
    .job_career_form.application_modal_form .job_career_form_inner{
        gap: 32px;
    }
    .job_career_form.application_modal_form  .job_career_form_form {
        gap: 24px;
    }
    .job_career_form_form .input_group{
        flex-direction: column;
    }
    .job_career_form_form .input_group .input_item{
        width: 100% !important;
    }
    .job_career_form_form .form_btn,
    .job_career_form.application_modal_form .form_btn{
        padding-top: 8px;
    }
    .job_career_form_form .form_btn button{
        width: 100%;
        max-width: 450px;
        justify-content: center;
    }
    .application_modal button.close{
        right: 0px;
        top: 0;
    }
    .job_career_form.application_modal_form::before ,
    .application_modal_form::before{
        left: -77px;
        bottom: -11px;
        width: 198px;
        height: 198px;
    }
    .job_career_form.application_modal_form::after,
    .application_modal_form::after{
        width: 339px;
        height: 339px;
        right: -120px;
        top: -147px;
    }
    .job_details_testimonials_career{
        background-color: #fff;
    }
 .job_details_testimonials_career .testimonials_career_slider #owl-carousel .owl-stage-outer{
        padding-bottom: 32px;
    }
    .related_jobs_list ul {
    margin: 0px;

}
    .refr_earn_details .refr_earn_card{
        padding: 24px;
        background-position: left;
    }
    .refr_earn_card_link button {
        gap: 6px;
    }
    .related_jobs .section_heading{
        padding-bottom: 24px;
    }
    .related_jobs_list li .list_item {
        padding: 24px 0px;
        gap: 16px;
        flex-direction: column;
    }
    .related_jobs_list li .list_item .item_left{
        max-width: 100%;
    }
    .related_jobs .related_jobs_list{
        padding-bottom: 24px;
    }
    .related_jobs_list li:last-child .list_item {
        border-bottom:1px solid #EAECF0;
    }
     .joblisting_section {
        height: calc(100vh - 108px);
        padding: 0px;
    }

.joblisting_section.empty-job-class {
    height: calc(98vh - 108px);
}
    .filter_search_bar_inner{
        gap: 12px;
        margin: 0;
        padding: 8px 0;
        align-items: center;
    }
    .filter_search_bar .filter_item{
        width: 100%;
        border-right: none;
        padding: 0;
    }
    .custom_select_box .select2-container .select2-selection--single .select2-selection__rendered,
    .custom_select_box_dropdown .select2-search--dropdown .select2-search__field{
        padding: 0 12px 0 28px;
    }   
}