body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

input {
    border: none;
}

textarea {
    resize: none;
}

input:focus {
    outline: none !important;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea:focus {
    outline: none !important;
}

button {
    cursor: pointer;
    border: none;
}

iframe {
    border: none;
}

span.footer--color {
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type:none;
}

a {
    text-decoration: none;
}