Contact

Emergency Call – 24/7
+965-99509067​

Get In Touch

Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec.

Address

Abdullah mubarak street kuwait city, kuwait

Email​

kazi3912@gmail.com​

Call Us

+965-99509067

Emergency Plumbing

We are open 24/7/365 click edit button to change this text. Ipsum dolor sit amet, consectetur.

+965-99509067

Get a Free Quote

This field is required.
This field is required.
This field is required.
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Kuwait City Map</title>
  <style>
    body {
      margin: 0;
      padding: 0;
    }
    .map-container {
      height: 100vh;
      width: 100%;
    }
    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }
  </style>
</head>
<body>

<div class="map-container">
  <iframe
    src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3624.870161634321!2d47.97740337463693!3d29.37585954140244!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3fcf849e62a04c25%3A0xf22479cd13e341fa!2sKuwait%20City%2C%20Kuwait!5e0!3m2!1sen!2sus!4v1714123456789!5m2!1sen!2sus"
    allowfullscreen=""
    loading="lazy"
    referrerpolicy="no-referrer-when-downgrade">
  </iframe>
</div>

</body>
</html>