.er_phone_num {
  order: 2;
  z-index: 9;
}
#et-top-navigation {
  margin: 0 auto;
}
.er_phone_num .phone {
  font-size: 25px;
  font-weight: bold;
}
.er_phone_num .call_to_action {
  font-size: 16px;
  font-weight: bold;
}
#top-menu-nav a {
  font-size: 16px;
}
/*fix arrow directions*/
.et_pb_button::after {
  transform: scale(-1) translate(-10px,-3px);
}
@media only screen and (min-width: 768px) {
  .container.clearfix.et_menu_container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #et-top-navigation {
    padding-right: 136px !important;
  }
  .container.et_search_form_container {
    max-width: 400px !important;
  }
}
@media only screen and (max-width: 767px) {
  .er_phone_num {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .er_phone_num .phone {
    font-size: 15px;
  }
}
