@media only screen and (max-width: 600px) {
 
    .navbar-toggler:focus {
        box-shadow: none;
    }

}
