.mv_navbar {
  padding: 20px 40px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.h-100px{
  height: 100px;
}
.mv_navbar.mv_sticky_active {
  background-color: #fff!important;
  padding: 10px 20px !important;
}
.mv_navbar.mv_sticky_active .nav.navbar-right{
  height: 80px !important;
}
.mv_navbar.mv_sticky_active .mv_menu_logo img {
    height: 80px;
}
.mv_navbar_search a {
  padding: 7px;
}
.mv_menu_logo img{
  height: 100px;
}
@media (max-width: 992px) {
  .mv_navbar {
    padding: 20px 10px;
  }
  .mv_navbar .nav-link {
    padding: 10px;
    height: auto;
  }
}
@media (min-width: 769px) {
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .d-md-block {
    display: block!important;
  }
}
@media (max-width: 768px) {
  .justify-content-start.justify-content-md-center {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .d-flex.d-md-block {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .mv_navbar {
    padding: 20px;
  }
  .mv_navbar_search a,
  .mv_navbar_contact a {
    padding: 15px;
    line-height: 16px;
    display: block;
  }
}
