@media (max-width: 575px) {
}

@media (max-width: 767px) {
    .banner.banner-1.banner-1-bg {
        background-image: linear-gradient(90deg, rgba(14, 14, 14, 0.95), rgba(34, 34, 34, 0.82)) !important;
    }

    .job-list .body {
        text-align: center;
    }

    .job-list .thumb {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .company-carousel .owl-nav button.owl-prev {
        margin-left: -52px;
    }

    .company-carousel .owl-nav button.owl-next {
        margin-right: 118px;
    }

    .header-top-account .account-card {
        width: 100%;
    }

    .more-option {
        flex-direction: column;
    }

    .margin-top-xs-10 {
        margin-top: 10px;
    }

    .user-statistic-block .user-statistic {
        width: 100%;
    }

    .title-more {
        align-items: baseline;
        flex-direction: column;
    }

    .add-more {
        margin-top: 30px;
    }

    .download-resume a {
        margin-right: 0;
    }

    .job-list .body .more .buttons {
        flex-direction: column;
    }

    .job-list .body .more .buttons .button {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .job-title-and-info .title {
        display: flex;
        justify-content: center;
    }

    .job-title-and-info .title .title-body .info span {
        margin-right: 0;
    }

    .job-title-and-info .buttons {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .job-listing-container .filtered-job-listing-wrapper {
        width: 100%;
    }

    .job-view-controller-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .job-view-controller-wrapper .showing-number {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .banner.banner-1.banner-1-bg {
        background-image: linear-gradient(90deg, rgba(14, 14, 14, 0.95), rgba(34, 34, 34, 0.82)) !important;
    }

    .header-top-account .account-card {
        width: 100%;
    }

    .call-to-action-box.employer-register {
        margin-bottom: 0;
    }

    .call-to-action-box.candidate-box {
        margin-top: 30px;
    }

    .job-listing-container .filtered-job-listing-wrapper {
        width: 100%;
    }
}

@media (max-width: 1199px) {
}
