#content{
    background-image: url(https://assets.stage.experiancs.com/images/banner-hero-man-using-map-in-the-mountains-d.jpg);
    padding-bottom: 7%;
    background-position: 50%;
    background-size: cover
}

.heading-wrapper {
    padding-bottom: 40px;
}

#search-error .search-form-error {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 0;
}

#search-error h3 {
    width: 100%;
}

#search-error h4 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

#search-error .search-submit {
    width: 100px;
}

.floating-label-form-group #btn_search:hover~.exp-font-icon-act-search,
.floating-label-form-group .exp-font-icon-act-search:hover {
    color: #426da9;
    transition: all .2s;
    -webkit-transition: all .2s
}

@media screen and (min-width: 991px) {
    #search-error h4{
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #search-error h4{
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 991px) {
    #content {
        background-image:url(https://assets.stage.experiancs.com/images/banner-hero-man-using-map-in-the-mountains-m.jpg);
    }
    .heading-wrapper {
        padding-bottom: 30px;
    }
    #search-error .form-style {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    #search-error h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

.floating-label-form-group.form-group-lg {
    position: relative
}

.btn {
    /* opacity: 0; */
    -moz-user-select: none;
    background-image: none;
    border-radius: 6px;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 13px 50px;
    /* padding: 27px 50px; */
    /* position: absolute; */
    /* right: 0; */
    /* text-align: right; */
    top: 0;
    transition: all .2s ease-in-out 0;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1
}