@font-face {
    font-family: 'newSimplerProAlteBlack';
    src: url('../new-fonts/SimplerPro_Alte-Black.woff2') format('woff2'),
        url('../new-fonts/SimplerPro_Alte-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteBold';
    src: url('../new-fonts/SimplerPro_Alte-Bold.woff2') format('woff2'),
        url('../new-fonts/SimplerPro_Alte-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteRegular';
    src: url('../new-fonts/SimplerPro_Alte-Regular.woff2') format('woff2'),
        url('../new-fonts/SimplerPro_Alte-Regular.woff') format('woff');
    font-display: swap;
}


body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    direction: rtl;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-family: 'newSimplerProAlteRegular';
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, a, li, button {
    letter-spacing: 0 !important;
}

.container {
    max-width: 1370px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.apply_coloumn .container {
    max-width: 1370px !important;
    padding: 0 20px !important;
}

.primary_btn{
    background: #0153F4;
    height: 38px;
    padding: 0 24px;
    font-size: 16px;
}


a{
    text-decoration: none !important;
}

.primary_btn {
    height: 46px;
    border-radius: 38px;
    background: #0153F4;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 46px;
    padding: 0 24px;
    color: #fff;
    font-family: 'newSimplerProAlteRegular';
    display: inline-flex;
    min-width: 147px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 38px;
}

.primary_btn:hover {
    border-color: #0153F4;
    background: transparent;
    color: #0153F4;
}

.border-btn {
    border: 1px solid #000000;
    border-radius: 55px;
    height: 39px;
    display: flex;
    align-items: center;
    line-height: 40px;
    text-decoration: none !important;
    font-family: 'newSimplerProAlteRegular';
    max-width: max-content;
    justify-content: center;
}


.banner_section.career_banner{
    text-align: center;
    padding: 80px 0 64px;
}

.career_banner  .baner_title{
    max-width: 541px;
    width: 100%;
    margin: 0 auto;
}

.career_banner .baner_title .primary_btn{
    font-size: 18px;
}

.career_banner .baner_title h1{
    font-size: 32px;
    color: #000;    
    line-height: 38px;
    font-family: 'newSimplerProAlteBold';
    max-width: 370px;
    margin: 0 auto 32px;
}

.career_banner .baner_title p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 32px;
    font-family: 'newSimplerProAlteRegular';
}

.career_banner .baner_title .border-btn{
    margin: 0 auto 40px;
    min-width: 124px;
    font-size: 16px;
    color: #000;
    pointer-events: none;
    padding: 0 16px !important;
    align-items: flex-start;
}

.graph_image img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.mobile_view{
    display: none !important;
}

.career_cta .container{
    max-width: 1112px;
}

.career_cta img{
    height: 613px;
    object-fit: cover;
    border-radius: 20px;
}


.career_accrordian_section{
    padding: 92px 0 100px;
}

.career_accrordian_section .container{
    max-width: 800px;
    text-align: right;
}

.career_accrordian_section p{
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 32px;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 64px;
}

.career_accrordian_section .collepsing-div p{
    font-size: 18px;
    line-height: 22px;
}

.accordion{
    max-width: 704px;
    margin: 0 auto;
}

.accordion-wrapper{
    background: #F0EFEC;
    margin-bottom: 8px;
    padding: 32px 32px;
    border-radius: 16px;
}

.accordion-wrapper:hover button:before{
    background: url(../images/accrodian_hover_down.svg) no-repeat center;
}

.accordion-wrapper:hover button{
    color: #7B776A;
}

.accordion-wrapper.active{
    background: #F0EFEC;
}

.accordion-wrapper:nth-child(1).active{
    background: #E4E1D8;
}

.accordion-wrapper svg{
    width: 23px;
    height: 23px;
    stroke:#000 ;
    transition: 0.3s;
    margin-left: 16px;
}

.accordion-wrapper:hover svg{
    stroke:#7B776A;
}

.accordion-wrapper svg{
    stroke: #000;
}



.accordion-wrapper button{
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: 'newSimplerProAlteregular';
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: 0.3s;
    
}

.accordion-wrapper button:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: url(../images/accrodian_doan.svg) no-repeat center;
    transition: 0.3s;
}

.accordion-wrapper.active button:before{
    transform: rotate(180deg);
}

.accordion-wrapper button:focus{
    outline: none;
}

.accordion-wrapper button img{
    margin-left: 16px;
    height: 20px;
    display: block;
}

.accordion-wrapper p{
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding-left: 106px;
    padding-right: 39px;
}

.listing-job ul {
    display: flex;
    list-style: none;
    gap: 16px;
    margin: 0 0 32px;
    padding: 0;
    flex-wrap: wrap;
}

.listing-job ul a {
    padding: 6px 10px;
    border: 1px solid #DCDBDA;
    color: #000;
    border-radius: 6px;
    font-size: 20px;
    line-height: 22px;
    font-family: 'newSimplerProAlteRegular';
    background: transparent;
}

.job_box {
    width: 33.33%;
    padding: 0 6px 12px;
}

.job_box:focus{
    outline: none;
}

.listing-data {
    display: flex;
    margin: 0 -6px;
    flex-wrap: wrap;
}

.listing-job ul li {
    display: flex;
}

.listing-job ul li a.active {
    background: #E4E1D8;
    border: 1px solid #E4E1D8;
    outline: none;
}

.job_desc {
    
    padding: 24px 32px;
    text-align: right;
    border-radius: 16px;
    border: 1px solid #E5E7EF;
    background: #FFF;
}

.job_desc ul {
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 20px;
}

.job_desc ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
}

.job_desc ul li img {
    margin-left: 8px;
}

.job-section h2{
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    font-family: 'newSimplerProAlteBold';
    color: #000;
    margin-bottom: 48px;
}

.job-section .arrow_link {
    display: flex;
    justify-content: flex-end;
}

.job-section .job_desc .label{
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'newSimplerProAltebold';
    margin-bottom: 12px;
    display: block;
    max-width: max-content;
}

.job-section .job_desc h3{
    font-size: 18px;
    line-height: 22px;
    font-family: 'newSimplerProAlteregular';
    color: #000;
    margin: 0 0 12px;
}

.job-section .arrow_link img{
    transform: translateX(0);
    transition: 0.3s;
}

.job-section .job_box:hover  .arrow_link img{
    transform: translateX(-10px);
}

.suitable_job_main {
    background: rgba(240, 239, 236, .6);
    border-radius: 20px;
    padding: 56px 111px;
    display: flex;
    align-items: center;
    margin-top: 72px;
    justify-content: center;
}

.suitable_job_left {
    width: 50%;
    text-align: right;
}

.suitable_job_right{
    width: 50%;
}

.suitable_desc {
    max-width: 334px;
    margin: 0;
}

.suitable_desc h2{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-family: 'newSimplerProAlteBold';
    margin-bottom: 12px;
}

.suitable_desc p{
    font-size: 18px;
    line-height:22px;
    color: #000000;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 24px;
}

.suitable_desc .primary_btn{
   background: #E4E1D8;
   font-size: 16px;
   color: #000;
   height: 38px;
}

.suitable_desc .primary_btn:focus{
    outline: none;
}

.suitable_desc .primary_btn:hover{
    border-color: transparent;
}

.job-section .suitable_desc{
    max-width: 320px;
    margin: 0 auto;
}

.career-popup .modal-dialog{
    max-width: 770px !important;
}

.career-popup .modal-dialog .modal-body {
    text-align: right;
    padding: 0 40px 8px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;
    margin-left: 3px;
    margin-bottom: 20px;
}

.career-form-popup .modal-dialog .modal-body{
    max-height: 100%;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}


.career-form-popup .career-form {
    text-align: right;
    padding: 0 80px 8px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;
    margin-left: 3px;
    margin-bottom: 20px;
    direction: rtl;
}

.career-popup .modal-dialog .modal-body::-webkit-scrollbar, .career-form-popup .career-form::-webkit-scrollbar {
  width: 6px;
  
}
 
.career-popup .modal-dialog .modal-body::-webkit-scrollbar-track, .career-form-popup .career-form::-webkit-scrollbar-track {
  background: rgba(240, 239, 236, 0.6);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}
 
.career-popup .modal-dialog .modal-body::-webkit-scrollbar-thumb, .career-form-popup .career-form::-webkit-scrollbar-thumb {
   background: #000;
   border-radius: 24px;
  
}

.career-form-popup .cr_form_btn .wpcf7-submit.primary_btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.career-form-popup .cr_form_btn .wpcf7-submit.primary_btn:focus{
    outline: none;
}

.career-form-popup span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 31px;
    right: 10px;
}

.career-form-popup .cr_form_btn {
    justify-content: space-between;
    padding: 24px 40px 10px;
    border-top: 1px solid #E5E7EF;
    position: relative;
}


.career-popup .modal-content{
    border: none;
    border-radius: 24px;
}

.popup_box {
    background: rgba(240, 239, 236, 0.6);
    border-radius: 16px;
    padding: 32px 32px 32px 110px;
    margin-bottom: 12px;
}

.career-popup .modal-header{
    border-bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 40px 40px 20px 40px;
}

.career-popup .modal-header button {
    font-weight: 400;
    font-size: 27px;
    opacity: 1;
}

.career-popup .modal-header button:focus{
    outline: none;
}

.career-popup .modal-header .close{
    margin: 0;
    padding: 0;
}

.popup_top {
    margin-bottom: 72px;
}

.popup_top .label{
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18PX;
    color: #000;
    font-family: 'newSimplerProAltebold';
    margin-bottom: 12px;
    display: block;
    max-width: max-content;
    
}

.popup_top h2{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: 'newSimplerProAlteregular';
    margin-bottom: 12px;
}

.popup_top ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}

.popup_top ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
}

.popup_top ul li img{
    margin-left: 8px;
}

.popup_box h4{
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: 'newSimplerProAlteBold';
    margin: 0 0 24px;
}

.popup_box ul {
    padding: 0 20px 0 0;
    margin-right: 0;
}

.popup_box ul li{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 12px;
}


.popup_box ul li:last-child{
    margin-bottom: 0;
}    

.career-popup .modal-footer{
    justify-content: space-between;
    padding: 24px 40px;
    border-top: 1px solid #E5E7EF;
}

.career-popup .modal-footer p{
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #4A4F6E;
    font-family: 'newSimplerProAlteRegular';
    text-align: right;
}

.career-popup .modal-footer .primary_btn{
   margin-left: 0;
   height: 38px;
   padding: 0 24px;
   font-size: 16px;
   
}

.career-form-popup .modal-footer .primary_btn{
    max-width: 100%;
    width: 100%;
}

.color-purple{
    background: #DDDDFE;
}

.color-light_b{
    background: #D0E7FF;
}

.color-yellow{
    background: #C9DF01;
}

.color_d_purple{
    background: #B6C8FA
}

.color-green{
    background: rgba(30,142,40,0.5  );
}

.color-brown {
    background: #F4C17F;
}

.color-blue{
    background: #A3D0FF;
}

.color-gary{
    background: #F0EFEC;
}

html{
    scroll-behavior: smooth;
}


.apply_left {
    max-width: 380px;
    width: 100%;
}

.apply_box {
    background: #F6F5F4;
    border-radius: 16px;
    padding: 32px;
    text-align: right;
    position: sticky;
    top: 85px;
    align-self: self-start;
}

.apply_left ul {
    margin: 0;
   
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid #E5E7EF;
    padding: 24px 0;
}

.apply_left ul li{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    font-family: 'newSimplerProAlteRegular';
    width: 100%;
}

.apply_left ul li img{
    margin-left: 8px;
}

.apply_right {
    max-width: calc(100% - 380px);
    padding-right: 80px;
}

.apply_main {
    display: flex;
    padding: 0 14px;
}

.apply_left h2{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteregular';
    margin-bottom: 24px;
}

.apply_left p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 24px;
}

.apply_back {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 60px;
}

.apply_back a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
    display: flex;
    align-items: center;
    text-underline-offset: 3px;
    text-decoration: underline !important;
}

.apply_back a:hover {
    color: #000;
}

.apply_back img {
    transform: rotate(180deg);
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.apply_left span.label {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'newSimplerProAltebold';
    margin-bottom: 24px;
    display: block;
    max-width: max-content;
}

.apply_box .btn_main a.btn_link {
    display: flex;
    margin-top: 32px;
    max-width: max-content;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-decoration: underline !important;
}

.apply_box .btn_main a.btn_link img {
    margin-left: 6px;
}

.apply_coloumn{
    padding: 50px 0;
}

.apply_box .btn_main {
    border-top: 1px solid #E5E7EF;
    padding: 24px 0;
}

.apply_box_desc{
    text-align: right;
    margin-bottom: 40px;
    max-width: 680px;
}

.apply_box_desc h2{
    font-size: 18px;
    font-style: normal;
    font-family: 'newSimplerProAlteBold';
    color: #000;
    line-height: 22px; 
    margin-bottom: 16px;
}

.apply_box_desc p{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';    
}

.apply_box_desc ul{
    margin: 0;
    padding: 0 20px 0 0;
    
}

.apply_box_desc ul li{
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
}

.career-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    direction: rtl;
    border-top: 1px solid #E5E7EF;
    padding-top: 40px;
}

.career-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.career-form  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.career-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.career-form .form-group label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    color: rgba(42, 52, 156, 0.8);
    font-weight: 400;
    position: absolute;
    top: -10px;
    right: 18px;
    background: #fff;
    padding: 0px 5px;
    z-index: 1;
}


.career-form .form-group label span {
    color: #FF4945;
}

.career-form .form-group input,
.career-form .form-group textarea {
    width: 100%;
    border: 0.8px solid rgba(42, 52, 156, 0.4);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    outline: none;
    background: #fff;
    direction: rtl !important;
    height: 54px;
}

.career-form .form-group textarea {
    resize: none;
    height: 103px;
}

.career-form .upload-box {
    
    border-radius: 14px;
    min-height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.career-form .upload-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect x='0.5' y='0.5' width='99%25' height='99%25' rx='14' ry='14' fill='none' stroke='rgba(42,52,156,0.3)' stroke-width='1' stroke-dasharray='4 6'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.career-form label.upload-label {
    position: relative;
    top: 0;
    right: 0;
}

/* .career-form .upload-box input {
    display: none;
} */

.career-form .upload-label {
    cursor: pointer;
    color: #5764c6;
    font-size: 16px;
}

.career-form .upload-label span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: rgba(42, 52, 156, 0.8) !important;
    direction: ltr;
}

.career-form label.upload-label a {
    color: rgba(42, 52, 156, 0.8) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.career-form .submit-btn {
    width: 100%;
    border: 0;
    height: 56px;
    border-radius: 50px;
    background: #1358ea;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.career-form .submit-btn:hover {
    opacity: .9;
}

.apply_box a.primary_btn svg {
    stroke: #fff;
    transition: 0.3s;
}


.apply_box a.primary_btn:hover svg{
    stroke: #1362FF;
}


.thnaku_page .thnaku_main {
    text-align: center;
}

section.thnaku_page {
    padding: 217px 0 100px;
}

section.thnaku_page h1{
    font-size: 20px;
    color: #000;    
    line-height: 24px;
    font-family: 'newSimplerProAlteBold';
    margin-bottom: 20px;
}

section.thnaku_page p{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin: 0 auto;
    font-family: 'newSimplerProAlteRegular';
    max-width: 367px;
    
}

section.thnaku_page  img{
    margin: 32px auto;
    display: block;
    width: 100%;
}

.thnaku_page .container{
    max-width: 750px;
}

.suitable_job_right img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.popup_box p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
}

.career-form-popup h2 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteBold';
    margin-bottom: 16px;
}

.career-form-popup form.career-form {
    padding: 0 42px;
}

.career-form-popup .modal-dialog .modal-body{
    padding-bottom: 20px;
}

.modal-open .career-popup {
    overflow-x: hidden;
    overflow-y: hidden;
}

.listing-job .color-brown:hover, .listing-job .color-brown.active{
    background: #F4C17F;
    border: 1px solid #F4C17F;
}
.listing-job .color-gary:hover, .listing-job .color-gary.active{
    background: #F0EFEC;
    border: 1px solid #F0EFEC;
}

.listing-job .color-blue:hover, .listing-job .color-blue.active{
    background: #A3D0FF;
    border: 1px solid #A3D0FF;
}

.listing-job .color-purple:hover, .listing-job .color-purple.active{
    background:#DDDDFE;
    border: 1px solid #DDDDFE;
}
.listing-job .color-light_b:hover, .listing-job .color-light_b.active{
    background:#D0E7FF;
    border: 1px solid #D0E7FF;
}
.listing-job .color-yellow:hover, .listing-job .color-yellow.active{
    background:#C9DF01;
    border: 1px solid #C9DF01;
}
.listing-job .color_d_purple:hover, .listing-job .color_d_purple.active{
    background:#B6C8FA;
    border: 1px solid #B6C8FA;
}

.listing-job .color-green:hover, .listing-job .color-green.active{
    background:rgba(30,142,40,.5);
    border: none;
    padding: 7px 11px;
}

/* Form upload input file */
/* Upload Box */

.career-form .upload-box{
    position:relative;
    border:1px dashed transparent;
    border-radius:16px;
    background:#fff;
    min-height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition:.3s;
}

/* Highlight while dragging */

.career-form .upload-box.dragover{
    border-color:#2747B8;
    background:#F6F8FF;
}

/* Hide native file input */

.career-form .upload-box input[type=file]{
    position:absolute;
    width:1px;
    height:1px;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
}

/* Content */

.career-form .upload-content{
    position:relative;
    z-index:2;
    padding:35px 20px;
}

.career-form .upload-text {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    direction: rtl;
}

/* Upload Link */

.career-form .upload-link {
    cursor: pointer;
    transition: .3s;
    font-size: 16px;
    color: rgba(42, 52, 156, .8);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.career-form .upload-link:hover{
    text-decoration:underline;
}

.career-form .upload-divider{
    font-size: 16px;
    color: rgba(42, 52, 156, 0.8);
    font-weight: 400;
}

.career-form .upload-text small {
    width: 100% !important;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: rgba(42, 52, 156, 0.8) !important;
    direction: ltr;
}

/* Selected file */

.career-form .selected-file{
    margin-top:10px;
    color:#2747B8;
    font-size:15px;
    font-weight:600;
    word-break:break-word;
}

.career-form .selected-file.success{
    color:#2E7D32;
}

.career-form .selected-file.error{
    color:#D32F2F;
}

#applyform .cr_form_btn {margin-top: 31px;padding: 31px 0;}

#applyform .cr_form_btn .wpcf7-submit.primary_btn {
    max-width: 100%;
    width: 100%;
}

#applyform .cr_form_btn .wpcf7-submit.primary_btn:focus{
    outline: none;
}

#applyform .career-form h2 {
    display: none;
}

.wpcf7-not-valid-tip{
    text-align: right;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.wpcf7 .form-control:focus {
    box-shadow: none;
}


@media(max-width:991px){
    .job_box{
        width: 50%;
    }

    .suitable_job_main{
        padding: 56px;
    }
}




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

    .career_banner .baner_title .border-btn.mobile_view {
        display: flex !important;
        padding: 6px 11px !important;
    }

    .suitable_job_right{
        width: 100%;
    }

    #applyform .cr_form_btn{
        padding: 0;
    }

    .career-form .upload-content{
        position: absolute;
    }

    .career_banner .baner_title{
        max-width: 281px;
    }

    .career-form-popup form.career-form{
        padding: 0 0 50px;
    }

    .career-form label.upload-label{
        top: 0 !important;
    }

    section.thnaku_page img{
        margin: 0 auto 58px;
        display: block;
        width: 100%;
        border-radius: 20px;
    }

    .thnaku_page .thnaku_main {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .thnaku_title {
        order: 1;
        margin-bottom: 48px;
    }

    section.thnaku_page h1 br{
        display: none;
       
    }

     section.thnaku_page h1{
        margin-bottom: 16px;
     }


    .btn_main {
        order: 1;
    }

    section.thnaku_page {
        padding: 80px 0 78px;
    }

    .apply_box a.primary_btn:hover svg{
        stroke: #1362FF;
    }

    .suitable_desc .primary_btn:hover {
        background: #E4E1D8;
        border-color: #E4E1D8;
    }

    .career-form-popup h2{
        margin-bottom: 43px;
    }

    .mobile_view{
        display: block !important;
    }
    

    .apply_box .btn_main a.btn_link{
        margin-top: 30px;
    }

    .two-col {
        grid-template-columns: 1fr;
    }

    .job_box{
        width: 100%;
    }

    .career_cta img {
        height: 450px;
        object-fit: cover;
        border-radius: 20px;
       
    }

    .career_banner .baner_title h1{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

     .career_banner .baner_title p{
        font-size: 18px;
        line-height: 24px;
       color:  #707070;
       margin-bottom: 36px;
    }

    .banner_section.career_banner{
        padding: 60px 0 52px;
    }

    .career_accrordian_section{
        padding: 72px 0;
    }

    .career_accrordian_section p{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 68px;
    }

    .accordion-wrapper button{
        font-size: 18px;
        line-height: 22px;
    }

    .career_accrordian_section p{
        padding-left:36px;
        font-size: 18px;
        line-height: 22px;
    }

    .career_accrordian_section .collepsing-div p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .accordion-wrapper{
        padding: 24px 24px;
        margin-bottom: 12px;
    }

    .listing-job ul{
        gap: 10px;
    }

    .suitable_job_main{
        flex-direction: column;
        gap: 24px;
        padding: 32px 24px;
        margin-top: 32px;
    }

    .suitable_job_left{
        width: 100% ;
        order: 1;
    }

    .job-section h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    section.suitable_job {
        margin-bottom: 17px;
    }

    .career-popup .modal-header{
        padding: 34px 24px 26px 24px;
    }

    .popup_top{
        margin-bottom: 40px;
    }

    .career-popup .modal-dialog .modal-body,  .career-form-popup .modal-body .career-form{
        padding: 0 24px 0;
        max-height: 440px;
    }

    .career-form-popup .modal-dialog .modal-body{
        padding: 0;
        max-height: 100%;
    }

    .popup_box{
        padding: 24px 32px;
    }

    .popup_box:last-child{
       margin-bottom: 0;
    }

    .career-popup .modal-footer{
        padding:21px 24px;
    }

    .career-popup{
        padding-right: 0 !important;
    }

    .career-popup .modal-dialog{
        margin: 0;
        padding: 10px;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        left: 50%;
        width: 100%;
        margin: 0 !important;
    }

    .apply_main{
        flex-direction: column;
        padding: 0;
    }

    .apply_left{
        max-width: 100%;
    }

    .apply_right{
        max-width: 100%;
        padding-right: 0;
        padding-top: 60px;
        
    }

    .career-form .two-col{
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .career-form .form-group label{
        top: -12px;
        padding: 3px 5px;
    
    }

    .apply_box_desc{
        margin-bottom: 40px;
    }

    .career-form-wrapper{
        padding-top:60px;
    }

    .apply_coloumn{
        padding: 50px  0 30px;
    }

    .apply_back{
        padding-bottom: 24px;
    }

    .apply_left p{
        margin-bottom: 30px;
    }

    .apply_left ul{
        padding: 30px 0 ;
    }

    .apply_box .btn_main{
        padding: 30px 0 0;
    }

    .apply_box{
        padding: 32px 24px;
        position: static;
    }

    .career_banner .baner_title .border-btn {
        min-width: 64px;
        padding: 0 11px !important;
        border-radius: 38px;
        height: 34px;
        font-size: 18px;
        line-height: 22px;
    }
   
}


@media(max-width: 575px){
    .job_box{
        width: 100%;
        padding: 0 6px 16px;
    }

    .career_accrordian_section p{
        padding-left: 24px;
    }

    .apply_left ul{
        column-gap: 16px;
    }

    .apply_left ul li{
        width: auto;
    }

    .listing-job ul a{
        font-size: 16px;
        line-height: 22px;
    }

    .job_box:last-child{
        padding-bottom: 0;
    }

    .career_cta img {
        height: auto;
        object-fit: cover;
        border-radius: 20px;
        aspect-ratio: 3 / 3;
    }

     .suitable_desc h2{
        font-size: 20px;
        line-height: 24px;
        
    }

    .suitable_desc p{
        font-size: 16px;
        line-height: 22px;
        max-width: 250px;
    }

    .job-section .job_desc h3{
        font-size: 16px;
        line-height: 22px;
    }

    .career-popup .modal-footer p{
        max-width:130px;
    }

    .popup_top h2{
        font-size: 18px;
        line-height: 22px;
    }

    .career-form-popup h2{
        max-width: 240px;
    }

    

    
}

@media(max-width:385px){
    .job_desc ul{
        flex-direction: column;
        gap: 10px;
    }
}