.main-box{
    background: url(../images/bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main_content{
    display: flex;
    justify-content: center;
    min-height: 100vh;
}
.dir_box{
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    padding:10px 20px;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 130px auto 0;
}
.driv_title{
    padding: 3px;
    font-size: 25px;
    color: #1095f9;
    font-weight: 700;
}
.map-icon{
    display: inline-flex;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: relative;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
    margin: 0 8px;
}
.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;
}
.search_ipt{
    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;
    -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;
}
.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;
}


@media (max-width:680px) {
    .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;
    }
    
}