@media (min-width: 380px) and (max-width: 424.98px) {
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px !important;
    }
    h4{
        font-size: 16px !important;
    }
    p{
        font-size: 14px !important;
    }
    
    .button{
        font-size: 12px;
    }
    .button-outline{
        font-size: 12px;
    }
    .menu-list{
        display: none;
    }
    .top-nav-box.left{
        display: none;
    }
    .top-nav-box.right{
        display: none;
    }
    .side-menu{
        display: block;
    }
    .logo img {
        max-width: 200px;
    }
    .header_text {
        margin: 4rem 0;
        text-align: center;
        padding-top: 1rem;
    }
    .home_header{
        height: 600px;
        background-position: 80% 50%;
    }
    .Marquee{
        height: 90px;
    }
    .home-about{
        text-align: center;
        margin-top: 2rem;
    }
    .about-tag-box{
        /* display: inherit; */
        padding: 1rem 0rem 1rem 0;
    }
    .about-tag .about-tag-icon svg{
        font-size: 26px;
    }
    .about-tag .about-tag-icon i{
        font-size: 24px;
    }
    .service-margin {
        margin: 3rem 0;
    }
    .home-service-card{
        margin: 1rem 0;
    }
    .choose-box{
        display: inherit;
        padding: 1.5rem;
    }
    .choose-box .choose-text{
        width: 100%;
    }
    .choose-box .choose-icon{
        width: 100%;
        margin-bottom: 1rem;
    }
    .choose-img{
        display: none;
    }
    .footer-newsletter{
        display: inherit;
        text-align: center;
    }
    .footer-copyright{
        display: inherit;
        text-align: center;
    }
    .footer-link h4 {
        margin-top: 2rem;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-text{
        text-align: center;
    }

    /* ======about us========= */

    .page-header{
        height: 200px;
    }
    .page-header-name{
        padding: 5.1rem 0;
    }
    .leader-box{
        display: inherit;
    }
    .about-leader{
        position: inherit;
        width: 100%;
        top: -2rem;
    }
    .leader-pic::before{
        top: -2rem;
    }
    .testimonial-text {
        margin-top: 0rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    #order2{
        order: 2;
    }
    #order1{
        order: 1;
    }
   
    /* ============end============ */

    /* ========service page==== */

    .service-name-div{
        display: inline-block;
        text-align: center;
        margin-bottom: 1rem;
    }
    .service-icon-box{
        width: 100% !important;
    }
    .service-name-box{
        width: 100% !important;
    }
    .service-name-div .service-icon-box img {
        max-width: 80px;
        margin-bottom: 1.5rem;
    }
    .about-who-we-are{
        padding-right: 0;
        padding: 1rem;
    }
    .about-who-we-are ol li{
        width: 100%;
    }

    /* =========end======== */
        /* =======contact us==== */

        .contact-form-bg{
            padding: 0;
        }
        .contact-address .contact-icon{
            width: 15%;
        }
        .contact-address .contact-icon i{
            font-size: 18px;
            width: 35px;
            height: 35px;
        }
    
        /* =======end====== */
        .mobile-none{
            display: none;
        }
        .desktop-none{
            display: block;
        }
}
