.top-bar {
    height: 25px;
}

.top-bar span
{
	font-weight: 300;
    font-size: 0.8rem;
}

.nav-link
{
	font-size: 0.97rem;
    font-weight: 600;
}

.dropdown-item
{
	font-size : 0.875rem;
}

.topbar-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0em;
}

offcanvasSidebar li {
    font-size: 0.8rem;
}

#offcanvasSidebar .nav-link
{
	font-size : 0.8rem;
}


.search-mb {
    z-index: 9999;
    position: fixed;
    width: 99%;
    top: 24px;
    left: 0;
    padding: 0px 6px;
    background: #FFFFFF;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.navbar .search-mb form[role=search] {
    width: 100%;
    background: transparent;
    align-items: center;
}

.search-mb .form-control {
    margin-right: 10px;
    border: 0;
}

.search-mb .closeBtn {
    width: 18px;
    height: 18px;
    margin-left: 15px;
}

@media(max-width: 767px) {
    .top-bar {
        height: 25px;
    }

    .topbar-text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media(max-width: 576px) {
    .top-bar {
        height: fit-content;
    }

    .topbar-text {
        line-height: 15px;
    }
	.search-mb .btn {
        padding: 0;
        border: 0px !important;
        height: 20px;
    }
	.top-bar {
        width: 100%;
        z-index: 2 !important;
        position: sticky !important;
        top: 0;
    }
	
	.top-bar span
	{
		font-size : 0.9rem;
	}
}