.toogle-estimate-section.active{
    display: none;
}
.toogle-estimate-section.active.display-active{
    display: block;
}
.form-label-left-multi{
    align-items: flex-start;
}
.any-label.-additional{
    margin-top:47px;
}
.nested-label-with-label{
    display: flex;
    align-items: center;
}
.nested-label-with-label-span{
    margin-left: 0.5em;
}
.form-type-date{
    margin-right: 1em;
    width:35%;
}
@media (max-width:768px) {
    .form-label-multi :last-child{
        display: none;
    } 
    .form-label-left-multi{
        align-items:center;
    }   
    .form-type-date{
        width: 100%;
        margin-top: 0.5em;
    }
}
