.header-menu-content .site-logo{
  height: 90px;
  margin-left: -25px;
}

.header-menu-content .site-logo img{
  width: 100%;
  height: 70px;
  margin-top: 6px;
}

.header-short-menu {
  margin-left: -27px;
}

/* .header-short-menu li a, .header-short-menu li a:hover{
  color: #d7d2d2;
} */

@media only screen and (max-width: 1400px) {
  .header-menu-content .site-logo img{
    width: 100%;
    height: 70px;
    margin-left: 20px;
  }
  .header-short-menu {
    margin-left: -18px;
  }
  
}

@media only screen and (max-width: 1199px) {
  .header-menu-content .site-logo img{
    width: 100%;
    height: 70px;
    margin-left: 37px;
  }
  .header-short-menu {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-menu-content .site-logo img{
    width: 100%;
    height: 70px;
    margin-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu-content .site-logo img{
    width: 100%;
    height: 70px;
    margin-left: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .header-menu-content .site-logo img{
    width: 100%;
    height: 70px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 420px) {
  
}