.hero {
    position: relative;
}

.hero .panel {
    color: #fff;
    min-height: 360px;
    display: flex;
    align-items: center;
}

.hero img.banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.hero .panel {
    color: #fff;
    min-height: 360px;
    display: flex;
    align-items: center;
}

.hero .panel .container {
    position: relative;
}

.hero .panel h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 40px;
    color: #FFFFFF;
}

.hero .panel p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}

.hero .cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.hero .cta .btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .85rem 1.25rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: .2s
}

.hero .cta .btn.primary {
    border-color: #EA4EC5;
    color: #fff;
    background: transparent;
    border-width: 2px;
}

.hero .cta .btn.ghost {
    border-color: #4154CA;
    color: #fff;
    background: transparent;
    border-width: 2px;
}

section.searchbar-sec {
    padding: 60px 0px;
}

section.searchbar-sec .searchbar.container {
    flex-direction: row;
    flex-wrap: wrap;
    height: 80px;
    gap: 20px;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: fit-content;
    align-content: center;
    padding: 0 0 0 50px;
    overflow: hidden;
}

.searchbar.container input {
    border: unset;
    text-align: center;
}

section.searchbar-sec .searchbar.container button.btn {
    background: #EA4EC5;
    height: 100%;
    min-width: 174px;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

.search {
    height: 100%;
}

section.explored-category {
    background: #3AB4E61F;
    padding: 60px 0 120px 0;
}

.explored-category h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #4154CA;
    margin-bottom: 50px;
}

div#nav-tab {
    border-bottom: none;
}

div#nav-tab button {
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000000;
    padding-bottom: 30px;
}

div#nav-tabContent {
    padding: 30px 0;
}

div#nav-tab .nav-link.active {
    border-bottom: 4px solid #3AB4E6;
}

.job-categories-list li {
    width: calc(calc(100% / 4) - 15px);
    border-radius: 20px;
    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
    background: #fff;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
    align-items: center;
}

.job-categories-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.job-categories-list li a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #595858;
    margin-bottom: 22px;
}

p.count {
    margin: 0;
}

.cat-view-all a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4154CA;
}

section.job-alerts {
    margin-top: -50px;
}

section.job-alerts .container {
    background: #fff;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 20px;
    padding: 30px;
}

section.job-alerts .container strong {
    color: #8F44A1;
}

section.job-alerts .container h2 {
    margin: 0;
}

.job-item {
    border-radius: 20px;
    border-width: 1px;
    border: 1px solid #D6D6D6;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 16px;
    padding: 40px;
}

span.job-time {
    padding: 8px;
    margin: 0 auto;
    background: rgba(143, 68, 161, 0.07);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8F44A1;
}

h3.job-title a {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-decoration: none;
}

.job-heading {
    padding-left: 20px;
}

h4.job-subtitle {
    width: 208px;
    height: 11px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.meta-data p {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #6C757D;
}

.job-footer {
    margin-top: 30px;
}

.meta-data {
    gap: 24px;
}

.job-detail-btn a {
    background: linear-gradient(0deg, #8F44A1, #8F44A1);
    border-radius: 8px;
    padding: 8px 20px;
    color: #fff;
    width: 142px;
    display: block;
    text-align: center;
}

.meta-data p svg {
    margin-right: 12px;
}

.job-featured.job-lists {
    padding: 80px 0;
}

.job-featured.job-lists h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: capitalize;
    color: #4154CA;
    margin-bottom: 60px;
}

.jobf-view-all a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4154CA;
}

.jobf-view-all.text-right {
    margin-top: 40px;
}

.job-detail-lists ul {
    list-style: none;
    padding: 0;
}

.job-detail-lists ul li {
    margin-bottom: 20px;
}

.job-overview {
    background: #F6F0F7;
    padding: 30px 20px;
    border-radius: 20px;
}

.d-flex.job-over-cont {
    align-items: flex-start;
    gap: 20px;
}

.job-overview p:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
}

.job-overview p {
    margin: 0;
}

.job-over-cont {
    margin-bottom: 15px;
}

.d-flex.tag-lists {
    gap: 30px;
}

.d-flex.tag-lists span {
    border-radius: 12px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    background: #8F44A114;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #8F44A1;
}

.job-detail-desc h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 50px;
}

section.single_blog_post p,
section.single_blog_post li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    overflow-wrap: anywhere;
}

.job-detail-key.job-detail-lists h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 50px;
}

.job-detail-desc h2:first-child {
    margin-top: 0px;
}

.job-overview h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 32px;
}

.single_blog_post .col-4 {
    padding-right: 0px;
}

.related-jobs .col-9 {
    padding-left: 0;
}

.single_blog_post .job-detail-btn a {
    width: 100%;
}

.related-jobs h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #000000;
}

ul.share-buttons {
    display: flex;
    padding: 0;
    margin-top: 50px;
    align-items: center;
    gap: 20px;
}

ul.share-buttons li {
    list-style: none;
}

ul.share-buttons h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}

ul.share-buttons h3 {
    margin: 0 30px 0 0;
}
select.job_specialty-dp {
    height: 100%;
    background: transparent;
    border: 0;
    color: #757587;
}

/* All Jobs Page Start */
.filter-group strong {
    display: block;
    margin-bottom: 15px;
}

.job-search-form {
    margin-bottom: 20px;
}

.job-search-form {
    margin-bottom: 20px;
}

h2.job-filter-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 30px;
}

.filter-header.filter-group strong {
    display: inline;
}

.job-filter-header-opt {
    margin-bottom: 20px;
}

.job-filter-header-opt select[name="sortby"] {
    box-sizing: border-box;
    align-items: center;
    margin: 0 auto;
    width: 180px;
    height: 40px;
    border: 1.5px solid #6C757D;
    border-radius: 6px;
    padding: 0 20px;
}

.filter-header p.job-cont-total {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
}

button.job-filter-btn {
    background: #8F44A1;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 8px 20px;
    border-radius: 8px;
}

a.job-filter-clear {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 11px;
    color: #808080;
    text-decoration: none;
}

input#salaryRange {
    width: 100%;
}

.send-us-form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
}
.send-us-form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
}

.send-us-form input, .send-us-form textarea {
    width: 100%;
    padding: 14px 12px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 0px;
    margin-bottom: 10px;
}

.send-us-form textarea {
    min-height: 160px;
}

.send-us-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 14px 20px;
    width: 145px;
    height: 40px;
    background: #8F44A1;
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
}
.get-job-alerts p {
    display: flex;
    align-items: stretch;
    align-content: center;
    margin: 0;
    height: 50px;
}

.get-job-alerts p input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #8F44A1;
    border-radius: 16px 6px 6px 16px;
    border: 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    width: 30%;
}

.get-job-alerts {
    background: #FFFFFF;
    border: 3px solid #8F44A1;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: hidden;
}

.get-job-alerts span.wpcf7-form-control-wrap, .get-job-alerts span.wpcf7-form-control-wrap input {
    width: 100%;
    height: 100%;
    border: 0;
}

.get-job-alerts span.wpcf7-form-control-wrap input {
    padding: 0px 20px;
}

.get-job-alerts .wpcf7-spinner {
    display: none;
}

.get-job-alerts span.wpcf7-not-valid-tip {
    padding: 0 20px;
}
/* All Jobs Page End */

@media(max-width: 1024px) {
    .single_blog_post .col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .single_blog_post .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .related-jobs .job-item {
        padding: 15px;
    }

    .related-jobs h3.job-title a {

        font-size: 20px;
        line-height: 24px;
    }

    .related-jobs .meta-data p svg {
        margin-right: 5px;
    }

    .related-jobs .meta-data {
        gap: 5px;
    }

    .single_blog_post .job-detail-btn a {
        width: 100%;
        padding: 8px;
        font-size: 14px;
    }

    .related-jobs .meta-data span {
        font-size: 14px;
    }

    .related-jobs .job-item .meta-data.d-flex {
        flex-wrap: wrap;
    }

    .related-jobs .job-footer {
        flex-direction: column;
        row-gap: 20px;
    }



}


@media (max-width: 769px) {
    section.searchbar-sec .searchbar.container {
        height: auto;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        box-shadow: 0px 0px 4px 0px #00000040;
    }

    .chip {
        width: 100%;
    }

    .d-flex.justify-content-center.align-items-center {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .searchbar.container input {
        width: 100%;
        border: revert;
        border-radius: 20px;
        height: 40px;
    }

    .job-categories-list li {
        width: calc(calc(100% / 2) - 10px);
    }

    .job-categories-list ul {
        padding: 0;
    }

    .meta-data {
        gap: 10px;
    }

    .meta-data p svg {
        margin-right: 5px;
    }

    .job-item {
        padding: 30px;
    }

    .single_blog_post .d-flex.tag-lists {
        gap: 10px;
    }

    .related-jobs .d-flex.align-items-center.job-logo-con {
        max-width: 75%;
    }

    .job-filter-lists-opt .col-3.meta-data {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .job-filter-lists-opt .col-9.meta-data {
        width: 100%;
        max-width: 100%;
    }
    .job-filter-header-opt {
        gap: 20px;
        flex-direction: column;
    }
    .job-filter-header-opt .filter-header, .job-filter-header-opt .filter-header * {
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    .job-categories-list li {
        width: calc(calc(100% / 1) - 0px);
    }

    section.job-alerts .d-flex {
        flex-direction: column;
        gap: 30px;
    }

    section.job-alerts .d-flex .col-6 {
        width: 100%;
        max-width: 100%;
    }

    .job-item {
        padding: 20px;
    }

    .job-item .job-footer .d-flex.justify-content-between {
        flex-direction: column;
    }

    .job-item .meta-data.d-flex {
        flex-wrap: wrap;
    }

    .job-detail-btn a {
        width: 120px;
    }

    .job-heading {
        padding-left: 10px;
    }

    .d-flex.job-icon.justify-content-between {
        flex-direction: column;
        row-gap: 20px;
    }

    .job-footer {
        flex-direction: column;
        row-gap: 20px;
    }

    .featured-jobs-list {
        margin: auto 15px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .single_blog_post .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single_blog_post .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}