.bottom-navbar {
    margin: 0px 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 12.6px #0000000D;
    position: fixed;
    top: 50px;
    z-index: 100;
    width: -webkit-fill-available;
    height: 90px;
    background-color: #fff;
    transition: 0.5s ease-in;
}

.navbar-collapse {
    background-color: #fff;
}

.top-navbar {
    background-color: #3B3B3B;
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 100;
    padding: 0px 40px;
    transition: 0.5s ease-in;
}

.top-navbar a {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleSemiBold';
    color: #fff !important;
    margin-right: 30px;
    margin-bottom: 0px;
    text-decoration: none;
}

.top-navbar a span {
    color: #FBCE15;
}


.top-navbar .socialIcon {
    margin-right: 10px;
}

.nav-link {
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleMedium';
    color: #000000;
}

.nav-item a {
    text-decoration: none;
    color: black;
}

.nav-item .nav-link .underLine {
    display: none;
}

.nav-item .nav-link.active .underLine {
    display: flex;
    margin-top: 5px;
}

.nav-item .nav-link.active .underLine .line1 {
    height: 4px;
    background-color: #393939;
    width: 100%;
}

.nav-item .nav-link.active .underLine .line2 {
    height: 4px;
    background-color: #FBCE15;
    width: 12px;
    margin-left: 4px;
}

.language {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #000000;
    text-decoration: none;
}

.language img {
    margin-right: 7px;
}

.loginBTN,
.loginBTN:hover {
    border: 1.5px solid #FBCE15;
    border-radius: 5px;
    padding: 10px 25;
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #000000;
    min-width: fit-content;
    margin-right: 15px;
}

.SignupBTN,
.SignupBTN:hover {
    background-color: #FBCE15;
    border: 1.5px solid #FBCE15;
    border-radius: 5px;
    padding: 10px 35;
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleMedium';
    color: #000000;
    min-width: fit-content;
    margin-right: 15px;
}

.input-group {
    margin-right: 15px;
    border: 1.5px solid #FBCE15;
    border-radius: 5px;
}

.input-group-text {
    border: none;
    background-color: transparent;
}

.input-group input {
    border: none;
    box-shadow: none !important;
    width: 250px !important;
}

.navbar-brand img {
    margin-right: 30px;
}

.input-group-prepend {
    align-items: center;
    display: flex;
}

@media (max-width: 480px) {

    .bottom-navbar {
        margin: 0px 10px;
        /* top: 100px; */
        top: 75px;
    }

    .top-navbar {
        padding: 0px 10px;
        flex-wrap: wrap;
        /* height: 100px; */
        height: 75px;
    }

    .top-navbar a {
        font-size: 12px;
        line-height: 14.44px;
        /* margin-right: 20px; */
        margin-right: 8px;
        /* margin-bottom: 10px;
        margin-top: 10px; */
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .container-fluid {
        background-color: #fff;
    }

    .underLine {
        width: 20%;
    }

    .formStyle {
        flex-direction: column;
    }

    .loginBTN,
    .SignupBTN {
        margin-top: 15px;
        margin-right: 0px;
    }

    .language {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-brand img {
        margin-bottom: 15px;
    }

}