@media screen and (max-width: 767px) {
  .page-content-block {
    padding: 30px 20px;
  }
  .main-header {
    padding: 16px;
  }
  .main-header .header-logo {
    display: block;
    text-align: center;
  }
  .main-header .header-logo .school-name {
    border-left: 0;
    margin-left: 0;
    padding: 0;
    margin-top: 20px;
  }
  .main-header .header-logo .school-name h1 {
    font-size: 19px;
    line-height: 24px;
  }
  .page-content {
    margin: 20px 0 80px;
  }
  .main-footer span.copyright, .main-footer span.developed, .main-footer span.developed a {
    font-size: 12px;
  }
  .main-footer {
    display: block;
    padding: 6px 12px;
    text-align: center;
  }
  .admission-form form .input-group {
    display: block;
  }
  .admission-form form .input-group select.form-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .admission-form form .input-group button.btn.form-btn, a.form-btn {
    width: 100%;
  }
  .page-content-box h4 {
    font-size: 20px;
    line-height: 25px;
  }
  h1.main-title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .main-form .input-group label, .main-form label {
    display: none;
  }
  .form-table table.table td.appli-fee-td {
    width: 30% !important;
  }
  .registration-closed h3 {
    font-size: 18px;
  }
  .registration-closed svg {
    width: 130px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .user-image {
    margin-bottom: 30px;
    text-align: center;
  }
  .user-image img {
    width: 180px;
    height: 200px;
  }
  .input-group button.btn.form-btn, a.form-btn {
    width: 100%;
    margin-bottom: 12px;
  }
  .page-content-block.success-content-block {
    padding: 30px 20px;
  }
  .photo.upload_docs {
    margin-bottom: 10px;
    height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-content-block {
    padding: 30px 50px;
  }
  .user-image img {
    height: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-content-block {
    padding: 30px 50px;
  }
  .main-footer span.copyright, .main-footer span.developed, .main-footer span.developed a {
    font-size: 13px;
  }
}/*# sourceMappingURL=responsive.css.map */