.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.55;
  background: #052465;
}
/* .inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.45;
  height: 200px;
  background: linear-gradient(to bottom, #001239, transparent);
} */
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 70%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.inner_banner h1 {
  color: #fff;
  font-size: 48px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 1.4;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #dba100;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ".";
  color: #fff;
  position: absolute;
  font-size: 32px;
  right: 6px;
  top: -18px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}

.admissionform {
  padding: 50px 0;
  background-color: #edf4ff;
}
.admissionform_bx {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.161);
  padding: 50px;
  margin: auto;
  max-width: 900px;
  background-color: #fff;
}
.admissionform_bx h2,
.admissionform_bx h3 {
  text-align: center;
}
.admissionform_bx h3 {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #ccc; */
  color: #2c4a93;
  font-size: 24px;
  margin-bottom: 20px;
}
.admissionform_bx h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #bd5800;
  margin: 20px 0;
  font-size: 21px;
}
.admissionform_bx label {
  margin: 0;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
}
.admissionform_bx input.form-control,
.admissionform_bx select.form-control {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  margin-bottom: 2px;
}
.admissionform_bx select.form-control {
  cursor: pointer;
}
.admissionform_bx .row {
  margin-bottom: 20px;
}
.admissionform_bx .col-sm-12 {
  display: table;
  width: 100%;
}
button.btn {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 10px;
  align-items: center;
  background: linear-gradient(to right, #dda500, #bd5800);
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 0;
}
button.btn img {
  height: 12px;
}
button.btn:hover {
  background: linear-gradient(to right, #305fad, #001c3e);
  color: #fff;
}
.admissionform_bx .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}
.admissionform_bx .flex .accept {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admissionform_bx .flex .accept input.form-control {
  width: 20px;
  height: 20px;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1 {
    font-size: 32px;
  }
  .innertxt1 {
    padding: 0 30px;
  }
  .admissionform {
    padding: 50px 20px;
  }
  .admissionform_bx {
    padding: 20px;
  }
  .admissionform_bx h3 {
    font-size: 16px;
  }
  .admissionform_bx h4 {
    font-size: 16px;
  }
  .admissionform_bx .flex {
    flex-direction: column;
  }
  .admissionform_bx .flex .accept {
    font-size: 12px;
  }
}
