html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Roboto Serif", serif;
}

a, a:hover {
  text-decoration: none;
}

ul, li, ol {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.bg1 {
  background: #f1f1f1;
}

.page-content {
  position: relative;
  margin: 40px 0 80px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.main-header {
  background: #371e66;
  padding: 15px 30px;
}

.main-header .header-logo {
  display: flex;
  align-self: center;
  align-items: center;
  width: 100%;
}

.main-header .header-logo .logos img {
  width: 75px;
  height: 98px;
}

.main-header .header-logo .school-name {
  border-left: 3px solid #fff;
  margin-left: 16px;
  padding: 8px 0 8px 16px;
}

.main-header .header-logo .school-name h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 2px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.main-header .header-logo .school-name h2 {
  font-size: 15px;
  font-weight: 400;
  color: #ffee9a;
  margin-bottom: 0;
}

.page-content-block {
  padding: 40px 80px;
  background: #fff;
}

h5.separator-divide {
  position: relative;
  margin: 25px 0;
  text-align: center;
}

h5.separator-divide:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #efefef;
}

h5.separator-divide span {
  background: white;
  display: inline-block;
  border: 1px solid #9d9d9d;
  position: relative;
  padding: 2px 9px;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 600;
}

.page-content-box h4 {
  font-size: 21px;
  line-height: 26px;
  color: #000;
  margin-bottom: 18px;
  font-weight: 500;
}

.page-content-box h4 small {
  font-size: 75%;
  font-weight: 400;
  line-height: 20px;
}

.page-content-box ul {
  margin-bottom: 0;
}

.page-content-box ul li {
  position: relative;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  padding-left: 25px;
  margin-bottom: 10px;
}

.page-content-box ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  background: rgba(55, 30, 102, 0.7882352941);
  color: #ffffff;
  font-size: 65%;
  padding: 3px 2px;
  border-radius: 2px;
}

.admission-form {
  background: #f1f1f1;
  padding: 25px;
  margin-top: 40px;
}

.admission-form h1 {
  font-size: 24px;
  line-height: 28px;
  color: #111;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}

.form-select:focus {
  border-color: darkgrey;
  box-shadow: none;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.admission-form form .input-group select.form-select {
  border-radius: 0;
  height: 44px;
  padding: 6px 30px 6px 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.input-group button.btn.form-btn, a.form-btn, input.payu-payment-button {
  background: #371e66;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 16px;
  height: 44px;
  border: 0;
}

a.form-btn {
  background: #404040;
  display: inline-block;
  padding: 8px 20px !important;
  height: 40px;
}

a.form-btn:hover {
  color: #fff !important;
}

.admission-form form .input-group button.btn i {
  transform: rotate(45deg);
  margin-left: 3px;
}

.main-form .input-group label, .main-form label {
  text-align: end;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  display: block;
  padding: 0 16px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bfbfbf;
  outline: 0;
  box-shadow: none;
}

.main-form .input-group input, .main-form .input-group textarea, .main-form .input-group select {
  padding: 6px 14px;
  height: 42px;
  font-size: 15.5px;
  border-radius: 0;
  color: #000;
}

.main-form .input-group input[type=date] {
  color: #777;
}

.main-form .input-group textarea {
  height: 80px;
}

.main-form .input-group select {
  color: #777;
}

::-moz-placeholder {
  color: #777;
}

::placeholder {
  color: #777;
}

h1.main-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
  font-weight: 500;
}

.form-block {
  background: #f7f7f7;
  padding: 25px 16px;
  height: 100%;
}

h2.sub-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.form-table table.table td {
  font-size: 15.5px;
  color: #000;
  padding: 8px 12px;
}

.form-table table.table td i {
  font-size: 85%;
}

.declaration-block {
  background: #f7f7f7;
  padding: 25px 20px;
}

.declaration-block h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

p.text {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
}

.registration-closed {
  position: relative;
  text-align: center;
  border: 2px dashed #ddd;
  padding: 20px;
}

.registration-closed svg {
  width: 150px;
  margin-bottom: 16px;
  fill: #ebebeb;
}

.registration-closed i {
  font-size: 150px;
  margin-bottom: 16px;
  color: #ebebeb;
}

.registration-closed h3 {
  font-size: 22px;
  color: #c33d3d;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0;
}

.otp-block {
  padding: 30px 25px;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
}

.otp-block p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.otp-block p b {
  font-weight: 500;
}

.upload_input label {
  width: 180px;
  height: 200px;
  border: 2px dotted #b9b9b9;
  margin: 20px 12px 10px;
  padding: 60px 20px;
  text-align: center;
  cursor: pointer;
}

.upload_input label svg {
  fill: #bdbdbd;
  width: 50px;
}

.upload_input label h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #767676;
  margin-top: 0px;
  margin-bottom: 0;
}

.upload_input input {
  position: absolute;
  top: 50%;
  width: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.photo.upload_docs {
  position: relative;
  text-align: center;
  border: 2px solid #f1f1f1;
  padding-bottom: 20px;
  height: 100%;
}

.photo.upload_docs h2 {
  font-size: 18px;
  color: #000;
  background: #f1f1f1;
  padding: 12px 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.photo.upload_docs a {
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s ease-in-out;
}

.photo.upload_docs .preview {
  padding: 20px 16px 10px;
}

.photo.upload_docs .preview img {
  width: 180px;
  height: 200px;
  border: 1px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-form .field {
  border: 1px dashed #c1c1c1;
  padding: 7px 12px;
  height: 40px;
  font-size: 15px;
  background: #f7f7f7;
}

.main-form .field input, .main-form .field textarea {
  background: #f7f7f7;
  border-width: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.main-form .field.field2 {
  height: 80px;
}

.main-table table.table thead tr th {
  background: #ddd;
  color: #222;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 12px;
}

.main-table table.table tbody tr th {
  font-size: 15px;
  padding: 6px 12px;
  vertical-align: middle;
  color: #222;
  background: #f7f7f7;
  font-weight: 500;
}

.main-table table.table tbody tr td {
  font-size: 15.5px;
  padding: 6px 12px;
  vertical-align: middle;
  color: #222;
  background: #f7f7f7;
}

.user-image img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #282828;
}

.register-success h1 {
  color: #007200;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
}

.register-success h1 i {
  border: 3px solid #007200;
  border-radius: 50%;
  padding: 4px;
  font-size: 24px;
  background: #fff;
  margin-bottom: 5px;
}

.register-success .dated {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.page-content-block.success-content-block {
  padding: 40px;
}

p.text-main {
  color: #000;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  margin-bottom: 12px;
}

.register-fail h1 {
  color: #dc3545;
}

.register-fail h1 i {
  border: 3px solid #dc3545;
  padding: 4px 9px;
}

.main-footer {
  background: #161616;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.main-footer span.copyright, .main-footer span.developed, .main-footer span.developed a {
  display: block;
  color: #b3b3b3;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: 0.6s ease-in-out;
}

.main-footer span.developed a:hover {
  color: #fff;
}/*# sourceMappingURL=main.css.map */