/* 1st nav start */
@media only screen and (max-width: 700px){
    header 
    {
        display: none;
    }
}
/* 1st nav End */


/* hero sec start */
@media only screen and (max-width: 1199px){
    .hero-content h1 
    {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 700px){
    .hero-sec  
    {
        height: 500px;
    }

    .hero-content  
    {
        margin-top: 50px;
    }

    .hero-content h1 
    {
        font-size: 2.5rem;
    }
}
/* hero sec End */


/* intro section start */
@media only screen and (max-width: 600px){
    .intro-content h2  
    {
        font-size: 1.5rem;
    }
}
/* intro section End */


/* about sec start */
@media only screen and (max-width: 500px){
    .about-content h3  
    {
        font-size: 1.9rem;
    }
}
/* about sec End */


/* Footer & Contact Sec start */
@media only screen and (max-width: 767px){
    .latest-footer input 
    {
        width: 258px;
    }
}
/* Footer & Contact Sec End */



                    /* --------------- service.html start --------------- */
/* banner sec start */
@media only screen and (max-width: 767px){
    .service-banner  
    {
        height: 300px;
    }

    .service-banner .main-btn  
    {
        padding: 13px 30px;
    }
}
/* banner sec End */
                    /* --------------- service.html End --------------- */


                    /* --------------- company.html start --------------- */
/* counter sec start */
@media only screen and (max-width: 576px){
    .counter  
    {
        height: 450px
    }
}
/* counter sec End */
                    /* --------------- company.html End --------------- */