:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/gemerik.com/pay/**
:: Editing File: Dry-Heat-Sterilizers.php
<?php include"header.php"?> <!-- Page Header Section Start --> <div class="page-header parallaxie"> <div class="container"> <div class="row"> <div class="col-lg-12"> <!-- Page Header Box Start --> <div class="page-header-box"> <h1 class="wow fadeInUp" data-cursor="-opaque">Dry Heat Sterilizers</h1> <!--<nav class="wow fadeInUp" data-wow-delay="0.2s"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.html">home</a></li> <li class="breadcrumb-item"><a href="services.html">services</a></li> <li class="breadcrumb-item active" aria-current="page">Autoclaves / Steamsterilizer</li> </ol> </nav> --> </div> <!-- Page Header Box End --> </div> </div> </div> </div> <!-- Page Header Section End --> <div class="page-service-single"> <div class="container"> <div class="row"> <!-- Sidebar Start --> <?php include"sidebar.php"?> <!-- Sidebar End --> <div class="col-lg-8"> <!-- Service Single Content Start --> <div class="service-single-content"> <!-- Product Image Gallery Start --> <style> .product-gallery { width: 100%; margin-bottom: 30px; } .product-main-image { position: relative; width: 100%; height: 500px; background: #f7f7f7; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; } .product-main-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.25s ease; } .gallery-prev, .gallery-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 45px; height: 45px; border: 0; border-radius: 50%; background: rgba(0, 0, 0, 0.65); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .gallery-prev { left: 15px; } .gallery-next { right: 15px; } .gallery-prev:hover, .gallery-next:hover { background: #000; transform: translateY(-50%) scale(1.05); } .product-thumbnails { display: flex; justify-content: center; /* center thumbnails */ align-items: center; gap: 12px; margin-top: 15px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; } .product-thumb { flex: 0 0 90px; width: 90px; height: 75px; border: 2px solid transparent; border-radius: 7px; overflow: hidden; cursor: pointer; background: #f5f5f5; transition: all 0.3s ease; } .product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } .product-thumb:hover { border-color: #999; } .product-thumb.active { border-color: #000; } @media (max-width: 767px) { .product-main-image { height: 350px; } .gallery-prev, .gallery-next { width: 38px; height: 38px; } .product-thumb { flex: 0 0 75px; width: 75px; height: 65px; } } </style> <div class="product-gallery"> <!-- Main Product Image --> <div class="product-main-image"> <button type="button" class="gallery-prev" aria-label="Previous image"> <i class="fas fa-chevron-left"></i> </button> <img id="mainProductImage" src="logo/products/Dry-Heat-Sterilizers/DRY-HEAT-STERILIZERS-1.jpg" alt="Super Heated Water Shower Sterilizer"> <button type="button" class="gallery-next" aria-label="Next image"> <i class="fas fa-chevron-right"></i> </button> </div> <!-- Product Thumbnails --> <center> <div class="product-thumbnails"> <div class="product-thumb active" data-image="logo/products/Dry-Heat-Sterilizers/DRY-HEAT-STERILIZERS-1.jpg"> <img src="logo/products/Dry-Heat-Sterilizers/DRY-HEAT-STERILIZERS-1.jpg" alt="Super Heated Water Shower Sterilizer"> </div> <div class="product-thumb" data-image="logo/products/Dry-Heat-Sterilizers/DRY-HEAT-STERILIZERS-2.jpg"> <img src="logo/products/Dry-Heat-Sterilizers/DRY-HEAT-STERILIZERS-2.jpg" alt="Hot Water Spray Sterilizer"> </div> </div></center> </div> <!-- Product Image Gallery End --> <div class="service-entry"> <!--<h2 class="wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">Dry Heat Sterilizers</h2>--> <br><br><p class="wow fadeInUp text-justify"> Gemerik Dry Heat Sterilizers are designed to provide safe, efficient, and uniform sterilization using dry hot air technology. Built with high-grade stainless steel construction and advanced temperature control systems, these sterilizers are ideal for pharmaceutical, biotechnology, healthcare, and laboratory applications. They ensure consistent heat distribution, reliable performance, and compliance with GMP standards. </p> <p class="wow fadeInUp text-justify" data-wow-delay="0.2s"> Our Dry Heat Sterilizers are suitable for sterilizing and depyrogenating glassware, ampoules, vials, bottles, metal components, machine parts, powders, oils, and other heat-resistant materials. Available in various capacities and customizable configurations, they feature energy-efficient operation, user-friendly PLC controls, and dependable performance for critical sterilization processes. </p> <h4 class="text-center">Basic Features</h4> <!-- Service Why Choose List Start --> <div class="service-why-choose-list wow fadeInUp" data-wow-delay="0.4s"> <ul> <li>Suitable for sterilization and depyrogenation of glassware such as ampoules, vials, and bottles.</li> <li>Ideal for sterilizing metal components, machine change parts, tanks, and vessels.</li> <li>Suitable for processing hygroscopic pharmaceutical products, powders, oils, fats, and other heat-resistant materials.</li> <li>Air is heated electrically using high-efficiency heating elements with a recirculation blower for uniform heat distribution.</li> <li style="width:100%">Uses hot air as the sterilization medium with operating temperatures up to 250°C.</li> </ul> </div> <h4 class="text-center">Options Available</h4> <!-- Service Why Choose List Start --> <div class="service-why-choose-list wow fadeInUp" data-wow-delay="0.4s"> <ul> <li>Single Door / Double Door configuration.</li> <li>Class 10000 / Class 100 Dry Heat Sterilizer (DHS).</li> <li>Cooling Coils.</li> <li>SS316L Carriage.</li> <li>SS304 Trolley.</li> </ul> </div> </div> </div> </div> </div> </div> </div> <?php include"footer.php"?> <script> $(document).ready(function () { var images = []; $('.product-thumb').each(function () { images.push($(this).data('image')); }); var currentIndex = 0; /* Change Image */ function changeImage(index) { if (index < 0) { index = images.length - 1; } if (index >= images.length) { index = 0; } currentIndex = index; $('#mainProductImage').css('opacity', '0'); setTimeout(function () { $('#mainProductImage') .attr('src', images[currentIndex]) .css('opacity', '1'); }, 150); $('.product-thumb') .removeClass('active') .eq(currentIndex) .addClass('active'); /* Scroll active thumbnail into view */ var activeThumb = $('.product-thumb').eq(currentIndex); if (activeThumb.length) { activeThumb[0].scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'center' }); } } /* Thumbnail Click */ $('.product-thumb').click(function () { var index = $('.product-thumb').index(this); changeImage(index); }); /* Previous */ $('.gallery-prev').click(function () { changeImage(currentIndex - 1); }); /* Next */ $('.gallery-next').click(function () { changeImage(currentIndex + 1); }); /* Auto Slider */ var autoSlide = setInterval(function () { changeImage(currentIndex + 1); }, 5000); /* Stop auto slide on hover */ $('.product-gallery').hover( function () { clearInterval(autoSlide); }, function () { autoSlide = setInterval(function () { changeImage(currentIndex + 1); }, 5000); } ); /* Keyboard Navigation */ $(document).keydown(function (e) { if (e.keyCode === 37) { changeImage(currentIndex - 1); } if (e.keyCode === 39) { changeImage(currentIndex + 1); } }); }); </script>