@media (max-width: 479px) {
    .inner-banner-content br {
        display: none
    }
}

.challenge-we-solve {
    margin-bottom: 25px
}

.challenge-we-solve ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin-bottom: 0
}

.challenge-we-solve ul li {
    position: relative;
    padding: 5px 40px 25px 52px
}

.challenge-we-solve ul li p {
    margin-bottom: 0
}

.challenge-we-solve ul li .heading-h4 {
    font-weight: 400 !important;
    line-height: 1.4 !important
}

.challenge-we-solve ul li:before {
    font-weight: 700;
    content: "";
    position: absolute;
    left: 0;
    background: url(../../images/list-icon.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 5px
}

.challenge-we-solve ul li h3 {
    line-height: 22px
}

@media (max-width: 1599px) {
    .challenge-we-solve ul li {
        padding-right: 0
    }
}

@media (max-width: 1440px) {
    .challenge-circle {
        padding: 135px 90px
    }
}

@media (max-width: 1280px) {
    .challenge-circle {
        padding: 94px 90px
    }
}

@media (max-width: 1200px) {
    .challenge-circle {
        padding: 103px 90px
    }
}

@media (max-width: 1024px) {
    .challenge-circle {
        padding: 69px 90px
    }
}

@media (max-width: 991px) {
    section.challenge-we-solve:before {
        content: none !important
    }

    .challenge-circle {
        padding: 0;
        border: 0;
        box-shadow: none;
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px
    }

    .challenge-circle img {
        max-width: 70px;
        margin: 0 !important
    }
}

@media (max-width: 767px) {
    section.challenge-we-solve:before {
        height: 23em
    }

    .challenge-we-solve ul {
        padding-left: 0
    }

    .challenge-we-solve ul li {
        padding-bottom: 20px;
        padding-left: 40px
    }

    .challenge-we-solve ul li:before {
        top: 5px;
        width: 25px;
        height: 25px;
        background-size: 100%
    }

    .challenge-circle img {
        width: 123px
    }
}

.page-filter {
    background-color: #fff
}

.sjb-search-keywords .form-group .form-control {
    border-radius: 40px !important
}

.form-select,
.form-control {
    --bs-form-select-bg-img: url(../../images/select-arrow.svg);
    background-position: right 20px center;
    background-size: 12px;
    background-color: #fff;
    border: 1px solid #bed6f2;
    height: 42px !important;
    font-size: 16px;
    border-radius: 40px !important;
    padding-left: 20px;
    min-width: 140px
}

.filter-box {
    display: block;
    align-items: center;
    border-top: solid 1px #a8c5cf;
    border-bottom: solid 1px #a8c5cf;
    padding: 20px 0
}

.filter-form {
    flex: auto;
    padding: 0 15px
}

.filter-title.font-24 {
    margin-bottom: 20px;
    text-align: center;
}

.filter-form form {
    display: flex;
    gap: 15px;
    flex-flow: row wrap
}

.filter-title {
    min-width: 100px
}

.filter-form form .form-group {
    display: flex;
    white-space: nowrap;
    align-items: center;
    flex: 1
}

.filter-form form .form-group label {
    font-size: 18px;
    margin-right: 10px
}

.filter-form .btn-outline-primary {
    min-width: 152px
}

.search-filter {
    background-color: #fff;
    border: 1px solid #a8c5cf;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    display: flex;
    align-items: center
}

.search-filter img {
    min-width: 20px;
    height: 20px
}

.filter-form form .form-group {
    flex-direction: column;
    align-items: start;
    margin-bottom: 15px
}

@media (max-width: 1600px) {
    .form-select {
        min-width: 200px
    }
}

@media (max-width: 1780px) {
    .filter-box .filter-title {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 1399px) {
    .filter-box {
        flex-flow: row wrap;
        align-items: flex-end
    }

    .form-select {
        min-width: 150px
    }

    .filter-box .filter-title {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .filter-form form {
        align-items: end
    }

    .filter-form form .form-group {
        flex-direction: column;
        align-items: start;
        margin-bottom: 15px
    }

    .filter-form form .btn-outline-primary {
        align-self: end
    }

    .filter-box {
        align-items: flex-end
    }

    .search-filter {
        height: 44px;
        align-items: center;
        display: flex
    }

    .filter-form form {
        flex-flow: row wrap
    }
}

@media (max-width: 1024px) {
    .form-select {
        min-width: 214px
    }
}

@media (max-width: 767px) {
    .filter-form {
        padding: 0
    }

    .filter-form form {
        flex-flow: wrap;
        gap: 0;
        justify-content: center
    }

    .filter-form form .form-group {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .search-filter {
        display: none
    }
}

.opning-table {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    overflow: auto;
    width: 100%
}

.table-header,
.table-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
    margin-bottom: 10px;
    min-width: 1136px
}

.table-header {
    color: #051e29
}

.table-row {
    background-color: #fff;
    border: solid 1px #a8c5cf;
    border-radius: 12px
}

.table-row:hover {
    background-color: #e8eefa
}

.cell {
    flex: 1;
    text-align: left;
    font-size: 20px;
    color: #051e29;
    display: flex
}

.table-row .cell:first-child {
    font-weight: 700
}

.cell-action {
    flex: .5;
    text-align: center
}

.opning-table .btn-outline-primary {
    padding: 8px 38px
}

.icon {
    margin-right: 8px;
    display: flex;
    align-items: center
}

@media (max-width: 1599px) {
    .cell {
        font-size: 16px
    }

    .opning-table .btn-outline-primary {
        padding: 8px 20px
    }
}

@media (max-width: 1280px) {
    .table-header {
        padding: 5px 20px
    }
}

@media (max-width: 991px) {
    .opning-table .table-header {
        display: none
    }

    .opning-table .table-row {
        display: block;
        min-width: 100%
    }

    .cell {
        margin-bottom: 10px
    }
}

@media (max-width: 1599px) {
    .filter-form {
        flex: auto;
        padding: 0 2px
    }
}


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* Job Detail page CSS */

.contact-herobanner-form-title {
    background-color: #e4edff;
    border-radius: 6px 6px 0 0;
    color: #000;
    padding: 12px 30px;
}

.contact-herobanner-form-content {
    padding: 12px 30px;
    background-color: #fff;
    border-radius: 0px 0px 6px 6px;
}

@media(max-width:768px) {
    .contact-herobanner-form-title {
        padding: 19px 5px
    }

    .contact-herobanner-form-content {
        padding: 12px 5px !important;
    }
}

p.form-field {
    padding: 18px 0 3px 0 !important;
    margin: 0 !important;
}

p.form-field .field-label {
    margin-top: 1rem;
}

.main_job_detail {
    border: 2px solid #cee4ee;
    background: #fff;
    border-radius: 8px;
}

.apply-form-wrapper input {
    padding: 7px 15px;
    outline: 0;
    border: none;
    background: #E8EEFA;
    height: 42px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #051E29;
    margin-top: 7px;
    border: 1px solid #E8EEFA;
    font-family: "Inter", sans-serif;
}

.submit input {
    text-align: center;
    background: #FAC848;
    color: #051E29;
    border: 2px solid #FAC848;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 30px;
    width: auto;
    margin: 10px 0;
    height: auto;
    font-family: "Inter", sans-serif;
    cursor: pointer;
}

.submit input:hover {
    background: none;
}

.input-box .apply-form,
.input-box .apply-drop-down {
    width: 48%;
}

.apply-form input[type=text] {
    height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 12px 0
}

.apply-form input:focus {
    border-bottom: 1px solid #000;
    border-radius: 0
}

.contact-footer .e-textarea
{
padding-right: 0;
padding-left: 0;
border-bottom: 1px solid #e1e1e1;
border-radius: 4px
}

.apply-drop-down select {
    padding-right: 10px;
    color: #888;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
}

.apply-drop-down select:focus {
    border-bottom: 1px solid #000;
}

.contact-message textarea {
    height: 100px;
    width: 100%;
    border: none
}

.msg-filed textarea {
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    resize: vertical;
}

select#job-location,
select#job-from {
    color: #000;
}

.dropzone-upload {
    background: #fff;
    border: 1px dashed #e1e1e1;
    box-sizing: border-box;
    min-height: 45px;
    padding: 5px 20px;
    transition: all .3s linear;
    display: block
}

.dropzone-upload img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.dropzone-upload .dz-default-txt {
    display: inline-block;
    vertical-align: middle
}

.hidden {
    display: none
}

.file-text p {
    font-size: 16px;
    font-weight: 600
}

.filename {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: calc(1 * 20px);
    font-size: 16px;
    line-height: 20px
}

.file-group {
    width: 48%
}

.file-group input::-webkit-file-upload-button {
    display: none
}

.file-uploaderCL,
.file-uploaderCV {
    position: relative;
}

.file-group input {
    outline: none;
}

.dz-default.dz-message {
    text-align: center;
}

.feedback_checkbox {
    font-size: 16px;
    line-height: 20px;
    padding-right: 15px;
    margin-top: 15px
}
.feedback-btn {
    position: relative;
    padding: 14px 57px 14px 20px;
    outline: none;
}

.jobpost_apply {
    margin-top: 20px !important;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("<?php bloginfo('template_directory'); ?>/simple_job_board/img/loading.gif") no-repeat center center;
    z-index: 10000;
}

.custom-header{
    background: #ffee67; 
    margin: -20px -50px 0;
    padding: 10px 25px;
}

.help-service.salesfore-solutions .border-card{padding:20px 50px;}
.salesfore-solutions .border-card {
    height: 100%;
    z-index: 2;
}
.border-card {
    border: 1px solid #d1e1ff;
    background: #fff;
    border-radius: 12px;
    transition: .5s all;
    height: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 0 0 #bfd6f1;
}

.custom-header img{
    width: 6%;
}
@media (max-width:767px) {
    .custom-header img{
        width:10%;
    }
} 

.challenge-we-solve ul.bullet-listing li{
   list-style: none !important;
}