:host,
:root,
html,
::after,
::before {
    --primary-color: #0075FF;
    --primary-font-color: #ffffff;
    --secondary-color: #FF5656;
    --secondary-font-color: #ffffff;
    ---secondary-color: #FF565644;
    --a-hover-color: #FF5656;
    --heading-color: #2c3e50;
    --descprition-color: #6e7da3;
    --deaf-font-color: #8894ad;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #6d7ca388;
    ---input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #e5edf9;
    --primary-border-color-600: #e5edf966;
    ---primary-border-color: #eaeef7;
    --grid-text-color: #424857;
    ---grid-text-color: #838eaa;
    --overlay-color: #000000;
    --stats-bg-color: #fcfdfe;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #5dc461;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #FFBB00;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: sans-serif;
    --icons-font: "Font Awesome 6 Free", emoji;
    --transition: 300ms;
    --overlay-opacity: 0.6;
    /* Icons Variables */
    --chevron-down-icon-code: "\f078";
    --heart-filled-icon-code: "\f004";
    --star-filled-icon-code: "\f005";
    --square-icon-code: "\f0c8";
    --check-icon-code: "\f00c";
    --circle-icon-code: "\f111";
    --close-icon-code: "\f00d";
    --marker-icon-code: "\f3c5";
    --search-icon-code: "\f002";
    --remove-heart-icon-code: "\e4ff";
    --loading-icon: "\f110";
}


/**
 * Default CSS Start
 *
 * This CSS Will Be Overwrite With Dynamic CSS
 */

body {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h2 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

p {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

label {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

a,
.post-page-numbers {
    color: var(--primary-color);
}

a:hover,
a:focus,
{
    color: var(--a-hover-color);
}

.p-sm {
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

.p-md {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

.p-lg {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}


/* footer css */

.streetwise-footer-style .container {
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #dddddd2b;
}

.streetwise-footer-style ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.streetwise-footer-style ul li {
    color: #fff;
}

#streetwise-footer .row .col-6:nth-child(3) li,
#streetwise-footer .row .col-6:nth-child(3) li a {
    font-weight: 500;
}

.streetwise-footer-style ul li,
.streetwise-footer-style ul a {
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.6000000238418579px;
    text-align: left;
    color: #fff;
    transition: var(--transition);
}

footer {
    position: relative;
    z-index: 999;
}

.streetwise-footer-column figure {
    margin: 0 !important;
}

footer #streetwise-sub-footer {
    background: #272d39;
    text-align: center;
}

.streetwise-social-widget a {
    font-size: 24px;
    margin: 0 12px;
    color: #fff;
}

footer #streetwise-sub-footer .streetwise-sub-footer-container {
    padding: 40px;
}

footer #streetwise-sub-footer .footer-bg-image {
    max-width: 100%;
}

.streetwise-terms-widget a {
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin: 0 18px;
    text-transform: uppercase;
    position: relative;
}

.streetwise-terms-widget a::after {
    content: '.';
    position: absolute;
    margin-left: 13px;
}

.streetwise-terms-widget a:last-child::after {
    display: none;
}

.streetwise-widget {
    margin-bottom: 20px;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form {
    border-radius: 0;
    position: relative;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container {
    margin-bottom: 0;
}

.st-home-search .cwp-frontend-search-form ul.cwp-field-radio-container {
    border: 1px solid #E6E6E6;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 2px;
    overflow: hidden;
    flex-wrap: inherit;
    justify-content: space-between;
}

.st-home-search .cwp-frontend-search-form ul li {
    margin-right: 0 !important;
    width: calc(100% / 2 + 15px);
}

.st-home-search .cwp-frontend-search-form ul li .cwp-field-radio {
    margin-right: unset !important;
}

.st-home-search .cwp-frontend-search-form ul.cwp-field-radio-container .cwp-field-radio input {
    display: none;
}

.st-home-search .cwp-frontend-search-form ul.cwp-field-radio-container .cwp-field-radio label {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600 !important;
    height: 34px;
    line-height: 31px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 20;
    width: 100%;
}

.st-home-search .cwp-frontend-search-form ul.cwp-field-radio-container .cwp-field-radio input:checked~label {
    color: #fff;
}

.st-home-search .cwp-frontend-search-form ul.cwp-field-radio-container .cwp-field-radio label::after {
    background: #032765;
    content: '';
    position: absolute;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
    border-radius: 4px;
}

.st-home-search .cwp-frontend-search-form .cwp-field-radio-container>li:first-child label:after {
    transform: translateX(-110%) !important;
    opacity: 1;
}

.st-home-search .cwp-frontend-search-form .cwp-field-radio input[type=radio]:checked~label:after {
    transform: translateX(0) !important;
}

.st-home-search .cwp-frontend-search-form .cwp-field-radio-container li:last-of-type label:after {
    transform: translateX(110%) !important;
    opacity: 1;
}

.st-home-search .cwp-frontend-search-form .cwp-field-container input {
    border: 1px solid #949494;
    padding: 0 0 0 30px;
    border-radius: 0;
    height: 40px;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.st-home-search .cwp-frontend-search-form .cwp-field-container .cwp-field-google-address-input-container svg {
    cursor: pointer;
    position: absolute;
    left: 8px;
    top: 14px;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .cwp-search-field label,
.cwp-switch-container label {
    margin-bottom: 10px;
    color: #62646A;
    font-size: 12px;
    font-weight: 700;
}

.st-home-search .cwp-frontend-search-form .cwp-field-container input {
    border: 1px solid #949494;
    padding: 0 0 0 15px;
    border-radius: 0;
    height: 40px;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container button.cwp-submit-search::before {
    content: var(--search-icon-code);
    content: var(--search-icon-code);
    font-family: "Font Awesome 6 Free", emoji;
    font-weight: 600;
    margin: 0 10px 0 0;
    color: #FFF;
    font-size: 20px;
    height: calc(100%);
    position: absolute;
    top: 0;
    align-items: center;
    display: flex;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container button.cwp-submit-search {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    font-size: 14px;
    text-decoration: none;
    text-shadow: none;
    padding: 0 29px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #949494;
    border-radius: 0;
    outline: none;
}

.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container label {
    margin-bottom: 10px;
    color: #62646A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cwp-frontend-section-heading-container {
    background: transparent !IMPORTANT;
}

.cwp-frontend-section-heading-container h2 {
    font-weight: 300 !IMPORTANT;
    font-size: 30px !important;
    color: #62646a !important;
}

.cwp-frontend-form-container input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background-color: var(--primary-color);
    padding: 12px;
}


/* banner  */

.st-home-search .cwp-frontend-search-form form.cwp-search-form .cwp-search-field.cwp-search-field-text[data-name="s"] {
    display: none;
}

.cwp-field-checkbox input[type="checkbox"]+label::after {
    content: '';
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.cwp-field-checkbox input[type="checkbox"]:checked+label::before {
    position: absolute;
    margin-left: -29px;
    content: "\f14a";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-size: 20px;
    border-width: inherit;
    margin-top: -1px;
}

.cwp-field-checkbox label {
    display: block;
    width: 100%;
    position: relative;
    font-size: 14px !important;
    padding-left: 30px;
    margin-bottom: 12px !important;
}

.cwp-field-checkbox input[type="checkbox"] {
    display: none;
}


/* new css */

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container[data-name="st_list_price"] {
    display: none;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container[data-name="st_monthly_gros_rent"],
.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container[data-name="st_list_price"] {
    width: calc(40% - 0px) !important;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container.cwp-search-field-radio {
    width: calc(18% - 0px) !important;
}

.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container[data-name="st_unit_address"] {
    border-right: 1px solid #E6E6E6;
    padding-right: 15px;
    width: calc(32% - 0px) !important;
    margin-right: 5px;
}

.cwp-field-google-address-input-container input {
    padding-left: 30px !important;
}

body:not(.logged-in) section.streetwise-archive-container {
    margin-top: 122px;
}

@media(max-width:1024px) {
    .streetwise-archive-container-left {
        width: 100% !important;
        padding: 15px !important;
    }
    .search-mobile-map {
        float: right;
        margin-top: 5px;
        margin-left: 9px;
        background: var(--primary-color);
        color: #fff;
        width: 36px;
        height: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .streetwise-archive-container-right-close-mobile {
        display: block !important;
    }
    .streetwise-archive-container-right {
        width: 100% !IMPORTANT;
        z-index: 999999999;
        opacity: 0;
        visibility: hidden;
        top: 0 !important;
    }
    .streetwise-archive-container-right.active {
        opacity: 1;
        visibility: visible;
    }
    .streetwise-archive-container-right-close-mobile {
        position: absolute;
        z-index: 999999999999;
        right: 0;
        margin-top: 5px;
        margin-left: 9px;
        display: block !important;
    }
    .streetwise-archive-container-right-close-mobile i::before {
        background: var(--primary-color);
        color: #fff;
        width: 36px;
        height: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .cwp-total-results {
        font-size: 15px;
    }
    select#cwp-sorting-filter {
        min-width: 100px;
    }
    .streetwise-archive-info-and-actions {
        justify-content: space-between !important;
    }
    .cwp-search-result-output .cwp-grids-container {
        padding-top: 15px;
    }
    .streetwise-archive-content-container {
        padding-top: 0;
    }
    section.streetwise-archive-container {
        margin-top: 74px !important;
    }
    .streetwise-search-filters-container.cwp-search-filters {
        justify-content: space-between !important;
        min-height: 70px;
        padding: 0 22px !IMPORTANT;
        margin: 0 !important;
    }
    .streetwise-search-filters-container.cwp-search-filters .cwp-search-filters-wrap {
        width: 100%;
    }
    .cwp-search-filters-fields,
    .cwp-reset-search-filters {
        width: calc(100% / 2 - 4px);
    }
    .filter-more-data-triger,
    .streetwise-filte-data .cwp-field-container,
    .streetwise-filte-data,
    .cwp-reset-search-filters .clear-filters {
        width: 100%;
    }
    .streetwise-archive-container-content {
        padding-top: 75px;
    }
    .streetwise-arcive-filters.streetwise-filte-data .modal-content {
        max-height: calc(100vh - 140px) !important;
        overflow: auto;
        padding-top: 132px !IMPORTANT;
    }
    div#streetwise-arcive-filters {
        background: #fff !important;
    }
    body:not(.logged-in) section.streetwise-archive-container {
        margin-top: 110px !important;
    }
    body:not(.logged-in) section.streetwise-archive-container .streetwise-archive-container-content.streetwise-grid-view {
        padding-top: 100px;
    }
    .streetwise-header-top-container .container-fluid {
        padding: 0px 20px !important;
    }
    div#streetwise-mobile {
        z-index: 999999;
    }
    div#streetwise-mobile .header-logo img {
        height: 40px;
        object-fit: contain;
    }
    .streetwise-gallery-slider.slick-initialized.slick-slider,
    .cwp-cpt-single-google_address.cwp-cpt-single-field-container .cpt-single-map,
    .streetwise-gallery-slider .streetwise-gallery-slider-slide img {
        height: 300px;
    }
    #streetwise-login-register {
        z-index: 999999999999;
    }
}

@media(max-width:768px) {
    .streetwise-footer-style {
        padding: 0 21px;
    }
    .row.streetwise-blogs-items {
        padding: 20px;
    }
}


/* /theme not load/ */

.streetwise-header-container.theme-load.header .header-logo {
    text-align: center;
    padding: 10px 0;
}

.streetwise-footer-style-1 {
    background: #272d39;
    padding: 20px 0;
}

.streetwise-footer-style-1,
.streetwise-footer-style-1 p,
.streetwise-footer-style-1 a {
    color: #fff;
}

.streetwise-error-page {
    min-height: 500px;
}

.streetwise-error-page .error-text-numbers {
    display: flex;
    justify-content: center;
}

.streetwise-error-page .error-text-numbers h2 {
    font-size: 14rem;
    font-family: 'Roboto-Bold';
    color: var(--primary-color);
    padding-top: 85px;
    text-shadow: 7px 1px var( --heading-color);
    position: relative;
}

.streetwise-error-page .error-text-numbers .text-not-fond-four::after {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    right: 35%;
    background: var(--primary-color);
    height: 138px;
}

.streetwise-error-page .error-text-numbers .text-not-fond-zero::after {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    right: 50%;
    background: var(--primary-color);
    height: 132px;
}

.streetwise-error-page .error-text-numbers h2.text-not-fond-zero {
    padding-top: 70px;
    font-size: 14rem;
}

.streetwise-error-page .error-text-not-found {
    display: flex;
    text-align: center;
    justify-content: center;
}

.streetwise-error-page .error-text-not-found p {
    font-size: 22px;
    color: var( --heading-color);
    text-transform: inherit;
    font-family: 'Roboto-Bold';
}