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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    outline: none;
    vertical-align: baseline;
}

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


h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-weight: 700;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    line-height: 1;
}

h1 {
    font-size: 42px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}


q {
    color: #333;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
}


a {
    text-decoration: none;

}

a:hover, a:focus {
    outline: none;
    text-decoration: none;

}

input,
a,
button {
    outline: none;
}

ul, p, ol {
    padding: 0;
    margin-bottom: 20px;
}

p:empty {
    display: none;
}

ol, ul {
    list-style-position: inside;
}

ol {
    list-style: decimal !important;
}

ol:after, ul:after {
    clear: both;
    content: "";
    display: block;
}

ol li, ul li {
    margin: 0 0 10px;
}

ol li {
    margin-bottom: 10px;
}

img {
    border-style: none;
    outline: none;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

input, a, textarea, button, .slick-slide {
    outline: none;
}

strong {
    font-weight: bold;
}

i, u {
    font-style: normal;
    font-size: inherit;
}

b {
	font-weight: 700 !important;
} 


/* TABLE STYLE */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin-bottom: 30px;
}

table td,
table th {
    border: transparent;
    font-size: 16px;
    
}

@media (max-width: 992px) {
    table td,
    table th {
        line-height: 25px;
        font-size: 14px;
    }
}


table th {
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
}

@media (max-width: 992px) {
    table th {
        line-height: 40px;
        font-size: 16px;
    }
}