#navbar {
  box-sizing: border-box;
  background-color: white;
  height: 82px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: fixed; */
  top: 0;
  z-index: 100;
  padding: 0 30px;
  border-bottom: 1px solid transparent;
}

#navbar.navbarTrans{
  background-color: transparent;
}

#navbar.navbarTrans .white-phone svg path {
  fill: #ffffff;
}


#navbar.navbarTrans .menuButton g {
  stroke: #ffffff;
}

.action {
  cursor: pointer;
}

#ahLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin: 0 auto;

}
#ahLogo img{
  width: 229px;
  height: 41px;
}
.navigation {
  align-items: center;
  justify-content: flex-start;
  font-size: 1em;
  display: none;
}

#mainNavigation {
  flex: 2;
}

.navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 17px;
  border-bottom: 2px solid transparent;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
}
.menuLastThreeLinks{
  color: #6c6c6c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 17px;
  border-bottom: 2px solid transparent;
  font-size: 1em;
  text-decoration: none;
}
.menuMoreBtnIcon{
  padding-left: 10px;
  padding-top: 5px;
}
.selected,  .navLink:hover #burger_svg  {
  fill: #38accd!important;
}

.selected > .menuMoreBtnIcon > #burger_svg  {
  fill: #38accd!important;
}
.selected, .navLink:hover {
  border-bottom: 2px solid #38accd;
  color: #38accd;
}
.active_link_navbar{
  background-color: #38accd !important;
  color: #ffffff !important;
}

@media only screen and (min-width: 1025px) {
  #navbar {
    align-items: stretch;
    padding: 0 48px;
    border-bottom: 1px solid #eaeaea;
  }

  .action {
    display: none;
  }

  #ahLogo {
    padding-right: 23px;
  }

  .navigation {
    display: flex;
  }

  .navLink {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1025px) {
  #navbar {
    position: fixed;
  }
  #hero_image {
    margin-top: 82px;
  }
  .new-margin-for-the-menu{
    margin-top: 82px;
 }
}


@media only screen and (min-width: 1110px) {
  #ahLogo {
    width: auto;
  }

  .navLink {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1450px){
 #menuDeals, #menuCalculators,#menuMore, #navbar, body,.showStickyDealOptions{
    max-width: 1440px;
    margin: 0 auto;
  }
}
