body header .navbar li a,
body header .navbar li a:hover,
body header .navbar li a:active {
  color: #464646;
  font-weight: 500;
}

.navbar li:last-child {
  background-color: #2ba5cd;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  border: 2px solid transparent;
  margin-top: -3px;
}

body header .navbar li:last-child a {
  margin-right: 0;
}

.navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.navbar .container-fluid {
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.navbar li:last-child:hover {
  border-bottom: none;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #2ba5cd;
  line-height: 25px;
}

.navbar li:last-child:hover a {
  color: #2ba5cd;
}

body header .navbar li:last-child a {
  transition: all 0.3s ease;
  color: #ffffff;
}

.navbar li a:after {
  content: "";
  display: block;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.3s ease, background-color 0.5s ease;
}

.navbar li a:hover:after {
  transform: scaleX(1);
  width: 100%;
  background: #cd532b;
}

@media screen and (max-width: 768px) {
  .navbar li:last-child:hover {
    border-bottom: none;
    background-color: #2694b8;
    border-radius: 10px;
    border: none;
    line-height: 25px;
    color: #fff;
  }

  .navbar li:last-child:hover a {
    color: #fff;
  }
}

.navbar li:last-child a:after {
  background: unset;
}

.navbar a.get-quote {
  cursor: pointer;
  padding-left: 40px !important;
  padding-right: 20px !important;
}

.navbar a.get-quote:before,
.navbar a.get-quote:hover:before {
  display: block;
  background-repeat: no-repeat;
  margin-left: -35px;
  height: 3px;
  width: 0;
}

.navbar a.get-quote:before {
  content: url("../png/get-quote.png");
}

body .navbar a.get-quote:hover:before {
  content: url("../png/get-quote-blue.png");
}

body .navbar-brand {
  padding-left: 0;
  z-index: 999999;
}

.navbar-nav li:last-child a.nav-link.active {
  color: #ffffff;
}

.navbar-nav li:last-child:hover a.nav-link.active {
  color: #2ba5cd;
}
