/* UHM Color Palette */
/* Typography */
/* Shapes */
/* Screen Sizes */
/* Padding */
@media (min-width: 1368px) {
  .tabsContent {
    width: 1350px;
    margin: auto; } }

.seriesName {
  font-size: 11px;
  height: auto;
  display: block; }

.seriesAmount {
  font-size: 17px;
  font-weight: 600; }

@media (min-width: 690px) {
  .calculatorChart .apexcharts-legend {
    display: flex;
    flex-wrap: wrap; }
    .calculatorChart .apexcharts-legend .apexcharts-legend-series {
      width: 50%;
      text-align: left; } }

.errorMessage {
  text-align: left; }

.addressHeader {
  display: flex;
  align-items: center;
  gap: 20px; }

label.headerLabel {
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important; }

.dollarLargeInput {
  position: relative; }

.dollarLargeInput input {
  padding-left: 25px; }

.dollarLargeInput span {
  position: absolute;
  left: 15px;
  top: 16.5px; }

.flexBox, .flexGroup, .smallInput {
  display: flex;
  gap: 15px; }

.flexBox {
  justify-content: space-between; }

.flexBox .inputBoxes, .smallInput div {
  width: 50%; }

.calculatorContainer {
  padding-top: 0; }

.calculatorHeader {
  min-height: 200px;
  background: #fffeff;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0; }

.calculatorHeader h1 {
  font-size: 45px !important;
  color: #3c1951;
  letter-spacing: 1px; }

.calculatorHeader p {
  text-align: center;
  letter-spacing: 0px;
  color: #3c1951;
  width: 100%; }

.calculatorContainer .tabsContainer {
  position: relative; }

.calculatorContainer .tabsContainer .tabsHeader {
  background: #fffeff;
  position: relative;
  z-index: 1;
  height: 61px;
  white-space: nowrap;
  border-bottom: 3px solid #3c1951; }

.calculatorContainer .tabsContainer .tabsHeader button {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0px -16px;
  color: #3c1951;
  background: transparent;
  border: none !important;
  font-size: 13px;
  word-spacing: 2px;
  line-height: 39px;
  height: 66px;
  width: 240px;
  text-align: center; }

.calculatorContainer .tabsContainer .tabsHeader button span {
  position: relative;
  top: 6px;
  z-index: -1; }

.calculatorContainer .tabsContainer .tabsHeader button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5em;
  left: 0px;
  z-index: -1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #2CC185;
  transform: perspective(3px) rotateX(1deg);
  transform-origin: bottom;
  background: #ffffff;
  box-shadow: 2px 0 4px -4px #1f497d, 0px 1px 9px -4px #1f497d; }

.calculatorContainer .tabsContainer .tabsHeader button.active {
  z-index: 99999 !important;
  color: #ffffff !important; }

.calculatorContainer .tabsContainer .tabsHeader button.active::before {
  box-shadow: unset;
  background: #3d1951; }

.calculatorContainer .tabsContainer .tabsContent {
  padding: 30px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec {
  display: flex;
  gap: 50px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values {
  width: 50%;
  position: relative;
  text-align: left; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values label {
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
  font-weight: 500; }

/*.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon {*/
.calculatorContainer .inputWithIcon {
  position: relative; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon h2.monthly-payment-amount {
  position: absolute;
  top: 5px;
  font-size: 30px;
  color: #3c1951;
  font-weight: 500; }

/*.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon input {*/
.calculatorContainer .inputWithIcon input {
  width: 100%;
  height: 55px;
  padding-left: 31px;
  font-size: 28px;
  color: #3c1951;
  font-weight: 500; }

/*.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon .dollarIcon {*/
.calculatorContainer .inputWithIcon .dollarIcon {
  font-size: 30px;
  color: #3c1951;
  top: 23px;
  position: absolute;
  left: 13px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon + .row {
  margin-top: 55px;
  margin-bottom: 0; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon + .row h4 {
  margin: 0;
  font-size: 13px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .estimatedpayment .dollarIcon {
  left: 0;
  font-weight: 500; }

.calculatorContainer .tabsContainer .tabsContent .secondSec {
  margin: 30px 0; }
  .calculatorContainer .tabsContainer .tabsContent .secondSec hr {
    max-width: 100%;
    color: #dddddd; }

.calculatorContainer .tabsContainer .tabsContent .secondSec input[type=range] {
  height: 5px;
  margin: 10px 0;
  width: 100%;
  border-radius: 10px; }

datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.dataList {
  position: relative;
  left: 30px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec {
  display: flex;
  gap: 50px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .Values {
  width: 50%;
  position: relative;
  text-align: left; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .Values label {
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 35px; }

.startedButton {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-left: auto;
  display: block;
  margin-right: 0; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .flexBox {
  margin-bottom: 25px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm label {
  font-size: 12px;
  text-transform: uppercase;
  color: #5e5959;
  font-weight: 500;
  margin-bottom: 0px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm label span {
  text-transform: lowercase; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm input, .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm select {
  height: 35px;
  width: 100%;
  border: 1px solid #cbcaca !important; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm select {
  appearance: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes {
  position: relative; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes span {
  position: absolute;
  top: 16.5px;
  left: 17px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes .textValue {
  padding-left: 27px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput {
  position: relative;
  display: flex; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.dollarSymbol {
  position: absolute;
  top: 16.5px;
  left: 17px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.percentSymbol {
  position: absolute;
  top: 16.5px;
  right: 17px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput .textValue {
  padding-left: 27px;
  width: 70%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput .percentValue {
  width: 30%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 34px !important; }

.flexGroup .homeValueContainer {
  width: 59%;
  padding-right: 120px; }

.flexGroup .cashRecieveContainer {
  width: 43%; }

.cashReceive {
  padding-left: 70px;
  border-left: 2px solid #b7b6b6; }

label {
  text-align: left;
  font-weight: 500;
  color: #000000; }

.firstForm .currentMortgage label,
.firstForm .estimatedCredit label,
.cashOutMount label, .newMortgagePayment label, .smallInput label, .refinanceInputGroup label {
  font-size: 12px;
  text-transform: uppercase;
  color: #5e5959;
  font-weight: 500;
  margin-bottom: 0px; }

.firstForm .currentMortgage input,
.firstForm .estimatedCredit select,
.cashOutMount input, .newMortgagePayment input, .smallInput input, .refinanceInputGroup input {
  height: 35px;
  width: 100%;
  border: 1px solid #cbcaca !important; }

.firstForm .currentMortgage, .firstForm .estimatedCredit {
  width: 50%;
  margin-top: 15px; }

.firstForm .estimatedCredit select, .refinanceInputGroup select {
  appearance: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px; }

.VA_mortgage_check {
  margin-top: 15px;
  display: flex;
  gap: 15px; }

.Va_mortgage {
  font-size: 13.5px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  width: 50%; }

.homeValueContainer .firstForm .buttonCalculate {
  padding: 10px;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0px; }

.cashReceive a.buttonContactMe, .cashReceive a.buttonContactMe.active {
  padding: 10px;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0px; }

.cashRecieveContainer h2.recieveAmount {
  height: 52px;
  text-align: left;
  color: #3c1951;
  font-weight: 500 !important;
  font-size: 30px !important; }

.newMortgagePayment {
  margin-top: 25px; }

.cashRecieveContainer .para p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px; }

.paymentBreakDownSecs {
  margin-top: 30px; }

.paymentBreakDownSecs .pieChart {
  margin: 30px 0;
  border-bottom: 1px solid #cacbcb; }

.smallInput {
  margin-top: 15px; }

.smallInput input {
  border: none !important;
  border-bottom: 1px solid #cbcaca !important;
  border-radius: 0 !important;
  padding: 0;
  margin: 0 !important; }

.dollarInput {
  width: 100% !important;
  position: relative; }

.boldInput {
  font-weight: 600; }
  .boldInput input {
    font-weight: 600;
    color: #000000; }

.dollarInput input {
  padding-left: 11px; }

.dollarInput span {
  position: absolute;
  left: 0;
  top: 8px; }

.homeValueContainer .address {
  text-align: left;
  margin-bottom: 15px; }
  .homeValueContainer .address .infoMsg {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px; }
  .homeValueContainer .address .addressInput {
    margin-top: 25px; }
    .homeValueContainer .address .addressInput input {
      height: 35px;
      width: 100%;
      border: 1px solid #cbcaca !important; }
    .homeValueContainer .address .addressInput label {
      font-size: 12px;
      text-transform: uppercase;
      color: #5e5959;
      font-weight: 500;
      margin-bottom: 0px; }
  .homeValueContainer .address .switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 31px; }
  .homeValueContainer .address .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .homeValueContainer .address .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .homeValueContainer .address .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .homeValueContainer .address input:checked + .slider {
    background-color: #2e8337; }
  .homeValueContainer .address input:focus + .slider {
    box-shadow: 0 0 1px #2e8337; }
  .homeValueContainer .address input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .homeValueContainer .address .slider.round {
    border-radius: 34px;
    width: 100%; }
  .homeValueContainer .address .slider.round:before {
    border-radius: 50%; }

.disclaimerMessage {
  text-align: left;
  margin-top: 25px; }

.PurchaseBox button.startedButton, .PurchaseBox a.startedButton {
  background: white;
  color: #2e8337; }

.PurchaseBox button.startedButton.enableButton, .PurchaseBox a.startedButton.enableButton {
  background: #2e8337 !important;
  color: white; }

.PurchaseBox button.startedButton:active {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-left: auto;
  display: block;
  margin-right: 0; }

.PurchaseBox a.startedButton {
  height: 47px;
  border-radius: 4px;
  line-height: 31px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  bottom: 33px; }

.refinanceBox .yourSaving .dollarLargeInput h2.refinance-payment, .refinanceBox .yourSaving .dollarLargeInput h2.savings-amount, .refinanceBox .yourSaving .dollarLargeInput .total-savings h2 {
  height: 43px;
  text-align: left;
  font-weight: 500;
  display: block;
  margin: 5px 0 10px 0;
  line-height: 1.2;
  color: #3d1951;
  display: flex;
  align-items: center; }

.refinanceBox .currentLoan, .refinanceBox .potentialNewLoan, .refinanceBox .yourSaving {
  width: 33%; }

.refinanceBox .currentLoan {
  padding-right: 60px; }

.refinanceBox .yourSaving {
  padding-left: 60px; }

.refinanceBox .potentialNewLoan {
  padding: 0 30px;
  border: 2px solid #cbcaca;
  border-top: 0;
  border-bottom: 0; }

.refinanceBox .smallCaps {
  text-transform: lowercase; }

.refinanceBox .refinanceInputGroup {
  margin-bottom: 15px; }

.refinanceBox button.startedButton {
  width: 100%;
  margin-top: 34px !important;
  height: 42px;
  line-height: 23px;
  font-size: 14px;
  background: white;
  color: #2e8337; }

.refinanceBox button.startedButton.enableButton {
  background: #2e8337 !important;
  color: white; }

.refinanceBox a.savingNow {
  margin-top: 15px !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  background: #2e8337 !important;
  color: white;
  text-decoration: none;
  font-size: 14px; }

.refinanceBox button.startedButton:active {
  width: 100%;
  margin-top: 19px !important;
  height: 42px;
  line-height: 5px;
  font-size: 14px;
  border: none !important;
  font-weight: 500;
  letter-spacing: 0; }

.refinanceBox .refinanceInputGroup select {
  border: 1px solid #cbcaca;
  width: 100%; }

.refinanceBox .headerLabel {
  margin-bottom: 20px; }

@media (min-width: 576px) and (max-width: 831px) {
  .thirdSec {
    display: block !important; }
    .thirdSec .Values {
      width: 100% !important; }
    .thirdSec .detailsForm {
      margin-bottom: 20px; }
      .thirdSec .detailsForm .flexBox {
        margin-bottom: 0px; }
  .cashoutRefinanceBox .flexGroup {
    width: 100%; } }

@media (max-width: 575px) {
  .cashRecieveContainer .main__contact .contact__us {
    width: 100%; }
  calculatorHeader h1 {
    line-height: 52px !important; }
  .firstSec {
    display: block !important; }
    .firstSec .Values {
      margin-bottom: 10px;
      width: 100% !important; }
  .secondSec {
    margin-top: 25px !important; }
  .thirdSec {
    display: block !important; }
    .thirdSec .Values {
      width: 100% !important; }
    .thirdSec .detailsForm {
      margin-bottom: 20px; }
      .thirdSec .detailsForm .flexBox {
        margin-bottom: 0px !important; } }

@media (max-width: 370px) {
  .smallInput {
    display: block; }
  .smallInput div {
    width: 100%;
    margin-bottom: 20px; }
  .calculatorHeader {
    padding: 25px !important; }
    .calculatorHeader h1, .calculatorHeader p {
      text-align: left !important; } }

#values.mobileViewRange {
  display: none; }

@media (max-width: 620px) {
  #values {
    display: none; }
  #values.mobileViewRange {
    display: flex; }
  .dataList {
    position: relative;
    left: 10px; } }

@media (max-width: 460px) {
  .calculatorContainer .tabsContainer .tabsHeader button.tabsButton {
    /*   padding: 20px 30px !important;
        background: transparent !important;
        border: none !important;
        font-size: 10px;*/
    background: transparent !important;
    border: none !important;
    font-size: 8px !important;
    width: 140px !important; }
  .calculatorContainer .tabsContainer .tabsHeader button.active {
    padding: 20px 25px !important; }
  .calculatorContainer .tabsContainer .tabsHeader button {
    margin: 10px -16px;
    line-height: 29px;
    height: 55px; }
  .calculatorContainer .tabsContainer .tabsHeader {
    background: #fffeff;
    position: relative;
    z-index: 1;
    height: 63px !important;
    white-space: nowrap;
    border-bottom: 3px solid #3c1951; }
  .Va_mortgage {
    width: 100%; }
  .calculatorContainer .tabsContainer .tabsHeader button::before {
    background: transparent;
    box-shadow: unset; }
  .thirdSec {
    display: block !important; }
    .thirdSec .Values {
      width: 100% !important; }
    .thirdSec .detailsForm {
      margin-bottom: 20px; }
      .thirdSec .detailsForm .flexBox {
        display: block; }
        .thirdSec .detailsForm .flexBox .inputBoxes {
          width: 100%; }
  .cashoutRefinanceBox .firstForm .flexBox {
    width: 100%;
    display: block; }
  .cashoutRefinanceBox .firstForm .currentMortgage, .cashoutRefinanceBox .firstForm .estimatedCredit {
    width: 100%; } }

@media (max-width: 1024px) {
  .calculatorContainer {
    padding-top: 0; }
  .refinanceBox .flexBox {
    display: block; }
    .refinanceBox .flexBox .currentLoan, .refinanceBox .flexBox .potentialNewLoan, .refinanceBox .flexBox .yourSaving {
      width: 100%;
      padding: 0;
      border: 0; }
    .refinanceBox .flexBox .potentialNewLoan, .refinanceBox .flexBox .yourSaving {
      margin-top: 35px; } }

.legendNamePieChart {
  display: none;
  flex-wrap: wrap; }
  .legendNamePieChart div {
    width: 50%;
    margin-bottom: 15px; }
    .legendNamePieChart div span {
      display: block; }
    .legendNamePieChart div .statusbar {
      height: 5px;
      border-radius: 10px;
      width: 30px; }
    .legendNamePieChart div .text {
      font-size: 14px; }
    .legendNamePieChart div .value {
      font-size: 20px !important;
      font-weight: 600; }

@media (max-width: 832px) {
  .PurchaseBox a.startedButton.enableButton {
    position: relative;
    bottom: 0;
    margin-left: auto;
    margin-right: 0; } }

@media (max-width: 850px) and (min-width: 660px) {
  .legendNamePieChart {
    display: flex; }
  .chartContainer {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (max-width: 660px) {
  .calculatorContainer .tabsContainer .tabsHeader {
    height: 64px; }
  .calculatorContainer .tabsContainer .tabsHeader button {
    padding: 20px 35px !important;
    width: 180px !important;
    font-size: 10px !important; }
  .calculatorContainer .tabsContainer .tabsHeader button.active {
    background: transparent;
    color: #3c1951;
    border-bottom: none !important; }
  .legendNamePieChart {
    display: flex; } }

@media (max-width: 900px) {
  .cashoutRefinanceBox .flexGroup {
    width: 100%;
    display: block; }
  .cashoutRefinanceBox .flexGroup .homeValueContainer {
    width: 100%;
    padding: 0; }
  .cashoutRefinanceBox .flexGroup .cashRecieveContainer {
    width: 100%;
    margin-top: 50px; }
  .cashoutRefinanceBox .flexGroup .cashRecieveContainer .cashReceive {
    padding: 0;
    border: none; } }

.cashoutRefinanceBox .no-suggestions {
  font-style: normal !important;
  color: #000000;
  font-weight: 600;
  padding: 10px;
  box-shadow: -1px 5px 7px #ccc;
  position: relative;
  top: -10px; }

.calculateButtonDiv {
  display: flex;
  align-items: center; }
  .calculateButtonDiv button {
    margin-top: 14px; }

@media (max-width: 850px) and (min-width: 660px) {
  .calculatorContainer .tabsContainer .tabsHeader button {
    padding: 20px 50px; } }

@media (min-width: 832px) and (max-width: 1300px) {
  .chartContainer {
    display: flex;
    align-items: center; }
  .legendNamePieChart {
    display: flex;
    position: relative;
    left: -44px;
    top: 26px; }
  .calculatorChart {
    position: relative;
    left: -50px; } }

@media (min-width: 830px) and (max-width: 1200px) {
  .thirdSec {
    display: block !important;
    width: 100% !important; }
    .thirdSec .Values {
      width: 100% !important; }
  .PurchaseBox a.startedButton {
    position: relative;
    bottom: 0px; } }
.propertySearchBox .autoCompleteContainer {
  position: relative;
  width: 100%;
height:50px;}
  .propertySearchBox .autoCompleteContainer .clear-button {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer; }
    .propertySearchBox .autoCompleteContainer .clear-button .visuallyhidden {
      display: none; }

.propertySearchBox .suggestions {
  padding: 0;
  list-style: none;
  background: white;
  box-shadow: -1px 5px 5px 0px #d0d0d0; }
  .propertySearchBox .suggestions li {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    align-items: center;
    cursor: pointer; }
    .propertySearchBox .suggestions li span {
      color: #3c1951;
      font-size: 14px;
      display: block;
      line-height: 20px;
      font-weight: bold; }

.propertySearchBox .propertyHeader {
  text-align: left; }
  .propertySearchBox .propertyHeader h1 {
    text-align: left !important; 
font-size: 24px !important}

.propertySearchBox .propertyHeader p {
    text-align: left !important; 
font-size: 18px !important}

.propertySearchBox .inputContainer {
  margin-top: 20px; }

.propertySearchBox .propertyDropDown {
  display: flex; }

.propertySearchBox .propertyPlace {
  margin-top: 20px; }
  .propertySearchBox .propertyPlace h1 {
    text-align: left !important;
    font-size: 24px !important;
    margin: 0 !important; }

.propertySearchBox .propertyDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px; }
  .propertySearchBox .propertyDetails .details {
    flex: 1;
    display: flex;
    gap: 12px;
    align-items: center; }
    .propertySearchBox .propertyDetails .details img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid #cccc;
      overflow: hidden;
      object-fit: contain; }
    .propertySearchBox .propertyDetails .details div label {
      font-size: 11px;
      display: block; }
    .propertySearchBox .propertyDetails .details div h1 {
      font-size: 24px;
      margin: 0;
      display: inline;
      line-height: 1; }

.propertySearchBox .AddressLoader {
  text-align: left; }

.propertySearchBox .apartmentUnit {
  width: 40%; }
  .propertySearchBox .apartmentUnit input {
    width: 100% !important;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .propertySearchBox .apartmentUnit .visuallyhidden {
    display: none; }

.propertySearchBox .unitDropdown {
  position: relative;
  left: 0;
  z-index: 99999;
  width: 100%; }

@media (max-width: 650px) {
  .propertySearchBox .propertyDetails {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; } }

.input-long{
width:100%;
  height:100%;
}
/*# sourceMappingURL=avmPropertySearch2022External.min.css.map*/