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
    }
  });
});

				
			

Fertiwat

Product Category           : Bio-control

Product Sub-Category   : Bio-Fertilizer

Dosage                               : 2 kg per acre / 10grams per plant

About                                 :

  • World’s first bio-intervention holds promise in supplementing inorganic sources of phosphorus and potassium to meet the balanced nutrition requirement by the crop
  • Judicious bio-fertilizer to improve plant nutrition for sustainable agricultural production through utilization of already available insoluble source of phosphorus and potassium in soil efficiently

A Potassium cum Phosphorus solubilizer – converts non-absorbable Phosphorus & Potassium sources into absorbable forms.

Reviews

There are no reviews yet.

Be the first to review “Fertiwat”

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