
.form_err{
    color: red;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 700;
}

.nmfield{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px!important;
}

.school-name {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.plchldr_back{
    transform: rotate(-20deg);
}

.clamp-4{
  display: -webkit-box;
  -webkit-line-clamp: 4;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {

    .accordion-button{
        padding: 1rem .5rem!important;
    }

    .accordion-body{
        padding: 0.5rem .5rem!important;
    }
}
@media (max-width: 425px) {

    .container-fluid{
        padding: 12px!important;
    }
    .card-body{
        padding: 18px!important;
    }
    .accordion-button{
        padding: 1rem 0rem!important;
    }

    .accordion-body{
        padding: 0.5rem 0rem!important;
    }
}
