#inner-page-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 326px;
    background: url(https://cdn.agentimagehosting.com/YxCmfySE8yhnVlKGtmdpd/2024/02/ips-bg.jpg);
    pointer-events: none;
    filter: grayscale(1);
    opacity: .15;
}

.ip-container #inner-page-wrapper .container {
    position: relative;
    z-index: 5;
}

#inner-page-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 326px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.ip-search-head {
    margin: 0 0 48px;
}

.ip-search-title {
    font-size: 100px;
    font-weight: 400;
    font-family: 'Playfair Display';
    text-align: center;
    margin: 49px 0 57px;
}

.dropdown-menu.inner .text-muted {
    display: none;
}

.ip-search-button input,
.ip-search-button label {
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    border: none;
    width: 100%;
    max-width: 182px;
    padding: 0;
    height: 52px;
    border-bottom: 2px solid #000;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-search-button input:hover,
.ip-search-button label:hover {
    background: #000;
    color: #fff;
}

.ip-search-button input[type="checkbox"] {
    display: none;
}

.ip-search-button label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.ip-search-list {
    padding: 26px 68px 34px;
    background: #000;
    color: #fff;
    margin-bottom: 49px;
}

.ip-search-list.ips-listing .ip-search-field.checkbox-lists {
    column-count: 2;
    padding: 17px 200px 0px;
}

.ip-search-form-title {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 26px;
}

.ip-search-field.w-50 {
    width: 50%;
    padding: 0 18px;
}

.ip-search-field .bootstrap-select > .dropdown-toggle,
.ip-search-field .bootstrap-select > .dropdown-toggle:hover,
.ip-search-field input:not(input[type=checkbox]), .ip-search-field select, .ip-search-field select {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.3px;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
}

.ip-search-field .bootstrap-select input {
    color: #000 !important;
}

.ip-search-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ip-search-field input[type=checkbox] {
    width: 17px;
    height: 17px;
    margin-top: 0;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.ip-search-field input[type=checkbox]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    background: #000;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-search-field input[type=checkbox]:checked::after {
    opacity: 0;
}

.ip-search-field.checkbox-lists > div > span,
.ip-search-field.checkbox-lists label > span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .8px;
    display: inline-block;
    margin-left: 6px;
}

.ip-search-field.checkbox-lists > div {
    margin: 0 0 14px;
}

.ip-search-field.checkbox-lists > div:nth-child(13) {
    margin-bottom: 15px;
}

.ip-search-field.checkbox-lists {
    column-count: 3;
    column-gap: 95px;
    padding-top: 17px;
}

.ip-search-field-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.ip-search-field {
    position: relative;
}

span.ips-gap {
    position: absolute;
    top: 13px;
    right: -10px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ip-search-list.ips-property .ip-search-field.checkbox-lists {
    column-count: 5;
    column-gap: 0;
    text-align: center;
    padding: 17px 115px 0;
}

.is-adv-hidden {
    display: none;
}

/*COMM LIST*/
.ip-comm-list-wrap{
    position: relative;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 50px;
}
.loc-area {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1187px;
    margin: auto;
    margin-top: 40px;
}
.loc-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: calc((100% / 3) - 6.5px);
}
.loc-item a {
    display: block;
    height: 100%;
    width: 100%;
}
.loc-img {
    position: relative;
}
.loc-img::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 4px solid #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.loc-img canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.loc-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--default-transition);
}
.loc-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 20%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: var(--default-transition);
}
.loc-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 45px;
}
.loc-info img {
    margin: auto;
    height: 0;
    width: auto;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
}
.loc-info p {
    font-size: 30px;
    color: #ffffff;
    font-family: var(--title-font);
    transition: var(--default-transition);
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
.loc-item a:hover .loc-img img {
    transform: scale(1.08);
    filter: grayscale(1);
}
.loc-item a:hover .loc-img::after {
    opacity: 55%;
}
.loc-item a:hover .loc-info img {
    height: 119px;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}
.loc-item a:hover .loc-info p {
    margin-top: 10px;
    padding-bottom: 15px;
}

.listings-title {
    margin-bottom: 30px;
}

.ip-custom-search-button{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.ip-custom-search-button button{
    background: transparent;
    border: none;
    outline: none;
    font-size: 30px;
    transition: var(--default-transition);
    padding: 0;
    pointer-events: all;
    z-index: 2;
    position: relative;
}
.ip-custom-search-button button:hover{
    opacity: 50%;
}

.ip-search-button.adv label {
	background: #000;
  color: #fff;
}
.ip-search-button.adv label:hover {
	background: #fff;
  color: #000;
}


.btn-group.bootstrap-select.show-tick.qs-select {
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 95% !important;

    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.3px;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    height: 32px;
/*    border-bottom: 1px solid #fff;*/
    border-radius: 0;
}
.select2-container--default .select2-selection--single{
    background: transparent !important;
}
.select2-container--default .select2-selection--multiple,
textarea.select2-search__field {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #fff !important;
    letter-spacing: 1.3px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    height: 32px !important;
    border-radius: 0 !important;
    font: inherit !important;
    letter-spacing: 1.3px !important;
}
textarea.select2-search__field {
    position: absolute;
}

ul#select2-location2-container li {
    color:#000;
}

.btn-group.bootstrap-select.show-tick.qs-select.dropup {}

.bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 150px !important;
}

.bootstrap-select.btn-group .dropdown-menu{
    max-width:  96% !important;
}
.dropdown-menu{
    top: -40% !important;
}
.ip-search-field .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-overflow: ellipsis;
}.ip-search-field select option {	color: #000;}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
    .loc-area {
        max-width: 987px;
    }
    .loc-info p{
        font-size: 20px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-search-field.checkbox-lists {
        column-gap: 0;
    }

    .ip-search-list {
        padding: 26px 50px 34px;
    }

    .ip-search-list.ips-property .ip-search-field.checkbox-lists {
        padding: 17px 60px 0;
    }

    .ip-search-title {
        font-size: 80px;
    }

    .loc-info p {
        font-size: 23px;
        font-size: 15px;
    }
    .loc-area {
        max-width: 850px;
    }
    .loc-item a:hover .loc-info img {
        height: 65px;
    }
    .loc-info{
        padding: 0 40px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-search-title {
        font-size: 60px;
    }

    .ip-search-field.checkbox-lists {
        column-count: 2;
    }

    .ip-search-list.ips-property .ip-search-field.checkbox-lists {
        padding: 17px 0 0;
    }

    .ip-search-list {
        padding: 20px;
    }

    .loc-item {
        width: calc((100% / 2) - 6.5px);
    }
    .loc-info p {
        font-size: 27px;
    }
    .loc-info{
        padding: 0 20px;
    }
    .loc-area{
        margin-top: 0;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-search-field input:not(input[type=checkbox]), .ip-search-field select, .ip-search-field select {
        letter-spacing: 0;
    }

    .ip-search-field.checkbox-lists {
        column-count: 1;
    }

    .ip-search-list.ips-property .ip-search-field.checkbox-lists {
        column-count: 1;
        text-align: left;
    }

    .ip-search-list.ips-listing .ip-search-field.checkbox-lists {
        column-count: 1;
        padding: 17px 0 0;
    }

       .loc-item {
        width: 100%;
        max-width: 450px;
        margin: auto;
        margin-bottom: 10px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-search-title {
        font-size: 50px;
    }

    .ip-search-list {
        padding: 15px;
        margin-bottom: 20px;
    }

    .ip-search-field input:not(input[type=checkbox]), .ip-search-field select, .ip-search-field select {
        font-size: 12px;
    }

    .ip-search-field.checkbox-lists > div > span {
        font-size: 15px;
    }

    .loc-info p {
        font-size: 20px;
    }
    .bootstrap-select.btn-group .dropdown-menu {
        max-width: 90% !important;
    }
}