﻿
.top-navbar-banner .card-footer {
    background: transparent;
}

.top-navbar-banner .search-card {
    background-color: #f3f4f6 !important;
    position: static;
    left: 0;
    right: 0;
    .transition-collapse

{
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
}

.inner-box {
    background: transparent;
    width: 100%;
    align-items: start;

    @media (max-width: 768px) {
        width: 100%;
    }

    .transition-icon

{
    transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

.flag-icon {
    width: 1rem;
    height: 1rem;
}

.title {
    color: #161616;
    font-size: 0.875rem;
    font-weight: 500;
}

.titleBanner {
    cursor: pointer;
}

    .titleBanner span {
        color: #1b8354;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
    }

.button {
    background-color: transparent;
}

}

.footer-parent {
    width: 100%;

    @media (max-width: 768px) {
        width: 100%;
    }

    .top-navbar-banner .card-footer

{
    align-items: center;
    background-color: unset !important;
    .icon-img

{
    width: 60px;
    height: 60px;
}

.icon-img2 {
    width: 55px;
    height: 55px;
}

}
}

.header-title {
    font-size: 1.125rem;
    color: #161616;
    line-height: 1.75rem;
    font-weight: 600;
}

.header-subtitle {
    font-size: 1rem;
    color: #384250;
    font-weight: 400;
    line-height: 1.5rem;
}

.banner-footer {
    background-color: #fff;
    padding: 0.5rem 1rem;
    span

{
    color: #161616;
    font-size: 16px;
}

}

.inistitue-num {
    color: #1b8354 !important;
    font-weight: 400;
}

}

.text-success {
    color: #1B8354 !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}


.overlay {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
    transition: all 0.3s ease;
}

header .overlay {
    position: static;
    top: 0;
    left: 0;
    background-color: unset !important;
    opacity: unset !important;
}

.hidden {
    display: none;
}

.overlay-content {
    width: 90%;
    position: relative;
}

.close-btn {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    top: -30px;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #9DA4AE;
    width: 100%;
    border-radius: 0.331rem;
}

    .search-box input {
        padding: .6rem 1.8rem !important;
        flex: 1;
        border-radius: 0.331rem !important;
    }

.ds-text-input.customized-search {
    outline: none;
    &:hover, &:focus, &:active

{
    border-color: #3CA078;
}

}


.search-box .mic-icon {
    position: absolute;
    inset-inline-end: 1.7rem;
}

.search-box .search-icon {
    position: absolute;
    inset-inline-start: 1.5rem;
}

.search-icon-mobile {
    position: absolute;
    inset-inline-start: 1rem;
}

.search-navbar-banner .search-card {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.333rem !important;
    border-bottom-right-radius: 1.333rem !important;
}

.suggestions {
    h3

{
    color: #1B8354;
    font-size: 1.5rem;
    line-height: 2.333rem;
}

}

.suggestion-btn {
    display: flex;
    gap: 0.625rem;
    background-color: #F3F4F6;
    border: 1px solid #F3F4F6;
    padding: .2em 1em;
    margin: .2em !important;
    font-size: 1rem;
    color: #161616;
    font-weight: 500;
    border-radius: 0.4rem !important;
}

.ds-text-input::placeholder,
.search-mobile::placeholder {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #161616 !important;
}

.search-bg {
    background-color: #F3F4F6;
}

.logo-margin {
    margin-top: 2.5625rem;
    margin-bottom: 3.375rem;
}

@media(max-width: 768px) {
    .header .bottom__header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 1rem 0.8rem !important;
    }

    .nav-item {
        padding: 0 !important;
    }

    .header .bottom__header nav .navbar-collapse {
        padding: 0 !important;
    }
}

.header .bottom__header nav .navbar-collapse {
    width: 20rem !important;
}

.z-index-1 {
    z-index: 1;
}

@media (max-width: 991px) {
    .header .bottom__header nav .mobile-logo img {
        height: 37px !important;
    }

    .navbar-toggler {
        display: block;
        left: unset;
    }

    .nav-item.hovered:hover:after {
        background: unset !important;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: row;
        align-items: center;
    }
}

.navbar-toggler {
    border: unset
}

.header .bottom__header nav .navbar-toggler {
    width: 24px;
    height: 24px;
}

    .header .bottom__header nav .navbar-toggler span {
        background-color: #161616;
    }


