.intl-tel-input { 
	width: 100%; 
} 

.int-tel.form-item { 
	overflow: visible; 
} 

.fForm .form-item .date {
    width: 100%;
}

.fMenu .has-submenu > ul > li {
    list-style-type: square;
}

/****Timeline****/
.menu-timeline ul.fMenu {
    display: flex;
    margin-bottom: 1rem;
}

.menu-timeline li {
    flex: 1 1 0;
    letter-spacing: -0.5px;
    text-align: center;
    position: relative;
}

.menu-timeline li.selected {
    font-weight: 700;
}

.menu-timeline li::before {
    height: 2px;
    width: 100%;
    left: -50%;
    top: 1rem;
    position: absolute;
    background: var(--brand-color-theme-1);
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.menu-timeline .menu-item-text big {
    clear: both;
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto 0.5rem;
    background: var(--brand-color-theme-1);
    color: #fff;
    font-weight: 700;
}

.menu-timeline .menu-item-text span {
    display: block;
    color: #000;
}

.menu-timeline li.future::before {
    display: none;
}

.menu-timeline li.future {
    opacity: 0.25;
}

.menu-timeline li.future a {
    pointer-events: none;
}