*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Abel", sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ecf0f1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formHeader {
  width: 70%;
  background: white;
  padding: 0.3em;
  text-align: center;
  border: 0.2em dotted #2980b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formHeader img {
  max-width: 100%;
  width: 95%;
}

.formHeader h1 {
  font-size: 2.6vmax;
  margin-top: 0.3em;
  color: #2980b9;
}

.formHeader h2 {
  font-size: 1.8vmax;
  margin-top: 0.3em;
  color: #2980b9;
}

.formHeader h3 {
  font-size: 1.2vmax;
  margin-top: 0.3em;
  color: #8B0000;
}

@media screen and (max-width: 600px) {
  .formHeader {
    width: 90%;
  }
}

form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form .formBody,
form .formFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  margin-top: 0.45em;
  padding: 0.5em;
  border: 0.2em dotted #2980b9;
  width: 70%;
  position: relative;
}

.quickAccessBar {
  position: fixed;
  left: 0;
  bottom: 25vh;
  width: 50vw;
  height: 50vh;
  max-width: 400px;
  padding: 0.55em;
  display: flex;
  flex-direction: column;
  background: #1935b0;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
#idquickAccessBar {
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.quickAccessBar ul {
  list-style: none;
  width: 90%;
  padding: 0.2em;
  transform: scale(1, 1);
  position: relative;
}
.quickAccessBar ul > li,
.quickAccessBar ul > li a {
  color: white;
  text-decoration: none;
  margin-bottom: 0.3em;
  width: 90%;
  font-size: 0.88rem;
  padding: 1%;
  text-align: left;
  transition: background cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;
}
.quickAccessBar ul > li:hover {
  background: #000000;
  font-weight: bold;
  transition: background cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;
}
.quickAccessButton {
  background: orangered;
  color: white;
  font-weight: bold;
  font-size: 0.87rem;
  text-align: center;
  box-sizing: border-box;
  border: none;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(90deg);
  width: 130px;
  right: -4.6em;
  cursor: pointer;
  height: 30px;
}

form .formBody h3,
form .formFooter h3 {
  color: red;
  text-transform: capitalize;
  font-size: 0.988rem;
}

form .formBody .__personal,
form .formBody .__class12,
form .formBody .__JEE,
form .formBody .__address,
form .formBody .branchChoices,
form .formFooter .__personal,
form .formFooter .__class12,
form .formFooter .__JEE,
form .formFooter .__address,
form .formFooter .branchChoices {
  width: 85%;
  overflow: hidden;
  margin-top: 0.5em;
}

form .formBody .__personal h2,
form .formBody .__class12 h2,
form .formBody .__JEE h2,
form .formBody .__address h2,
form .formBody .branchChoices h2,
form .formFooter .__personal h2,
form .formFooter .__class12 h2,
form .formFooter .__JEE h2,
form .formFooter .__address h2,
form .formFooter .branchChoices h2 {
  color: #1f369b;
  text-align: center;
  text-decoration: underline;
}

form .formBody .__personal .inputFields,
form .formBody .__class12 .inputFields,
form .formBody .__JEE .inputFields,
form .formBody .__address .inputFields,
form .formBody .branchChoices .inputFields,
form .formFooter .__personal .inputFields,
form .formFooter .__class12 .inputFields,
form .formFooter .__JEE .inputFields,
form .formFooter .__address .inputFields,
form .formFooter .branchChoices .inputFields {
  padding: 1em;
}

form .formBody .__personal .inputFields ul,
form .formBody .__class12 .inputFields ul,
form .formBody .__JEE .inputFields ul,
form .formBody .__address .inputFields ul,
form .formBody .branchChoices .inputFields ul,
form .formFooter .__personal .inputFields ul,
form .formFooter .__class12 .inputFields ul,
form .formFooter .__JEE .inputFields ul,
form .formFooter .__address .inputFields ul,
form .formFooter .branchChoices .inputFields ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1em;
  -ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

form .formBody .__personal .inputFields ul li,
form .formBody .__class12 .inputFields ul li,
form .formBody .__JEE .inputFields ul li,
form .formBody .__address .inputFields ul li,
form .formBody .branchChoices .inputFields ul li,
form .formFooter .__personal .inputFields ul li,
form .formFooter .__class12 .inputFields ul li,
form .formFooter .__JEE .inputFields ul li,
form .formFooter .__address .inputFields ul li,
form .formFooter .branchChoices .inputFields ul li {
  margin-bottom: 0.5em;
  width: inherit;
}

form .formBody .__personal .inputFields ul li .star,
form .formBody .__class12 .inputFields ul li .star,
form .formBody .__JEE .inputFields ul li .star,
form .formBody .__address .inputFields ul li .star,
form .formBody .branchChoices .inputFields ul li .star,
form .formFooter .__personal .inputFields ul li .star,
form .formFooter .__class12 .inputFields ul li .star,
form .formFooter .__JEE .inputFields ul li .star,
form .formFooter .__address .inputFields ul li .star,
form .formFooter .branchChoices .inputFields ul li .star {
  color: red;
  font-weight: bold;
}

form .formBody .__personal .inputFields ul li input,
form .formBody .__personal .inputFields ul li select,
form .formBody .__class12 .inputFields ul li input,
form .formBody .__class12 .inputFields ul li select,
form .formBody .__JEE .inputFields ul li input,
form .formBody .__JEE .inputFields ul li select,
form .formBody .__address .inputFields ul li input,
form .formBody .__address .inputFields ul li select,
form .formBody .branchChoices .inputFields ul li input,
form .formBody .branchChoices .inputFields ul li select,
form .formFooter .__personal .inputFields ul li input,
form .formFooter .__personal .inputFields ul li select,
form .formFooter .__class12 .inputFields ul li input,
form .formFooter .__class12 .inputFields ul li select,
form .formFooter .__JEE .inputFields ul li input,
form .formFooter .__JEE .inputFields ul li select,
form .formFooter .__address .inputFields ul li input,
form .formFooter .__address .inputFields ul li select,
form .formFooter .branchChoices .inputFields ul li input,
form .formFooter .branchChoices .inputFields ul li select {
  padding: 0.5em;
  border: none;
  width: 90%;
  margin-right: 0.66em;
  border: 0.1em solid #c5c5c5;
  border-radius: 0.3em;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.formfooter {
  background: white;
  width: 70%;
  padding: 1.3em;
  box-sizing: border-box;
  margin-top: 1em;
  border: 0.2em dotted #2980b9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.formfooter > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formfooter > .formData {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4em;
  margin-top: 1em;
}
@media screen and (max-width: 795px) {
  .formfooter {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .formfooter > .formData {
    display: grid;
    grid-template-columns: none;
  }
}
.formfooter > .formData > .__Left,
.formfooter > .formData > .__Right {
  border: 1px solid black;
}
.formfooter > .formData > .__Left > h3,
.formfooter > .formData > .__Right > h3 {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid black;
}
.formfooter > .formData > .__Left > ul,
.formfooter > .formData > .__Right > ul {
  list-style: none;
  padding: 0.5em;
}
.formfooter > .formData > .__Left > ul > li,
.formfooter > .formData > .__Right > ul > li {
  margin-bottom: 0.4em;
  font-size: 0.89rem;
}
.formfooter > .formData > .__Left > ul > li > label,
.formfooter > .formData > .__Right > ul > li > label {
  margin-right: 0.6em;
}
.formfooter > .formData > .__Left > p,
.formfooter > .formData > .__Right > p {
  padding: 0.5em;
  text-align: left;
  margin-bottom: 0.55em;
}
.formfooter > ul > li {
  margin-bottom: 0.55em;
}
form .formFooter .branchChoices .inputFields ul li {
  width: 100% !important;
}

form .formFooter .branchChoices p {
  text-align: center;
  margin-top: 1em;
  color: green;
  font-weight: bold;
}

form .submitButton input {
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0.2em;
  padding: 0.5em;
  background: green;
  color: white;
  font-size: 1em;
  text-align: center;
}

@media screen and (max-width: 600px) {
  form .formBody,
  form .formFooter {
    width: 90%;
  }
  form .formBody .__personal ul li,
  form .formBody .__class12 ul li,
  form .formBody .__JEE ul li,
  form .formBody .__address ul li,
  form .formFooter .__personal ul li,
  form .formFooter .__class12 ul li,
  form .formFooter .__JEE ul li,
  form .formFooter .__address ul li {
    width: 100% !important;
  }
}
.hidden {display:none}
/*# sourceMappingURL=admissionForm.css.map */
