Contact Contact – M&M Advocates and Consultants

Contact Us

Get in touch

We are here to answer any question you may have. Feel free to reach via contact form.

8/210, Indiranagar, Lucknow, UP, INDIA

info@mandmadvocates.in

+91 81277 90999

    Your name

    Email address

    (Optional)

    Subject

    Your message

    +91 81277 90999

    Give us a call at this number to get a quick resolution of your queries.

    Lucknow Office

    M&M ADVOCATES AND CONSULTANTS

    8/210, Indiranagar, Lucknow, UP, INDIA

    info@mandmadvocates.in
    ip@mandmadvocates.in

    Drop us an email and our customer support team will reach out real quick.

    Chennai Office

    M&M ADVOCATES AND CONSULTANTS

    Old No: 16, New No: 8, First Floor, ArcotRoad, Porur, Chennai -600116 (Next to Vasanth & Co)

    Schedule a free case evaluation.
    Or call us at +91 81277 90999

    Our design services starts and ends with a best-in-class experience.

    CONTACT US

    Lucknow Office

    8/210, Indiranagar,
    Lucknow, UP, INDIA

    Chennai Office

    Old No: 16, New No: 8, First Floor, ArcotRoad, Porur, Chennai -600116 (Next to Vasanth & Co)

    Email US DIRECTLY

    info@mandmadvocates.in

    CALL US DIRECTLY

    +91 81277 90999

    const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );