body {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

#logo-header {
    width: 100%;
    max-width: 360px;
    height: auto;
}

#logo-header-home {
    max-width: 100%;
    min-width: 300px;
    height: auto;
}

p, span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}


.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: rgba(4, 69, 153, 0.897);
}

a.dropdown-item {
    font-family: "Roboto", sans-serif;
    font-weight: 600 !important;
}

.header .site-navi li .dropdown-menu li a:hover {
    text-decoration: none;
    color: #3F6B88;
}

.header .site-navi li .dropdown-menu {
    align-items: center;
    position: absolute;
    visibility: hidden;
    border-width: 1px;
    border-top-width: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background-color: #fff;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 10;
    border-color: #4a5568;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.remote_support {
    float: right;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 6px;
    margin: 6px;
}

a.remote_support {
    background-color: #3F6B88 !important;
    color: white;
    text-decoration: none;
    padding: 4px 6px;
    text-transform: uppercase;
}

a.remote_support:hover {
    background-color: #cf9934;
    cursor: pointer;
}

a.remote_support:active {
    background-color: #3f6b88;
}

a.remote_support:visited {
    background-color:  #3f6b88;
}

.search {
    visibility: hidden;
}

.wpforms-submit:disabled {
    background:  #fff;
    color: #ccc;
    cursor: no-drop;
}