.pp-navbar-menu ul > li:nth-child(6) {
    display: none;
}

.pp-navbar-menu ul > li:nth-child(5) {
    display: none;
}

.mt_popup_form {
  color: rgb(33, 37, 41);
  background-color: transparent !important;
}

.pp-brand-logo a img {
  max-width: 312px;
  max-height: 67px;
  object-fit: contain;
}
.pp-btn {
background-color: #b71c1c  !important;
}

@media (max-width: 991px) {
  .pp-navbar-menu .responsive-logo a img {
    display: block;
    padding-right: 150px  !important;;
  }
}