×

Filing Complaints on SCORES

Easy & quick Easy & quick

1. Register on SCORES portal

2. Mandatory details for filling complaints on SCORES

Name | PAN | Address | Mobile | Number | E-mail ID

3. Benefits

Effective Communication

Speedy redressal of the grievances

Website Icon
$(".read-more").on("click", function(){ $(this).siblings(".termsMore").addClass("active"); $(this).hide(); }); $(".read-less").on("click", function(){ $(this).parent(".termsMore").removeClass("active"); $(".read-more").show(); }); $(".ft-items li").on("click", function(){ $(this).find(".n-menu").slideToggle(); }); $(".nav > li").mouseover(function(){ $(this).find(".dropdown-list").stop(true, true).delay(200).fadeIn(); $(this).addClass("active"); }); $(".nav > li").mouseleave(function(){ $(this).find(".dropdown-list").stop(true, true).delay(200).fadeOut(); $(this).removeClass("active"); }); $(".dropdown-list > li").mouseover(function(){ $(this).find(".drop-level-2").stop(true, true).delay(200).fadeIn(); $(this).addClass("active"); }); $(".dropdown-list > li").mouseleave(function(){ $(this).find(".drop-level-2").stop(true, true).delay(200).fadeOut(); $(this).removeClass("active"); }); $(".humberger-menu").on("click", function(e){ $(this).siblings(".humburger-listing").toggleClass("active"); $(this).toggleClass("active"); function checkPosition() { if (window.matchMedia('(max-width: 767px)').matches) { $("body").toggleClass("overhide"); } else { //... } } checkPosition() }); $(document).mouseup(function(e) { var container = $(".samListing"); var hmMenu = $(".humberger-menu"); if (!container.is(e.target) && container.has(e.target).length === 0) { container.children(".humburger-listing").removeClass("active"); hmMenu.removeClass("active"); hmMenu.parents("body").removeClass("overhide"); } }); $(document).ready(function(){ function checkPosition() { if (window.matchMedia('(max-width: 767px)').matches) { $(".hm-head").on("click", function(){ $(this).siblings(".hm-listing").slideToggle(); $(this).toggleClass("active"); $(this).children(".dropMob").text(function(i, v){ return v === '-' ? '+' : '-' }) }); $(".mob-menu-list").on("click", function(){ $(this).siblings(".mob-scnd-level").slideToggle(); $(this).children(".dropMob").text(function(i, v){ return v === '-' ? '+' : '-' }) }); } else { //... } } checkPosition() });