.property-box {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property-box .left-panel, .property-box .right-panel {
  background: rgb(253, 251, 244);
}
.property-box .left-panel-mobile {
  background: var(--main-color);
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.property-box .left-panel {
  color: #933828;
  width: 50%;
  border: 1px solid var(--main-color);
  border-left: none;
  overflow: hidden;
}
.property-box .left-panel a {
  color: #933828;
}
@media all and (max-width: 750px) {
  .property-box .left-panel {
    width: 100%;
  }
}
.property-box .left-panel-top {
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.property-box .left-panel-top .title {
  width: 50%;
  color: #fff;
}
.property-box .left-panel-top .title2 {
  border-left: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.property-box .left-panel-center {
  background: var(--main-color);
  color: white;
  padding: 12px 0;
}
.property-box .left-panel-center .btn-light {
  color: #933828;
  border-color: none;
  background: rgb(253, 251, 244);
}
.property-box .right-panel {
  background: #f8f9fa;
  width: calc(50% - 0px);
  border: 1px solid var(--main-color);
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .property-box .right-panel {
    width: 100%;
    margin-top: 20px;
  }
}
.property-box .title {
  font-size: 24px;
  padding: 12px 0;
}
.property-box .price {
  text-align: center;
}
.property-box .info-grid {
  font-size: 0.875rem;
  padding: 0 12px 0px;
}
.property-box .info-grid .info_sub, .property-box .info-grid .info_name {
  padding-left: 20px;
  position: relative;
  line-height: 18px;
  width: 50%;
  color: var(--main-color);
}
.property-box .info-grid .info_name {
  color: var(--text-color);
}
.property-box .info-grid .info_name svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
.property-box .info-grid .col-info {
  margin-bottom: 0;
  display: flex;
  border-bottom: 1px solid var(--main-color);
  padding: 10px 12px;
  align-items: center;
}
.property-box .info-grid .col-info:last-child {
  border-bottom: none;
}
.property-box .info-grid .info_sub {
  margin-top: 0px;
  text-align: center;
}
.property-box .btn-custom {
  margin: 0px 5px;
  border-radius: 40px;
  padding: 3px 16px;
  font-size: 18px;
}
.property-box .support-box img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.property-box .right-panel-content {
  padding: 16px;
}
.property-box .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
}
.property-box .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 5px;
}
.property-box .contact a {
  border: 1px solid var(--border-color);
  padding: 1px 10px;
  border-radius: 5px;
}
.property-box .list-group-item {
  padding: 2px 30px 2px 10px;
  border: 1px solid var(--border-color) !important;
  margin-top: 4px;
  border-radius: 5px;
}
.box-fun-code {
  display: flex;
  flex-wrap: wrap;
}

.fun-code-left {
  border-right: 2px solid var(--main-color);
}

.fun-code-left, .fun-code-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .fun-code-left, .fun-code-right {
    width: 100%;
  }
}
.fun-code-left .code-right-bottom, .fun-code-right .code-right-bottom {
  border-top: 1px solid var(--main-color);
  padding: 15px 0;
}

.col-info-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--text-color) !important;
}

.btn-main-white {
  background-color: #fff;
  color: var(--main-color);
  border: 2px solid #EB6753;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 10px;
}/*# sourceMappingURL=map.css.map */