.admissions-wrapper
{
    height: 90vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/Grid.png");
background-color: #F8F8F8;
}


.admissions-sec-2
{
    
 padding:30px 0;
  display: flex;
align-items: center;
justify-content: center;
/* background-color: rgba(45, 93, 171, 1); */

}
.admissions-sec2-left-col

{
    display: flex;
    align-items: center;
    justify-content: center;


}
.admission-sec2-heading
{
    font-family: DM Sans;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
     color: var(--darkblue);
margin:0;

}
.admissionh4
{
  font-family: DM Sans;
font-weight: 500;
font-size: 26px !important;
/* line-height: 44px; */
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;

}

.admission-sec2-heading3
{
    font-family: Golos Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    vertical-align: middle;
color: var(--blackish);    
  
}
.admissions-sec5
{
  /* background: rgba(248, 248, 248, 1); */

height:fit-content
}
.admissions-4-wrapper h2
{
  font-family: Golos Text;
font-weight: 500;
font-size: 36px;
/* line-height: 32.5px; */
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:var(--darkblue);
margin-bottom:3px;


  
}

.school-banner
{
    background-image: url("../images/infra.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
min-height: 440px;


text-align: center;
height: 100%;
}
.school-banner h3{
    font-family: DM Sans;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
 color:#FFFFFF; 
}
.school-banner p{
    font-family: DM Sans;
font-weight: 500;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
vertical-align: middle;
color:#FFFFFF; 


}
.center-text
{
position: absolute;
left: 50%;               /* Position the left edge of the element at 50% of the container's width */
    transform: translateX(-50%); 
    bottom: 0;
    padding-bottom: 20px;
    font-family: DM Sans;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
width: 100%;
}


.admission-banner-text span
{
    font-family: DM Sans;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: var(--blackish);
}
.admission-banner-text span span
{
    font-family: DM Sans;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: var(--orange) !important;
}
.features
{
  padding: 60px 0px;
}
.features h2
{
    font-family: DM Sans;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--darkblue);
    margin: 0%;
}
.features p
{
    font-family: DM Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--blackish);
    text-align: center;
}
.admission-block-bot
{
  position: absolute;
  top: 0;
}
.admissions-process 
{
  padding: 60px 0px;
}

.process-wrapper
{
  /* border-left:3px dashed #F1CF2F80; */
  position: relative;
}
.yellow-circle
{
  border: 2px solid #F1CF2F80 ;
  position: absolute;
  width: 44px;
height: 44px;
border-radius: 50%;
/* padding: 20px; */
display: flex;
align-items: center;
justify-content: center;
left:-24px;
background-color: white;



}
.dot-line
{
  border-left:3px dashed #F1CF2F80;
}


.yellow-circle div
{
  
width: 30px;
height: 30px;

border-radius: 50%;
background-color:var(--yellow) ;


}
.timeline-list
{
  font-family: Golos Text;
font-weight: 400;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
vertical-align: middle;
color: var(--blackish);

}



.process-wrapper h5
{
  font-family: DM Sans;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #373640;
  
}

.process-wrapper p
{
  font-family: Golos Text;
font-weight: 400;
font-size: 18px;

letter-spacing: 0%;
vertical-align: middle;

color: var(--blackish);

}
.admission6-6 
{
  background-color:  #F8F8F8;
position: relative;
padding:70px 0;
/* height:500px; */
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.admission6-wrapper
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission6-text
{
 display:flex;
 flex-direction: column;
 align-items: center;
 justify-content: between;
 gap:10px;

}





















@media only screen and (max-width: 600px) {


  .process-wrapper h5
  {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #373640;
    
  }
  .yellow-circle div
{
  
width: 20px;
height: 20px;

border-radius: 50%;
background-color:var(--yellow) ;


}
.yellow-circle
{
  border: 2px solid #F1CF2F80 ;
  position: absolute;
  width: 34px;
height: 34px;
border-radius: 50%;
/* padding: 20px; */
display: flex;
align-items: center;
justify-content: center;
left:-20px;
background-color: white;



}





  }
  @media only screen and (max-width: 770px) {
    .admissions-wrapper
    {
        /* height: 120vh; */
        height:fit-content;
        padding: 100px 0px 50px 0px;
        position: relative;
      display: flex;
    align-items: center;
    justify-content: center;
    }
    .block{
      display:none !important ;

     
     }
     .admissionh4
{
  font-family: DM Sans;
font-weight: 500;
font-size: 20px !important;
/* line-height: 44px; */
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;

}
.admission-sec2-heading3 {
  
}
.features
{
  padding: 25px 0px;
}
.admissions-process 
{
  padding: 25px 0px;
}
.admissions-sec2-left-col .sec2-txt-wrapper img

{
    display: none;
   


}
.admissions-sec-2 .sec2-txt-wrapper 
{

  padding-bottom: 0px !important;
}
   
.admission6-text
{
text-align: center;

}





  }