document.addEventListener('DOMContentLoaded', function () {
  const fixedHeader = document.querySelector('.fixed-header'); // Fixed header class
  const stickyHeader = document.querySelector('.sticky-header'); // Sticky header class

  window.addEventListener('scroll', function () {
    const fixedHeaderHeight = fixedHeader.offsetHeight;

    if (window.scrollY > fixedHeaderHeight) {
      stickyHeader.style.display = 'flex'; // Show sticky header
    } else {
      stickyHeader.style.display = 'none'; // Hide sticky header
    }
  });
});

				
			

KMB

Product Category           : Bio-Nutrition

Product Sub-Category   : Bio-Fertilizer

Dosage                               : 2 kg per acre or 2 litre per acre

About                                 :

  • KMB contains indigenous rhizospheric microorganism which shows effective interaction between soil and plant system
  • Plays an important role in the potassium nutrient management

 

A Potassium solubilizer – enhances availability of Potassium and stress tolerance.

 

Reviews

There are no reviews yet.

Be the first to review “KMB”

Your email address will not be published. Required fields are marked *