
Notifications
-
Added New Marketing Banner on
Stay Calm, Stay Invested
23 hours ago
-
Update for Masterstroke Member
Added Weekly News Banner
1 day ago
-
Added New Marketing Banner on
Turn SWP into Paycheck
3 days ago
-
Added Festival Banner on
Maha Shivaratri
6 days ago
-
Added New Marketing Banner on
Risk is doing without knowing
5 days ago
-
Update for Masterstroke Member
Added Weekly News Banner
1 week ago
Mark as Read
-
Added New Marketing Banner for Diamond Plan on
MF Your Parner for life
1 week ago
Mark as Read
-
Added New Readymade Presentation on
Avoid Psychological Pitfalls in Volatile Markets
1 week ago
Mark as Read
-
Added New Marketing Banner on
Education Without Compromise
1 week ago
-
Added New Marketing Banner on
Unlock the secrets to building lasting wealth
1 week ago
Mark as Read
-
Added Festival Banner on
Chhatrapati Shivaji Maharaj Jayanti
1 week ago
Mark as Read
-
Added New marketing Video on
Choose SIP and Term Insurance for secure Future for Diamond Plan
2 weeks ago
Mark as Read
-
Added New Banner on
Pulwama Attack
2 weeks ago
Mark as Read
-
Added New Marketing Video on
Why Invest During Market corrections
2 weeks ago
Mark as Read
-
Added New Marketing Banner on
Make Their Special Day Truly Magical
2 weeks ago
Mark as Read
-
Update for Masterstroke Member
Added Weekly News Banner
3 weeks ago
Mark as Read
-
Added New Marketing Banner Diamond Plan on
Income increases over time (Diamond)
3 weeks ago
Mark as Read
-
Added New Marketing Banner on
RBI Monetary Policy Highlights Feb25
3 weeks ago
Mark as Read
-
Added New Readymade Presentation on
A Guide to Investors and Expatriates Buying Property in the UAE
3 weeks ago
Mark as Read
-
Added New Marketing Banner on
Saver vs Investor
3 weeks ago
Mark as Read
-
Added New Marketing Video on
The Power of Compounding
3 weeks ago
Mark as Read
-
Added New Marketing Banner on
Stay Invested in Mutual Funds
3 weeks ago
Mark as Read
-
Update for Masterstroke Member
Added Weekly News Banner
1 month ago
Mark as Read
-
Added Festival Banner on
Happy Vasant Panchami
1 month ago
Mark as Read
-
Added Monthly Newsletter
Monthly News Letter Feb 2025
1 month ago
Mark as Read
-
Added New Marketing Banner on Stay Calm, Stay Invested
23 hours ago
-
Update for Masterstroke Member Added Weekly News Banner
1 day ago
-
Added New Marketing Banner on Turn SWP into Paycheck
3 days ago
-
Added Festival Banner on Maha Shivaratri
6 days ago
-
Added New Marketing Banner on Risk is doing without knowing
5 days ago
-
Update for Masterstroke Member Added Weekly News Banner
1 week ago
-
Added New Marketing Banner for Diamond Plan on MF Your Parner for life
1 week ago
-
Added New Readymade Presentation on Avoid Psychological Pitfalls in Volatile Markets
1 week ago
-
Added New Marketing Banner on Education Without Compromise
1 week ago
-
Added New Marketing Banner on Unlock the secrets to building lasting wealth
1 week ago
-
Added Festival Banner on Chhatrapati Shivaji Maharaj Jayanti
1 week ago
-
Added New marketing Video on Choose SIP and Term Insurance for secure Future for Diamond Plan
2 weeks ago
-
Added New Banner on Pulwama Attack
2 weeks ago
-
Added New Marketing Video on Why Invest During Market corrections
2 weeks ago
-
Added New Marketing Banner on Make Their Special Day Truly Magical
2 weeks ago
-
Update for Masterstroke Member Added Weekly News Banner
3 weeks ago
-
Added New Marketing Banner Diamond Plan on Income increases over time (Diamond)
3 weeks ago
-
Added New Marketing Banner on RBI Monetary Policy Highlights Feb25
3 weeks ago
-
Added New Readymade Presentation on A Guide to Investors and Expatriates Buying Property in the UAE
3 weeks ago
-
Added New Marketing Banner on Saver vs Investor
3 weeks ago
-
Added New Marketing Video on The Power of Compounding
3 weeks ago
-
Added New Marketing Banner on Stay Invested in Mutual Funds
3 weeks ago
-
Update for Masterstroke Member Added Weekly News Banner
1 month ago
-
Added Festival Banner on Happy Vasant Panchami
1 month ago
-
Added Monthly Newsletter Monthly News Letter Feb 2025
1 month ago

HELP LINE +91 9883818627
SIP Required For Target Monthly SWP

function openGlobalRenewalAlert(){ $("#global_renewal_alert").modal("show"); } function openGlobalUpgradeAlert(){ $("#free_diamond_upgrade_alert").modal("show"); } jQuery(document).ready(function($) {
$(window).scroll(function(){ var showAfter = 100; if ($(this).scrollTop() > showAfter) { $('.back-to-top').fadeIn(); } else { $('.back-to-top').fadeOut(); } }); $('.back-to-top').click(function(){ $('html, body').animate({scrollTop : 0},800); return false; });
$(".clickable-row").click(function() { window.location = $(this).data("href"); }); $(".notitab a").click(function(e) { e.preventDefault(); $(".notitab a").removeClass('notiactive'); $(".notificationlist").css('display','none'); var opentab = $(this).attr('href'); $(opentab).css('display','block'); $(this).addClass('notiactive'); }); $(".notioptionlink").click(function(e) { e.preventDefault(); e.stopPropagation(); $(this).parent().children('.notioptions').toggle(); });
$(".fornotification").click(function(e) { e.preventDefault(); e.stopPropagation(); $('.notificationBlock').toggle(); }); $(document).click(function(event) { var $target = $(event.target); if(!$target.closest('.notificationBlock').length && $('.notificationBlock').is(":visible")) { $('.notificationBlock').hide(); $('.notioptions').hide(); } });
///count var a = 0; setTimeout(function() { $(window).scroll(function () {
var oTop = $('#counter').offset()?.top - window.innerHeight; if (a == 0 && $(window).scrollTop() > oTop) { $('.counter-value').each(function () { var $this = $(this), countTo = $this.attr('data-count'); $({ countNum: $this.text() }).animate({ countNum: countTo }, { duration: 2000, easing: 'swing', step: function () { $this.text(Math.floor(this.countNum)); }, complete: function () { $this.text(this.countNum); //alert('finished'); } }); }); a = 1; }
}); }, 500); ///count //Contact search $("#contact_search").autocomplete({ source: function (request, response) { $('#search-loader').show(); $.ajax({ url: "/account/fetch-contact-list", // Your Laravel route to get contact data method: "GET", data: { term: request.term // Search term }, success: function (data) { $('#search-loader').hide(); if (data.success && data.responseData) { console.log(data.responseData); // Map the responseData array to autocomplete format response($.map(data.responseData, function (item) { console.log(item);
return { label: item.value, value: item.value, email: item.contact_email, type: item.contact_type, contact_no:item.contact_phone, contact_id:item.id, contact_name:item.contact_name, image: item.profile_pic };
})); } else { alert("Contact details not found."); response([]); } }, error: function (error) { $('#search-loader').hide(); console.error("Error fetching contact list:", error); } }); }, select: function(event, ui) { //if (ui.item.contact_no) { // When a contact is selected, assign values to hidden fields $('#contact_id').val(ui.item.contact_id); $('#contact_name').val(ui.item.contact_name); // $('#contact_no').val(ui.item.contact_no); // $('#contact_email').val(ui.item.email); //} }, minLength: 2, // Minimum characters before autocomplete kicks in }).autocomplete("instance")._renderItem = function (ul, item) { // Custom rendering for each item return $("
`) .appendTo(ul); }; });