*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  color: #2c3931;
}
.calculator-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
.calculator-banner .description {
  padding-bottom: 25px;
  padding-top: 25px;
  max-width: 840px;
  width: 100%;
}
.calculator-banner .container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calculator-banner .left {
  max-width: 513px;
  width: 100%;
  border: 1px solid #cecece;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}
.calculator-banner .right {
  max-width: 513px;
  width: 100%;
  border: 1px solid #cecece;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}
.calculator-form-wrap {
  padding: 30px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.calculator-form {
  padding: 0px;
  width: 100%;
}
.calculator-form h2 {
  margin-top: 0;
}
.calculator-form .noUi-horizontal {
  height: 8px;
  border: 0;
  background-color: #d4d4d4;
}
.calculator-form .noUi-connect {
  background: #ff6900;
}
.calculator-form .noUi-handle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  background-image: url('../img/range-indicator.png');
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
  border: 0;
  margin-top: -3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.calculator-form .noUi-handle:after,
.calculator-form .noUi-handle:before {
  display: none;
}
.calculator-form .noUi-handle.noUi-handle-lower {
  display: none;
}
.calculator-form .range-slider {
  position: relative;
}
.calculator-form .range-slider .lower-value {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #10192c;
}
.calculator-form .range-slider .upper-value {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #10192c;
}
.calculator-form .range-slider .lower-input {
  height: auto;
  padding: 0;
  width: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #10192c;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calculator-form .range-slider .lower-input:focus {
  outline: none;
  box-shadow: none;
}
.calculator-banner .form-group {
  position: relative;
  margin-bottom: 33px;
}
.calculator-banner label {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.17;
  color: #10192c;
  margin-bottom: 12px;
}
.calculator-banner form.gform_wrapper--single-row .gfield_label,
.calculator-banner form.gform_wrapper--single-row label {
    font-size: 17px !important;
    margin-bottom: 12px !important;
}
.calculator-banner label em {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.calculator-banner label em svg {
  color: rgba(178, 187, 207, 1);
}
.calculator-banner .form-control {
  width: 100%;
  height: 53px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 7px;
  padding: 17px 13px 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #10192c;
}
.calculator-banner .mainprice {
  position: relative;
}
.calculator-banner .mainprice:before {
  content: '$';
}
.calculator-banner .form-control::-webkit-input-placeholder {
  color: #10192c;
}
.calculator-banner .form-control:-ms-input-placeholder {
  color: #10192c;
}
.calculator-banner .form-control::placeholder {
  color: #10192c;
}
.calculator-banner .form-control:focus {
  outline: none;
  box-shadow: none;
}
.calculator-banner .find-worth {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #ff6900;
  margin-top: 9px;
  display: inline-flex;
  align-items: center;
}
.calculator-banner .find-worth .icon {
  width: 8px;
  height: 12px;
  margin-left: 8px;
}
.calculator-data {
  background-color: #fff;
  position: sticky;
  top: 0;
}
.calculated-data {
  background-color: #fff;
  padding: 5px 30px 19px;
  color: #10192c;
}
.calculated-data .items {
  padding: 20px 0;
  border-bottom: 1px solid #dee2e9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.calculated-data .items:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.calculated-data .items .text {
  width: 100%;
  text-align: left;
}
.calculated-data .items .price {
  text-align: left;
  width: 100%;
}
.calculated-data .items.homesale .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.16;
  color: #10192c;
  margin-bottom: 10px;
}
.calculated-data .items.homesale .price {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.16;
  color: #10192c;
}
.calculated-data .items.payoff .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #10192c;
  margin-bottom: 11px;
}
.calculated-data .items.payoff .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.16;
  color: #10192c;
}
.calculated-data .items.totalcost .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.66;
  color: #10192c;
  width: 50%;
}
.calculated-data .items.totalcost .text strong {
  font-size: 15px;
  line-height: 1.6;
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
}
.calculated-data .items.totalcost .text p {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.15;
  color: #10192c;
  margin-bottom: 0;
}
.calculated-data .items.totalcost .price {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.16;
  color: #10192c;
  width: 50%;
  text-align: right;
}
.calculated-data .items.totalcost .price strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  color: #ec5729;
}
.calculated-data .items.totalcost .price p {
  margin-bottom: 0px;
}
.chat-expert {
  padding: 30px;
}
.chat-expert form.gform_wrapper--single-row {
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.chat-expert .gform_body {
  padding-right: 0;
}
.chat-expert .gform_footer {
  width: 100%;
  text-align: right;
}
.chat-expert h2 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.17;
  color: #10192c;
}
.chat-expert p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.47;
  color: #1d1d1d;
  margin-bottom: 30px;
}
.chat-expert .action {
  text-align: right;
  margin-bottom: 0;
}
.chat-expert .submit {
  padding: 18px 24px;
  background: #ec5729;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.18;
  color: #ffffff;
  cursor: pointer;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.chat-expert .submit .icon {
  margin-left: 12px;
}
.sponser-by {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: auto;
}
.sponser-by img {
  display: block;
  margin: 0 auto;
}

.calc-tooltip {
  cursor: pointer;
}
.tooltip-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 25px;
  max-width: 500px;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  z-index: -1;
  padding: 15px;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.tooltip-container.show {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
@media (max-width: 1100px) {
  .calculator-banner .left {
    max-width: 45%;
  }
  .calculator-banner .right {
    max-width: 47%;
  }
}
@media (max-width: 999px) {
  .calculated-data .items.homesale .price {
    font-size: 22px;
  }
  .calculated-data .items.totalcost .price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .calculator-banner .left {
    width: 95%;
    margin: 10px auto;
  }
  .calculator-banner .right {
    width: 95%;
    margin: 10px auto;
  }
}
@media (max-height: 768px) {
  .calculated-data .items {
    padding: 10px 0;
  }
  .chat-expert {
    padding: 20px 30px;
  }
  .calculator-banner .chat-expert .form-group {
    margin-bottom: 15px;
  }
}

.chat-expert .validation_message {
  color: #e53935;
}
