#mobileHamMenu {
  margin-top: -12px;
  font-size: 30px;
}

#mobileNavMenus {
  margin-top: 70px;
  position: absolute;
  height: 100%;
  min-height: 100vh;
  width: 0;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0B4A6D;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 1;
}

.overlay-content {
  position: relative;
  top: 7%;
  width: 100%;
  padding: 15px;
}

.mobile-nav-link {
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
}

.overlay .closebtn {
  position: absolute;
  right: 25px;
  font-size: 50px;
}

.v-center_contents {
  text-align: center;
}

.mobile-nav-link i {
    width: 16px !important;
    height: 16px !important;
}
a .fas {
    margin-right: 15px;
}
.navbar_mobile {
    background: #fff !important;
    display: inline;
}

.toolbar_logo_div_mobile {
    align-self: center;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 3;
    grid-row: 2;
}

.logo_image {
    height: 50px;
}

.header_toolbar_mobile {
    display: grid;
    position: relative;
    width: 100%;
    align-items: center;
    height: 65px; background-color: white;
}

    .header_toolbar_mobile .toolbar_mobile {
        justify-content: flex-end;
        display: flex;
        grid-column: 4;
        grid-row: 2;
        margin-right: 0px;
        height: 50px;
        font-size: 20px;
        align-items: center;
        color: #000;
    }

    .header_toolbar_mobile .toolbarsidemenu {
        justify-content: flex-start;
        display: flex;
        grid-column: 1;
        grid-row: 2;
        align-items: center;
    }
    .header_toolbar_mobile .toolbar_mobile a{
        color:#000;
    }
        .navbar-brand {
    width: 200;
   
    }
.sidemenu {
    color: black;
    display: block;
    margin-top: 6px;
    font-size: 26px;
    text-decoration: none;
}
.sidemenulogin {
    color: black;
    display: block;
    font-size: 26px;
    margin-right: 15px;
    text-decoration: none;
}
.ml-4 {
    margin-left: 4.5rem !important;
}