.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;
}
/* 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;
    }
}
