.business-header {
background-color: #d32f2f;
padding-bottom: 30px;
}



body {
    padding-top: 54px;
}
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.card {
    height: 100%;
}
.hline-w {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
}
.footer-header {
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
}
ul, menu, dir {
    list-style-type: none;
}
#footerwrap a {
    color: rgba(255, 255, 255, .5);
}
#footerwrap a:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}
#footerwrap address {
    color: #fff;
    font-size: .9em;
}
.table {
    background-color: #f1f1f1;
    font-size: .9rem;
}
.table td,
.table th {
    border-top: 1px solid #c1c1c1;
}
.table thead th {
    border-bottom: 2px solid #c1c1c1;
}
.mt-4,
.my-4 {
    margin-top: 2rem!important;
}
.h3size {
    background-color: #17a2b8;
    border-radius: 5px;
    Color: #fff;
    padding: 5px 5px 5px 10px;
    font-size: 1.4rem;
}

ul, menu, dir {
 -webkit-padding-start: 0px;
}

