Medical Rugged Tablets

Our Medical Rugged Tablets are designed to thrive in the fast-paced medical environment. Available in sizes from 7″ to 10.1″, these tablets are built to suit any professional need. Enhance your device with our selection of add-on accessories, tailoring it perfectly to your medical practice. Durable, dependable, and designed with healthcare in mind, they’re ready to face the challenges of your day-to-day.

© 2024 Relec Electronics. All rights reserved. Animal House, Justin Business Park, Sandford Lane, Wareham, Dorset, BH20 4DY, UK. Company Registration No. 1389 153 England

jQuery(document).ready(function($) { function updateActiveItem() { try { var carouselItems = $('.center-grow-carousel .elementor-carousel-item'); var centerIndex = Math.floor(carouselItems.length / 2); carouselItems.each(function(index) { if (index === centerIndex) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); } catch (error) { console.error('Error updating active item:', error); } } // Initial update updateActiveItem(); // Update on slide change var carousel = $('.center-grow-carousel .elementor-swiper'); if (carousel.length) { carousel.on('transitionend animationend', function() { updateActiveItem(); }); } else { console.error('Carousel element not found.'); } });