/*.page-template-property-search .ip-banner canvas {
    height: 300px;
}

.page-template-property-search div#main-wrapper::after {
    min-height: 122px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
}

.page-template-property-search .ip-banner::before {
    opacity: 0;
}

.page-template-property-search .ip-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(83,129,148,0.8) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.page-template-property-search header.main-header {
    background-color: transparent;
}*/

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

.ps-custom-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-template-property-search header.main-header.show-fixed {
    background: rgb(61 61 61 / 88%);
}

/*section1*/
.ps-section1 {
    position: relative;
    padding: 140px 0;
}

.ps-s1-col1 {
    margin-left: -62px;
    margin-top: 64px;
}

.ps-s1-title {
    font-size: 50px;
    font-weight: 400;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    letter-spacing: 4px;
}

.ps-s1-form-inner {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 -5px;
}

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

.ps-short-form {
    width: calc(100% / 2);
}

.ps-long-form {
    width: 100%;
    margin: 0 0 10px;
}

.ps-s1-col2 {
    margin-left: -53px;
    margin-right: -80px;
}

.ps-s1-form {
    position: relative;
    padding: 63px 65px 40px;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.ps-s1-btn-holder {
    max-width: 390px;
    margin: 28px auto 0;
    display: flex;
}

.ps-btn-form.ps-field {
    width: 50%;
}

.ps-s1-form select,
.ps-s1-form input,
.ps-s1-form button.btn {
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: 100%;
    height: 50px;
    text-align: left;
    resize: none;
    border: 1px solid rgb(39 41 50 / 55%);
    padding: 0 19px;
    background: url(../../images/property-search/ps-arrow.png) no-repeat scroll right 19px center;
    -webkit-appearance: none;
    -moz-appearance: none;

    border-radius: inherit;
}



.ps-s1-form select option {
    padding-left: 20px;
}

.ps-s1-form select option.main {
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
}

.ps-s1-form input{
	background: unset;
}

/*.ps-s1-form .ps-field select[aria-label=Neighborhood] {
    background: transparent;
}*/

.ps-s1-form select option{
    color: #000;
}

.ps-s1-form select::-ms-expand{
    display: none;
}

.ps-s1-form .ps-field {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

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

.ps-btn-form.ps-field.psbtn1 button {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    -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;
}

.ps-btn-form.ps-field.psbtn1 button:hover {
    border: 1px solid var(--primary);
}

.ps-btn-form.ps-field.psbtn1 em.ai-font-arrow-g-n {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    height: 13px;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
    color: var(--primary);
}

.ps-btn-form.ps-field.global-btn em.ai-font-arrow-g-n {
    margin-right: 8px;
}

.ps-section1 .ps-custom-container {
    position: relative;
    z-index: 5;
}

/* .ps-section1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 61.277%;
    height: 100%;
    background: url(../../images/property-search/ps-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
} */


.ip-ps  form .ps-field  button > span.filter-option.pull-left{
    color: #000!important;
    font-size: 13px!important;
}

.ps-field div.dropdown-menu.open
{
    max-height: 400px!important;
}
.ps-field div.dropdown-menu.open ul{
    max-height: 350px!important;
}

.ps-field-col > p {
    font-size: 15px;
    display: block;
    padding: 10px 0;
    text-align: center;
}







/* Basic styling for the custom dropdown */
.custom-select {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: 100%;
    height: 50px;
    text-align: left;
    resize: none;
    border: 1px solid rgb(39 41 50 / 55%);
    /* padding: 0 19px; */
    background: url(../../images/property-search/ps-arrow.png) no-repeat scroll right 19px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: inherit;
}

 /*.custom-select select {
   display: none; /* Hide the original dropdown 
 }
*/
 .select-styled {
     padding: 0px 19px;
     /* border: 1px solid #ccc; */
     border-radius: 4px;
     cursor: pointer;
     display: flex;
     width: 100%;
     height: 100%;
     align-items: center;
 }

 /* .select-styled:after {
   content: '';
   width: 0;
   height: 0;
   border: 6px solid transparent;
   border-color: #333 transparent transparent transparent;
   position: absolute;
   top: 50%;
   right: 10px;
   margin-top: -3px;
   pointer-events: none;
 } */

 .select-options {
     display: none;
     position: absolute;
     border: 1px solid rgb(39 41 50 / 55%);
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 2px 4px rgba(0,0,0,0.1);
     z-index: 1;
     width: 100%;
     border-radius: 0;
     height: 260px;
     overflow-y: scroll;
 }

 .select-options div {
     padding: 12px 8px;
     cursor: pointer;
     padding: 4px 19px;
 }

 .active .select-options {
   display: block;
 }



 .select-options.active {
     display: block;
 }





 .select-options .upc {
     text-transform: uppercase;
 }

 .select-options .mnh {
     padding: 10px 19px;
 }


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
    .ps-s1-col1 {
        margin-left: -15px;
    }

    .ps-s1-col2 {
        margin-right: -15px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ps-s1-col1 {
        margin-left: 0;
    }

    .ps-s1-col2 {
        margin-left: 0;
        margin-right: 0;
    }

    .ps-s1-title {
        font-size: 35px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ps-section1 {
        padding: 50px 0;
    }

    .ps-s1-col1 {
        margin-top: 0;
        text-align: center;
        padding: 15px;
        background: #fff;
    }

    .ps-s1-form {
        box-shadow: none;
        padding: 15px;
    }

    .page-template-property-search header.main-header {
        background-color: var(--primary);
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ps-field-col {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ps-btn-form.ps-field {
        display: block;
        margin: 0 auto;
    }

    .ps-btn-form.ps-field.psbtn1 button,
    .ps-s1-form .global-btn a {
        letter-spacing: 2px;
    }

    .ps-btn-form.ps-field.psbtn1 button {
        /* padding-left: 19px; */
    }

    .ps-s1-form select, .ps-s1-form input {
        padding: 0 10px;
        background: url(../../images/property-search/ps-arrow.png) no-repeat scroll right 10px center;
    }

    .ps-s1-btn-holder {
        display: block;
    }

    .ps-btn-form.ps-field.psbtn1 em.ai-font-arrow-g-n {
        left: 20px;
    }
}
