/* <!-- nav translate button  css --> */

        .goog-te-gadget img {
            display:none !important;
        }
    
        /* #google_translate_element{
            width: 100% !important;
        } */
        .goog-te-banner-frame.skiptranslate {
            display: none !important;
        } 
        body {
            top: 0px !important; 
        }
        .skiptranslate > iframe,.VIpgJd-ZVi9od-l4eHX-hSRGPd { 
            height: 0 !important;
            border-style: none;
            box-shadow: none;
            width: 0px;
            display:none !important;
        }
    
    
        div.goog-te-gadget {
          color: transparent !important;
        }
    
        .goog-te-combo {
            background-color: rgb(254, 254, 254) !important;
            color: #000000 !important;
            font-size: 14px !important;
            padding: 8px 8px !important;
            border-radius: 8px !important;
            width: 83% !important;
            margin: 10px 0px 0px 0px !important;
            text-decoration: none !important;
        }
        /* #google_translate_element>div{
            width:0% !important;
        } */

        @media (max-width: 990px) {
            .goog-te-combo{
                width: 80% !important;
            }
        }

        @media (min-width: 990px) {
            div.goog-te-gadget {
                margin-right: -20% !important;
                /* color: transparent !important; */
            }

            .google-translate-mobile {
                display: none;
            }
        }

        .container{
            /* margin: auto !important; */
            margin-left:auto !important;
            margin-right:auto !important;
        }


/* <!-- nav translate button  css --> */

/* <!-- Search css Start --> */

        .search-container {
            position: relative;
        }
        .search-input {
            width: 100%;
            padding: 10px 40px;
            border: 1px solid #ddd;
            border-radius: 8px;
        }
        .search-icon {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }
        .clear-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            display: none;
        }
        .results-container {
            position: absolute;
            width: 96%;
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 5px;
            margin-right:10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            z-index: 1000;
        }
        .category-label {
            display: inline-block;
            padding: 4px 12px;
            background:white;
            border-radius: 10px;
            margin: 10px;
            font-size: 14px;
            border:1px solid gray;
        }
        .result-item a{
            padding: 10px 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        .result-item:hover {
            background: #f5f5f5;
        }

        .search-container .mob-search-cut{
            margin-top:8px;
        }
        @media screen and (max-width:990px) {
            .search-container {
                display: flex;
                gap: 18px;

            }
            .search-container div{
                width: 100%;
            }

            .mob-result-container{
                display:block;
                /* position: absolute; */
                width: 95.5%;
                top:15%;
                left:1%;
                background: white;
                border: 1px solid #ddd;
                border-radius: 8px;
                margin-top: 5px;
                /* margin-right:10px; */
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                z-index: 1000;
            }
            .dropdown-toggle::after {
                /* display: none !important; */
            }
        }
        @media screen and (max-width:768px) {
            .mob-result-container{
                width: 94%;
                left:2%;
            }
        }
        @media screen and (max-width:426px) {
            .mob-result-container{
                width: 90%;
                left:2%;
            }

        }
        @media screen and (max-width:376px) {
            .mob-result-container{
                width: 88.5%;
                left:2%;
            }
        }

        @media screen and (min-width:990px) {
            .mob-result-container{
                display:none;
            }
        }
        @media screen and (max-width:1200px) {
            .results-container {
                width: 93%; 
            }
        }
        @media screen and (min-width: 500px) {
            .paginator_nav div {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
        }

        .slick-dots{
            display:none !important;
        }

        



/* <!-- Search css End --> */