:root {
    --rh-global-color-primary: #05243b;
    --rh-global-color-link-hover: #05243b;
    --e-global-color-5478cc0: #05243b !important;
}
.elementor-4904 .elementor-element.elementor-element-fdc502c .rhea-ultra-nav-box .rhea-ultra-owl-dots button:after {
    background: #2a4759;
}

body {
    background: #FAF9F8;
}

#trp-floater-ls.trp-bottom-right {
    /* display: none; */
}

section.banner_grid_section {
   padding: 40px 1%;
}

.banner_flex_wrapper {
    display: flex;
    gap: 10px;
    position: relative;
}
.banner_flex_wrapper .rh-ultra-property-thumb-box {
    top: 0;
        height: fit-content;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8015581232) 100%); */
    background: transparent;
        padding: 10px;
}
.banner_flex_wrapper .rh-ultra-action-buttons {
    display: flex;
    -moz-column-gap: 5px;
    column-gap: 5px;
    background: #fff;
        padding: 10px;
    border-radius: 100px;
}
.total--count--image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: #05243b;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-wrap: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    cursor: pointer;
}

.total--count--image svg {
    width: 22px;
}
.banner_flex_wrapper .share-this.sharer-0 {
    position: absolute;
    right: 10px;
}

.banner_flex_wrapper  a.rh_trigger_compare.add-to-compare.rh-ui-tooltip {
    display: block;
}

.banner_flex_wrapper .rh-ultra-property-thumb-container {
    justify-content: end;
}

.banner_flex_wrapper {
    display: flex;
    gap: 10px;
}

.left_gallery_box {
    width: 40%;
}

.right_gallery_box {
    width: 60%;
}
.right_gallery_box .figure_box {
    height: 248px;
}
.image_grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
}

.figure_box {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 100%;
}
.top--content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.rh-ultra-property-content-box div#video {
    display: none;
}
.listed--Probox{
display: flex;
flex-direction: row;
gap: 20px;
margin-top: 20px;
align-items: center;
flex-wrap: wrap;
}
.top--Rightcontent h5
 {
    margin-bottom: 0px;
font-size: 12px;
}
.figure_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 2s,transform 2s;
}

.figure_box:hover img {
    transform: scale(1.1);
}

.popup_button {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10.417vw, 1fr));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.042vw;
    gap: 8px;
    background: rgb(5 36 59 / 61%);
    backdrop-filter: blur(4px);
}

.popup_button .button_box {
   display: flex;
    /* background: #fff; */
    padding: 1.146vw 0.521vw;
    /* border-radius: 8px; */
    /* border: 1px solid #05243b; */
    gap: 6px;
    align-items: center;
    transition: all .3s linear;
    border-right: 1px solid rgb(255 255 255 / 19%);
    justify-content: center;
}
.popup_button .button_box:nth-last-child(1) {
    border-right: none;
}

span.buttonicon {
    background: #fff;
    width: 2.188vw;
    height: 2.188vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

span.buttonicon svg {
    width: 1.354vw;
     transition: all .3s linear;
}

span.buttontext {
       color: #ffffff;
    font-weight: 600;
    font-size:0.833vw;
    transition: all .3s linear;
}

.button_box:hover {
    background: #05243b;
}

.button_box:hover span.buttontext {
    color: #fff;
}

.button_box:hover svg path {
    fill: #fff;
}

/*.image_label_box {
        position: absolute;
    top: 12px;
    left: 12px;
    background: #05243bbd;
    border-radius: 12px;
    padding: 15px;
    z-index: 1;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90%;
    backdrop-filter: blur(10px);
}*/
.rh-ultra-prop-card-meta {
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 0px;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
.details--menu.active--list {
    position: relative;
}
.details--menu.active--list::before {
    background-color: rgb(5 36 59);
    border-radius: 4px 4px 0px 0px;
    bottom: -10px;
    content: "";
    display: block;
    height: 4px;
    left: 0px;
    position: absolute;
    width: 100%;
}
.image_label_box h3, .top--brief h3 {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.content_tab {
    display: none;
}

.content_tab.active {
    display: block;
}

.popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 51%);
    padding: 22px;
    visibility: hidden;
    display: none;
    opacity: 0;
}
.popup_wrapper.active{
    visibility: visible;
    display: block;
    opacity: 1;
}

.popup_box {
    background: #FAF9F8;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.popup_header {
    background: #fff;
    display: flex;
    padding: 14px;
    justify-content: space-between;
    align-items: center;
}
i.fa-solid.fa-heart.heart-red {
    color: #b41412;
}
ul.tabs-menu li a svg {
    width: 20px;
    margin-right: 8px;
}
.left_pop_head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pop_close svg {
    width: 26px;
    cursor: pointer;
}

ul.tabs-menu {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

ul.tabs-menu li {
    margin: 0;
}

ul.tabs-menu li a {
    padding: 12px 16px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
}
ul.tabs-menu li a:hover,
ul.tabs-menu li.active a{
    background-color: #efefef;
}

ul.tabs-menu li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: -100%;
    border-radius: 100px;
    display: none;
}

.top-contentWrapper {
    padding-bottom: 40px;
}
.popup_content_body {
    overflow-y: scroll;
    height: 100%;
}

.popup_content_body .tabs-content {
    margin: 0 auto;
    /* width: 76.042vw; */
    padding: 2% 0;
    padding-bottom: 158px;
}
#photos,
#floor {
    width: 76.042vw;
    margin: 0 auto;
}
#tour,
#redesign,
#street {
    width: 100%;
    padding: 0 2%;
}

.pop_photo_box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.grid_gallery {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

aside.price_aside_box {
    width: 30%;
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    position: sticky;
    top: 26px;
}
.grid_gallery figure {
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
}
.grid_gallery figure:nth-child(1),
figure.full-width {
    grid-column: span 2;
    grid-row: span 2;
}

.grid_gallery figure img{
    width: 100%;
    height: 100%;
}

.price_box ul {
    display: flex;
    gap: 14px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}
.price_box small {
    font-size: 14px;
}

.price_box ul li {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding-left: 14px;
    margin: 0;
}

.price_box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    background: #222;
    border-radius: 100px;
    transform: translateY(-50%);
}
.price_box ul li:first-child {
    padding-left: 0;
}
.price_box ul li:first-child:before{
    display: none;
}
.request-tour a {
    padding: 11px 16px;
    border-radius: 9px;
}

.price_title {
    color: #222;
    margin-bottom: 10px;
}

.tour_box iframe
 {
    height: 600px;
    border-radius: 20px;
}

.flex_gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.flex_gallery figure {
    width: calc(100% / 5 - 16px);
    margin-bottom: 0;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.flex_gallery figure img {
    width: 100%;
    height: 100%;
}

.hide-overflow{
overflow-y: hidden;
}

div#similar-properties {
    margin: 0;
    gap: 16px;
}
.rh-ultra-property-card {
    background: #fff;
    box-shadow: 1px 2px 30px -21px #ccc;
    border-radius: 22px;
    padding: 11px;
}

.graph_circle svg,
.mc_left_side svg {
    height: unset;
    width: unset;
}
.show_more_para_box p{
    color: #222;
}

 .short-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.show-more {
    color: #05243b;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.show-more svg {
    fill: #05243b;
    width: 18px;
    height: 18px;
}

.enquiry_btn {
   background: #05243b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 8px;
    text-transform: capitalize;
    border: 2px solid #fff;
}
.enquiry_btn > br{
    height: 2px !important;
}
.enquiry_btn:hover{
    background: transparent;
    color:  #05243b;
    border: 2px solid #05243b;
}
.aside_info_box {
    gap: 0;
}

.aside_info_box small {
    margin: 6px 0 10px 0;
    font-size: 13px;
}
.q_box ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

.q_box ul li {
    width: calc(100% / 2);
    padding: 2px 10px;
    margin: 0;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
}

.q_box {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.q_box ul li a {
    color: #05243b;
    font-weight: 700;
    font-size: 16px;
}

.q_box ul li:nth-last-child(1) {
    border-right: 0;
}

a.enquiry_btn.offer_btn {
    color: #05243b;
    background: transparent;
    border: 1px solid #05243b;
}
a.enquiry_btn.offer_btn:hover {
    color: #fff;
    background: #05243b;
    border: 1px solid  #05243b;;
}
.map_tabs_wrapper {
    margin-top: 28px;
}
.map_tabs_wrapper .tabs-menu li {
    margin: 0;
    width: calc(100% / 3);
}
.map_tabs_wrapper .tabs-menu li a {
    padding: 6px 16px;
    font-size: 16px;
    display: block;
    text-align: center;
    overflow: hidden;
}
.map_tabs_wrapper .tabs-menu li a:before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background: #05243b;
    display: block;
    transform: rotateY(90deg);
    transition: all .3s linear;
}
.map_tabs_wrapper .tabs-menu{
    border-bottom: 1px solid #ccc;
}

.map_tabs_wrapper .tabs-menu li a:hover, .map_tabs_wrapper .tabs-menu li.active a {
    background-color: transparent;
}
.map_tabs_wrapper .tabs-menu li.active a:before{
   transform: rotateY(0deg);
}
.map_tabs_wrapper .tabs-menu li.active  a{
    color: #05243b;
}

.inner-content_tab {
    display: none;
}
.inner-content_tab.active {
    display: block;
}
ul.inner-tabs-menu {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 22px;
    margin-top: 20px;
    flex-wrap: wrap;
}

ul.inner-tabs-menu li {}

ul.inner-tabs-menu li a {
   border: 1px solid #d1d1d1;
   color: #4e4e4e;
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
}
span.tab--num {
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    background: #E9E9E9;
    border-radius: 100px;
    color: #222;
    font-size: 12px;
}
.inner-tabs-menu li.active a .tab--num {
    color: #05243b;
    background: #fff;
}

.inner-tabs-menu li.active a,
.inner-tabs-menu li:hover a {
    border-color: #05243b;
    background: #05243b;
    color: #fff;
}

.school--item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

span.list--more svg {
    height: 20px;
    width: 20px;
}

.list--heading {
    flex-grow: 1;
}

.school--list-flex {display: flex;flex-direction: column;gap: 10px;}

.school--item:nth-last-child(1) {
    border-bottom: 0;
}

span.list--total {
    font-size: 20px;
    margin-right: 18px;
}

.list--heading p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

small.list-description {
    font-size: 15px;
    color: #818181;
}

.school--item:hover .list--total, .school--item:hover .list--total strong, .school--item:hover .list--heading p, .school--item:hover .list-description, .school--item:hover .list--more svg {
    color: #05243b;
    fill: #05243b;
}
.places--nav {
    gap: 8px !important;
    /* max-width: 25.521vw; */
}
.rh_property__mc_wrap .rh_property__mc .rh-mc-slider-fields {
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: none;
}
.rh_property__mc_wrap .rh_property__mc .mc_right_side {
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.rh_property__mc_wrap .rh_property__mc .mc_cost_graph_circle .mc_cost_over_graph {
    background: #f6f6fa;
}
.rh_property__mc_wrap .rh_property__mc .rh_mc_field .rh_form__item .bootstrap-select .dropdown-toggle,
.rh-ultra-form-field-wrapper
 {
    box-shadow: none;
}
span.list--icon svg
 {
    width: 28px;
    height: 28px;
    background: #05243b;
    fill: #fff;
    padding: 5px;
    border-radius: 5px;
}
.places_wrapper .school--item {
align-items: flex-start;
    gap: 14px;
        cursor: unset;
}
.school--list-flex.places_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 18px;
}
.transport_wrapper {
    margin-top: 22px;
}
span.transit_num {
    background: #222;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
span.transit_num.green-line {
    width: auto;
    background: green;
}

.places_wrapper .school--item:nth-last-child(1) {
    border-bottom: 1px solid #ccc;
}
ul.tabs-menu> li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
}

/* .rh_property__mc_wrap .rh_property__mc .mc_cost_graph_circle .mc_graph_svg .mc_graph_interest,
.rh-ultra-stroke-dark {
    stroke: #05243b;
}
.rh-ultra-dark {
    fill: #05243b;
} */
div#rhea_slider_6cbd677 {
    flex-wrap: wrap;
}
.rh-ultra-properties-half-map .rh-ultra-half-map {
    width: 45%;
}
.rh-ultra-properties-half-map .rh-ultra-half-map-list {
    max-width: 100%;
    width: 55%;
    padding: 0;
}
.rh-ultra-properties-half-map .rh-ultra-half-map-list .rh-page-head {
    margin-bottom: 0;
    display: none;
}
.rh-ultra-half-layout-grid .rh-ultra-property-card {
    margin-bottom: 0 !important;
}
.rhea_ultra_search_form_wrapper.rhea-search-form-1 .rhea-ultra-search-form-inner {
    padding: 25px 15px 15px;
    box-shadow: none;
    border-radius: 0;
}
.rh-ultra-list-box {
    padding: 0 3%;
}
.rh-ultra-property-card.rh-half-map-card {
    /* padding: 0;
    flex-direction: column; */
    margin-bottom: 0;
}
.rh-ultra-half-layout-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.rh-ultra-half-layout-grid > div{
    width: 100%;
}
.rh-ultra-half-layout-grid .rh-ultra-list-card-thumb {
    width: 100%;
    position: relative;
    height: 300px;
}

.rhea_ultra_search_form_wrapper .bootstrap-select.rhea_multi_select_picker>.dropdown-toggle, .rhea_ultra_search_form_wrapper .bootstrap-select.rhea_multi_select_picker_location>.dropdown-toggle, .rhea_ultra_search_form_wrapper .bootstrap-select.inspiry_select_picker_trigger>.dropdown-toggle {
    background: #f6f6f6;
}
.pagination, .rh_pagination, .rh_filter_pagination {
    padding-top: 30px;
    padding-bottom: 30px;
}


.rh-ultra-half-layout-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
span.rhea_open_more_features_outer {
    display: none !important;
}



.rh-ultra-card-detail-wrapper .rh-ultra-property-title a
 {
    font-size: 22px;
}
.rh-ultra-price-meta-box {
    flex-direction: column-reverse;
    align-items: flex-start;
}

span.ere-price-display {
    font-size: 20px !important;
}
.rh-ultra-status-box a, .rh-ultra-status-box span {
    font-size: 16px;
    z-index: 1 !important;
}
.image_label_box {
      position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    border-radius: 20px 20px 0px;
    padding: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90%;
    box-shadow: 10px 10px 0px #05243b;
    outline: 1px solid #ddd;
    outline-offset: -10px;
}
svg.heart-red path.rh-ultra-light {
    fill: #f49999;
}

svg.heart-red path.rh-ultra-dark {
    fill: #ea3d3d;
}

.image_label_box span.price--amount, .top--brief span.price--amount{
    font-size: clamp(20px, 3vw, 42px);
    font-weight: 600;
    color: #05243b;
    line-height: 1;
}
span.price--Permeter
 {
    padding: 3px 7px;
    background: #f6f6fa;x
    display: inline-block;
    border: 1px solid #05243b;
    border-radius: 8px;
    color: #000;
}
.image_label_box h3, .top--brief h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #05243b;
    text-transform: uppercase;
}
.price--Permeter strong
 {
    color: #05243b  
    font-size: 18px;
}
.top--brief {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.image_label_box span.price--Permeter
 {
    color: #05243b;
    font-size: 18px;
}
.pagination a, .rh_pagination a, .rh_filter_pagination a {
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.rh-properties-card-meta-ultra {
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.rh-ultra-card-col-3 > div {
    width: calc(100% / 2 - 8px);
}
.rh_ultra_prop_card__meta {
    background: rgb(246, 246, 250);
    border: 1px solid #ccc;
}
.rh_ultra_prop_card_meta_wrap{
        z-index: -1 !important;
}

.date-pop-up-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    background: rgb(0 0 0 / 90%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.date-pop-up-box.active{
    display: flex;
}

.date-pop-up-box .pop_close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.date-pop-up-box .pop_close svg {
    fill: #fff;
    width: 56px;
    height: 60px;
}


.popup--body {
    background: #fff;
    /* width: 100%; */
    /* height: 100%; */
    /* margin: 19%; */
    padding: 2%;
    border-radius: 10px;
}



label.form-label {
    font-weight: 600;
}

input.form-control {
    background: #ffffff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 100px;
}


.left_gallery_box .figure_box {
    height: 506px;
}

.enquiry_btn span {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.details p, .heading p {
    min-height: 70.1px !important;
    overflow-x: auto;
    text-wrap-mode: wrap;
    display: flex;
    align-items: center;
}.rh_sat_field.tour-type .middle-fields .tour-field input:checked + label {
    color: #fff !important;
}
input#schedule-submit:hover {
    background: transparent;
}
.rhea-ultra-property-card-two-footer
 {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}
.sell--btn a.elementor-button {
    background: #05243b;
    padding: 15px 18px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #05243b;
}
.sell--btn a.elementor-button:hover {
    background: transparent;
    color: #05243b;
    border: 1px solid #05243b;
}
.height--even .owl-stage {
    display: flex;
}

.height--even .owl-stage .rhea-ultra-property-card-two-wrapper {
    height: 100% !important;
}

.height--even .owl-stage .rhea-ultra-property-card-two-wrapper .rhea-ultra-property-card-two {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.height--even .owl-stage .rhea-ultra-property-card-two-wrapper .rhea-ultra-property-card-two .rhea-ultra-property-card-two-content {
    /* height: 100% !important; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.login-with-socialmedia a {
    background: #05243b !important;
    border: 1px solid #05243b !important;
}
.login-with-socialmedia a:hover,
.seprator,
.rh_forget_password_trigger {
    color: #05243b !important;
    background-color: transparent !important;
}

img.login-popup-logo {
    width: 150px;
    margin: 0 auto;
}
.rh_login_blog_name {
    text-align: center;
}
.e-form__buttons [type=submit]
 {
    background: #05243b!important;
}
.e-form__buttons [type=submit] .elementor-button-text,
.e-form__buttons [type=submit]:hover .elementor-button-text
 {
    color: #fff !important;
}
.newalatter-form .e-form__buttons button {
    background: #fff !important;
    padding: 12px 10px !important;
    min-height: unset !important;
    border-radius: 100px !important;
}
.newalatter-form .e-form__buttons button .elementor-button-text{
    color: #05243b !important;
}
.newalatter-form .e-form__buttons button:hover{
    background: #2a4759 !important;
    color: #fff !important;
}


.aside-blog
 .elementor-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.aside-blog .elementor-grid .elementor-post__card {
    box-shadow: none;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 12px;
    border-radius: 11px;
    background: #faf9f8;
    background-color: #fff !important;
    padding: 16px;
    border-radius: 10px;
}

.aside-blog article{
    box-shadow: none;
}

.aside-blog .elementor-grid a.elementor-post__thumbnail__link {
    margin-bottom: 0;
    width: 100px !important;
    height: 54px;
    border-radius: 8px !important;
    overflow: hidden;
}

.aside-blog .elementor-grid .elementor-post__text {
    padding: 0;
    margin: 0 !important;
}

.aside-blog .elementor-grid h3.elementor-post__title {
    margin-bottom: 0;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside-blog .elementor-grid .elementor-post__badge {
    margin: 0 !important;
    display: none;
}

.rh_login_modal_messages {
    padding: 9px !important;
    position: unset;
    background: #015a24f2;
    margin-top: 21px;
}


.dashboard-sidebar .dashboard-menu i {
    color: #05243B;
}
.dashboard-sidebar .dashboard-menu a:hover, .dashboard-sidebar .dashboard-menu>li.current>a, .dashboard-sidebar .dashboard-menu .current.has-submenu>a {
    border-color: #05243B;
}
.btn-secondary{
    background-color: #05528b;
}
.btn-secondary:hover{
    background-color: #05243B;
}
.btn-primary:hover{
    background-color: #05528b;
}
.rh-user-account .rh-user-links-dropdown {
    border-top: 4px solid #05243B;
}
.rh-user-account .rh-user-links-dropdown a:hover,
.rh-user-account .rh-user-links-dropdown a:hover svg,
.rhea_modal .rhea_modal__wrap .rhea_modal__dashboard .rhea_modal__dash_link:hover svg {
    color: #05243B;
    fill: #05243B;
}
.ere-ultra-side-properties-wrapper .owl-stage {
    padding-bottom: 0 !important;
}



.publish-btn a,
.add--property button,
.dashboard-posts-list-bottomnav .rh_pagination a.current,
.dashboard-sidebar .dashboard-menu .submenu li.current>a:before {
    background-color: #05243b !important;
}
.publish-btn a:hover,
.add--property button:hover,
.dashboard-posts-list-bottomnav .rh_pagination a:hover,
.dashboard.hide-sidebar .dashboard-sidebar .dashboard-menu li .menu-item-name,
.dashboard.hide-sidebar .dashboard-sidebar .dashboard-menu li .menu-item-name:before,
.dashboard.hide-sidebar .dashboard-sidebar .dashboard-menu li.has-submenu .submenu:before,
.rh-user-account .rh-user-links-dropdown a.current:after {
    background-color: #07497b !important;
}
.post-ad-btn a,
.add--property .accordion-step.active .accordion-header span {
    color: #05243b !important;
    border-color: #05243b !important;
}
.post-ad-btn a:hover {
    color: #fff !important;
    background: #07497b !important;
    border: 2px solid #07497b !important;
}
.add--property .accordion-step.active .accordion-header,
.dashboard.hide-sidebar .dashboard-sidebar .dashboard-menu li.has-submenu .submenu li {
    border-color:  #05243b !important;
}

.add--property .accordion-step.active .accordion-header {
    border-bottom-color: #eee !important;
}

span.property-status-tag.property-status-tag-draft {
    background: #827f7f !important;
}
.property-meta-icon svg {
    fill: #05243b;
    width: 15px !important;
}

.preview i,
.post-actions-wrapper a:hover,
.post-actions-wrapper a:hover i,
.rhea_modal .rhea_modal__wrap a:hover {
    color: #05528b !important;
}

.edit i {
    color: #1ea02c !important;
}

.delete i {
    color: #e50a0a !important;
}
span.property-date {
    color: #827f7f !important;
}
.property-info-wrap .property-title a {
    font-weight: 700;
}

.post-actions-wrapper a {
    color: #827f7f !important;
    font-weight: 700;
}
.dashboard-no-items .icon-wrap svg {
    fill: #05528b;
}
.dashboard-no-items h3,
.dashboard-no-items p {
    color: #05528b;
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.height--even .owl-stage {
    display: flex;
}

.height--even .owl-stage .rhea-ultra-property-card-two-wrapper {
    height: 100% !important;
}

.height--even .owl-stage .rhea-ultra-property-card-two-wrapper .rhea-ultra-property-card-two {
    height: 100%;
}
/*#dashboard-menu .menu-item-name {
    color: #ffffff !important;
}*/

button.select2-selection__clear {
    background: transparent !important;
}

.dropzone .dz-preview .dz-remove {
    color: #ed0707 !important;
}

.select-2-multiple-custom+span.select2-container--default span.selection span {
    background: transparent;
}

.mce-toolbar .mce-ico {
    color: #fff;
}

.rhea_ultra_search_form_wrapper .bootstrap-select.rhea_multi_select_picker_location>.dropdown-toggle {
    border-radius: 3rem;
}

.dropzone .dz-message .dz-button {
    background-color: #fff !important;
    color: #05243b;
    border-radius: 3rem;
    padding: 5px 10px;
    border: 1px solid #05243b;
}

.select-2-multiple-custom+span.select2-container--default span.selection span>button.select2-selection__clear {
    background: transparent !important;
}

.rhea-search-form-2 .rhea-fields-box {
    padding-inline: 20px;
}

/***Archive New Style*****/
.current-location svg {
    width: 24px;
    height: 24px;
}
.bedroomsBoxselect, .bathroomsBoxselect {
    padding: 12px 16px;
}
.searchbar-container .dropdown-results.active #default-block {
    padding: 0px;
}
.bedroomsBoxselect .radio-group, .bathroomsBoxselect .radio-group{
    margin: 0px 0px;
    display: flex;
    width: fit-content;
}

.bedroomsBoxselect .radio-group input[type="radio"], .bathroomsBoxselect .radio-group input[type="radio"] {
    display: none;
}
.bedroomsBoxselect .radio-group label, .bathroomsBoxselect .radio-group label {
    line-height: 1.3;
    border: 1px solid #ccc;
    padding: 8px 16px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    flex: 1;
    transition: 0.3s ease;
    font-weight: 400;
    white-space: nowrap;
}
.bedroomsBoxselect .radio-group input[type="radio"]:checked+label, .bathroomsBoxselect .radio-group input[type="radio"]:checked+label {
    border-color: #05243b;
    color: #05243b;
    font-weight: 500;
    background: #f6f6fa;
}
.sidebar--Boxselect .radio-group{
    margin: 0px 0px;
    display: flex;
    width: fit-content;
}

.sidebar--Boxselect .radio-group input[type="radio"] {
    display: none;
}
.sidebar--Boxselect .radio-group label {
    line-height: 1.3;
    border: 1px solid #ccc;
    padding: 8px 16px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    flex: 1;
    transition: 0.3s ease;
    font-weight: 400;
    white-space: nowrap;
}
.sidebar--Boxselect .radio-group input[type="radio"]:checked+label {
    border-color: #05243b;
    color: #05243b !important;
    font-weight: 500;
    background: #f6f6fa;
}
.filter-dropdown-box h3 {
    padding: 12px 0px !important;
    text-transform: capitalize;
    padding: 0px !important;
}

.bedroomsBoxselect p, .bathroomsBoxselect p {
    margin: 0px;
}
.dropdown-container.btn--apply {
    padding: 16px !important;
}
.property--typesList {
    padding: 0px 16px 12px;
}
.filter-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 8px;
}

.filter-title {
    font-weight: bold;
    color: #1a1a1a;
}
.filter-header svg
 {
    width: 24px;
}
.slider-container > div {
    padding: 0px 16px;
}
.inspiry_half_map_header_wrapper .container .range-values input {
    width: 100%;
    min-width: 100px !important;
    border: 1px solid #05243b;
    background: #f6f6fa;
}
.minmax--Dropdown select {
    padding: .7rem;
    border-color: #031726;
    font-weight: 500;
    border-radius: 5px;
    color: #596b82;
    background: #f6f6fa;
}
.minmax--Dropdown select:focus, .minmax--Dropdown select:hover {
    background: #fff !important;
}
.minmax--Dropdown {
    width: 100%;
    display: flex;
    gap: 8px;
}
select#sort-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border: 1.5px solid #d1d5db;
    color: #374151;
    font-size: 16px;
    margin: 0px;
    background: #f6f6fa;
    margin-left: 10px;
    border-radius: 30px;
}
.details--menu-wrapper {
    animation-duration: 1s;
    animation-name: animated;
    position: fixed;
    top: 80px;
    transition: top 0.2s;
    width: 100%;
    left: 0px;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid rgb(209, 209, 213);
    gap: 0px;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 17%);
    margin-bottom: 20px;
    display: none;
    z-index: 2;
}
.details--menu-wrapper.newClass {
    display: flex;
}
.details--menu a {
    position: relative;
    /* padding: 10px 25px; */
}

.details--menu {
    padding: 10px 25px;
}
.box--contbtn {
      max-width: 100%;
      text-align: center;
      position: relative; /* for absolute child */
    }

    .box--contbtn input#toggle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px; /* match button height */
      z-index: 2;
      opacity: 0;
      cursor: pointer;
    }
.top--Rightcontent svg.feather.feather-calendar {
    fill: #faf9f8 !important;
}
    .box--contbtn .cstm--btn {
      display: block;
      background: transparent;
      color: #05243b;
      border: 1px solid #05243b;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 8px;
      cursor: pointer;
      position: relative;
      z-index: 1;
    }

    .box--contbtn .cstm--btn--div {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s ease, padding 0.5s ease;
      padding: 0 20px;
      margin-top: 10px;
    }

    .box--contbtn input#toggle:checked ~ .cstm--btn--div {
      max-height:100%;
      padding: 20px;
    }
.client--info{
    background: #f6f6fa !important;
}
.clintInfo-Field {
       display: block;
    align-items: center;
    margin-bottom: 14px;
    /* padding: 9px 15px; */
    line-height: 1;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(var(--rh-global-color-primary-rgb), 0.18);
    background: #fff;
    width: 100%;
}
.clintInfo-Field a, .client--name {
    flex: 1;
    padding: 6px 0;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    transition: 0.2s all linear;
    /* border-bottom: 2px solid #f0f0f0; */
    color: var(--rh-global-color-text);
text-align: start;
}
div#client--InfoDetails {
     background: #f6f6fa !important;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
}
.clintInfo-Field:hover p
 {
    background: #05243b !important;
}

.clintInfo-Field:hover p * {
    color: #fff !important;
}
.history-table td, .history-table table, .history-table th {
    border: 0px !important;
}

.history-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.history-table thead th {
  text-align: left;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px solid #ccc !important;
  color: #05243b;
}

.history-table tbody td {
  padding: 8px 0;
  vertical-align: top;
}

.posting--History {
    margin-bottom: 40px;
}
.history--inner {
    background: rgb(246, 246, 250);
        padding: 30px;
        border-radius: 25px;
}
.rh-ultra-property-content {
    padding: 20px 17px 0px;
}
div#property-agent-contact-methods-wrapper {
    display: none;
}

.wp-property-filter {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  font-family: sans-serif;
}

.wp-search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.wp-dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 99;
  max-height: 200px;
  overflow-y: auto;
}

.wp-dropdown-item {
       margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #596b82;
    padding: 12px 16px !important;
}

.wp-dropdown-item:hover {
  background-color: #f0f0f0;
}

span.compare-placeholder.highlight.rh-ui-tooltip {
    display: none;
}

.filter-row.home--Cstmfilter {
    max-width: 560px;
    gap: 0px;
    background: #f2f2f2;
    padding: 8px 10px;
    border-radius: 50px;
    border: 4px solid #05243b;
    box-shadow: 0px 0px 10px #fff;
}
.home--Cstmfilter .wp-property-filter {
    margin: 0px;
    width: 100%;
}

.home--Cstmfilter form.searchbar {
    height: 100%;
}

.home--Cstmfilter form.searchbar input#property-search {
    height: 50px;
    border-radius: 25px 0px 0px 25px;
}

.home--Cstmfilter form.searchbar .wp-property-filter {
    height: 50px;
}

.home--Cstmfilter input.wp-search-input {
    height: 50px;
}
.home--Cstmfilter button#search-btn
 {
   height: 50px;
    border-radius: 0px 25px 25px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home--Cstmfilter .dropdown-results h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #596b82;
    padding: 12px 16px !important;
    background: #f6f6fa;
}
.home--Cstmfilter .wp-dropdown-item:hover{
     margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #596b82;
    padding: 12px 16px !important;
    background: #f6f6fa;
}
.rh-ultra-property-card-thumb img {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}
.rh-properties-card-meta-ultra {
    flex-wrap: wrap;
    justify-content: flex-start;
    
}
.gm-style .gm-style-iw-d > div > div {
    height: 300px !important;
}
.top--Rightcontent .rh-properties-card-meta-ultra {
    gap: 0px;
}
.top--Rightcontent .rh-properties-card-meta-ultra .rh-ultra-prop-card-meta {
    padding: 0px 7px;
    border-right: 1px solid #ddd;
    margin-bottom: 10px;
}
.top--Rightcontent .rh-properties-card-meta-ultra .rh-ultra-prop-card-meta:last-child {
    border-right: 0px;
}
.top--Rightcontent .rh-properties-card-meta-ultra .rh-ultra-prop-card-meta:first-child {
    padding-left: 0px;
}
@media (max-width: 1500px){
.top--Rightcontent .rh-properties-card-meta-ultra .rh-ultra-prop-card-meta {
    padding: 0px 10px;
}
}
@media (max-width:1336px) {
    .right_gallery_box .figure_box {
        height: 166px;
    }
    .left_gallery_box .figure_box {
        height: 343px;
    }
    .details--menu {
    padding: 10px 15px;
}
}
@media (max-width: 1024px){
    .details--menu-wrapper.newClass {
    display: flex;
    gap: 0px;
}
.details--menu {
    padding: 5px 9px;
}
.details--menu a {
    font-size: 14px;
}
.rh_ultra_prop_card__meta {
    padding: 15px 13px;
    width: calc(100% / 3 - 15px);
}
.rh-properties-card-meta-ultra {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.q_box ul {
    flex-direction: column;
}
.q_box ul li {
    width: 100%;}
        .rh_property__similar_properties .rh-ultra-grid-box > div {
        width: calc(100% / 2 - 8px);
        margin-bottom: 0px;
    }
}
@media (max-width:991px) {
    .left_gallery_box .figure_box {
        height: 440px;
    }
    .top--brief {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    align-items: flex-start;
}
.enquiry-wrapper small {
    display: none;
}
   /* .main-full-container .make-enquiry{
        position: unset;
    }*/
    .enquiry-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
            align-items: center;
        justify-content: center;
}
.main-full-container .make-enquiry{
    position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        padding: 10px;
        border: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 10px #ddd;
        z-index: 99999;

}

.enquiry-wrapper a.enquiry_btn {
    width: 100%;
            font-size: 14px;
        font-weight: 500;
}
        .box--contbtn .cstm--btn{
        display: none;
    }
    .box--contbtn {
    display: none;}
   span.price--Permeter {
        margin-top: 0px;
        margin-bottom: 5px;
        display: inline-flex;
    }
    .top--content {
    gap: 10px;
}
    .banner_flex_wrapper,
    .pop_photo_box {
        flex-direction: column;
    }
    .right_gallery_box,
    .left_gallery_box,
    .grid_gallery{
        width: 100%;
    }
    section.banner_grid_section {
        padding-top: 0px;
        overflow: hidden;
    }
    .right_gallery_box {
        display: none;
    }
    .grid_gallery {
        display: flex;
        flex-direction: column;
    }
    #photos, #floor {
        width: 90.042vw;
        margin: 0 auto;
    }

    aside.price_aside_box {
        display: none;
    }
    .flex_gallery figure {
        width: calc(100% / 3 - 16px);
    }
    .places--nav {
        gap: 8px !important;
        max-width: 100%;
        flex-wrap: nowrap !important;
        overflow: scroll;
    }
    ul.inner-tabs-menu li a {
        width: max-content;
    }
    .rh-ultra-properties-half-map .rh-ultra-half-map {
        display: none;
    }
    .rh-ultra-properties-half-map .rh-ultra-half-map-list {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .popup_button .button_box {
        padding: 10px;
    }
    span.buttonicon {
        width: 4.188vw;
        height: 4.188vw;
    }
    span.buttonicon svg {
        width: 2.354vw;
    }
    span.buttontext {
        font-size: 1.833vw;
    }
    .popup_button {
        grid-template-columns:repeat(3, 1fr);
    }
    .banner_flex_wrapper .rh-ultra-property-thumb-box {
        position: absolute;
        padding: 0;
        top: 11%;
    }

    .total--count--image{
        display: none;
    }
}

@media (max-width: 767px){
       .details--menu-wrapper.newClass {
    display: none;

}div#client--InfoDetails {
     background: #f6f6fa !important;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
}

}
@media (max-width: 667px) {
    .rh-ultra-property-card.rh-half-map-card .rh-ultra-list-card-thumb {
        width: 100%;
        position: relative;
        height: 186px;
    }
    .heading p,
    .details p {
        text-wrap: wrap;
        min-height: 83.1px;
        display: flex;
        align-items: center;
    }
    .details p {
        white-space: unset !important;
    }
    .image_label_box h3 {
    margin-bottom: 0;
    font-size: 16px;
}
    .rh_property__similar_properties .rh-ultra-grid-box > div {
        width: 100%;
        margin-bottom: 0;
    }
    .history--inner {
        background: rgb(246, 246, 250);
        padding: 12px;
        border-radius: 25px;
    }
    .rh-ultra-contact-form .rh-ultra-form, .comment-respond .rh-ultra-form {
        padding: 12px;
    }
    input#wp-comment-cookies-consent + label {
        border-radius: 12px;
    }
    .rh_property__similar_properties {
        margin-bottom: 25px !important;
    }

    .filter-row.home--Cstmfilter {
        gap: 0px;
        background: transparent;
        padding: 0;
        border-radius: 0 !important;
        border: none;
        box-shadow: none;
    }
}

@media (max-width:525px) {
    span.buttontext {
        font-size: 12px;
        color: #fff;
    }
    .enquiry_btn span{
        display: none;
    }
.top--Rightcontent .rh-properties-card-meta-ultra > div {
    text-align: center;
    width: calc(100% / 2);
    padding: 5px !important;
    border: 1px solid #ddd !important;
}
.top--Rightcontent .rh-ultra-meta-icon-wrapper svg {
    width: 14px !important;
}
    span.buttonicon svg {
        width: 16px;
        fill: #fff;
    }
    .popup--body {
        width: 90%;
    }
    .date-pop-up-box .pop_close svg {
        fill: #fff;
        width: 32px;
        height: 28px;
    }
    .popup_button .button_box {
        padding: 10px 8px;
    }
    .popup_wrapper {
        padding: 0;
    }
    .flex_gallery {
        gap: 9px;
    }
    .flex_gallery figure {
        width: calc(100% / 2 - 5px);
        height: 128px;
    }
    .school--list-flex.places_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.tabs-menu li a svg {
        display: none;
    }
    .rh-ultra-half-layout-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .rh-ultra-property-card.rh-half-map-card .rh-ultra-list-card-thumb {
        height: unset;
        overflow: hidden;
    }
    .rhea_ultra_search_form_wrapper .ui-widget.ui-widget-content {
        margin: 0;
    }
    .main-wrapper .rh_ultra_meta_icon_wrapper .rh-ultra-meta-label {
        font-size: 16px;
    }
    .rh_ultra_prop_card__meta {
        width: 100% !important;
    }
    .left_gallery_box .figure_box {
        height: 300px;
    }
    .wp-dropdown-list {
        display: none;
        position: absolute;
        width: 300px;
        border: 1px solid #ccc;
        background: #fff;
        z-index: 99;
        max-height: 200px;
        overflow-y: auto;
        max-width: 300px !important;
        left: -200px;
    }
    .home--Cstmfilter button#search-btn {
        font-size: 0px !important;
        padding: 0px 5px 0px 0px;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        line-height: 1;
        gap: 5px;
        width: 36px;
        align-items: center;
        border-radius: 0px 8px 8px 0px !important;
        justify-content: center;
    }
    .home--Cstmfilter button#search-btn i {
        font-size: 18px !important;
        top: -4px;
        position: relative;
    }
    .home--Cstmfilter form.searchbar input#property-search, .home--Cstmfilter input.wp-search-input {
        padding: 12px;
        border-radius: 8px 0px 0px 8px !important;
    }
}


@media (max-width: 346px) {
        span.buttonicon {
        width: 6.188vw;
        height: 6.188vw;
        padding: 4px;
    }
}