

    .invalid-feedback {

        color: #ff606e;

    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-ul-menu {
            margin-top: 3px !important;
        }

        .nav-h3-1 {
            top: 3px !important;
        }
        
    }

    .valid-feedback {

        color: #2acc80;

    }

    @media only screen and (max-width: 991px) {
        .nav1 a.nav-link {
            position: relative;
            padding-top: 10px !important;
            /* width: 180px; */
            text-align: center;
            padding-top: 10px;
        }
    }

    @media (max-width: 767px) {
        .nav-ul-menu {
            margin-top: 0px !important;
        }
    }
