.property-search-cta .property-cta-inner {
    max-width: 650px;
    width: 100%;
}

.property-search-tabs {
    margin-top: 20px;
}

.property-search-tabs a.active {
    border-bottom: 3px solid #00002e;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: #00002e;
}

.property-search-tabs a {
    margin: 0 !important;
    padding: 15px;
}

/*Sell Form*/
/* .property-sell-form {
    min-height: 67px;
} */
#user-sell-address {
    background-color: #fff;
    color: #555;
    padding: 12px;
    min-height: 51px;
}
.btn-search-cta {
    min-height: 51px;
    opacity: 0.87;
    font-family: "CenturyGothicBold" !important;
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 0;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.property-search-cta .multiselect__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0px;
    border-color: transparent;
    height: 100%;
    max-height: unset;
}
.property-search-cta .multiselect__select {
    display: none;
}
.property-search-cta .multiselect__single {
    margin-bottom: 0px;
}
/*Sell Form - Domain */
.property-search__input {
    background-color: #FFF!important;
    color: #555!important;
}
.property-search__list {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 9;
}
.property-search__list-item {
    color: #000!important;
    transition: all ease 0.3s;
    cursor: pointer;
}
.property-search__list-item:hover {
    background-color: #f2f5f7!important;
}
.property-search__spinner {
    top: 50%;
    transform: translateY(-50%);
}
.property-search__btn--hero {
    font-size: 16px;
}
/* Buy/Rent Form */
a.search-properties-form {
    border: 1px solid;
}
a.search-properties-form:hover {
    color: initial;
    opacity: 0.8;
}
a.search-properties-form > .fa {
    width: auto;
    height: auto;
    line-height: 1em;
}
.container-wrap .span_12.light .property-search-cta input[type="text"] {
    color: #555 !important;
}
@media screen and (max-width: 690px) {
    .property-cta-inner > span > div.d-flex {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    body
        .container-wrap
        .span_12.light
        .property-cta-inner
        > span
        > div.d-flex
        input[type="text"],
    body
        .container-wrap
        .span_12.light
        .property-cta-inner
        > span
        > div.d-flex
        a.btn-common {
        flex: unset !important;
        width: 100%;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

/* Property Address -- Domain */
#property-sell-form {
    max-width: 700px;
    margin: 20px auto;
    /*margin-left: 0;*/
}

body.home #property-sell-form{
    margin-left: 0;
}

.property-sell-form__input:before {
    color: #00002e!important;
    position: absolute;
    top: 22px;
    left: 13px;
    content: "\ef2f";
    font-size: 14px;
    font-family: "iconsmind"!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9;
    font-weight: 700;
}
.property-sell-form__input #user-estimate-address {
    padding-left: 35px!important;
}