/* IGI — Locator (Hospitals + Workshops), About, Contact */ function Locator() { const [type, setType] = React.useState('hospitals'); const [city, setCity] = React.useState('Karachi'); const [search, setSearch] = React.useState(''); const data = { hospitals: [ { name: 'Aga Khan University Hospital', city: 'Karachi', area: 'Stadium Road', tags: ['Tertiary care', 'Cashless', '24/7 ER'], specs: 'Cardiology · Oncology · Maternity' }, { name: 'Liaquat National Hospital', city: 'Karachi', area: 'Stadium Road', tags: ['Tertiary care', 'Cashless'], specs: 'Multi-speciality · Pediatric ICU' }, { name: 'Indus Hospital', city: 'Karachi', area: 'Korangi', tags: ['Cashless', 'Charitable'], specs: 'General · Trauma' }, { name: 'Ziauddin Hospital', city: 'Karachi', area: 'Clifton', tags: ['Cashless', '24/7 ER'], specs: 'Cardiac · Orthopedic' }, { name: 'Shaukat Khanum Memorial', city: 'Lahore', area: 'Johar Town', tags: ['Cashless', 'Specialist'], specs: 'Oncology · Diagnostics' }, { name: 'Doctors Hospital', city: 'Lahore', area: 'Johar Town', tags: ['Cashless', '24/7 ER'], specs: 'Cardiac · Neurology' }, { name: 'Hameed Latif Hospital', city: 'Lahore', area: 'Garden Town', tags: ['Cashless'], specs: 'Maternity · General' }, { name: 'Shifa International', city: 'Islamabad', area: 'H-8/4', tags: ['Cashless', 'Tertiary care', '24/7 ER'], specs: 'Cardiac · Liver Transplant' }, { name: 'Maroof International', city: 'Islamabad', area: 'F-10', tags: ['Cashless'], specs: 'Multi-speciality' }, { name: 'KRL Hospital', city: 'Islamabad', area: 'G-9', tags: ['Cashless'], specs: 'General · Maternity' }, ], workshops: [ { name: 'Toyota Defence Motors', city: 'Karachi', area: 'DHA Phase 6', tags: ['Authorized', 'Same-day estimate'], specs: 'Toyota & Lexus' }, { name: 'Honda Quaideen', city: 'Karachi', area: 'Shahrah-e-Faisal', tags: ['Authorized'], specs: 'Honda · all models' }, { name: 'Suzuki South', city: 'Karachi', area: 'Korangi Industrial', tags: ['Authorized', 'Cashless'], specs: 'Suzuki · light commercial' }, { name: 'Toyota Walton Motors', city: 'Lahore', area: 'Walton Road', tags: ['Authorized', 'Same-day estimate'], specs: 'Toyota & Lexus' }, { name: 'Honda Airport', city: 'Lahore', area: 'Allama Iqbal Town', tags: ['Authorized'], specs: 'Honda · all models' }, { name: 'Suzuki Capital', city: 'Islamabad', area: 'I-10/3', tags: ['Authorized', 'Cashless'], specs: 'Suzuki passenger & commercial' }, { name: 'BMW Dewan Motors', city: 'Karachi', area: 'Clifton Block 4', tags: ['Authorized', 'Premium'], specs: 'BMW · MINI' }, { name: 'Mercedes Shahnawaz', city: 'Karachi', area: 'Korangi Road', tags: ['Authorized', 'Premium'], specs: 'Mercedes-Benz' }, ], }; const items = data[type].filter(d => (city === 'All' || d.city === city) && (search === '' || d.name.toLowerCase().includes(search.toLowerCase())) ); return ( <>
Network locator

Find a panel hospital
or approved workshop.

450+ hospitals and 180+ workshops across all major cities. Cashless treatment & repair, no out-of-pocket hassle.

{/* Toggle + filters */}
{[['hospitals', 'Hospitals', I.Hospital], ['workshops', 'Workshops', I.Wrench]].map(([id, l, Ic]) => ( ))}
setSearch(e.target.value)} style={{ paddingLeft: 40 }} />
{items.length} results
{items.map((it, i) => (
{type === 'hospitals' ? : }
{it.name}
{it.area}, {it.city} · {it.specs}
{it.tags.map(t => ( {t.toUpperCase()} ))}
))} {items.length === 0 && (
No results. Try a different city or search term.
)}
{/* Map placeholder */}
{[[30, 35], [55, 40], [40, 60], [70, 30], [60, 70], [25, 55]].map(([x, y], i) => (
{i+1}
))}
Map preview · Live map in full app
Nearest to you
Enable location to see distance & ETA
); } /* ----- ABOUT ----- */ function About({ navigate }) { return ( <>
About IGI General

Seventy-two years of
protecting Pakistan.

Incorporated in November 1953 as a joint venture between Alliance PLC (UK) and the Ali Group, IGI is today a flagship enterprise of the Packages Group — headquartered in Karachi with offices in 9 cities nationwide. PACRA-rated AA for nine consecutive years.

{[ ['1953', 'Founded'], ['9', 'Cities nationwide'], ['PKR 14.3B', 'Gross premium 2023'], ['AA', 'PACRA · 9 years'], ].map(([n, l]) => (
{n}
{l}
))}
[ photo: head office Karachi ]
Our story

Built in Karachi.
Trusted across Pakistan.

Founded as International General Insurance by Syed Maratib Ali, with Syed Babar Ali as its first MD. In 2004, we acquired the Pakistan operations of Royal & SunAlliance (RSA) UK, and in 2014 entered life insurance through the acquisition of MetLife Alico's Pakistan business — now IGI Life.

We offer Fire, Motor, Marine, Travel, Health, Personal Accident, Home and Miscellaneous insurance, with reinsurance arrangements with "A"-rated foreign reinsurers. The first general insurer in Pakistan to obtain ISO 9002 certification.

Our values

What we stand for.

{[ { t: 'Pay claims fast.', d: 'Every delay is a broken promise. We measure ourselves on settlement speed first.' }, { t: 'Speak human.', d: 'No fine print games. Our policy wording is reviewed by plain-language consultants.' }, { t: 'Pick up the phone.', d: '94% of calls answered within 30 seconds. We staff for peak, not for average.' }, ].map((v, i) => (
0{i+1}
{v.t}

{v.d}

))}
Leadership

The people steering IGI.

{[ { n: 'Tahir Masaud', r: 'Chief Executive Officer', sub: '24 years in insurance · Joined IGI 2019' }, { n: 'Faiza Bhutta', r: 'Chief Operating Officer', sub: 'Former MD, Adamjee Allianz' }, { n: 'Asad Khan', r: 'Chief Financial Officer', sub: 'CFA · ex-EY Pakistan' }, { n: 'Sadia Latif', r: 'Chief Underwriting Officer', sub: 'FCII · 18 years experience' }, ].map((p, i) => (
portrait
{p.n}
{p.r}
{p.sub}
))}
); } /* ----- CONTACT ----- */ function Contact() { const [topic, setTopic] = React.useState('general'); return ( <>
Get in touch

We're here
to help.

Whether you need a quote, want to file a claim, or just have a question — pick the channel that suits you.

{[ { i: I.Phone, l: 'Karachi UAN', v: '021-111-308-308', s: 'Or 021-111-567-567' }, { i: I.Phone, l: 'Lahore UAN', v: '042-111-308-308', s: 'Toll-free 0800-2-34-34' }, { i: I.Phone, l: 'Islamabad UAN', v: '051-111-308-308', s: 'Mon-Fri, 9am – 6pm' }, { i: I.Mail, l: 'Email claims', v: 'claims@igi.com.pk', s: 'Reply within 4 hrs' }, ].map(c => (
{c.l}
{c.v}
{c.s}
))}

Send us a message

We'll respond within 1 working day.

{[['general', 'General'], ['quote', 'Get quote'], ['claim', 'Claim help'], ['complaint', 'Complaint'], ['career', 'Careers']].map(([id, l]) => ( ))}