@media (max-width: 1420px) {
    .web-header .navbar-nav .nav-link {
        font-size: 13px;
    }

    .banner-area .images-slider {
        padding: 110px 0 50px;
    }


    .timeline .timeline-box h3 {
        font-size: 21px;
        line-height: 31px;
    }

    .timeline .timeline-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .cart-item.style-1 .qty input {
        width: 50px !important;
    }
}

@media (max-width: 1420px) {
    .pricing-table .price-area .price {
        margin-bottom: 0 !important;
        font-size: 12px !important;
        line-height: 22px !important;
    }
}

@media (min-width:1366px) and (max-width: 1420px) {

    .main-title h1 {
        font-size: 54px;
        line-height: 75px;
    }

    .web-header .navbar-nav li:first-child {
        margin-left: 0;
    }
}

@media (min-width:992px) and (max-width: 1366px) {

    .web-header .navbar-nav li {
        margin-right: 20px;
    }

    .main-title h1 {
        font-size: 45px;
        line-height: 61px;
    }

    .main-title p {
        font-size: 18px;
        line-height: 30px;
    }

    .web-header .navbar-nav li:first-child {
        margin-left: 0;
    }

    .web-header .btn {
        min-height: 36px;
        font-size: 12px;
        line-height: 20px;
        padding: 6px 18px;
    }
}


@media (max-width:991px) {
    .web-header .navbar-nav {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .web-header .navbar-nav li {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .web-header {
        padding: 0;
    }

    .timeline::after {
        opacity: 0;
    }

    .web-header .navbar-nav li:first-child {
        margin-left: 0;
    }

    .delivery-area .title-box p {
        padding: 0;
    }

    .delivery-area .delivery-img-box {
        margin-top: 20px;
    }

    .aplication-area .app-img {
        margin-top: 20px;
    }

    .banner-area .banner-img .layer-three {
        top: 37px;
    }

    .banner-img {
        padding-top: 50px;
    }

    .image-scroll {
        margin-top: 30px;
    }
    .banner-area {
        min-height: auto;
        padding: 80px 0;
    }

    .inner_wrap .employee_right_side {
       margin-top: 20px;
    }

    .inner-page-card .employer-table, 
    .company-table, 
    .table-prfl-detail {
        table-layout: auto;
    }

}


@media (max-width: 767px) {

    .section-pd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main-title h1 {
        font-size: 37px;
        line-height: 45px;
        color: var(--dark-1);
        font-weight: 600;
    }

    .banner-area {
        align-items: start;
    }

    .banner-area .banner-img,
    .banner-cont {
        padding-top: 60px;
    }

    .banner-area .banner-img::after {
        top: 0px;
        background-size: cover;
        width: 140px;
        height: 51px;
    }

    .banner-area .banner-img::before {
        left: 0;
        background-size: cover;
        width: 180px;
        height: 86px;
    }

    .delivery-area {
        padding: 20px;
    }

    .delivery-area .title-box p {
        padding: 0;
    }

    .cta-area {
        padding: 30px;
    }

    .title-box h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .title-box p {
        font-size: 15px;
        line-height: 23px;
    }

    .title-box {
        margin-bottom: 20px;
    }

    .footer-links {
        padding-bottom: 20px;
    }

    #footer .footer-bottom .copyright p {
        font-size: 14px;
        line-height: 24px;
    }

    .timeline .timeline-content {
        padding: 20px;
    }

    .timeline .timeline-box {
        margin-bottom: 10px;
    }

    .blog-area .card {
        margin-bottom: 20px;
    }

    .faq-area .accordion-button {
        font-size: 16px;
        line-height: 24px;
        column-gap: 5px;
    }

    .faq-area .accordion-body p {
        font-size: 14px;
        line-height: 24px;
    }

    #footer .footer-top .footer-contact p {
        padding: 15px 0 15px 0;
    }

    #footer {
        margin-top: 50px;
    }

    #footer .footer-top {
        padding: 40px 0 0px 0;
    }

}

@media screen and (min-width:992px) and (max-width:1200) {
    .web-header .navbar-nav li {
        margin-right: 10px !important;
    }
}