: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: Inter;
    --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,
#realestate-header .nav-link {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--primary-color);
    margin: 0 0 0 0;
}

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

a:hover,
a:focus,
#realestate-header .nav-link:hover,
#realestate-header .nav-link: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;
}

.realestate-tooltip .tooltip-inner {
    background: var(--red-700);
    box-shadow: 0 0 5px 1px #d6d6d6;
    font-size: 12px;
    padding: 0 12px;
    color: var(--white-700);
    font-weight: 600;
    border-radius: 9px;
    line-height: 1.5em;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.realestate-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.realestate-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--red-700);
}

.realestate-tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.realestate-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--red-700);
}

.realestate-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.realestate-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--red-700);
}

.realestate-tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.realestate-tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--red-700);
}

a,
.realestate-navigation-nav li a {
    text-decoration: none;
}

a,
a>*,
.realestate-seller-additional-details p span,
.realestate-quick-container .realestate-quick>*,
.realestate-categories-container .realestate-category-card h4,
.realestate-archive-content-header .realestate-archive-popular-searches a,
.realestate-search-filters-container .realestate-search-filters-title-and-reset p,
.realestate-item .realestate-item-content .realestate-item-content-bottom .realestate-item-content-term a {
    transition: 300ms;
}

a:hover,
#realestate-header .nav-link:hover,
.realestate-seller-additional-details p span:hover,
.realestate-quick-container .realestate-quick:not(.realestate-quick-views):hover>*,
.realestate-categories-container .realestate-category-card h4:hover,
.realestate-archive-content-header .realestate-archive-popular-searches a:hover,
.realestate-search-filters-container .realestate-search-filters-title-and-reset p:hover,
.realestate-item .realestate-item-content .realestate-item-content-details .realestate-item-title:hover,
.realestate-item .realestate-item-content .realestate-item-content-bottom .realestate-item-content-term a:hover {
    color: var(--a-hover-color);
}

.realestate-header-top-container {
    background: #F8F8F8;
}

.realestate-header-bottom-container,
.realestate-header-bottom-container .realestate-dropdown-items {
    background: var(--white-700);
}

.home .realestate-header-top-container {
    background: var(--white-700);
}

.home .realestate-header-bottom-container,
.home .realestate-header-bottom-container .realestate-dropdown-items {
    background: var(--white-700);
}

.realestate-nav-all-categories-container p i,
.realestate-nav-all-categories-container h5 i {
    margin: 0 10px 0 0;
}

.realestate-navigation-nav li a,
.realestate-nav-all-categories-container p,
.realestate-nav-all-categories-container h5 {
    color: var(--heading-color);
}

.realestate-navigation-nav li a:hover,
.realestate-navigation-nav li a:hover>*,
.realestate-nav-all-categories-container p:hover,
.realestate-nav-all-categories-container h5:hover {
    color: var(--primary-color);
}

.home .realestate-navigation-nav li a,
.home .realestate-nav-all-categories-container p,
.home .realestate-nav-all-categories-container h5 {
    color: var(--heading-color);
}

.home .realestate-navigation-nav li a:hover,
.home .realestate-navigation-nav li a:hover>*,
.home .realestate-nav-all-categories-container p:hover,
.home .realestate-nav-all-categories-container h5:hover {
    color: var(--primary-color);
}

.realestate-website-promotion-container:before {
    opacity: 0.3;
}

#realestate-footer {
    background-color: #f9fbff;
    background-size: cover;
}

.realestate-content-container {
    min-height: 70vh;
}

#realestate-footer .realestate-widget h5,
#realestate-footer .realestate-widget a {
    color: #353B4A;
}

#realestate-footer .realestate-widget ul li a:hover {
    color: var(--primary-color);
}

#realestate-footer * .realestate-footer-app-images {
    display: flex;
    justify-content: space-between;
}

#realestate-footer * .realestate-footer-app-images img {
    width: 47%;
}

#realestate-header nav {
    padding: 20px 0;
}


/**
 * Default CSS End
 */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

button:focus-visible,
select:focus-visible {
    outline: none;
}

.pb-6 {
    padding-bottom: 6rem;
}

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

.realestate-toggle input {
    display: none;
}

.realestate-toggle label {
    border: 1px solid var(---input-font-color-500);
    border-radius: 10px;
    cursor: pointer;
    height: 13px;
    opacity: 0.56;
    position: relative;
    transition: var(--transition);
    width: 26px;
}

.realestate-toggle label:before {
    background: var(---input-font-color-500);
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
    width: 9px;
}

.realestate-toggle input:checked~label {
    background: var(--primary-color);
    border-color: var(--primary-color);
    opacity: 1;
}

.realestate-toggle input:checked~label:before {
    background: var(--primary-font-color);
    transform: translate(12px, -50%);
}

.realestate-dropdown {
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.realestate-dropdown>.fa-chevron-down {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    transition: var(--transition);
}

.realestate-dropdown-items {
    background: var(--white-700);
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    box-shadow: 0 0 20px 5px var(--deaf-font-color-600);
    left: 0;
    min-width: 130px;
    opacity: 0;
    position: absolute;
    top: calc(100% - 1px);
    transition: var(--transition);
    visibility: hidden;
    z-index: 99;
    pointer-events: none;
}

.realestate-dropdown-items.drop-left {
    left: unset;
    right: 0;
}

.realestate-dropdown-items.drop-left.have-indicator {
    left: unset;
    right: -20px;
}

.realestate-dropdown-items.have-indicator:after {
    content: "";
    background: var(--white-700);
    border: 1px solid var(--primary-border-color);
    border-bottom: 0;
    border-right: 0;
    height: 15px;
    position: absolute;
    right: 15px;
    top: calc(-15px / 2);
    transform: rotate(45deg);
    width: 15px;
}

.realestate-dropdown-items a {
    text-decoration: none;
}

.realestate-dropdown:not(.realestate-dropdown-active-event):hover .realestate-dropdown-items,
.realestate-dropdown:not(.realestate-dropdown-active-event):focus .realestate-dropdown-items,
.realestate-dropdown.realestate-dropdown-active-event .realestate-dropdown-items,
.realestate-dropdown .realestate-dropdown-items:focus-within {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
}

.realestate-dropdown:not(.realestate-dropdown-active-event):hover:before,
.realestate-dropdown:not(.realestate-dropdown-active-event):focus:before,
.realestate-dropdown.realestate-dropdown-active-event:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -10px;
    left: 0;
    z-index: 3;
    background: transparent;
    pointer-events: auto;
    user-select: auto;
}

.realestate-dropdown:not(.realestate-dropdown-active-event):hover .fa-chevron-down,
.realestate-dropdown:not(.realestate-dropdown-active-event):focus .fa-chevron-down,
.realestate-dropdown.realestate-dropdown-active-event .fa-chevron-down {
    transform: rotate(180deg);
}

.realestate-dropdown-items .realestate-dropdown-item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 20px;
    transition: var(--transition);
    white-space: nowrap;
}

.realestate-dropdown-items .realestate-dropdown-item i {
    display: inline-block;
    font-size: 13px;
    line-height: 9px;
    margin: 0 5px 0 0;
}

.realestate-dropdown-items .realestate-dropdown-item:hover {
    color: var(--primary-color);
}

.realestate-dropdown-items a:not(:last-of-type) .realestate-dropdown-item {
    border-bottom: 1px solid var(--primary-border-color);
}


/*Bootstrap Dropdown*/

.realestate-header .sub-menu li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.dropstart>.dropdown-menu::before {
    left: unset;
    right: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    z-index: -1;
}

.dropstart .dropdown-menu.show {
    margin-right: 15px !important;
    margin-top: -2px !important;
}

.dropdown-toggle::after {
    margin-left: 10px;
}

.dropstart .dropdown-toggle::before {
    margin-right: 10px;
}

#realestate-offcanvas-navigation .dropdown-menu.show {
    position: static !important;
    transform: none !important;
}

#realestate-offcanvas-navigation .sub-menu li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

#realestate-offcanvas-navigation .dropstart .dropdown-menu.show {
    margin-right: 0 !important;
    margin-top: 0 !important;
}


/*Blogs Grids*/

.realestate-post-grid-style {
    margin: 0 0 30px 0;
    min-height: calc(100% - 30px);
}

.realestate-post-grid-style-thumbnail {
    position: relative;
}

.realestate-post-grid-style-content .realestate-single-post-author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.realestate-post-grid-style-content .realestate-single-post-author {
    display: flex;
    padding-bottom: 8px;
}

.realestate-post-grid-style-content {
    border-bottom-right-radius: 15px;
    padding: 10px 15px;
    border: 1px solid #E5EDF9;
    border-bottom-left-radius: 15px;
}

.realestate-post-grid-style-thumbnail {
    overflow: hidden;
    position: relative;
    max-height: 220px;
}

.realestate-post-grid-style-content h2,
.realestate-post-grid-style-content .realestate-post-grid-style-desc a,
.realestate-post-grid-style-content .realestate-post-grid-style-desc {
    font-size: 14px;
    color: #424857;
}

.realestate-post-grid-style-term {
    background: rgb(255 255 255 / 11%) 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    backdrop-filter: blur(1px);
    font-size: 12px;
    -webkit-backdrop-filter: blur(1px);
    padding: 2px 15px;
    color: #FFFFFF;
}

.realestate-post-grid-style-content h2 {
    font-weight: 600;
}

.realestate-post-grid-style-info-date a {
    color: #424857;
    display: flex;
    align-items: center;
    line-height: 1.3em;
}

.realestate-single-post-author .realestate-single-post-author-content a p {
    font-size: 14px;
    line-height: 17px;
    color: #1F2228;
}

.realestate-single-post-author .realestate-single-post-author-content span {
    font-size: 14px;
    line-height: 17px;
    color: #424857;
}

@media (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .sub-menu-item.menu-item-has-children:hover>.dropdown-menu {
        display: block;
        right: calc(100% + 15px);
        top: 0;
    }
    .dropstart>.dropdown-menu::after {
        content: '';
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -15px;
    }
    .dropdown-menu::before {
        content: '';
        width: 12px;
        height: 12px;
        background-color: var(--white-700);
        position: absolute;
        top: -6px;
        left: 15px;
        border-top: 1px solid var(--primary-border-color);
        border-right: 1px solid var(--primary-border-color);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .dropdown-menu {
        border-radius: 8px;
        padding: 0 0 0 0;
        border-color: var(--primary-border-color);
    }
}

@media (max-width: 991px) {
    .dropdown-item::before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.nav-item .dropdown-item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 20px !important;
    transition: var(--transition);
    white-space: nowrap;
    border-bottom: 1px solid var(--primary-border-color);
}

.dropdown-menu .nav-item:last-of-type .dropdown-item {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}


/*Bootstrap Dropdown*/

.realestate-pagination,
.realestate-pagination .nav-links,
.cwp-pagination,
.cwp-pagination ul {
    align-items: center;
    display: flex !important;
    float: none !important;
    justify-content: center;
    margin: 30px 0 !important;
}

.cwp-pagination ul {
    list-style: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.realestate-pagination a,
.realestate-pagination span,
.cwp-pagination ul li a,
.cwp-pagination ul li a:focus {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
    color: var(--primary-font-color) !important;
    display: block;
    font-size: 13px !important;
    line-height: 15px;
    margin: 0 10px !important;
    padding: 10px 15px !important;
    transition: var(--transition);
}

.realestate-pagination a:hover,
.realestate-pagination span:hover,
.cwp-pagination ul li a:hover {
    background: var(--primary-font-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.realestate-pagination .current,
.cwp-pagination ul li.active a {
    background: var(--primary-disabled) !important;
    border-color: var(--primary-disabled) !important;
    color: var(--primary-color) !important;
    cursor: not-allowed !important;
    border-radius: var(--border-radius) !important;
}

.cwp-saved-post,
.cwp-save-post {
    cursor: pointer;
}

.cwp-saved-post i:before {
    content: var(--heart-filled-icon-code);
    font-weight: 600;
}

.cubewp-processing-ajax {
    border-color: var(--primary-color) !important;
    background-image: linear-gradient(-40deg, var(--primary-disabled) 33%, var(--faded-font-color) 0, var(--faded-font-color) 70%, var(--primary-disabled) 0) !important;
    background-blend-mode: screen;
    color: var(--primary-font-color) !important;
    background-color: var(--primary-color) !important;
}

.realestate-item-like.cubewp-active-ajax {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.realestate-item-like-inner.cubewp-active-ajax i {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.realestate-item-like-inner.cubewp-active-ajax i:before {
    content: var(--loading-icon);
    font-weight: 600;
}

.realestate-item-like.cubewp-active-ajax i:before {
    content: var(--loading-icon);
    font-weight: 600;
}

.cwp-save-post:not(.cubewp-active-ajax):hover i {
    font-weight: 600;
}

.cwp-saved-post:not(.cubewp-active-ajax):hover i:before {
    content: var(--remove-heart-icon-code);
}

.alert-danger,
.alert-success,
.cwp-alert {
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
}

.cwp-notification-area {
    border-left-width: 5px;
    border-radius: var(--border-radius);
    box-shadow: 0 0 25px -2px #00000055;
    left: unset;
    margin: 0;
    padding: 0;
    right: 30px;
    top: unset;
    width: auto;
    z-index: 9999;
}

.cwp-notification-area.active-wrap {
    animation: slideup var(--transition);
    bottom: 15px;
}

.cwp-notification-area .cwp-notification-content {
    margin: 0 10px 0 0;
    width: auto;
}

.cwp-notification-area .cwp-notification-wrap {
    align-items: center;
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 15px 20px;
}

.cwp-notification-area .cwp-notification-wrap .cwp-notification-content h4 {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}

.cwp-notification-area .cwp-notification-icon {
    display: flex;
    width: auto;
}

.cwp-notification-area .cwp-notification-icon img {
    margin: 0 0 0 0;
}

#realestate-confirm-modal .modal-body {
    padding: 1rem;
}

.modal-content {
    border-color: var(--primary-border-color);
    border-radius: var(--border-radius);
}

.modal-header {
    border-bottom-color: var(--primary-border-color);
}

.modal-title {
    color: var(--heading-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 0 0 0 0;
}

.modal .realestate-close-modal {
    color: var(--white-700);
    cursor: pointer;
    font-size: 32px;
    line-height: 27px;
    position: absolute;
    right: -30px;
    top: -30px;
}

.realestate-category-card-have-collapse {
    overflow: hidden;
    max-height: 150px;
    transition: max-height var(--transition) ease-in-out;
}

.realestate-category-card-have-collapse.expand-collapsed {
    max-height: 100%;
}

.realestate-see-more-category {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    margin: 10px 0 0 0;
}

.realestate-see-more-category.collapsed {
    margin: 0 0 0 0;
}

.realestate-see-more-category:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.realestate-filled-btn,
.realestate-not-filled-btn {
    border: 1px solid;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 13px 23px;
    transition: var(--transition);
}

.realestate-filled-btn i,
.realestate-not-filled-btn i {
    transition: var(--transition);
}

.realestate-filled-btn,
.realestate-filled-btn:focus,
.realestate-not-filled-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-font-color);
}

.realestate-filled-btn i,
.realestate-filled-btn:focus i,
.realestate-not-filled-btn:hover i {
    color: var(--secondary-font-color);
}

.realestate-not-filled-btn,
.realestate-filled-btn:hover {
    background: var(--primary-font-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.realestate-not-filled-btn i,
.realestate-filled-btn:hover i {
    color: var(--primary-color);
}

.realestate-disabled-btn,
.realestate-filled-btn:disabled,
.realestate-not-filled-btn:disabled {
    background: var(--primary-disabled);
    border: 1px solid var(--primary-disabled);
    color: var(--primary-color);
    cursor: not-allowed;
}

.realestate-disabled-btn i,
.realestate-filled-btn:disabled i,
.realestate-not-filled-btn:disabled i {
    color: var(--primary-color);
}

.realestate-filled-green {
    background: var(--green-700);
    border-color: var(--green-700);
}

.realestate-filled-green:hover {
    border-color: var(--green-700);
    color: var(--green-700);
}

.realestate-filled-red {
    background: var(--red-700);
    border-color: var(--red-700);
}

.realestate-filled-red:hover {
    border-color: var(--red-700);
    color: var(--red-700);
}

.realestate-offcanvas-menu-btn {
    align-items: center;
    border-radius: var(--border-radius);
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 40px;
}

.realestate-offcanvas-menu-btn i {
    font-size: 15px;
    line-height: 12px;
}

.offcanvas-title {
    width: 200px;
}

#content .wp-block-button__link {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-font-color);
}

#content .wp-block-button__link:hover {
    color: var(--primary-color);
    background-color: var(--primary-font-color);
}

#content .is-style-outline>.wp-block-button__link:not(.has-background) {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

#content .wp-block-button.is-style-outline>.wp-block-button__link:hover {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
}

.is-style-squared>.wp-block-button__link {
    border-radius: 0;
}

.alignright {
    text-align: right;
}

blockquote p {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.realestate-single-post-content h1,
.realestate-single-post-content h2,
.realestate-single-post-content h3,
.realestate-single-post-content h4,
.realestate-single-post-content h5,
.realestate-single-post-content h6 {
    margin: 0 0 10px 0;
}

.wp-block-pullquote {
    border-width: 1px 0;
    border-style: solid;
    font-size: clamp(1.125em, 1.125rem + ((1vw - 0.48em) * 0.721), 1.5em);
    line-height: 1.3;
}


/*Progress*/

.realestate-progress {
    background: #e1e1e1;
    border-radius: 7px;
    height: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.realestate-progress span {
    background: currentColor;
    border-radius: 7px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: var(--transition);
    width: 0;
}


/*Realestate Rating Stars*/

.realestate-rating-stars {
    align-items: center;
    border: 1px solid var(--stars-color);
    border-radius: 25px;
    display: inline-flex;
    flex-direction: row-reverse;
    height: 30px;
    justify-content: center;
    padding: 5px 10px;
}

.realestate-rating-stars>input[type=radio] {
    display: none;
}

.realestate-rating-stars>label {
    color: var(--stars-color);
    cursor: pointer;
    line-height: 8px;
}

.realestate-rating-stars>label>i {
    display: block;
    font-size: 12px;
    line-height: 8px;
}

.realestate-rating-stars>label:not(:first-of-type) {
    margin: 0 5px 0 0;
}

.realestate-rating-stars>input:checked~label,
.realestate-rating-stars:not(:checked)>label:hover,
.realestate-rating-stars:not(:checked)>label:hover~label {
    color: var(--green-700);
}

.realestate-rating-stars>input:checked+label:hover,
.realestate-rating-stars>input:checked~label:hover,
.realestate-rating-stars>label:hover~input:checked~label,
.realestate-rating-stars>input:checked~label:hover~label {
    color: var(--green-500);
}

.realestate-rating-stars>input:checked+label:hover i:before,
.realestate-rating-stars>input:checked~label:hover i:before,
.realestate-rating-stars>label:hover~input:checked~label i:before,
.realestate-rating-stars>input:checked~label:hover~label i:before,
.realestate-rating-stars>input:checked~label i:before,
.realestate-rating-stars:not(:checked)>label:hover i:before,
.realestate-rating-stars:not(:checked)>label:hover~label i:before {
    content: var(--star-filled-icon-code);
    font-weight: 600;
}

#realestate-footer {
    margin: 0 0 0 0;
    padding: 50px 0 40px;
    position: relative;
}

#realestate-footer * {
    z-index: 1;
}

#realestate-footer .realestate-footer-column {
    margin: 0 0 15px 0;
}

#realestate-sub-footer .realestate-sub-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dddddd5c;
    padding: 30px 0;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-footer-copyright,
#realestate-sub-footer .realestate-sub-footer-container .realestate-footer-copyright p,
#realestate-sub-footer .realestate-sub-footer-container .realestate-footer-copyright a {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-logo {
    width: 286px;
    height: 66px;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-logo img {
    width: 100%;
    height: 100%;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 0;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu .sub-menu {
    display: none !important;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu .menu-item:first-of-type {
    margin-left: 0;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu .menu-item:last-of-type {
    margin-right: 0;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu .menu-item::after {
    content: '|';
    position: absolute;
    top: 6px;
    bottom: 0;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu .menu-item:first-of-type::after {
    display: none;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu .menu-item a {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.realestate-footer-copyright.d-flex {
    align-items: center;
}

#realestate-sidebar .realestate-widget {
    margin: 0 0 20px 0;
    padding: 15px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px #0000001C;
}

#realestate-sidebar .wp-block-search .wp-block-search__label,
#realestate-sidebar .realestate-widget .wp-block-group__inner-container h2,
#realestate-sidebar .realestate-widget>h5 {
    border-bottom: 0.5px solid #E6E6E6;
}

#realestate-sidebar .realestate-widget .wp-block-group__inner-container h2 {
    margin: 0 0 10px 0;
}

#realestate-sidebar .realestate-widget .wp-block-group__inner-container h2::after,
#realestate-sidebar .wp-block-search .wp-block-search__label::after,
#realestate-sidebar .realestate-widget>h5::after {
    content: "";
    display: block;
    width: 11px;
    height: 3px;
    background: var(--red-700);
    border-radius: 5px;
    margin: 0 0 -2px 0;
}

section.realestate-blogs #realestate-sidebar .realestate-widget ul li a {
    border: 0;
    padding: 5px 0;
    height: unset;
}

#realestate-sidebar .realestate-widget .wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
}

.realestate-widget h5 {
    line-height: 26px;
    margin: 0 0 15px 0;
}

.realestate-widget ul li a {
    line-height: 26px;
    margin: 0 0 0 0;
}

.realestate-widget .realestate-social-widget {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.realestate-widget .realestate-social-widget a:not(:last-child) {
    margin: 0 20px 0 0;
}

.realestate-widget .realestate-social-widget i {
    color: inherit;
    font-size: 20px;
}

.realestate-widget>img {
    margin-left: auto;
    margin-right: auto;
}

input,
optgroup,
select,
textarea {
    font-family: var(--primary-font);
}

.realestate-breadcrumbs {
    display: flex;
    margin: 20px 0;
    list-style: none;
    padding: 0 calc(var(--bs-gutter-x) * .5);
}

.realestate-breadcrumbs a {
    opacity: 0.8;
    font-weight: 300;
}

.realestate-breadcrumbs,
.realestate-breadcrumbs * {
    color: var(--heading-color);
    font-size: 12px;
    line-height: 1;
}

.realestate-breadcrumbs> :first-child {
    margin-left: 0;
}

.size-1-1 {
    width: calc(100% - 0) !important;
}

.size-1-2 {
    width: calc(50% - 0) !important;
}

.size-1-3 {
    width: calc(33% - 0) !important;
}

.size-1-4 {
    width: calc(25% - 0) !important;
}

.size-2-3 {
    width: calc(65% - 0) !important;
}

.size-3-4 {
    width: calc(75% - 0) !important;
}

#realestate-footer.realestate-footer-style-1 {
    min-height: auto;
    padding: 30px 0;
    text-align: center;
    margin: 30px 0 0 0;
    background: #070026;
}

#realestate-footer.realestate-footer-style-1 * {
    color: var(--white-700);
}

#realestate-footer.realestate-footer-style-1 a * {
    color: inherit;
}

#realestate-footer.realestate-footer-style-1 a:hover {
    color: var(--a-hover-color);
}

.single-post #realestate-footer.realestate-footer-style-1 {
    margin: 0 0 0 0;
}

.realestate-to-the-top {
    display: flex;
    justify-content: flex-end;
}

.realestate-terms-widget {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.realestate-terms-widget a {
    color: #FFF !important;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background: var(--primary-color);
    display: inline-flex;
    padding: 10px 8.94px 10px 10px;
    align-items: flex-start;
    margin: 0 5px 5px 0;
    transition: 0.3s;
}

.realestate-terms-widget a:hover {
    opacity: 0.8;
}

.realestate-call-to-action-widget {
    display: inline-flex;
    margin: 0 auto;
    background-color: #C0E3FF;
    border-radius: 6px;
    padding: 14px 14px 14px 18px;
    justify-content: center;
    align-items: center;
}

.realestate-call-to-action-widget h5 {
    font-weight: 600;
    margin: 0 30px 0 0;
}

.realestate-call-to-action-widget button {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border-radius: 40px;
}


/*@todo cubewp-plans.css*/

.cwp-user-dashboard-tab-content .cwp-container.cwp-plans-container h5 {
    padding-bottom: 0 !important;
    margin: 0 0 15px 0 !important;
}


/*@todo cubewp-plans.css*/


/*Toggle Field*/

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: var(--border-radius-xs) !important;
    flex-wrap: nowrap !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container li {
    width: calc(100% / 2) !important;
    margin: 0 0 0 0 !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio {
    margin: 0 !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label {
    margin: 0 !important;
    padding: 0 7px !important;
    transition: var(--transition) !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    cursor: pointer !important;
    line-height: 49px;
    color: #222 !important;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    height: 49.292px;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container li:first-of-type .cwp-field-radio label {
    border-right: 1px solid var(--secondary-font-color);
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio input[type=radio]:checked~label {
    color: var(--secondary-font-color) !important;
    transform: scale(1) !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label:before {
    display: none !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label:after {
    content: '' !important;
    background: var(--primary-font-color) !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border-radius: unset !important;
    z-index: -1 !important;
    transition: var(--transition) !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>.cwp-field-radio:last-child label:after,
.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>li:last-of-type label:after {
    transform: translateX(110%) !important;
}

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>.cwp-field-radio:first-child label:after,
.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container>li:first-child label:after {
    transform: translateX(-110%) !important;
}

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

.cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio input[type=radio] {
    display: none !important;
}

.cwp-address-range {
    margin: 15px 0 0 0;
}

.cwp-hide {
    display: none;
}


/*Select2*/

.select2-container--open .select2-dropdown--below {
    background: var(--white-700);
    box-shadow: 0 3px 6px #00000029;
    border: none !important;
}

.select2-search--dropdown.select2-search--hide {
    display: block !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    background: var(--white-700);
    box-shadow: inset 0 0 3px #00000029;
    height: 29px;
    line-height: 29px;
    color: #B4B4B4;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px;
}

.select2-results__option {
    padding: 8px 15px !important;
    border-top: 1px solid #EFF0F0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px !important;
}

span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
    margin-top: 35px !important;
}


/*404*/

.realestate-error404-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 200px 0;
}

.realestate-error-main-content {
    text-align: center;
}

.realestate-error-main-content .error-image img {
    width: 249px;
    margin: auto;
    height: 204px;
}

.realestate-error-main-content .realestate-error-text h1 {
    font-size: 34px;
    font-family: var(--primary-font);
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary-color);
    margin: 14px 0 12px 0;
    opacity: 1;
}

.realestate-error-main-content .realestate-error-text p {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
    font-family: var(--primary-font);
    color: #000000DE;
    opacity: 1;
}


/*404*/


/*Item Type Modal*/

.realestate-item-types-content-container {
    min-height: 400px;
    background: url(../images/realestate-type-general.png);
    background-size: contain;
    border-radius: var(--border-radius);
    padding: 35px 40px;
}

.realestate-item-types-content-container h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: var(--black-700);
    margin: 0 0 20px 0;
}

.realestate-item-types-content-container .realestate-item-types-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.realestate-item-types-content-container .realestate-item-types-container .realestate-item-type:hover {
    background: var(--primary-color);
    color: var(--white-700);
    border: 0.25px solid var(--primary-color);
}

.realestate-item-types-content-container .realestate-item-types-container .realestate-item-type:hover i {
    color: var(--white-700);
}

.realestate-top-icon i {
    color: var(--red-700);
    font-size: 32px;
    line-height: 38px;
}

.realestate-item-types-content-container .realestate-item-types-container .realestate-item-type {
    border: 0.25px solid var(--primary-color);
    border-radius: 5px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 5px 10px;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: var(--primary-color);
    transition: var(--transition);
    cursor: pointer;
    padding: 5px;
}

.realestate-item-types-content-container .realestate-item-types-container .realestate-item-type i {
    margin: 0 0 13px 0;
    font-size: 22px;
    line-height: 15px;
    transition: var(--transition);
}


/*Item Type Modal*/


/*Elementor Tweaks*/

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    font-weight: inherit;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    text-decoration: underline;
}


/* Banner */

#realestate-banner {
    background-color: var(--black-700);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 230px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 20px;
}

#realestate-banner .realestate-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

#realestate-banner .realestate-banner-content h1 {
    color: var(--white-700);
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 0 0;
}

#realestate-banner .realestate-banner-content h3 {
    color: var(--white-500);
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    margin: 20px 0 0 0;
}

div#realestate-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-700);
    opacity: var(--overlay-opacity);
    z-index: 1;
}


/* Reviews */

.cwp-field-container.cwp-field-review_star.size-1-1 .cwp-radio-container {
    justify-content: flex-start !important;
}

.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-review_star.size-1-1 .cwp-radio-container>label {
    text-align: left !important;
}

.cwp-review-title-desc {
    margin-left: 0 !important;
}

.cwp-cpt-single-review-container {
    padding: 0 0 30px 0 !important;
    margin: 0 0 30px 0 !important;
    border-bottom: 1px solid #e5edf9;
}

.cwp-reviews-single {
    margin-top: 40px;
}

h6.cwp-review-title {
    font-size: 16px !important;
    margin: 5px 0 5px 0 !important;
    font-weight: 600 !important;
    color: var(--grid-text-color) !important;
}

form#cwp-from-cwp_reviews .cwp-frontend-section-heading-container {
    margin: 20px 0 15px 0 !important;
}

form#cwp-from-cwp_reviews .cwp-frontend-section-heading-container h2 {
    font-weight: 600 !important;
}

.cwp-cpt-single-review-container .cwp-alert {
    margin: 30px 0 0 0;
}

.cwp-frontend-form-container .cwp-review-submitBTN.cwp-from-submit {
    margin: 0 0 0 0;
}


/*comments*/

.realestate-single-post-comments {
    margin: 40px 0 0 0;
    padding: 80px 0;
    background: var(--white-700);
}

.realestate-comments-title {
    font-size: 22px;
    line-height: 30px;
    color: #000000DE;
    margin: 0 0 40px 0;
}

.realestate-comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.realestate-comments-list .children {
    list-style: none;
}

.comment-body,
.comment-meta,
.comment-author {
    display: flex;
    flex-wrap: wrap;
}

.comment-meta {
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
}

.comment-content,
.reply {
    display: block;
    width: 100%;
    padding: 0 0 1px 50px;
    margin: 0 0 0 0;
    clear: both;
}

.comment-content {
    margin-top: -20px;
}

.trackback .comment-content,
.pingback .comment-content {
    padding: 0 0 1px 0;
}

.comment-content p {
    line-height: 1.5em;
}

.reply .comment-reply-link:not(:hover) {
    color: var(--primary-color);
}

.comment-author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.comment-author .fn {
    margin: -5px 0 0 0;
}

.comment-author .fn a {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.comment-author .fn a:not(:hover) {
    color: #000000CC;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    margin: -5px 0 0 0;
}

.comment-metadata>a {
    font-size: 12px;
    line-height: 26px;
    margin: 0 0 0 10px;
}

.realestate-page-content-container .comment-metadata>a {
    line-height: 1;
}

.comment-metadata>a:not(:hover) {
    color: #00000066;
}

.comment-metadata .edit-link {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-body {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #DEDEDE;
}

#reply-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cancel-comment-reply-link:not(:hover) {
    color: var(--primary-color);
}

.comment-respond input,
.comment-respond optgroup,
.comment-respond select,
.comment-respond textarea {
    border: 1px solid #DEDEDF;
    border-radius: var(--border-radius-xs);
    resize: none;
}

.comment-respond label {
    font-weight: 500;
    margin: 0 0 5px 0;
}

.logged-in-as,
.comment-notes {
    padding: 10px 0;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin: 0 0 10px 0;
}

#commentform>p {
    margin: 0 0 20px 0;
}

#commentform .form-submit {
    margin: 0 0 0 0;
}

#commentform .comment-form-cookies-consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#commentform .comment-form-cookies-consent .comment-respond label {
    margin: 0 0 0 0;
}

#commentform #submit {
    width: auto;
    border-color: var(--primary-color);
    border-radius: var(--input-radius);
}

p.realestate-no-comment-found {
    margin: 0 0 15px 0;
}


/*Default Sidebar */

.wp-block-search .wp-block-search__input {
    background: var(--white-700);
    border: 0.25px solid var(---primary-border-color);
    border-radius: 5px;
    color: var(--grid-text-color);
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}

.wp-block-search .wp-block-search__button {
    width: 80px;
    height: 35px;
    background: var(--secondary-color);
    box-shadow: 0 4px 10px #00000046;
    border-radius: 23px;
    border: 3px solid var(--secondary-color);
    color: var(--secondary-font-color);
    transition: var(--transition);
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    padding: 0 15px;
    margin: 0 0 0 10px;
    letter-spacing: 0.34px;
}

.wp-block-search .wp-block-search__label {
    font-size: 16px;
    font-weight: 700;
    font-family: Source Sans Pro, serif;
    color: #2C3E50;
    line-height: 26px;
    margin: 0 0 15px 0;
}

#realestate-sidebar .realestate-widget ul li a {
    border: 1px solid #E0E1E2;
    border-radius: 19px;
    height: 38px;
    line-height: 17px;
    padding: 0 25px;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    color: #00000099;
    margin: 0 7px 10px 0;
}

#realestate-sidebar .realestate-widget ul li a:hover {
    color: var(--a-hover-color);
}


/* woocommerce page setting */

.realestate-content-container .woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    outline: 0;
    border: 1px solid var(--input-border-color);
    border-radius: var(--input-radius);
    padding: 8px 12px;
    width: 100%;
    margin: 10px 0 0 0;
    height: 40px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    font-family: var(--primary-font);
    color: var(--label-font-color);
}

.realestate-content-container .realestate-page-content-container>.woocommerce {
    margin: 50px auto;
    border: 1px solid var(--input-border-color);
    padding: 28px 28px 8px 28px;
    background: var(--white-700);
    border-radius: 20px;
    background-color: var(--white-700);
    max-width: 70%;
}

.realestate-content-container .woocommerce-billing-fields .select2-selection--single {
    padding: 6px 5px !important;
    min-height: 41px;
}

.realestate-content-container .woocommerce table.shop_table {
    border: 1px solid var(--input-border-color);
}

.realestate-content-container .woocommerce table.shop_table td {
    border: auto;
}

.realestate-content-container #order_review_heading {
    margin: 10px 0 8px 0;
}

.realestate-content-container table td,
.realestate-content-container table th {
    border: unset;
}

.realestate-content-container .woocommerce form .form-row label {
    display: block !important;
    font-size: 13px !important;
    line-height: 17px !important;
    font-family: var(--primary-font) !important;
    color: var(---input-font-color-500);
    font-weight: 600 !important;
    margin: 6px 0 2px 0;
    word-spacing: 0;
    letter-spacing: 0;
}

.realestate-content-container .woocommerce-additional-fields h3,
.realestate-content-container .woocommerce-billing-fields h3 {
    margin: 0 0 4px 0;
}

.realestate-content-container #order_comments_field textarea#order_comments {
    min-height: 220px;
    background: var(--white-700);
}

.realestate-content-container .woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid var(--input-border-color);
}

.realestate-content-container .woocommerce form.checkout_coupon .button.wp-element-button:hover {
    background: transparent;
    color: var(--primary-color);
}

.realestate-content-container .woocommerce form.checkout_coupon .button.wp-element-button {
    margin-top: 9px;
    margin-bottom: 0;
}

.realestate-content-container .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .button.wp-element-button {
    margin: 0;
    width: 115px;
    height: 40px;
    min-height: 40px;
    background: var(--primary-color);
    box-shadow: 0 4px 10px #00000046;
    border-radius: 23px;
    border: 3px solid var(--primary-color);
    color: var(--primary-font-color);
    transition: var(--transition);
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 0.34px;
}

.realestate-content-container .woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.realestate-content-container .woocommerce-page table.cart td.actions .input-text {
    min-width: 250px;
    border: 1px solid var(--input-border-color);
    border-radius: var(--input-radius);
    padding: 8px 12px;
    height: 40px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    font-family: var(--primary-font);
    color: var(--label-font-color);
}

.realestate-content-container .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.wp-element-button {
    -webkit-font-smoothing: antialiased;
    background-color: var(--secondary-color);
    border: 3px solid var(--secondary-color);
    color: var(--white-700);
    line-height: 14px;
    font-weight: bold;
    font-family: var(--primary-font);
}

.realestate-content-container .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.wp-element-button:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.realestate-content-container .woocommerce .quantity .qty {
    width: 100%;
    text-align: left;
    border: unset;
}

.realestate-content-container .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: var(--primary-color);
    margin-bottom: 0;
    margin-top: 20px;
}

.realestate-content-container .woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: var(--primary-font-color);
    color: var(--primary-color);
}

.realestate-content-container #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    position: relative;
    background: #f9faff;
    padding: 30px 20px 20px;
    margin: 0 0 30px 0;
    border-top: 3px solid var(--primary-color) !important;
    border-color: transparent;
    border: 1px solid var(---primary-border-color);
}

.realestate-content-container .woocommerce-info .showcoupon {
    color: var(--primary-color);
}

.realestate-content-container #add_payment_method #payment div.payment_box::before,
.realestate-content-container .woocommerce-cart #payment div.payment_box::before,
.realestate-content-container .woocommerce-checkout #payment div.payment_box::before {
    top: -11px;
    left: -21px;
    margin: -1em 0 0 2em;
    border-bottom: 1em solid #0075ff17;
}

.realestate-content-container #add_payment_method #payment div.payment_box,
.realestate-content-container .woocommerce-cart #payment div.payment_box,
.realestate-content-container .woocommerce-checkout #payment div.payment_box {
    background-color: #0075ff17;
}

.realestate-content-container .woocommerce-info {
    background: #f9faff;
    border-radius: 6px;
    margin: 0 0 30px 0;
    border-top: 3px solid var(--primary-color) !important;
    border-color: transparent;
    border: 1px solid var(---primary-border-color);
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Source Sans Pro;
    color: #838EAA;
}

.realestate-content-container .woocommerce-billing-fields .select2-selection.select2-selection--single {
    padding: 11px 10px !important;
}

.realestate-content-container .woocommerce-thankyou-order-received {
    padding: 10px 10px 10px 10px;
    background: #f9faff;
    border-radius: 6px;
    margin: 0 0 30px 0;
    border-top: 3px solid var(--primary-color) !important;
    border-color: transparent;
    box-shadow: 0 13px 23px var(--deaf-font-color-600);
    border: 1px solid var(---primary-border-color);
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Source Sans Pro;
    color: #838EAA;
}

.realestate-content-container .woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    display: none;
}

.realestate-content-container .woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.realestate-content-container .woocommerce ul.order_details li {
    margin-right: 0;
    font-size: 10px;
    padding-right: 65px;
    margin-left: 0;
    padding-left: 0;
}

.realestate-content-container .woocommerce ul.order_details {
    margin: 0 0 22px 0;
}

.realestate-content-container section.woocommerce-order-details h2 {
    margin-bottom: 10px;
}

.realestate-content-container section.woocommerce-customer-details h2 {
    margin-bottom: 8px;
}

.realestate-content-container section.woocommerce-customer-details address {
    padding: 10px 14px !important;
    border-radius: 6px !important;
    border-top: 3px solid var(--primary-color) !important;
    border-color: transparent;
    box-shadow: 0 13px 23px var(--deaf-font-color-600);
    border: 1px solid var(---primary-border-color);
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Source Sans Pro;
    color: #838EAA;
    background: #f9faff;
}

@media (max-width: 980px) {
    .realestate-content-container .realestate-page-content-container>.woocommerce {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .realestate-content-container .woocommerce table.cart td.actions .input-text,
    .realestate-content-container .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        min-width: 100%;
    }
    .realestate-content-container .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .button.wp-element-button {
        width: 100% !important;
        height: 40px;
        margin-top: 13px;
    }
}

.realestate-content-container .woocommerce .button {
    text-shadow: none;
    background: var(--primary-color);
    border-radius: 23px;
    border: 1px solid var(--primary-color);
    color: var(--primary-font-color);
    transition: var(--transition);
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 17px;
    letter-spacing: 0.34px;
    padding: 10px 20px;
}

.realestate-content-container .woocommerce .button:hover {
    background-color: var(--white-700);
    color: var(--primary-color);
}

.woocommerce-MyAccount-navigation li {
    padding: 0 0 12px 10px;
    border-bottom: 1px solid var(--primary-border-color);
    margin: 0 0 11px 0;
}

.woocommerce-MyAccount-navigation li:last-of-type {
    border-bottom: none;
}

@keyframes realestate-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes slideup {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 15px;
    }
}


/*Responsive*/

@media only screen and (max-width: 768px) {
    #realestate-sub-footer .realestate-sub-footer-container {
        flex-direction: column;
        justify-content: center;
    }
    .realestate-call-to-action-widget {
        flex-wrap: wrap;
    }
    .realestate-call-to-action-widget h5 {
        text-align: center;
        margin: 0 5px 10px 5px;
    }
}

@media only screen and (max-width: 580px) {
    .realestate-multi-search-style-2 .realestate-search-tab-info p {
        font-size: 11px;
    }
    #realestate-offcanvas-navigation .realestate-offcanvas-quick-container .realestate-submission-btn-container .realestate-submission-btn i {
        color: var(--white-700);
    }
    #realestate-offcanvas-navigation .realestate-offcanvas-quick-container .realestate-submission-btn-container .realestate-submission-btn i {
        color: var(--white-700);
    }
    .realestate-header .realestate-header-top-container .container-fluid {
        padding: 0 12px !important;
    }
    #realestate-offcanvas-navigation .realestate-offcanvas-quick-container .realestate-navigation-quick:not(.realestate-submission-btn-container)>* i {
        color: var(--primary-color) !important;
    }
    .modal .realestate-close-modal {
        position: absolute;
        right: 0;
        top: -44px;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .realestate-header-search #cwp-search-realestate,
    .realestate-header-search .search-form-fields {
        margin-top: 12px;
    }
    #realestate-footer * .col-lg-4 {
        width: 100%;
    }
    #mailpoet_form_1 form.mailpoet_form {
        max-width: 100% !important;
    }
    .realestate-widget .realestate-social-widget {
        flex-wrap: wrap;
    }
    .realestate-widget .realestate-social-widget a:not(:last-child) {
        margin: 0 20px 5px 0;
    }
    #realestate-footer {
        padding: 50px 0 20px;
    }
    .realestate-filled-btn,
    .realestate-not-filled-btn {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 12px;
        padding: 12px 8px;
    }
    .realestate-submission-form-actions .realestate-submission-form-action-back {
        margin-right: 6px;
    }
    .realestate-author-tabs-container .realestate-author-tabs {
        margin: 0 0 -75px 0;
    }
    .realestate-author-container .realestate-author-items h4,
    .realestate-frontend-form-container .cwp-frontend-section-heading-container h2 {
        margin: 0 0 70px 0;
    }
    .realestate-author-tabs-container .cwp-cpt-single-review-container {
        padding: 58px 0 37px 0 !important;
        margin: 0 0 -28px 0 !important;
    }
    .realestate-browse-by-tabs .realestate-browse-by-tab-btn {
        min-width: 118px;
    }
    .cwp-frontend-form-container .cwp-field-container.cwp-field-radio.realestate-radio-with-icons:not(.cwp-field-radio-toggle) .cwp-field-radio-container .cwp-field-radio label {
        font-size: 10px !important;
    }
    .cwp-frontend-form-container .cwp-field-container.cwp-field-radio.realestate-radio-with-icons:not(.cwp-field-radio-toggle) .cwp-field-radio-container .cwp-field-radio i {
        font-size: 11px !important;
        margin: 0 0 6px 0 !important;
    }
    .cwp-frontend-form-container .cwp-field-container.cwp-field-radio.realestate-radio-with-icons:not(.cwp-field-radio-toggle) .cwp-field-radio-container .cwp-field-radio {
        padding: 14px 8px !important;
        min-width: 70px !important;
    }
}


/* //footer style 1  */

.footer-style-1 .realestate-footer-column ul li span,
.footer-style-1 .realestate-footer-column ul li a,
.footer-style-1 .realestate-footer-column .realestate-widget ul li {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--primary-font);
    font-weight: 300;
}

.footer-style-1 .realestate-footer-column h2,
.footer-style-1 .realestate-footer-column h5,
.footer-style-1 .realestate-footer-column .wp-block-heading {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white-700) !important;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 6px;
}

.realestate-footer-logo-section ul {
    margin-top: 17px;
}

.realestate-footer-logo-section ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.realestate-footer-logo-section ul li i {
    color: #8a8fa2;
    margin-right: 16px;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-footer-copyright a {
    margin: 0;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-footer-copyright ul.realestate-navigation-quick_icons_lis {
    margin-left: 14px;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-footer-copyright ul.realestate-navigation-quick_icons_lis i {
    font-size: 18px;
}


/* style 1 news leter  */

.footer-style-1 .cwp-frontend-section-heading-container {
    display: none;
}

.footer-style-1 .cwp-frontend-form-container form {
    display: flex;
    background: transparent;
    margin-top: 40px;
    border: 1px solid #dddddd87;
    padding: 4px;
    border-radius: 10px;
}

.footer-style-1 .cwp-frontend-form-container form .cwp-frontend-section-container .cwp-frontend-section-content-container {
    background: transparent;
}

.footer-style-1 .cwp-frontend-form-container form .tab-content {
    width: 80%;
}

.footer-style-1 .cwp-frontend-form-container form .cwp-from-submit.position-right {
    width: 128px;
    background: var(--primary-color);
    border: unset;
    font-family: var(--primary-font);
    font-size: 16px;
    transition: var(--transition);
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.015em;
    text-align: center;
    padding: 0px 0 !important;
}

.footer-style-1 .cwp-frontend-form-container form .cwp-from-submit.position-right:hover {
    opacity: 0.9;
    transform: scale(0.9)
}

.footer-style-1 .cwp-frontend-form-container form .cwp-frontend-section-container {
    background: transparent;
    margin-bottom: 0;
}

.footer-style-1 .cwp-frontend-form-container form .cwp-frontend-section-container .cwp-field-container {
    margin: 0 !important;
    padding: 0;
}

.footer-style-1 .cwp-frontend-form-container form .cwp-frontend-section-container .cwp-field-container input:focus {
    border: unset;
    box-shadow: unset;
}

.footer-style-1 .cwp-frontend-form-container form .cwp-frontend-section-container .cwp-field-container input {
    margin: auto;
    background: transparent;
    border: unset;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

#realestate-sub-footer .realestate-sub-footer-container .realestate-sub-footer-menu li {
    position: relative;
}


/* search style 1 */

.search-style1 form.cwp-search-form {
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    background: var(--white-700);
    padding: 17px 16px 28px 16px;
    box-shadow: 0px 25px 26px 0px rgba(21, 32, 70, 0.04);
}

.search-style1 form.cwp-search-form .cwp-field-container div>label {
    display: none;
}

.search-style1 form.cwp-search-form .cwp-field-container>label {
    display: none;
}

.search-style1 form.cwp-search-form .cwp-field-container {
    margin-bottom: 0;
}

.search-style1 form.cwp-search-form .cwp-field-container .cwp-radio-container {
    margin-top: -78px;
    max-width: 29%;
    margin-left: auto;
    margin-right: auto;
}

.search-style1 form.cwp-search-form .cwp-field-container .cwp-field-radio-container {
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid #BEBEBE;
    background: var(--white-700);
}

.search-style1 form.cwp-search-form .cwp-field-container[data-name="locations"] span.select2-selection.select2-selection--single span.select2-selection__rendered::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    margin-right: 7px;
    font-weight: 900;
    color: #EF4444;
}

.search-style1 form.cwp-search-form .cwp-field-container[data-name="property_category"] span.select2-selection.select2-selection--single span.select2-selection__rendered::before {
    content: "\e3af";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-right: 8px;
    color: var(--black-70);
}

.search-style1 form.cwp-search-form .cwp-field-container .cwp-submit-search.form-control {
    margin: 10px 0 0 0;
    border-radius: 5px !important;
    background: var(--primary-color);
    color: var(--white-700);
}

.search-style1 form.cwp-search-form .cwp-field-container.cwp-search-field:not(.cwp-search-field-radio) {
    width: 41% !important;
}

.search-style1 form.cwp-search-form .cwp-field-container.cwp-field-button.form-group {
    width: 18% !important;
}

.search-style1 form.cwp-search-form .cwp-field-container .cwp-submit-search.form-control::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}

.search-style1 form.cwp-search-form .cwp-field-container .cwp-submit-search.form-control {
    margin: 10px 0 0 0;
    border-radius: 5px !important;
    background: var(--primary-color);
    color: var(--white-700);
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    transition: var(--transition);
    letter-spacing: 0.21px;
}

.search-style1 form.cwp-search-form .cwp-field-container .cwp-submit-search.form-control:hover {
    transform: scale(0.95);
    opacity: 0.9;
}


/* search style 2  */

.search-style3 .cwp-search-form {
    background: #fff0;
    box-shadow: unset;
    padding: 0;
}

.search-style3 .cwp-search-form .cwp-radio-container>label {
    display: none;
}

.search-style3 .cwp-search-form .cwp-field-container.cwp-search-field>label {
    display: none;
}

.search-style3 .cwp-search-form .cwp-field-container {
    padding: 0 5px;
    margin: 0;
}

.search-style3 .cwp-search-form .cwp-field-container.cwp-search-field {
    width: calc(30% - -2px) !important;
    display: inline-block;
}

.search-style3 .cwp-search-form .cwp-submit-search.form-control {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: var(--primary-color);
    color: #fff0;
    border: unset;
    position: relative;
    margin-top: 11px;
}

.search-style3 .cwp-search-form .cwp-submit-search.form-control::after {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: var(--white-700);
    font-size: 18px;
    position: absolute;
    left: 35%;
}

.search-style3 .cwp-search-form .cwp-field-container.cwp-field-button {
    width: calc(6% - 0px) !important;
}

.search-style3 .cwp-search-form .cwp-field-container .select2-selection.select2-selection--single {
    display: inline-flex;
    height: 60px;
    padding: 16px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--white-700);
    backdrop-filter: blur(4px);
}

.search-style3 .cwp-search-form .cwp-radio-container .cwp-field-radio label {
    height: 58.292px;
    line-height: 57px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}


/* realestate banner featured property details css  */


/* real-estate-featured-property */

.real-estate-featured-property {
    border-radius: 16px;
    background: var(--white-700);
    width: 496px;
    display: flex;
}

.real-estate-featured-property-content {
    width: calc(100% - 88px);
    padding: 34px 10px 34px 40px;
    border-right: 1px solid #D9D9D9;
}

.real-estate-featured-property-content .post-title {
    text-decoration: none;
    margin-bottom: 10px;
}

.real-estate-featured-property-content .post-title h2 {
    color: #070026;
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 11px;
    transition: .2s;
}

.real-estate-featured-property-content .post-title h2:hover {
    color: var(--primary-color);
}

.real-estate-featured-property-content .post-desc {
    color: #757575;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 14px;
}

.real-estate-featured-property-content .post-loc {
    margin-bottom: 20px;
    display: flex;
    gap: 0 6px;
}

.real-estate-featured-property-content .post-loc span {
    color: var(--primary-color);
    margin-top: 7px;
    height: fit-content;
}

.real-estate-featured-property-content .post-loc a {
    color: var(--grey-700);
    font-size: 16px;
    line-height: 29px;
    text-decoration-line: underline;
}

.real-estate-featured-property-content .post-loc a:hover {
    color: var(--primary-color);
}

.real-estate-featured-property-content .post-media-price {
    display: flex;
    align-items: center;
    gap: 10px 68px;
    justify-content: space-between;
    padding-right: 28px;
}

.real-estate-featured-property-content .post-more-details {
    border-radius: 7px;
    background: var(--primary-color);
    width: 105px;
    height: 44px;
    color: var(--white-700);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    border: none;
    transition: .2s;
}

.real-estate-featured-property-content .post-more-details:hover {
    background: #4080ffa6;
}

.real-estate-featured-property-content .post-price {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
}

.real-estate-featured-property-details {
    width: 88px;
    padding: 25px 9px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.real-estate-featured-property-details .details-grid {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.real-estate-featured-property-details .details {
    list-style: none;
    color: var(--black-70);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.real-estate-featured-property-details .details-border-none {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.real-estate-featured-property-details .details span {
    font-size: 14px;
    transition: .2s;
}

.real-estate-featured-property-details .details p {
    color: #757575;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}

.real-estate-featured-property-details .details:hover span {
    color: var(--primary-color);
}

.real-estate-featured-property-details .details-grid-colom {
    position: relative;
}

.real-estate-featured-property-details .details-tooltip {
    position: absolute;
    top: 9px;
    right: -99px;
    background: var(--white-700);
    width: 100px;
    height: 31px;
    color: var(--primary-color);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    transform: rotate(270deg);
    transition: .2s;
    cursor: pointer;
    opacity: 0;
}

.real-estate-featured-property-details .details:hover+.details-tooltip {
    opacity: 1;
}

.real-estate-featured-property-details .details-tooltip::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    margin-top: -7px;
    transform: rotate(45deg);
}


/* footer style 2  */

.footer-style-2 .realestate-footer-column h2,
.footer-style-2 .realestate-footer-column h5,
.footer-style-2 .realestate-footer-column .wp-block-heading {
    color: #404040;
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 12px;
}

.footer-style-2 .realestate-footer-column ul li span,
.footer-style-2 .realestate-footer-column ul li a,
.footer-style-2 .realestate-footer-column .realestate-widget ul li {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 200% */
}

.footer-style-2 .realestate-sub-footer-logo {
    max-width: 200px;
    display: inline-block;
}

.footer-style-2 .realestate-footer-top-logo-section {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.footer-style-2 .realestate-footer-top-logo-section .realestate-navigation-quick_icons {
    margin-right: 0;
    margin-left: 80px;
}

/* footer style 3  */


.footer-style-3 .realestate-footer-column ul li span,
.footer-style-3 .realestate-footer-column ul li a,
.footer-style-3 .realestate-footer-column .realestate-widget ul li {
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.footer-style-3 .realestate-footer-column h2,
.footer-style-3 .realestate-footer-column h5,
.footer-style-3 .realestate-footer-column .wp-block-heading {
    font-family: var(--primary-font);
    letter-spacing: 0em;
    text-align: left;
    color: var(--white-700) !important;
    margin-bottom: 15px;
    margin-top: 6px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.realestate-footer-bottom-socials-styled .realestate-navigation-quick_icons_lis a {
    background: #fff;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    color: var(--primary-color) !important;
}