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

				
			

Fertigun

Product Category           : Bio- Disease control

Product Sub-Category   : Microbial consortia

Dosage                               : 2 kg per acre

About                                 :

  • Trichokawach is a carrier based formulation with mixture of four different compatible, synergetic microorganisms of different species
  • Unique fungal-bacterial consortia product
  • Three plus One formula to control the diverse abiotic, biotic stress and nutrient management of host plants

A Microbial consortia – controls various plant fungal and bacterial pathogens.

Reviews

There are no reviews yet.

Be the first to review “Fertigun”

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