  .help-dialog {
  opacity: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  right: 20px !important;
  width: 300px;
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 1001; }
  .help-dialog.mobile-menu-open {
    bottom: 0; }
  @media (max-width: 767px) {
    .help-dialog {
      display: none !important; } }
  .help-dialog .dialog-banner {
    height: 50px;
    background: #00273C;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .help-dialog .dialog-banner:after {
      display: table;
      content: '';
      clear: both; }
    .help-dialog .dialog-banner .content {
      line-height: 50px;
      font-size: 16px;
      font-weight: 700;
      color: #FFDA00;
      float: left;
      padding-left: 22px; }
    .help-dialog .dialog-banner .chat-logo {
      float: right;
      padding: 13px 20px; }
  .help-dialog .dialog-form {
    font-size: 13px !important;
    padding: 15px;
    display: none;
    width: 100%; }
    .help-dialog .dialog-form > p > span {
      font-size: 12px;
      color: #FFDA00;
      line-height: 18px; }
    .help-dialog .dialog-form form {
      margin-top: 0;
      max-height: 333px;
      overflow: auto; }
      .help-dialog .dialog-form form #chat-submit {
        display: none; }
      .help-dialog .dialog-form form #chat-question {
        background: #E9EDED;
        margin-top: 16px;
        padding: 13px;
        height: 160px; }
      .help-dialog .dialog-form form > p span input {
        margin-top: 16px;
        width: 100%;
        height: 50px;
        background: #E9EDED;
        padding: 0 13px; }
      .help-dialog .dialog-form form > p span ::-webkit-input-placeholderP {
        font-size: 12px;
        color: #5A5A5A; }
    .help-dialog .dialog-form .buttons {
      margin-top: 16px; }
      .help-dialog .dialog-form .buttons:after {
        display: table;
        content: '';
        clear: both; }
      .help-dialog .dialog-form .buttons .cancel-btn, .help-dialog .dialog-form .buttons .submit-btn {
        height: 45px;
        width: 120px;
        line-height: 45px;
        text-align: center; }
      .help-dialog .dialog-form .buttons .cancel-btn {
        float: left;
        cursor: pointer; }
      .help-dialog .dialog-form .buttons .submit-btn {
        float: right;
        background: yellow;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s ease; }
        .help-dialog .dialog-form .buttons .submit-btn:hover {
          background: red; }
    .help-dialog .dialog-form .text {
      color: #00273C;
      font-size: 14px;
      font-weight: 700; }
