@media screen and (prefers-reduced-motion: reduce){
.home-page-form-section .category-form-body .form-floating .form-control {
    transition: none !important;
}
}


@media (min-width: 768px) and (max-width: 991.98px) {
 
}

@media (min-width: 992px) and (max-width: 1199.98px)  {
 
}
.messages.messages--error div {
    color: red;
    font-weight: 500 !important;
    font-size: 12px;
}
