/*Write Css*/


/* Donation banner unwanted things from background */
.sliderArea .shapeHero > img {
    display: none !important;
}



/* Force show category section */
.category,
.category * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* If text is white (invisible on white bg) */
.category,
.category label,
.category select,
.category option {
  color: #000 !important;
  background-color: #fff !important;
}

/* Fix z-index issue */
.category {
  position: relative !important;
  z-index: 9999 !important;
}

/* If hidden by parent */
.card-body,
.form-group {
  overflow: visible !important;
}