@media only screen and (max-width: 1199px) {
    .book-demo-block {
        padding: 40px 25px;
        gap: 50px;
    }

    .book-demo-left-col {
        width: 100%;
    }

    .book-demo-right-col {
        width: 100%;
        text-align: left;
    }

    .book-demo-block::after {
        bottom: 0;
        right: auto;
        left: 0;
    }

    .faq-sec .header-text,
    .our-work-culture-sec .header-text {
        margin-bottom: 30px;
    }

    .accrodion-title h3 {
        font-size: 16px;
    }

    .accrodion-title {
        padding: 20px 47px 20px 20px;
    }

    .accrodion-title:after {
        right: 20px;
        width: 25px;
        height: 25px;
    }

    .accrodion-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .request-banner .request-banner-text h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .inner-hero-sec.shopify-outsourcing-checklist-sec .inner-wrapper {
        flex-direction: column-reverse;
    }

    .inner-hero-sec.shopify-outsourcing-checklist-sec .inner-wrapper .right-col {
        margin-bottom: 100px;
    }

    .new-web-magento-tab-wrapper {
        flex-direction: column;
    }

    .new-web-content {
        max-width: 100%;
    }

    .new-web-tab {
        max-width: 100%;
        position: static;
    }

    .inner-wrapper .left-col {
        width: 100%;
    }

    .inner-wrapper .right-col {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .inner-hero-sec {
        padding-top: 140px;
    }



    .inner-hero-sec.new-web-magento-sec .inner-wrapper {
        flex-direction: column-reverse;
    }

    .inner-wrapper .right-col::before {
        width: 408px;
        height: 468px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .inner-hero-sec.new-web-magento-sec .right-col {
        margin-bottom: 100px;
    }


    .new-web-tab ul li {
        margin-bottom: 25px;
    }

}

@media only screen and (max-width: 767px) {

    .inner-web-magneto-img {
        min-height: 282px;
    }

    .new-web-content {
        max-width: 100%;
    }

    .new-web-tab {
        max-width: 100%;
        position: static;
    }

    .new-web-magento-tab-wrapper {
        flex-wrap: wrap;
    }

    .accrodion-title:after {
        width: 22px;
        height: 22px;
        top: 26px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

}