.realestate-widget-shortcode {
    margin: 0 0 50px 0;
}

.realestate-widget-shortcode .realestate-widget-shortcode-heading {
    margin: 50px 0;
}


/*Realestate Featured Items*/

.realestate-featured-items-container .realestate-featured-items {
    border-radius: var(--input-radius);
    overflow: hidden;
    position: relative;
}

.realestate-featured-items-container .realestate-featured-items:not(.slick-initialized) .realestate-featured-item {
    min-width: 100%;
}

.realestate-featured-items-container .realestate-featured-items .realestate-featured-item {
    padding: 45px 35px;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details h1 {
    color: currentColor;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details h2 {
    color: currentColor;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details p {
    color: currentColor;
    letter-spacing: 0.36px;
    margin: 0 0 30px 0;
    max-height: 75px;
    overflow: hidden;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details button {
    border-radius: 25px;
    font-weight: 500;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-vectors>svg:nth-child(1) {
    left: -45px;
    position: absolute;
    top: -12px;
    z-index: 1;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-vectors>svg:nth-child(2) {
    left: calc((33px / 2) - 33px);
    position: absolute;
    top: 50px;
    z-index: 1;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-vectors>svg:nth-child(3) {
    bottom: calc((33px / 2) - 33px);
    position: absolute;
    right: calc((33px / 2) - 33px);
    z-index: 1;
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-vectors>svg:nth-child(4) {
    bottom: -25px;
    left: -35px;
    position: absolute;
    z-index: 0;
}

.realestate-featured-items-container .realestate-featured-item.slick-active .realestate-featured-item-vectors>svg:nth-child(1) {
    animation: slideRight linear calc(var(--transition) * 3);
    animation-delay: var(--transition);
}

.realestate-featured-items-container .realestate-featured-item.slick-active .realestate-featured-item-vectors>svg:nth-child(3) {
    animation: slideUp linear calc(var(--transition) * 3);
    animation-delay: var(--transition);
}

@keyframes slideRight {
    from {
        left: -75px;
    }

    to {
        left: -45px;
    }
}

@keyframes slideUp {
    from {
        bottom: calc((33px / 2) - 50px);
        right: calc((33px / 2) - 45px);
    }

    to {
        bottom: calc((33px / 2) - 33px);
        right: calc((33px / 2) - 33px);
    }
}

.realestate-featured-items-container .realestate-featured-item .realestate-featured-item-thumb {
    border-radius: var(--input-radius);
    height: 270px;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.realestate-featured-items-container .realestate-featured-items:not(.slick-initialized) {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.realestate-featured-items-container .realestate-featured-item-sidebar img {
    border-radius: var(--input-radius);
    height: 280px;
    margin: 0 0 10px 0;
    object-fit: cover;
    width: 100%;
}

.realestate-featured-items-container .realestate-featured-item-sidebar h3 {
    margin: 0 0 5px 0;
}

.realestate-featured-items-container .realestate-featured-item-sidebar p {
    color: var(--heading-color);
    width: 100%;
}

.realestate-featured-items-container .realestate-featured-items .realestate-featured-items-slider-progress {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.realestate-featured-items-container .realestate-featured-items .realestate-featured-items-slider-progress .realestate-featured-items-progress-bar {
    display: flex;
    height: 5px;
}


/* Realestate Categories Style = Grids with children cats */

.realestate-categories-container.grid-child .realestate-category-card {
    background-color: var(--white-700);
    border: 1px solid var(---primary-border-color);
    border-radius: var(--border-radius-lg);
    margin: 25px 0 30px 0;
    min-height: calc(100% - 55px);
    padding: 25px;
    transition: var(--transition);
}

.realestate-categories-container.grid-child .realestate-category-card .realestate-category-icon {
    align-items: center;
    background-color: var(--white-700);
    border-radius: var(--border-radius);
    box-shadow: 0 13px 23px var(--deaf-font-color-600);
    display: flex;
    height: 50px;
    justify-content: center;
    margin: -50px 0 20px 0;
    transition: var(--transition);
    width: 50px;
}

.realestate-categories-container.grid-child .realestate-category-card .realestate-category-icon svg,
.realestate-categories-container.grid-child .realestate-category-card .realestate-category-icon i {
    color: currentColor;
    fill: currentColor;
    height: 20px;
    transition: var(--transition);
    width: 20px;
    font-size: 20px;
}

.realestate-categories-container.grid-child .realestate-category-card:hover {
    border-color: transparent;
    box-shadow: 0 14px 32px #b5c2de29;
}

.realestate-categories-container.grid-child .realestate-category-card:hover .realestate-category-icon {
    background-color: currentColor;
}

.realestate-categories-container.grid-child .realestate-category-card:hover .realestate-category-icon svg,
.realestate-categories-container.grid-child .realestate-category-card:hover .realestate-category-icon i {
    color: var(--white-700);
}

.realestate-categories-container.grid-child .realestate-category-card h4 {
    font-weight: normal;
    margin: 0 0 15px 0;
    text-decoration: none;
}

.realestate-categories-container.grid-child .realestate-category-card ul.realestate-category-card-have-collapse {
    max-height: 80px;
    overflow: hidden;
    transition: max-height var(--transition) ease-in-out;
}

.realestate-categories-container.grid-child .realestate-category-card ul.realestate-category-card-have-collapse.expand-collapsed {
    max-height: 300px;
}

.realestate-categories-container.grid-child .realestate-category-card ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.realestate-categories-container.grid-child .realestate-category-card ul li {
    margin: 0 0 0 0;
}

.realestate-categories-container.grid-child .realestate-category-card ul li a {
    line-height: 28px;
}

.realestate-categories-container.grid-child .realestate-category-card ul li a:not(:hover) {
    color: #676E81;
}

.realestate-categories-container.grid-child .realestate-category-card .realestate-see-more-category {
    color: var(--grid-text-color);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.realestate-categories-container.grid-child .realestate-category-card .realestate-see-more-category:not(:hover) {
    text-decoration: underline;
}


/* Realestate Categories Style = Grids with post count */

.realestate-categories-container.grid-ads-count .realestate-category-card {
    background-color: var(--white-700);
    box-shadow: 0 14px 32px #B5C2DE29;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 55px 0 40px;
    margin: 0 0 24px;
    border-radius: var(--input-radius);
    position: relative;
    transition: var(--transition);
}

.realestate-categories-container.grid-ads-count .realestate-category-card:hover {
    box-shadow: 0 14px 32px #090B1029;
}

.realestate-categories-container.grid-ads-count .realestate-category-card .realestate-category-icon i {
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 15px;
}

.realestate-categories-container.grid-ads-count .realestate-category-card h4 {
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    margin: 0 0 5px;
    color: var(--grid-text-color);
}

.realestate-categories-container.grid-ads-count .realestate-category-card .realestate-category-posts-count {
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0;
    color: #B5B5B5;
}


/* Realestate Categories Style = Grids with background image */

.realestate-categories-container.grid-bg-image .realestate-category-card {
    height: 242px;
    border-radius: var(--input-radius);
    overflow: hidden;
    margin: 0 0 24px 0;
    position: relative;
}

.realestate-categories-container.grid-bg-image .realestate-category-card h4 {
    background-color: #00000088;
    border-radius: var(--input-radius);
    display: inline-block;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white-700);
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    padding: 5px 15px;
    z-index: 1;
}

.realestate-categories-container.grid-bg-image .realestate-category-card:hover h4 {
    background-color: var(--black-700);
}

.realestate-categories-container.grid-bg-image .realestate-category-card .realestate-category-icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
}

.realestate-categories-container.grid-bg-image .realestate-category-card .realestate-category-icon i {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    font-size: 100px;
    transform: translate(-50%, -50%);
}


/* Realestate Categories Style = Grids carousal */



.realestate-category-cards:not(.slick-initialized) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.realestate-category-cards .slick-arrow {
    position: absolute;
    top: 50%;
    letter-spacing: 0;
    color: #C9C9C9;
    font-size: 24px;
    line-height: 37px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: var(--transition);
}

.realestate-category-cards .slick-arrow:hover {
    color: var(--heading-color);
}

.realestate-category-cards .slick-arrow.carousal-left-control {
    left: 10px;
}

.realestate-category-cards .slick-arrow.carousal-right-control {
    right: 10px;
}

.realestate-category-cards .slick-track {
    padding: 5px 0;
}

.realestate-category-cards .realestate-category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    border: none;
    background-color: transparent;
    border-radius: var(--input-radius);
    transition: var(--transition);
    width: 125px;
    height: 125px;
    position: relative;
}

.realestate-category-cards .realestate-category-card:hover {
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px #00000021;
}

.realestate-category-cards .realestate-category-card .realestate-category-icon {
    margin: 0 0 10px 0;
}

.realestate-category-cards .realestate-category-card .realestate-category-icon i,
.realestate-category-cards .realestate-category-card .realestate-category-icon svg {
    font-size: 17px;
    width: 21px;
    height: 17px;
    color: var(--heading-color);
    transition: var(--transition);
}

.realestate-category-cards .realestate-category-card h4 {
    color: var(--heading-color);
    font-size: 17px;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    transition: var(--transition);
}

.realestate-category-cards .realestate-category-card:hover h4 {
    color: var(--primary-color);
}

.realestate-category-cards .realestate-category-card:hover .realestate-category-icon i,
.realestate-category-cards .realestate-category-card:hover .realestate-category-icon svg {
    color: var(--primary-color);
}


/*Realestate Items Promotion Card*/

.realestate-items-container .realestate-website-promotion-card {
    align-items: flex-start;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    justify-content: space-between;
    margin: 0 0 30px 0;
    min-height: 300px;
    overflow: hidden;
    padding: 25px;
    position: relative;
}

.realestate-items-container .realestate-website-promotion-card .realestate-website-promotion-card-bg {
    left: 50%;
    opacity: 0.18;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.realestate-items-container .realestate-website-promotion-card .realestate-website-promotion-card-bg svg,
.realestate-items-container .realestate-website-promotion-card .realestate-website-promotion-card-bg i {
    fill: currentColor;
    height: 200px;
    width: 200px;
    font-size: 200px;
}

.realestate-items-container .realestate-website-promotion-card .realestate-website-promotion-card-icon {
    align-items: center;
    background-color: var(--white-200);
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.realestate-items-container .realestate-website-promotion-card .realestate-website-promotion-card-icon svg,
.realestate-items-container .realestate-website-promotion-card .realestate-website-promotion-card-icon i {
    fill: currentColor;
    height: 25px;
    width: 25px;
    font-size: 25px;
}

.realestate-items-container .realestate-website-promotion-card h5,
.realestate-items-container .realestate-website-promotion-card p {
    color: currentColor;
    letter-spacing: 1px;
    line-height: 20px;
}

.realestate-items-container .realestate-website-promotion-card h5 {
    margin: auto 0;
    font-size: 17px;
}

.realestate-items-container .realestate-website-promotion-card p {
    margin: 0 0 auto 0;
    font-size: 14px;
}

.realestate-layout-style-2 .realestate-website-promotion-card {
    align-items: center;
    text-align: center;
    min-height: 260px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: var(--border-radius-xs);
}

.realestate-layout-style-2 .realestate-website-promotion-card p {
    font-size: 12px;
    line-height: 1.3em;
}

.realestate-layout-style-2 .realestate-website-promotion-card h5 {
    font-size: 14px;
    line-height: 16px;
}

.realestate-layout-style-2 .realestate-website-promotion-card button {
    padding: 7px 17px;
    width: auto !important;
    border-radius: 40px;
    margin: 0 auto;
}


/*Realestate Items Tabs*/

.realestate-items-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 50px 0;
    list-style: none;
    border-bottom: 1px solid var(--input-border-color);
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.realestate-items-tabs::-webkit-scrollbar {
    display: none;
}

.realestate-items-tabs .realestate-items-tab {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    white-space: nowrap;
}

.realestate-items-tabs .realestate-items-tab:first-child .realestate-items-tab-btn {
    font-weight: bold;
}

.realestate-items-tabs .realestate-items-tab .realestate-items-tab-btn {
    padding: 15px 36px;
    border: none;
    color: var(--grid-text-color);
    transition: var(--transition);
    margin: 0 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.realestate-items-tabs .realestate-items-tab .realestate-items-tab-btn i {
    font-size: 16px;
    margin: 0 7px 0 0;
}

.realestate-items-tabs .realestate-items-tab .realestate-items-tab-btn:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    border-radius: 5px;
}

.realestate-items-tabs .realestate-items-tab .realestate-items-tab-btn:hover {
    color: var(--primary-color);
}

.realestate-items-tabs .realestate-items-tab .realestate-items-tab-btn.active {
    color: var(--primary-color);
}

.realestate-items-tabs .realestate-items-tab .realestate-items-tab-btn.active:before {
    background: var(--primary-color);
}


/*Promotion Banner*/

.realestate-website-promotion-container {
    border-radius: var(--border-radius-md);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.realestate-website-promotion-container:before {
    background: currentColor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.realestate-website-promotion-container .realestate-website-promotion-bg {
    border-radius: var(--border-radius-md);
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: 0;
}

.realestate-website-promotion-container .realestate-website-promotion-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 50px 20px 40px 20px;
    position: relative;
    z-index: 1;
}

.realestate-website-promotion-container .realestate-website-promotion-content h4 {
    color: currentColor;
    margin: 0 0 15px 0;
    text-align: center;
}

.realestate-website-promotion-container .realestate-website-promotion-content p {
    color: currentColor;
    letter-spacing: 0.14px;
    margin: 0 0 20px 0;
    text-align: center;
}

.realestate-featured-items-masonry {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 8px 4px 0;
}

.realestate-featured-items-masonry .realestate-featured-item {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 4px;
}

.realestate-featured-items-masonry:not(.slick-initialized) {
    overflow: hidden;
}

.realestate-featured-items-masonry:not(.slick-initialized) .realestate-featured-item {
    width: calc(100% / 6);
    min-width: 200px;
}

.realestate-featured-items-masonry-grid {
    width: 100%;
    height: 196px;
    border-radius: var(--input-radius);
    margin: 0 0 8px 0;
    position: relative;
    overflow: hidden;
}

.realestate-featured-items-masonry .realestate-featured-item.realestate-featured-item-full-height .realestate-featured-items-masonry-grid {
    height: 400px;
}

.realestate-featured-items-masonry-grid:after {
    content: '';
    background: transparent linear-gradient(180deg, #F9FAFC00 0%, #FFFFFF 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    transition: var(--transition);
    border-radius: 250px;
}

.realestate-featured-items-masonry-grid:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.realestate-featured-items-masonry .realestate-featured-item .realestate-featured-items-masonry-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline;
    max-height: 100%;
    max-width: 100%;
}

.realestate-featured-items-masonry-grid .realestate-featured-items-masonry-grid-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
}

.realestate-featured-items-masonry-grid:hover .realestate-featured-items-masonry-grid-content {
    transition: var(--transition);
    transition-delay: var(--transition);
    opacity: 1;
}

.realestate-featured-items-masonry-grid .realestate-featured-items-masonry-grid-content .realestate-item-price {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.realestate-featured-items-masonry-grid .realestate-featured-items-masonry-grid-content .realestate-item-title {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}


/*Multi Search Style 1*/

.realestate-multi-search-style-1 {
    padding: 0 0 60px 0;
}

.realestate-multi-search-style-1 .realestate-multi-search-tabs {
    border: none;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-btn {
    padding: 0;
    min-width: 115px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-700);
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    margin: 0 5px 0 0;
    border: none;
    border-radius: var(--input-radius) var(--input-radius) 0 0;
    background: var(--white-700);
}

.realestate-multi-search-style-1 .realestate-multi-search-tab:last-of-type .realestate-multi-search-tab-btn {
    margin-right: 0;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-btn i {
    font-size: 12px;
    line-height: 15px;
    margin: 0 5px 0 0;
    color: inherit;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-btn.active {
    background: var(--primary-color);
    color: var(--primary-font-color);
    position: relative;
    z-index: 5;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form {
    display: none;
    background: var(--primary-color);
    border-radius: var(--input-radius);
    box-shadow: 0 3px 7px #6A6A6ABC;
    padding: 20px 20px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button {
    margin: 0 0 0 0 !important;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button .cwp-submit-search {
    margin: 0;
    width: 141px;
    height: 43px;
    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;
    letter-spacing: 0.34px;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button .cwp-submit-search::before {
    content: var(--search-icon-code);
    font-family: "Font Awesome 6 Free", emoji;
    font-weight: 600;
    font-size: 12px;
    margin: 0 10px 0 0;
    bottom: -1px;
    position: relative;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button .cwp-submit-search:hover {
    background: var(--secondary-font-color);
    color: var(--secondary-color);
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-search-field>label,
.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-search-field>div>label {
    display: none;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single {
    margin-top: 0;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single span.select2-selection__arrow {
    top: 0;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-container {
    padding: 0;
    min-width: 100%;
    margin-bottom: 20px;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single {
    border-radius: 5px;
    padding: 7px 10px;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .realestate-form-field .form-control {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .realestate-form-field span.select2-selection.select2-selection--single span.select2-selection__rendered {
    font-size: 12px;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single,
.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 34px;
    line-height: 34px;
}

.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-checkbox-container .cwp-field-checkbox label,
.realestate-multi-search-style-1 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-radio-container .cwp-field-radio label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--primary-font-color);
}


/*Multi Search Style 2*/

.realestate-multi-search-style-2 {
    background-color: var(--white-700);
    box-shadow: 0 5px 15px #00000029;
    border: 1px solid #F4F4F4;
    padding: 20px 25px 63px;
    border-radius: var(--input-radius);
    position: relative;
}

.realestate-multi-search-style-2 .realestate-multi-search-tabs {
    border: none;
    margin-bottom: 20px;
}

.realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn {
    border: 1px solid var(--heading-color);
    border-radius: 19px;
    min-width: 116px;
    height: 38px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: var(--heading-color);
    margin: 0 15px 0 0;
}

.realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn i {
    margin: 0 5px 0 0;
    color: var(--heading-color);
}

.realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn:hover,
.realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn.active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn:hover i,
.realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn.active i {
    color: var(--primary-color);
}

.realestate-multi-search-style-2 .cwp-search-form {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content {
    margin: 0 -2px;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-search-field>label,
.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-search-field>div>label {
    display: none;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single {
    margin-top: 0;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single span.select2-selection__arrow {
    top: 0;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-container {
    padding: 0 5px;
    margin: 0 0 17px 0;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single {
    border-radius: 5px;
    padding: 7px 10px;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .realestate-form-field .form-control {
    min-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    background: #F7F7F7;
    border: none !important;
    line-height: 45px;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single,
.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 45px;
    line-height: 45px;
    background: #F7F7F7;
    border: none !important;
    display: flex;
    align-items: center;
}

.realestate-multi-search-style-2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--grid-text-color);
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-checkbox-container .cwp-field-checkbox label,
.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-radio-container .cwp-field-radio label {
    font-weight: 500;
    font-size: 12px;
    line-height: 38px;
    color: var(--primary-font-color);
}

.realestate-multi-search-style-2 .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container {
    border-radius: 34px !important;
    border-color: #F7F7F7 !important;
    background: #F7F7F7 !important;
    margin: 0 0 0 0;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-radio-toggle .cwp-field-radio label {
    line-height: 30px;
    height: 30px;
}

.realestate-multi-search-style-2 .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label::after {
    width: calc(100% - 2px) !important;
    height: calc(100% - 4px) !important;
    top: 2px !important;
    left: 2px !important;
    right: 2px !important;
    border-radius: 30px !important;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button .cwp-submit-search {
    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-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button .cwp-submit-search::before {
    content: var(--search-icon-code);
    font-family: "Font Awesome 6 Free", emoji;
    font-weight: 600;
    font-size: 12px;
    margin: 0 10px 0 0;
    bottom: -1px;
    position: relative;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button .cwp-submit-search:hover {
    background: var(--primary-font-color);
    color: var(--primary-color);
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content:not(.realestate-multi-search-have-tabs) [data-name="realestate_ad_condition"] .cwp-radio-container,
.realestate-multi-search-style-2 .realestate-multi-search-tab-content:not(.realestate-multi-search-have-tabs) [data-name="realestate_automotive_condition"] .cwp-radio-container,
.realestate-multi-search-style-2 .realestate-multi-search-tab-content:not(.realestate-multi-search-have-tabs) [data-name="realestate_property_ad_purpose"] .cwp-radio-container {
    max-width: 160px;
}

.realestate-multi-search-style-2 .realestate-multi-search-have-tabs [data-name="realestate_ad_condition"],
.realestate-multi-search-style-2 .realestate-multi-search-have-tabs [data-name="realestate_automotive_condition"],
.realestate-multi-search-style-2 .realestate-multi-search-have-tabs [data-name="realestate_property_ad_purpose"] {
    position: absolute;
    top: 21px;
    right: 21px;
    max-width: 160px;
}

.realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button {
    margin: 0 0 0 0;
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: auto !important;
}

.realestate-multi-search-style-2 .realestate-search-tab-info {
    position: absolute;
    bottom: 30px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.realestate-multi-search-style-2 .realestate-search-tab-info>i {
    margin-right: 5px;
}


/*Multi Search Style 3*/

.realestate-multi-search-style-3 {
    background-color: var(--white-700);
    box-shadow: 0 5px 15px #00000029;
    border: 1px solid #F4F4F4;
    border-radius: var(--border-radius-md);
    padding: 8px 25px;
}

.realestate-multi-search-style-3 .realestate-multi-search-tabs {
    border: none;
    margin: 0 0 15px 0;
}

.realestate-multi-search-style-3 .nav-tabs .nav-link {
    padding: 10px 25px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: var(--heading-color);
    border-bottom: 2px solid transparent;
}

.realestate-multi-search-style-3 .nav-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.realestate-multi-search-style-3 .nav-tabs .nav-link i {
    margin: 0 5px 0 0;
}

.realestate-multi-search-style-3 .nav-tabs .nav-link:hover {
    color: var(--primary-color);
}

.realestate-multi-search-style-3 .cwp-search-form {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0 0 0 0;
    box-shadow: none;
}

.realestate-multi-search-style-3 .realestate-search-tab-info {
    margin: 10px 0 -50px 0;
    color: var(--white-700);
    font-size: 14px;
    line-height: 37px;
    font-weight: normal;
}

.realestate-multi-search-style-3 .realestate-search-tab-info i:first-child {
    margin: 0 5px 0 0;
    font-size: 12px;
}

.realestate-multi-search-style-3 .realestate-search-tab-info i:last-child {
    margin: 0 0 0 5px;
    font-size: 12px;
}

.realestate-multi-search-style-3 .search-form-fields {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.realestate-multi-search-style-3 span.select2-selection.select2-selection--single {
    margin: 0 0 0 0;
    padding: 14px 10px;
}

.realestate-multi-search-style-3 .cwp-search-field label {
    display: none;
}

.realestate-multi-search-style-3 .cwp-submit-search {
    margin: 0 0 0 0 !important;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    color: var(--primary-font-color) !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 21px !important;
    transition: var(--transition);
}

.realestate-multi-search-style-3 .cwp-submit-search:before {
    content: var(--search-icon-code);
    font-family: var(--icons-font);
    font-weight: 700;
    margin: 0 5px 0 0;
    font-size: 13px;
    color: var(--primary-font-color);
    transition: var(--transition);
}

.realestate-multi-search-style-3 .cwp-submit-search:hover {
    background-color: var(--primary-font-color) !important;
    color: var(--primary-color) !important;
}

.realestate-multi-search-style-3 .cwp-submit-search:hover:before {
    color: var(--primary-color);
}

.realestate-multi-search-style-3 .realestate-multi-search-have-tabs [data-name="realestate_ad_condition"],
.realestate-multi-search-style-3 .realestate-multi-search-have-tabs [data-name="realestate_automotive_condition"],
.realestate-multi-search-style-3 .realestate-multi-search-have-tabs [data-name="realestate_property_ad_purpose"] {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 160px;
}

.realestate-multi-search-style-3 .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container {
    border-radius: 34px !important;
    border-color: #F3F3F3 !important;
    background: #F3F3F3 !important;
    margin: 0 0 0 0;
}

.realestate-multi-search-style-3 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-radio-toggle .cwp-field-radio label {
    line-height: 30px;
    height: 30px;
}

.realestate-multi-search-style-3 .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label::after {
    width: calc(100% - 2px) !important;
    height: calc(100% - 4px) !important;
    top: 2px !important;
    left: 2px !important;
    right: 2px !important;
    border-radius: 30px !important;
}

.realestate-multi-search-style-3 .realestate-multi-search-tab-content:not(.realestate-multi-search-have-tabs) [data-name="realestate_ad_condition"] .cwp-radio-container,
.realestate-multi-search-style-3 .realestate-multi-search-tab-content:not(.realestate-multi-search-have-tabs) [data-name="realestate_automotive_condition"] .cwp-radio-container,
.realestate-multi-search-style-3 .realestate-multi-search-tab-content:not(.realestate-multi-search-have-tabs) [data-name="realestate_property_ad_purpose"] .cwp-radio-container {
    max-width: 160px;
}

.realestate-multi-search-style-3 .realestate-form-field .form-control {
    background: #F7F7F7;
    border-color: transparent;
    min-height: 46px;
    line-height: 34px;
}


/*Browse By*/
.browse-by-terms {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
}
.browse-by-terms .browse-by-term {
    width: 20%;
    margin: 4px 0px;
}

/* realestate reviews widget Style 1 */

.realestate-review-card {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white-700);
    border: 0.25px solid #c6ccdb5e;
    opacity: 1;
    border-radius: var(--border-radius-md);
    margin: 0 0 30px 0;
    transition: var(--transition);
}

.realestate-review-card:hover {
    border-color: transparent;
    box-shadow: 0 13px 23px var(--deaf-font-color-600);
}

.realestate-review-card-user-info {
    padding: 18px 12px;
    text-align: center;
    border-right: 0.25px solid #c6ccdb5e;
}

.realestate-review-card-user-info .realestate-review-card-user img {
    width: 59px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.realestate-review-card-user-info .realestate-review-card-user .user-name {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0;
    color: var(--grid-text-color);
    opacity: 1;
    font-weight: 600;
    padding: 4px 0;
}

.realestate-review-card-user-info .realestate-review-card-user .user-name i {
    color: var(--primary-color);
    font-size: 12px;
}

.realestate-review-card-user-info .realestate-review-user-response .realestate-review-user-layout-box {
    width: calc(100% / 3);
}

.realestate-review-card-user-info .realestate-review-user-response {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.realestate-review-card-user-info .realestate-review-user-response .realestate-review-user-layout-box .realestate-review-user-status {
    border-radius: 8px;
    background: #f6f9ff;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--heading-color);
    margin: 0 5px;
    font-weight: 500;
}

.realestate-review-card-user-info .realestate-review-user-response .realestate-review-user-layout-box .review-user-layout-box-info {
    font-size: 10px;
    text-transform: capitalize;
    color: var(--grid-text-color);
    font-weight: 600;
}

.realestate-review-card-user-info .realestate-review-user-response .realestate-review-user-layout-box .review-user-layout-box-info span {
    font-weight: 400;
}

.realestate-review-card-reviewer-info .user-image img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
}

.realestate-review-card-reviewer-info .realestate-review-des {
    font-size: 12px;
    font-style: italic;
    margin: 25px 0;
    color: var(--heading-color);
    line-height: 17px;
}

.realestate-review-card-reviewer-info i {
    color: var(--primary-border-color);
    font-size: 32px;
}

.realestate-review-card-reviewer-info {
    padding: 18px;
    text-align: center;
}

.realestate-review-card-user .realestate-author-rating-stars {
    padding: 0 0 0 0;
    margin: 2px 0 13px 0;
}

.realestate-review-card-user .realestate-author-rating-stars i {
    color: var(--golden-700);
}


/* realestate reviews widget Style 1 */

.realestate-review-box {
    background-color: var(--white-700);
    box-shadow: 1px 2px 3px #CECECE5A;
    border: 1px solid #eeeff3;
    border-radius: var(--input-radius);
    margin: 0 0 30px 0;
}

.realestate-review-box .realestate-review-content {
    padding: 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeff3;
    position: relative;
}

.realestate-review-box .realestate-review-content i {
    color: var(--primary-border-color);
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.realestate-review-box .realestate-review-content .realestate-review-des {
    max-width: 80%;
    text-align: center;
    font-style: italic;
    color: var(--heading-color);
    opacity: 0.85;
    font-size: 12px;
    line-height: 15px;
}

.realestate-review-box .realestate-review-content img {
    width: 34px;
    height: 34px;
    border-radius: 64px;
    margin: 20px 0 0 0;
}

.realestate-review-box .realestate-reviewed-profile {
    padding: 15px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.realestate-review-box .realestate-reviewed-profile img {
    width: 49px;
    height: 49px;
    border-radius: 98px;
    margin: 0 10px 0 0;
}

.realestate-review-box .realestate-reviewed-profile .realestate-reviewed-profile-name-rating h3 {
    color: var(--grid-text-color);
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 2px 0;
}

.realestate-review-box .realestate-reviewed-profile .realestate-reviewed-profile-name-rating .realestate-author-rating-stars i {
    font-size: 12px;
    line-height: 12px;
    color: var(--golden-700);
    margin: 0 5px 0 0;
}

.realestate-review-box .realestate-reviewed-profile .realestate-reviewed-profile-sold-items {
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    color: var(--grid-text-color);
}

.realestate-review-box .realestate-reviewed-profile .realestate-reviewed-profile-sold-items .realestate-reviewed-profile-sold-item-count {
    background-color: #E5EDF930;
    border-radius: 70px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: var(--heading-color);
    align-items: center;
    line-height: 18px;
    margin: 0 0 1px 0;
}


/* // */

form.mailpoet_form {
    border-radius: var(--input-radius);
}


/*Plans*/

.cwp-container.cwp-plans-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.cwp-plans-container>h5 {
    margin: 0 0 15px 0;
}


/*Plans*/


/* Realestate Search */

.realestate-search-style1-container {
    background-color: #FFFFFF23;
    border: 1px solid #70707023;
    border-radius: var(--input-radius);
    padding: 10px;
}

.realestate-search-style1-container .cwp-search-form {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.realestate-search-style1-container .search-form-fields .cwp-search-field,
.realestate-search-style1-container .search-form-fields .realestate-form-field {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.realestate-search-style1-container .search-form-fields .cwp-submit-search {
    margin: 0 0 0 0;
    border-radius: 0 5px 5px 0;
    background-color: var(--primary-color);
    color: var(--primary-color);
    font-size: 0;
    min-height: 46px;
    transition: var(--transition);
    border: none;
}

.realestate-search-style1-container .search-form-fields .cwp-submit-search:hover {
    background-color: #F7F7F7;
}

.realestate-search-style1-container .search-form-fields .cwp-submit-search:before {
    content: var(--search-icon-code);
    font-family: var(--icons-font);
    color: var(--primary-font-color);
    transition: var(--transition);
    font-size: 16px;
    font-weight: 600;
}

.realestate-search-style1-container .search-form-fields .cwp-submit-search:hover:before {
    color: var(--primary-color);
}

.realestate-search-style1-container .search-form-fields [data-name="realestate_ad_condition"],
.realestate-search-style1-container .search-form-fields [data-name="realestate_automotive_condition"],
.realestate-search-style1-container .search-form-fields [data-name="realestate_property_ad_purpose"],
.realestate-search-style1-container .search-form-fields .cwp-search-field:not(:nth-child(2), :nth-child(3)),
.realestate-search-style1-container .search-form-fields .cwp-search-field>label {
    display: none;
}

.realestate-search-style1-container .search-form-fields .cwp-search-field:nth-child(2) {
    width: calc((100% - 54px) / 2) !important;
    margin: 0 8px 0 0;
}

.realestate-search-style1-container .search-form-fields .cwp-search-field:nth-child(3) {
    width: calc((100% - 54px) / 2) !important;
}

.realestate-search-style1-container .search-form-fields [data-name="search_button"] {
    width: 46px !important;
}

.realestate-search-style1-container .search-form-fields .cwp-search-field input {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F7F7F7;
    min-height: 46px;
    border-color: transparent;
    border-radius: 5px;
    font-size: 17px;
    line-height: 39px;
    font-weight: normal;
    color: var(--heading-color);
}

.realestate-search-style1-container .search-form-fields .cwp-search-field input::placeholder {
    font-size: 17px;
    line-height: 39px;
    font-weight: normal;
    color: #333333;
    opacity: 0.35;
}

.realestate-search-style1-container .search-form-fields .cwp-search-field:nth-child(3) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*Realestate Search Style 2*/

.realestate-search-style2-container .cwp-search-form {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 0 0 0;
}

.realestate-search-style2-container .search-form-fields {
    background-color: var(--white-700);
    border-radius: 25px;
    padding: 5px;
    flex-wrap: nowrap;
}

.realestate-search-style2-container .search-form-fields .cwp-search-field,
.realestate-search-style2-container .search-form-fields .realestate-form-field {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.realestate-search-style2-container .search-form-fields .cwp-submit-search {
    margin: 0 0 0 0;
    background-color: var(--primary-color);
    color: var(--primary-font-color);
    font-size: 15px;
    min-height: 40px;
    transition: var(--transition);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
}

.realestate-search-style2-container .search-form-fields .cwp-submit-search:hover {
    background-color: #F7F7F7;
    color: var(--primary-color);
}

.realestate-search-style2-container .search-form-fields .cwp-submit-search:before {
    content: var(--search-icon-code);
    font-family: var(--icons-font);
    color: var(--primary-font-color);
    transition: var(--transition);
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px 0 0;
    position: relative;
    bottom: -1px;
}

.realestate-search-style2-container .search-form-fields .cwp-submit-search:hover:before {
    color: var(--primary-color);
}

.realestate-search-style2-container .search-form-fields .cwp-search-field:not([data-name=s], [data-name=realestate_ad_condition], [data-name=realestate_automotive_condition], [data-name=realestate_property_ad_purpose]),
.realestate-search-style2-container .search-form-fields .cwp-search-field>label,
.realestate-search-style2-container .search-form-fields .cwp-search-field .cwp-radio-container>label {
    display: none;
}

.realestate-search-style2-container .search-form-fields .cwp-search-field input::placeholder {
    font-size: 17px;
    line-height: 39px;
    font-weight: normal;
    color: #333333;
    opacity: 0.35;
}

.realestate-search-style2-container .search-form-fields .cwp-search-field input {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px;
    border-color: transparent;
    font-size: 17px;
    line-height: 39px;
    font-weight: normal;
    border-radius: 30px;
    color: var(--heading-color);
}

.realestate-search-style2-container .search-form-fields .cwp-search-field input:focus {
    box-shadow: none;
}

.realestate-search-style2-container .search-form-fields .cwp-search-field[data-name=realestate_ad_condition],
.realestate-search-style2-container .search-form-fields .cwp-search-field[data-name=realestate_automotive_condition],
.realestate-search-style2-container .search-form-fields .cwp-search-field[data-name=realestate_property_ad_purpose] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
}

.realestate-search-style2-container .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container {
    background-color: transparent;
    border: none;
    margin: 0 0 0 0;
}

.realestate-search-style2-container .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container li:first-of-type .cwp-field-radio label {
    border: none;
}

.realestate-search-style2-container .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal !important;
    color: var(--primary-font-color) !important;
    min-width: 90px;
    height: auto;
    min-height: 30px;
}

.realestate-search-style2-container .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio input[type=radio]:checked~label {
    font-weight: 600 !important;
}

.realestate-search-style2-container .cwp-field-radio-toggle.cwp-search-field .cwp-field-radio-container .cwp-field-radio label:after {
    height: 2px !important;
    top: unset !important;
    bottom: 2px !important;
    border-radius: 0 !important;
}

.realestate-search-style2-container .search-form-fields .cwp-search-field[data-name=s] {
    width: calc(100% - 108px) !important;
}

.realestate-search-style2-container .search-form-fields .cwp-field-button {
    width: 108px !important;
}

@media only screen and (min-width: 991px) {
    .realestate-website-promotion-container {
        margin: 0 auto;
        width: 90%;
    }

    .realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details {
        width: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .realestate-featured-items-container .realestate-featured-item {
        padding: 15px;
    }

    .realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details h1 {
        margin: 0 0 10px 0;
    }

    .realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details p {
        margin: 0 0 15px 0;
    }

    .realestate-featured-items-container .realestate-featured-item .realestate-featured-item-details button {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .realestate-multi-search-style-2 {
        padding: 20px 25px 90px;
    }

    .realestate-multi-search-style-2 .realestate-search-tab-info {
        bottom: 80px;
    }

    .realestate-multi-search-style-2 .realestate-multi-search-tab-content .cwp-search-form .cwp-field-button {
        bottom: 25px;
    }

    .realestate-multi-search-style-2 .realestate-multi-search-tabs .realestate-multi-search-tab-btn {
        min-width: 78px;
        height: 34px;
        font-size: 12px;
        line-height: 15px;
        margin: 0 8px 10px 0;
    }

    .realestate-multi-search-style-2 .realestate-multi-search-have-tabs [data-name="realestate_ad_condition"],
    .realestate-multi-search-style-2 .realestate-multi-search-have-tabs [data-name="realestate_automotive_condition"],
    .realestate-multi-search-style-2 .realestate-multi-search-have-tabs [data-name="realestate_property_ad_purpose"] {
        position: initial;
    }

    .realestate-multi-search-style-2 .realestate-search-tab-info p {
        font-size: 11px;
    }

    .realestate-multi-search-style-2 .realestate-multi-search-tabs {
        margin-bottom: 8px;
    }

    .realestate-multi-search-style-2 .realestate-search-tab-info {
        bottom: 75px;
        font-size: 11px;
    }

    .realestate-featured-items-container .realestate-featured-item {
        padding: 4px;
    }

    .realestate-multi-search-style-1 .realestate-multi-search-tab-btn {
        min-width: 74px;
        height: 32px;
        line-height: 17px;
    }
}


/* categories and locations  */

.real-estate-categories-item {
    margin-bottom: 37px;
    padding: 0 2px;
}

.real-estate-categories-item .RE-categories-thumbnail {
    height: 189px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    transition: var(--transition);
    border: 3px solid var(--white-700);
}

.real-estate-categories-item .RE-categories-thumbnail:hover {
    box-shadow: 1px 13px 20px 0px #d7d7d78c;
}

.real-estate-categories-item .RE-categories-thumbnail a img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    object-fit: cover;
}
.real-estate-categories-item:hover .RE-categories-thumbnail img {
    transform: scale(1.05) rotate(1deg);
}
.real-estate-categories-item .RE-categories-thumbnail a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.real-estate-categories-item .RE-categories-details {
    text-align: center;
}



.real-estate-categories-item .RE-categories-details a .item-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--primary-font-color);
    transition: var(--transition);
    margin-bottom: 7px;
}
.real-estate-categories-item .RE-categories-details a .item-title:hover{
    color: var(--a-hover-color);
}
.real-estate-categories-item .RE-categories-details p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
    color: var(--primary-font-color);
    opacity: 0.6;
}

/* realestate locations  */
/* real-estate-location */


.real-estate-location .real-estate-location-post-slider .slick-list.draggable {
    overflow: inherit;
}

.real-estate-location .real-estate-location-post-slider .slick-track {
    height: 461px;
}

.real-estate-location .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.real-estate-location .RE-location-post {
    position: relative;
    height: 444px;
    border-radius: 5px;
    background: #d3d3d3;
    overflow: hidden;
    margin: 12px 0;
}

.real-estate-location-post-slider .RE-location-post {
    margin: 0 10px;
}

.real-estate-location-post-slider.boxed_layout .slick-list.draggable {
    overflow: hidden;
}

.real-estate-location .RE-location-post:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.real-estate-location .RE-location-post:hover .RE-location-post-text h3,
.real-estate-location .RE-location-post:hover .RE-location-post-text p {
    color: #fff;
}

.real-estate-location .RE-location-post:hover .RE-location-post-layer {
    transform: translateY(0);
}

.real-estate-location .RE-location-post-thumbnail a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.real-estate-location .RE-location-post-thumbnail img {
    width: 100%;
    height: 444px;
    object-fit: cover;
}

.real-estate-location .RE-location-post-text {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}

.real-estate-location .RE-location-post-text h3 {
    color: var(--primary-font-color);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
}

.real-estate-location .RE-location-post-text p {
    color: var(--primary-font-color);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.RE-location-post-layer {
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    transition: 0.3s;
    transform: translatey(-100%);
}

/* Change the dots of slick slider*/
.real-estate-location .slick-dotted.slick-slider .slick-dots li button {
    background-color: #000;
    opacity: .25;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li.slick-active button {
    opacity: .75;
    background-color: #000;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li button::before {
    font-size: 0px;
    display: none;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots {
    margin-top: 20px;
    position: static;
}

/* realestate elementor slider  */
.realestate-elementor-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 999999;
}
.realestate-elementor-slider .slick-dots button {
    color: #fff0;
    text-align: center;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: #EEE;
    margin: 0 14px;
    width: 5px;
    font-size: 0;
    height: 5px;
    border-radius: 50%;
}
.realestate-elementor-slider .slick-active button {
    background: var(--primary-color);
}
.tab-content button.nav-link {
    display: flex;
    padding: 10px 20.22px 11.53px 17px;
    align-items: flex-start;
    border-radius: 93px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    color: #757575;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.54px;
    margin-right: 20px;
}
.tab-content .realestate-items-metas-tabs {
    margin-bottom: 30px;
    border: unset;
}
.tab-content .realestate-items-tab-btn.active {
    border-color: #fff0;
    background: var(--primary-font-color);
    color: #fff;
}
/* blog style 3  */
 
/* footer elementor style news letter 1  */
.realestate-footer-news-letter1 .cwp-frontend-section-heading-container{
    display: none;
}

.realestate-footer-news-letter1 form {
    display: flex;
    background: var(--white-700);
    justify-content: space-between;
    border-radius: 50px;    padding: 6px;
}
.realestate-footer-news-letter1 .cwp-frontend-form-container input[type=submit] {
    float: unset;
    width: 94px;
    height: 36px;
    background: #1F1B30;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
}


.realestate-footer-news-letter1 form .cwp-frontend-section-container {
    margin: 0;
    padding: 0;
}
.realestate-footer-news-letter1 form .cwp-frontend-section-container .cwp-field-container.cwp-field-email.form-group.realestate-form-field {
    padding: 0 !important;
    margin: 0 !important;
    flex-direction: row;
}


.realestate-footer-news-letter1 .tab-content {
    width: calc(100% - 100px);
    border-radius: 15px;
    overflow: hidden;

} 
.realestate-footer-news-letter1 form .cwp-frontend-section-container .cwp-field-container.cwp-field-email.form-group.realestate-form-field input {
    margin: 0;
    padding: 0 29px;
    border: unset;
    height: 36px !important;
    width: 100%;
    min-height: 34px !important;
    color: #1F1B30;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

  

/* footer elementor style news letter 2  */
.realestate-footer-news-letter2   .cwp-frontend-section-heading-container{
    display: none;
}

.realestate-footer-news-letter2  form {
    display: flex;
    background: #fff0;
    justify-content: space-between;
}
.realestate-footer-news-letter2 .cwp-frontend-form-container input[type=submit] {
    height: 49px;
    border-radius: 8px;
    border: 1px solid #2B5CFD;
    background: #2B5CFD;
    display: flex;
    width: 128.58px;
    padding: 12.008px 24.69px 12.008px 24.89px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.realestate-footer-news-letter2  form .cwp-frontend-section-container {
    margin: 0;
    padding: 0;
}
.realestate-footer-news-letter2  form .cwp-frontend-section-container .cwp-field-container.cwp-field-email.form-group.realestate-form-field {
    padding: 0 !important;
    margin: 0 !important;
    flex-direction: row;
}


.realestate-footer-news-letter2  .tab-content {
    width: calc(100% - 100px);
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;

} 
.realestate-footer-news-letter2   .cwp-frontend-section-container .cwp-field-container.cwp-field-email.form-group.realestate-form-field input {
    height: 49px !important;
    display: flex;
    width: 100%;
    padding: 16px 16px 15px 16px;
    border-radius: 8px;
    background: #FFF;
    color: #757575;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #E5E7EB;
    line-height: normal;
    border: unset;
    margin: 0;
}

/* realestate element posts slider styles  */

.real-estate-team-slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    gap: 5px 15px;
}

.real-estate-team-slider-arrows span {
    width: 24px;
    height: 24px;
    background: #E5E7EB;
    color: var(--primary-font-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.real-estate-team-slider-arrows span:hover{
    background: var(--primary-color);
    color: var(--white-700);
}

.realestate-post-items-slider .realestate-item {
    margin: 20px 10px;
}
.realestate-post-items-slider {
    cursor: all-scroll;
}
.real-estate-agent-team-slider-arrows {
    display: flex;
    justify-content: center;
}
.realestate-post-items-slider .slick-dots button {
    background: #EEE;
    width: 10px;
    height: 2px;
    transition: var(--transition);
    border-radius: 50%;
}


.realestate-post-items-slider .slick-dots .slick-active button {
    background: var(--primary-color);
    width: 12px;
    height: 12px;
}