• Educational Services
  • SimCapture
  • Supplier Catalogues
  • How to Videos
Educational Training Courses from Laerdal Medical

Laerdal’s Educational Service Solutions are designed to help organizations to build expertise in simulation-based training.

KnowledgeHub – Laerdal

A Self-Directed Learning Library.

SimCapture – The Simulation and training Management Solution

A comprehensive software solution for the capture and management of healthcare simulation-based

SimCapture for Skills – Laerdal

Empower students on their path to skills mastery

SimCapture for Skills with Modular Skills Trainer – Laerdal

Building competence in next-generation nurses

3B Scientific – Anatomy Catalogue
3B Scientific – Medical Simulation
Adam Rouilly Catalogue
Cardionics Auscultation Catalogue
Kyoto Kagaku – Simulators and Ultrasound Phantoms – SU 3b Catalogue
Kyoto Kagaku UP-2 Ultrasound_Product Catalogue
Laerdal Product Catalogue
Laerdal Therapy Product Parts Catalogue
Laerdal Training Products Parts Catalogue
Limbs and Things 2026 Catalogue
SimuLab Catalogue
TruCorp Catalogue
Nasco Catalogue
Vata Catalogue
Magic Ulrasound Catalogue
VSI Catalogue
Ruth Lee – Full-Range Catalogue
Ruth Lee Specialist Bags & Operational Products
Nasco Nutrition Catalogue

/* Tabs */ .tab-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 1rem; list-style: none; padding: 0; } .tab-buttons li { flex: 0 0 auto; min-width: 120px; padding: 0.4rem 1.5rem; text-align: center; background: #6284c3; color: #fff; border: 2px solid #6284c3; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; white-space: normal; } .tab-buttons li.active { background: #fff; color: #6284c3; border-color: #6284c3; } .tab-buttons li:hover:not(.active) { background: #3F4F6D; color: #fff; border-color: #6284c3; } .tab-content { display: none; } .tab-content.active { display: block; } .tab-heading { font-size: 2rem !important; font-weight: 600; text-align: center; margin-bottom: 1rem; margin-top: 5rem; color: #3F4F6D !important; } .video-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1200px; margin: 2rem auto; padding: 0 1rem; } @media (max-width: 992px) { .video-gallery { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .video-gallery { grid-template-columns: 1fr; } } .video-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: transform 0.3s ease; cursor: pointer; } .video-card:hover { transform: translateY(-5px); } .video-link { display: flex; flex-direction: column; text-decoration: none; color: #3F4F6D !important; } .thumbnail-wrapper { position: relative; width: 100%; } .youtube-thumbnail { width: 100%; height: 220px; object-fit: cover; display: block; } .youtube-icon-overlay { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; transform: translate(-50%, -50%); opacity: 0.85; pointer-events: none; transition: opacity 0.3s; } .video-card:hover .youtube-icon-overlay { opacity: 1; } .video-title { padding: 0.8rem; font-size: 1rem; font-weight: 600; text-align: center; line-height: 1.3; } .playlist-badge { display: inline-block; font-size: 0.7rem; font-weight: 700; background: #6284c3; color: #fff; border-radius: 3px; padding: 0.15rem 0.4rem; margin-top: 0.3rem; letter-spacing: 0.05em; text-transform: uppercase; } /* Custom Video Modal */ #st-video-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); z-index: 99999; align-items: center; justify-content: center; } #st-video-modal.open { display: flex; } #st-video-modal-inner { position: relative; width: 90%; max-width: 1000px; aspect-ratio: 16/9; } #st-video-modal-inner iframe { width: 100%; height: 100%; border: 0; border-radius: 8px; } #st-video-modal-close { position: absolute; top: -44px; right: 0; background: none; border: none; color: #fff; font-size: 2.5rem; cursor: pointer; line-height: 1; padding: 0; } #st-video-modal-close:hover { color: #ccc; }
  • Laerdal
  • Limbs & Things

Laerdal – How to Videos

Limbs & Things – How to Videos

document.addEventListener(‘DOMContentLoaded’, function() { // Tabs var tabs = document.querySelectorAll(‘.tab-buttons li’); var contents = document.querySelectorAll(‘.tab-content’); tabs.forEach(function(tab) { tab.addEventListener(‘click’, function() { tabs.forEach(function(t) { t.classList.remove(‘active’); }); contents.forEach(function(c) { c.classList.remove(‘active’); }); tab.classList.add(‘active’); document.getElementById(tab.getAttribute(‘data-tab’)).classList.add(‘active’); }); }); // Modal var modal = document.getElementById(‘st-video-modal’); var iframe = document.getElementById(‘st-video-modal-iframe’); var closeBtn = document.getElementById(‘st-video-modal-close’); // Open modal on card click document.querySelectorAll(‘.video-card’).forEach(function(card) { card.addEventListener(‘click’, function() { var src = card.getAttribute(‘data-playlist’); iframe.setAttribute(‘src’, src + ‘&autoplay=1’); modal.classList.add(‘open’); document.body.style.overflow = ‘hidden’; }); }); // Close on X button closeBtn.addEventListener(‘click’, function() { closeModal(); }); // Close on backdrop click modal.addEventListener(‘click’, function(e) { if (e.target === modal) { closeModal(); } }); // Close on Escape key document.addEventListener(‘keydown’, function(e) { if (e.key === ‘Escape’) { closeModal(); } }); function closeModal() { modal.classList.remove(‘open’); iframe.setAttribute(‘src’, ”); document.body.style.overflow = ”; } });

Quote Cart
Scroll to Top