img {
    display: block;
    border: 0;
}

textarea {
    resize: none;
}

select:-moz-focusring {
    color: currentColor;
}

select:focus::-ms-value {
    background-color: transparent;
    color: currentColor;
}

/*for old browser that doesnt support new html5 tag */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #0e3950;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    cursor: pointer;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button {
    overflow: visible;
    /*for ie*/
    padding: 0;
    cursor: pointer;
}

select option {
    padding: 0;
    color: #000000;
}

select::-ms-expand {
    display: none;
}
input::-ms-clear {
    display: none;
}
.mx-l-auto{margin-left: auto;}

