Contact
Emergency Call – 24/7
Get In Touch
Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec.
Get a Free Quote
<!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>