div#dropdown-thumbnail-preview {
            max-height: fit-content;
        }

        .navbar-default .container-fluid a.navbar-brand {
            max-width: fit-content;
        }

        .navbar-default .container-fluid {
            display: grid;
        }

        .navbar li:nth-last-child(1) {
            background-color: #00d400;
            border-radius: 40px;
            border: 1px solid #ddd;
        }

        .search_box_by_id{
            width: 100%;
        }

        @media screen and (max-width: 469px) {
            .listing_12 h5 a{
                width: 100%;
                display: block;
            }
        }

        @media screen and (max-width: 768px) {
            .listing_11 h2 {
                text-align: center;
            }

             .mobilenav li{
                 border: 1px solid #dd127b;
                margin: 0 auto;
                width: 100%;
                text-align: center;
                background-color: #dd127b;
                border-radius: 10px;
                color:white !important;
                margin-top: 5px;
            }
             .mobilenav li a{
                color:white !important;
             }
            .navbar-brand{
                width: 90%;
                overflow: hidden;
            }

            img.img-fluid {
                width: 100%;
            }
        }

        h3.panel-title{
            text-align: left;
        }

        #listing .panel-body {
            padding: 5px;
            margin-left: 3%;
            margin-bottom: 10px;
            text-align: left;
        }

        .loader {
            display:none;
            margin-top: 3em;
            border: 3px solid #f3f3f3;
            border-radius: 50%;
            border-top: 3px solid #3498db;
            width: 120px;
            height: 120px;
            -webkit-animation: spin 2s linear infinite; /* Safari */
            animation: spin 2s linear infinite;
        }

        /* Safari */
        @-webkit-keyframes spin {
            0% { -webkit-transform: rotate(0deg); }
            100% { -webkit-transform: rotate(360deg); }
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .show_more{
            display: flex;
            justify-content: center;
            margin-top: 5%;
        }

        .no_more{
            display: none;
            margin-top: 3em;
            margin-bottom: 3em;
        }

        .panel-heading {
            padding: 7px;
        }

        #listing .panel-body{
            margin: auto;
        }

        #listing .panel-primary{
            padding: 7px;
        }