header .navbar-brand .alt-logo,
header .navbar-brand .default-logo {
    padding: 0 !important;
    max-width: max-content !important;
    max-height: 50px !important;
    margin-top: 1.2rem;
    margin-bottom: auto;
    align-self: center;
    vertical-align: middle;
}
header .mobile-logo {
    max-height: 42px !important;
}
header .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 5rem;
    display: flex;
    align-items: center;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 550px;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: red;
}

.form-group input {
    color: #000 !important;
}

.loader-wrapper {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000069;
    z-index: 100;
    transition: all ease 0.3s;
}

.loader-wrapper img {
    height: 95px;
    width: 95px;
}
/* Footer Styling */

/*  Footer Styling Ends Here */
