#main-page {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/main-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white.border-b.border-gray-100 {
    position: fixed;
    z-index: 50;
    top: 0;
    width: 100%;
}

.main-search-input {
    background: #fff;
    padding: 0 120px 0 0;
    box-shadow: 0px 0px 0px 6px rgba(159, 159, 159, 0.25)
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative
}

.main-search-input-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    height: 5%;
    position: relative
}

.main-search-input-item input {
    float: left;
    border: none;
    width: 100%;
    height: 5%;
    padding-left: 20px
}

.main-search-button {
    position: absolute;
    right: 0;
    height: 100%;
    width: 120px;
    color: #fff;
    top: 0;
    border: none;
    cursor: pointer;
    background: #4DB7FE
}

.main-search-input-wrap {
    width: 30%;
    max-width: 50%;
    margin: auto;
    position: relative
}

#search-region-form {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
}

@media only screen and (max-width: 600px) {
    .main-search-input-wrap {
        width: 90%;
        max-width: 90%;
        margin: auto;
        position: relative
    }
}
