.text-justify {
    text-align: justify;
}

.text-justify-start{
    align-items: baseline;
    justify-content: flex-start;
}

.select:after {
    right: 3px !important;
}

.top-n25px{
    top: -25px;
}

@media (max-width: 991px) {
 .md-right-345px{
    right: 345px;
 }
}
@media (max-width: 767px) {
 .sm-right-215px{
    right: 215px;
 }
}

@media (max-width: 376px) {
    .last-response-anime{
        right: 187px !important;
    }
}

@media(max-width: 321px){
    .last-response-anime{
        right: 160px !important;
    }
}