.admission {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  height:auto;
  overflow: hidden;
 
}
.admission .adm-open h2{
  font-weight: bold;
  margin-bottom: 20px;
  color: #394ea1;
  font-size:40px;
}
.admission .adm-open label{
  font-weight: bold;
}
.admission .adm-open .adm-start {
  box-shadow: 0 0 0 0.25rem transparent;
  background-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  padding: 50px 20px;
}
 .admission .form-co input {
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 10px;
}
.admission .form-co select{
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 10px;
}
.admission .form-co textarea{
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 10px;

}
.admission .form-control:focus {
  border-color: transparent;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem transparent;
}
.admission .contact-buttons input{
  border: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  background-color: #f2f2f2;
  width:100%;
}
.admission .contact-buttons input :focus{
  border:  #f2f2f2;;
  border-color: transparent;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem transparent;
}
.admission .btn.submit {
  background:  #394ea1;
  border-radius: 0;
  padding: 10px 30px;
  color: white;
  transition: all .3s ease-in-out;
  border: 2px solid transparent;
}
.admission .btn.submit:hover{
  background: transparent;
  border:2px solid  #394ea1;
  color: #394ea1;
}
.admission .cap-sec {
  text-align: end;
  background-color: white;
  color: black;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
#refresh {
  padding: 8px 10px;
  background-color: #080808;
  color: white;
  border: 1px solid black;
}
.admission-process{
  height:auto;
  padding:50px 0px;
}
.admission-process .col-lg-2 {
  background-color: #f7921e;
  color: #fff;
  margin: 40px 20px;
  text-align: center;
  padding: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.col-lg-2 {
  position: relative;
}
.step-colum {
  position: relative;
  z-index: 1;
}
.admission-process .col-lg-2:hover {
  border-color: #ffde59;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background: linear-gradient(to left, #394ea1 50%,   #f7921e 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
}
.age h2{
font-weight: bold;
margin-bottom: 0;
font-size: 40px;
background-color: #394ea1;
color: #ffffff;
border-bottom: transparent;
padding: 5px 10px;
width: fit-content;

}
.age{
  padding:50px 0px;
  height:auto;
  background-color: rgb(245, 245, 245);
}
.age .table>thead {
  text-transform: capitalize;
  background-color:#f7921e;
  color:#ffffff;

}
.age .table-responsive {
  margin-top: 30px;
  width: 690px;
  text-align: center;
}
.step-image {
padding:10px 0px;
margin:auto;
}
.step-image img{
  width:50px;
  height:50px;
}
.admission-process h2{
  color: #394ea1;
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
}
.admission-process .row{
  margin:auto;
  margin-left:15px;
}
.step-icon img {
  transition: transform 0.3s ease;
  filter: invert(40%) sepia(100%) saturate(10000%) hue-rotate(250deg) brightness(100%) contrast(100%);
}
.admission-process .col-lg-2:hover img {
  transform: rotate(360deg);
    filter: invert(48%) sepia(100%) saturate(750%) hue-rotate(9deg) brightness(100%) contrast(100%);
  }
  .step-text{
    font-size: 16px;
  }
  @media (max-width: 1536px) {
  .admission .adm-open h2 {
    font-size: 35px;
}
.admission-process h2 {
  font-size: 35px;
}
.age h2 {
  font-size: 35px;
}
.step-text{
  font-size: 16px;
}
  }
  .admission .adm-open label {
    font-size: 14px;
  }
@media (max-width: 1152px) {
  /* .admission-process h2{
    font-size:35px;
  }
  .admission .adm-open h2{
    font-size: 35px;
  }
  .age h2 {
    font-size: 35px;
  } */
 
}
@media (max-width: 1366px) {
.admission-process .col-lg-2 {
  background-color: #f7921e;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  margin:40px 10px;
}
.admission .adm-open h2 {
  font-size: 28px;
}
.admission-process h2 {
font-size: 28px;
}
.age h2 {
  font-size: 28px;
}
.step-text{
  font-size: 15px;
}
}
@media (max-width: 1199px) {
.admission-process .col-lg-2 {
  background-color: #f7921e;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  margin: 40px 10px;
}
.step-text{
  font-size: 14px;
}
}
@media (max-width: 768px) {
.admission-process .row{
  margin:auto;
  margin-left:15px;
}
}
@media (max-width: 767px) {
  .age .table-responsive {
    margin-top: 30px;
    width: auto;
  }
  .admission-process .row{
    margin:auto;   
  }
  .admission-process .col-lg-2 {
    background-color: #f7921e;
    color: #fff;
    margin: 20px 0px;
    text-align: center;
    padding: 20px;
}
}
@media (max-width: 540px) {
.admission .adm-open h2 {
  
  margin-left: 20px;
}
.age h2{
  font-weight: bold;
  margin-bottom: 0;
 
}
}



@media (max-width: 320px) {
.admission-process h2 {
  font-size: 21px;
}
}

