
b, strong {
    font-weight: bold;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: arial!important;
    font-size: 16px!important;
    font-weight: 500;
}

.sp-megamenu-parent > li > a {
    color: rgb(65 66 67);
}

body {
    font-family:arial!important;
    font-size: 16px;
    font-weight:300;
    font-style: normal;
  color: #4a4a4a;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #e60012;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #e60012;
}

.sp-megamenu-parent > li > a:hover {
    color: #e60012;
}

#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
    color: #e60012;
}

#sp-bottom .sp-module .sp-module-content {
    color: rgba(255, 255, 255, .9);
}

h5 {
    font-family:arial!important;
    font-size: 18px;
    font-weight: 500;
}

h3 {
    font-family:arial!important;

}

h2{
   font-family:arial!important;
}

h1{
   font-family:arial!important;
}

#sp-footer a, #sp-bottom a {
    color: rgba(255, 255, 255, .9);
}

.sp-page-title .sp-page-title-heading {
    font-size: 36px;
    font-weight: 500;
    color: #e60012;
    line-height: 1.2;
}

.title-link-color .sppb-addon-title {
    color: #e60012;
}

.sp-page-builder .page-content #section-id-1550234240013 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #ffffff!important;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.61;
    color: rgba(255, 255, 255, .9);
    margin: 0 0 10px;
}

#sp-footer, #sp-bottom {
    color: rgba(255, 255, 255, .6);
}

.sppb-addon-image-overlay-icon {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: none;
    width: 36px;
    font-size: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 40px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    z-index: 2;
}

@media (max-width: 767px) {
    body p {
        font-size: 16px;
    }
}