.homeFour-bg {
    background-color: #1e3786;
}

.dashboard {
    height: calc(100vh - 195px);
    overflow-y: auto;
    padding: 0 7px 0 0;
    --customer-profile: #1e3786;
    scrollbar-color: var(--customer-profile) #f3f3f3;
    scrollbar-width: thin;
}

.dashboard-list>li.active>a, .dashboard-list .list.active>a {
    --customer-profile: #1e3786;
    background: var(--customer-profile);
    font-weight: 500;
    color: var(--white);
}

.footer-four .footer-widget .footer-inner .footer-social-list .lists a {
    --section-bg: #00bbef;
    background-color: var(--section-bg);
    border-radius: 0;
    color: var(--heading-color);
    height: 35px;
    width: 35px;
    font-size: 18px;
}

.topbar-logo {
    max-width: 200px;
}

.single__category__thumb {
    background-color: #fff !important;
}

@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.pading-custom{
    padding: 6rem 8rem;
}
.padding-custom-2{
    padding: 6rem 2rem 0 2rem; 
}
.widget-sub-heading{
    font-size:15.19px;
    font-weight: 400;
}
.widget-phone{
    font-size:30.38px;
    line-height:45.56px;
    font-weight: 700;
}
.widget-days{
    font-weight: 400;
    font-size: 16.2px;
    line-height: 24.3px;
}
.padding-top {
    padding-top: 6rem;
}