.sitefooter .f-contact-us {
  background: url(../images/bg-footer.jpg) center top;
  min-height: 167px;
}
  .sitefooter .f-contact-us .block-1 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding: 41px 0px;
  }
    .sitefooter .f-contact-us .block-1 a {
      color: #ffa41f;
      font-weight: 800;
    }
      .sitefooter .f-contact-us .block-1 a:hover {
        color: #b37214;
      }

  .sitefooter .f-contact-us .block-2 .phone-container {
    padding: 40px 0px 0px 0px;
  }
    .sitefooter .f-contact-us .block-2 .phone-container .icon-phone {
      background: url(../images/icon-phone.png) no-repeat center top;
      display: block;
      float: left;
      height: 52px;
      margin: 8px 15px;
      width: 52px;
    }
    .sitefooter .f-contact-us .block-2 .phone-container .f-phone {
      color: #ffa41f;
      display: block;
      font-size: 24px;
      font-weight: 800;
      text-align: right;
    }
      .sitefooter .f-contact-us .block-2 .phone-container .f-phone:hover {
        color: #b37214;
      }
    .sitefooter .f-contact-us .block-2 .f-email {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
    }
      .sitefooter .f-contact-us .block-2 .f-email:hover {
        color: #d8d7d7;
      }

  .sitefooter .f-contact-us .block-3 {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
  }
    .sitefooter .f-contact-us .block-3 .icon-map {
      background: url(../images/icon-map.png) no-repeat center top;
      display: block;
      height: 57px;
      margin: 30px auto 10px;
      width: 59px;
    }

.sitefooter .f-menu {
  background-color: #6f7072;
  padding: 25px 0px;
}
  .sitefooter .f-menu a {
    color: #fff;
    font-size: 17px;
  }
    .sitefooter .f-menu a:hover {
      color: #d8d7d7;
    }
  .sitefooter .f-menu .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sitefooter .f-menu .btn-budget {
    background: url(../images/btn-budget.jpg) no-repeat center top;
    display: block;
    height: 58px;
    margin-top: 25px;
    width: 213px;
    transition: none;
  }
    .sitefooter .f-menu .btn-budget:active,
    .sitefooter .f-menu .btn-budget:hover {
      background-position: center bottom;
    }
  .sitefooter .f-menu li {
    margin-bottom: 10px;
  }
  .sitefooter .f-menu h3 {
    border-bottom: 5px solid #ffa41f;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    margin-top: 0px;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
  }
    .sitefooter .f-menu h3:before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #ffa41f;
      content: "";
      height: 0;
      left: 50%;
      margin-left: -3px;
      position: absolute;
      bottom: -11px;
      width: 0;
    }
  .sitefooter .f-menu ul {
    list-style: none;
    padding-left: 0px;
  }

.sitefooter .f-rights {
  color: #3e4348;
  font-size: 14px;
  font-weight: 300;
  min-height: 90px;
  padding: 22px 0px;
  border-bottom: 20px solid #6f7072;
}
  .sitefooter .f-rights .terms-privacy {
    margin-top: 8px;
  }
  .sitefooter .f-rights a {
    color: #3e4348;
  }
    .sitefooter .f-rights a:hover {
      color: #ea8b00;
    }
  .sitefooter .f-rights .copy-right {
    margin-bottom: 0px;
    margin-top: 8px;
  }
  .sitefooter .f-rights .making {
    background: url(../images/logo-making.png) no-repeat center top;
    display: block;
    height: 28px;
    width: 94px;
  }

@media only screen and (max-width: 991px) {
  .sitefooter .f-contact-us .block-2 {
    text-align: center;
  }
    .sitefooter .f-contact-us .block-2 .phone-container {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
  .sitefooter .f-contact-us .block-2,
  .sitefooter .f-contact-us .block-1 {
    text-align: center;
  }
  .sitefooter .f-contact-us .block-3 {
    margin-bottom: 25px;
  }
  .sitefooter .f-menu {
    text-align: center;
  }
    .sitefooter .f-menu ul {
      margin-bottom: 30px;
    }
  .sitefooter .f-rights {
    text-align: center;
  }
    .sitefooter .f-rights .making {
      margin-left: auto;
      margin-right: auto;
    }
  .terms-privacy {
    margin: 25px 0px;
  }
}