* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}

.admission-section {

  background: url("banner.png") center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 90vh;
  padding: 60px 0px;
}
.admission-form {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.admission-form input,
.admission-form select,
.admission-form textarea {
  border-radius: 0;
  font-size: 14px;
}
.admission-form .btn-submit {
  background-color: #004aad;
  color: white;
  border-radius: 25px;
  padding: 8px 30px;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
.grade-label {
  font-weight: bold;
  background: white;
  padding: 8px 20px;
  color: #004aad;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}
.kids-img {
  max-width: 100%;
  height: auto;
}
.form-seal {
  position: absolute;
  bottom: -15px;
  right: -25px;
  width: 90px;
}
.agree {
  font-size: 14px;
  color: #004aad;
  font-weight: 500;
}
.title {
  font-size: 16px;
  font-weight: bold;
  color: #004aad;
}
.admission-form input,
.admission-form select,
.admission-form textarea {
  border: 1px solid #000 !important;
}
.mobile {
  display: none !important;
}
.navbar-brand img {
  /* width: 250px; */
  height: 60px;
}

@media (max-width: 768px) {
  .admission-section {
    padding: 30px 0;
  }
  .navbar-brand img {
    height: 40px;
  }
  .admission-form {
    width: 100%;
    padding: 15px;
  }
  .kids-img {
    display: none;
  }
  .grade-label {
    font-size: 14px;
    padding: 5px 15px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .navbar-nav li a{
    margin-bottom: 10px !important;
  }
}


/* 
.new span{
  font-size: 20px;
}
.new{
  background-color: #004aad;
}
.white{
  color: whitesmoke;
}
.green{
  color: aquamarine;
} */