@media all and (min-width:320px) and (max-width:767px) {
    .sidebar-col {
        display: none;
    }

    /** COMMON CSS RESPONSIVE START **/

    .heading-box h2 {
        font-size: 20px;
        line-height: 34px;
    }

    .heading-box p {
        font-size: 15px;
        line-height: 28px;
    }

    section {
        padding: 30px 0;
    }

    /** COMMON CSS RESPONSIVE FINISH **/

    /**========================= CANDY AI CLONE PAGE RESPOSNIVE START =========================**/

    /** BANNER SEC RESPONSIVE START **/

    .banner-content h1 {
        font-size: 30px;
        line-height: 43px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-content .action-button {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .request-btn {
        width: 100%;
        justify-content: center;
    }

    .chat-telegram {
        width: 100%;
    }

    .banner-image img {
        max-width: 100%;
    }

    /** BANNER SEC RESPONSIVE FINISH **/


    /** HUMANIZING SEC RESPONSIVE START **/
    
    .humanizing-sec .heading-box {
        text-align: center;
    }

    .tabs-main-box .nav-pills {
        justify-content: center;
    }

    .tabs-main-box .nav-pills .nav-link {
        width: 100%;
    }

    /** HUMANIZING SEC RESPONSIVE FINISH **/

    /** POWERFUL FEATURES SEC RESPONSIVE START **/

    .inner-wrapper {
        padding: 20px 20px;
    }

    /** POWERFUL FEATURES SEC RESPONSIVE FINISH **/


    /** FULLY COMPLIANT SEC RESPONSIVE START **/
    
    .ai-image-box img {
        max-width: 100%;
    }

    .ai-content {
        margin-top: 22px;
    }

    .ai-content h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .ai-content p {
        line-height: 30px;
    }

    .schdule-demo {
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }

    /** FULLY COMPLIANT SEC RESPONSIVE FINISH **/

    /** PLATFORM SEC RESPONSIVE START **/
    
    .case-study-big-text h4 {
        font-size: 65px;
        line-height: 80px;
    }

    .figcaption p {
        line-height: 23px;
        font-size: 14px;
    }

    .project-name h3 {
        font-size: 20px;
    }

    /** PLATFORM SEC RESPONSIVE FINISH **/


    /** SOLUTION SEC RESPONSIVE START **/

    .solution-image {
        margin-bottom: 30px;
    }

    .solution-image img {
        transform: none;
        width: 100%;
        opacity: 1;
    }

    .solution-content-wrapper {
        flex-direction: column;
    }

    .solution-content h3 {
        font-size: 20px;
    }

    /** SOLUTION SEC RESPONSIVE FINISH **/

    /** CTA SEC RESPONSIVE START **/
    
    .cta-content {
        margin-bottom: 25px;
        text-align: center;
    }

    .cta-content h2 {
        font-size: 20px;
        line-height: 32px !important;
    }

    /** CTA SEC RESPONSIVE FINISH **/

    /** TYPE IMAGE SEC RESPONSIVE START **/

    .type-image-sec .heading-box {
        text-align: center;
    }

    .type-image-sec .heading-box h2 {
        margin-bottom: 12px !important;
    }

    /** TYPE IMAGE SEC RESPONSIVE FINISH **/

    /** MONETIZE SEC RESPONSIVE START **/

    .proven-image-content {
        text-align: center;
    }

    .process-step {
        padding: 0;
    }

    .process-step::before {
        left: 17px;
    }

    /** MONETIZE SEC RESPONSIVE FINISH **/

    /** LAUNCHING COST SEC RESPONSIVE START **/
    
    .cost-content h2 {
        font-size: 25px;
        line-height: 38px;
    }

    /** LAUNCHING COST SEC RESPONSIVE FINISH **/

    /** TESTIMONIAL SEC RESPONSIVE START **/
    
    .testimonial-content h3 {
        font-size: 60px;
        position: unset;
        transform: none;
        margin-bottom: 20px;
    }

    .testimonial-content img {
        max-width: 60%;
    }

    .client-content-box {
        align-items: center;
    }

    .testimonial-contact-button .testimonial-btn {
        width: 50px;
        height: 50px;
    }

    .testimonial-contact-button .testimonial-btn svg {
        width: 25px;
    }

    /** TESTIMONIAL SEC RESPONSIVE FINISH **/

    /** WHY CHOOSE SEC RESPONSIVE START **/
    
    .why-choose-content h3 {
        line-height: 33px;
    }

    /** WHY CHOOSE SEC RESPONSIVE FINISH **/

    /** FAQ SEC RESPONSIVE START **/
    
    .accordion .accordion-item h3.accordion-header button.accordion-button {
        padding: 15px 27px;
        line-height: 27px;
    }

    .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .accordion-body p {
        line-height: 26px;
    }

    /** FAQ SEC RESPONSIVE FINISH **/


    /**========================= CANDY AI CLONE PAGE RESPOSNIVE FINISH =========================**/
}