

header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgb(0 0 0 / 70%);
}


.top-header {
    color: #FF0000;
    font-weight: 500;
}
.top-header .phonenum a{
    font-size: 23px;
    display: inline-block;
    line-height: 24px;
    margin-top: 5px;
    color: #FF0000;
    font-weight: 500;
}
.top-header p{
    margin-bottom: 0px;
}
@media (max-width: 992px) {}



@media (min-width: 992px) {
    header {
      height: 120px;
      /* background: rgb(0 0 0 / 50%); */
  }
  nav .brand {
    display: block;
    position: relative;
    width: 365px;
    top: -45px;
}


}