  .new-msg-header {
      color: #001F5F;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 28px;
      font-family: Roboto;
  }

  #thanks-message-section {
      background-color: #ffffff;
      padding: 30px;
  }

  #thanks-msg-header {
      color: #007CBF;
      font-family: Roboto;
      font-size: 18.4px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 21px;
  }

  #thanks-msg-desc {
      color: #001F5F;
      font-family: Roboto;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 19px;
  }

  #thanks-section {
      margin-top: 10px;
      padding-left: 19px !important;
  }

  #thanks-msg-right-section {
      margin-left: -36px;
      margin-top: 7px;
  }

  #thanks-msg-description {
      margin-top: -5px;
  }

  #thanks-msg-deletebin {
      top: 0.5rem !important;
      font-size: 20px !important;
      font-weight: 600;
  }

  #thanks-message-header {
      margin-top: 30px;
      padding: 0 !important;
  }

  #thanks-msg-block {
      margin-bottom: 25px;
  }

  @media (min-width: 319px) and (max-width: 768px) {
      #thanks-message-header {
          margin-top: -30px;
          margin-bottom: 10px;
          padding-left: 15px;
      }

      #thanks-message-section {
          background-color: #ffffff;
          padding-top: 30px;
          padding-left: 20px !important;
          padding-right: 20px !important;

      }

      #thanks-msg-right-section {
          margin-left: 0px !important;
          padding-left: 39px;

      }

      #thanks-msg-date-time {
          float: none;
          margin-top: 5px;
      }

      #thanks-message-header {
          margin-top: -25px;
      }
  }