@media only screen and (max-width: 768px){
    .span-backgroud-url {
        display: none !important;
    }

    .container-view-transportation {
        top: 0 !important;
    }

    .container-search-transport {
        display: inline-block !important;
    }

    .list-item-favorite-garage {
        width: 50% !important;
    }

    .horizontal-scrollable::-webkit-scrollbar {
        height: 0;
    }

    .list-item-ts, .img-transportation {
        width: 100% !important;
    }

    .filter-tab {
        display: none !important;
    }

    .item-transportation {
        width: calc(100% - 10px) !important;
    }

    ul.pagination {
        font-size: 14px !important;
    }

    ul.pagination > li > a {
        padding: 0 8px !important;
    }

    ul.pagination > li > span {
        padding: 7px 4px !important;
    }

    .mdl-cell--8-col {
        width: 100% !important;
    }

    .div-search-menu-mobile {
        display: inline-block !important;
        background: linear-gradient(to left, #f89e1e , #ffd300);
        width: 100%;
    }

    .div-search-menu-mobile .dropdown-toggle {
        width: 100%;
        margin: 10px 0;
        border: 1px solid #e0e0e0 !important;
        background: white;
        color: var(--highlight-color);
    }

    #show-modal-search-menu {
        padding: 0 !important;
    }

    .title-modal {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: var(--highlight-color);
        margin-left: 25px;
        width: 100%;
    }

    .close-modal {
        color: var(--highlight-color);
        display: inline-block;
        margin-right: 15px;
        font-weight: bold;
        font-size: 20px;
    }

    #show-modal-search-menu .input-container-from {
        width: calc(50% - 20px);
        border-radius: 5px 0 0 5px;
        margin: 10px;
        float: left;
    }

    #show-modal-search-menu .input-container-to {
        width: calc(50% - 20px);
        border-radius: 0 5px 5px 0;
        margin: 10px;
        float: right;
    }

    #show-model-category_mobile .modal-content, #show-model_route_transportation .modal-content, #show-modal-search-menu .modal-content {
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
        display: inline-block;
    }

    #show-model-category_mobile .modal-wrapper, #show-model_route_transportation .modal-wrapper, #show-modal-search-menu .modal-wrapper {
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
        overflow: hidden;
    }

    #show-modal-search-menu .btn-search-mobile {
        background-color: white;
        color: var(--highlight-color);
        padding: 17px;
        border: none;
        cursor: pointer;
        width: calc(25% - 54px);
        float: left;
        margin-top: 15px;
        border-radius: 0 5px 5px 0;
        font-size: 20px;
        opacity: 1.0;
    }

    #show-modal-search-menu .btn-search-mobile {
        width: 95%;
        display: flex;
        justify-content: center;
        margin: 10px;
        border-radius: 5px;
    }

    .selectize-control.single .selectize-input:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333333 transparent transparent transparent;
    }

    .div-search-menu-mobile .input-field {
        margin: 0 !important;
    }

    .div-search-menu-mobile .selectize-input {
        border: 0 !important;
    }

    .div-search-menu-mobile .selectize-input {
        padding: 6px 0;
    }

    .modal-content .div-suggetsion-route {
        display: inline-block;
        width: 100%;
        height: calc(100% - 230px);
        padding: 10px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .modal-content .route-result {
        width: 100%;
        margin: 3px;
        text-align: center;
    }

    .list-trips {
        width: 100% !important;
        padding-right: 4px;
    }

    .filter-right {
        display: none !important;
    }

    .div-contact-phone-mobile {
        display: inline-block !important;
    }

    .contact-phone-route {
        display: none !important;
    }

    .info {
        margin-left: 0 !important;
        margin-top: 5px !important;
    }

    .img-route-ts, .div-contact-phone-mobile {
        width: 50% !important;
    }

    .btn-more-filter-transportation {
        display: inline-block !important;
        width: calc(100% - 10px);
        height: fit-content;
        text-align: center;
        background: white;
        margin: 0 5px;
        border-radius: 4px;
        padding: 5px;
        font-size: 18px;
        font-weight: 700;
        color: var(--highlight-color);
        border: 1px solid #ccc;
    }

    .vm--modal {
        margin: 0;
        border: 0;
        left: 0 !important;
        border-radius: 0 !important;
        overflow: hidden;
    }

    .vm--modal .modal-content {
        width: 100%;
        height: calc(100% - 53px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .vm--modal .list-garane-ul {
        max-height: 150px !important;
    }
}
