.property-search-form-home{
    padding: 0;
    position: relative;
}






.property-search-form-default{
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    margin-top: -28px;
}

.property-search-form-default label{
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: rgb(0 0 0 / 60%);
    font-family: 'Lora', serif;
    font-size: .8rem;
}

.control-address_keyword{
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 30px 0;
    display: block;
    box-shadow: 0 0 3px 0 rgb( 0 0 0 / 30%);    
    border-radius: 3px !important;
    
}

.control-address_keyword label{
    display: none;
}

.control-address_keyword input{
    width: 100%;
    height: 56px;
    border: none;
    padding: 0 1rem;

}

.control-address_keyword input:focus{
    outline: none;
}

.property-search-form input[type=submit]{
    position: absolute;
    top: 8px;
    right: 8px;
    height: 40px;
    width: 20%;
    background: none;
    color: var(--bs-primary);
    border-radius: 2px;
    border: 1px solid var(--bs-primary);
}

.property-search-form input[type=submit]:hover{
    background: var(--bs-primary);
    color: var(--bs-light);
    transition: all .3s ease;
}


.control-maximum_price, .control-minimum_price, .control-minimum_bedrooms, .control-property_type{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 0 !important;
    position: relative;
}

.control-maximum_price, .control-property_type{
    margin-right: 0;
    -webkit-appearance:none;
}

.property-search-form-default select{
    height: 56px;
    width: 100%;
    padding: 0 1rem;
    border: 1px solid rgb( 0 0 0 / 30%);
    border-radius: 3px;
    background: none;
    position: relative;
    -webkit-appearance:none;
}


.property-search-form-default .ms-options-wrap{
    height: 56px;
    width: 100%;
    padding: 0 1rem;
    border: 1px solid rgb( 0 0 0 / 30%);
    border-radius: 3px;
    background: none;
    position: relative;
    -webkit-appearance:none;
}

.property-search-form-default .ms-options-wrap .selected{
    width: 100%;
    background: none;
    border: none;
    height: 56px;
    line-height: 40px;
}

.property-search-form-default .ms-options-wrap .selected:after{
    content: '' !important;
    height: unset;
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    border: unset;
    border-top-color: unset; 
    margin-top: unset;
}


.property-search-form-default .ms-has-selections .ms-options .selected{
    height: auto !important;
    line-height: unset !important;
}
.control-maximum_price:after, .control-minimum_price:after, .control-minimum_bedrooms:after, .control-property_type:after{
    content:'\f078';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: 9;
    right: 1rem;
    bottom: 15px;
    color: rgb(0 0 0 / 40%);
    
}

@media(max-width:768px){
    .property-search-form input[type=submit]{
        width: 100%;
        margin-bottom: 30px;
    }
    .property-search-form input[type=submit]{
        width: 30%;
        background: #fff;
        margin-bottom: 30px;
    }
}








/* Property Enquiry Form */

.property-enquiry-form{
    width: 100%;
    display: block;
}

.property-enquiry-form label{
    font-size: .9rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.property-enquiry-form .control{
    margin-bottom: 2rem;
}

.property-enquiry-form .control-disclaimer label{
    text-transform: unset;
}

.property-enquiry-form .control-disclaimer{
}

.property-enquiry-form input[type=text], .property-enquiry-form input[type=email], .property-enquiry-form input[type=number]{
    padding: 0 .75rem;
    height: 50px;
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
}

.property-enquiry-form input[type=text]:focus-visible, .property-enquiry-form input[type=email]:focus-visible, .property-enquiry-form input[type=number]:focus-visible{
    outline: none !important;
}


.property-enquiry-form input[type=submit]{
    display: inline-block;
    width: auto;
    border: 1px solid var(--bs-primary);
    background: none;
    color: var(--bs-primary);
    padding: .45rem 1rem;
    border-radius: 5px;
}




.property-enquiry-form textarea{
    min-height: 150px;
}
