/* Common Styles
================*/



body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

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

p {
    margin: 0;
}

a,
a:hover,
a:focus,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

header {
    background-color: #105c98;
    border: 3px solid #0c7ab5;
    padding: 5px 0;
}

header a.logo img {
    height: 50px;
}

header p,
header p a,
header p a:hover {
    font-size: 10px;
    line-height: 1;
    color: #fff;
}

header p a {
    text-decoration: underline;
}

header .header-social a img {
    height: 50px;
    margin-left: 5px;
}

.yellow-br {
    background-color: #fab903;
    height: 18px;
}

.banner-area {
    text-align: center;
}

.banner-area img {
    margin: 20px auto;
}

.banner-area h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.banner-area h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.banner-area h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.banner-area span {
    color: #000;
}

.banner-area a {
    text-decoration: underline;
}

.product-area {
    margin-top: 20px;
    text-align: center;
}

.product-area .container {
    max-width: 1700px;
}

.product-area .col-lg-3 {
    padding: 15px;
}

.product-area .single-product img:nth-child(1) {
    height: 80px;
    width: auto;
    margin: 30px auto;
}

.product-area h5 {
    font-size: 16px;
}

.product-area p {
    font-size: 13px;
    line-height: 1.2;
}

.product-area p span {
    color: red;
    font-weight: 700;
    display: block;
}

.product-area a,
.product-area a:hover {
    text-decoration: underline;
    color: #0000ff;
}

.product-area .single-product img:nth-child(4) {
    margin: auto;
    padding: 50px 80px;
}

.contact {
    text-align: center;
    margin-bottom: 20px;
}

.contact p {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
}

.contact a,
.contact a:hover {
    text-decoration: underline;
    color: #105c98;
}

.copyright {
    background-color: #105c98;
    border: 3px solid #0c7ab5;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    padding: 3px;
}