.q-input,
.q-select,
.q-textarea {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
    position: relative;
}

.q-label {
    display: block;
    font-size: .90rem;
}

.q-input input,
.q-select select,
.q-textarea textarea {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: .95rem;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
}

.q-icon {
    position: relative;
}

.q-icon input {
    padding: 0 15px 0 30px;
}

.q-icon i {
    position: absolute;
    top: 15px;
    left: 10px;
    line-height: .95;
    color: var(--Text-Color);
}

.q-input br,
.q-select br,
.q-textarea br {
    display: none;
}

.q-textarea textarea {
    height: 90px;
    padding: 15px;
    resize: none;
}

.q-input input:focus,
.q-select select:focus,
.q-textarea textarea:focus {
    outline: 0;
    box-shadow: none;
}

.q-radio input[type='checkbox'],
.q-checkbox input[type='checkbox'] {
    display: none;
}

.q-radio label,
.q-checkbox label {
    padding: 0 0 0 25px;
    position: relative;
    color: rgb(25, 25, 25);
    line-height: 1.35;
    cursor: pointer;
}

.q-checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
    appearance: none;
    cursor: pointer;
}

.q-checkbox input:checked+label:before {
    content: '\F012C';
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Material Design Icons';
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-color: var(--Primary-Color);
    box-shadow: 0 0 0.25rem 0.05rem rgba(105, 110, 255, .15);
}

.q-button {
    width: 185px;
    max-width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border: 0;
    border-radius: 300px;
}

.q-button:hover,
.q-button:focus {
    background: var(--Primary-Color);
    opacity: .90;
}

.q-outline {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 25px;
    background: rgb(255, 255, 255);
    color: var(--Primary-Color);
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    border: 1px solid var(--Primary-Color);
    border-radius: 0.310rem;
}

.q-outline:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

/*-------------------------------------- -18 Profile --------------------------------------*/

.q-login-section {
    width: 100%;
    display: inline-block;
    padding: 145px 0;
    font-size: .95rem;
    background-image: url('../img/login.webp');
    background-size: cover;
}

.q-login-section .q-form {
    width: 100%;
    max-width: 550px;
    display: table;
    margin: 0 auto;
    padding: 30px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 0.5rem;
}

.q-login-section .q-form a {
    color: var(--Text-Color);
}

.q-login-section .q-form a:hover,
.q-login-section .q-form a:focus,
.q-login-section .q-form a:active {
    color: var(--Primary-Color);
}

.q-profile-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0;
    background: rgb(250, 250, 250);
    border-bottom: 1px solid rgb(245, 245, 245)
}

.q-profile-section .q-menu {
    width: 100%;
    display: inline-block;
    padding: 30px 15px;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 0.5rem;
}

.q-profile-section .q-menu ul li {
    width: 100%;
    display: inline-block;
}

.q-profile-section .q-menu ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.q-profile-section .q-menu ul li a i {
    font-size: 1.25rem;
}

.q-profile-section .q-content {
    width: 100%;
    display: inline-block;
    padding: 30px 15px;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 0.5rem;
}

.q-profile-section .q-content label {
    display: block;
    padding: 0 0 5px;
    font-size: .75rem;
    font-weight: 500;
    color: rgb(100, 115, 125);
}

.q-profile-section .q-content .q-favorites ul li {
    display: inline-block;
}

.q-profile-section .q-content .q-favorites ul li .q-property-card-section {
    margin: -15px 0 30px;
    overflow: visible;
}

.q-profile-section .q-content .q-favorites ul li .q-property-card-section .q-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 1rem;
    background: rgb(125, 125, 125);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
}

.q-profile-section .q-content input[type='text'],
.q-profile-section .q-content input[type='email'],
.q-profile-section .q-content select,
.q-profile-section .q-content textarea {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: .875rem;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0.31rem;
}

.q-profile-section .q-content input[type='text']:focus,
.q-profile-section .q-content input[type='email']:focus,
.q-profile-section .q-content select:focus,
.q-profile-section .q-content textarea:focus {
    border-color: rgb(25, 25, 25);
}

.q-profile-section .q-content textarea {
    height: 125px;
    padding: 10px;
    resize: none;
}

.q-profile-section .q-content .q-form {
    display: flex;
    flex-wrap: wrap;
}

.q-profile-section .q-content .q-form .prow,
.q-profile-section .q-content .q-form .prow-textarea {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 5px;
    position: relative;
}

.q-profile-section .q-content .q-form .prow-locations {
    width: 100%;
}

.q-profile-section .q-content .q-form.prow-separator {
    width: 100%;
    margin: 0 10px;
    border: 1px solid rgb(235, 235, 235)
}

.q-profile-section .q-content .q-form .prow:first-child,
.q-profile-section .q-content .q-form .prow:nth-child(2) {
    width: 35%;
}

.q-profile-section .q-content .q-form .prow:nth-child(3) {
    width: 30%;
}

.q-profile-section .q-content .q-form .prow-textarea {
    width: 100%;
}

.q-profile-section .q-content .q-form .prow-upload div {
    position: relative;
}

.q-profile-section .q-content .q-form .prow-upload .button-upload {
    width: 100%;
    height: inherit;
    padding: 15px;
    background: rgba(190, 195, 200, .15);
    color: rgb(125, 135, 135);
    text-align: center;
    border: 1px dashed rgb(190, 195, 200);
    font-weight: normal;
    border-radius: 0.25rem;
    cursor: pointer;
}

.q-profile-section .q-content .q-form .prow-upload .button-upload input {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.q-profile-section .q-content .q-form .prow-upload .button-upload span {
    pointer-events: none;
}

.q-profile-section .q-content .q-form .prow-upload img {
    max-width: 100px;
    margin: 5px 0;
    border-radius: .5rem;
}

.q-profile-section .q-content .q-form .chosen-container {
    display: none;
}

.q-profile-section .q-content .q-form .prow-locations .ms-choice {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 15px;
    font-size: .875rem;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0.30rem;
}

.q-profile-section .q-content .q-form .prow-locations .ms-choice>div.icon-caret {
    top: 17.5px;
    right: 25px;
}

@media (max-width: 767px) {

    .q-profile-section .q-content .q-form .prow,
    .q-profile-section .q-content .q-form .prow:first-child,
    .q-profile-section .q-content .q-form .prow:nth-child(2),
    .q-profile-section .q-content .q-form .prow:nth-child(3) {
        width: 100%;
    }

    .q-profile-section .q-menu {
        margin: 0 0 30px;
    }

    .q-profile-section .q-content .q-favorites ul li .q-property-card-section {
        margin: -15px 0 30px
    }
}

.rb-property-section .rb-info .wpl_googlemap_container {
    overflow: hidden;
    border-radius: 5px;
}

/*-------------------------------------- -18 Search --------------------------------------*/

.rb-form .chosen-container {
    display: none !important;
}

.rb-form .q-label,
.rb-form .q-label label {
    width: 100%;
    font-size: .85rem;
    font-weight: 600;
}

.rb-form .q-full {
    width: 100%;
}

.rb-form .q-location {
    width: 60%;
    padding: 0 15px 0 5px;
}

.rb-form .wpl_search_from_box_top {
    display: flex;
    flex-wrap: wrap;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_container {
    width: 33.33%;
    margin: 0 0 2.5px;
    padding: 0 5px;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_listings {
    width: 40%;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_area,
.rb-form .wpl_search_from_box_top .wpl_search_field_price {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_number {
    width: 50%;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_price .wpl_search_slider_container {
    width: 100%;
    display: flex;
    gap: 15px;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_price .wpl_search_slider_container .ms-parent {
    width: 50%;
}

.rb-form .wpl_search_from_box_top .wpl_search_field_price .wpl_search_slider_container.wpl-util-hidden {
    display: none;
}

.rb-form .q-search {
    margin: 15px 0;
}

@media (max-width: 767px) {

    .rb-form .q-location,
    .rb-form .wpl_search_from_box_top .wpl_search_field_container {
        width: 100%;
        margin: 0 0 2.5px;
        padding: 0
    }

    .wpl_googlemap_container:not(.wpl_googlemap_carousel) .wpl_map_canvas {
        height: 500px !important;
    }

}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

.rb-statistics-section .rb-iframe .elementor-widget-container {
    display: flex;
    justify-content: space-between;
}

.rb-statistics-section .rb-iframe .elementor-widget-container iframe {
    widows: auto;
}

.post-password-form {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
}

.post-password-form label input[type='password'] {
    margin: 5px 0 0;
}

.post-password-form input[type='submit'] {
    position: relative;
    top: 10px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-color: var(--Primary-Color);
}

.post-password-form input[type='submit']:hover {
    opacity: .90;
}

.rb-compare-section {
    width: 100%;
    max-width: 650px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin: 0 auto;
}

.rb-compare-section .rb-compare {
    width: 70%;
    position: relative;
}

.rb-compare-section .rb-compare i {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1.45;
    color: var(--Primary-Color);
}

.rb-compare-section .rb-compare input {
    padding: 10px 25px;
    border: 0;
    border-radius: 0;
}

.rb-compare-section button {
    width: 25%;
    background: rgb(255, 255, 255);
    color: var(--Primary-Color);
    border-color: rgb(255, 255, 255);
    font-weight: 600;
    border-radius: 0;
}

.rb-compare-section button:hover {
    background: rgb(255, 255, 255);
    color: var(--Primary-Color);
    border-color: rgb(255, 255, 255);
}

.rb-gravity-section {
    width: 100%;
    display: inline-block;
    padding: 60px;
}

.rb-gravity-section textarea {
    border: 1px solid rgb(90, 90, 90);
    border-radius: .25rem;
}

.rb-gravity-section input[type='tel'],
.rb-gravity-section input[type='text'],
.rb-gravity-section input[type='email'] {
    height: 45px;
    border: 1px solid rgb(90, 90, 90);
    border-radius: .25rem;
}

.rb-gravity-section textarea:focus,
.rb-gravity-section input[type='tel']:focus,
.rb-gravity-section input[type='text']:focus,
.rb-gravity-section input[type='email']:focus {
    border-color: var(--Primary-Color);
}

.rb-gravity-section input[type='submit'] {
    height: 45px;
    padding: 0 15px;
    background: transparent;
    color: var(--Primary-Color);
    border: 1px solid var(--Primary-Color);
    border-radius: .25rem;
}

.rb-gravity-section input[type='submit']:hover,
.rb-gravity-section input[type='submit']:focus {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.rb-property-section .container {
    max-width: 1460px;
}


.wpl_search_field_separator {
    display: none
}

.rb-save-search {
    margin: 0 0 15px;
}

.rb-save-search .q-button {
    margin: 0;
    gap: 5px;
    background: rgb(235, 235, 235);
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.realtyna-lightbox-wp,
.wpl-frontend-lightbox-wp {
    border: 0;
    border-radius: .25rem;
    box-shadow: none;
}

.realtyna-lightbox-wp h2,
.wpl-frontend-lightbox-wp h2,
.realtyna-lightbox-wp .realtyna-lightbox-title,
.wpl-frontend-lightbox-wp .realtyna-lightbox-title,
.realtyna-lightbox-wp .wpl-radius-box-title,
.wpl-frontend-lightbox-wp .wpl-radius-box-title {
    font-size: 1.25rem;
    font-weight: 600;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.realtyna-lightbox-wp .wpl-gen-form-wp label,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp label,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-label {
    width: 100%;
    margin: 0 0 2.5px;
    padding: 0;
    text-align: left;
}

.realtyna-lightbox-wp .wpl-gen-form-wp label+input[type='text'],
.wpl-frontend-lightbox-wp .wpl-gen-form-wp label+input[type='text'] {
    width: 100%;
    border-radius: .25rem;
}

.realtyna-lightbox-wp .wpl-gen-form-wp label+input[type='text']:focus,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp label+input[type='text']:focus {
    border-color: var(--Primary-Color);
    box-shadow: none;
}

.wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1 {
    margin: 0 0 5px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: .25rem;
}

.wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1:hover {
    opacity: .90;
}

.realtyna-lightbox-wp .wpl-addon-save-search-msg,
.wpl-frontend-lightbox-wp .wpl-addon-save-search-msg {
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
}