.psp_search_widget {
    background-color: #fff;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin-top: 24px;
    box-shadow: 0px 10px 29px -20px rgba(0,0,0,0.75);
}

.psp_search_widget > div {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 768px) {
    .psp_search_widget {
        justify-content: center;
    }

    .psp_search_widget > div {
        padding: 16px;
    }
}

.psp_search_widget #psp_search_widget__location {
    box-shadow: none;
    font-weight: bold;
    /* font-size: 14px; */
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #5d5d5d;
}
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #014785;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #5d5d5d;
  border-radius: 100%;
  background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #014785;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.psp_search_widget__checkbox {
    margin-left: 22px;
    display: flex;
    align-items: center;
}

.psp_search_widget__checkbox [type=radio]:checked+label,
.psp_search_widget__checkbox [type=radio]:not(:checked)+label {
    padding-left: 32px;
    font-weight: 600;
    font-size: 13px;
}

.psp_search_widget__checkbox [type=radio]:checked+label:after,
.psp_search_widget__checkbox [type=radio]:not(:checked)+label:after {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 7px;
}

.psp_search_widget__checkbox [type=radio]:checked+label:before {
    border-width: 3px;
    top: -1px;

}

.psp_search_widget__checkbox [type=radio]:not(:checked)+label:before {
    border-width: 3px;
    top: -1px;
    opacity: 0.4;
    border-color: #014785;
}

[type=radio]:checked + label.psp_radio--bold, 
[type=radio]:not(:checked)+label.psp_radio--bold {
    font-size: 16px;
    font-weight: bold;
    margin-right: 1.5rem;
}


.psp_search_widget .psp_search_widget__btn,
.psp_search_widget__btnWrapper--mobile .psp_search_widget__btn {
    margin: 0;
    border: none;
    background-color: #dcdcdc;
    padding: 25px 20px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #003562;
    cursor: pointer;
}

.psp_search_widget .psp_search_widget__btnWrapper {
    padding: 0;
}

.psp_search_widget__btnWrapper--mobile {
    display: none;
}

.psp_search_widget__btnWrapper--mobile .psp_search_widget__btn {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    width: 100%;
    padding: 10px;
}

@media (max-width: 999px) {
    .psp_search_widget {
        min-height: 65px;
    }

    .psp_search_widget__btnWrapper--desktop {
        display: none;
    }

    .psp_search_widget__btnWrapper--mobile {
        display: block;
    }
}

.psp_search_widget select{
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
    width: 150px;
    color: #5d5d5d;
    font-size: 16px;
}

.psp_search_widget__select {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 691px) {
    .psp_search_widget__select {
        border-left: 1px solid #dcdcdc;
        padding-left: 18px !important;
    }
}

@media (max-width: 690px) {
    .psp_search_widget {
        padding: 0;
    }

    .psp_search_widget__select {
        width: 100%;
        padding-top: 4px !important;
        border-top: 1px solid #dcdcdc;
        padding-bottom: 6px !important;
    }
}

.psp_search_widget label {
    font-size: 16px;
    font-weight: 700;
    color: #5d5d5d;
    cursor: pointer;
}

.filter-contact-form-button a {
    width: 60%;
    margin: 0 auto;
}

.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.nectar-fancy-ul ul li i {
    color: #ffffff !important;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 0;
    width: 100%;
    margin-left: 0;
    background-color: rgba(41, 41, 41, 0.98);
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
    padding: 20px;
}

.modal-header,
.modal-content {
    padding: 1em;
    color: #fff;
}

.modal-header {
    position: relative;
    background-color: rgba(41, 41, 41, 0.92);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #fff;
    background: none;
    border: 0;
    cursor: pointer;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 30px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}
.icon-modal {
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    fill: currentcolor;
    background: none;
    background-color: inherit !important;
}

.property-search-form-contact-list label{
    width: 100% !important;
    border: 3px solid #fff;
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: 20px;
}
.property-search-form-contact-list i {
    color: #fff;
    left: 20px;
}
.property-search-form-contact-list input {
    border: none !important;
    border-radius: 0;
    padding: 15px 10px !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 30px !important;
}
.property-search-form-contact-list textarea {
    border: none;
    border-radius: 0;
    padding: 15px 10px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
}
.property-search-form-contact-list .modal-image {
    height: 325px;
    position: relative;
    border: 3px solid #fff;
}

.property-search-form-contact-list .row_col_wrap_12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row_wrap_12_my {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.property-search-form-contact-list .vc_col-md-6  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;

    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .property-search-form-contact-list .vc_col-md-6  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .property-search-form-contact-list label {
        margin-bottom: 10px;
    }
    .property-search-form-contact-list input {
        padding: 10px 10px;
        padding-left: 30px;
        font-size: 16px;
    }
    .modal.is-visible {
        overflow: auto;
    }
    .property-search-form-contact-list button {
        margin-top: 15px;
    }
}

.property-search-form-contact-list input::-webkit-input-placeholder {
    color: #fff;
}
.property-search-form-contact-list textarea::-webkit-input-placeholder {
    color: #fff;
}

.property-search-form-contact-list input:-ms-input-placeholder {
    color: #fff;
}
.property-search-form-contact-list textarea:-ms-input-placeholder {
    color: #fff;
}

.property-search-form-contact-list input::placeholder {
    color: #fff;
}
.property-search-form-contact-list textarea::placeholder {
    color: #fff;
}
.property-search-form-contact-list button {
    border-radius: 0;
    color: #fff;
    text-transform: inherit;
    font-size: 25px;
    padding: 8px 40px;
    border: none;
    background: #003562;
    font-size: 20px;
    cursor: pointer;
}
.property-search-form-contact-list button i {
    left: 0;
}
.form-submit-success {
    color: #0f0;
    font-size: 20px;
    display: none;
}

.form-submit-error {
    color: #ff0000;
    font-size: 20px;
    display: none;
}
.psp_radio {
    margin-right: 0.5rem;
    margin-bottom: 8px;
}

.psp_radio [type=radio]:checked + label,
.psp_radio [type=radio]:not(:checked) + label {
    padding-left: 32px;
    font-weight: 600;
    font-size: 13px;
}

.psp_radio [type=radio]:checked + label:after,
.psp_radio [type=radio]:not(:checked) + label:after {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 7px;
}

.psp_radio [type=radio]:checked + label:before {
    border-width: 3px;
    top: -1px;
}

.psp_radio [type=radio]:not(:checked) + label:before {
    border-width: 3px;
    top: -1px;
    opacity: 1;
    border-color: #003562;
}