html{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Montserrat', sans-serif!important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
input, textarea, select, button, span{
    font-family: 'Montserrat', sans-serif;
}
input::-webkit-input-placeholder{
    font-family: 'Montserrat', sans-serif;
}     
a{
    text-decoration: none!important;
}
a:enabled, a:visited, a:hover, a:active, a:link{
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
textarea:focus, input:focus, select:focus, button:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
} 