Menu
Your Cart
This is a Retail Order Website. For Bulk orders, with Minimum Order Quantity 5 Kg, in total, please order from https://indianjadibooti.in We ship internationally too, to all major countries. We ship Bulk Orders through Transport companies too.

Calendula Officinalis Flower Petals by IndianJadiBooti

Calendula Officinalis Flower Petals by IndianJadiBooti
Day
Hour
Min
Sec
Rs240
Rs200
  • Stock: In Stock
  • Weight: 0.05kg
  • SKU: HERB000872
  • Shipping: Free within India upto 10KG on Prepaid
  • COD Charges: Rs50 on each 500 Grams
  • Quality: Premium Herbs with No Adulteration
  • Delivery: Within 3 to 7 Working Days in India
  • Shipping: From Delhi based Facility
  • Transport Charges for 25KG and above: As Actual on To Pay
117 sold in this week

Available Options

Description

Calendula Officinalis flowers are bright yellow and orange, which can be used for medicinal or culinary purposes. The petals are also used in cooking and were used as yellow coloring in cheeses and butters since a long time. The calendula plant is a beautiful addition to any garden.

Calendula officinalis is a member of the Asteraceae family and comes from the daisy family. It's also known as pot marigold, or sometimes simply as "daisy."

Uses of Calendula Flower (Calendula officinalis):

The calendula flower Petals has long been used in British cottage gardens for medicinal purposes, but it can also be used as an ingredient in cosmetics. When dried, the petals may be used in cooking, including stews, broths and salads. They add a spicy taste similar to saffron to many dishes.

All parts of calendula plants are useful in many ways. The plant is said to stimulate the immune system, and it is currently used as an ingredient in many cosmetics. Flowers and leaves of the calendula may be dried and stored for later use. In the vegetable garden, calendula draws aphids away from valuable plants.

Benefits of Calendula Flower (Calendula officinalis):

Herbal medicine is an ancient practice that has been used for thousands of years. It's based on the belief that plants can be used to treat various ailments, and many herbs are known for their antifungal and antimicrobial properties. One of those herbs is calendula.

When you hear the word "calendula," you probably think of flowers, but it's also used as a medicinal herb! Calendula flower has been used for centuries for its medicinal properties, including anti-inflammatory and antioxidant components that might help fight cancer, protect against heart disease, and ease muscle fatigue. Calendula flower is widely used in Ayurvedic and Unani Medicines.

Calendula Flower Petals is most commonly known for its ability to help prevent infection and heal injuries to body tissues. However, it's also known to have anti-inflammatory and antioxidant components that could be helpful in treating muscle spasms, start menstrual periods and reduce fever. It is also used to treat sore throat and mouth infections, treat cancer conditions such as stomach ulcers or duodenal ulcers - and even prevent diaper rash!

Other Names: calendula indianjadibooti calendula other herbs indianjadibooti calendula dry flowers indianjadibooti calendula flower petals dry flowers, Kelendula, Celendula, Calandula, Calendula Officinalis

Reviews

100% Customers recommend this product

  • 5 Awesome
    100%
  • 4 Great
    0%
  • 3 Average
    0%
  • 2 Bad
    0%
  • 1 Poor
    0%
Purchase this product first or wait for order to complete in order to give review

Reviews Over Calendula Officinalis Flower Petals by IndianJadiBooti

  • (5)

Total Reviews (1)
click here write review to add review for this product.

  • (5)
  • (5)
  • (5)
  • (5)
  • (5)
Top Customer Reviews
1
5/5
Nice indianjadibooti Products
Suresh
04/10/2023


FAQ

FREE SHIPPING IN INDIA ON PREPAYMENT
No Minimum cart value is required. You can order as low as 10 Grams. Domestic orders are shipped through Delhivery, Bluedart or Speed India Post depending on your Pin code from our Delhi based warehouse, and generally reaches you within 3-7 business days from the Date of order in India.
CASH ON DELIVERY OPTION AVAILABLE
Cash / Pay On Delivery (Cod) option is available for delivery in India on minimal charges as below: Rs 50 for each 500 Grams. Max of 2 KG or Rs 3500 can be ordered on COD.
500+ PRODUCTS DISPATCHED DAILY
Our Team has expertise in handling Retail as well as Bulk orders by keeping an eye on every minute detail from order processing to shipping and delivery. All our Domestic (with in India) Orders are generally dispatched within 2-3 working days from the date of Order and are delivered with in 3 to 7 working days.
WORLDWIDE SHIPPING
We ship worldwide through EMS. We ship to almost all countries across the globe. Custom clearance Is customer's responsibility in case the parcel get stuck in customs In customer's country. Duty or VAT charges, if any, would have to be borne by customer. International orders generally reaches you with In 10-15 Business Days from the date of order.

What are people saying about us

Our Presence in other Marketplaces

You can buy our Products from the following marketplaces if you are more comfortable buying from another platform. You are still our customer, and you are served most diligently at every place.
if ($('input[name="cireviewsearch"]').length > 0 && $('input[name="cireviewsearch"]').val() != ''&& $('input[name="cireviewsearch"]').val() != 'undefined') { filters.push('cirating_cireviewsearch='+ $('input[name="cireviewsearch"]').val()); } // return filters; } function clearFilters(defaults) { $('input[name="cirating_filter"]').val(0); $('input[name="cirating_filters"]').val(''); $('input[name="cirating_dofilters"]').val(''); $('#cireview_dofilters .cireview_dofilter').removeClass('active'); $('#cireview_filters .cireview_filter').removeClass('active'); // $('input[name="cireviewsearch"]').val(''); refreshReviews(defaults); } var ajaxCiReviewSearch = null; function refreshReviews(defaults) { defaults = $.extend({ before : function() {}, callback : function() {}, fadeInOut : true, },defaults); var filters = applyFilters(); var filter = ''; if (filters.length) { filter += '&' + filters.join('&'); } defaults.before(); // if (defaults.fadeInOut) { $('#cireview').fadeOut('slow'); } // $('#cireview').load('index.php?route=extension/cireviewpro/cireview/review&product_id=872&ajax=1'+filter, function() { addThisRefresh(); if (defaults.fadeInOut) { $('#cireview').fadeIn('slow'); } defaults.callback(); }); ajaxCiReviewSearch = $.ajax({ url: 'index.php?route=extension/cireviewpro/cireview/review', type: 'get', data: 'product_id=872&ajax=1'+filter, dataType: 'html', beforeSend: function() { if (defaults.fadeInOut) { $('#cireview').fadeOut('slow'); } }, complete: function() { }, success: function(html) { $('#cireview').html(html); addThisRefresh(); if (defaults.fadeInOut) { $('#cireview').fadeIn('slow'); } defaults.callback(); }, error: function(xhr, ajaxOptions, thrownError) { // alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } $('#cireview_dofilters').on('click', '.cireview_dofilter', function(e) { var $this = $(this); var value = $(this).attr('data-value'); $('input[name="cirating_dofilters"]').val(value); $('#cireview_dofilters .cireview_dofilter').removeClass('active'); $this.addClass('active'); var oldClass = $(this).find('i').attr('data-class'); $(this).find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin'); refreshReviews({ before: function() { abortCiReviewSearch(); }, callback: function() { $this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass); } }); }); $('#cireview_filters').on('click', '.cireview_filter', function(e) { var $this = $(this); var value = $(this).attr('data-value'); $('input[name="cirating_filters"]').val(value); $('#cireview_filters .cireview_filter').removeClass('active'); $this.addClass('active'); var oldClass = $(this).find('i').attr('data-class'); $(this).find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin'); refreshReviews({ before: function() { abortCiReviewSearch(); }, callback: function() { $this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass); } }); }); // function abortCiReviewSearch() { if (ajaxCiReviewSearch) { if (ajaxCiReviewSearch.readyState != 4){ ajaxCiReviewSearch.abort(); ajaxCiReviewSearch = null; } } } function ciReviewSearchResults() { var oldClass = $('#cireviewsearch').find('i').attr('data-class'); $('#cireviewsearch').find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin'); refreshReviews({ before: function() { abortCiReviewSearch(); }, callback: function() { $('#cireviewsearch').find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass); } }); } $('input[name="cireviewsearch"]').first().attr('autocomplete', 'off').bind('keyup', function(e) { if (e.which == 38 || e.which == 40) return; if ($(this).is(':focus')) { abortCiReviewSearch(); keyTypeWatch(function () { ciReviewSearchResults(); }, 300); } }); var keyTypeWatch = (function() { var timer = 0; return function(callback, ms) { clearTimeout (timer); timer = setTimeout(callback, ms); } })(); // $('.clearfilters').on('click', function() { var $this = $(this); var oldClass = $(this).find('i').attr('data-class'); $(this).find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin'); clearFilters({ before: function() { abortCiReviewSearch(); }, callback: function() { $this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass); } }); }); $('input.cirating-stars[type=number]').each(function() { $(this).rating({ 'min' : 1, 'max' : 5, 'icon-lib' : "cifa fa", 'active-icon' : "fa-star", 'inactive-icon' : "fa-star-o", 'clearable' : false, 'divclass' : 'cirating-input', }); }); if (typeof addthis == 'undefined') { var addthis_config = {"data_track_clickback": true}; var script = document.createElement('script'); script.setAttribute('src','//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-515eeaf54693130e'); $('#cireview-abuse-872').before(script); } $('#cireview-posnegreviews').on('click', '.cirating-posnegfilter', function(e) { var cirating = $(this).attr('data-cirating'); $('input[name="cirating_filter"]').val(cirating); refreshReviews({ callback : function() { var offset = $('#cireview').offset(); $('html, body').animate({ scrollTop: (offset.top - 80) }, 'slow'); } }); }); $('#cireviewgraph').on('click', '.cirating-filter', function(e) { var cirating = $(this).attr('data-cirating'); $('input[name="cirating_filter"]').val(cirating); refreshReviews({ before: function() { abortCiReviewSearch(); }, callback : function() { var offset = $('#cireview').offset(); $('html, body').animate({ scrollTop: (offset.top - 80) }, 'slow'); } }); }); var citabreview = 0; $('a[href="#tab-review"]').on('click', function() { if (citabreview==0) { refreshReviews({ before: function() { abortCiReviewSearch(); }, fadeInOut : false, }); } citabreview++; }); $('#cireview').delegate('.pagination a', 'click', function(e) { e.preventDefault(); $('#cireview').fadeOut('slow'); $('#cireview').load(this.href, function() { addThisRefresh(); $('#cireview').fadeIn('slow'); }); }); refreshReviews({ before: function() { abortCiReviewSearch(); }, fadeInOut : false, }); $('#button-cireview').on('click', function() { $('.alert').remove(); $('.text-danger').remove(); var $this = $(this); var data = $("#form-cireview").serialize(); if (data) { data += '&'; } // 20-sep-2021: code starts data += $('.cireview-form select, .cireview-form input, .cireview-form textarea').serialize(); // 20-sep-2021: code ends $.ajax({ url: 'index.php?route=extension/cireviewpro/cireview/write&product_id=872', type: 'post', dataType: 'json', data: data, beforeSend: function() { $('#button-cireview').button('loading'); }, complete: function() { $('#button-cireview').button('reset'); }, success: function(json) { $('.alert').remove(); $('.text-danger').remove(); $('.cireview-form .has-error').each(function() { $(this).removeClass('has-error'); }); if (json['error']) { $this.parent().after('
' + json['error'] + '
'); } if (json['name']) { $('input[name=\'ciname\']').after('
' + json['name'] + '
'); } if (json['email']) { $('input[name=\'ciemail\']').after('
' + json['email'] + '
'); } if (json['text']) { $('textarea[name=\'cireview\']').after('
' + json['text'] + '
'); } if (json['title']) { $('input[name=\'cititle\']').after('
' + json['title'] + '
'); } if (json['rating']) { for (var i in json['rating']) { $('#cirating-'+ i + ' > div').append('
' + json['rating'][i] + '
'); } } if (json['captcha']) { $('#cicaptcha').append('
' + json['captcha'] + '
'); } // 20-sep-2021: code starts if (json['location']) { $('select[name=\'cicountry_id\']').after('
' + json['location'] + '
'); $('select[name=\'cizone_id\']').after('
' + json['location'] + '
'); } // 20-sep-2021: code ends $('.cireview-form .text-danger').parents('.form-group').addClass('has-error'); if (json['success']) { $('.cireview-successmsg').html(json['success']); $('.cireview-form').hide('slow'); $('.cireview-successmsg').show('slow'); $('.cireview-successmsg-title').html(json['reviewsuccessmsg_title']); $('.cireview-form-title').hide('slow'); $('.cireview-successmsg-title').show('slow'); $('input[name=\'ciname\']').val(''); $('input[name=\'cireview_image\']').val(''); $('textarea[name=\'cireview\']').val(''); $('input[name=\'cititle\']').val(''); $('input[name=\'ciemail\']').val(''); // 20-sep-2021: code starts $('select[name=\'cicountry_id\']').val('').trigger('change'); // 20-sep-2021: code ends $('.cirating:checked').prop('checked', false); $('input.cirating-stars[type=number]').each(function() { $(this).rating('clear'); }); $('#ciattach_images').html(''); $('#cicaptcha input').val(''); if (json['refresh']) { refreshReviews({ before: function() { abortCiReviewSearch(); }, callback: function() { $('a[href="#tab-review"]').html(json['tab_review']); if (json['cireviewgraph']) { $('#cireviewgraph').html(json['cireviewgraph']); } if (json['aggeratereview']) { $('#cireview-aggerate').html(json['aggeratereview']); } } }); } setTimeout(function() { var offset = $('.cireview-form').offset() var mypos = (Math.round(offset.top) - 10); if ($(window).scrollTop() > mypos) { $('html, body').animate({ scrollTop: mypos }, 'slow'); } },500); } } }); }); $('.ciattach_images').each(function() { $(this).magnificPopup({ type:'image', delegate: 'a', gallery: { enabled:true } }); }); $('#cireview-aggerate').on('click', '.addrating', function() { $('.cireview-write').trigger('click'); // $('#cireview-modal').modal('show'); }); $('#ciattach_images').on('click', '.attach_image_close', function() { var $this = $(this); var id = $this.attr('data-id'); if (id && confirm("Are you sure?")) { $.ajax({ url: 'index.php?route=extension/cireviewpro/cireview/delete&product_id=872', type: 'post', data: 'id=' + id, dataType: 'json', beforeSend: function() { }, complete: function() { }, success: function(json) { if (json['success']) { $('input[name="cireview_image"]').val(json['code']); if (json['attach_images']) { var html = ''; for (var i in json['attach_images']) { html += '
  • Product Comparison
  • '; } $('#ciattach_images').html(html); } } }, error: function(xhr, ajaxOptions, thrownError) { //alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); $('#button-ciattachupload').on('click', function() { var node = this; $('.ciattachupload .alert').remove(); $('#form-ciattach-upload').remove(); $('body').prepend(''); $('#form-ciattach-upload input[name=\'ciattachfile\']').trigger('click'); if (typeof timer != 'undefined') { clearInterval(timer); } timer = setInterval(function() { if ($('#form-ciattach-upload input[name=\'ciattachfile\']').val() != '') { clearInterval(timer); $.ajax({ url: 'index.php?route=extension/cireviewpro/cireview/upload&product_id=872', type: 'post', dataType: 'json', data: new FormData($('#form-ciattach-upload')[0]), cache: false, contentType: false, processData: false, beforeSend: function() { $(node).button('loading'); }, complete: function() { $(node).button('reset'); }, success: function(json) { $('.ciattachupload .alert').remove(); if (json['error']) { $(node).parent().append('
    ' + json['error'] + '
    '); } if (json['success']) { $(node).parent().append('
    ' + json['success'] + '
    '); $('input[name="cireview_image"]').val(json['code']); if (json['attach_images']) { var html = ''; for (var i in json['attach_images']) { html += '
  • Product Comparison
  • '; } $('#ciattach_images').html(html); } } }, error: function(xhr, ajaxOptions, thrownError) { //alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); }); // 20-sep-2021: code starts $('select[name=\'cicountry_id\']').on('change', function() { $.ajax({ url: 'index.php?route=account/account/country&country_id=' + this.value, dataType: 'json', beforeSend: function() { $('select[name=\'cicountry_id\']').prop('disabled', true); }, complete: function() { $('select[name=\'cicountry_id\']').prop('disabled', false); }, success: function(json) { html = ''; if (json['zone'] && json['zone'] != '') { for (i = 0; i < json['zone'].length; i++) { html += ''; } $('select[name=\'cizone_id\']').html(html); }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }); $('select[name=\'cicountry_id\']').trigger('change'); // 20-sep-2021: code ends $('.cireview-abuse').on('click', function() { var $this = $(this); var review_id = $this.attr('data-review_id'); var product_id = $this.attr('data-product_id'); var cireview_id = $this.attr('data-cireview_id'); var modaldiv = $('#cireview-abuse-'+product_id); modaldiv.find('.alert').remove(); if (review_id && product_id && cireview_id) { var data = $('#cireview-abuse-'+product_id+ ' input, #cireview-abuse-'+product_id+ ' textarea').serialize(); if (data) { data += '&'; } data += 'review_id='+review_id+'&product_id='+product_id+'&cireview_id='+cireview_id; $.ajax({ url: 'index.php?route=extension/cireviewpro/cireview/cireviewAbuse&product_id='+product_id, type: 'post', data: data, dataType: 'json', beforeSend: function() { $this.button('loading'); }, complete: function() { $this.button('reset'); }, success: function(json) { modaldiv.find('.alert').remove(); if (json['error']) { modaldiv.find('.modal-header').before('
    ' + json['error'] + '
    ') } if (json['success']) { // update particular div text modaldiv.find('.modal-header').before('
    ' + json['success'] + '
    '); setTimeout(function() { modaldiv.find('.close').trigger('click'); }, 1000); } }, error: function(xhr, ajaxOptions, thrownError) { //alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); function ciDataModal(target, find_modal, el) { $(target).find(find_modal).attr('data-back', target); var ev = $(target).find(find_modal).attr('id'); $(find_modal).appendTo("body"); $(find_modal).modal('show'); $(find_modal).off('hidden.bs.modal.'+ev).on('hidden.bs.modal.'+ev, function(e) { $(find_modal).appendTo($(find_modal).attr('data-back')); $(find_modal).removeAttr('data-back'); }); } $('.data-modal').on('click', function() { var target = $(this).attr('data-target'); var find_modal = $(this).attr('data-find_modal'); ciDataModal(target, find_modal, $(this)); }); $('#cireview-policy-modal').on('shown.bs.modal', function (e) { var num_modals = $('.modal-backdrop').length; if (num_modals > 1) { var calc_zindex = 10; var use_nummodal = num_modals - 1; var zindex = parseFloat($(this).css('z-index')); $(this).css('z-index', (zindex+ (calc_zindex*use_nummodal) )); // access modal variables var $backdrop = $(this).data('bs.modal').$backdrop; $backdrop.addClass("cireviewpro-policy-backdrop"); var zindex2 = parseFloat($('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index')); $('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index', ( (zindex > zindex2) ? zindex + ((calc_zindex-1) *use_nummodal) : zindex2 + (calc_zindex*use_nummodal) ) ); } }); $('#cireview-policy-modal').on('hidden.bs.modal', function (e) { $(this).css('z-index', ''); // console.log("cireview-policy-modal hidden"); if ($('.modal').hasClass('in')) { $('body').addClass('modal-open'); } }); $('#cireview-modal').on('hidden.bs.modal', function (e) { // console.log("cireview-modal hidden"); var modal = $(this); modal.find('.alert').remove(); $('.cireview-form .has-error').each(function() { $(this).removeClass('has-error'); }); $('.cireview-successmsg').hide().html(''); $('.cireview-form').show(); $('.cireview-successmsg-title').hide().html(''); $('.cireview-form-title').show(); }); $('#cireview-abuse-872').on('hidden.bs.modal', function (e) { // console.log("cireview-abuse- hidden"); var modal = $(this); modal.find('input[name="ciabreason"]').prop("checked", false); modal.find('.other_reason').addClass('hide'); modal.find('textarea').val(''); modal.find('.alert').remove(); modal.find('.cireview-abuse').attr({'data-product_id' : '','data-review_id' : '', 'data-cireview_id' : ''}); }); $(document).delegate('#cireview-abuse-872 input[name="ciabreason"]', 'click', function() { if ($(this).val() == 'OTHER' ) { $('.other_reason').removeClass('hide'); } else { $('.other_reason').addClass('hide'); $('.other_reason textarea').val(''); } }); $('#cireview').off('click', '.abuse-button-action').on('click', '.abuse-button-action', function() { var $this = $(this); var review_id = $this.attr('data-review_id'); var product_id = $this.attr('data-product_id'); var cireview_id = $this.attr('data-cireview_id'); if (review_id && product_id && cireview_id) { $('#cireview-abuse-'+product_id).find('.cireview-abuse').attr({'data-review_id' : review_id, 'data-product_id' : product_id, 'data-cireview_id' : cireview_id}); //abuse-button-action var target = '#cimodal-cireview-abuse-'+product_id; var find_modal = '#cireview-abuse-'+product_id; ciDataModal(target, find_modal, $(this)); // $('#cireview-abuse-'+product_id).modal('show'); } }); $('#cireview').off('click', '.vote-button-action').on('click', '.vote-button-action', function() { var $this = $(this); var review_id = $this.attr('data-review_id'); var action = $this.attr('data-action'); var product_id = $this.attr('data-product_id'); var cireview_id = $this.attr('data-cireview_id'); // $('.text-danger').remove(); var oldClass = $(this).find('i').attr('data-class'); if (review_id && product_id && cireview_id) { $.ajax({ // 20-sep-2021: code starts url: 'index.php?route=extension/cireviewpro/cireview/cireviewVote&product_id=' + encodeURIComponent(product_id) + '', // 20-sep-2021: code ends type: 'post', data: 'review_id=' + encodeURIComponent(review_id) + '&action=' + encodeURIComponent(action) + '&product_id=' + encodeURIComponent(product_id) + '&cireview_id=' + encodeURIComponent(cireview_id), dataType: 'json', beforeSend: function() { $this.find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin'); }, complete: function() { $this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass); }, success: function(json) { var $parent = $this.parents('.cireview-vote'); $('.text-danger').remove(); if (json['error']) { $parent.append('
    '+ json['error'] +'
    ') } if (json['success']) { // update particular div text $parent.find('.vote-action').html(json['before_text']); $parent.find('.vote-result').html(json['after_text']); $parent.append('
    '+ json['success'] +'
    ') } }, error: function(xhr, ajaxOptions, thrownError) { //alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }); $(document).delegate('.ciscrolltoreviewtab', 'click', function() { ciScrollToReviewTab(); }); $(document).delegate('.ciopenreviewpopup', 'click', function() { ciOpenReviewPopup(); }); }); function ciOpenReviewPopup() { var $review = $('#cireview-graph'); $('a[href="#tab-review"]').trigger('click'); $('a[href="#' + $review.closest('.module-item').attr('id') + '"]').trigger('click'); $('a[href="#' + $review.closest('.tab-pane').attr('id') + '"]').trigger('click'); $('a[href="#' + $review.closest('.panel-collapse').attr('id') + '"]').trigger('click'); if ($('.cireview-write').length) { $('.cireview-write').trigger('click'); } else { ciScrollToReviewTab(); } } function ciScrollToReviewTab() { var $review = $('#cireview-graph'); $('a[href="#tab-review"]').trigger('click'); $('a[href="#' + $review.closest('.module-item').attr('id') + '"]').trigger('click'); $('a[href="#' + $review.closest('.tab-pane').attr('id') + '"]').trigger('click'); $('a[href="#' + $review.closest('.panel-collapse').attr('id') + '"]').trigger('click'); $([document.documentElement, document.body]).animate({ scrollTop: $review.offset().top - 100 }, 200); } //-->
    Reach us through Whatsapp Text only. No Call Please.