
@media screen and (min-width: 992px) {
.header_navbar.active {
  display: none !important;
}
}

@media screen and (max-width: 992px) {

    .service_donation{
            max-width: 950px !important;
    }
    .nav-right{
        width: 100% !important;
    }
    .main-headerinn{
        justify-content: center !important;
    }
    .action-group{
        width: 100%;
        justify-content: space-between;
    }
 .search_opt{
    display: none !important;
 }

.header_navbar.active {
  display: block !important;
}
}