	/* If the screen size is 600px wide or less, hide the element */
    @media only screen and (max-width: 600px) {
        .logo_response {
        width: 30%;
        height: auto;
        }
        .title_responsive{
            font-size: 150%;
        }
        .title_hindi_responsive{
            display: none;
        }
        .approval_image{
            
        }
        .baner_responsive{
            width: 200%;
        height: auto;
        }
        .map_responsive{
            width: 100%;
            height: auto;
        }
        .baner_display_responsive{
            display: none;
        }
        .social_responsive{
            width: 10%;
            height: 50%;
        }
        
    }
  
 

    
