/* Mixins
================================================== */
/* Breakpoints
================================================== */
.section-salesheader .sales-image {
  position: relative;
  margin-bottom: 3em;
  margin-top: 0.5em;
}
.section-salesheader .sales-image .content {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 3.25em;
}
.section-salesheader .sales-image .background-image {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.section-salesheader .sales-image .image {
  position: absolute;
  bottom: 0%;
  right: 0;
}
.section-salesheader .sales-image .image img {
  display: block;
}
.section-salesheader .sales-image .best-rate {
  color: #3FC183;
  top: 6%;
  left: 51%;
}
.section-salesheader .sales-image .best-rate em {
  font-style: normal;
  font-size: 2.25em;
  display: block;
  margin-top: 0.35em;
}
.section-salesheader .sales-image .loan-approved {
  color: #F5A623;
  top: 24%;
  left: 6%;
}
.section-salesheader .sales-image .bubble {
  position: absolute;
  -ms-box-shadow: 0 0 1em 0 rgba(21, 134, 144, 0.43);
  -o-box-shadow: 0 0 1em 0 rgba(21, 134, 144, 0.43);
  box-shadow: 0 0 1em 0 rgba(21, 134, 144, 0.43);
  background: #FFFFFF;
  border-radius: 2.5em;
  font-size: 0.7em;
  line-height: 1;
  padding: 1em 3em 1em;
}
.section-salesheader .sales-image .bubble img {
  position: absolute;
  width: 1.3em;
  left: 1.25em;
  top: 1.25em;
}
.section-salesheader .row {
  margin-top: 2.5em;
  align-items: end;
}
.section-salesheader .heading {
  margin-top: 1em;
}
.section-salesheader .btn {
  margin-bottom: 4em;
}
.section-salesheader p {
  font-size: 1.1em;
}
@media (min-width: 480px) {
  .section-salesheader .sales-image .best-rate {
    left: 39%;
  }
  .section-salesheader .sales-image .bubble {
    font-size: 0.9em;
    padding: 1.5em 4em 1.25em 4em;
  }
  .section-salesheader .sales-image .bubble img {
    left: 2em;
    top: 1.5em;
  }
}
@media (min-width: 990px) {
  .section-salesheader .row {
    align-items: start;
  }
}