/*transform origin*/
#mt_tabs {
  border-radius: 0;
}

.floor-plans-detail {
  background: #F0EFEE;
}
.floor-plans-detail #back_btn {
  font-size: 24px;
}
@media (max-width: 991.8px) {
  .floor-plans-detail #back_btn {
    font-size: 16px;
  }
}

.mt_fp_detail_btn_wrapper {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}

@media (max-width: 991.8px) {
  .floor-plans-detail .mt_cat .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floor-plans-detail .mt_cat {
    width: auto;
    padding-top: 0;
    margin-right: 0;
  }
  .floor-plans-detail .mt_cat .dropdown .selectivo__label {
    border-radius: 0 !important;
    border-color: #00195F !important;
    letter-spacing: 0.06em;
  }
}
.floor-plans-detail .mt_col_content .mt_sub_heading {
  margin-bottom: 0 !important;
}
.floor-plans-detail .mt_col_content .flex_cnt {
  margin-top: 8px;
}
.floor-plans-detail .mt_col_content .mt_fp_list_grp.mt_fp_unit_wrap {
  margin-top: 12px;
}
@media (max-width: 991.8px) {
  .floor-plans-detail .mt_col_content .mt_fp_list_grp.mt_fp_unit_wrap {
    margin-top: 16px;
  }
}
.floor-plans-detail .mt_col_content .mt_fp_list_grp.mt_fp_unit_wrap span {
  border: 1px solid #FF9B44;
  background-color: transparent !important;
}
.floor-plans-detail .mt_col_content .mt_fp_list_grp.fp_detail_wrap {
  margin-bottom: 14px;
}
@media (max-width: 991.8px) {
  .floor-plans-detail .mt_col_content .mt_fp_list_grp.fp_detail_wrap {
    margin-bottom: 14px;
  }
}

.features {
  list-style: none;
  padding-left: 0 !important;
}

.floor-plans-detail .link_arrow.grey {
  top: 12px !important;
}

.floor-plans-detail header {
  background-color: #00195F !important;
}
.floor-plans-detail header .mt_btn {
  background-color: #FF9B44 !important;
  color: #FFFFFF !important;
  border-color: #FF9B44 !important;
}
.floor-plans-detail header .mt_btn:hover {
  background-color: #A55F37 !important;
  color: #FFFFFF !important;
  border-color: #A55F37 !important;
}
.floor-plans-detail header .logo {
  filter: brightness(0) invert(1) !important;
}
.floor-plans-detail header .mt_navigation_wrapper nav ul li {
  color: #FFFFFF !important;
}
.floor-plans-detail header .mt_menu_toggle img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 991.8px) {
  .floor-plans-detail .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_fp_list_grp.mt_fp_btn_wrap {
    width: 100% !important;
  }
}
.rfwa-fee-calculator {
  top: -2px;
}
.rfwa-fee-calculator::before {
  background-image: url("../../images/icons/calculator.svg") !important;
  background-size: contain !important;
}
.rfwa-fee-calculator span {
  width: max-content;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 32px;
  font-weight: 700;
  font-size: clamp(24px, 24px + 16 * (100vw - 375px) / 1097, 40px);
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (max-width: 991.8px) {
  .rfwa-fee-calculator span {
    top: -4px;
  }
}
@media (max-width: 767.8px) {
  .rfwa-fee-calculator span {
    top: 0px;
  }
}

.floor-plans-detail .mt_fp_list_grp.fp_detail_wrap {
  column-gap: 30px;
  margin-bottom: 0 !important;
  max-width: unset !important;
}
.floor-plans-detail .mt_fp_list_grp.fp_detail_wrap.wrap_2_col {
  justify-content: flex-start !important;
  margin-bottom: 14px !important;
}
.floor-plans-detail .mt_fp_list_grp .rfwa-fee-calculator {
  margin-bottom: 20px;
}
.floor-plans-detail .total_monthly_leasing_price {
  text-decoration: underline;
}

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