.sr-footer-04 {
  position: relative;
}

.sr-footer-04 .container-fluid{
  display: flex;
  justify-content: space-evenly;
}

.sr-footer-04 .button__container {
  position: absolute;
  bottom: 3%;
  right: 5%;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.sr-footer-04 .button__container:hover {
  filter: brightness(1.2);
}

.sr-footer-04 .footer-contact p{
  margin:.25rem;
}

.sr-footer-04 .footer-contact .contact {
  margin-bottom: 1rem;
}

.sr-footer-04 .footer-contact .address{
  margin-bottom: 1rem;
}

.sr-footer-04 .sr-footer-nav li a{
  font-family: Work Sans;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li a {
  display: inline-block;
  padding-right: 1.475rem;
}

.sr-footer-04 .menu-wrapper {
  padding: 2rem 0;
}

.sr-footer-04 .sr-footer-nav li a {
  line-height: 2rem;
}

.sr-footer-04 .social {
  list-style: none;
  padding: 0;
}

.sr-footer-04 .social li {
  display: inline-block;
  text-align: center;
}

.sr-footer-04 .social li a {
  border-bottom: none;
  font-size: 1.4em;
}

.sr-footer-04 ul.social li {
  display: inline-block;
  margin: 0.5rem
}

.sr-footer-04 ul.social li i {
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
}

.sr-footer-04 .footer-logo {
  margin-bottom: .8rem;
}

.sr-footer-04 ul.hs-menu-children-wrapper {
  list-style-type: none;
  padding: 0;
}

.sr-footer-04 li.hs-menu-item.hs-menu-depth-2 a {
  padding: 8px 20px;
  display: block;
}

.sr-footer-04 li.hs-menu-item.hs-menu-depth-2 a:hover {
  background: #000;
  color: #fff;
}

.sr-footer-04 .row.footer-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sr-footer-04 .footer-logo-social img {
  max-width: 100%;
  height: auto;
}

.sr-footer-04 .footer-logo-social {
  margin-top: 2rem;
}

.sr-footer-04 .footer-logo-social small,
.sr-footer-04 .footer-logo-social a{
  color: #B5B2B2!important;
}

@media only screen and (max-width: 768px) {
  .sr-footer-04 ul.social li {
    margin-right: 1rem;
    margin-left: 0;
  }

  .row.footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sr-footer-04 .social {
    padding-bottom: 2rem;
    padding-top: 0;
  }

  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li a {
    line-height: 3;
  }
}

@media screen and (max-width: 776px) {
  .sr-footer-04 .container-fluid {
    flex-direction: column;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 550px) {
  .sr-footer-04 .container-fluid {
    flex-direction: column;
    margin-left: 1rem;
  }
  
  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul {
    display: flex;
    flex-direction: column;
}