/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
   .header_top_custom {
    display: none;
   }
    .search-box {
        display: none;
    }
    .top-menu-item {
        display: none;
    }
    .header_bottom .logo {
        display: block !important;
    }
    #navbar_menu.small-screen #menu-button {
        top: -56px;
    }
  }
/** ADD YOUR AWESOME CODES HERE **/
.header_top_custom .j-menu>li>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    word-break: break-word;
    letter-spacing: 1px;
    border-radius: 5px !important;
    background: rgba(0, 49, 81, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.j-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
}
.j-menu  li {
    margin: 0px 10px;
}
.header-search-icon {
    position: absolute;
    right: 7px;
    top: 6px;
    border: none;
    background: none;
    height: 24px;
    width: 24px;
}
.search-box {
    width: 300px;
}
.custom-logo img{
    height: 50px;
}
.custom-logo {
   
    margin: 10px 0px;
    
}
.header_bottom .logo {
    display: none;
}