.not_bg {
    background-image: url(../images/lx.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.maps_soso {
    padding: 15px 48px;
}

#routselect {
    text-align: center;
    margin-bottom: 10px;
}

#routselect .filter-path {
    display: inline-block;
    padding: 0 20px;
}

.filter-path .transport {
    padding: 0 20px;
}

.filter-path .transport li.active,
.route-card .filter-path .transport li:hover {
    color: #4a6cac;
    border-radius: 50%;
    background: #1095f9;
    color: #fff;
}

.filter-path .transport li {
    cursor: pointer;
    float: left;
    height: 38px;
    width: 38px;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    margin: 0 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 50%;
    background: #fff;
    color: #000;
}
.filter-path .transport li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.transport li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #1095f9;
    display: block;
    position: absolute;
    left: 50%;
    background: 0 0;
    transform: translate(-50%, 0);
}

.directions #search-form {
    display: block;
    width: 90%;
    height: auto;
    background-color: transparent;
    max-width: 100%;
}

.search_item_box {
    position: relative;
    margin: 10px 0;
}



.map-icon:hover {
    text-decoration: none;
}

.map-icon.active {
    background: #1095f9;
    color: #fff;
}

.map-icon.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #1095f9;
    display: block;
    position: absolute;
    left: 50%;
    background: 0 0;
    transform: translate(-50%, 0);
    top: 100%;
}

.search_item_box {
    position: relative;
    margin: 10px 0;
}

.directions  .nr input {
    height: 40px;
    position: unset;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #c1c1c1 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 5px;
    text-indent: 25px;
    outline: none;
}

.a-icon {
    position: absolute;
    top: 9px;
    left: 10px;
}

.qk_ipt {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    display: none;
}

#search-form1 {
    background: #0fa7cc;
    border: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 45px;
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    padding-right: 83px;
    line-height: 45px;
    width: auto;
    font-weight: 700;
    min-width: 328px;
    outline: none;
    display: inline-block;
}

.search-two-button button span {
    height: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 58px;
    background-color: #008daf;
}

#btn_text {
    position: inherit;
    display: block;
    width: auto;
    background: 0 0;
    text-align: center;
}
.search_btn{
    display: flex;
    justify-content: center;
}

.search_btn .btn_icon {
    display: block !important;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    background-color: #008daf;
}

.search_btn span img {
    width: 30px;
    margin: 10px;
}
.input-group-form02{
    width: 100%;
}
.search_box {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}
.search_content{
    max-width: 1060px;
}
.suggestionsList{
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: calc(100% + 6px);
    max-height: 350px;
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 99999;
    max-width: 100%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    font-size: 15px;
    border-radius: 3px;
    display: none;
    text-align: left;
}
.mapboxgl-ctrl-geocoder--suggestion-title {
    font-weight: 700;
}
.mapboxgl-ctrl-geocoder--suggestion-address {
    font-size: 13px;
}
.suggestions li {
    padding: 5px 10px;
    cursor: pointer;
}
.suggestions li a{
    color: #333;
}
.suggestions{
    margin-bottom: 0;
}
.routecontainer1-sprite {
    width: 90%;
    overflow-y: auto;
    border: none;
    overflow-x: hidden;
    height: auto;
    max-height: 75px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    padding: 5px;
}
#routecontainer1 {
    height: auto;
    width: 100%;
    overflow: auto;
    padding: 10px;
}
#routecontainer1 .s>li {
    font-size: 10px;
}
.mapbox-directions-steps li{
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-bottom: 6px;
    line-height: 17px;
}
.route_item_l {
    padding: 8px;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-bottom: 5px;
    background-color: #fff;
}
.route_item_l span {
    display: inline-block;
    margin-left: 5px;
}
.route_number {
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #106ebe;
    position: absolute;
    top: 4px;
    right: 4px;
}
.route_more {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    align-items: center;
    padding: 5px 0;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 100;
}
.directions-control.directions-control-directions {
    background: #fff !important;
}
.mapbox-directions-route-summary {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    color: #333 !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
    line-height: 28px !important;
    background-color: #5cadd5 !important;
}
.mapbox-directions-route-summary + .mapbox-directions-instructions {
    width: 100%;
}
.mapbox-directions-instructions-wrapper {
    max-height: 30vh !important;
}
.mapbox-directions-step, .mapbox-directions-step-distance {
    color: #000 !important;
}
.mapbox-directions-instructions .directions-icon{
    background-color: #b18484 !important;
    border-radius: 50%;
}
.mapbox-directions-step:hover {
    color: #333 !important;
}
.mapbox-directions-step:after{
    border-left: 2px dotted rgb(0 0 0 / 20%);
}
@media (max-width:680px) {
    #routecontainer{
        display: none;
    }
    .dirction_list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 98%;
        margin: 2px auto;
    }
    .route_item_l{
        width: 48%;
        font-size: 12px;
        padding: 4px;
    }
    .route_more{
        margin-top: 2px;
    }
    .driv_title {
        font-size: 17px;
    }

    .dir_box {
        margin: 60px auto 0;
    }

    #search-form1 {
        min-width: auto;
        width: 100%;
        font-size: 16px;
    }

    .main-box {
        padding: 0;
    }
    #search-box{
        padding: 15px;
    }
   
    .directions .nr input{
        height: 35px;
    }
    .a-icon{
        top: 6px;
    }
    .filter-path .transport li{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

}