@media (max-width:650px) {
    .mapboxgl-ctrl-top-right{
        display: none;
    }
    .bottom_menu ul:first-child,.bottom_menu ul:nth-child(3){
        display: none;
    }
    .text_top{
        top: 45px;
    }
    .des_title{
        font-size: 16px;
        line-height: 30px;
    }
    .item_box{
        top: 130px;
        transform: translate(0, 0);
    }
  
    .list_item{
        width: 100%;
    }
    .item_text{
        width: calc(100% - 110px);
        padding: 15px 7px 15px 8px;
        line-height: 16px;
    }
    .item_box{
        justify-content: start;
        max-height: calc(100vh - 140px);
        overflow: auto;
    }
    .index_ads_top{
        width: 300px !important;
        height: 100px !important;
        left: 0 !important;
        margin: 0 auto;
    }
    #ads_div{
        width: 100%;
        height: 100px;
        right: inherit;
        left: 0;
        text-align: center;
        bottom: 40px;
    }
    #div-gpt-ad-300-250{
        width: 300px;
        height: 100px;
        min-height: 100px !important;
    }
    .index_ads_top #div-gpt-ad-750-200{
        width: 300px !important;
        height: 100px !important;
        min-width: 100% !important;
        min-height: auto !important;
    }
    .item_text h3{
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .item_text p{
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: 12px;
        margin: 4px 0;
        min-height: 40px;
        overflow: hidden;
        color: #fff;
    }
    .maps_search_normal{
        width: 98%;
        left: 1%;
        max-width: 98%;
        margin-top: 0;
        top: 75px;
    }
    .maps_search>h2{
        font-size: 18px !important;
    }
    #routselect{
        margin-bottom: 0;
    }
    .mapboxgl-ctrl-geocoder .suggestions{
        width: 88% !important;
    }
    .maps_search_min#search-box{
        width: 100%;
        max-width: 100% !important;
    }
    .mapbox-directions-instructions-wrapper{
        max-height: 40vh !important;
    }
    .des_text{
        font-size: 14px;
        line-height: 14px;
    }
    .maps_search_min .form_control_div01{
        width: 100%;
    }

    .item_img{
        width: 110px;
        height: 110px;
     }
     .item_img img{
        height: 80px;
        width: 80px;
     }
     
}