
.header__area-menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header-logo-img {
    max-width: 245px;
    height: auto;
    display: block;
}


.franchise-reg-btn {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}


#mobilemenu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

#mobilemenu li {
    position: relative;
}


.sub-menu {
    display: none;
    position: absolute;
    background: #333;
    padding: 10px;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}
/* -----------------------------------------------------------------------------  */


.banner-feature-card {
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-row-margin {
    margin-top: 20px !important;

}


.hover-slide-up a {
    display: block;
    text-decoration: none;
    background: #ffffff;
    border-radius: 20px;
}


.banner-feature-card img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------------------  */

.about-highlight {
    color: #406AFF;
    font-weight: bold;
}


.about__three-right a {
    text-decoration: none;
    color: inherit;
}

/* ----------------------------------------------------------------------------------------------  */
.customer-logos.slider {
    padding: 15px;
}
/* ---------------------------------------------------------------------------------------------------  */
.customer-logoss.slider {
    padding: 15px;
}
/* -----------------------------------------------------------------------  */
.customer-logoss.slider {
    padding: 15px;
}
/* ------------------------------------------- */
.footer__three-widget-location-item-info a {
    max-width: 100%;
}
/* ------------------------------------------------  */
.footer__three-widget .btn-seven {
    font-size: 18px;
    gap: 5px;
}