/*transform origin*/
.overlay-fp {
  display: none;
  position: fixed;
  z-index: 109;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}
.overlay-fp .fees-popup {
  position: absolute;
  z-index: 110;
  width: 700px;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
.overlay-fp .fees-popup h4.mt_fp_features_heading {
  padding: 0 0 24px 0;
  margin-left: -20px;
  font-size: 20px;
}
.overlay-fp .fees-popup li {
  line-height: 29px;
}
@media (max-width: 991.01px) {
  .overlay-fp .fees-popup {
    width: 90%;
    padding: 30px;
    padding-left: 50px;
  }
}
.overlay-fp .fees-popup button.close-popup {
  background-image: url("../../images/fp-close.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  float: right;
}
@media (max-width: 767.01px) {
  .overlay-fp {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .overlay-fp .fees-popup {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp.fp_detail_wrap {
  flex-direction: column;
}
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details {
  gap: 10px;
}
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details .monthly-rent,
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details .base-rent,
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details .rfwa-fee-calculator span {
  font-size: 16px;
}
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details .monthly-rent,
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details .rfwa-fee-calculator span {
  font-weight: 700;
}
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details .rfwa-fee-calculator {
  margin: 8px 0;
}
.floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp .mt_fp_list_col.mt_fp_details.mt_fp_details {
  margin: 10px 0;
}
.floor-plans-detail .detail-calculator-wrap .rfwa-fee-calculator {
  display: flex;
  align-items: center;
  width: auto !important;
  height: unset;
}
.floor-plans-detail .detail-calculator-wrap .rfwa-fee-calculator::before {
  width: 28px;
  height: 28px;
}

/*# sourceMappingURL=floorplans_details.css.map */
