.my-aside {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 280px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, .16);
  z-index: 100;
  overflow: auto;
  transform: translateX(100%);
  transition: transform .2s linear;
}

.my-aside.active {
  transform: translateX(0%);
}

.my-aside__head {
  padding: 10px 20px 5px;
  display: flex;
  justify-content: flex-end;
}

.my-aside__close {
  cursor: pointer;
  background: none;
  cursor: pointer;
  padding: 0;
  margin-right: -8px;
}

.my-aside__body .menu-item {
  display: block;
  text-decoration: none;
  color: #0a0a0a;
  padding: 20px;
  padding-top: 10px;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.my-aside .menu-item-has-children>a {
  display: block;
  display: flex;
  justify-content: space-between;
}

.my-aside .menu-item-has-children>a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  transform: rotateZ(180deg);
  transition: transform linear .2s;
}

.my-aside .menu-item-has-children>a.active::after {
  transform: rotateZ(0deg);
}

.my-aside .sub-menu {
  display: none;
}

.my-aside .sub-menu.active {
  display: block;
}

.my-aside .sub-menu li:first-of-type {
  padding-top: 15px;
}

.my-aside .sub-menu li:last-of-type {
  border: none;
  padding-bottom: 0;
}

.popup__wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
  cursor: pointer;
  z-index: 200;
  pointer-events: all;
  overflow: auto;
}

.popup__wrap.active {
  display: block;
}

.popup {
  color: #000;
  position: absolute;
  min-width: 350px;
  overflow: visible;
  font-weight: 700;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  z-index: 201;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .125);
}

.popup label {
  font-size: 12px !important;
}

.popup__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #393650;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

.settings-popup__label {
  padding-top: 15px;
  padding-bottom: 5px;
}

.settings-popup__input {
  border: 1px solid #cacaca;
  background-color: #fafafa;
  padding: 0 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  height: 40px;
}

.settings-popup__input-wrap {
  position: relative;
}

.settings-popup__input-wrap::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  right: 10px;
  top: 50%;
  transform: translateY(-49%);
  pointer-events: none;
}

.settings-popup__submit {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  border: none;
  background-image: linear-gradient(90deg, #1EA69A 0, #2ad8c9);
  font-weight: 700;
  width: 100%;
  border-radius: 62px;
  text-align: center;
  margin-top: 20px;
}

/* Search */
div.rhea-search-top-tabs-wrapper {
  justify-content: flex-start;
}

.rhea-search-tabs .rhea-ultra-tabs-list {
  justify-content: flex-start;
  row-gap: 0 !important;
  gap: 0 !important;
}

.rhea-ultra-tabs-list span.rhea-ultra-tab-name {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 35px 10px;
  font-weight: 400;
  font-size: 1.4rem;
  cursor: pointer;
  border-top-left-radius: 15px;
  color: #757575;
}

.rhea-ultra-tabs-list .rhea-ultra-tab:last-of-type span.rhea-ultra-tab-name {
  border-radius: 0;
  border-top-right-radius: 15px;
}

.rhea-ultra-tabs-list .rhea-ultra-tab span.rhea-ultra-tab-name:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}

.rhea-ultra-tabs-list input[type=radio]:checked~* {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 -3px 0 #1EA69A;
  color: #000;
}

.rhea-ultra-search-form-fields {
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 0px 15px 15px 15px !important;
  padding: 12px !important;
  position: relative;
}

div.rhea-search-top-tabs-wrapper {
  padding: 0;
}

.rhea-field-icon-wrapper {
  display: none !important;
}

.rhea_ultra_search_form_wrapper .rhea_mod_text_field input[type=text] {
  border: 0;
}


.rhea_ultra_search_form_wrapper .rhea_mod_text_field input[type=text]::placeholder {
  color: rgb(158, 158, 158) !important;
  font-weight: 400 !important;
}

.rhea-search-form-2 .rhea-fields-box {
  background: #fff;
  border-radius: 30px;
  padding-top: 3px !important;
  box-shadow: none;
}

.rhea_ultra_search_form_wrapper .rhea_prop_search__option {
  margin-bottom: 3px;
  position: relative;
}

.rhea-search-form-2 .rhea-ultra-search-form-inner {
  background: rgb(245, 246, 248);
}

.rhea-search-form-2 .rhea_search_button_wrapper .rhea_advanced_expander,
.rhea-search-form-2 .rhea_search_button_wrapper .rhea_search_form_button {
  background-color: #1EA69A !important;
  padding: 0px 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: auto !important;
  height: auto !important;
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
  border-width: 0px;
  margin-right: -5px;
}

.rhea-search-form-2 .rhea_search_button_wrapper .rhea_advanced_expander,
.rhea-search-form-2 .rhea_search_button_wrapper .rhea_search_form_button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.rhea_sfoi_ajax_loader {
  display: none !important;
}

.rhea-search-form-2 .rhea_search_button_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 12px 0;
}

.rhea-ultra-search-form-fields-wrapper {
  height: 46px;
}

.cities-list__item {
  position: relative;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 182px;
  margin: 0 7px;
}

.cities-list__item-title {
  position: absolute;
  bottom: 15px;
  left: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.cities_list .slick-arrow {
  top: 110px;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  background-size: 25px;
  background-color: hsla(0, 0%, 100%, .6666666666666666);
  /* margin-top: -20px; */
  border-radius: 54px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
}

.rent-items-obj .cities_list .slick-arrow {
  margin-top: 32px;
}

.cities_list .slick-next {
  right: 0;
}

.cities_list .slick-prev {
  left: 0;
}

.cities_list .slick-next:before,
.cities_list .slick-prev:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='54' height='54' viewBox='0 0 54 54' fill='none' version='1.1' id='svg9' sodipodi:docname='arrow-right.svg' inkscape:version='0.92.3 (2405546, 2018-03-11)'%3E%3Cmetadata id='metadata15'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs13' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='755' inkscape:window-height='480' id='namedview11' showgrid='false' inkscape:zoom='4.3703704' inkscape:cx='-0.45762712' inkscape:cy='27' inkscape:window-x='60' inkscape:window-y='0' inkscape:window-maximized='0' inkscape:current-layer='svg9' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 9L23.8275 12.1725L36.3825 24.75H9V29.25H36.3825L23.8275 41.8275L27 45L45 27L27 9Z' fill='white' id='path2' style='fill:%23000000' /%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='9' y='9' width='36' height='36'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 9L23.8275 12.1725L36.3825 24.75H9V29.25H36.3825L23.8275 41.8275L27 45L45 27L27 9Z' fill='white' id='path4' /%3E%3C/mask%3E%3Cg mask='url(%23mask0)' id='g7' style='fill:%23000000' /%3E%3C/svg%3E");
}

.cities_list .slick-prev:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='54' height='54' viewBox='0 0 54 54' fill='none' version='1.1' id='svg9' sodipodi:docname='arrow-left.svg' inkscape:version='0.92.3 (2405546, 2018-03-11)'%3E%3Cmetadata id='metadata15'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs13' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='755' inkscape:window-height='480' id='namedview11' showgrid='false' inkscape:zoom='4.3703704' inkscape:cx='27' inkscape:cy='27' inkscape:window-x='548' inkscape:window-y='89' inkscape:window-maximized='0' inkscape:current-layer='svg9' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 45L30.1725 41.8275L17.6175 29.25L45 29.25V24.75L17.6175 24.75L30.1725 12.1725L27 9L9 27L27 45Z' fill='white' id='path2' style='fill:%23000000' /%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='9' y='9' width='36' height='36'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 45L30.1725 41.8275L17.6175 29.25L45 29.25V24.75L17.6175 24.75L30.1725 12.1725L27 9L9 27L27 45Z' fill='white' id='path4' /%3E%3C/mask%3E%3Cg mask='url(%23mask0)' id='g7' style='fill:%23000000' /%3E%3C/svg%3E%0A");
}

.cities-list__item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  display: block;
}

.my-section-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  color: #1a1a1a;
}

.my-section-subtitle {
  color: gray;
  color: gray;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
}

.rent-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rent-button__btn {
  flex-shrink: 0;
  cursor: poiner;
  display: flex;
  align-items: center;
  background: #eeefee;
  height: 40px;
  border: none;
  border-radius: 25px;
  outline: none;
  color: #000;
}

.rent-button__btn::after {
  margin-left: 5px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  transition: transform linear .2s;
}

/* Radio */
.form_radio input[type=radio] {
  display: none;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  user-select: none;
}

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='7' fill='white' stroke='%231EA69A'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

/* Checked */
.form_radio input[type=radio]:checked+label:before {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='7' fill='white' stroke='%231EA69A'/%3E%3Crect x='3' y='3' width='9' height='9' rx='4.5' fill='%231EA69A'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

/* Hover */
.form_radio label:hover:before {
  filter: brightness(120%);
}

/* Disabled */
/* Disabled */
.form_radio input[type=radio]:disabled+label:before {
  filter: grayscale(100%);
}

.rent-button__btn .form_radio {
  pointer-events: none;
  height: 15px;
  width: 15px;
  margin-right: 4px;
  margin-bottom: -9px;
}

.rent-button__dropdown {
  display: none;
  text-align: left;
  list-style: none;
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translate3d(0px, 70px, 0px);
  z-index: 101;
  color: #000;
  font-weight: 400px;
}

.rent-button__dropdown .form_radio:last-of-type {
  margin-top: 5px;
}

.rent-button__dropdown.active {
  display: block;
}

.rent-button__wrap {
  position: relative;
  flex-shrink: 0;
}

.cities__panel {
  margin-top: 10px;
  display: flex;
  margin-bottom: 15px;
}

.cities__panel {
  border-bottom: 1px solid #000;
}

.cities__item {
  padding: 7px 15px;
  font-size: 1.5rem;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  background: none;
  color: #000;
}

.cities__item.active {
  border-bottom: 2px solid #1EA69A;
  margin-bottom: -2px;
}

.cities__item:hover {
  background-color: #e2e2e2;
  border-radius: 5px 5px 0 0;
}

.cities-list__item-img {
  height: 160px;
  position: relative;
}

.cities-list__item-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.cities-list__item-obj {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.cities-list__item-title-obj {
  color: #1EA69A !important;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  position: static;
}

.cities_list .slick-track {
  display: flex;
}

.cities-list__tags {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}

.cities-list__item-price {
  padding: 5px 10px;
}

.rh_btn__prop_open-list {
  margin-right: 10px;
}

.cities-list__tags-group {
  display: flex;
}

.cities-list__tags-group-item:last-of-type {
  margin-left: 10px;
}

.view-all-props-btn {
  width: 238px;
  display: flex;
}

.view-all-props-btn:after {
  margin-left: 10px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='54' height='54' viewBox='0 0 54 54' fill='white' version='1.1' id='svg9' sodipodi:docname='arrow-right.svg' inkscape:version='0.92.3 (2405546, 2018-03-11)'%3E%3Cmetadata id='metadata15'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs13' /%3E%3Csodipodi:namedview pagecolor='%23fffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='755' inkscape:window-height='480' id='namedview11' showgrid='false' inkscape:zoom='4.3703704' inkscape:cx='-0.45762712' inkscape:cy='27' inkscape:window-x='60' inkscape:window-y='0' inkscape:window-maximized='0' inkscape:current-layer='svg9' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 9L23.8275 12.1725L36.3825 24.75H9V29.25H36.3825L23.8275 41.8275L27 45L45 27L27 9Z' fill='white' id='path2' style='fill:%23ffffff' /%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='9' y='9' width='36' height='36'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 9L23.8275 12.1725L36.3825 24.75H9V29.25H36.3825L23.8275 41.8275L27 45L45 27L27 9Z' fill='white' id='path4' /%3E%3C/mask%3E%3Cg mask='url(%23mask0)' id='g7' /%3E%3C/svg%3E");
}

.rh_form_fat_collapsed_fields_wrapper {
  display: block !important;
  height: initial !important;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
  display: flex;
}

.rh_prop_search__advance {
  display: none !important;
}

.rh_prop_search__form {
  padding: 0 15px;
  margin-top: -64px;
  position: absolute;
  left: 0;
  right: 0;
  flex-wrap: nowrap;
}

.rh_prop_search__form .rh_prop_search__fields {
  background: none;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option {
  background: rgb(245, 246, 248);
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option {
  padding: 9px 39px 8px 20px;
  border-radius: 30px;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input {
  padding: 0;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
  margin-left: 10px;
}

.rh_prop_search__wrap.rh_prop_search_data .rh_prop_search__option {
  position: relative;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  margin-right: 10px
}

.rh_prop_search__wrap.rh_prop_search_data .rh_prop_search__option label {
  display: none;
}

.rh_prop_search__wrap.rh_prop_search_data .btn.dropdown-toggle {
  background: rgb(245, 246, 248);
  padding: 5px 25px 5px 20px;
  border-radius: 30px;
}

.rh_form_fat_top_fields {
  display: flex;
  flex-wrap: nowrap;
}

.rh_form_fat_collapsed_fields_container {
  display: flex;
  flex-wrap: nowrap;
}

.rh_form_fat_collapsed_fields_wrapper {
  display: flex !important;
}

@media (min-width: 1280px) {

  .page-template-properties-search .rh_banner__default.rh_banner,
  .tax-property-type .rh_banner__default.rh_banner {
    height: 73px;
  }
}

button.rh_btn.rh_btn__prop_search {
  color: white;
  border-radius: 30px;
  padding: 10px 25px !important;
  min-width: 150px;
  height: 50px !important;
  border: none;
  background-image: linear-gradient(to right, #1ea69a 0%, #2acabd 100%) !important;
  font-size: 1.3rem;
  outline: none !important;
  max-width: 151px;
}

.rh_prop_search__form .rh_prop_search__buttons {
  align-items: flex-end;
}

.rh_prop_search__form .rh_prop_search__btnWrap {
  justify-content: flex-start;
}

button.rh_btn.rh_btn__prop_search:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px;
}

.rh_prop_search__advance::before {
  display: none;
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn {
  display: flex;
  align-items: flex-end;
  width: 62%;
}

.rh_keyword_field_wrapper.rh_prop_search__option.rh_mod_text_field {
  border: 0 !important;
  overflow: hidden !important;
  width: 344px !important;
  width: 100%;
  height: 50px;
}

.more-options-mode-container {
  display: none;
}

.rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger>button {
  padding: 15px 17px 15px 20px;
  /* width: 130px; */
}

.inspiry_bs_is_open,
.rh_prop_search__form .rh_prop_search__fields .inspiry_bs_is_open .inspiry_select_picker_trigger button.dropdown-toggle {
  background: rgb(235 235 235);
  color: #000;
}

.rh_prop_search__form .rh_prop_search__fields .inspiry_bs_is_open .inspiry_select_picker_trigger button.dropdown-toggle .caret {
  border-top-color: #000;
}

.rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger div.dropdown-menu {
  background-color: #fff;
  padding: 0px;
  border-radius: 14px;
  margin-top: 10px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 50px, 0px);
}

.rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger div.dropdown-menu li a {
  color: #000;
  border: none;
}

.rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger div.dropdown-menu li:hover {
  background: #ffffff00;
}

.rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger div.dropdown-menu li.selected {
  background: #fff0;
}

@media (min-width: 1140px) {
  .rh_banner__default {
    height: 30rem;
  }
}

.bs-searchbox {
  display: none;
}

.rh_prop_search__fields .fas.fa-check.check-mark {
  content: '';
  width: 17px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='7' fill='white' stroke='%231EA69A'/%3E%3Crect x='3' y='3' width='9' height='9' rx='4.5' fill='%231EA69A'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

.rh_prop_search__fields .fa-check:before {
  display: none;
}

@media (min-width: 1024px) {
  .rh_banner__default {
    height: 30rem;
  }
}

@media (max-width: 1023px) {
  .rh_banner__default.rh_banner__default_hide {
    display: block;
  }
}

@media (min-width: 768px) {
  .rh_banner__default {
    height: 28rem;
  }
}

.rh_btn.rh_btn__prop_open-list {
  border-radius: 50%;
  width: 50px;
  flex-shrink: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.rh_list_card__wrap {
  cursor: pointer !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #eee;
}

.rh_list_card__wrap:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.rh_list_card__row-wrap {
  padding-bottom: 10px;
}

@media(max-width: 1154px) {
  .rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger div.dropdown-menu {
    min-height: 200px;
    overflow: scroll;
  }

  .rh_prop_search__form .rh_prop_search__buttons {
    width: initial;
  }

  .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn {
    width: 100%;
  }

  .rh_prop_search__form div.rh_prop_search__fields {
    width: 100%;
  }

  .rh_keyword_field_wrapper.rh_prop_search__option.rh_mod_text_field {
    max-width: initial !important;
    width: 100%;
    flex-shrink: 0;
  }

  .rh_btn.rh_btn__prop_open-list {
    display: flex;
  }

  .lang.toggle-settings,
  .lang.toggle-settings,
  .curr.toggle-settings {
    display: none;
  }

  .elementor-5957 .elementor-element.elementor-element-5d58aba .side-toggler {
    margin-left: -1px;
  }

  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    flex-wrap: wrap;
  }

  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    /* max-width: 331px; */
    margin-top: 39px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    display: none;
  }

  .rh_form_fat_top_fields {
    flex-wrap: wrap;
    width: 100%;
  }

  div.rh_prop_search__wrap.rh_prop_search_data .rh_prop_search__option {
    width: 100%;
    margin-right: 0px !important;
  }

  .rh_form_fat_collapsed_fields_container {
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  .rh_form_fat_collapsed_fields_wrapper {
    width: 100%;
  }

  .rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger>button {
    width: 100%;
    margin-top: 6px;
  }

  .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn {
    align-items: center;
  }

  .rh_prop_search__form .rh_prop_search__buttons {
    align-items: flex-start;
    margin-left: 10px;
  }

  .rh_prop_search__form {
    margin-top: -68px;
  }

  .rh_banner__default {
    height: 20rem;
  }
}

.rh_prop_search__form .rh_prop_search__fields {
  width: initial;
}

@media(max-width: 575px) {
  .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search svg {
    margin-right: 0px;
  }

  .elementor-5957 .elementor-element.elementor-element-39be291 .logo {
    width: 113px;
    margin-right: 5px;
  }

  .rh_prop_search__form .rh_prop_search__btnWrap {
    flex-direction: column;
  }

  .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    min-width: initial;
  }

  .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search avg {
    margin-left: 3px;
  }

  .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search span {
    display: none;
  }

  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    /* max-width: 240px; */
  }
}

@media (max-width: 1024px) {
  .elementor-5957 .elementor-element.elementor-element-a6f263d img {
    width: 100%;
  }
}

@media(max-width: 491px) {
  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    /* max-width: 190px; */
  }
}

.dropdown.bootstrap-select.was-selected {
  position: relative;
}

.dropdown.bootstrap-select.was-selected::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #1ea69a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  z-index: 50;
}

.clear-filter {
  white-space: nowrap;
  margin-left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}

.clear-filter button {
  color: #000;
}

.clear-filter.active {
  display: flex;
}

.clear-filter button {
  background: none;
  cursor: pointer;
}

.rh_list_card__author {
  display: none;
}

.widget.rh_property_agent {
  display: none;
}

.rh_list_card__separator {
  margin: 0 10px;
}

.property-buttons__wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.property-buttons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 56px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
  border: 2px solid #1EA69A;
  border-radius: 10px;
  outline: 0;
  color: #1EA69A;
  margin-right: 5px;
  cursor: pointer;
}

.property-buttons__item svg {
  margin-bottom: 4px;
  fill: #1EA69A;
}

.property-buttons__item:hover {
  background-color: #1ea69a1a;
}

.property-window-over {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}

.property-window-over.active {
  opacity: 1;
  pointer-events: all;
}

.property-window-over__content {
  height: 100%;
}

.property-window-over__content-item {
  height: 100%;
  overflow: auto;
}

.property-window-over__content-location {
  height: 100%;
}

.property-window-over__content-video iframe {
  width: 100% !important;
  height: 100% !important;
}

.property-window-over .rh_property__map_wrap #property_map,
.rh-property-map-inner-wrap {
  height: 100%;
}

.rh_property__map_wrap {
  height: 100%;
}

.property-window-over__head {
  padding: 15px 0 15px 100px;
  display: flex;
  justify-content: space-between;
}

.head-numbers {
  display: flex;
}

.head-numbers__column:not(:first-of-type) {
  margin-left: 25px;
}

.head-numbers__title {
  font-weight: 600;
  font-size: 20px;
  color: #1ea69a;
}

.head-numbers__metrics {
  display: flex;
  align-items: center;
}

.head-numbers__metric {
  color: #000;
  display: flex;
  font-weight: 300;
  font-size: 32px;
  align-items: flex-end;
  margin-left: 25px;
}

.head-numbers__sum {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 300;
  color: #393650;
}

span.head-numbers__tag {
  background-color: #1EA69A;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: 700;
}

.head-numbers__metric:first-of-type {
  margin-left: 0;
}

.head-numbers__metric-desc {
  margin-left: 5px;
  font-weight: 400;
  font-size: 15px;
}

.head-numbers__metric svg {
  margin-left: 5px;
  width: 32px;
}

.property-window-over__btns .property-buttons__wrap {
  margin: 0;
  padding: 20px 20px 20px 100px;
}

@media(max-width: 814px) {
  .head-numbers {
    display: none;
  }

  .property-window-over__head {
    justify-content: flex-end;
  }

  .property-window-over__sidebar {
    display: none;
  }

  .property-window-over__btns .property-buttons__wrap {
    padding: 20px;
  }
}

.property-window-over__content-master-plan img {
  width: 100%;
}

.property-window-over__row {
  display: flex;
  align-items: stretch;
  height: 79%;
}

.property-window-over__content {
  flex-grow: 1;
}

.property-window-over__sidebar {
  width: 450px;
  height: 100%;
  flex-shrink: 0;
}

.property-window-over__sidebar .sidebar-contact-widget {
  box-shadow: none;
  border-radius: 0;
}

.property-window-over__close {
  background: none;
  cursor: pointer;
}

.popup .rh_wrapper_currency_switcher {
  right: 0;
}

.popup #currency-switcher {
  border: 1px solid #cacaca;
  background-color: #fafafa;
  padding: 0 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  height: 40px;
}

.popup #currency-switcher #selected-currency {
  color: #000;
  font-weight: 600;
}

.popup #currency-switcher-form {
  background: none;
  border: 0;
}

.popup #currency-switcher #selected-currency .currency_text {
  font-weight: 600;
}

.popup .rh_wrapper_language_switcher {
  right: 0;
}

.popup .rh_wrapper_language_switcher {
  border: 1px solid #cacaca;
  background-color: #fafafa;
  padding: 0 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  height: 40px;
}

.popup .inspiry-language-switcher {
  background: none;
  border: 0;
}

.popup .inspiry-language-native {
  color: #000;
  font-weight: 600;
}

.popup .inspiry-language-switcher>ul>li:after {
  color: #000;
}

.rh_page__listing-wrap {
  display: flex;
}

.rh_page__listing-tags {
  width: 300px;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  text-align: left;
}

.rh_page__listing-tag {
  display: block;
  margin-top: 20px;
}

@media(max-width: 1077px) {
  .rh_page__listing-wrap {
    flex-direction: column;
  }

  .rh_page__listing-tags {
    width: 100%;
    margin-left: 0px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
    padding: 30px;
    text-align: left;
  }
}

.rh_page__listing-tags h2 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.rh_page__listing-tags h2:not(:first-of-type) {
  padding-top: 40px;
}

.rh_page__listing-tags a {
  display: block;
}

#rh_save_search button {
  display: none;
}

.rh_alert-wrapper {
  margin-bottom: 300px;
}

#rh-banner-attachment-parallax {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 550px;
  width: calc(100% - 40px);
  margin-left: 20px;
}

@media(max-width: 1199px) {
  #rh-banner-attachment-parallax {
    height: 450px;
  }
}

@media(max-width: 959px) {
  #rh-banner-attachment-parallax {
    height: 400px;
  }
}

@media(max-width: 479px) {
  #rh-banner-attachment-parallax {
    height: 350px;
  }
}

.rh_banner .rh_banner__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}

.div_rh_banner__subtitle {
  display: block;
  color: #fff;
  margin-top: 10px;
}

.rh_banner .rh_banner__wrap {
  width: initial;
}

.contact-popup__form {
  padding-top: 15px;
  max-width: 288px;
}

.contact-popup__form .wpcf7-form .wpcf7-form-control-wrap input {
  background-color: #fff;
  height: 40px;
  font-size: 1.5rem;
  border: none;
  border-bottom: 2px solid #000;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.contact-popup__form .wpcf7-form .wpcf7-form-control-wrap select {
  font-size: 1.5rem;
  margin: 0;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-right: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  background: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(59,87,149)' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'></path></svg>") no-repeat;
  background-size: 13px;
  background-position: 100%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #3b5795;
}

.contact-popup__form .wpcf7-not-valid-tip {
  margin-top: -7px !important;
  padding: 0px 0 15px;
}

body .contact-popup__form input.wpcf7-submit,
body .contact-popup__form input.wpcf7-submit:hover {
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px 20px;
  color: #fff !important;
  border: none;
  background-image: linear-gradient(90deg, #20ccbd 0, #4fdcd0);
  padding: 20px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  border-radius: 62px;
}

.contact-us-btn {
  width: initial;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 200;
}

.rh_banner__title {
  text-align: center;
  color: rgb(255, 255, 255);
}

.div_rh_banner__subtitle {
  color: rgb(255, 255, 255);
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
}

.rh_prop_search {
  z-index: 0;
}

.sidebar-contact-widget {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  text-align: left;
}

.sidebar-contact-widget h2 {
  margin: 0;
  font-size: 20px;
  color: #1EA69A;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #b6b6b6;
}

.sidebar-contact-widget .sidebar-contact-widget__form {
  padding-top: 23px;
}

.sidebar-contact-widget__form br {
  display: none !important;
}

div.sidebar-contact-widget__form p {
  margin: 0;
}

div.sidebar-contact-widget__form .wpcf7-form-control-wrap input {
  margin: 0;
  display: block;
  margin-bottom: 8px;
  background: #f9f9f9 0 0 no-repeat padding-box;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 2px solid #fff;
  padding-left: 23px;
  padding-right: 23px;
}

div.sidebar-contact-widget__form .wpcf7-form-control-wrap textarea {
  overflow: hidden;
  margin: 0;
  display: block;
  margin-bottom: 8px;
  background: #f9f9f9 0 0 no-repeat padding-box;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 2px solid #fff;
  padding-left: 23px;
  padding-right: 23px;
  min-height: 118px;
}

div.sidebar-contact-widget__form input[type="submit"] {
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 15px 19px;
  color: #fff !important;
  border: 3px solid #df625c;
  background: #ff6c65;
  border-radius: 62px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.15px;
  font-size: 16px;
  margin-top: 17px;
}

.sidebar-contact-widget__form-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 100%;
  padding: 15px 19px;
  color: #1EA69A !important;
  border: 3px solid #1EA69A;
  background: none;
  border-radius: 62px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.15px;
  font-size: 16px;
  margin-top: 17px;
}

.sidebar-contact-widget__form-contact:first-of-type svg path {
  fill: #1EA69A;
}

.sidebar-contact-widget__form-contact:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
  border-color: #21b4a7;
  color: #fff;
  filter: brightness(95%);
}

div.sidebar-contact-widget__form input[type="submit"]:hover {
  background: #ff6c65;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
  border-color: #df625c;
  filter: brightness(95%);
}

div.sidebar-contact-widget__form .wpcf7-not-valid-tip {
  margin: 0px 0 10px;
}

div.sidebar-contact-widget__form .wpcf7-spinner {
  display: block;
  margin: 10px auto;
}

.property-tables {
  display: flex;
}

@media(max-width: 1213px) {
  .property-tables {
    flex-direction: column;
  }
}

.property-tables__item:not(:first-of-type) {
  margin-left: 20px;
}

@media(max-width: 1213px) {
  .property-tables__item:not(:first-of-type) {
    margin-left: 0px;
  }
}

.property-tables__title,
.property-tables__title a {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1ea69a;
}

.property-tables__title a {
  color: #1EA69A;
}

.property-tables tr {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
}

.property-tables tr:first-of-type {
  border-top: none;
}

.property-tables table {
  border: none;
  margin-top: 0px;
}

.property-tables td {
  border: none;
  font-weight: 300;
  font-size: 15px;
  color: #000;
}

#property-agent-contact-methods-wrapper {
  display: none;
}

.rh_wrap--padding {
  padding: 0 2rem;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.property-detail-slider-wrapper {
  margin: 0 calc(-2rem - 4px);
}

.property-detail-slider-wrapper .slider-img {
  margin: 2px;
}

body.property-template-default .inspiry_property_masonry_style a span::after {
  background: #393650e6;
}

.inspiry_property_masonry_style a:hover::before {
  background: #ffffff9e;
}

@media only screen and (min-width: 768px) {
  .inspiry_property_masonry_style {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

body.property-template-default .inspiry_property_masonry_style a:nth-child(n+6) {
  display: none;
}

.rh_page__property .rh_page__property_title .rh_page__title {
  font-size: 4.4rem;
}

@media(min-width: 1140px) {
  .rh_wrap--topPadding {
    padding-top: 0;
  }
}

.property-window-over__content .property-detail-slider-wrapper {
  width: 100%;
  margin: 0;
}

.property-window-over__content-item .rh_property__map_wrap {
  margin: 0;
}

.property-window-over__content-item .inspiry_property_masonry_style a {
  display: block !important;
  height: 300px;
  border-radius: 9px;
}

.property-window-over__content-item .inspiry_property_masonry_style {
  grid-template-columns: 1fr 1fr !important;
}

@media(max-width: 1128px) {
  .property-window-over__content-item .inspiry_property_masonry_style {
    grid-template-columns: 1fr !important;
  }
}

.property-window-over__content-item .inspiry_property_masonry_style a:first-child {
  grid-row: unset;
  grid-column: unset;
}

.property-window-over__content-item .inspiry_property_masonry_style a span {
  display: none !important;
}

.property-window-over__content-item .property-detail-slider-wrapper {
  overflow: initial !important;
}

.property-window-over__content-floor-plan-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3px;
}

@media(max-width: 1128px) {
  .property-window-over__content-floor-plan-wrap {
    grid-template-columns: 1fr;
  }
}

.property-window-over__content-floor-plan-wrap img {
  border-radius: 9px;
}

.rh_content-show-more,
.rh_content-show-less {
  background: none;
  color: var(--rh-global-color-primary);
  cursor: pointer;
}

.rh_content h2 {
  color: #1ea69a;
  display: block;
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.title_heading {
  color: #1ea69a !important;
}

.rh_property__features_wrap .rh_property__feature:before {
  background-color: #1ea69a !important;
  background-position: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  background-size: 22px !important;
}

.rh_content p:last-of-type {
  margin-bottom: -2px;
}

body {
  color: #000;
}

@media (min-width: 768px) {
  .rh_page__property {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .rh_prop_search {
    padding-bottom: 2.5rem;
  }
}

.sidebar-contact-widget__form-info {
  margin-top: 35px;
}

.sidebar-contact-widget__form-info p {
  text-align: center;
  line-height: 12px;
  font-weight: 300;
  font-size: 12px;
  color: #bbb;
  font-weight: 300;
}

.sidebar-contact-widget__form-info p a {
  font: inherit;
  color: inherit;
}

.sidebar-contact-widget__form-line {
  border-bottom: 1px solid #dee2e6;
  margin: 0 -30px;
}

.rh_footer a {
  color: #000 !important;
}

.rh_footer a:hover {
  color: #1ea69a !important;
}

.rh_footer .Property_Types_Widget li::before,
.rh_footer .widget_recent_comments li::before,
.rh_footer .widget_recent_entries li::before,
.rh_footer .widget_categories li::before,
.rh_footer .widget_nav_menu li::before,
.rh_footer .widget_archive li::before,
.rh_footer .widget_pages li::before,
.rh_footer .widget_meta li::before {
  border-left-color: #000;
}

.rh_footer__widgets .widget .title {
  color: #000;
}

.rh_footer .elementor-icon-list-text {
  color: #000 !important;
}

.rh_footer .elementor-heading-title {
  color: #000 !important;
}

.rh_footer {
  background: none;
}

.footer-before {
  background-image: linear-gradient(90deg, #1EA69A 0, #2ad8c9);
  padding: 45px 0;
}

.page-id-105 .footer-before {
  margin-top: 88px;
}

.footer-before__container {
  max-width: 1269px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-before__title {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0 !important;
}

.footer-before__content {
  color: #fff;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 19px;
}

.rh_list_card__details_wrap {
  min-height: 260px;
  padding: 15px 30px 15px 40px !important;
}

@media(max-width: 767px) {
  .rh_list_card__details_wrap {
    padding: 15px 20px 15px 20px !important;
  }
}

.rh_list_card__wrap .rh_list_card__details_wrap h3 {
  margin-bottom: 5px;
}

.rh_list_card__wrap .rh_list_card__details_wrap h3 a {
  text-overflow: ellipsis;
  line-height: 100%;
  font-size: 2.5rem;
  font-weight: 400;
}

.rh_list_card__property_address {
  font-size: 14px;
  font-weight: 300;
  line-height: 128%;
  margin-bottom: 6px;
}

.rh_list_card__wrap .rh_list_card__details_wrap {
  display: flex;
  flex-direction: column;
}

.rh_list_card__wrap .rh_list_card__details {
  width: 100% !important;
  border: 0 !important;
}

.rh_list_card__wrap .rh_list_card__priceLabel {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  padding: 0;
  padding-top: 20px;
  align-items: center;
}

@media(max-width: 767px) {
  .rh_list_card__wrap .rh_list_card__priceLabel {
    flex-direction: column;
  }

  button.rh_list_card__price-btn {
    margin-top: 20px;
    width: 100% !important;
    padding: 8px 10px 8px !important;
  }
}

.rh_list_card__meta_wrap {
  display: none !important;
}

.rh_list_card__excerpt {
  color: #000 !important;
}

.rh_list_card__wrap .rh_overlay,
.rh_list_card__wrap .rh_overlay__contents {
  display: none !important;
}

.rh_list_card__wrap .rh_list_card__btns {
  display: none !important;
}

.rh_list_card__wrap .property-label {
  top: 10px !important;
  left: 10px !important;
  bottom: initial;
  background: #1ea69a;
  font-size: 1.3rem;
}

.rh_label span {
  display: none !important;
}

.rh_photo-count {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 100%;
  padding: 8px 7px !important;
  position: absolute;
  background-color: #273358;
  bottom: 1rem;
  border-radius: 15px;
  font-size: 1.4rem;
  color: #fff;
  right: 10px;
  z-index: 10;
}

input[class="rhea-keyword-live"]::placeholder {
  color: #757575;
  opacity: 1;
}

.cities-list__item__wrap {
  position: relative;
}

.rent-items-links .cities-list__item,
.rent-items-rent .cities-list__item {
  overflow: hidden;
}

.rent-items-links .cities-list__item::before,
.rent-items-rent .cities-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
}

.rent-items-links .cities-list__item .cities-list__item-title,
.rent-items-rent .cities-list__item .cities-list__item-title {
  transition: all .5s;
}

.rent-items-links .cities-list__item__wrap:hover .cities-list__item-title,
.rent-items-rent .cities-list__item__wrap:hover .cities-list__item-title {
  bottom: 60px;
}

.rent-items-links .cities-list__item-btn,
.rent-items-rent .cities-list__item-btn {
  position: absolute;
  left: 50%;
  transition: all .5s;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%) translateY(calc(50% + 10px));
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding: 11px !important;
  background-image: linear-gradient(90deg, #1EA69A 0, #2ad8c9);
}

.rent-items-links .cities-list__item__wrap:hover .cities-list__item-btn,
.rent-items-rent .cities-list__item__wrap:hover .cities-list__item-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(50%);
  bottom: 30px;
}

.rent-items-links .cities-list__item-btn::before,
.rent-items-rent .cities-list__item-btn::before {
  content: "";
  display: block;
  height: 15px;
  width: 14px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 31.143 31.143' xml:space='preserve'%3E%3Cg%3E%3Cg id='c100_arrow'%3E%3Cpath d='M0,15.571c0.001,1.702,1.383,3.081,3.085,3.083l17.528-0.002l-4.738,4.739c-1.283,1.284-1.349,3.301-0.145,4.507 c1.205,1.201,3.222,1.138,4.507-0.146l9.896-9.898c1.287-1.283,1.352-3.301,0.146-4.506c-0.033-0.029-0.068-0.051-0.1-0.08 c-0.041-0.043-0.07-0.094-0.113-0.139l-9.764-9.762c-1.268-1.266-3.27-1.316-4.474-0.111c-1.205,1.205-1.153,3.208,0.111,4.476 l4.755,4.754H3.085C1.381,12.485,0,13.865,0,15.571z'/%3E%3C/g%3E%3Cg id='Capa_1_46_'%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
}

.rent-items-links .slick-list,
.rent-items-rent .slick-list {
  overflow: hidden;
}

amp-accordion,
amp-sidebar {
  display: none;
}

.rh_prop_search__fields {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
}

.rh_prop_search__form {
  max-width: initial;
  padding-left: 30px;
}

.rh_prop_search__option.rh_keyword_field_wrapper {
  position: relative;
}

.rh_prop_search__option.rh_keyword_field_wrapper button {
  padding-left: 10px;
  padding-right: 13px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 14px;
  bottom: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}

.rh_prop_search__option.rh_keyword_field_wrapper button[type="submit"] {
  pointer-events: none;
}

.rh_prop_search__option.rh_keyword_field_wrapper button:not([type="submit"]) {
  background: none !important;
}

.rh_banner {
  background-color: #fff !important;
}

.home .elementor-5957 .elementor-element.elementor-element-b79278 .elementor-nav-menu--main a.elementor-item {
  color: #fff !important;
}

.page-template-home .elementor-5957 .elementor-element.elementor-element-b79278 .elementor-nav-menu--main a.elementor-item {
  color: rgba(0, 0, 0, 0.9);
  font-family: Rubik;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-align: left;
}

.home .side-toggler svg {
  fill: #fff !important;
}

#ajax-loader svg rect {
  fill: #fff0 !important;
}

.picker-price__wrap {
  background-color: #fff;
  padding: 0px;
  border-radius: 14px;
  margin-top: 10px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 50px, 0px);
  display: none;
  padding: 10px;
}

.picker-price__wrap-price-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rh_prop_search__option-dropdown {
  background: rgb(245, 246, 248);
  border-radius: 30px;
  padding: 15px 35px 15px 20px;
  display: flex;
  color: #444;
  cursor: pointer;
  position: relative;
}

.rh_prop_search__option-dropdown.active {
  background: rgb(235 235 235);
}

.rh_prop_search__option-dropdown .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  display: block;
  font-size: 1.5rem;
  outline: 0;
  border: none;
  padding-left: 0;
  border-radius: 0;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid gray !important;
  border-right: 4px solid rgba(0, 0, 0, 0) !important;
  border-left: 4px solid rgba(0, 0, 0, 0) !important;
  content: "";
  margin-top: -4px;
}



.picker-price__wrap .rh_prop_search__option {
  margin: 0 !important;
}

.rh_prop_search__option-dropdown-wrap {
  position: relative;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  margin-right: 10px;
}

.picker-price__wrap-btn-group button {
  cursor: pointer;
  border: 1px solid transparent;
  color: #333 !important;
  border-color: #333 !important;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  padding: .375rem .75rem;
  background: none !important;
}

.picker-price__wrap-btn-group {
  position: relative;
  display: flex;
  vertical-align: middle;
}

.picker-price__wrap-btn-group>.btn:not(:last-child) {
  border-radius: 0;
  border-right: 0;
}

.picker-price__wrap-btn-group>.btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.picker-price__wrap-btn-group>.btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.picker-price__wrap-btn-group>.btn,
.picker-price__wrap-btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.picker-price__wrap-btn-group>.btn:hover,
.picker-price__wrap-btn-group>.btn.active {
  background: #1bbdaf82 !important;
}

.picker-price__wrap-exact {
  margin-top: 10px;
}

.picker-price__wrap-exact {
  display: flex;
  align-items: center;
}

.picker-price__wrap-exact input {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  accent-color: #1ea69a;
}

.changing-val {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.more-wrap__wrap {
  padding: 5px;
}

.more-wrap__title {
  margin-bottom: 10px;
}

.more-wrap__selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}


.more-wrap__selects input[type="checkbox"] {
  flex-shrink: 0;
}

.more-wrap__outer {
  width: 398px;
  transform: translate3d(-187px, 50px, 0px);
}

.more-wrap__outer input[type="checkbox"] {
  width: 19px;
  height: 19px;
  accent-color: #1ea69a;
  margin-right: 10px;
}

.more-wrap__outer label {
  display: flex;
  align-items: center;
}

.more-wrap__line {
  border-top-color: rgb(221, 221, 221);
  border-bottom-style: solid;
  border-bottom-color: rgb(214, 214, 214);
  margin: 18px 0;
  border-width: 1px 0;
}

@media(max-width: 1512px) {

  .page-template-properties-search .rh_banner__default.rh_banner,
  .tax-property-type .rh_banner__default.rh_banner {
    height: 73px;
  }

  /* .rh_keyword_field_wrapper.rh_prop_search__option.rh_mod_text_field {
    width: 204px !important;
  } */

  /* .rh_btn__prop_search span {
    display: none !important;
  } */

  button.rh_btn.rh_btn__prop_search {
    min-width: 119px !important;
  }
}

@media(max-width: 575px) {
  button.rh_btn.rh_btn__prop_search {
    min-width: initial !important;
  }
}

@media(max-width: 1335px) {
  .rh_keyword_field_wrapper.rh_prop_search__option.rh_mod_text_field {
    width: 344px !important;
  }

  .rh_prop_search__fields {
    flex-direction: column !important;
  }

  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    margin-left: 0px;
    /* overflow: auto; */
  }

  .rh_prop_search__form {
    margin-top: -124px;
  }

  .page-template-properties-search .rh_banner__default.rh_banner,
  .tax-property-type .rh_banner__default.rh_banner {
    height: 130px;
  }

  .rh_form_fat_top_fields {
    margin-top: 15px;
  }
}

@media(max-width: 1154px) {
  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    overflow: auto;
  }
}

@media(max-width: 1209px) {
  .elementor-5957 .elementor-element.elementor-element-b79278 .elementor-nav-menu--main .elementor-item {
    margin-right: 10px !important;
  }

  .elementor-5957 .elementor-element.elementor-element-39be291 .logo {
    margin-right: 4px !important;
  }
}

@media(max-width: 1154px) {
  .rh_keyword_field_wrapper.rh_prop_search__option.rh_mod_text_field {
    width: 100% !important;
  }

  .page-template-properties-search .rh_banner__default.rh_banner,
  .tax-property-type .rh_banner__default.rh_banner {
    height: 75px;
  }

  .rh_prop_search__form {
    margin-top: -72px;
  }
}

.rh_prop_search {
  padding-bottom: 2.5rem !important;
}

.rh_prop_search__option.rh_mod_text_field button:not([type="submit"]) {
  display: none;
}


.rh_prop-title-mob {
  display: none;
}

@media(max-width: 1154px) {
  .rh_prop_search__option.rh_mod_text_field button[type="submit"] {
    display: none;
  }

  .rh_prop-title-mob {
    display: block;
    padding: 15px 0 5px;
  }

  .more-wrap__wrap {
    padding-top: 10px;
  }


  .rh_prop_search__option.rh_mod_text_field button:not([type="submit"]) {
    display: block;
  }

  .clear-filter>button {
    display: none;
  }

  .rh_prop_search__option-dropdown-wrap {
    width: 100%;
    margin: 0;
    margin-top: 6px;
  }

  .rh_prop_search__option-dropdown {
    width: 100% !important;
  }

  /* one tab */
  .rh_prop_search__option-dropdown-wrap_price .picker-price__wrap {
    display: block !important;
    transform: initial !important;
    position: static;
    padding: 0px;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    will-change: initial !important;
  }

  .rh_prop_search__option-dropdown-wrap_price .picker-price__wrap button {
    margin-top: 0 !important;
  }

  .rh_prop_search__option-dropdown-wrap_price .rh_prop_search__option-dropdown {
    display: none;
  }

  /* one tab */
  .rh_prop_search__option-dropdown-wrap_beds .picker-price__wrap {
    display: block !important;
    transform: initial !important;
    position: static;
    padding: 0px;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    will-change: initial !important;
  }

  .rh_prop_search__option-dropdown-wrap_beds .picker-price__wrap button {
    margin-top: 0 !important;
  }

  .rh_prop_search__option-dropdown-wrap_beds .rh_prop_search__option-dropdown {
    display: none;
  }

  /* one tab */
  .rh_prop_search__option-dropdown-wrap_more .picker-price__wrap {
    display: block !important;
    transform: initial !important;
    position: static;
    padding: 0px;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    will-change: initial !important;
  }

  .rh_prop_search__option-dropdown-wrap_more .picker-price__wrap button {
    margin-top: 0 !important;
  }

  .rh_prop_search__option-dropdown-wrap_more .rh_prop_search__option-dropdown {
    display: none;
  }

  .more-wrap__outer {
    width: initial;
  }
}

@media(max-width: 1154px) {
  .rh_prop_search__form .rh_prop_search__fields {
    position: initial;
  }

  .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
    overflow: auto;
    position: absolute;
    bottom: 0px;
    margin: 0;
    right: 0;
    left: 0;
    transform: translateY(calc(100% + 0px));
    border-radius: 0;
  }
}

.property-template-default .rh_banner__default {
  height: 10rem;
}

.rh_page__property .rh_page__property_title .rh_page__title {
  line-height: 1;
}

.rh_page__property_price .status {
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: 700;
  background-color: #1ea69a;
}

.rh_page__property_price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.rh_page__property_price .price {
  font-weight: 500;
  color: #393550 !important;
  font-size: 32px;
}

.rh_page__head.rh_page__property.head-bottom {
  margin-top: 42px;
}

a:hover {
  color: #1EA69A;
}

.rh_footer {
  padding: 25px 0;
}

.socials-block__items {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}

.socials-block__item {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #f5f6f7;
}

.socials-block__title {
  color: #000;
}

.wpcf7-form-control-wrap input.intl-tel {
  padding-left: 50px !important;
  margin-bottom: 15px !important;
}

.wpcf7-form-control-wrap .iti__flag-container {
  height: 40px;
}

.rent-head__info {
  width: 100%;
}

.rent-head__info-b {
  text-align: center;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 25px;
}

.rh_property__meta_wrap .rh_property__meta .rh_meta_titles {
  font-size: 1.4rem;
}

.rh_property__meta_wrap .rh_property__meta .figure {
  font-size: 1.5rem;
}

/* new */

.rh_banner {
  margin-top: 94px;
  border-radius: 20px;
  overflow: hidden;
}

.my_expand_classes__item {
  color: rgba(0, 0, 0, 0.9);
  font-family: Rubik;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 16px;
  position: relative;
}

.my_expand_classes__item>svg {
  position: absolute;
  left: 0;
  top: 25px;
}

.my_expand_classes__item:first-of-type {
  border-top: none;
}

.my_expand_classes__expand {
  position: relative;
  z-index: 100;
  padding-left: 0;
  background: none !important;
  display: flex;
  align-items: center;
  color: rgb(30, 167, 155);
  font-family: Rubik;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
  gap: 8px;
  cursor: pointer;
}

.my_expand_classes__item-hidden {
  display: none;
}

.my_expand_classes__item-hidden-visible {
  display: block;
}

.my-gray {
  color: rgba(0, 0, 0, 0.4);
}

.my-h2-inherit {
  font: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.my_expand_content__block-text {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.9);
  font-family: Rubik;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.my_expand_content__block-card {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.3);
}

.my_expand_content__block-card-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.my_expand_content__block-card-item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.9);
  font-family: Rubik;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 16px;
  position: relative;
}

.my_expand_content__block-card-item svg {
  position: absolute;
  left: 0;
  top: 8px;
}

.my_expand_content__block-card-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.my_expand_content .my_expand_classes__expand {
  margin-top: 20px;
}

.my_expand_content__block-card-icon svg {
  border: 1px dashed rgba(17, 17, 17, 0.1);
}

.my_expand_content__block {
  display: none;
}

.my_expand_content__block.visible {
  display: block;
}

.my_expand_classes__item-inner {
  margin-top: 8px;
}

.my-tax-section .my_expand_classes__item {
  padding: 32px 16px !important;
}

.my-tax-section .my_expand_classes__item>svg {
  position: absolute;
  left: 0;
  top: 40px;
}

.my-tax-section .my_expand_classes__item-inner {
  margin-top: 12px;
}

.my-tax-section .my_expand_classes__expand {
  margin-top: 7px;
}

ul.my-divided-list {
  margin: 12px 0 20px !important;
  padding-left: 18px;
}

.my-divided-list li {
  padding: 8px 0px 8px 12px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.my-divided-list li::marker {
  color: rgba(0, 0, 0, 0.2);
}

.bottom-section .re_section_head_elementor {
  margin-bottom: 0 !important;
}

.bottom-section .btn-block .elementor-widget-container {
  margin-top: 0 !important;
}

.cities__list-slider-links_wide .cities-list__item__wrap {
  width: 361px;
}

.popup-details-form textarea {
  height: 102px;
}

.popup-details-form .sidebar-contact-widget__form-line {
  margin: 0;
}

.popup-details-form .sidebar-contact-widget__form-info {
  margin-top: 15px;
}

.elementor-page .rh_section__content.flat-border {
  padding-bottom: 0;
}

.rh_page__listing_page {
  padding-bottom: 0 !important;
}

.rh_page {
  padding-bottom: 0 !important;
}

.property-template-default .rh_banner {
  height: 0 !important;
}

.property-template-default .rh_prop_search {
  display: none !important;
}

.post_thumbnai_parent {
  height: calc(100% - 80px) !important;
}

.post-thumb-gallery {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.post-thumb-gallery img {
  height: 74px;
  width: 100%;
  object-fit: cover;
}

.prent-card-info-wrap {
  margin-top: 10px;
}

.parent-price-wrap {
  border-top: 1px solid #dee2e6;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.parent-price-wrap__line {
  border-right: 1px solid #dee2e6 !important;
  height: 100%;
  margin: 0 5px;
  min-height: 57px;
}

.parent-price-wrap__val {
  color: #1ea69a;
  font-weight: 400;
  line-height: 1;
  font-size: 25px;
}

.parent-price-wrap__descr {
  color: #6d6d6d;
  font-weight: 300;
  line-height: 1.7;
  font-size: 16px;
}

button.parent-price-wrap__link {
  background: none;
  cursor: pointer !important;
  align-self: flex-start;
  color: #1ea69a;
  border: 1px solid #1ea69a;
  font-size: 1.5rem;
  border-radius: 25px;
  padding: 3px 10px 2px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

button.parent-price-wrap__link:hover {
  color: #fff;
  background: #1ea69a;
}

.rh_list_card__price-btn {
  line-height: 1.6;
  background: none !important;
  color: #1ea69a;
  text-transform: uppercase !important;
  border: 1px solid #1ea69a;
  padding: 3px 10px 2px !important;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 62px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rh_list_card__wrap:hover .rh_list_card__price-btn {
  background: #1ea69a !important;
  color: #fff !important;
}

.parent-price-wrap__inner {
  display: contents;
}

@media(max-width: 767px) {
  .parent-price-wrap__inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .parent-price-wrap {
    flex-direction: column;
  }

  .parent-price-wrap__descr {
    line-height: 100%;
    margin-top: 5px;
  }

  .parent-price-wrap__link {
    margin: 0 auto;
    margin-top: 10px;
  }

  .rh_list_card__price-btn {
    line-height: 100%;
  }
}

.slider-partner-card {
  background-color: #fff;
  height: 150px;
  border-radius: 10px;
  padding: 12px;
}


.slider-partner-card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.slider-partner-card__wrap {
  padding: 0 10px;
}

.cities__list-slider-obj-padding {
  position: relative;
  margin: 0 -10px;
}

.slider-main-reviews {
  background: #fff;
  padding: 24px 16px;
  border-radius: 10px;
}

.slider-main-reviews__top {
  display: flex;
  gap: 20px;
}

.slider-main-reviews__top-name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 19px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.slider-main-reviews__top-position {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.slider-main-reviews__descr {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.slider-main-reviews__show-more {
  color: rgb(18, 122, 113);
  font-family: Rubik;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.slider-main-reviews__show-more svg {
  margin-left: 4px;
}

.slider-main-reviews__top-image {
  flex-shrink: 0;
}

.slider-main-reviews__top img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.slider-main-reviews__descr {
  margin-top: 20px;
}

.slider-main-reviews__top-rate {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}

.slider-main-reviews__top-rate svg {
  flex-shrink: 0;
}

.slider-main-reviews__show-more {
  margin-top: 12px;
  display: inline-block;
}

.reviews-descr {
  margin-top: 50px;
  display: flex;
  gap: 44px;
}

.reviews-descr__left {
  max-width: 598px;
  color: rgb(26, 26, 26);
  font-family: Rubik;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
}

.reviews-descr__right {
  display: flex;
  flex-grow: 1;
  gap: 20px;
  min-width: 567px;
}

.reviews-descr__right__card {
  padding: 31px;
  border-radius: 10px;
  flex: 1;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews-descr__right__card-top-value {
  margin-left: 14px;
  color: rgb(26, 26, 26);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
}

.reviews-descr__right__card-image {
  margin-top: 16px;
}

.reviews-descr__right__card-top-count {
  margin-left: 12px;
  padding-left: 12px;
  text-wrap: nowrap;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
}

.reviews-descr__right__card-top {
  display: flex;
  align-items: center;
}

.partner-descr {
  padding: 100px 0 60px;
}

.partner-descr__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.partner-descr__inner-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
}

.partner-descr__inner-left-text {
  color: rgb(26, 26, 26);
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
}

.partner-descr__inner-right {
  color: rgba(0, 0, 0, 0.9);
  font-size: 19px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  max-width: 632px;
  text-align: left;
  flex-shrink: 0;
}

@media(max-width: 1199px) {
  .partner-descr__inner-right {
    max-width: 520px;
    flex-shrink: 1;
  }

  .reviews-descr {
    gap: 20px;
  }

  .reviews-descr__right {
    min-width: 567px;
  }
}

@media(max-width: 959px) {
  .reviews-descr__right__card {
    padding: 31px 5px;
  }

  .reviews-descr {
    flex-direction: column;
  }

  .reviews-descr__right {
    gap: 12px;
    min-width: initial;
  }

  .partner-descr__inner-right {
    max-width: 328px;
  }
}

@media(max-width: 769px) {

  .partner-descr__inner-left,
  .partner-descr__inner-right {
    max-width: initial;
  }

  .partner-descr__inner {
    flex-direction: column;
  }

  .slider-partner-card__wrap {
    padding: 0 6px;
  }

  .cities__list-slider-obj-padding {
    margin: 0 -6px;
  }

  .partner-descr {
    padding: 60px 0 40px;
  }
}

@media(max-width: 479px) {
  .partner-descr__inner-left svg {
    max-width: 280px;
  }

  .reviews-descr__right {
    flex-direction: column;
  }
}
