.apply-btn {
    height: 50px;
    width: 360px;
    padding: 5px;
    background-color: #05a5ef;
    border-radius: 4px;
    border: none;
    color: white;

}

.appy-role-btn { 
    height: 46px;
    width: 346px;
    text-align: center;
    background: #F99400;
    border-radius: 0px;
    border: none;
    padding: 12px;
    font-family: "DIN Condensed Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 18.9841px;
    line-height: 130%;
    letter-spacing: 1.46032px;
    text-transform: uppercase;
    color: #000000; 
}

.job-desc-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #000000;

}

.desc-sub-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;

}
.sticky-button{
    position: sticky;
    top: 15%;
}
.apply-role-popup {
    position: fixed;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 400px;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 4px 3px 10px ;
    z-index: 30;

}
.apply-heading{
    font-size: 24px;
    color:#000;
    font-family: 'Poppins';
    text-align: center;
}
.job-close{
    width: 16px;
    cursor: pointer;
    position: absolute;
    right:20px;
    opacity: 0.4;
    z-index: 3;
}

.job-close img{
    width: 100%;

}

.job-close:hover{
    opacity: 1;
}
.Attachment-field{
    border:none;
}

.input-submit-career{
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: #000000;
    background: #f99400;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
}
@media(max-width:450px){

    .apply-role-popup {
   
        width: 100%;
}
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* new added */
.appy-role-btn-1{
    width: 346px;
    height: 46px;
    background: #F99400;
    font-family: 'D-DIN Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18.9841px;
    line-height: 120%;
    /* identical to box height, or 23px */
    letter-spacing: 1.46032px;
    text-transform: uppercase;
    color: #000000;
    margin: auto !important;
    border: none;
  }
   
  .description-list li{
    font-family: 'Poppins';
    font-style: normal; 
    font-size: 15px;
    line-height: 28px;
     margin-left: 15px;
  }
  .job-type{
    font-family: 'Poppins';
    font-style: normal; 
    font-weight: 400;
    font-size: 18px;
    opacity: 0.9;
    line-height: 28px;
  }




@media screen and (min-width: 620px) and (max-width: 760px){
    .apply-role-popup {
        top: 40%;
    } 
}
@media screen and (min-width: 620px) and (max-width: 760px){
    .apply-role-popup {
        top: 40%;
    } 
}

@media screen and (min-width: 1020px) and (max-width: 1080px){
    .appy-role-btn{
    width: 300px;

    }

}
@media screen and (min-width: 320px) and (max-width: 760px){
    .appy-role-btn{
    height: 46px;
    width: 180px;
    text-align: center;
    background: #F99400;
    border-radius: 0px;
    border: none;
    padding: 15px;
    font-family: "DIN Condensed Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 1.46032px;
    text-transform: uppercase;
    color: #000000; 
    }
    .info-box{
        width: 85%;
    }
    .career-heading-section h1 {
    font-size: 36px;
    }

  }