.admission-page{
    margin-top: 20px;
    margin-bottom: 20px;
}

.span{
    font-weight: bold
}

ul{
    list-style: square;
    padding-left: 10px !important;
}
ol{

    padding-left: 10px !important;
}

p{ 
    color: rgba(0, 0, 0, 0.842);
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
 
.admission-page .admission-enquiry{
  
    box-sizing: content-box;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.151);
    border-radius: 10px;
    padding: 10px;
}

.admission-page h3, h4{
   text-transform: uppercase;
   font-weight: bold;
   color: #07378B;
}

.admission-page .admission-enquiry .header{
   background: #2a166f;
   padding: 10px
}

.admission-page .admission-enquiry .body{
    margin-top: 20px;
 }

 .header h4{ 
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}

.btn-ghost{
    background: #fff;
    color: #000
}

.note{
    background: rgba(204, 204, 204, 0.664);
    border: solid 2px #555;
    padding: 5px 5px 10px 10px;
    margin-bottom: 10px;
}

.note span{
    color: #003399;
    font-size: 14px;
}

 .btn{
    padding: 5px;
}

.btn-procedure{
    font-size: 12px;
    padding: 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

.btn-enrol{
    background: #003399;
    margin-bottom: 10px;
}

.btn-exam{
    color: #ccc;
}

#admission_requirement li{
    list-style: square
}
  


#admission_requirement ol li:before {
    content: "" !important; /* FontAwesome Unicode */
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    }

  .sidemenu{
      margin-top: 10px;
      border: 2px solid #ccc;
      height: auto;
  }

.sidemenu .header{
    background: #003399;
    padding: 5px;
    position: relative;
    box-sizing: content-box
}

.side{
    margin-top: 20px
}

.sidemenu .body{
    background: #f3f3f3;
    padding: 5px;
}

.sidemenu .body h4{
    margin-top: 10px;
    color: #000 ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;

}

.sidemenu .body p{
    color: #000;
    font-size: 12px;
    margin-bottom: 2px;
}

.exam-centre{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    Padding-left: 10px;
}

.exam-date{
    border-bottom: 1px solid #fff;
    padding-top: 5px;
    Padding-left: 10px;
}

.exam-date h5{
    color: #000 !important;
    padding-top: 5px;
    /* Padding-left: 0px; */
}

.exam-date p b{
    color: #07378B;
    margin-bottom: 2px;
}

.exam-centre h4, .exam-date h4{
    color: #07378B !important;
    font-size: 1em;
}

.ml2 {
    font-weight: bold;
    font-size: .8em;
    color: #fff
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}


.sidemenu .body h5{
    color: #000000;
    font-weight: 600;
    margin-left: -2px;
    font-size: .9em
}

.footer a h6{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 0px;
}

.footer a i{
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7em
}

.post-post{
    border-bottom: 1px #f9f9f9 solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.stages{ 
    height: 80px;
    border: #fff solid 1px;
    background: rgba(204, 204, 204, 0.397);
    padding: 5px 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:20px solid #003399; 
}

@media (max-width: 767px) {
    #admission {
        display: none;
    } 
}

#admission .active{
    background: #003399 !important;
    color: #fff;
    box-shadow: 0px 2px 12px rgba(17, 14, 19, 0.445);

}

#admission .previous{
    background: #fff !important;
    color: #ccc;   
}

#admission .previous p{
    color: #ccc
}

#admission .previous .stage-number{
    background: #fff;
    border: solid #ccc 2px;
}

#admission .previous h3{
    color: #ccc !important;
}

#admission .active p{
    color: #fff;
}

.stage-number{
    border: solid #fff 2px;
    border-radius: 50%;
    box-shadow: 0px 2px 12px #ffffff;
    padding: 5px;
    background: #ccc;
    height: 50px;
    width: 50px;
}

.stages h6{
    font-weight: bold;
    font-size: .9em;
    line-height: 15px;
    margin: 5px 0px;
    text-transform: capitalize;
}

.stages p{
    color: #444;
    font-size: .8em;
    line-height: 15px;
    /* text-transform: ; */
    text-align: left;
}