.header.dynamic {
    border-bottom-color: var(--bs-gray-100);
}
.accordion-item
{
    border-radius: 0px !important;
}
.hide
{
    display: none;
}
.form-floating > label {
    font-size: 13px;
    margin-top: -5px;
}
@media screen and (max-width: 576px) {
   .header-logo img
   {
       width: 25px;
   }
    .header-logo h1
   {
       font-size: 12px;
   }
    .fotter-link a
    {
  text-align: center;
        display: inline;
    }
}
