Hi Pronoy,
The issue is that the significant SNPs that are present in the manhattan plot but not in the leadSNPs do not exist in the reference panel that you selected.
You selected 1KG ALL:

Then, you can verify that some of the significant SNPs exist in this reference data but others do not. For example:
This snp exists in the database:
zless 1KGphase3ALLvariants.txt.gz | awk '$1==7{pr
int}' | grep 144556686
7 144556686 rs567076188 G A 0.0001997
This snp does not exist in the database:
less 1KGphase3ALLvariants.txt.gz | awk '$1==3{print}' | grep 41976730 returns nothing meaning that this variant does not exist in the reference panel
or
less 1KGphase3ALLvariants.txt.gz | awk '$1==20{print}' | grep 62077112 returns nothing
For snps to be in the analysis for genomic risk loci, they have to exist in the reference panel.
Best,
Tanya