Contact Us

We'd Love to Hear from You

Visit Us

3A/193 Azad Nagar
Kanpur, Uttar Pradesh - 208002

Call Us

Tel: +91 9839148124

Email Us

sgmazadnagarkanpur@rediffmail.com

Send Us a Message

Our Location

School & Office Hours

School Hours

Monday - Saturday: 8:30 AM - 3:00 PM
Sunday: Closed
* School timings may vary for pre-primary classes and during exams.

Administrative Office

Monday - Saturday: 9:00 AM - 3:00 PM
Sunday: Closed
* Office remains closed on public holidays.

Fee Counter

Monday - Saturday 9:00 AM - 3:00 PM
Sunday: Closed
* Extended hours during fee submission periods.

Frequently Asked Questions

How can I schedule a meeting with the principal?

To schedule a meeting with the principal, please call our office at +91 9839148124 during working hours or email us at sgmazadnagarkanpur@rediffmail.com with your request. Please mention the purpose of your meeting to help us schedule it appropriately. The principal is available for parent meetings on Monday, Wednesday, and Friday between 11:00 AM - 1:00 PM by appointment only.

Who should I contact for admission-related queries?

For admission-related queries, please contact our Admission Office at the main contact number. You can also visit the Admission section on our website for detailed information about the admission process, required documents, and important dates. During the admission season, our dedicated admission helpdesk is available from 9:00 AM to 3:00 PM on all working days.

How do I contact my child's class teacher?

You can request a meeting with your child's class teacher through the school diary or by calling our office. Teachers are available for parent meetings on designated parent-teacher meeting days or by appointment after school hours from 3:15 PM to 4:00 PM. Please make appointments at least one day in advance to ensure the teacher's availability.

What is the best way to report a student's absence?

To report a student's absence, please call the school office before 9:00 AM on the day of absence. You can also send a note in advance through the school diary if the absence is planned. For extended absences due to illness or other reasons, a written application along with supporting documents (such as medical certificates) should be submitted to the class teacher or school office.

How can I provide feedback or suggestions to the school?

We welcome feedback and suggestions from parents and community members. You can submit your feedback using the contact form on this page, or email us directly. You may also drop your written suggestions in the suggestion box located near the school office. The school management reviews all feedback regularly and takes appropriate action to continuously improve our services.

// FAQ Accordion const faqItems = document.querySelectorAll('.faq-item'); faqItems.forEach(item => { const header = item.querySelector('.faq-header'); header.addEventListener('click', () => { item.classList.toggle('active'); // Close other open items faqItems.forEach(otherItem => { if (otherItem !== item && otherItem.classList.contains('active')) { otherItem.classList.remove('active'); } }); }); }); // Back to top button functionality const backToTopButton = document.querySelector('.back-to-top'); window.addEventListener('scroll', function() { if (window.pageYOffset > 300) { backToTopButton.classList.add('visible'); } else { backToTopButton.classList.remove('visible'); } }); backToTopButton.addEventListener('click', function() { window.scrollTo({ top: 0, behavior: 'smooth' }); });