.dood-header-menu .appear,
.dood-header-menu .wpb_appear,
#dood-header-menu-sticky .appear,
#dood-header-menu-sticky .wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation-duration: 0.7s;
    animation-fill-mode: none;
    animation-duration: 0.7s;
    animation-fill-mode: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.dood-header-menu .td-mega-menu-page .wpb_content_element ul li,
#dood-header-menu-sticky .td-mega-menu-page .wpb_content_element ul li {
    line-height: 0 !important;
}


.dood-header-menu .archive-button,
#dood-header-menu-sticky .archive-button {
    margin-top: -20px !important;
}

.dood-header-menu-law-firm.dood-header-menu .archive-button {
    margin-top: 0 !important;
}

/* Loader */
.dood-loader-container {
    width: 100%;
    min-height: 250px;
    background: white;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donut {
    width: 2rem;
    height: 2rem;
    margin: 2rem;
    border-radius: 50%;
    border: 0.3rem solid rgba(151, 159, 208, 0.3);
    border-top-color: #979fd0;
    animation: 1.5s spin infinite linear;
}

.donut.multi {
    border-bottom-color: #979fd0;
}

/* Animations Keyframe */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}