.short-stay-booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  gap: 12px;
}
.rh_property {
  position: relative;
}
.position-absolute {
  position: absolute;
  z-index: 9;
  right: 24px;
  top: 10px;
}

.position-absolute span {
  background: #abacae;
  padding: 10px 15px;
  border-radius: 6px;
  display: flex;
}
.position-absolute span:hover {
  background: #fff;
}
.position-absolute i.fab.fa-youtube {
  font-size: 30px;
}
.opacity0 {
  display: none !important;
}

.short-stay-booking a.button.booking-button {
  background: #cf0100;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
}

.booking-price {
  font-weight: 600;
  font-size: 1em;
  color: #cf0100;
}

.booking-form-wrapper {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.booking-form .submit_booking {
  padding: 12px;
  background: #cf0100;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.loader {
  color: #fa0000;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow:
      0 -3em 0 0.2em,
      2em -2em 0 0em,
      3em 0 0 -1em,
      2em 2em 0 -1em,
      0 3em 0 -1em,
      -2em 2em 0 -1em,
      -3em 0 0 -1em,
      -2em -2em 0 0;
  }
  12.5% {
    box-shadow:
      0 -3em 0 0,
      2em -2em 0 0.2em,
      3em 0 0 0,
      2em 2em 0 -1em,
      0 3em 0 -1em,
      -2em 2em 0 -1em,
      -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }
  25% {
    box-shadow:
      0 -3em 0 -0.5em,
      2em -2em 0 0,
      3em 0 0 0.2em,
      2em 2em 0 0,
      0 3em 0 -1em,
      -2em 2em 0 -1em,
      -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow:
      0 -3em 0 -1em,
      2em -2em 0 -1em,
      3em 0em 0 0,
      2em 2em 0 0.2em,
      0 3em 0 0em,
      -2em 2em 0 -1em,
      -3em 0em 0 -1em,
      -2em -2em 0 -1em;
  }
  50% {
    box-shadow:
      0 -3em 0 -1em,
      2em -2em 0 -1em,
      3em 0 0 -1em,
      2em 2em 0 0em,
      0 3em 0 0.2em,
      -2em 2em 0 0,
      -3em 0em 0 -1em,
      -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow:
      0 -3em 0 -1em,
      2em -2em 0 -1em,
      3em 0 0 -1em,
      2em 2em 0 -1em,
      0 3em 0 0,
      -2em 2em 0 0.2em,
      -3em 0 0 0,
      -2em -2em 0 -1em;
  }
  75% {
    box-shadow:
      0em -3em 0 -1em,
      2em -2em 0 -1em,
      3em 0em 0 -1em,
      2em 2em 0 -1em,
      0 3em 0 -1em,
      -2em 2em 0 0,
      -3em 0em 0 0.2em,
      -2em -2em 0 0;
  }
  87.5% {
    box-shadow:
      0em -3em 0 0,
      2em -2em 0 -1em,
      3em 0 0 -1em,
      2em 2em 0 -1em,
      0 3em 0 -1em,
      -2em 2em 0 0,
      -3em 0em 0 0,
      -2em -2em 0 0.2em;
  }
}

.icon-advance-search {
  width: 22px;
  height: 100%;
  margin-right: 5px;
}
.rh_menu--hover,
.rh_header_var_1 ul.rh_menu__main li:hover,
.rh_header_var_1 ul.rh_menu__main li a:hover,
.rh_header_var_1 ul.rh_menu__main li:hover {
  /* background: rgb(55 55 55 / 63%) !important; */
  background: none !important;
  color: #cf0000;
}
.w-84.c-d-flex {
  width: 84% !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.customer_filter_v1 .desktop-penhouse-btn a.btn.btn-menu {
  padding: 13px 20px !important;
}
.rh_header_var_1 ul.rh_menu__main ul.sub-menu li a {
  padding: 0.4rem 1rem;
}
.rh_header_var_1 ul.rh_menu__main ul.sub-menu {
  background: rgb(55 55 55 / 63%) !important;
  color: #fff !important;
  border-top: none !important;
}
.rh_header_var_1 ul.rh_menu__main ul.sub-menu li a {
  color: #fff !important;
}
.rh_header_var_1 ul.rh_menu__main ul.sub-menu li a:hover {
  color: #000 !important;
}
.rh_header_var_1 ul.rh_menu__main ul.sub-menu {
  top: 109% !important;
}
.display-none {
  display: none;
}
.custome_search_duplicate {
  width: 100%;
}
.rh_banner__image {
  height: auto !important;
  min-height: 250px !important;
}
.copy-clipboard {
  z-index: 100000000000 !important;
}
#ready-map-onload-property-map {
  width: 100%;
  height: 350px;
}
.md-modal ul.ul-list.social-lists {
  display: inline-flex;
  position: absolute;
  right: 0;
  top: -10px;
}
.rh_overlay {
  background: transparent !important;
}
.__slider-properties ul li img {
  object-fit: contain;
}
.__slider-properties {
  position: relative;
  width: 100% !important;
}
.__slider-properties .slider_option {
  display: flex;
  width: 100%;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  justify-content: center;
  height: 10px;
  align-items: center;
}
.__slider-properties .slider_option a i {
  font-size: 26px !important;
  width: 0px !important;
  position: inherit;
  margin: 0 !important;
}
.__slider-properties .slider_option a {
  font-size: 2em;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  height: 50px;
  width: 40px;
  color: #17746a;
}
.__slider-properties .slider_option a:last-child {
  margin-left: auto;
}
.__slider-properties ul {
  display: flex;
}
.__slider-properties ul li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.__slider-properties ul li.hide {
  display: none;
}
.__option-extra-property {
  text-align: right;
}

.__option-extra-property a {
  white-space: nowrap;
  padding-left: 1.5em;
  color: #71b100;
}
.c-d-flex {
  display: flex;
  margin: auto;
  width: 100%;
}
.c-d-flex a {
  margin-left: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #32897d;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
}

div#desktop-favorite svg {
  width: 30px;
  height: 30px;
  fill: red;
  margin: 0 20px;
}
.favorite_properties_ajax .rh_svg {
  fill: red;
}
a.fly-to-basket:after,
a.fly-to-basket::before {
  display: none !important;
}
.favorite-placeholder:hover::before,
.favorite-placeholder:hover::after {
  display: none !important;
}
.md-modal .rh_property__print a:hover .rh_tooltip {
  display: none !important;
}
.text-danger {
  color: red !important;
}

.rh_prop_card__details.activeproperty {
  background-color: #4dc8c56b !important;
}
.rh_prop_card__wrap {
  position: relative;
}
.list-status-label.for-sale {
  background: #ee7c1b !important;
}
.list-status-label.rented,
.list-status-label.coming-soon,
.list-status-label.urgent-sale {
  background: #cf0000 !important;
}
.list-status-label.for-rent,
.list-status-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 16px;
  color: #fff;
  padding: 6px 10px;
  background: #1ea69a;
  border-radius: 0 0 15px 0;
}
.customer_search_wraper {
  text-align: center;
  margin-top: 12px;
}
a.btn.custom-btn {
  background: #76fe54;
  font-size: 13px;
  white-space: nowrap;
  padding: 5px 16px;
  border-radius: 5px 5px;
}
.rh_mod_sfoi_overlay {
  /*     background-color: rgb(3 88 78 / 79%)!important; */
}
.custom_id {
  font-size: 16px;
}
/* h2 {
  line-height: 0.7 !important;
} */
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  height: 16px !important;
  background-color: #fff;
  background-size: 0 !important;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
}
.propertyPhotoTage {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.propertyPhotoTage ul {
  justify-content: start;
  gap: 20px;
  margin-top: 10px;
  margin-left: 20px;
}
.propertyPhotoTage ul li {
  list-style: none;
  cursor: pointer;
  background: #acadaf;
  padding: 10px 15px;
  border: none !important;
  border-radius: 50px;
  min-width: 60px;
  text-align: center;
}
.propertyPhotoTage ul li.active {
  opacity: 1;
  background: #fff;
}
.single-property-slide .__slider-properties ul {
  max-height: 720px;
  overflow: hidden;
}

.single-property-slide .control_next,
.single-property-slide .control_prev {
  background: #00000030;
}
@media only screen and (max-width: 820px) {
  .c-d-flex {
    width: 100%;
    flex-wrap: wrap;
  }

  .md-modal ul.ul-list.social-lists {
    position: absolute !important;
    right: 300px !important;
    bottom: -16px;
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }

  ul.ul-list.social-lists {
    overflow: hidden !important;
    display: flex !important;
    position: absolute !important;
    right: 0px !important;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }
  .ul-list li {
    padding: 0 !important;
  }
  ul.ul-list.social-lists li a {
    margin: 4px 0 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-des {
    margin-top: 2em;
  }

  .rh_menu__user .rh_menu__user_phone {
    width: 100%;
    text-align: center;
  }
  .disktop-display {
    display: none;
  }
  .wrapper-table {
    /* background: #04897d8c; */
    padding: 44px 5px;
    border-radius: 0 4px 4px 4px;
    width: 100% !important;
  }
}
.wrapper-table {
  /* background: #04897d8c; */
  padding: 44px 5px;
  border-radius: 0 4px 4px 4px;
  width: 1200px;
}
.wrapper-table table,
.wrapper-table table th {
  border: none;
}

.filter-col {
  font-size: 3rem;
}
.text-info {
  color: #fff;
}
.filter-table th button.open_more_features {
  background: #fff;
  color: #000 !important;
  padding: 20px;
}
.btn-search {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.checkbox-label {
  font-size: 12px !important;
}
.wrapper--div {
  display: flex;
  flex-wrap: wrap;
}
.more-options-wrapper .option-bar {
  display: flex;
}
.rh_mod_sfoi_advance_fields {
  border: 0 !important;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  top: 0 !important;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.option-bar {
  width: 23% !important;
}
.rh_mod_sfoi_wrapper
  .more-options-wrapper
  .option-bar
  input.styled-checkbox:checked
  + label:before {
  color: #8bc34a;
}
.rh_mod_sfoi_wrapper .more-options-wrapper .option-bar label {
  padding-left: 25px !important;
}
.more-options-wrapper input:checked + label:before {
  font-size: 17px;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  transform: rotate(45deg);
}
html {
  background: lightgray;
}
body {
  font-family: "Source Sans Pro", sans-serif;
}
.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
}
.centered {
  width: 300px;
  margin: auto;
}
.title {
  text-align: center;
  color: #4571ec;
}

.rh_prop_card__details h2 a {
  line-height: 0.7 !important;
  font-size: 19px !important;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.rh_prop_card__details h2 {
  margin-top: 0 !important;
  /* line-height: 0.7 !important; */
  margin-bottom: 1em;
}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta .figure {
  padding: 0 !important;
}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta_wrap {
  display: flex !important;
  justify-content: space-between !important;
}
.d-flex,
.rh_prop_card__btns,
.custom_price.d-flex {
  display: flex;
  justify-content: space-between;
}
.share-btn {
  padding: 3px 10px;
  background: #76fe54;
  border-radius: 5px;
  margin-left: 1em;
}
.custom_feature:last-nth-child(even) {
  margin-left: 5px;
}
button.share-btn.message_btn {
  background: #096acf;
  margin-top: 10px;
}
.rh_prop_card__priceLabel .d-flex {
  margin: 10px 0;
}
.rh_mod_sfoi_form {
  max-width: 1200px !important;
}
.rh_mode_sfoi_search_btn.rh_prop_search__searchBtn button {
  padding: 20px 0 !important;
}
.phone-display {
  display: none;
}
.list_borey_direction {
  gap: 40px;
}
@media only screen and (max-width: 820px) {
  .d-sm-none {
    display: none !important;
  }
  .c-d-flex.d-sm-flex {
    display: flex !important;
  }
  .custom-section {
    padding: 0 3.5rem !important;
  }
  .option-bar {
    width: 45% !important;
  }
  .rh_mod_sfoi_form_rvr {
    width: calc(100% - 30px) !important;
  }
  .phone-display {
    display: table !important;
  }
  .rh_sfoi_buttons_wrapper {
    position: static !important;
  }
  .rh_mod_sfoi_wrapper .rh_prop_search__select label {
    font-size: 1.3rem !important;
  }
  .dropdown-menu.open {
    right: 0px !important;
  }
  .rh_mod_sfoi_wrapper h2 {
    font-size: 18px !important;
  }
  .customer_search_wraper {
    display: flex !important;
  }
  .rh_mod_sfoi_wrapper .SFOI__description a.btn.custom-btn {
    white-space: nowrap !important;
  }
}
h1 {
  color: green;
}

.multipleSelection {
  width: 300px;
  background-color: #bcc2c1;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkBoxes {
  display: none;
  border: 1px #8df5e4 solid;
}

#checkBoxes label {
  display: block;
}

#checkBoxes label:hover {
  background-color: #4f615e;
}

/* MD Modify  */
.md-title a {
  cursor: pointer;
}
.md-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000e0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.md-card {
  width: 90%;
  height: calc(100vh - 80px);
  background-color: rgb(47, 50, 57);
  display: flex;
  overflow: hidden;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
}
.md-card-body {
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.md-card .d-flex {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.md-slider {
  display: contents;
}

.md-card .d-flex .w-80 {
  flex: 4 1 0%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
}
.md-card .d-flex .w-20 {
  min-width: 260px;
  flex: 1 1 0%;
  padding: 0 1em;
}
.mgpslide img {
  vertical-align: middle !important;
}
.slider-controll {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.md-card .d-flex .w-20 {
  min-width: 260px;
  flex: 1 1 0%;
  padding: 0 1em;
}

.hide {
  display: none;
}
.md-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: red;
  font-size: 2em;
  cursor: pointer;
}
.md-card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
.md-list-menu {
  padding: 10px;
  width: 50%;
  text-align: center;
  white-space: nowrap;
  font-size: 0.8em;
}

.md-list-menu.active {
  background: #1ae458;
  color: #fff;
}

/*  mdSlider  */

#tab1 {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  transform: translateX(0);
}

#tab1 .mgpslide {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

#tab1.animate {
  transition: all 0.5s ease-out;
}

.md-slider .slideOption {
  display: flex;
  flex-wrap: wrap;
}
.w-400px {
  overflow: scroll;
  border-left: 1px solid #656565;
  height: 100%;
  overflow-x: auto !important;
}
.slideOption .Optionlist {
  display: flex;
  width: 50%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  outline: 0px;
  border: 3px solid transparent;
  cursor: pointer;
}
.Optionlist img {
  width: 100%;
}
.Optionlist.active {
  border: 3px solid #1ae458;
}
ul.dropdown-menu li a {
  width: 100% !important;
  display: flex !important;
  padding: 0 !important;
  align-items: center !important;
  padding: 3px !important;
}
ul.dropdown-menu li a .temp-class {
  width: 30px !important;
}
ul.dropdown-menu li a .text {
  white-space: nowrap !important;
}
ul.dropdown-menu li {
  margin: 0px !important;
}
@media only screen and (max-width: 480px) {
  .wrapper-table {
    justify-content: center;
  }
  .flex-item .dropdown-label,
  .flex-item .custom-label {
    display: flex !important;
    justify-content: center !important;
    color: rgb(68, 68, 68);
    width: 100% !important;
  }

  .wrapper-table .flex-item {
    width: 160px !important;
  }
  .custom-section {
    padding: 0 !important;
  }
}
.rh_mod_sfoi_wrapper .rh_prop_search__select label {
  font-size: 15px !important;
}
.flex-item .dropdown-label,
.flex-item .custom-label {
  color: rgb(68, 68, 68);
}
._checkBoxes {
  width: fit-content !important;
}
.custom-label {
  text-align: center;
}
.rh_mode_sfoi_search_btn.rh_prop_search__searchBtn button {
  position: static !important;
}
#residence-for-sale:disabled + label,
#residence-for-rent:disabled + label {
  color: #ccc;
}
.flex-item h2 {
  color: black;
}
.custom-search-page .rh_prop_card__wrap,
.rh_section__properties .rh_prop_card__wrap {
  width: 100%;
}
.custom-search-page,
.rh_page__listing,
.rh_section__properties {
  align-items: stretch;
  row-gap: 20px;
}
article.rh_prop_card {
  display: flex;
}
.rh_prop_card__wrap {
  background: #fff;
}
.custom-inner-home-wrapper {
  padding: 0 2.6em;
}
.custom-section {
  padding: 0 8.5rem;
  z-index: 999;
  position: relative;
}
section.wpb-content-wrapper {
  padding: 0px 3rem;
}
.ti-header.source-Google {
  background: #f4f4f4;
  text-align: left !important;
  padding: 1em;
}
.ti-large-logo {
  text-align: left !important;
}
.ti-widget.ti-goog .ti-large-logo .ti-v-center {
  flex-grow: 0 !important;
}
.vc_cta3-content-header h2,
h2.vc_custom_heading {
  margin-bottom: 1em;
  line-height: 1 !important;
}
.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #fff !important;
  background-color: #cf0000 !important;
  border: none !important;
}
.rh_widgets .widget_nav_menu .menu {
  display: block;
  text-align: left;
}
.rh_footer .rh_footer__logo {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rh_footer__logo img {
  max-width: 280px;
}
.justify-content-end {
  justify-content: end;
}
.camrealty-review-header,
.google-review-slider .owl-item {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 4px;
}
.mt-5 {
  margin-top: 1em;
}
.google-icon img {
  width: 20px !important;
}
.review-header {
  gap: 15px;
}
.camrealty-review-widget-container,
.camrealty-review-header.source-Google {
  display: block;
  text-align: left;
}
.review-header .review-title {
  margin-bottom: 2px;
  margin-top: 0;
}
.review-header .review-date {
  color: #000;
  opacity: 0.5;
  font-size: 11px;
}
.review-header .google-icon,
.review-header .review-name,
.review-header .photo {
  flex: auto;
}
.review-header .review-name {
  width: 100%;
}
.camrealty-review-rating {
  font-size: 24px;
}
.camrealty-review-v-center {
  margin-top: 15px;
}
.review-header .photo img {
  width: 40px !important;
}
.camrealty-review-star img {
  width: 17px !important;
}
.camrealty-review-stars {
  display: flex;
  margin: 4px 0;
}
.review-description .description.readed {
  height: auto !important;
  -webkit-line-clamp: unset !important;
}
.area-guide-page {
  z-index: 9 !important;
  position: relative;
}
.area-guide-page .rh_page {
  text-align: left;
  width: 100%;
}
.area-guide-page .custom-page-body {
  gap: 24px;
}
.guide-item {
  gap: 8px;
  display: grid;
}
.area-guide-list p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.area-guide-list h3 {
  font-size: 22px;
}
.rh_mod_sfoi_wrapper h1.SFOI__title {
  color: #ffffff;
  font-size: 36px;
}
/* .area-guide-list {
  display: grid;
  gap: 14px;
} */
.area-guide-map {
  width: 50%;
}
.area-guide-list {
  width: 50%;
  font-size: 20px;
  line-height: 32px;
}
.review-description .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21.75px;
  max-height: 87px;
  font-size: 15px;
  text-align: left;
  transition: height 0.5s;
  font-style: normal;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-right: 0;
}
.ti-read-more-active {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  font-size: 13.5px;
  color: #000000;
  opacity: 0.5;
  text-decoration: none !important;
  transition: color 300ms ease-out;
  cursor: pointer;
  margin-top: 10px;
}
.camrealty-review-reviews-container .owl-carousel .owl-stage {
  display: flex;
}
.camrealty-review-reviews-container .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.camrealty-review-reviews-container .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.area-guide-page {
  padding-top: 100px;
}
table {
  table-layout: unset !important;
}
.rh_figure_property_one {
  position: relative;
}
.btn.btn-menu.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-grey {
  padding: 5px 10px;
  text-decoration: none !important;
  margin-top: 1em;
}

.rh_section .rh_property .rh_property__wrap.rh_property--padding {
  flex-direction: column !important;
}

.rh_property .rh_property__main {
  width: 100%;
  padding-right: 0;
}
.__slider-properties,
.rh_prop_card .rh_prop_card__thumbnail .rh_figure_property_one {
  height: 100%;
}
.rh_mod_sfoi_wrapper .SFOI__description {
  font-size: 34px !important;
  margin-top: 20px;
}
figure.rh_prop_card__thumbnail {
  max-height: 280px;
  overflow: hidden;
  height: 100%;
}
.__slider-properties ul li,
.__slider-properties ul {
  height: 100%;
  width: 100%;
}
.__slider-properties ul li img {
  object-fit: cover;
}
.rh_prop_card__details h3 {
  display: flex;
  flex-direction: row;
  min-height: 85px;
}
.rh_prop_card__details h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entypo-twitter a svg {
  width: 20px;
}
.ul-list.social-lists {
  align-items: center;
}
.ul-list.social-lists li a,
.ul-list.social-lists li {
  display: flex;
  align-items: center;
}
.listing__list_fullwidth {
  width: 100% !important;
}

@media screen and (min-device-width: 821px) and (max-device-width: 1024px) {
  figure.rh_prop_card__thumbnail {
    max-height: 280px;
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: hidden;
  }
  .rh_header .rh_header__wrap {
    padding: 0 3.5rem !important;
    background: #000;
  }
  .mobile-favorite a svg {
    width: 30px;
    height: 30px;
    fill: red;
    margin: 0 20px;
  }
  .rh_menu__hamburger.hamburger.hamburger--squeeze {
    margin: 0 20px 0 0;
  }
  .responsive-mobile nav.main-menu {
    display: flex !important;
    align-items: center;
  }
  .responsive-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .rh_menu__user .rh_user_menu_wrapper_responsive {
    display: none;
  }
  /* .wrapper-table,
  .rh_mod_sfoi_form {
    max-width: 912px !important;
  } */
  .wrapper-table {
    width: 100%;
  }
  .SFOI__top-fields-wrapper {
    max-width: 90%;
    margin: auto;
  }
  .tablinks.search_for {
    min-width: 120px;
  }
  li.menu-youtube {
    display: none;
  }
  .rh_property .rh_property__wrap {
    flex-direction: column;
  }
  .rh_property .rh_property__main {
    width: 100%;
    margin-right: 0;
  }
  .customer_filter_v1 {
    width: 100%;
  }
  .propertyPhotoTage {
    bottom: 10px;
    left: 0;
    top: unset;
    width: 100%;
    overflow: scroll;
  }

  .propertyPhotoTage ul {
    gap: 10px;
    flex-direction: row !important;
    min-width: 100%;
    overflow: scroll !important;
    padding-right: 3em;
    padding-left: 0.5em;
  }
  .propertyPhotoTage ul li {
    min-width: 100px;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 820px) {
  figure.rh_prop_card__thumbnail {
    max-height: 280px;
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: hidden;
  }
  .rh_header .rh_header__wrap {
    padding: 0 3.5rem !important;
    background: #000;
  }
  .mobile-favorite a svg {
    width: 30px;
    height: 30px;
    fill: red;
    margin: 0 20px;
  }
  .rh_menu__hamburger.hamburger.hamburger--squeeze {
    margin: 0 20px 0 0;
  }
  .responsive-mobile nav.main-menu {
    display: flex !important;
    align-items: center;
  }
  .responsive-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .rh_menu__user .rh_user_menu_wrapper_responsive {
    display: none;
  }
  .filter-search-swtich,
  .wrapper-table,
  .rh_mod_sfoi_form {
    max-width: 920px !important;
    width: 100%;
  }
  .tablinks.search_for {
    min-width: 120px;
  }
  li.menu-youtube {
    display: none;
  }
  .rh_property .rh_property__wrap {
    flex-direction: column;
  }
  .rh_property .rh_property__main {
    width: 100%;
    margin-right: 0;
  }
  .customer_filter_v1 {
    width: 100%;
  }
  .propertyPhotoTage {
    bottom: 10px;
    left: 0;
    top: unset;
    width: 100%;
    overflow: scroll;
  }
  .propertyPhotoTage ul {
    gap: 10px;
    flex-direction: row !important;
    width: 100%;
    overflow: scroll !important;
    padding-right: 3em;
    padding-left: 0.5em;
  }
  .propertyPhotoTage ul li {
    min-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .rh_long_screen_header_temp .rh_header {
    padding-top: 0 !important;
  }
  header.rh_header_var_1.rh_temp_header_large_screens.rh_header.rh_header_responsive {
    position: fixed;
    background: #281e5d !important;
  }
  .customer_filter_v1.c-d-flex.flex-wrap.d-sm-flex {
    display: none !important;
  }
  .tab .tablinks {
    min-width: 110px;
  }
  .custome-search .customer_filter_v1 {
    justify-content: flex-end !important;
  }
  .custom_translation {
    display: flex;
    padding: 0 0em !important;
  }
  /* 
  .rh_header .rh_header__wrap {
    padding: 0 5rem !important;
  } */
}

@media screen and (max-width: 768px) {
  .rh_header .rh_header__wrap {
    padding-top: 0;
  }
  .menu-crs-main-container {
    position: absolute;
    right: 0;
    top: 0;
  }
  .rh_menu__user {
    background: #cf0100;
    padding: 10px 0 10px 5rem;
  }
  .rh_header_responsive .rh_menu .main-menu {
    gap: 15px;
  }
  .rh_header .rh_header__wrap {
    padding: 0;
    display: block;
  }
  .responsive-mobile {
    padding: 0em 1rem !important;
  }
  .single-property-slide {
    overflow: hidden;
  }
  .single-property-slide .rh_figure_property_one {
    position: relative;
  }
  .single-property-slide .rh_figure_property_one .propertyPhotoTage {
    bottom: 5px;
    top: unset;
    left: 0;
    width: 100%;
    overflow: scroll;
  }

  .single-property-slide .propertyPhotoTage ul li {
    min-width: 91px;
    padding: 10px;
  }
  /* .single-property-slide .propertyPhotoTage ul {
    gap: 10px;
  } */
  .propertyPhotoTage {
    position: absolute;
    z-index: 999;
    bottom: 35px;
    left: 0;
    top: unset;
  }
  .propertyPhotoTage ul {
    gap: 10px;
    flex-direction: row !important;
    width: 100%;
    overflow: scroll !important;
    padding-right: 3em;
    padding-left: 0.5em;
  }
  .md-modal {
    padding-bottom: 0;
  }
  .area-guide-page-body {
    flex-direction: column;
  }
  .area-guide-list,
  .area-guide-map {
    width: 100%;
  }
  .rh_footer__widgets {
    text-align: left !important;
  }
  .customer_filter_v1 {
    justify-content: center !important;
  }
  .vc_cta3-content-header h2,
  h2.vc_custom_heading {
    font-size: 2.5rem !important;
  }
  section.wpb-content-wrapper {
    padding: 0px 1rem;
  }
  .gt_float_switcher
    .gt-selected
    .gt-current-lang
    span.gt_float_switcher-arrow {
    height: 16px !important;
    width: 16px !important;
    margin-left: 0px;
    background-color: #fff;
    background-size: 0 !important;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 6px 6px !important;
  }
}

@media screen and (max-width: 558px) {
  .d-block.customer_filter_v1.c-d-flex.w-84.d-flex.flex-wrap.justify-content-end {
    display: none;
  }
  .c-d-flex a {
    margin-left: auto;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
  }
  .propertyPhotoTage ul li,
  .single-property-slide .propertyPhotoTage ul li {
    min-width: 65px;
    padding: 5px;
    font-size: 10px;
  }
  .propertyPhotoTage ul {
    gap: 10px;
    flex-direction: row !important;
    width: 100%;
    overflow: scroll !important;
    padding-right: 3em;
    padding-left: 0.5em;
  }
  .responsive-mobile {
    padding: 0 20px;
  }
  .rh_header_responsive .rh_menu {
    padding: 0;
  }
  .propertyPhotoTage {
    position: absolute;
    z-index: 999;
    bottom: 35px;
    left: 0;
    top: unset;
    width: 100%;
    overflow: scroll;
  }
  div.menu-youtube {
    display: none;
  }
  .rh_menu__user {
    padding: 10px 0 10px 0rem;
  }
  .rh_header_responsive .rh_menu .main-menu {
    gap: 5px;
  }
  .responsive-mobile {
    padding: 1em 2rem !important;
  }
  .gt-current-lang {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 414px) {
  .gt_float_switcher-arrow {
    display: none !important;
  }
}

.rh_blog .vc_custom_heading h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 50px;
  height: 50px;
}
.rh_blog
  .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.rh_blog
  .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
  max-height: 230px;
}
.youtube-menu a {
  padding: 5px !important;
}
.youtube-menu a .fa-youtube {
  font-size: 32px;
}

.filter_data.commercial_block.select_property_property_search {
  display: none;
}
div#similar-properties {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.wrapper-home-sections.rh_section.rh_section--flex.rh_wrap--padding {
  position: relative;
  z-index: 9999 !important;
}
@media (min-width: 768px) {
  .rh_prop_card--listing {
    width: 100%;
  }
}
.rh_banner.rh_banner__image {
  position: relative;
  z-index: 9999;
}
.grecaptcha-badge,
.qe-faqs-filters-container {
  display: none;
}
.dynamic-page-header {
  min-height: 680px !important;
}
.copyrights {
  margin: auto !important;
  padding: 0 !important;
}
.rh_footer .rh_footer__social {
  width: 100% !important;
  text-align: center;
  padding: 0 2rem;
}
.menu-youtube i {
  font-size: 26px;
}
.rh_header .rh_header__wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
  #pm {
    display: none;
  }
  .chaty-widget.hide {
    display: none !important;
  }
}
.blog-single-page-header {
  min-height: 450px !important;
}
.chaty-widget {
  z-index: 10023 !important;
}
.check-ability {
  flex-flow: column;
  align-items: center;
  margin-right: 0.5em !important;
  z-index: 999;
  cursor: pointer;
}
.check-ability label {
  cursor: pointer;
}
.Sold,
.Rented {
  background: #d74d5b !important;
}
ul.ul-list.social-lists.single-page-shear-list {
  margin-bottom: -3em;
  margin-left: -10em;
  width: auto !important;
  /* right: 0!important; */
}
ul.ul-list.social-lists.single-page-shear-list {
  margin-bottom: -3em;
  margin-left: -10em;
  width: auto !important;
}
.entypo-pinterest:before,
.entypo-twitter:before {
  display: none;
}
.renew-date-button {
  background: #dd4f5e;
  cursor: pointer;
}
.admin-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small {
  font-size: 75%;
}
.custom-button-property-status {
  z-index: 9;
  right: 0;
}
.property-btn {
  cursor: pointer;
}
.custom-meta {
  width: 26px;
}
.For-Sale {
  background: #ee7c1b !important;
}
@media only screen and (max-width: 1300px) {
  .rh_header .rh_header__wrap {
    padding-top: 15px !important;
    padding-bottom: 1px !important;
  }
  .rh_logo {
    margin-top: -12px !important;
  }
  ul.single-page-shear-list li.share-custom-btn {
    margin: 0 6px !important;
  }
  ul.single-page-shear-list {
    margin-left: 80px !important;
  }
}

.inspiry_favorite_button {
  flex-flow: column;
  justify-content: center;
  text-align: center;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  font-size: 11px;
  right: 0;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.selected {
  text-transform: capitalize;
}
.rh_menu__user_email {
  display: none !important;
}
.inspiry_show_on_doc_ready.rh_prop_search.rh_prop_search_init {
  display: none !important;
}
@media screen and (max-width: 281px) {
  .rh_logo_inner img {
    width: 180px !important;
  }
  .rh_logo_inner {
    min-width: 200px !important;
  }
  .rh_menu__user .rh_menu__user_phone {
    font-size: 11px;
    padding: 7px 0;
  }
  .rh_menu__user .rh_menu__user_phone svg,
  .user_menu_wrapper .rh_menu__user_phone svg {
    display: none;
  }
}
section.rh_section.flat-border.rh_section__content.rh_section--content_padding {
  display: none;
}
.rh_prop_search__form {
  display: none;
}
.c-d-flex a {
  background: #dd4f5e;
}
.rh_banner .rh_banner__title {
  line-height: 1.1 !important;
}
@media screen and (max-width: 768px) {
  .quick-search-menu-wrapper .property-type {
    width: 46% !important;
  }
}
@media screen and (min-width: 769px) {
  /*.glink{
padding:0!important;
}*/

  .rh_header {
    padding-top: 0px !important;
  }
  .rh_section--props_padding {
    padding-top: 0;
  }
  .rh_mod_sticky_header .mobile-desktop-header svg {
    display: none !important;
  }
  .custom_translation a {
    padding: 0 0.5em;
  }
  .custom_translation {
    display: flex;
    padding: 0 1em;
  }
  .mobile-phone-header {
    display: none !important;
  }
  ul#menu-account {
    text-align: right;
    margin-right: 5em;
  }
  #glt-translate-trigger {
    padding: 16px 20px 17px !important;
  }
  .md-card-footer {
    position: relative;
  }
  #tab1 .mgpslide img {
    width: auto;
    object-fit: contain;
    max-height: 100%;
    height: auto;
  }
  #tab1 .mgpslide {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #tab1,
  .tochMoving {
    height: 100%;
    position: relative;
  }
  .w-80 {
    display: block;
    position: relative;
    min-height: 100% !important;
    width: auto;
  }
  .rh_banner__wrap {
    display: none;
  }
  .sticky_header_box .header_logo {
    display: block;
    max-height: 55px;
    margin-top: -2px;
    overflow: hidden;
    padding-top: 34px;
  }
  .rh_mod_sticky_header {
    background: rgb(55 55 55 / 63%) !important;
  }
  .rh_mod_sticky_header
    .main-menu
    .menu-main-menu-container
    > ul
    .current-menu-item
    a,
  .rh_header_var_1 ul.rh_menu__main > .current-menu-item > a,
  .rh_header_var_1 ul.rh_menu__main > .current-menu-ancestor > a {
    background: none;
    color: #fff;
  }
  .rh_mod_sticky_header .header_logo img {
    max-height: 50px;
    margin-top: -28px;
  }
  .rh_mod_sticky_header .main-menu {
    justify-content: flex-end;
  }
  .rh_sticky_header_container {
    width: 1200px;
    margin: auto;
  }
  .rh_header .rh_header__wrap .rh_logo .rh_logo_inner {
    justify-content: flex-start;
    padding-left: 1em;
  }
  .rh_sticky_header_container #desktop-favorite {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 558px) {
  .rh_menu__user {
    padding: 0px 0 0px 0rem;
  }
  div#similar-properties {
    display: grid;
    grid-template-columns: repeat(1, auto) !important;
  }
}

@media screen and (max-width: 768px) {
  .quick-search-menu-wrapper {
    flex-direction: row !important;
  }
  .close_compare_price.d-flex.justify-content-end {
    width: 100%;
  }
  .quick-search-menu-wrapper,
  .compare-price-wrapper {
    max-width: 480px;
    width: 100%;
    padding: 20px !important;
    max-height: 90%;
    height: auto;
    overflow: scroll;
  }
  .rh_mod_sfoi_wrapper h1.SFOI__title {
    color: #ffffff !important;
    font-size: 20px !important;
  }
  ul.rh_property__features.arrow-bullet-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  ul.rh_property__features.arrow-bullet-list li {
    width: 100%;
  }
  div#similar-properties {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .rh_header .rh_header__wrap .rh_logo .rh_logo_inner {
    justify-content: start !important;
  }
  .responsive-mobile {
    padding-top: 0 !important;
  }
  .mobile-desktop-header {
    display: none !important;
  }
  a.glink.nturl.notranslate {
    margin-right: 10px;
  }
  .responsive-mobile {
    padding-top: 1.5em;
  }
  ul#menu-switch-language-menu li a {
    display: flex;
    margin-right: 12px;
  }

  ul#menu-switch-language-menu li a img {
    width: 25px !important;
    height: 15px !important;
  }
  .opacity0 {
    visibility: hidden;
  }
  .rh_header_responsive .rh_menu {
    align-items: center;
  }
  .rh_logo_inner img {
    width: 180px !important;
  }
  .rh_logo_inner {
    min-width: 230px;
  }
  .rh_header_responsive .rh_menu .main-menu {
    display: flex !important;
    align-items: center !important;
  }
  .w-30 {
    min-width: 0%;
  }
  .responsive-mobile {
    display: flex;
  }
}
.widget .title {
  text-align: left;
}
.rh_wrap {
  z-index: 99999 !important;
}

.images-slider {
  position: relative;
}
.main-image {
  height: 270px;
  background-size: cover;
}
.thumbnails-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 5px 0;
}
.photo-grid-more,
.photo-grid {
  max-height: 70px;
  object-fit: cover;
  height: 70px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.photo-grid-more {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d0d0d0c7;
}
.download-property {
  padding: 20px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}
.download-property .wrapper {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.site-info .site-logo {
  overflow: hidden;
  width: 50px;
}
.site-info .site-logo img {
  object-fit: cover;
  border-radius: 100%;
}
.download-property .branding {
  display: flex;
  gap: 10px;
  align-items: center;
}
.download-property .site-name {
  font-size: 10px;
}
.property-details-info {
  padding: 9px;
}
.download-property .qr-code {
  width: 30%;
  position: relative;
}
.property-info {
  display: flex;
  margin-top: 14px;
}
.property-title {
  font-size: 12px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.download-property .property-title-text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.download-property .d-flex.contact-hotline {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.download-property .property-price-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.download-property .property-price p span,
.download-property .property-price p {
  color: #ea3d3d;
  display: flex;
  gap: 5px;
  font-weight: 600;
  align-items: center;
}
.modal-download-property .download-wrapper {
  width: 400px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  background: #eeeeee;
  position: relative;
}
.modal-download-property .actions {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.download-spiner {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: #ffffff91;
}
.qr-logo-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: none;
}
.qr-logo {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.rh_property__print .fa-qrcode:before {
  font-size: 24px;
}
.property-id {
  font-size: 9px;
  display: flex;
  justify-content: center;
}
.actions span.loader-small {
  width: 7px;
  height: 7px;
  position: relative;
}
.loader-small,
.loader-small:before,
.loader-small:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader-small {
  color: #fa0000;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader-small:before,
.loader-small:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader-small:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader-small:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.flex-row {
  flex-direction: row !important;
}
.w-30 {
  width: 30px;
}
.p-10 {
  padding: 10px;
}
.wrapper-home-sections.search-results {
  margin-top: 0 !important;
}
.search-results .rh_page__head {
  padding: 0 15px 4rem 15px;
}
#show_compare_price_button {
  cursor: pointer;
}
.compare-price-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
.compare-price-wrapper th {
  font-weight: 600;
}
.compare-price-wrapper a {
  color: #fa0000;
}
.compare-price-wrapper span.close {
  font-size: 20px;
}
.compare-price-wrapper th,
.compare-price-wrapper td {
  padding: 10px;
}
#scroll-top,
.chaty-i-trigger .chaty-channel {
  z-index: 9999 !important;
}
.rh_wrap {
  z-index: 9998 !important;
}

.blog-single-page-header {
  min-height: 668px !important;
}
#tab1 .mgpslide img {
  object-fit: contain !important;
}
.rh_footer {
  background: #281e5d !important;
}
span.sort_by_price {
  width: 20px;
  position: relative;
  display: block;
  padding: 3px;
  cursor: pointer;
}
.show_all_icon {
  cursor: pointer;
}
.quick-search-menu-wrapper {
  display: flex;
  width: 90%;
  background: #291e5e;
  padding: 30px;
  border-radius: 5px;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  flex-direction: column;
}
.quick-search-menu-wrapper .quick-search-body {
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: start;
}
.quick-search-menu-wrapper .property-type {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background: #f7f7f7;
}
.quick-search-menu-wrapper .property-type:hover {
  background: #fff;
}
.quick-search-menu-wrapper .close {
  font-size: 16px;
}
.property-type p {
  color: #000;
  text-align: center;
}
.compare-price-wrapper table {
  table-layout: fixed !important;
}
#scroll-top,
.chaty-i-trigger .chaty-channel {
  z-index: 9999 !important;
}
.rh_wrap {
  z-index: 9998 !important;
}

.blog-single-page-header {
  min-height: 668px !important;
}
#tab1 .mgpslide img {
  object-fit: contain !important;
}
.property-type p {
  text-align: center;
}
.quick-search-menu-wrapper {
  overflow-y: auto;
  height: auto;
}
.responsive-mobile .rh_logo_inner img {
  width: 180px !important;
}
@media screen and (max-width: 768px) {
  .close_compare_price {
    justify-content: center;
  }
}
.single-propertieis-search input {
  width: 100%;
}
.click-submit-single-properties {
  position: absolute;
  width: 45px;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
}
.custom-search-results ul.list-group {
  list-style: none;
}
.auto-complete-keyword {
  width: 100%;
  max-width: 480px;
  margin: auto;
  background: #eee;
  padding: 20px;
  position: absolute;
  border-radius: 5px;
  max-height: 480px;
  height: auto;
  overflow: scroll;
}

#auto_complete_ajax {
  position: relative;
  display: flex;
  justify-content: center;
}

.auto-complete-keyword .list-group-item {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.auto-complete-keyword .list-group-item:hover {
  background: #eeeeee8c;
}
.auto-complete-footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  color: #cf0100;
}
.auto-complete-keyword h4 {
  text-align: center;
}
.auto-complete-image-wrap {
  width: 80px;
  display: contents;
}
.show_all_icon {
  background: rgb(255 255 255 / 59%) !important;
  padding: 10px;
  color: #000;
  width: 133px;
  border-radius: 30px;
  margin: auto;
}

.RegionSearchMapLinksSection .buttonsContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-self: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: "Rubik", sans-serif;
}
.RegionSearchMapLinksSection
  .buttonsContainer
  .bp-Button.RegionSearchMapLinksSection_button {
  margin-left: none;
  border-radius: 1000px;
  height: 40px;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: rgba(56, 52, 48, 0.06);
  font-family: "Rubik", sans-serif;
  cursor: pointer;
}
.RegionSearchMapLinksSection {
  padding-right: 6.5%;
  padding-left: 6.5%;
  width: 95% !important;
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}
.RegionSearchMapLinksSection
  .buttonsContainer
  .bp-Button.RegionSearchMapLinksSection_button {
  margin-left: none;
  border-radius: 1000px;
  height: 40px;
  min-width: 100px;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: rgba(56, 52, 48, 0.06);
  font-family: "Rubik", sans-serif;
}
.bp-Button .ButtonIcon {
  display: inline-block;
  height: 2.25rem;
  margin-right: 0.5rem;
  vertical-align: text-top;
  width: 2.25rem;
}
.bp-Button__type--secondary-outlined .ButtonIcon > svg {
  fill: #131313;
  height: 2.25rem;
  width: 2.25rem;
}

.RegionSearchMapLinksSection
  .buttonsContainer
  .bp-Button.RegionSearchMapLinksSection_button
  .RegionSearchMapLinksSection_buttonLink {
  color: #131313;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
}
.RegionSearchMapLinksSection .description {
  text-align: center;
}
.RegionSearchMapLinksSection
  .RegionSearchMapLinksSection___headerContainer
  .RegionSearchMapLinksSection_header {
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
}
.RegionSearchMapLinksSection .RegionSearchMapLinksSection___headerContainer {
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .RegionSearchMapLinksSection {
    padding: 4rem 10px;
  }
}
