#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}
.ip-property-search {
	padding: 24px;
}
.ip-search-holder {
	position: relative;
	padding: 58px 0 18px;
}
.ps-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #000;
}
.ps-bg canvas {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .15;
	filter: grayscale(1);
}
.ip-ps-inner {
	position: relative;
	z-index: 5;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.ip-ps-head {
    margin: 19px 0 48px;
}
.ip-ps-title {
    /* font-size: clamp(1.125rem, 0.885vw + 0.615rem, 1.5rem) !important; */
    font-weight: 500;
    font-family: var(--poppins);
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
/* .ip-ps-title::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 100%;
    max-width: 190px;
    height: 2px;
    background: #a33038;
} */
.ip-ps-form {
	position: relative;
}
.ip-ps-form form {
	font-size: 0;
	margin: 0 -10px;
}
.ip-ps-field {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 40px
}
.w-100 {
	width: 100%;
}
.w-50 {
	width: 50%;
}
.w-75 {
	width: 75%;
}
.w-25 {
	width: 25%;
}
.ip-ps-field.ps-price-range span.selected-price-label {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--poppins);
    color: #fff;
    line-height: 1.5;
    letter-spacing: .2px;
    position: absolute;
    top: 7px;
}
.ip-ps-field > input, .ip-ps-field > select {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--poppins);
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 30px;
    padding: 0px 5px;
    line-height: 1.5;
    letter-spacing: .2px;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    resize: none;
    background: transparent;
}
.ip-ps-field .bootstrap-select.btn-group {
/*select width, display and position are set here and set to !important
no height attribute. padding in .ip-ps-field .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    width: 100%;
    
}
.ip-ps-field .bootstrap-select.btn-group .dropdown-toggle {
/*form appearance should be set here
no height attribute. set the height by setting the padding*/
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    padding: 0px 5px;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    resize: none;
    background: transparent;
    border-radius: 0;
}
.ip-ps-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
/*font size, family, etc. should be set here*/
    font-size: 13px;
    font-weight: 300;
    font-family: var(--poppins);
    color: #fff;
    line-height: 1.5;
    letter-spacing: .2px;
}
.ip-ps-form select {
    background: transparent url(https://cdn.agentimagehosting.com/K8kDNmSIhnSZK6IvO39LZ/2023/08/ps-arrow.png) no-repeat scroll right 5px center;
}
.ip-ps-form select option{
    color: #000;
}
.ip-ps-form select::-ms-expand{
    display: none;
}
.ip-ps-field.radio-btn input {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 30%);
    margin: 0;
    padding: 0;
    position: relative;
    -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-ps-field.radio-btn input:checked {
	border: 1px solid #a33038;
	background: #a33038;
}
.ip-ps-field.radio-btn > div >  span {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 10px;
}
.ip-ps-field.radio-btn > div:first-child {
    padding-left: 0;
}
.ip-ps-field.radio-btn > div {
    display: inline-block;
    padding: 0 56px;
}
.ip-ps-field input[type=submit] {
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--poppins);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4.7px;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -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-ps-field input[type=submit]:hover {
	background: #a33038;
	border: 2px solid #a33038;
}
.ps-submit-inner {
	position: relative;
	max-width: 238px;
	margin-left: auto;
}
.ps-submit-inner::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #a33038;
}
/*price range*/
.ip-ps-field.ps-price-range {
    position: relative;
}
.ip-ps-field.ps-price-range span {
    display: block;
}
.ip-ps-form input.ps-price-range {
    opacity: 0;
}
.ip-ps-form .ps-price-range .selected-price {
    position: absolute;
    bottom: -22px;
    font-size: 13px;
    font-weight: 300;
    font-family: var(--poppins);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.ip-ps-form .ps-price-range .selected-min-price {
    left: 10px;
}       
.ip-ps-form .ps-price-range .selected-max-price {
    right: 10px;
}
.ip-ps-form.ps-price-range .irs-line {
    height: 2px;
    background-color: #fff;
    top: 0;
}
.ip-ps-form .ps-price-range .irs-bar {
    height: 2px;
    background: #fff;
    opacity: .3;
    width: 100% !important;
}
.ip-ps-form .ps-price-range .irs-slider {
    width: 15px;
    height: 15px;
    top: -3px;
    background: #fff;
}
.ip-ps-form .ps-price-range .irs--flat {
    height: auto;
    margin: 0 0;
    left: 0;
    position: relative;
    top: 31px;
}
.ip-ps-form .ps-price-range .irs--flat .irs-bar {
    top: 0;
    width: 100%;
}
.ip-ps-form .ps-price-range .irs--flat .irs-handle {
    position: absolute;
    top: -7px;
    height: 13px;
    width: 13px;
    background: #a33038;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
}
/* .ip-ps-form .ps-price-range .irs--flat .irs-handle.to {
    display: none;
} */
.ip-ps-form .ps-price-range .irs--flat .irs-handle>i:first-child {
    width: 15px;
    background-color: #fff !important;
    cursor: pointer;
    left: 0;
    margin: 0 !important;
}
.ip-active-listing {
	position: relative;
	padding: 22px 0 0;
}
.ip-al-lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px;
}
.ip-al-item {
	width: 50%;
	padding: 1px;
}
.ip-al-item a {
	position: relative;
	display: block;
	overflow: hidden;
}
.ip-al-content {
	position: absolute;
	bottom: -43px;
	left: 0;
	width: 100%;
	padding: 35px;
	color: #fff;
	-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-al-item a:hover .ip-al-content {
	bottom: 0;
}
.ip-al-photo {
    position: relative;
}
.ip-al-photo canvas {
    display: block;
    width: 100%;
    background: #000;
}
.ip-al-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .77;
    -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-al-item a:hover .ip-al-photo img {
	opacity: .36;
	filter: grayscale(1);
}
.ip-al-head .section-title span {
    font-size: 90px;
}
.ip-al-head .section-title {
    font-size: 35px;
}
.ip-al-title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ip-al-item:nth-child(2n+1) {
    position: relative;
    top: -70px;
}
.ip-al-price {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--poppins);
    margin: 0 0 7px;
    opacity: 0;
    -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-al-item a:hover .ip-al-price,
.ip-al-item a:hover .ip-al-specs {
	opacity: 1;
}
.ip-al-address {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--poppins);
    text-transform: uppercase;
    margin-bottom: 19px;
}
.ip-al-address span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
    margin-top: 5px;
}
.ip-al-specs {
    font-size: 0;
    margin-left: -20px;
    opacity: 0;
    -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-al-specs span {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--poppins);
    text-transform: uppercase;
    position: relative;
}
.ip-al-specs span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: #fff;
}
.ip-al-specs span:last-child::after {
	display: none;
}
.ip-al-pagination {
    text-align: center;
    margin-top: 28px;
}
.ip-al-pagination ul {
    font-size: 0;
}
.ip-al-pagination ul li {
    display: inline-block;
    padding: 3px 20px;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--poppins);
    color: #565656;
    position: relative;
}
.ip-al-pagination ul li a {
    color: #565656;
    display: inline-block;
    position: relative;
    padding: 5px;
    -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-al-pagination ul li a:hover,
.ip-al-pagination ul li a.active {
	color: #a33038;
}
.ip-al-pagination ul li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 32px;
    background: #000;
    opacity: .2;
}
.ip-al-pagination ul li:last-child::after, .ip-al-pagination ul li:nth-last-child(-n+2)::after {
    display: none;
}
li.pagination-next {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
	.ip-ps-title {
	    margin-left: 0;
	}
	.ip-ps-title {
	    margin-left: 0;
	}
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.ip-ps-title {
	    font-size: 25px;
	}
	.ip-ps-field.radio-btn > div {
	    padding: 0 35px;
	}
	.ip-al-item:nth-child(2n+1) {
	    top: -40px;
	}
} 
/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.ip-ps-title {
	    font-size: 20px;
	    text-align: center;
	}
	.ip-ps-title::after {
	    top: auto;
	    bottom: -10px;
	    left: 0;
	}
	.ip-ps-field.radio-btn.w-75 {
	    width: 100%;
	    text-align: center;
	}
	.ip-ps-field.radio-btn > div:last-child {
	    padding-right: 0;
	}
	.ip-ps-field.ps-submit.w-25 {
	    width: 100%;
	}
	.ps-submit-inner {
	    margin: 0 auto;
	}
	.ip-al-item {
	    width: 100%;
	    max-width: 776px;
	    margin: 0 auto;
	}
	.ip-al-item:nth-child(2n+1) {
	    top: 0;
	}
	.ip-al-head {
	    margin: 0 0 30px;
	}
	.ip-property-search {
	    padding: 15px;
	}
    .ftr-contact {
        background-attachment: local;
    }
} 
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.ip-ps-field.w-50 {
	    width: 100%;
	}
	.ip-ps-field.radio-btn > div {
	    display: block;
	    padding: 0 15px !important;
	    text-align: left;
	    margin-bottom: 5px;
	}
	.ip-al-price,
	.ip-al-address {
	    font-size: 25px;
	}
	.ip-al-content {
	    padding: 35px 15px;
	}
	.ip-al-pagination ul li {
	    padding: 3px 12px;
	}
}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.ip-search-holder {
	    padding: 30px 0 18px;
	}
	.ip-al-price,
	.ip-al-address {
	    font-size: 20px;
	}
	.ip-al-address span {
	    font-size: 15px;
	}
	.ip-al-specs span {
	    padding: 0 5px;
	    font-size: 14px;
	}
	.ip-al-specs {
	    margin-left: -5px;
	}
	.ip-al-content {
	    bottom: -35px;
	    padding: 15px;
	}
	.ip-al-pagination ul li {
	    padding: 3px 8px;
	}
}