.navbar-header{
    width: 100%;
}

.navbar-header #container {
    margin: 0 auto;
    max-width: 890px;

  
  }
  .navbar-header p { text-align: center; }
   .toggle, [id^=drop] {
   display: none;
  }
  nav {
    margin: 0;
    padding: 0;
    background-color: white;
    
  }
  
  #logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 14px;
    line-height: 60px;
  }
  .menu{
    float:right
  }
  
  nav:after {
    content: "";
    display: table;
    clear: both;
  }
  
  nav ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
  
  nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: white;
  }
  
  nav a {
    display: block;
    padding: 0 10px;
    color: black;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    font-weight: 600;
    background-color: white;
  }
  .navlink{
    font-size: 14px !important;
    font-weight: 600;
  }
  .search{
    background-color: transparent;
    border:none;
  }

  @media (max-width: 1024px){
    nav a:hover, nav ul ul ul a {
        background-color: #ffffff;
        color: black;
    }
      }
      @media (max-width: 1024px){
    .toggle {
        display: block;
        background-color: #ffffff;
        padding: 0 10px;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 600;
        line-height: 60px;
        text-decoration: none;
        border: none;
    }}
  
  /* nav ul li ul li:hover { background: #000000; }
  
  nav a:hover { background-color: #000000;color: white; } */
  
  nav ul ul {
    display: none;
    position: absolute;
    top: 60px;
  }
  
  nav ul li:hover > ul {
    background-color:rgba(255, 255, 255, 0) ; display: inherit; }
  
  nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    background-color:white ;
  }
  .bars{
    display: inline;
    
    padding: 0px 20px;
    line-height: 40px;
  
  }
  nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
  }

  li > a:after { content: ' ';
   }
  
  li > a:only-child:after { content: ''; }
  
  
  /* Media Queries
  --------------------------------------------- */
  
  @media all and (max-width : 1024px) {
  
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  
  nav { margin: 0; }
  
  .toggle + a,
   .menu { display: none; }
  
  .toggle {
    display: block;
    background-color: #ffffff00;
    padding: 0 10px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    text-decoration: none;
    border: none;
  }
  
  .toggle:hover { background-color: #ffffff00; color: rgb(0, 0, 0); }
  
  [id^=drop]:checked + ul { display: block; }
  
  nav ul li {
   
    display: block;
    width: 100%;
  }
  
  nav ul ul .toggle,
   nav ul ul a { padding: 0 40px; }
  
  nav ul ul ul a { padding: 0 80px; }
  
  nav a:hover,
   nav ul ul ul a { background-color: white;color: rgb(0, 0, 0); }
  
  nav ul li ul li .toggle,
   nav ul ul a { background-color:white;color: rgb(0, 0, 0)}
  
  nav ul ul {
    float: none;
    position: static;
    color: #115379;
  }
  
  nav ul ul li:hover > ul,
  nav ul li:hover > ul { display: none; }
  
  nav ul ul li {
    display: block;
    width: 100%;
  }
  
  nav ul ul ul li { position: static;
  
  }
  }
  
  @media all and (max-width : 330px) {
  
  nav ul li {
    display: block;
    width: 94%;
  }
  
  }



.navbar-h {
    /* padding-bottom: var(--bs-navbar-brand-padding-y); */
    margin-right: 10px;
    font-size: 1.5em;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    /* padding-right: 10%; */
    
}

.navbar-hea {
  /* padding-bottom: var(--bs-navbar-brand-padding-y); */
  margin-right: 10px;
  font-size: 2.15em;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  /* padding-right: 10%; */
  
}
