.header-menu .call-menu,
.header-menu .call-menu .phone-number {
    display: flex;
}

.header-menu .call-menu .phone-number {
    padding: 0 15px;
}

.header-menu .call-menu .phone-number span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-menu .call-menu.menu-item .phone-number span a {
    color: #ff4a00;
    text-decoration-line: none !important;
}

.header-menu .call-menu.menu-item .phone-number span a:hover {
    color: #a3360e;
    text-decoration-line: none !important;
}

.fusion-tb-header .fusion-builder-row {
    justify-content: space-between;
}

.fusion-tb-header .fusion-layout-column {
    width: 25%;
}

.fusion-tb-header .fusion-layout-column.customMenu {
    width: 75%;
}