  header#header {
    position: sticky;
    top: 0;
    z-index: 4;
  }

  .header5 nav {
      flex-flow: column;
  }

  .header5 .app_link {
    width: 100%;
    background: #424242;
    text-align: center;
    height: 25px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    border-bottom: 0;
  }

  .nav_menu {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      /* background: #f6f6f6; */
      background: #fff;
      border-bottom: 1px solid #d7d7d7;
      border-top: 1px solid #d7d7d7;
  }

  .nav_center {
      display: flex;
      width: 100%;
      justify-content: space-between;
      height: 80px;
  }

  .header5 .nav_center .right-side li a {
      text-align: center;
      padding: 15px;
      display: flex;
      flex-flow: column;
      align-items: center;
      letter-spacing: 0;
      position: relative;
      z-index: 3;
  }

  .header5 .nav_center .right-side li a:hover p {
      color: #da3327;
  }

  .header5 .nav_center .right-side li a i.material-icons {
      font-size: 35px;
  }

  .header5 .app_link .right-side li a i.material-icons {
    display: none;
  }

  .header5 .app_link .right-side li a._contact i.material-icons {
      display: block;
      font-size: 18px;
  }

  body .app_link ul.right-side li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .header5 .app_link .right-side li a {
    font-size: 13px;
    text-transform: capitalize;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
  }

  .header5 .app_link .right-side li a:hover,
  .header5 .app_link .right-side li a:active,
  .header5 .app_link .right-side li a:focus
   {
    color: #fff;
  }

  .header5 .right-side li a:hover {
      box-shadow: none;
      color: #2f2f2f;
  }

  .header5 .right-side li a i.material-icons {
      font-size: 24px;
      margin-right: 5px;
  }

  .nav_menu ul.myNav4 {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding-left: 15px;
  }

  .nav_menu ul.myNav4 li {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
  }

  .header5 .myNav4 a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 40px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    border-left: 0;
  }

  body .header5 nav {
    box-shadow: none;
  }

  .nav_menu i.material-icons {
      margin-right: 10px;
      font-size: 26px;
  }

  .full {
    width: 100%;
  }

  .nav_menu ul.myNav4 li:last-child {
      border-right: 1px solid #d7d7d7;
  }


  .call_us {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
  }

  .call_us a {
      display: block;
      width: fit-content;
      margin-left: 10px;
  }

  .call_us span {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.3px;
  }

  .div_links {
      display: flex;
      align-items: center;
      color: #fff;
  }

  body .nav_center .myNav {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: right;
      padding: 0;
  }

  .call_us {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      background: #f1f1f6;
      height: 45px;
      border-bottom: 1px solid #ddd;
  }

  .call_us span {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .call_us a {
      display: block;
      width: fit-content;
      margin-left: 10px;
      padding: 6px 15px;
      height: fit-content;
      line-height: 1;
      border-radius: 2px;
  }

  .div_app {
      font-size: 11px;
      position: relative;
      padding-right: 25px;
      align-items: center;
      display: flex;
  }

  ._contact {
    display: flex;
    align-items: center;
    line-height: 25px;
    height: 25px;
    font-size: 14px;
  }

  body nav ._contact i.material-icons {
    font-size: 16px;
  }

  body .app_link ul.right-side {
    height: 25px;
    line-height: 25px;
  }

  body .app_link .right-side li a p {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
  }

  body .app_link .div_app span i.material-icons {
    position: relative;
    top: 0;
    right: 0;
    display: inline;
    line-height: 12px;
  }

  .div_app a, .div_app span {
    display: flex;
    line-height: 12px;
    align-items: center;
    color: #fff;
  }

  body .header5 nav {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.11);
  }
