.whitescale {
  background-color: white;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#calculate_mortgage {
  height: 43px;
  position: fixed;
  z-index: 1000;
  right: -250px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) */
  top: 40vh;
  cursor: pointer; }
  #calculate_mortgage a {
    color: #4a94d0;
    text-decoration: none;
    display: flex; }
  #calculate_mortgage img {
    width: 43px;
    height: 43px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  #calculate_mortgage div {
    width: 250px;
    height: 43px;
    background: white;
    padding: 0px 22px;
    line-height: 43px;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    #calculate_mortgage div i {
      font-size: 12px;
      margin-left: 3px; }

@media (max-width: 768px) {
  .height_mobile {
    height: 50px !important;
    margin-bottom: 10px !important; } }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #hero {
    height: 225px !important; }
    #hero p {
      display: none; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #hero {
    height: 225px !important; }
    #hero p {
      display: none; }

  section.home {
    margin-top: -40px; } }
