@media screen and (min-width:1300px) {}

@media screen and (max-width:768px) {
    .main-header .container {
        top: 5px;
        border-radius: 8px;

    }

    .banner {
        padding: 120px 0 400px 0;
    }

    .banner-title h1 {
        font-size: 40px;
    }

    .banner-dec {
        font-size: 15px;
    }

    .banner-img-placement img {
        width: 365px;
        transform: translate(-70px, 65px);
    }

    .app-tag {
        top: 30px;
        left: 57px;
        font-size: 12px;
        padding: 5px 15px;
    }

    body.lang-ta .app-tag {
        top: 30px;
        left: 57px;
        font-size: 12px;
        padding: 5px 15px;
    }

    .primary-btn {
        font-size: 14px;
    }

    .scan-btn {
        padding: 11px 20px;
        border-radius: 8px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .about-us {
        padding: 70px 0;
    }

    .products {
        padding: 0 0 50px 0;
    }

    .cta-section {
        position: relative;
        padding: 20px 0 70px;
    }

    .cta-box {
        padding: 30px 20px 230px;
    }

    .cta-section .cta-image {
        position: absolute;
        bottom: 28px;
    }

    .cta-image img {
        max-height: 220px;
        object-fit: contain;
        transform: translate(30px, 30px);
    }

    .cta-content h2 {
        font-size: 33px;
    }

    .cta-content p {
        font-size: 15px;
    }

    .cta-number {
        font-size: 30px;
    }

    .cta-actions {
        flex-wrap: wrap;
    }

    .how-it-works {
        padding: 0 0 800px;
    }

    .responsive-step {
        margin-top: 650px;
    }

    .step {
        position: unset;
        width: 100%;
        margin-bottom: 50px;
    }

    .step-bg {
        font-size: 60px;
    }

    .features {
        padding: 0 0 20px;
    }

    .solutions {
        padding: 20px 20px 170px;
        margin: 10px;
    }

    .solutions .solution-title h2 {
        font-size: 40px;
    }

    .solution-mobile-screens .tag-list p {
        display: none;
    }

    .faq .faq-img {
        margin-bottom: 30px;
    }

    .accordion-button {
        padding: 18px 50px 20px 14px !important;
    }

    .download-cta-title {
        font-size: 40px;
    }

    .download-cta-screen {
        margin-top: 30px;
    }

    .footer-links,
    .footer-contact {
        margin-top: 30px;
    }

    body.lang-ta h1 {
        font-size: 30px;
    }

    body.lang-ta .cta-content h2 {
        font-size: 30px;
    }

    body.lang-ta .solutions .solution-title h2 {
        font-size: 30px;
    }
}

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

@media screen and (max-width:580px) {}