@media screen and (max-width:770px) {

    /* ---------------------------------------------------------------- */
    /* 01. Landing Page                              
/* ---------------------------------------------------------------- */


    .hero-header .banner-img {
        position: relative;
        width: 24rem;
        top: 2rem;
    }

    .hero-header .content h1 {
        font-size: 45px;
        line-height: 53px;
        text-align: center;
    }

    .hero-header .content span {
        margin: 0px auto;
        display: block;
        width: fit-content;
    }

    .hero-header .content h6 {
        font-size: 20px;
        text-align: center;
    }

    .hero-header .banner-shape {
        top: 0rem;
    }

    .hero-header {
        margin-top: 7rem;
        padding-bottom: 3rem;
    }
    .about-wrapper .skill-item .title {
        font-size: 14px;
        line-height: 20px;
    }
    .products-wrapper .desc br {
        display: none;
    }

    .products-wrapper .desc {
        font-size: 14px;
        line-height: 30px;
    }

    .products-wrapper h4 {
        font-size: 26px;
    }

    .service-wrapper {
        margin-top: 3rem;
    }
    .clients-item {
        min-height: auto;
    }

    .contact-wrapper .cont-body .contact-form{
        margin-top: 2rem;
    }
    .contact-wrapper .cont-header p {
        width: 90%;
    }

    /* --------------------------------------------------- */
    /* 02.Enquiry Page                          
    /* --------------------------------------------------- */
    .enquiry-hero h1 {
        font-size: 43px;
        text-align: center;
    }
    .enquiry-hero p {
        font-size: 14px;
        text-align: center;
    }
       /* --------------------------------------------------- */
    /* 04.Sitemap Page                           
/* --------------------------------------------------- */
    .sitemap-header {
        padding: 6rem 0rem;
        padding-bottom: 0rem;
    }

    .sitemap-header span {
        font-size: 16px;
    }

    .sitemap-header h1 {
        font-size: 41px;
    }
    .sitemap-header p {
        width: 100%;
    }
    .sitemap-wrapper .sitemap-animated-img img {
        width: 55%;
    }
    .sitemap-wrapper .sitemap-main-link {
        margin: 0px auto;
        margin-bottom: 2rem;
    }
    .sitemap-wrapper ul {
        justify-content: center;
    }
}


@media screen and (max-width:440px) {
    /* ---------------------------------------------------------------- */
    /* 01. Landing Page                              
/* ---------------------------------------------------------------- */

    .hero-header .content h1 {
        font-size: 34px;
        line-height: 39px;
    }

    .hero-header .content span {
        font-size: 14px;
        padding: 6px 16px;
    }

    .hero-header .content h6 {
        font-size: 16px;
    }


    .about-wrapper .about-inner-content h4 {
        font-size: 25px;
        text-align: center;
    }

    .about-wrapper .about-inner-content .tag {
        font-size: 22px;
        letter-spacing: 0px;
        margin-bottom: 0px;
        display: block;
        text-align: center;
    }


    /* --------------------------------------------------- */
    /* 02.Enquiry Page                          
    /* --------------------------------------------------- */
    .enquiry-hero p {
        font-size: 11px;
    }
    .enquiry-hero h1 {
        font-size: 30px;
    }

    .contact-wrapper .cont-body {
        margin-top: -1rem;
        
    }
    .enquiry-hero::before {
        background: linear-gradient(180deg, #0060aa45 25%, #004377f2 63%);
    }
}

