top of page

Onsite CPR Training for Businesses in Campbelltown

 

Having an employee suffer a heart attack while on the job is a scary experience for the rest of the staff. All eyes are on each other looking for someone to step up and help. By providing an onsite CPR training course, businesses in Campbelltown will be prepared to aid their fallen co-worker. Reducing panic and providing potentially lifesaving techniques are the goals associated with providing CPR training.

 

Safety Fire and Medical Australia offers basic CPR courses onsite for companies in Campbelltown. We also provide an advanced resuscitation course utilising special equipment that more and more companies are installing in their workplace. Providing CPR to a co-worker while waiting for emergency personnel to arrive can result in a better outcome for the patient. Rather than panicking, employees will learn how to administer CPR to maintain oxygenation of major organs properly.

 

We offer accredited and non-accredited onsite CPR training for companies in Campbelltown. Our friendly experienced instructors come to your business to conduct the classes enabling employees to learn during work hours. It goes without saying that possessing the knowledge and skills to save a life provides a safer workplace.

 

Contact us to learn more about our onsite CPR training courses in Campbelltown. Our instructors work with you to provide the training specific to your industry. Providing a safe work environment for employees is paramount and offering CPR training courses ensures staff are equipped for an emergency resulting in less panic and a potentially positive outcome.

 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 }