
    .screen-reader-response{
            display : none;
        }
        /* start banner  */
        .banner-height {
            height: 50vh;
        
            @media screen and (max-width: 480px) {
                height: 40vh;
            }
        }
        
        .nav-link {
            padding: 0.5rem 1rem;
        }
        /* Add custom styles for the active link */
    .navbar-nav .nav-item.active {
        border-bottom:3px solid #a6ce39 ;
    }

    .navbar-nav .nav-item.active a {
        color: #ffffff !important; /* Set your desired text color */
    }
    
    /*contact form 7 error modification*/
    .wpcf7-not-valid-tip{
        color:red !important;
    }
    .wpcf7-response-output{
        font-weight:800 !important;
        padding-left: 45px;
        padding-bottom: 10px;
    }
    
    .wpcf7-response-output.false {
        color: red;
        font-weight:800 !important;
    }

    .wpcf7-response-output.true {
        color: green;
        font-weight:800 !important;
    }
    
    