@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #567056;
    --secondary-color-blue: #1c4e75;
    --primary-color-text: #0d1b2a;
    --off-white: #e5dccb;
    --font-family: 'Poppins', sans-serif;
}

body {
    font-family: var(--font-family);
}

.header-wrapper {
    background: var(--primary-color);
    padding: 30px 0;
}

div#ip-banner {
    display: none;
}

div#inner-page-wrapper {
    margin-bottom: 0;
    padding-top: 131px;
}

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


/* form */
.property-search-form {
    background: #e5dccb;
    padding: 30px 94px;
}

.property-search-form__holder {
    /* max-width: 1412px;
    margin: 0 auto; */
    position: relative;
    z-index: 5;
}

.property-search-form__holder form {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.property-search-form__options {
    width: 74%;
}

.property-search-form__filter {
    width: 18.839%;
}

.ps-field {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    position: relative;
    margin-right: 5px;
}

.ps-field:last-child {
    margin-right: 0;
}

.ps-field.search-icon input {
    padding-left: 50px;
}

.ps-field.long {
    width: 39.806%;
}

.ps-field input,
.ps-field select {
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    letter-spacing: 0.1em;
    width: 100%;
    height: 47px;
    border-radius: 0;
    resize: none;
    background: transparent;
    padding: 0 10px;
    border: 1px solid #092841 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    margin: 0;
}

.ps-field input:focus,
.ps-field select:focus {
    color: #000 !important;
}

.ps-field a,
.ps-field button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    letter-spacing: 0.1em;
    border-radius: 0;
    background: transparent;
    border: 1px solid #092841 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.3s ease-in-out;
    height: 47px;
}

.ps-field a:hover{
    background: #092841;
    color: #fff !important;
}

.ps-field button{
    background: #092841;
    color: #fff !important;
}

.ps-field button:hover{
    background: #000;
}

.ps-field.search-icon::after {
    content: "\b0034";
    font-family: 'agentimage';
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 18px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
}

.ps-field.short {
    width: 9.903%;
}

.ps-field.medium {
    width: 18.156%;
}

.property-search-form__filter .ps-field {
    width: 47.37%;
}

.property-search-content {
    position: relative;
}

.property-search-content__holder {
    display: flex;
    flex-wrap: wrap;
}

.property-search-content__feed {
    width: 46.562%;
    padding: 50px;
}

.property-search-content__map {
    width: 53.438%;
}

.property-search-content__feed--inner .global-title h2 {
    font-size: 40px;
}

.property-search-content__feed--inner .global-title span {
    font-size: 18px;
    letter-spacing: 0.5em;
}

@media only screen and (max-width: 1440px) {
    .property-search-form__options {
        width: 78%;
    }

    .property-search-form__filter {
        width: 20%;
    }

    .property-search-form {
        padding: 30px 58px;
    }

    .ps-field.long {
        width: 38.806%;
    }

    .ps-field input, .ps-field select {
        font-size: 13px;
    }
    
}

@media only screen and (max-width: 1366px) {
    .ps-field input, .ps-field select {
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .property-search-form {
        padding: 30px 20px;
    }

    .property-search-content__feed {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .property-search-form {
        padding: 30px 15px;
    }

    .property-search-content__feed {
        padding: 50px 15px;
    }

    .ps-field input, .ps-field select {
        font-size: 12px;
    }
}

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

    .property-search-form__options {
        width: 100%;
    }

    .ps-field.long,
    .ps-field.medium {
        width: 100%;
    }

    .ps-field.short {
        width: 50%;
    }   

    .ps-field {
        margin-bottom: 0;
        margin-right: 0;
        padding: 5px;
    }

    .property-search-form__filter {
        width: 100%;
    }

    .property-search-form__filter .ps-field {
        width: 100%;
    }

    .property-search-content__feed {
        width: 100%;
    }

    .property-search-content__map {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

}