.mainbanner-1-0 h1,
.mainbanner-2-2 h1,
.mainbanner-2-2 p{
  color: #fff !important;
}
.bg-transparent {
    background-color: #ffffff;
}
.featsh *{
  color: #fff;
}
.singleP .accordion-content {
    background-color: transparent;
    padding: 0 20px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow: hidden;
    transition: all 1s ease-in-out;
    box-shadow: 0 4px 12px 0 rgba(143, 143, 143, 0.07);
    border-top: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    display: none;
}