* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    color: #000 !important;
  }
  .container {
    max-width: 1500px;
    margin: auto;
  }
  .form-top {
    width: 100%;
    display: inline-block;
  }
  .form-top h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    top: 67px;
    color: #000;
  }
  .application-number {
    float: right;
    margin: 0 0 23px;
  }
  .input-bloack-application {
    float: right;
    border: 2px solid #000;
    width: 247px;
    height: 42px;
    margin: 0 0 0 15px;
    padding: 5px 15px;
  }
  .application-number strong {
    line-height: 39px;
  }
  .border-bottom-none {
    border-bottom: none !important;
  }
  .border-top-none {
    border-top: none !important;
  }
  .form-top-block {
    width: 100%;
    display: inline-block;
    border: 2px solid #000;
  }
  
  .form-top-block h2 {
    background-color: #d9d9d9;
    margin: 0;
    text-align: center;
    padding: 12px 0;
    border-bottom: 2px solid #000;
    color: #000;
  }
  .logo {
    width: 184px;
    float: left;
  }
  .logo img {
    width: 100%;
  }
  .hide-desktop {
    display: none;
  }
  .input-block {
    width: 100%;
    float: left;
  }
  .input-block-left {
    width: auto;
    float: left;
    padding: 17px 15px;
    border-right: 2px solid #000;
    color: #000;
    font-weight: bold;
  }
  .input-block-value {
    width: auto;
    display: inline-block;
    padding: 17px 15px;
    color: #000;
    font-weight: bold;
  }
  .border-top-new {
    border-top: 2px solid #000 !important;
    width: 100%;
    float: left;
  }
  .sub-heading {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    display: inline-block;
  }
  .form-top-block h3 {
    background-color: #d9d9d9;
    margin: 0;
    text-align: left;
    padding: 12px 15px;
    border-bottom: 2px solid #000;
    width: 100%;
    float: left;
    color: #000;
  }
  .input-w-50 {
    width: 49.3%;
    float: left;
  }
  .input-100 {
    float: left;
    width: 100%;
  }
  @media print {
    .empty {
      height: 140px;
      display: inline-block;
    }
    
  .border-bottom-new{
    position: relative;
    top: -12px !important;
    border-bottom: 2px solid #000 !important;
    width: 100%;
    display: inline-block !important;
  }
    button.print {
      display: none;
    }
    .show-desktop {
      display: none;
    }
    .hide-desktop {
      display: block;
    }
    .logo {
      width: 90px;
      float: left;
    }
    .form-top h1 {
      font-size: 25px;
      top: 40px;
    }
    .form-top-block h2 {
      font-size: 13px;
      padding: 8px;
    }
    .form-top-block h3 {
      font-size: 13px;
      padding: 8px;
    }
    .input-block-left {
      padding: 8px 15px;
    }
    .input-block-value {
      padding: 8px 15px;
    }
    .application-number strong {
      font-size: 12px;
    }
    .sub-heading {
      font-size: 13px;
      padding: 8px 15px;
          display: inherit;
    }
    .input-block-left {
      font-size: 11px;
    }
    .input-block-value {
      font-size: 11px;
    }
    .input-bloack-application {
      height: 34px;
    }
    
  }
  
  @page {
    size: auto; /* auto is the initial value */
  
    /* this affects the margin in the printer settings */
    margin: 25px 35px;
  }
  