

.search-bar_container {
    background: rgba(255, 255, 255, .95);
    background: var(--color-search-bar-background, rgba(255, 255, 255, 0.95));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-radius: 6px;
    z-index:1
}

.search-bar_container input {
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

    background: #FFFFFF;
    border: none;
    color: #1a1a1a;
    padding: .9rem 1.25rem;
    width: 0;
    z-index: 1;
    font-weight: 300;
    font-size:17px
}

.search-bar_container button {
    border: none;
    background: 0 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
        background: #F2F2F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    z-index:1
}

.hmpage_section {
    height: 100vh;
    background-size: cover;
    background-image: url("../assets/images/backgrounds/pexels-pixabay-210186.jpg")
}



.hmrow_top {
    max-height: 100px;
    min-height: 100px
}

.hmrow_middle {
    height: 33vh
}

.hmrow_bottom {
    height: 33vh
}

.style1 {
    background-image: url("../assets/images/backgrounds/pexels-pixabay-210186.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.search_results_top_header {
    background-image: url("../assets/images/backgrounds/pexels-pixabay-210186.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 220px;
    padding-bottom: 50px;
}

.search_results_mainsection {
    min-height: 100vh;

}

.style2 {
    position: fixed;
    bottom: 30px;
    margin-top: 46px;
    right: 30px
}

.style3 {
    position: fixed;
    bottom: 30px;
    margin-top: 46px;
    left: 30px;
    border: none;
}


