.re-card {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}
/**
┌─────────────────────────────────────────────────────────┐
|  SEARCH BAR
└─────────────────────────────────────────────────────────┘
**/
.ic {
  position: relative;
}
.ic:before {
  display: inline-block;
  background-image: url('/plugins/real-estate/assets/images/desktop-icons-v5.svg');
  content: '';
}
.re-search-bar {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 4px 10px rgba(182, 182, 182, 0.18) !important;
}
.re-search-bar .hiding {
  display: none;
}
.re-search-bar .re-search-bar-inside {
  display: flex;
  background-color: #fff;
  align-items: center;
}
.re-search-bar .re-search-keyword {
  width: 40%;
}
.re-search-bar .re-search-filter {
  width: 60%;
}
.re-search-bar .vertical-line {
  background: #f2f2f2;
  width: 1px;
  height: 32px;
  margin: 12px 0px;
}
.re-search-bar .tab-control {
  width: 170px;
  padding: 0 10px;
}
.re-search-bar .tab-control .tab-item {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal !important;
  border: 1px solid #505050;
  color: #999;
  background: #fff;
  padding: 5px 10px;
}
.re-search-bar .tab-control .tab-item--active {
  background: #505050;
}
.re-search-bar .text-control {
  padding: 12px 16px;
  width: 337px;
}
.re-search-bar .text-control input {
  background: #F2F2F2;
  border-color: #F2F2F2 !important;
}
.re-search-bar .select-control {
  position: relative;
  cursor: pointer;
  border: none;
  width: 183px;
  display: flex;
  align-items: center;
}
.re-search-bar .select-control .select-control-label {
  padding: 8px 16px 8px;
  font-size: 14px;
  line-height: 20px;
}
.re-search-bar .select-control .select-control-label .dropbox-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal !important;
  color: #2C2C2C;
  padding-bottom: 4px;
  cursor: pointer;
  display: block;
}
.re-search-bar .select-control .select-control-label .custom-value {
  font-weight: 600;
  line-height: 20px;
  color: #2C2C2C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.re-search-bar .select-control .select-context {
  min-width: 280px;
  position: absolute;
  box-shadow: 0px 8px 20px 0px #b6b6b66b;
  border-radius: 8px;
  padding: 8px 0 0 0;
  z-index: 99;
  background: #fff;
  border: 0px;
}
.re-search-bar .select-control .select-context .city-root a {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: #2C2C2C;
  padding: 0 20px;
  display: block;
}
.re-search-bar .select-control .select-context .select-text-content {
  background: #F2F2F2;
  border-radius: 4px;
  width: calc(100% - 16px);
  padding: 0 20px 0 12px;
  color: #2C2C2C;
  line-height: 32px;
  border: none;
  margin: 0 8px 8px 8px;
}
.re-search-bar .select-control .select-context .custom-scroll {
  max-height: calc(32px * 8 + 8px);
  overflow: auto;
  border-radius: 0px 0px 8px 8px;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.re-search-bar .select-control .select-context .custom-scroll .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.re-search-bar .select-control .select-context-left {
  top: 64px;
  left: 0;
}
.re-search-bar .select-control .select-context-right {
  top: 64px;
  right: 0;
  min-width: 400px;
}
.re-search-bar .select-control .advance-select-options .advance-options {
  cursor: pointer;
}
.re-search-bar .select-control .advance-select-options ul {
  list-style: none;
  padding: 0;
}
.re-search-bar .select-control .advance-select-options li {
  width: 100%;
  line-height: 32px;
  color: #2C2C2C;
  padding: 0 16px;
}
.re-search-bar .select-control .advance-select-options li::marker {
  display: none;
}
.re-search-bar .select-control .advance-select-options li ::marker {
  display: none;
}
.re-search-bar .tag-control {
  padding: 10px;
}
.re-search-bar .tag-control .tag-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #2C2C2C;
  display: block;
  padding: 0px 0px 10px 0px;
  margin: 0;
}
.re-search-bar .tag-control .tag-options {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.re-search-bar .tag-control .tag-options .tag-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  padding: 6px 16px;
  background: #F2F2F2;
  color: #2C2C2C;
  float: left;
  border-radius: 40px;
}
.re-search-bar .tag-control .tag-options .tag-item--active {
  background-color: var(--theme-color);
  color: #fff;
}
.re-search-bar .mobile-control-label {
  display: none;
}
@media (max-width: 600px) {
  .re-search-bar {
    display: block;
  }
  .re-search-bar .type-control {
    display: none;
  }
  .re-search-bar .vertical-line {
    display: none;
  }
  .re-search-bar .re-search-filter {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    white-space: nowrap;
    z-index: 999999;
    width: 100%;
    height: 60px;
    gap: 15px;
  }
  .re-search-bar .text-control {
    padding: 12px 0px;
  }
  .re-search-bar .mobile-control-label {
    display: block;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding: 5px 0 20px 0;
    margin-bottom: 20px;
  }
  .re-search-bar .mobile-control-label .mobile-control-close {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .re-search-bar .select-control .select-control-label {
    padding: 8px 0 8px;
  }
  .re-search-bar .select-control .select-context {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80vh;
    z-index: 99999999;
    width: 100%;
    top: inherit;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  .re-search-bar .select-control .select-context .custom-scroll {
    max-height: calc(60px * 8 + 8px);
    -ms-touch-action: auto;
    touch-action: auto;
  }
  .re-search-bar .select-control .advance-select-options li {
    padding: 10px 48px 10px 16px;
    border-bottom: 1px solid #F2F2F2;
  }
  .re-search-bar .re__bg-filter-dropdown {
    position: fixed;
    z-index: 99999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/**
┌─────────────────────────────────────────────────────────┐
|  DANH SÁCH BẤT ĐỘNG SẢN
└─────────────────────────────────────────────────────────┘
**/
.property-list-item-vertical {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.property-list-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .property-list-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.item-property {
  margin-bottom: 20px;
}
.item-property .img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.item-property .img img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
  transition: all 0.3s ease;
}
.item-property .img:hover img {
  transform: scale(1.1);
}
.item-property .img .img-gallery {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  color: #fff;
  z-index: 1;
  font-size: 20px;
}
.item-property .img .img-gallery span {
  font-size: 16px;
  line-height: 20px;
}
.item-property .info {
  position: relative;
  padding: 25px 10px;
}
.item-property .info .name {
  color: #252525;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  height: 50px;
  margin-bottom: 12px;
}
.item-property .info .name a {
  color: currentColor;
}
.item-property .info .status {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.item-property .info .status .span-status {
  height: 24px;
  display: inline-block;
  background: linear-gradient(0deg, rgba(243, 116, 6, 0.1), rgba(243, 116, 6, 0.1)), #fff;
  border-radius: 4px;
  color: #ef7733;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -13px;
  left: 10px;
  padding: 3px 9px 2px;
  margin-right: 3px;
}
.item-property .info .property-price {
  display: flex;
  gap: 20px;
  justify-content: baseline;
  color: #D40000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 12px;
}
.item-property .info .price {
  color: #D40000;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.item-property .info .address {
  font-size: 13px;
  color: #030f1c;
  text-align: justify;
  letter-spacing: 0.308823px;
  margin-bottom: 5px;
  line-height: 18px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item-property .info .utilities {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.item-property .info .utilities span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #030f1c;
}
.item-property .info .utilities img {
  width: 13px;
  display: inline-block;
}
.item-property .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.item-property .item-footer p {
  margin: 0;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-property .item-footer .btn {
  border-radius: 8px;
  border: 1px solid #999;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  transition: al 0.25s ease-in-out;
}
.item-property .item-footer .btn.like {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.item-property .item-footer .btn.like i {
  font-weight: 700;
}
@media (max-width: 767px) {
  .item-property .img {
    height: 200px;
  }
  .item-property .info .heading {
    color: #252525;
    font-size: 14px;
    overflow: hidden;
    line-height: 18px;
    height: 37px;
  }
  .item-property .info .price {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .item-property .info .address {
    font-size: 12px;
  }
  .item-property .info .utilities span {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .item-property .img {
    height: 180px;
  }
}
.item-property.item-property-vertical .img {
  height: 300px;
}
.item-property.item-property-vertical .img .img-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2px;
}
.item-property.item-property-vertical .img .img-grid .img-item {
  display: inline-grid;
  position: relative;
  overflow: hidden;
}
.item-property.item-property-vertical .img .img-grid .img-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.item-property.item-property-vertical .img .img-grid .img-item:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.item-property.item-property-vertical .img .img-grid .img-item:last-child::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(37, 37, 37, 0.4);
}
.item-property.item-property-vertical .img .img-grid .img-item:hover img {
  transform: scale(1.1);
}
.item-property.item-property-vertical .img .img-grid .img-item.blur {
  filter: blur(4px);
  overflow: hidden;
}
.item-property.item-property-vertical .img:hover img {
  transform: unset;
}
.item-property.item-property-vertical .img .img-gallery {
  right: 20px;
  bottom: 20px;
}
.item-property.item-property-vertical .img .img-gallery span {
  font-size: 24px;
  font-weight: 700;
}
.item-property.item-property-vertical .info {
  padding: 20px;
}
.item-property.item-property-vertical .info .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.item-property.item-property-vertical .info .heading {
  display: block;
  height: unset;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #252525;
}
.item-property.item-property-vertical .info .property-price-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.item-property.item-property-vertical .info .property-price-group .dot {
  width: 2px;
  height: 2px;
  background-color: #999;
}
.item-property.item-property-vertical .info .property-price-group p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #252525;
  margin: 0;
}
.item-property.item-property-vertical .info .property-price-group span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #252525;
  margin: 0;
}
.item-property.item-property-vertical .info .property-price-group img {
  height: 20px;
  object-fit: contain;
}
.item-property.item-property-vertical .info .property-price-group .price,
.item-property.item-property-vertical .info .property-price-group .area {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #D40000;
}
.item-property.item-property-vertical .info .property-price-group .price + .dot {
  background-color: #D40000;
}
.item-property.item-property-vertical .item-footer {
  border-top: 0.5px solid #999;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.item-property.item-property-vertical .item-footer .broker-information {
  display: flex;
  gap: 10px;
}
.item-property.item-property-vertical .item-footer .broker-information .avatar {
  width: 40px;
  height: 40px;
}
.item-property.item-property-vertical .item-footer .broker-information .avatar svg {
  width: 100%;
  height: 100%;
  color: var(--theme-color);
}
.item-property.item-property-vertical .item-footer .broker-information .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #252525;
  margin: 0 0 2px;
}
.item-property.item-property-vertical .item-footer .broker-information .time {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #999;
  margin: 0;
}
.item-property.item-property-vertical .item-footer .group-right {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
.item-property.item-property-vertical .item-footer .group-right .phone-number-button {
  border-radius: 4px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: var(--theme-color);
}
.item-property.item-property-vertical .item-footer .group-right .phone-number-button button {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.item-property.item-property-vertical .item-footer .group-right .phone-number-button a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.item-property.item-property-vertical .item-footer .group-right .phone-number-button p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .item-property.item-property-vertical .item-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.item-property-sidebar {
  display: grid;
  grid-template-columns: 70px auto;
  grid-gap: 14px;
}
.item-property-sidebar .img {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.item-property-sidebar .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item-property-sidebar .info .heading {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  transition: all 0.3s ease-in;
  margin-bottom: 4px;
}
.item-property-sidebar .info .heading:hover {
  color: var(--theme-color);
}
.item-property-sidebar .info .heading a {
  color: inherit;
}
.item-property-sidebar .info .info-bonus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-property-sidebar .info .info-bonus p {
  margin: 0;
  font-weight: bold;
}
.item-property-sidebar .info .price {
  color: #D40000;
  font-weight: 400;
}
/**
┌─────────────────────────────────────────────────────────┐
|  PAGE DETAIL
└─────────────────────────────────────────────────────────┘
**/
.property-detail .section-panel {
  box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
  border-radius: 4px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.property-detail .section-panel .heading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #242933;
  margin: 0 0 20px 0;
}
.property-detail .property-status {
  margin: 0 0 20px 0;
  display: flex;
  gap: 5px;
}
.property-detail .property-status [class*=label-] {
  font-size: 14px;
  border-radius: 4px;
  padding: 3px 8px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 4px;
}
.property-detail .property-status .label-1 {
  background: rgba(243, 116, 6, 0.1);
  color: #ef7733;
}
.property-detail .property-status .label-2 {
  background: rgba(21, 90, 169, 0.1);
  color: #252525;
}
.property-detail .property-status .label-3 {
  background-color: #a6a6a6;
  color: #fff;
}
.property-detail .property-status .property-label-appraised {
  background: #e2fff2;
  color: #22a879;
  font-weight: bold;
}
.property-detail .modal-tooltip-appraised {
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 99;
  display: none;
  width: 280px;
}
.property-detail .modal-tooltip-appraised .title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.property-detail .modal-tooltip-appraised .title p {
  font-size: 18px;
  font-weight: bold;
  color: #22a879;
  line-height: 1.5;
  margin: 0;
}
.property-detail .modal-tooltip-appraised .item-information {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.property-detail .modal-tooltip-appraised .item-information .information .heading {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
.property-detail .modal-tooltip-appraised .item-information .information p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.property-detail .property-name {
  font-size: 1.3rem;
  line-height: 2rem;
  font-style: normal;
  font-weight: 700;
}
.property-detail .property-address {
  color: #595959;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-detail .property-address-long {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.property-detail .property-address-icon {
  width: 30px;
  font-size: 30px;
  color: #222;
}
.property-detail .property-price-box {
  line-height: 2;
  padding: 16px 20px;
  background-color: #f4f4f4;
  border-radius: 12px;
}
.property-detail .property-price-box .property-price {
  font-size: 25px;
  color: #252525;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.property-detail .property-price-box .property-price span {
  display: inline-block;
}
.property-detail .property-price-box .property-price .price {
  color: #D40000;
}
.property-detail .property-price-box .property-price .dot {
  width: 2px;
  height: 2px;
  border-radius: 100px;
  background-color: #999;
}
.property-detail .property-price-box .property-price-action-button {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.property-detail .property-price-box .property-price-action-button .btn {
  font-size: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  transition: all 0.25s ease-in;
}
.property-detail .property-price-box .property-price-action-button .btn + .btn {
  margin-left: 0;
}
.property-detail .property-price-box .property-price-action-button .btn.like i {
  font-weight: 700;
}
@media (max-width: 767px) {
  .property-detail .property-price-box {
    flex-wrap: wrap;
  }
  .property-detail .property-price-box .property-price-action-button {
    gap: 4px;
  }
  .property-detail .property-price-box .property-price-action-button .btn {
    font-size: 18px;
  }
}
.property-detail .property-characteristics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.property-detail .property-characteristics .specs-content-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F2F2F2;
  padding: 10px;
}
.property-detail .property-characteristics .specs-content-item .specs-content-icon img {
  width: 30px;
}
.property-detail .property-characteristics .specs-content-item .specs-content-title {
  margin-left: 20px;
  width: 100px;
  font-weight: 600;
}
.property-detail .property-characteristics .specs-content-item .specs-content-value {
  font-size: 13px;
  letter-spacing: 0.432353px;
  line-height: 24px;
  color: #155aa9;
  font-weight: bold;
}
@media (max-width: 600px) {
  .property-detail .property-characteristics {
    grid-template-columns: repeat(1, 1fr);
  }
}
.property-detail .tab-feature ul {
  margin-left: 20px;
  padding-bottom: 10px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.property-detail .tab-feature ul li {
  margin-bottom: 15px;
  color: #155aa9;
}
.property-detail .tab-feature ul li span {
  display: inline-block;
  color: #4a4a4a;
}
.property-detail .sidebar .list-widget {
  top: 70px;
  left: 0;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  margin-bottom: 20px;
}
.property-detail .sidebar .widget {
  border-radius: 8px!important;
  overflow: hidden;
}
.property-detail .sidebar .widget-title {
  text-align: center;
  margin: 0;
  line-height: 22px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  padding: 20px 0 0;
  font-size: 20px;
  color: #242933;
  font-weight: 700;
}
.property-detail .sidebar .widget-des {
  color: #999;
  font-size: 14px;
  padding: 20px 20px 0px 20px;
  text-align: center;
  margin-bottom: 0;
}
.property-detail .sidebar .widget-content {
  padding: 20px 20px 16px 20px;
}
.property-detail .sidebar .property-contact {
  border-radius: 8px;
  background: #FFF;
  padding: 0 !important;
}
.property-detail .sidebar .property-contact .widget-title {
  padding: 16px 20px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.property-detail .sidebar .property-contact .widget-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.property-detail .sidebar .property-contact .widget-content .avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.property-detail .sidebar .property-contact .widget-content .avatar svg {
  width: 100%;
  height: 100%;
  color: var(--theme-color);
}
.property-detail .sidebar .property-contact .widget-content .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}
.property-detail .sidebar .property-contact .widget-content a {
  width: 100%;
}
.property-detail .sidebar .property-contact .widget-content .btn.btn-outline {
  width: 80px;
  color: #222;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px!important;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-detail .sidebar .property-contact .widget-content .phone-number-button {
  padding: 0 10px;
}
.property-detail .sidebar .property-contact .widget-content .phone-number-button button,
.property-detail .sidebar .property-contact .widget-content .phone-number-button a,
.property-detail .sidebar .property-contact .widget-content .phone-number-button p {
  height: 40px!important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-detail .sidebar .property-booking .form-register .form-group {
  margin-bottom: 12px;
  width: 100%;
  position: relative;
}
.property-detail .sidebar .property-booking .form-register .form-group i {
  position: absolute;
  top: 15px;
  left: 10px;
}
.property-detail .sidebar .property-booking .form-register .form-group .input {
  height: 44px;
  font-size: 14px;
  background: #f5f6f7;
  border-radius: 4px;
  border: 0;
  color: #979797;
  padding-left: 38px;
  width: 100%;
  outline: none;
}
.property-detail .sidebar .property-booking .form-register .btn-block {
  width: 100%;
}
/*# sourceMappingURL=real-estate-style.css.map */