Home v4 | CareConnect

Find the care you need

Making healthcare more accessible is our mission for hospitals worldwide

Note: Appointment time is in the selected countryโ€™s time zone.

Most Popular Hospitals

Popular Medical Tourism Destination

Loading...

Recommended Hospitals

Loading...

Why Choose Us

Award-Winning Service

Worry-free Medical Tourism knowing that we're here if you need us, 24 hours a day

Worldwide Coverage

Global healthcare, expanding to 200+ regions

type: "POST", contentType: "application/json; charset=utf-8", data: JSON.stringify({ CustomerName: name, Email: email, CountryID: parseInt(country) }), success: function (res) { if (res.success) { // Sync selected country with main dropdown $("#CountryId") .val(country) .selectpicker("refresh") .trigger("change"); localStorage.setItem("leadCaptured", "true"); $("#leadModal").modal("hide"); // โœ… close modal } else { alert("Unable to save details. Please try again."); } }, error: function () { alert("Server error while saving details."); } }); // ๐Ÿ”ฅ CLOSE POPUP }); });