@media (max-width: 480px) {
    .top-bar {
        display: none;
    }

    .hero {
        h1 {
            font-size: 40px;
            max-width: 100%;
        }

        p {
            max-width: 100%;
        }
    }

    .herobtn {
        flex-direction: column;

    }

    h2 {
        font-size: 36px;
        line-height: 1;
    }

    .success-story {
        .success-content {
            max-width: 100%;
        }
    }

    .row-gap {
        gap: 30px 0;
    }

    .navbar {
        .hidden-xl {
            display: block;
            margin: 0 20px 0 auto;
        }
    }

    .navbar-brand {
        width: 70px;

        img {
            width: 100%;
        }
    }

    .navbar-nav {
        .dropdown-menu {
            display: block;
        }
    }

    .counter {
        flex-direction: column;
        padding: 1rem 0;


    }

    .platform {
        .py-5 {
            padding-top: 0rem !important;
            padding-bottom: 0rem !important;
        }
    }

    .footer-cta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    .form-wrapper {
        width: 100%;
    }

    .request-consult {
        height: 100%;
        background: var(--black-col);
    }

    .qualify-content {
        width: 100%;

        .list-qualify-item {
            margin-bottom: 1rem !important;

            h3 {
                font-size: 16px;
            }
        }
    }

    .who-help,
    .what-we {
        padding-bottom: 0;
    }

    .text-center.mb-5 {
        margin: 0 !important;
    }

    .mt-xs-2 {
        margin-top: 20px;
    }

    .how-do {
        padding-bottom: 0;

        .row {
            gap: 40px 0;
        }
    }

    .chart-img {
        max-width: 100%;
        margin: 50px auto 0 auto;
        display: block;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .footer {
        padding-top: 50px;
    }

    .herobtn {
        .underline-btn {
            margin: 0 !important;
        }
    }

    .process {
        .timeline-with-icons {
            margin-left: 30px;
        }

        .timeline-icon {
            height: 50px;
            width: 50px;
            left: -72px;
        }
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .navbar-brand {
        width: 40%;

        .h-8 {
            width: 45%;
        }
    }
}

@media (max-width: 1300px) {
    .img-fit {
        width: 650px;
        height: 400px;
    }
}

@media (min-width: 380px) and (max-width: 991.98px) {
    .ebook-publish .img-product-publishing-why-wrapper {
        display: none;
    }
}