@media screen and (width < 1210px) {

    .learning-path::before,
    .training-path::before {
        text-wrap: pretty;
    }
}
.form-group span {/*its affecting student registration popup form icons, so its removed from global.css*/
    color: #797979;
    font-size: 13px;
}
.new-insti-pagination a.disabled {
   pointer-events: none;
   cursor: default;
   color: #f0f0f0;
}
.institution-page-links{
   display: inline-block;
   margin: 0 2px;
   border-radius: 51px;
   width: 30px;
   height: 30px;
   padding: 0;
   line-height: 30px !important;
   color: #000;
   position: relative;
}
.manual-pagingation-nav{
  border: 1px solid #f5f5f5;
  border-radius: 100px;
  padding: 4px 2px;
  margin: 0 5px;
  background: #f5f5f5;
}
.links-inactive{
   background: #ffffff;
}
.links-active{
   pointer-events: none;
   cursor: default;
   display: inline-block;
   background: #a1d244;
   color: #fff;
    /* top: -10px;*/
}
a.links-inactive:hover{
   background-color: #a1d244;
   color: #fff;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.collegeRegError2 .mandatory{
    top: 18px !important;
    right: 261px !important;
}
#college-registration #terms_conditions-error-custom{
    top: 7px !important;
    right: 220px !important;
}