@media (min-width: 993px) and (max-width: 1200px){
    .banner-content{
        padding: 40px;
    }
    .banner-left h1{
        font-size: 30px;
    }
    .banner-left p{
        font-size: 15px;
    }

    .service-intro-section{
        padding: 40px 0;
    }
    .intro-title{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .intro-content{
        gap: 30px;
    }

    .reset-section{
        padding: 40px 0;
    }

    .core-section{
        padding: 40px 0;
    }
    .core-title{
        font-size: 46px;
        margin-bottom: 20px;
    }
    .core-content{
        gap: 30px;
        grid-template-columns: repeat(auto-fill, minmax(26%, 1fr));
    }
    .core-txt h3{
        font-size: 20px;
    }
    .core-txt p{
        font-size: 14px;
    }
    .core-txt span{
        font-size: 15px;
        font-family: var(--family-font-secondary);
        color: #1a1a1a;
        font-weight: 400;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        opacity: 0.9;
    }
    .reset-dec span{
        font-size: 15px;
        font-family: var(--family-font-secondary);
        color: #1a1a1a;
        font-weight: 400;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        opacity: 0.9;
    }

    .price-section{
        padding: 40px 0;
    }
    .price-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .price-card{
        padding: 50px 30px;
    }
    .price-card h3{
        font-size: 20px;
    }
    .price-card-list li{
        font-size: 14px;
    }
    .price-card-addons h4{
        font-size: 15px;
    }
    .price-card-addons li{
        font-size: 14px;
    }

    .free-section{
        padding: 40px 0;
    }
    .free-title{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .free-content{
        gap: 30px;
    }

    .process-title{
        font-size: 40px;
    }
    .process-line{
        left: 48%;
    }
    .process-line.odd{
        left: 62%;
    }
    .process-line svg{
        width: 70%;
        height: 70%;
    }

    .faq-item-content p{
        font-size: 14px;
    }
    .faq-item-content ul li{
        font-size: 14px;
    }

    .contact-content{
        padding: 40px;
    }

    .contact-section{
        padding: 40px 0 0 0;
    }
}

@media screen and (max-width: 992px) {
    .banner-left h1{
        font-size: 17px;
    }
    .banner-left{
        width: 100%;
    }
    .banner-right{
        width: 67%;
    }
    .banner-left p{
        font-size: 12px;
        margin: 10px 0;
    }
    .banner-right img{
        width: 100%;
    }

    .banner-left .primary-btn{
        padding: 5px 20px;
        font-size: 12px;
    }

    .intro-title{
        font-size: 28px;
    }
    .intro-item h3{
        font-size: 22px;
    }
    .intro-item p{
        font-size: 14px;
    }

    .industries-title{
        font-size: 28px;
    }

    .contact-left h1{
        font-size: 20px !important;
        margin: 10px 0 20px 0;
    }
    .contact-left span{
        font-size: 16px !important;
    }

    .star-title{
        font-size: 29px;
    }
    .reset-container>p{
        font-size: 14px;
    }

    .core-container>p{
        font-size: 17px;
    }
    .core-title{
        font-size: 28px;
        margin-bottom: 10px;
    }

    .core-txt h3{
        font-size: 20px;
    }

    .price-intro h2{
        font-size: 22px;
    }
    .price-intro p{
        font-size: 14px;
    }

    .price-card h3{
        font-size: 20px;
    }
    .price-card-list li{
        font-size: 14px;
    }
    .price-card-badge{
        padding: 3px 10px;
        font-size: 12px;
    }

    .free-container>p{
        font-size: 18px;
    }
    .free-title{
        font-size: 20px;
    }
    .service-scope-title{
        font-size: 30px;
    }



    .core-content{
        grid-template-columns: 1fr;
    }


    .banner-content{
        padding: 20px;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .banner-left{
        order: 2;
    }
    .banner-right{
        order: 1;
    }

    .reset-title h5{
        font-size: 17px;
    }

    .core-txt p{
        font-size: 14px;
    }
    .core-txt span{
        font-size: 15px;
        font-family: var(--family-font-secondary);
        color: #1a1a1a;
        font-weight: 400;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        opacity: 0.9;
    }
    .reset-dec span{
        font-size: 15px;
        font-family: var(--family-font-secondary);
        color: #1a1a1a;
        font-weight: 400;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        opacity: 0.9;
    }
    .price-card h3{
        font-size: 18px;
    }
    .free-txt h3{
        font-size: 18px;
    }
    .free-txt p{
        font-size: 14px;
    }


    .faq-left p{
        font-size: 15px;
    }
    .faq-item-title h3{
        font-size: 14px;
    }
    .faq-item-content p{
        font-size: 13px;
    }
    .faq-item-content ul li{
        font-size: 13px;
    }

    .category-title{
        font-size: 14px;
    }
    .plan-name{
        font-size: 13px;
    }
    .comparison-feature, .yellow-content .comparison-feature{
        font-size: 14px;
    }

    .comparison-cell span:not(.checkmark):not(.cross-mark):not(.asterisk-mark){
        font-size: 12px;
    }
}


.responsive-ux .navi .menu li>a{
    font-size: 23px;
}

.show-submenu>li.show-submenu-active>.sub-menu a{
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .responsive-ux .navi .menu li>a{
        font-size: 20px;
    }
}