.careersBredCrmbImg {
    background-image: url(../img/news/newsBreadcramb.jpg);
    background-attachment: fixed;
}

.breadcrumb-wrap.careersBredCrmbImg:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 61 112 / 81%);
}













#svg_form_time {
    height: 15px;
    max-width: 100%;
    margin: 40px auto 20px;
    display: block;
}

#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.button {
   background: rgb(0 0 0);
    border-radius: 0px;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 1px 6px 20px -2px rgb(57 72 106 / 66%);
}

.disabled {
    display: none;
}

/*

section,
*/
.careerApply_Stper textarea,
.careerApply_Stper select,
.careerApply_Stper input {
    width: 100%;
    height: 42px;
    border: 1px solid #e4ebf5;
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 14px;
    padding: 11px;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #cad1e8, inset -0.2rem -0.2rem 0.5rem #ffffff;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #ffffff;
    background: none;
    font-family: inherit;
    color: #36466c;
}

.cardForm textarea,
.cardForm select,
.cardForm input {
    width: 100%;
    height: 42px;
/*    border: 1px solid #efefef;*/
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 14px;
    padding: 11px;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #cad1e8, inset -0.2rem -0.2rem 0.5rem #ffffff;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #ffffff;
    background: none;
    font-family: inherit;
    color: #36466c;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #36466c;
}

::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #36466c;
}

::placeholder {
    color: #36466c;
}

.careerApply_Stper textarea {
    height: auto !important;
}

.careerApply_Stper textarea:focus,
.careerApply_Stper select:focus,
.careerApply_Stper input:focus {
    box-shadow: inset 0.2rem 0.2rem 0.5rem #cad1e8, inset -0.2rem -0.2rem 0.5rem #ffffff;

}
.cardForm textarea {
    height: auto !important;
}

.cardForm textarea:focus,
.cardForm select:focus,
.cardForm input:focus {
    box-shadow: inset 0.2rem 0.2rem 0.5rem #cad1e8, inset -0.2rem -0.2rem 0.5rem #ffffff;

}

.careerApply_Stper {
    padding: 50px;
    min-height: 355px;
    max-width: 100%;
    margin: 30px auto;
    background: #e4ebf5;
    background: #e4ebf5;
    backdrop-filter: blur(10px);
    box-shadow: 0.8rem 0.8rem 1.4rem #c8d0e7, -0.2rem -0.2rem 1.8rem #ffffff;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}


input {
    width: 100%;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

p {
    text-align: justify;
    margin-top: 0;
}









.upload-files-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-file-area {
    border: 2px dashed #a5a5a5;
    border-radius: 40px;
    margin: 10px 0 15px;
    padding: 30px 10px 10px;
    width: 90%;
    text-align: center;
}

.drag-file-area .upload-icon {
    font-size: 60px;
    color: #686868;
}

.drag-file-area h3 {
    font-size: 20px;
    margin: 15px 0;
}

.drag-file-area label {
    font-size: 18px;
}

.drag-file-area label .browse-files-text {
    color: #2490eb;
    font-weight: bolder;
    cursor: pointer;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #2490eb;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #6e6e6e;
    background-color: #e4ebf5;
    box-shadow: 2px 4px 6px #99afcd, -5px -3px 6px #ffffff;
    transition: all 1s;
    width: 90%;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 4.5%;
    width: 91% !important;
    height: 4px;
    border-radius: 25px;
    background-color: #748fb5;
}

.upload-button {
    font-family: 'Montserrat';
    background-color: #2490eb;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}




















.careerCard {
    margin-bottom: 30px;
    padding: 0px 12px;
}

.careerCard a .careerCardContain {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-top-width: 0.49em !important;
    font-size: .875rem;
    color: #000;
    line-height: 1.6em;
    padding: 2.2em 1.43em 1.43em;
    border: 0.07em solid #ccc;
    background-color: #fff !important;
    border-top-color: #0065c8 !important;
    box-shadow: 0px 9px 14px -8px #04163a52;
    min-height: 208px;
}

.careerJobListing {
    flex: 1 0 auto;
}

.careerLocation {
    margin-bottom: 2.25rem;
    color: rgb(0, 0, 0);
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.careerCardContain .careerJobListing h3 {
    font-size: 24px;
    font-weight: 800;
}

.repotingTo {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgb(0, 101, 200);
    overflow-wrap: break-word;
    padding-top: 10px;
    max-height: 35px;
}

.warningMsg h4 {
    font-size: 18px;
}

.warningMsg p {
    font-size: 14px;
    line-height: 18px;
}











































/*Careers Form start*/

.cardForm.show {
    display: block !important;
}

.cardForm {
    display: none;
    border: 1px solid #f6faff;
    background: #e4ebf5;
    backdrop-filter: blur(10px);
    box-shadow: 0.8rem 0.8rem 1.4rem #c8d0e7, -0.2rem -0.2rem 1.8rem #ffffff;
}

.cardForm .step-container {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    width: 99.85%;
    margin-top: 70px;
    margin-bottom: 50px;
}

.cardForm .fa-circle {
    background-color: lightgrey;
    color: #fff;
    padding: 2px 3.1555px;
    border-radius: 50%;
}

.cardForm .step-box {
    padding: 10px;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    background-color: #fff;
}

.cardForm .active {
    background-color: #2196F3;
    color: #fff !important;
    border-left: 1px solid #2196F3;
    border-right: 1px solid #2196F3;
}

.cardForm .active .fa-circle {
    background-color: #fff !important;
    color: #2196F3;
}

.cardForm .fa-check {
    border-radius: 50%;
    background-color: #00C853;
    color: #fff;
    padding: 3px;
}

.cardForm .step-title-0 {
    margin-bottom: 0px;
}

.cardForm .step-title {
    font-size: 13px;
    position: relative;
    margin-left: 4px;
}

.cardForm .heading {
    margin-bottom: 40px;
}

/*
.cardForm input,
.cardForm textarea,
*/
.cardForm button {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px;
}
/*

.cardForm input:focus,
.cardForm textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid skyblue !important;
    outline-width: 0;
}
*/

.cardForm button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid green !important;
    outline-width: 0;
}

.cardForm textarea {
    height: 100px;
}

.cardForm button {
    width: 120px;
    letter-spacing: 2px;
}

.cardForm .fit-image {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .break-line {
        display: block;
        float: none;
    }
}

/*Careers Form End*/

.carrerUploadCV {
    background-color: #e4ebf5;
}










