.mail_sent_content {
    border: 1px #78b928 solid;
    padding: 10px;
    text-align: center;
}

.map_tool_content {
    width: 250px;
}

.map-area .road-map-info .road-desc:not(.active-road-desc) span:before {
    content: "" !important;
}

.highlight {
    background: rgba(255, 198, 0, 0.3);
}

.hotline{
    color: #78b928;
    top:40px !important;
    font-size: 18px;
}
.mobile__search-parent{
    position: relative;
}

.hotline-mobile{
    margin-right: 6px;
    color: #78b928;
    font-size: 18px;
}

@media (max-width:1030px) {
    .mobile-search-group{
        display: flex !important;
    }
    .hotline{
        display: none !important;
    }
}

@media (max-width:720px) {
    .mobile-search-group{
        flex-direction: column-reverse;
    }
    .hotline-mobile{
        margin-right: 0;
        margin-top: 6px;
    }
}

@media (max-width:570px) {
    .mobile-search-group{
        flex-direction: row;
    }
    .hotline-mobile{
        margin-top: 0;
        margin-right: auto;
    }
}

@media (max-width:400px) {
    .mobile-search-group{
        align-items: center;
    }
    .hotline-mobile{
        margin-top: 0;
        margin-right: auto;
        font-size: 11px;
    }
    .nav-wrapper{
        min-height: 90px !important;
    }
}

/*.st-btn.st-remove-label {*/
    /*display: inline-block !important;*/
/*}*/

/*@media (max-width: 1024px) {*/
    /*#map {*/
        /*max-height: 100vh;*/
    /*}*/
/*}*/