footer {
    background: #262a31;
    padding-top: 20px;
}

footer h5 {
    margin: 0 0 30px 0;
    font-size: 22px;
    color: #ddd;
    text-transform: uppercase;
    padding: 5px;

}

footer .footer-part {
    margin-right: 33.625px;

}
/* footer .footer-part.part3{
    margin-right: 30.625px !important;
} */
footer .footer-part.part3 li a{
    font-size: 15.9px !important;
}

@media (max-width:1399px) {
    footer .footer-part {
        margin-right: 15.625px;
    }
}

@media (max-width:991px) {
    footer .footer-part {
        margin-right: 16.625px;
    }
}

@media (max-width:767px) {
    footer .footer-part {
        margin-top: 6px;
    }
}




footer .footer-part p {
    margin-top: 15px;
    color: #8a8989;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

footer .footer-part li {
    padding: 0 0 6px 0;
    margin: 0;
    color: #8a8989;
    font-size: 16px;
    list-style: inside disc;
}

footer .footer-part li.location-part,
footer .footer-part li.address-part {
    line-height: 1.5;
    padding-bottom: 8px;
}

footer .footer-part li a {
    color: #a8aaad;
    text-decoration: none;
}

footer .footer-part li a:hover {
    color: var(--themeprimaryclr)
}

footer .footer-part .widgettitle {
    font-size: 2rem;
    color: #6a6a6a;
    font-weight: 400 !important;

}

.widget.widget_wp_statsmechanic {
    padding: 10px;
}

#mvcwid {
    background-color: none;
    width: 100%;
    padding: 10px;
}

#mvccount {
    padding: 10px;
}

#mvccount img {
    margin-right: 5px;
}

#mvctable {
    padding: 10px;
}

.footer-wrapper .widget {
    padding: 0px 0 0px;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-button__link:hover {
    color: #111;
}

.footer-copyright {
    background-color: #1e2025;
    color: #6a6a6a;
    position: relative;
    text-align: center;
    padding: 22px 0;
}

.powerby {

    color: #6a6a6a;
}

.design-by {

    color: #6a6a6a;
}

.wp-block-buttons .wp-block-button__link {
    width: 100% !important;
}

.company-name {
    color: var(--themeprimaryclr);
    text-decoration: none;
}

.company-name:hover {
    text-decoration: underline;
}

.footer-bottom-part {
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px) {
    .footer-bottom-part {
        justify-content: center;
        flex-direction: column;

    }
}


/* new map css  */
.tablemap.mapinfo-window .card-title {
    margin-right: 10px;
}
