/* Collective Listings */
.ip-banner, #breadcrumbs {
    display: none;
}

#IDX-main {
    display: none !important;
}

.courtesy {
    font-size: 10pt;
    /*color: red;*/
    /* padding: 10px; */
    /*margin-left: 39px;*/
    font-weight: 100;
}

#inner-page-wrapper {
    padding-top: 107px;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0
}

#content-full {
    margin-top: 97px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.ip-global-title-inner h1 {
    max-width: 850px;
}

.ip-collective-listings {
    padding-bottom: 65px;
}

.ip-cl-list {
    margin: 67px 39px 0;
}

.ip-cl-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 72px;
}

.ip-cl-item-img {
    position: relative;
    overflow: hidden;
}

.ip-cl-item-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #000;
    transition: all var(--default-transition);
}

.ip-cl-item-img .btn-a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 165px;
    padding: 0;
    z-index: 1;
    opacity: 0;
    transition: all var(--default-transition);
}

.ip-cl-item-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transition: all var(--default-transition);
    opacity: 0;
}

.ip-cl-item a:hover .ip-cl-item-img canvas {
    transform: scale(1.1);
}

.ip-cl-item a:hover .ip-cl-item-img .btn-a, .ip-cl-item a:hover .ip-cl-item-img:before {
    opacity: 1;
}

.ip-cl-details {
    font-weight: 100;
    /*margin: 0 20px;*/
    margin: 0 18px;
    position: relative;
    padding: 16px 15px 0;
}

.ip-cl-details .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.ip-cl-details:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: -63px;
    width: 1px;
    background: #9c9c9c;
}

.page-template-collective-listings-alt-3 .ip-cl-details::before {
    display: none;
}

.ip-cl-details .address {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 14px;
}

.ip-cl-details .address span {
    font-size: 18px;
    display: block;
}

.ip-cl-details .amenities {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000;
}

.ip-cl-details .amenities span {
    padding: 0 10px;
}

.ip-cl-details .amenities span:first-child {
    padding-left: 0;
}

.ip-cl-details .amenities span:last-child {
    padding-right: 0;
    text-transform: capitalize;
}

.ip-cl-pagination {
    padding: 6px 0 0;
}

.ip-cl-pagination li {
    border-right: 1px solid #d6d6d6;
    padding: 0 5px;
}

.ip-cl-pagination li:last-child {
    border-right: 0;
}

.ip-cl-pagination li a {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 100;
    line-height: 1;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: all var(--default-transition);
}

.ip-cl-pagination li a:hover, .ip-cl-pagination li.current a, .ip-cl-pagination li.IDX-active a {
    color: #fff;
    background: #000;
    pointer-events: none;
}

.ip-cl-pagination span.page-numbers.current {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 100;
    line-height: 1;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    text-transform: uppercase;
    padding: 0 10px;
    transition: all var(--default-transition);
    color: #fff;
    background: #000;
}

.ip-cl-pagination-v3 {
    padding: 6px 0 0;
    margin: 0 auto;
}

.ip-cl-pagination-v3 li {
    margin: 0 15px;
}

.ip-cl-pagination-v3 li a {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    color: #9d9d9d;
}

.ip-cl-pagination-v3 li a:hover {
    color: #000;
}

.ip-cl-pagination-v3 li.next a, .ip-cl-pagination-v3 li.prev a, .ip-cl-pagination-v3 li.current a, .ip-cl-pagination-v3 li a.current, .ip-cl-pagination-v3 li a.next, .ip-cl-pagination-v3 li a.prev {
    color: #000;
}

.ip-cl-pagination-v3 li.next a:hover, .ip-cl-pagination-v3 li.prev a:hover, .ip-cl-pagination-v3 li.current a:hover, .ip-cl-pagination-v3 li a.current:hover, .ip-cl-pagination-v3 li a.next:hover, .ip-cl-pagination-v3 li a.prev:hover {
    opacity: 0.6;
}

.ip-cl-pagination-v3 li.current a, .ip-cl-pagination-v3 li span.current {
    display: flex;
    align-items: center;
    pointer-events: none;
}

.ip-cl-pagination-v3 li.current a:after, .ip-cl-pagination-v3 li span.current:after, .ip-cl-pagination-v3 li:last-child span.current:before {
    content: '';
    display: inline-block;
    width: 61px;
    height: 1px;
    background: var(--accent);
    margin-left: 15px;
}

.ip-cl-pagination-v3 li:last-child span.current:before {
    margin-left: 0;
    margin-right: 15px;
}

.ip-cl-pagination-v3 li:last-child span.current:after {
    display: none;
}

#IDX-detailsDisclaimer p {
    letter-spacing: 0.05em;
    font-size: 10pt;
    line-height: 1.1;
    color: #333;
    font-weight: 100;
    margin-bottom: 20px;
}

.fp-cta-cont {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    max-width: 700px;
    margin: 60px auto 30px auto;
}

.fp-cta-cont a.btn-a {
    margin: 15px 0;
}

.ip-cl-pagination li:first-child {
    display: none;
}

.price {
    font-weight: 100;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000;
    max-width: 110px;
    margin: 4px 0 0 auto;
    text-align: right;
}

.price span {
    text-align: left;
    display: inline-block;
}

#content-full .custom-container {
    background: url('../../images/ip-title-accent-v3.jpg') no-repeat left top;
    background-attachment: fixed;
    /*background-position-y: 80px;*/
}

.header .custom-container {
    background: #000;
}

/*qs*/
.ip-search-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 56px 0;
    border-top: solid 1px var(--accent);
    border-bottom: solid 1px var(--accent);
    border-right: solid 1px var(--accent);
    position: relative
}

.ip-search-left {
    width: 45%;
    border-right: solid 1px var(--accent);
    border-left: solid 1px var(--accent);
}

.ip-search-right {
    width: 55%;
    border-left: none;
    border-right: none;
}

.sort-btn {
    width: 100%;
    max-width: 300px;
    position: relative
}

.sort-btn button {
    display: flex;
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid var(--accent);
    font-size: 18px;
    background: #333;
    color: #999;
    color: var(--accent);
    padding: 0 10px;
    border-radius: 0;
    text-align: left;
    position: relative;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out
}

.sort-btn button em {
    font-style: normal
}

.sort-btn button.active {
    padding: 0 10px
}

.sort-dropdown {
    display: none;
    width: 100%;
    background: #363636;
    border-radius: 0;
    color: #fff;
    padding: 0;
    margin-top: 0;
    border: none;
    position: absolute;
    z-index: 9;
    cursor: pointer
}

.sort-dropdown.active {
    display: block
}

.sort-dropdown span {
    font-size: 18px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    transition: color .3s ease;
    position: relative
}

.sort-dropdown span i {
    font-size: 18px!important
}

.sort-dropdown span:hover,.sort-dropdown span:hover i {
    color: var(--accent)
}

.ip-qs-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px
}

.ip-qs-button-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.ip-qs-button-field span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ip-qs-button-field span:first-child {
    font-size: 13px
}

.ip-qs-button-field span:last-child {
    font-size: 9px;
    padding: 0 0 0 10px;
    top: 1px
}

div#reset-url.ip-qs-button-field span {
    font-weight: 800;
    color: var(--accent)
}

div#reset-url.ip-qs-button-field span:last-child {
    font-size: 15px
}

.ip-qs-button-field:hover span {
    color: var(--accent)
}

.ip-qs-mobile-filter {
    display: none
}

.ip-qs-panels {
    position: absolute;
    width: 55%;
    top: calc(100% + 1px);
    right: 0;
    background: #fff;
    z-index: 91;
    box-shadow: -1px 4px 10px rgb(0 0 0 / 30%);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ip-qs-panels.active {
    max-height: 1000px
}

.ip-qs-panel-content {
    padding: 35px 20px
}

.ip-qs-panel-content-inner {
    display: flex
}

.ip-qs-panel-field {
    display: none
}

.ip-qs-panel-field.active {
    display: block
}

span.ip-qs-panel-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    cursor: pointer
}

span.ip-qs-panel-close-btn::before,span.ip-qs-panel-close-btn::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #333;
    position: absolute;
    transform-origin: center;
    top: 0;
    left: 50%
}

span.ip-qs-panel-close-btn::before {
    transform: rotate(45deg)
}

span.ip-qs-panel-close-btn::after {
    transform: rotate(-45deg)
}

.ip-qs-panel-content-inner>div.ip-qs-panel-btn {
    font-size: 13px;
    padding: 20px 35px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: var(--accent);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ip-qs-panel-content-inner>div.ip-qs-panel-btn:last-child {
    border-right: 1px solid var(--accent);
}

.ip-qs-panel-content-inner>div.ip-qs-panel-btn:not(.checkbox-btn).active,.ip-qs-panel-content-inner>div.ip-qs-panel-btn:not(.checkbox-btn):hover {
    background: var(--accent);
    color: #fff
}

.ip-qs-panel-content-inner>.ip-qs-panel-btn.checkbox-btn {
    display: flex;
    align-items: center;
    border: none!important
}

.ip-qs-panel-content-inner>.ip-qs-panel-btn.virtual-btns.checkbox-btn:first-child {
    padding-left: 0
}

.ip-qs-panel-content-inner>.ip-qs-panel-btn.virtual-btns.checkbox-btn:last-child {
    padding-right: 0
}

span.checkbox-box {
    width: 15px;
    height: 15px;
    border: 1px solid var(--accent);
    display: inline-block;
    margin-right: 10px;
    position: relative
}

span.checkbox-box i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ip-qs-panel-content-inner>.ip-qs-panel-btn.checkbox-btn:hover span.checkbox-box i {
    opacity: .5
}

.ip-qs-panel-content-inner>.ip-qs-panel-btn.checkbox-btn.active span.checkbox-box i {
    opacity: 1
}

.ip-qs-panel-content-inner-panel {
    display: none
}

.ip-qs-panel-content-inner-panel.active {
    display: block
}

.ip-qs-panel-content em,.ip-qs-panel-content-inner-panel-content em {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px;
    display: block
}

.ip-qs-panel-content-inner-panel-content {
    padding: 0 20px 30px
}

.ip-qs-panel-content-inner-panel-content input {
    width: 100%;
    max-width: 400px;
    border: 1px solid;
    border-color: var(--accent);
    padding: 10px
}

.ip-qs-price-slider {
    width: 80%
}

span.irs-to,span.irs-from,.irs-grid,.irs--round .irs-min,.irs--round .irs-max {
    display: none!important
}

.irs--round .irs-bar {
    background-color: var(--accent)
}

.irs--round .irs-handle {
    top: 30px;
    width: 15px;
    height: 15px;
    border: 2px solid var(--accent)
}

.ip-qs-price-slider-btn {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ip-qs-price-slider-btn>div {
    text-align: center;
    width: calc(50% - 5px);
    border: 1px solid var(--accent);
    padding: 20px 0;
    color: var(--accent)
}

.ip-qs-panel-content-inner>.ip-qs-panel-btn.checkbox-btn.price-btns {
    padding-left: 0
}

.ip-loc-search-label {
    width: 80px;
    height: 61px;
    background: var(--accent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-default)
}

.ip-loc-search-label i {
    font-size: 25px;
    padding-top: 4px;
    margin-bottom: 4px
}

.ip-location-searh-form {
    display: flex;
    flex-wrap: wrap
}

.ip-loc-long-field {
    width: calc(100% - 80px);
    ;border-left: none;
    position: relative
}

.ip-loc-long-field ul.dropdown-menu.inner {
    max-height: 310px!important
}

.ip-loc-long-field input {
    width: 100%;
    height: 59px;
    border: none;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-default);
    padding: 0 10px;
    letter-spacing: .5px;
    padding-right: 115px
}

.ip-loc-links {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center
}

.ip-loc-links a {
    margin: 0 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ip-loc-links a:hover {
    opacity: .7
}

.ip-qs-field select {
    border-radius: 0;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-default);
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../../../../../../../../themes/isluxury.com/images/search/dd-icon.png) no-repeat scroll right 2px center;
    width: 100%;
    height: 59px;
    padding: 0 20px;
    padding-right: 30px;
    border: none;
    line-height: 1;
    letter-spacing: .5px
}

.ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-default);
    text-transform: uppercase
}

.ip-loc-long-field .bootstrap-select .status {
    font-style: normal!important
}

.ip-qs-form {
    display: flex;
    flex-wrap: wrap
}

.ip-qs-field {
    width: 12%
}

.ip-qs-field-long {
    width: 16%
}

.ip-qs-field.ip-qs-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-default);
    text-transform: uppercase
}

.ip-qs-field.ip-qs-radio input {
    margin-right: 8px;
    margin-top: 0
}

/*qs end*/
/*new qs layout*/
.fp-search {
    margin: 60px 56px 0;
    position: relative;
    display: none;
}

.fp-search-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.fp-search select, .fp-search input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 0;
    border-bottom: 1px solid var(--accent);
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    font-family: var(--font-default);
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.5;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-search-container > div {
    display: inline-block;
    width: 10%;
    margin-right: 20px;
    position: relative;
}

.select-arrow:after {
    content: "\b0207";
    font-family: agentimage !important;
    right: 0;
    position: absolute;
    top: 40%;
    font-size: 12px;
    pointer-events: none;
}

.fp-search-container > div.long {
    width: 20%;
}

.fp-search-container > div.long2 {
    width: 17%;
}

.fp-search-container .btn-a {
    margin: 0;
    max-width: 164px;
}

.fp-search-container .btn-a input {
    border: 0;
    padding: 0;
}

.fp-search-container .btn-a:hover input {
    color: #fff;
}

.fp-search-container select option:checked, .fp-search-container select option:hover {
    background: var(--accent);
}

.fp-search-container select option {
    background: #fff;
}

/*new qs layout end*/
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    padding-right: 15px;
    /*    display: none;*/
    /*hide original SELECT element: */
}

.select-selected {
    /*background-color: DodgerBlue;*/
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    display: none;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-selected {
    border-bottom: 1px solid var(--accent);
    height: 50px;
    appearance: none;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    font-family: var(--font-default);
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items div {
    appearance: none;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    font-family: var(--font-default);
    letter-spacing: .5px;
    text-transform: uppercase;
    /*line-height: 1.5;*/
    padding: 0 15px;
    width: 100%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
}

/* Style items (options): */
.select-items {
    position: absolute;
    /*background-color: DodgerBlue;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 270px;
    overflow-y: auto;
    border: solid 1px #858585;
    background: rgba(255,255,255,.9);
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: var(--accent);
    color: #fff !important;
}

#price-range + div.select-selected, #beds-btn + div.select-selected, #baths-btn + div.select-selected, #ptype-btn + div.select-selected, #status-btn + div.select-selected {
    /* display: none;*/
}

@media only screen and (min-width: 992px) {
    /*header*/ header.header {
        background: #000;
        padding: 20px 0;
    }

    .header-logo {
        bottom: 0;
        width: 164px;
    }

    .header-logo a img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .header-navigation > a, a.bm-contact-open, .bm-menu-open span {
        color: #fff;
        border-color: #fff;
    }

    .bm-menu-icon:before, .bm-menu-icon:after {
        background: #fff;
    }

    .ip-global-title-inner {
        max-width: 100%;
    }

    .ip-global-title p {
        /* width: 51%;







        max-width: 610px;







        margin-left: auto;







        align-self: flex-end;







        margin-bottom: 21px;







        font-weight: 300;*/
    }
}

@media only screen and (max-width: 1399px) {
    .fp-search-container > div.long, .fp-search-container > div.long2, .fp-search-container > div {
        width: 12%;
    }

    .fp-search-container .btn-a {
        min-width: 120px;
    }

    .fp-search select, .fp-search input {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-cl-list {
        margin-left: 0;
        margin-right: 0;
    }

    .ip-cl-details {
        margin: 0 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .price {
        font-size: 14px;
    }

    /*qs*/
    .ip-search-area {
        margin-left: 15px;
        margin-right: 15px;
    }

    .ip-qs-field select {
        padding: 0 6px;
        font-size: 10px;
        padding-right: 16px
    }

    .ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 10px
    }

    .ip-qs-field.ip-qs-radio input {
        margin-right: 2px
    }

    .ip-qs-field.ip-qs-radio {
        padding-right: 6px
    }

    .ip-qs-panel-content-inner>div.ip-qs-panel-btn {
        padding: 20px 13px;
    }

    /*qs end*/
}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 60px;
    }

    .ip-cl-list {
        margin-left: -12px;
        margin-right: -12px;
        margin-top: 40px;
    }

    .ip-cl-item {
        width: 50%;
    }

    #content-full {
        margin-top: 20px;
    }

    #IDX-detailsDisclaimer p {
        padding: 0 24px;
    }

    .ip-cl-pagination-v3 li.current a:after, .ip-cl-pagination-v3 li span.current:after, .ip-cl-pagination-v3 li:last-child span.current:before {
        display: none;
    }

    /*qs*/
    .ip-search-area {
        border: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .ip-search-left {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
        border: 0;
        position: relative;
        z-index: 999;
        background: #fff;
        top: 0;
        border-right: 1px solid var(--accent);
    }

    .ip-search-result {
        padding: 0 5px
    }

    .ip-loc-long-field {
        border: 1px solid var(--accent);
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-right: 0
    }

    .ip-search-right {
        width: 100%;
        margin-top: 12px;
        border: none;
        max-width: 500px;
        margin: 3px auto 0;
        padding: 0;
        height: auto;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out
    }

    .ip-search-right.active {
        max-height: initial;
    }

    .ip-qs-buttons {
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -1px
    }

    .ip-qs-button-field-row {
        width: calc(100% - 2px);
        margin: 1px
    }

    .ip-qs-button-field {
        width: 100%;
        padding: 20px 10px;
        border: 1px solid var(--accent)
    }

    .ip-qs-button-field:last-child {
        width: 100%
    }

    .ip-qs-field {
        width: 100%;
        padding: 0 5px;
        margin: 10px 0
    }

    .ip-qs-field:not(.ip-qs-field-long) {
        width: calc(100% / 2);
        padding: 0 5px
    }

    .ip-qs-panels {
        position: relative;
        top: 2px;
        right: 0;
        width: 100%;
        box-shadow: none;
        margin-bottom: 2px
    }

    .ip-qs-panels.active {
        border: 1px solid
    }

    .ip-qs-panel-content-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center
    }

    .ip-qs-panel-content-inner.ip-qs-panel-checkbox {
        flex-direction: column;
        align-items: start;
        justify-content: start
    }

    .ip-qs-panel-content-inner>div.ip-qs-panel-btn {
        margin: 1px;
        border: 1px solid var(--accent);
        text-align: center;
        padding: 5px 10px
    }

    .ip-qs-panel-content-inner>.ip-qs-panel-btn.checkbox-btn {
        padding: 10px 0
    }

    span.ip-qs-panel-close-btn {
        top: 5px;
        right: 5px
    }

    .ip-qs-price-slider {
        width: 100%
    }

    .ip-qs-field-holder {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 10px 0;
        justify-content: center
    }

    .ip-qs-field-holder>div {
        width: 100%!important;
        justify-content: flex-start!important;
        margin: 5px auto
    }

    .ip-qs-form {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 10px
    }

    .ip-qs-field select {
        font-size: 13px;
        border: solid 1px #89764c;
        padding: 0 10px!important;
        background-position: right 5px center
    }

    .ip-loc-long-field input {
        width: calc(100% - 80px);
        border-right: 1px solid var(--accent);
        padding: 0 10px
    }

    .ip-qs-mobile-filter {
        width: 80px;
        text-align: right;
        padding: 20px 10px;
        display: block
    }

    .ip-qs-mobile-filter span:last-child {
        padding-left: 10px;
        font-size: 9px
    }

    /*qs end*/
    .fp-search-container > div.long, .fp-search-container > div.long2, .fp-search-container > div {
        width: 100%;
    }

    .fp-search-container {
        flex-flow: row wrap;
    }

    .fp-search-container .btn-a {
        margin: 30px auto 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .ip-cl-item {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .ip-cl-pagination li a {
        min-width: 25px;
        height: 25px;
    }

    .ip-cl-pagination-v3 li {
        margin: 0 10px;
    }

    .ip-cl-pagination-v3 li a {
        font-size: 12px;
    }

    .fp-search {
        margin-left: 11px;
        margin-right: 11px;
    }
}
