@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
}

/* vacancy page */
.msjk-everest-contact-form-container {
    max-width: 1200px;
    margin: 60px auto;
    /* width: 84%;*/
    padding: 0px 16px;
}

/* vacancy announcement */
.msjk-everest-vacancy-header {
    margin-bottom: 32px;

}

.msjk-everest-vacancy-header h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 12px !important;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.87;
}

.msjk-everest-vacancy-header p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0px !important;
    color: #000000;
    opacity: 0.6;
    max-width: 768px;
    margin: auto;
}

.msjk-everest-vacancy-body .msjk-ul {
    padding-left: 24px;
}

.msjk-everest-vacancy-sub-body h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px !important;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.87;
}

.msjk-everest-vacancy-sub-body p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0px !important;
    color: rgba(0, 0, 0, 0.6);
    /* max-width: 768px;
    margin: auto; */
}


.msjk-everest-vacancy-sub-body p span {
    color: #000000;
    font-weight: 600;
}

@media (max-width:768px) {
    .msjk-everest-contact-form-text-col {
        margin-bottom: 20px;
    }

    .msjk-everest-vacancy-sub-body h2 {
        font-size: 20px;
    }

    .msjk-everest-vacancy-sub-body p {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    .msjk-everest-vacancy-sub-body h2 {
        margin-bottom: 4px !important;
    }

    .msjk-everest-vacancy-sub-body h2 {
        font-size: 18px;
    }
}

/* vacancy announcement  ends*/

/* form section */

.msjk-everest-contact-form-text {
    padding: 20px 40px 56px 40px;
    background-color: #045AA6;

}

.msjk-everest-contact-form-text h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #ffffff;
}

.msjk-everest-contact-form-text p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px !important;
    color: #ffffff;
    opacity: 0.6;
    margin: auto;
}

.msjk-everest-text-field-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.msjk-everest-text-field-block label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.msjk-everest-text-field-block select,
.msjk-everest-text-field-block input,
.msjk-everest-text-field-block textarea {
    border: 1px solid #767676;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.msjk-everest-text-field-block input,
.msjk-everest-text-field-block select {
    height: 40px;
    padding: 0px 12px !important;
}

.msjk-everest-text-field-block-file input {
    border-style: dotted;
    padding: 16px !important;
    height: 66px !important;
    color: white !important;
}


.msjk-everest-text-field-block textarea {
    padding: 12px 16px !important;
    height: 130px;
}

.msjk-everest-form-button a.button {
    margin-top: 20px;
    border: 1px solid #14AEDA;
    background-color: #14AEDA !important;
    color: #ffffff !important;
    padding: 12px 32px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: center;
}

/* .msjk-everest-form-button a.button:hover  {
    color: #14AEDA;
    background-color: #ffffff; 
    border: 1px solid #14AEDA;
} */

@media (max-width:992px) {


    .msjk-everest-contact-form-text {
        margin-bottom: 40px;
    }

    .msjk-everest-contact-form-text-col {
        margin-bottom: 32px;
    }

}

@media (max-width:768px) {
    .msjk-everest-form-button a.button {
        font-size: 16px;
    }

    .msjk-everest-contact-form-container {
        margin: 40px auto;
    }

    .msjk-everest-contact-form-text {
        /*padding: 20px 20px;*/
    }
}

@media (max-width:576px) {
    .msjk-everest-contact-form-container {
        width: 100%;
        padding: 0px;
    }

    .msjk-everest-form-button input {
        margin-top: 4px;
    }

    .msjk-everest-text-field-block textarea {
        height: 100px;
    }

    .msjk-everest-form-button a.button,
    .msjk-everest-text-field-block select,
    .msjk-everest-text-field-block input,
    .msjk-everest-text-field-block textarea,
    .msjk-everest-text-field-block label {
        font-size: 14px;
    }
}

/* form section ends */

/* vacancy ends */