.header-logo img {
    height: auto;
}

.header-floating {
    padding: 12px 0;
    border-bottom: 0px solid transparent !important;
    transition: all ease-in-out 0.2s;
}

.header-grid {
    border-bottom: 0px solid transparent;
    background-color: transparent !important;
}

.menu-link-main {
    padding: 10px !important;
}

.header-nav.drawer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-floating .button--slim {
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 23px;
}

.header-floating:hover, .header-floating.scrolled-past-header {
    background-color: rgb(38 90 169);
}

.logos-background img {
    width: 70px !important;
}

.footer-bottom {
    background: rgb(23 29 33) !important;
}

.footer-top {
    padding: 70px 0;
}

.footer-top img {
    max-width: 200px !important;
}

@media (max-width: 991px) {
    .header-nav.show {
        width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header-nav.show .header-menu.list-unstyled{
        width: 100%;
    }

    .header-menu > .nav-item .menu-link-main {
        border-top: 0px solid transparent !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .header-nav-headings .svg-wrapper {
        height: 30px !important;
        width: 30px !important;
        margin-right: 0 !important;
    }

    .header-nav-headings {
        margin-left: auto !important;
    }
}

select {
    width: 100%;
    height: 54px;
    background-color: white !important;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media screen and (max-width: 560px){
    .contact-grid {
        grid-template-columns: repeat(1, 1fr);
    }   
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

label.error {
    color: #c00c0c;
}