﻿.field-validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #FF0000;
}

.field-validation-valid {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: forestgreen;
}

.validation-summary-errors {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #FFF000;
}

.list-item-link {
    text-decoration: none;
    color: inherit; 
    position: relative;
}

.list-item-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #001f79;
    width: 0%;
    height: 2px;
    transition: all 0.5s;
}

.list-item-link:hover::after {
    width: 100%;
}

@media screen and (max-width: 1199.98px) {
    .akkkk {
        width: 90% !important;
        margin: auto;
        text-align: justify;
    }

    .features__icon-two {
        margin: auto;
    }
}
