.navbar {
  background-color: black;
  padding: 3px 0;
}

nav {
  min-height: 35px;
}

i {
  color: white;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 35px;
}

.navbar-brand {
  /*color: white!important;*/
}

.d-navbrand {
  text-align: right;
  border-right: solid 1px #b7b7b7;
  padding-right: 7px;
  margin-right: 8px;
}

.navbrand-p1,
.navbrand-p2 {
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase !important;
  color: #b7b7b7;
  font-size: 11px;
}

.navbrand-p2 {
  color: white;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link {
  color: #d7d7d7 !important;
  text-transform: uppercase;
  padding: 0px 50px !important;
  border-left: solid 2px #d7d7d7;
  line-height: 0.7;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1199px) {

  .nav-link {
    line-height: 1;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    border-left: none;
    border-bottom: solid 2px;
  }
}

.nav-link.active {
  color: rgb(187, 187, 8) !important;
}

.small-pr {
  padding-right: 20px !important;
}

.nav-link:hover {
  color: rgb(187, 187, 8) !important;
}

.no-broder-left {
  border-left: none;
}