.navbar {
    background: transparent;
}

nav .nav-link {
    transition: 0.5s;
    border-bottom: 2px solid transparent;
    color: #1F1F1F !important;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
}

nav .nav-link:hover {
    border-bottom: 3px solid #333333;
    color: #000000 !important;
}

nav .nav-link.active {
    border-bottom: 3px solid #45B7FE;
    color: #2A6995 !important;
}

nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

nav .header-btn {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 5px;
    color: white;
    background-color: #45B7FE;
    border: 1px solid #45B7FE;
    padding: 0.6rem 2rem 0.6rem 2rem;
}

nav .header-login-btn {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 5px;
    color: #45B7FE;
    background-color: #FFF;
    border: 1px solid #45B7FE;
    padding: 0.6rem 2rem 0.6rem 2rem;
}

.header-search-box {
    border: 3px solid #45B7FE;
    border-radius: 10px;
    width: 55%;
}

.header-search-btn {
    cursor: pointer;
}

.alert-main {
    color: #FFF;
    background: #007FFF;
    border-radius: 0px;
    border: 1px solid rgb(83, 82, 237);
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 16px;
}

.alert-main .close {
    text-shadow: none;
    opacity: 1;
    font-size: 1.3rem;
    color: white;
}

.header-search {
    border: 0px;
    min-width: 40px;
    padding: 0.9rem;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #333 !important;
}

.header-search::placeholder {
    color: #99999980 !important;
}


.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0EEF0;
    z-index: 999999;
    text-align: center;
}

.spinner {
    position: absolute;
    top: 15%;
    left: 30%;
}

.spinner img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .spinner {
        position: absolute;
        top: 20%;
        left: 0%;
    }

    .navbar {
        background: transparent;
        padding-left: 10px !important;
    }

    nav .header-btn,
    nav .header-login-btn {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    ul.navbar-nav {
        padding-left: 20px;
    }

    div.form-inline {
        padding-left: 20px;
        padding-right: 20px;
    }

    div.form-inline {
        margin-top: 10px;
    }

    div.form-inline a.bg-main-alt.btn {
        width: 100%;
        margin-top: 10px;
    }

    .header-search-box {
        border: 0px solid #45B7FE;
        width: 100%;
        border-radius: 5px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .header-search {
        height: 50px;
        border-radius: 5px;
    }

    .header-search-btn {
        background: white;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    nav .divider.header {
        display: none;
    }

    .menu-button {
        z-index: 999;
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 15px;
        padding: 0px;
        border-radius: 5px;
        background-color: #45B7FE;
        -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
        transition: background-color 350ms ease, -webkit-transform 350ms ease;
        transition: transform 350ms ease, background-color 350ms ease;
        transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
        color: #fff;
        font-size: 25px;
    }

    nav .nav-item {
        margin-left: 0px;
        margin-right: 0px;
    }

    nav a.nav-link {
        font-size: 22px !important;
        letter-spacing: 1px;
        color: white !important;
    }

    .navbar-collapse {
        background: #2A6995;
        z-index: 999;
        top: 0;
        position: fixed;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}
