/* Responsive CSS */

/* @media (min-width: 768px) and (max-width: 991px) {} */

@media (width: 1366px) {}

@media (width: 1024px) {

    /* Home Page Start */
    .hero-image {
        display: none;
    }

    /* Home Page End */

    /* Profile Page Start  */

    .user-profile-wrap .post-tags li {
        margin-bottom: 10px;
    }

    /* Profile Page End  */
}

@media (width: 768px) {

    /* Home Page Start */
    .hero-image {
        display: none;
    }

    .hero-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .testimonial-wrap {
        margin-right: 0px;
    }

    /* Home Page End */

    /* Profile Page Start  */

    .user-profile-wrap .post-tags li {
        margin-bottom: 10px;
    }

    /* Profile Page End  */
}

@media (width: 425px) {

    /* Home Page Start */
    .hero-image {
        margin-bottom: 40px;
    }

    .hero-area-wrap {
        padding: 20px !important;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10px;
        letter-spacing: 0;
    }

    .title-view-more {
        display: none;
    }

    .section-title h3 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 12px;
    }

    .company-block-wrap .company-inner-item {
        margin-top: 30px;
        display: block;
    }

    .company-block-wrap .theme-btn {
        margin-top: 20px;
    }

    .testimonial-wrap {
        margin-right: 0px;
    }

    /* Home Page End */
    /* Job Page Start */
    .inner-page-filter-widget {
        display: block !important;
    }

    .sidebar-bg.ms-3 {
        margin-left: 0 !important;
    }

    /* Job Page End*/
    /* Job Details Start  */
    .job-description-wrap .company-logo {
        height: 170px;
    }

    /* Job Details End */
}

@media (min-width: 320px) and (max-width: 375px) {

    /* Home Page Start */
    .hero-image {
        margin-bottom: 40px;
    }

    .hero-area-wrap {
        padding: 20px !important;
    }

    .hero-content h1 {
        font-size: 25px;
        line-height: 40px;
        margin-top: 10px;
        letter-spacing: 0;
    }

    .slogan {
        font-size: 16px;
    }

    .title-view-more {
        display: none;
    }

    .section-title h3 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 12px;
    }

    .company-block-wrap .company-inner-item {
        margin-top: 30px;
        display: block;
    }

    .company-block-wrap .theme-btn {
        margin-top: 20px;
    }

    .testimonial-wrap {
        margin-right: 0px;
    }

    /* Home Page End */
    /* Job Page Start */
    .inner-page-filter-widget {
        display: block !important;
    }

    .sidebar-bg.ms-3 {
        margin-left: 0 !important;
    }

    .inner-page-filter-widget p {
        margin-bottom: 10px;
    }

    .inner-page-filter-widget .row .col {
        margin-bottom: 10px !important;
    }

    /* Job Page End*/
    /* Job Details Start  */
    .job-description-wrap .company-logo {
        height: 220px;
    }

    /* Job Details End */
}