/* Quick Search */
.page-template-property-search #inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}
#ip-quick-search {
    padding-bottom: 85px;
}
.qs-container, .qs-main, .qs-form form {
    display: block;
    position: relative;
}

.qs-container {
    padding: 110px 0 26px;
    font-size: 0;
    background-color: #000;
}

.qs-bg {
    width: 69.489%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.qs-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 11%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.qs-bg canvas {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .20;
}

.qs-icon {
    top: 20px;
    width: 21.479%;
    height: auto;
    z-index: 1;
}

.qs-icon canvas {
    opacity: .40;
}

.qs-main {
    z-index: 5;
}

.qs-field, .qs-field-disclaimer {
    display: block;
    position: relative;
}

.qs-main .global-title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 39.437%;
    margin-top: 22px;
}

.qs-form {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 60.563%;
}

.qs-field > input:not([type=submit]) {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255,255,255,.70);
    background-color: transparent;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.040em;
    color: #fff;
    padding: 0 30px;
}

.qs-main .global-title h2 > span em.ai-icon-bird {
    right: 104px;
}

.qs-field-disclaimer span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.100em;
    font-weight: 300;
    color: #7d7d7d;
}

.qs-field-form-submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 12px;
}

.qs-field-form-submit {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 17px);
}

.qs-field-disclaimer {
    margin-top: -30px;
    display: block;
    position: relative;
    pointer-events: none;
}

.qs-field-form-submit a.qs-adv {
    color: #fff;
}

.qs-field-form-submit a.qs-adv:hover span {
    background-color: transparent;
}

.qs-field-form-submit a.qs-adv span:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #575757;
    z-index: -1;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.qs-field-form-submit a.qs-adv:hover span:after {
    opacity: 0;
    visibility: hidden;
}
#quick-search button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .70);
    background-color: transparent;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.040em;
    color: #fff;
    padding: 0 30px;
    border-radius: unset;
}

#quick-search span.filter-option.pull-left {
    font-size: 15px !important;
    text-overflow: ellipsis;
}

#quick-search input.form-control {
    color: #000 !important;
}

#quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
}

#quick-search .qs-container {
    z-index: 6;
}

@media only screen and (min-width: 992px) {
     /* Quick Search */
     .qs-container {
        padding: 6.875vw 0 1.625vw;
    }

    .qs-icon {
        top: 1.250vw;
    }

    .qs-main .global-title {
        margin-top: 1.375vw;
    }

    .qs-field > input:not([type=submit]) {
        height: 3.750vw;
        font-size: 0.938vw;
        padding: 0 1.875vw;
    }

    .qs-main .global-title h2 > span em.ai-icon-bird {
        right: 6.500vw;
    }

    .qs-field-disclaimer span {
        font-size: 0.750vw;
    }

    .qs-field-form-submit-btn {
        max-width: 28.125vw;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0.750vw;
    }

    .qs-field-form-submit {
        width: calc(50% - 1.063vw);
    }

    .qs-field-disclaimer {
        margin-top: -1.875vw;
    }
}

@media only screen and (max-width: 991px) {
    #ip-quick-search {
        padding-bottom: 20px;
    }
    .qs-main .global-title h2 > span em.ai-icon-bird {
        right: 51px;
    }

    .qs-main .global-title {
        margin-top: 0;
        display: block;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .qs-main .global-title h2 > span {
        font-size: 60px;
    }

    .qs-form {
        display: block;
        width: 100%;
    }

    .qs-icon {
        width: 100%;
        max-width: 190px;
        left: 17%;
        top: 30px;
    }

    .qs-field-form-submit {
        width: calc(50% - 13px);
    }

    .qs-field > input:not([type=submit]) {
        font-size: 12px;
        letter-spacing: 0.020em;
        padding: 0 15px;
    }

    .qs-container {
        padding: 80px 0 50px;
    }

    .qs-bg:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 39%;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),color-stop(1%, rgba(0,0,0,1)),to(rgba(0,0,0,0)));
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
    }

    .qs-field-disclaimer {
        margin: 15px auto 0;
        text-align: center;
    }

    .qs-field-disclaimer span {
        font-size: 10px;
    }

    .qs-bg {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .qs-icon {
        left: 0;
    }
}

@media only screen and (max-width: 374px) {
    .qs-field > input:not([type=submit]) {
        font-size: 10px;
    }
}