top of page
Safety fire and medical australia logo

Safety Fire and Medical Australia

Welcome!

Based in the Illawarra Region, Safety Fire & Medical Australia is committed to offering professional First Aid, Rescue, Emergency Response, and Health and Safety Training for individuals and organisations.

The company aims to provide an exceptional learning experience that fulfils our customers training and development needs. Our priority is to offer customers choice and deliver a solution at an affordable price.

All training requirements can be tailored to suit your needs and can be delivered with flexibility, considering your availability, location and operating envorinment.

By choosing Safety, Fire and Medical you can be certain that your training and education is provided by highly skilled instructors who are specialised with industry experience. Ron Catlin – Managing Director 
Image 1-min
Image 2 -min
Image 4-min
Image 3-min
Image 5 -min
shutterstock_294951353
shutterstock_377005954
shutterstock_347310677
shutterstock_320878379
shutterstock_369814901
shutterstock_249580186
shutterstock_58089565
shutterstock_92467534
shutterstock_146445998
shutterstock_95985613
 High Quality Training
Tailored 
Education
Expertly Skilled
Instructors
bottom of page
#myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 20px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: red; /* Set a background color */ color: white; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 15px; /* Some padding */ border-radius: 10px; /* Rounded corners */ font-size: 18px; /* Increase font size */ } #myBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ } // Get the button: let mybutton = document.getElementById("myBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }