@media (min-width: 992px) {
  .brand {
    /*background-color: #1a1a27;*/
    background-color: #1c4984;
    box-shadow: none;
  }

  .brand-smartpedia {
    /*background-color: #1a1a27;*/
    background-color: #65A550;
    box-shadow: none;
  }
  .brand-travel-dinas {
    /*background-color: #1a1a27;*/
    background-color: #EF7216;
    box-shadow: none;
  }
  .brand .btn i {
    color: #494b74;
  }
  .brand .btn .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    /*fill: #494b74;*/
  }
  .brand .btn .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .brand .btn.active .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #3699FF;
  }
  .brand .btn.active .svg-icon svg:hover g [fill], .brand .btn:hover .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .brand .btn.active i, .brand .btn:hover i {
    color: #3699FF;
  }
}
@media (max-width: 991.98px) {
  .header-mobile {
    /*background-color: #1a1a27;*/
    background-color: #1c4984;
}

.header-mobile-smartpedia {
  /*background-color: #1a1a27;*/
  background-color: #65A550;
}
.header-mobile-travel-dinas {
  /*background-color: #1a1a27;*/
  background-color: #EF7216;
}
  .header-mobile .burger-icon span {
    /*background-color: #484f66;*/
    background-color: #ffffff;
  }
  .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    /*background-color: #484f66;*/
    background-color: #ffffff;
  }
  .header-mobile .burger-icon:hover span {
    background-color: #3699FF;
  }
  .header-mobile .burger-icon:hover span::before, .header-mobile .burger-icon:hover span::after {
    background-color: #3699FF;
  }
  .header-mobile .burger-icon-active span {
    background-color: #3699FF;
  }
  .header-mobile .burger-icon-active span::before, .header-mobile .burger-icon-active span::after {
    background-color: #3699FF;
  }
  .header-mobile .btn i {
    /*color: #484f66;*/
    color: #ffffff;
  }
  .header-mobile .btn .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    /*fill: #484f66;*/
    fill: #ffffff;
  }
  .header-mobile .btn .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-mobile .btn.active .svg-icon svg g [fill], .header-mobile .btn:hover .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #3699FF;
  }
  .header-mobile .btn.active .svg-icon svg:hover g [fill], .header-mobile .btn:hover .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-mobile .btn.active i, .header-mobile .btn:hover i {
    color: #3699FF;
  }
}
