Unwind and recharge at our world-class spa, where a team of skilled therapists awaits to pamper you with an array of indulgent treatments and holistic wellness rituals inspired by ancient traditions from around the globe. Whether you seek relaxation, rejuvenation, or restoration, our spa offers the perfect sanctuary to nourish mind, body, and spirit.
Status Under Construction
Location Delhi Rd, Jaipur
Type Featured Project
TypeResort & Spa
Location
ADDRESS
Mangalm Health Resort, SP 7 Kant Kalwar RIICO
NEARBY LANDMARKS
Hotels-
Achrol Bagh Hotel, Riyasaat Hotel
Hospitals –
NIMS Hospital, RSS Hospital
Schools & Colleges –
Amity University, Mahatma Jyoti Rao Phule University, NIMS University
Image Gallery
Video Tours
Not found
Schedule a visit
jQuery(function() {
jQuery('#form-field-name').keydown(function (e) {
if (e.shiftKey || e.ctrlKey || e.altKey) {
e.preventDefault();
} else {
var key = e.keyCode;
if (!((key == 8) || (key == 32) || (key == 46) || (key >= 35 && key = 65 && key <= 90))) {
e.preventDefault();
}
}
});
});
jQuery(document).ready(function () {
// Function to restrict input to numbers only
jQuery('#form-field-field_2aab619').on('input', function (e) {
// Get the value entered in the input field
var inputValue = e.target.value;
// Remove any non-numeric characters
var numericValue = inputValue.replace(/\D/g, '');
// Update the input field with only numeric characters
jQuery(this).val(numericValue);
});
});
jQuery(function(){
jQuery( '#form-field-field_2aab619' ).attr({ 'maxlength':10,'minlength':10} ); // Define number limits
});