.box-col-frontend {
    flex-basis: calc(100% / 5 - 2%);
    text-align: center;
    padding: 25px 15px 15px 15px;
    border-radius: 8px;
    box-shadow: 0px 29px 29px -16px #ccc;
}

.box-col-frontend:not(:last-child) {
    margin-right: 2.5%;
}

.loader{
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 9999;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #29282863;
}

.loader.text-center img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    animation: spin 2s linear infinite;
    vertical-align: middle;
}

form div.required label.label-name:after {
    content:" * ";
    color:red;
}
.grievance-create .content-wrap {
    background-color: #fff;
}
.track_box .add-grievance .blue-btn {
    max-width: 100%;
    min-width: 145px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
}

.frontend-header .notification-count{
    min-width: 24.33px;
    background-color: #bf000e;
    color: #fff;
    position: absolute;
    top: -15px;
    border-radius: 50%;
    text-align: center;
    right: -15px;
    box-shadow: -2px 3px 10px 1px rgba(191, 0, 14, 0.49);
    font-size: 0.857rem;
    line-height: 2rem;
    display: flex;
    min-height: 24.33px;
    height: 100%;
    width: 100%;
	align-items: center;
    justify-content: center;
	display: block !important;
   
}