.spot-search {
    margin-bottom: 40px;
}
.spot-search_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #2F7F8E;
    border-radius: 50px;
    overflow: hidden;
    padding: 0 6px 0 20px;
}
.spot-search_input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    padding: 14px 10px 14px 0;
    -webkit-appearance: none;
    appearance: none;
}
.spot-search_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2F7F8E;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}