@media only all and (max-width: 700px) {
    /* for 700px or less */
  body {
    font-size: 80%;
    line-height: 1.5;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .frame-outer {
    width: 100%;
  }
  .logo {
    position: inherit;
    top: 0;
    left: 3%;
    width: 7rem;
    margin: 1rem 0;
  }
  .title {
    position: inherit;
    bottom: 0;
    padding: 1rem 3%;
  }
.title-new{
      font-size: 1.5rem;
    }


  .content {
    padding: 1rem 3%;
  }
  .footer {
    font-size: 0.7rem;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}

.refnr {}

.apply {}
