.kw-career-pane-1 h1 {
    text-transform: capitalize;
    font-size: 3.5em;
    color: #333333;
}
.kw-career-pane-1 {
    padding-top: 8em;
    padding-bottom: 8em;
}
.kw-career-pane-1 .banner-content {
    padding-bottom: 3em;
}
.kw-career-pane-1 span.blue-text {
    color: #2EAFCF;
}
.career-banner-img img {
    width: 75%;
    border-radius: 20px;
}
.career-banner-img {
    position: relative;
}
.career-banner-img:before {
    content: "";
    width: 350px;
    height: 300px;
    position: absolute;
    top: -35px;
    right: 16%;
    background: #fb484866;
    z-index: -1;
    border-radius: 20px;
}
hr {
    opacity: .1;
}
.banner-content p {
    width: 65%;
    font-weight: 500;
}
.kw-jobs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #057792;
    text-transform: uppercase;
    margin-bottom: 2em;
}
.kw-jobs h2 span {
    color: #fb4848;
}
.jobs-content a {
    color: #fb4848;
    font-size: 14px;
}
.jobs-content a i.bi {
    font-size: 12px;
}
.jobs-content ul {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.jobs-content ul li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
}
.jobs-card {
    box-shadow: 0 10px 10px #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 175px;
    background: #fafafa;
}
.jobs-icon {
    background: #f6f6f6;
    border-radius: 50%;
    padding: 17px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.jobs-icon img {
    width: 100%;
}
.jobs-content h3 {
    font-size: 18px;
}
#content-less {
    display:none;
}
.jobs-content ul li img {
    width: 15px;
    margin-right: 5px;
}

  /* For Mobile Portrait View */
  @media screen and (max-device-width: 480px)
  and (orientation: portrait) {
    .kw-career-pane-1 h1 {
        font-size: 36px;
    }
    .kw-career-pane-1 {
        padding-top: 4em;
        padding-bottom: 5em;
    }
    .career-banner-img:before {
        content: "";
        width: 230px;
        height: 200px;
        top: -30px;
        right: 0%;
    }
    .career-banner-img img {
        width: 90%;
    }
    .career-banner-img {
        margin-top: 3em;
        text-align: center;
    }
    .jobs-card {
        padding: 20px;
        min-height: 140px;
    }
    .kw-jobs h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .kw-career-pane-1 .banner-content {
        padding-bottom: 20px;
    }
    .banner-content p {
        width: 100%;
    }

  }

  /* For ipad View */
  @media screen and (min-device-width: 768px)
  and (max-device-width: 1024px) {
    .kw-career-pane-1 {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    .kw-career-pane-1 h1 {
        font-size: 32px;
    }
    .career-banner-img img {
        width: 85%;
    }
    .career-banner-img:before {
        width: 260px;
        height: 180px;
        top: -20px;
        right: 3%;
    }
    .banner-content p {
        width: 100%;
    }
    .kw-jobs h2 {
        font-size: 18px;
        margin-bottom: 1em;
    }

  }



  /* Job Description css */

  .kw-job-desc-pane-1 h2 {
    font-size: 3.5em;
    color: #333333;
    text-transform: capitalize;
}
.banner-content ul {
    padding: 10px;
    list-style: none;
    background: #f6f6f6;
    width: 45%;
    border-radius: 20px;
    /* text-align: center; */
    font-size: 12px;
    font-weight: 500;
}
.banner-content ul li {
    display: inline;
    margin-right: 10px;
    text-align: left;
}
.kw-job-detail h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.kw-job-detail ul {
    padding: 0;
    list-style: none;
}
.kw-job-description ul li {
    margin-bottom: 15px;
    margin-left: 30px;
    font-size: 14px;
    position: relative;
}
.kw-job-description ul li::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(/img/new-design/icon/check.png);
    background-size: cover;
}
.kw-job-detail ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
.kw-job-detail ul li span {
    font-weight: 600;
    float: right;
}
.kw-jobs-detail ul li {
    font-size: 13px;
    font-weight: 500;
}
.job-label {
    font-weight: 600;
}
.kw-job-desc-pane-1 ul li img {
    width: 15px;
    margin-right: 5px;
}

.offcanvas-end {
    width: 40%;
}
button.btn-close {
    position: initial !important;
}

.choose-file label {
    font-size: 14px;
}
.choose-file input:focus {
    box-shadow: none;
    border-color: #ddd;
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
.kw-job-desc-pane-1 h2 {
    font-size: 28px;
}
.banner-content ul {
    width: 80%;
}
.kw-job-desc-pane-1 .banner-content.mb-5 {
    margin-bottom: 15px !important;
}
.kw-job-detail.mt-5 {
    margin-top: 15px !important;
}
.offcanvas-end {
    width: 90%;
}
.kw-job-detail ul li span {
    float: initial;
}

}



  /* For ipad View */
  @media screen and (min-device-width: 768px)
  and (max-device-width: 1024px) {
    .kw-job-desc-pane-1 h2 {
        font-size: 34px;
    }
    .banner-content ul {
        width: 50%;
    }
    .kw-job-detail ul li span {
        float: initial;
    }
  }

  #toast {
    visibility: hidden;
    max-width: 500px;
    height: 50px;
    margin: auto;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 9999;
    left: 10px;
    right: 72%;
    top: 30px;
    font-size: 17px
}

.success {
    background-color: green!important;
    color: #fff!important
}

.error-toast {
    background-color: red!important;
    color: #fff!important
}

#toast #img {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
    background-color: #111;
    color: #fff
}

#toast #toast-success {
    color: #fff;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
    background: #008000;
}

#toast #toast-failure {
    color: #fff;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
    background: red !important;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 2s, fadeout .5s 2.5s;
    animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 4s, fadeout .5s 4.5s
}

/***Toaster CSS****/

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
    z-index: 9999;
}

#toasts .toast p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 15px;
    color: #ffffff;
}

#toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: #FFF;
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 0px;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
}

#toasts .toast.success {
    background: #26d68a;
}

#toasts .toast.warning {
    background: #ffa533;
}

#toasts .toast.info {
    background: #2cbcff;
}

#toasts .toast.error {
    background: #f44336;
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.5s ease-in-out;
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
}