/*Override bootstrap class*/
.navbar-default {
  background-color: #ffff;
  border: 0px;
}

.navbar-brand {
  display: flex;
  width: 150%;
  max-width: 160px;
  height: auto;
}
.download-now {
  display: none;
}
.nav-custom {
  padding: 15px;
}

/*navbar*/
#brand-logo {
  max-width: 75%;
}
.navbar-toggle {
  width: 15px;
  height: auto;
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
}
#Download {
  padding-top: 15px;
  width: 140px;
}
a > .navbar-brand {
  padding-right: 2%;
}

.shimmer {
  background: linear-gradient(130deg, #e40404, #ffacac, #e40404 80%);
  background-size: 200% 200%;
  z-index: 9999;
  color: #faf6f6;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  -webkit-animation: shimmer-animation 3s ease-in-out infinite;
  animation: shimmer-animation 3s ease-in-out infinite;
}

@-webkit-keyframes shimmer-animation {
  0% {
    background-position: 91% 100%;
  }
  50% {
    background-position: 10% 0%;
  }
}
@keyframes shimmer-animation {
  0% {
    background-position: 91% 100%;
  }
  50% {
    background-position: 10% 0%;
  }
}

@media (max-width: 767px) {
  /*navbar*/
  #brand-logo {
    max-width: 70%;
  }
  .download-now {
    display: block;
    padding: 15px;
    float: right;
    max-width: 160px;
    margin-top: 5px;
  }
  #Download-drop {
    display: none;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .nav-custom {
    padding: 10px 15px;
    text-align: center;
  }
  .nav-custom > li {
    border-bottom: 0.5px solid rgb(0, 0, 0, 0.2);
    margin: 0 70px;
  }
  .nav-custom > :nth-last-child(2) {
    border-bottom: none;
  }
  .navbar-brand {
    height: 65.5px;
    width: 112px;
  }
  .nav-custom > :last-child {
    border-bottom: none;
  }
  .navbar-brand > img {
    max-width: 100%;
    height: auto;
  }
  .shimmer {
    display: inline-block;
  }
  #diwali-walkathon {
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .navbar_links {
    font-size: 13px;
  }
  .navbar-brand {
    max-height: 90px;
  }
}
@media (min-width: 992px) {
  .navbar_links {
    font-size: 18px;
  }
}
