html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    /* height: 100%; */
    color: #333333;
}

select:active, select:focus, option:focus, option:active, input:active, input:focus, textarea:focus, textarea:active {
    outline: none;
}

.form-control:focus {
    border-color: #FFBA00;
    box-shadow: none;
}

a,a:hover {
    text-decoration: none;
    color: inherit;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

sub, sup{
    font-size: 11px;
    margin-right: 3px;
}

.btn-primary {
    background-color: #3E3E3E;
    border: 1px solid #3E3E3E;
    color: #fff;
    transition: all ease .2s;
    display: block;
    text-align: center;
}

.btn-primary:hover {
    border: 1px solid #3E3E3E;
    color: #3E3E3E;
    background-color: transparent;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
.call-wrap-form button:hover {
     background: transparent!important;
}
