@media (max-width: 1024px) {

    .post-ad,
    .post-ad2 {
        display: none;
    }
}


@media (max-width:820px) {

    /* ===data-aos=== */
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .smart-img::after,
    .sales-img::after {
        display: none;
    }
}

@media (max-width: 768px) {

    /* ===padding reduce== */
    .challenge,
    .why-choose,
    .contact,
    .blog,
    .serve,
    .solutions,
    .integrations,
    .negotiate,
    .testimonial,
    .pricing-card,
    .innerpage-contactus,
    .salesflow,
    .visual,
    .messagecenter,
    .customer-acquisition,
    .custom-sales,
    .multiple-contact,
    .organized-alert,
    .taskmanager,
    .crm-software,
    .insights-report,
    .activityimg,
    .controlimg, .inner-blog {

        padding: 50px 10px;
    }

    .terms,
    .privacy {
        padding: 50px 20px;
    }

    .compose-message {
        padding: 0 10px 50px;
    }

    .autolead-smarter {
        padding: 50px 10px 0;
    }

    .total-users {
        padding-top: 50px;
    }

    /* ===innerpage banner=== */
    .pipeline,
    .message-center,
    .autolead-banner,
    .salescycle,
    .multile-contact-banner,
    .notifications-rollup-banner,
    .autologging-banner,
    .privacy-banner,
    .meetings-banner,
    .resources, .inner-blogbanner {
        height: auto;
        aspect-ratio: 16/9;
    }

    .faq {
        padding: 0 10px 50px;
    }


    /* ===heading== */
    .heading h3 {
        font-size: 28px;
    }

    /* ==banner== */
    .banner-content h1 {
        font-size: 40px;
    }

    /* ===logo=== */
    .logo-section .heading {
        width: 100%;
    }

    /* ==franmantra solution=== */
    .solution-box h3 {
        font-size: 40px;
    }

    /* ===blog=== */
    .blog .col-xl-4 {
        margin-bottom: 10px;
    }

    .blog .heading {
        width: 100%;
    }

    /* ===inerpage-banner=== */
    .inner-about,
    .inner-pricing,
    .inner-contact {
        aspect-ratio: 16/9;
        background-attachment: unset;
        height: auto;
    }

    /* ==inerpage-pricing== */
    .pricing-card .heading {
        width: 100%;
    }
}