@media screen and (max-width:767px) {
    .navbar-brand {
        width: 50%;
    }

    .eazy-flow-logo {
        width: 70%;
    }

    .automation .second-card, .automation .third-card, .automation .fourth-card {
        margin-top: 60px;
    }

    .product-features .custom-row .col-md-4:nth-child(2n+2), .product-features .custom-row .col-md-4:nth-child(2n+3) {
        margin-top: 100px;
    }

}

@media screen and (max-width:991px) {
    .mega-menu.shadow {
        box-shadow: none !important;
        border: transparent;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }


    .offcanvas-body .nav-item .nav-link.active {
        display: inline-block;
    }

    .offcanvas-body .nav-item {
        padding: 0px 12px !important;
    }
}


@media all and (min-width: 768px) and (max-width:1023px) { 
    .eazy-flow-logo {
        width: 40%;
    }

    .automation .card {
        height: 100%;
    }

    .automation .third-card, .automation .fourth-card {
        margin-top: 60px;
    }
}


@media all and (min-width: 1024px) and (max-width:1439px) { 
    header {
        height: 110px;
    }

    .eazy-flow-logo {
        width: 35%;
    }

    .automation .card {
        height: 100%;
    }

}

@media all and (min-width: 1400px) {
    header {
        height: 100px;
    }

    .eazy-flow-logo {
        width: 30%;
    }

    .automation .card {
        height: 100%;
    }

}

@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl {
        max-width: 1632px;
    }
}