label.error{ position:relative; color:red; font-weight:normal; font-size:14px; top:3px; } .alert { width: calc(100% - 30px); /* Adjust the width to match the form field width */ margin-right: 15px; /* Add margin to align with the form */ } .alert .close { position: absolute; top: 50%; /* Center vertically */ transform: translateY(-50%); right: 4%; padding: 0; /* Remove padding */ margin: 0; /* Remove margin */ font-size: 1.5rem; line-height: 1; color: inherit; background-color: transparent; /* Remove background color */ border: none; /* Remove border */ } $(document).ready(function() { $('.submit').click(function () { //alert('hi'); ValidateSetting(); }); function ValidateSetting() { var rules = { FirstName: { required: true }, LastName: { required: true }, EmailAddress: { required: true, email: true }, ContactNumber: { required: true, number:true, minlength: 10, maxlength: 10 }, Message: { required: true } }; var messages = { FirstName: { required: "Please enter your first name" }, LastName: { required: "Please enter your last name" }, EmailAddress: { required: "Please enter your email" }, ContactNumber: { required: "Please enter your contact number", number: "Enter valid phone number", minlength: "Enter valid 10 digit phone number", maxlength: "Enter valid 10 digit phone number" }, Message: { required: "Please enter your message" } }; $('#contactForm').validate({ rules: rules, messages: messages }); } }); $(document).ready(function() { if ("{{ @msg.str}}!='0'") { $('#message-alert').fadeIn().delay(3000).fadeOut(500, function() { // Call clear-session URL after fadeOut animation is complete fetch("{{@SITE}}/clear-session", { method: 'GET', }).then(response => response.json()) .then(data => { console.log(data); // Optionally perform additional actions after clearing session }); }); } $('.close').on('click', function() { // Call clear-session URL fetch("{{@SITE}}/clear-session", { method: 'GET', }).then(response => response.json()) .then(data => { console.log(data); // Optionally perform additional actions after clearing session }); }); });
contact-info

Message

Send us a text & an ambassador will respond +91 94430 40889

contact-info

Address

Yuki Ayurveda Cure Centre Sri Selvakumar Department Stores Complex, 1st Floor, Tiruppur District, Tamil Nadu, 641604, India! Please let us know how we can help you.

contact-info

We're Open

Our store has opened for shopping, exchanges Every day 11am to 7pm

Got any questions?

Use the form below to get in touch with the sales team