/* white you custom css code here. only css code will work */
.header-style-03.header-variant-07 .responsive-mobile-menu .logo img{
  margin-bottom: -40px !important;
  max-height: 110px !important;
}

/* Medium Screens (Tablets, Landscape, ~992px and below) */
@media (max-width: 992px) {
  .header-style-03.header-variant-07 .responsive-mobile-menu .logo img {
    margin-bottom: -25px !important;
    max-height: 90px !important;
  }
}

/* Small Screens (Mobiles, Portrait, ~768px and below) */
@media (max-width: 768px) {
  .header-style-03.header-variant-07 .responsive-mobile-menu .logo img {
    margin-bottom: -15px !important;
    max-height: 75px !important;
  }
}

/* Extra Small Screens (~480px and below) */
@media (max-width: 480px) {
  .header-style-03.header-variant-07 .responsive-mobile-menu .logo img {
    margin-bottom: -10px !important;
    max-height: 60px !important;
  }
}