ul#menu-footer-menu {
    height: 10px;
}

a {
    text-decoration: none !important;
}
.menu > li a { 
font-size: 13px;
}
.card-3 .card__body .card__title  {
text-align:center;
}

/*Display Submenu to the left*/
@media all and (min-width: 992px) {
    .menu > li > ul:not(.multi-column) ul {
        left: -112%;
        right: 112%;
    }
}
/*Fix the spacing for Menu that has Long Title*/
.menu > li ul {
    white-space: normal;
    min-width: 26em;
}

.menu-item-2688 > a {
color:white !important;
}

/*for book online btn responsiveness support 260520 */
@media (max-width:767px){
.custnav {
    background-color: #8f1b1f;
    padding-right: 0;
    padding: 5px 7px;
    width: 115px !important;
}}