.navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  font-weight: 600;
  background-color: transparent;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
  }
}

.navbar-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  margin-top: 0;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: none;
}

.nav-block {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .nav-block {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: 0;
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .nav-block {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .nav-block {
    position: relative;
    padding-left: 16px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-top: -1px;
    margin-right: 35px;
    margin-left: 35px;
    padding: 15px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 6px 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu {
    margin-right: 16px;
    margin-left: 16px;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #fff;
  }
}

.nav-link {
  color: #041735;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .nav-link {
    padding: 15px 0 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav-link {
    padding: 12px 15px;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .menu-icon {
    font-size: 30px;
  }
}

.brand {
  display: block;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}
@media screen and (max-width: 991px) {
  .brand {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  transition-timing-function: ease, ease;
}
@media screen and (max-width: 991px) {
  .logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  .logo {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}

.phone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f0f3ff;
  -webkit-transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
  color: #2845ba;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .phone-button {
    display: block;
    margin-left: auto;
    padding: 15px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 6px;
    background-color: #f0f3ff;
    -webkit-transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
    color: #2845ba;
    font-weight: 600;
  }
}
@media screen and (max-width: 479px) {
  .phone-button {
    display: block;
    margin-right: 12px;
    padding: 0;
    background-color: transparent;
  }
}

.phone-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.phone-number {
  display: inline-block;
  margin-left: 6px;
  line-height: 26px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .phone-number {
    display: inline-block;
    padding-left: 6px;
    font-weight: 600;
    color: #2845ba;
    text-decoration: none;
  }
}
@media screen and (max-width: 479px) {
  .phone-number {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-left: 20px;
    padding: 11px 12px;
    border-radius: 6px;
    background-color: #f0f3ff;
    -webkit-transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
    color: #2845ba;
  }
}
@media screen and (max-width: 479px) {
  .menu-button {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
  }
}
