
.top-contents {
    display: inline-flex;
}

.header-search {
    margin: auto;
    max-width: 300px;
    background-color: #eeedcd;
    border-radius: 6px;
    padding: 2px 0px 2px 2px;
}
form.header-search input[type="text"] {
    padding: 3px;
    font-size: 13px;
    border: none;
    float: left;
    width: 80%;
    background: #eeedcd;
    border-radius: 0px;
}

form.header-search button {
    float: left;
    width: 18%;
    padding: 2px 0px 2px 3px;
    background: #151b46;
    color: white;
    font-size: 14px;
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

form.header-search button:hover {
  background: #ba8b55;
}

form.header-search::after {
  content: "";
  clear: both;
  display: table;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  /*top: 0;*/
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 9999;
}

.sidenav a {
    padding: 12px 8px 11px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff8f;
    display: block;
    transition: 0.3s;
    font-family: Lato-Regular;
    text-transform: uppercase;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
      padding-top: 15px;
      top:0px;
  }
  .sidenav a {font-size: 18px;}
}
    






@media (max-width: 991.98px) {
  
.sidenavicon i {
    color: #000;
}





}

