.search-card.mobile-search-card {
        left: unset !important;
        max-width: 1000px !important;
    }

    @media(min-width: 768px){
    .search-panel-new {
            display: none !important;
    }
        .search-card.mob-card{
            display: none !important;
        }
    }


    @media(max-width: 768px){
        .navbar-toolbar{
            display: none !important;
        }
        
        .search-container-new {
            background: #f5f5f5;
            height: 31px;
            width: calc(100% - 200px);
            border-radius: 50px;
            margin-right: 8px;
            margin-top: 9px;
            display: flex !important;
            align-items: center;
            padding: 0 12px;
            font-size: 14px;
            position: relative;
            top: -4px;
        }
        
        .search-container-new .search_form{
            width: 83%;
        }
        
        .search-cancel{
                color: #333;
                cursor: pointer;
                width: -webkit-fit-content;
                width: fit-content;
                padding-left: 4px;
                padding-right: 4px;
                font-size: min(16px, 4.26667vw);
        }
        
        .search-container-new .search-icon {
            font-size: 14px;
            color: #7a7a7a;
            margin-right: 6px;
        }
        
        .search-container-new .search-input {
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            background: transparent;
            font-size: 14px;
            color: #333;
        }
        
        .navbar:not(.navbar-stuck-menu){
            height: 54px !important;
        }
        
        /* MAIN PANEL */
        .search-panel-new {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10000;
            display: flex;
            flex-direction: row;
            background: #fff;
            border-top: 1px solid #d3d3d380;
        }
        
        .mobile-search{
            width: calc(100% - 137px) !important;
            margin-left: 18px;
        }
        
        /* INNER CONTENT */
        .search-panel-new .panel-content {
            width: 100%;
        }
        
        /* POPULAR SECTION */
        .search-panel-new .popular {
            padding: 2.13333vw 4.26667vw 1.06667vw;
        }
        
        /* TITLE */
        .search-panel-new .keywords-title {
            display: flex;
            justify-content: space-between;
            color: #999;
            background: #fff;
            font-size: 16px;
        }
        
        /* TAG CONTAINER */
        .search-panel-new .keywords-container {
            font-size: 0; /* removes white-space gap for inline-block tags */
        }
        
        .search-panel-new .keywords-container form{
            display: inline-block;
            border: none !important;
            text-align: left;
            outline: none !important;
        }
        
        /* TAGS */
        .search-panel-new .tag {
            display: inline-block;
            margin: 1.06667vw 2.13367vw 1.06667vw 0;
            padding: 1.33333vw 2.66667vw;
            background: #f4f4f4;
            color: #666;
            border-radius: 0.8vw;
            font-size: 14px;
            overflow: hidden;
            cursor: pointer;
            transition: background 0.2s, color 0.2s;
                    border: none !important;
        outline: none !important;
        text-align: left;
        }
        
        /* HOVER EFFECT */
        .search-panel-new .tag:hover {
            background: #e6e6e6;
            color: #444;
        }
        
        .search-card{
            display: block;
            z-index: 12000;
            top: 52px;
            padding: 0px 10px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            min-height: 400px;
        }
        
        .search-card .czi-search{
            font-size: 13px !important;
            font-weight: 900 !important;
        }
        
        .search-card .text-truncate{
            font-size: 14px !important;
        }
        
        .search-card .list-group-item{
            padding: 7px 0px !important;
        }
        
        .search-card svg{
            height: 13px !important;
            width: 13px !important;
        }
        
        .search-close-icon{
            position: absolute;
                right: 10px;
                font-size: 16px;
                top: 1px;
                /* background: red; */
                height: 29px;
                width: 27px;
                text-align: center;
                padding-top: 6px;
                padding-left: 13px;
        }
    }