.alert-down-container {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
}

.alert-down {
    width: 100%;
    background: #24649e;
    color: white;
    font-family: Proxima Nova;
    font-size: 13pt;
    border-radius: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
    .alert-down {
        font-size: 13pt;
        display: block !important;
        text-align: center;
    }
}

.alert-down a {
    color: white !important;
    text-decoration: underline;
    font-family: Proxima Nova;
    font-size: 13pt;
}

.alert-down i {
    width: auto;
    margin: 0;
    font-size: 15pt;
    color: white;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .alert-down a {
        font-size: 13pt;
    }
}      

.alert-down .btn {
    width: 25%;
}

@media (max-width: 991.98px) {
    .alert-down .btn {
        margin-top: 1rem;
        width: unset;
    }
}

.alert-down .btn:hover {
    background: #ea4b2c !important;
    border: 1px solid #ea4b2c !important;
    border: none;
}