#logo {
  display: flex;
}

/* new changes  */

.header-transparent.animate-header .header-container,
body:not(.home) .header-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* new changes  */


.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: var(--white);
  min-height: var(--header-height);
  box-shadow: 0px 0px 3px 0px var(--tc-c1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* transition: min-height var(--header-animation-time) ease, background 0.5s ease; */
  transition: background .5s ease;
}

.header__logo {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 145px;
  height: 28px;
  background: transparent url(/gmap-api/themes/custom/ast_admin/components/custom-app-edits/img/logo-unaids.png) no-repeat center top;
  background-position: center bottom;
  text-indent: -9999px;
  background-size: cover;
  vertical-align: top;
  margin-top: 3px;
  position: relative;
  margin-right: 18px;
}

/*** END OF Header fix admin cases ***/
/*** Header Logo Section ***/
.header-left {
  align-self: center;
}

.site-header .navbar-brand img {
  max-width: var(--header-logo-width);
  /* height: var(--header-logo-height); */
  height: auto;
  margin-right: 0;
}

/*** END OF Header Logo Section ***/

.header__logo {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 337px;
  height: 53px;
  background: transparent url(/gmap-api/themes/custom/ast_admin/components/custom-app-edits/img/header-logo.svg) no-repeat center;
  position: relative;
}

.logo-motto,
.header__logo img {
  display: none;
}

.et-branding img {
  max-width: 100%;
  width: auto;
  max-height: var(--header-height);
}

/*** header logo change ***/
.et-branding-logo {
  background: url(/gmap-api/themes/custom/ast_admin/components/custom-app-edits/./img/GFP_footer_bg.png) no-repeat center;
  background-size: contain;
  padding-left: 40px;
  width: fit-content;
  min-width: 330px;
  height: 100%;
  height: var(--header-height);
  display: flex;
}

.et-branding-logo .logo-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

/*** END OF header logo change ***/

@media screen and (max-width: 767px) {
  .header__logo {
    width: 225px;
    background-size: contain;
  }

  .logo-wrap a:first-child img {
    height: 44px;
  }

  .logo-wrap a:last-child img {
    height: 30px;
  }

  .et-branding-logo {
    min-width: 248px;
    padding-left: 30px;
  }

  .et-branding-logo .logo-wrap {
    gap: 10px;
  }
}
