.contact-btn {
  border: none;       /* Remove border */
}

 .navbar {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 0px;
      padding: 0 20px;
  }

  .navbar-brand {
      margin-right: 0; 
  }

  .form-inline {
      margin-left: auto; 
  }

.btn, .contact-btn {
    border-radius: 0px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 40px;
}
.header-container {
/*     max-width: 1344px; */
    margin: 0 auto; /* Center the container */
    width: 100%;
}

form.form-inline.my-2.my-lg-0 {
    display: flow;
}

.fixed-on-topP

