/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Sep 16 2024 | 12:14:27 */ jQuery(document).ready(function($) { // Check if element with class "service-wrapper" exists if ($('.service-wrapper').length) { // Toggle "service-wapper-opened" class on click event $('.service-wrapper').on('click', function() { $(this).toggleClass('service-wapper-opened'); }); } });