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

.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 .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 .sr-footer-nav li a:not(:hover) {
  color: inherit;
}

.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 .icon-wrapper {
  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;
}

@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;
  }
}










.columnTitleWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 17px;
}

.columnIcon,.columnIcon img {
  line-height: 0;
}

.columnTitle h5 {
  margin: 0;
}

.threeColumnWrapper {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.columnReadMoreButton a {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.footerBG {
  border-radius: 1.11rem 1.11rem 0 0;
  background-color: #f8f5ef;
  padding: 4rem 6rem 1rem;
}
footer.sr-footer.sr-footer-04 {
  margin-inline: 45px;
}

.footerTopHeadingWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.footerTopHeading p { font-size: 3rem; }

.iconText { font-weight: 600; }

span.onHover {display: none;}

.footerContact a:hover span.onHover {
  display: block;
}

.footerContact a:hover span.defualt {
  display: none;
}

.footerContact a {
  display: flex;
  gap: 10px;
}

.footerContact:not(:last-child) {
  margin: 0 0 10px;
}

.footerMenu {
  padding: 4rem 6rem;
  border-top: solid 1px rgba(0, 0, 0, .1);
  border-radius: 0 0 1.11rem 1.11rem;
  background: linear-gradient(45deg, #afff64 5%, #f8f5ef 25%) no-repeat;
}

.menuWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.menuBox {
  flex: 1;
}


.menuBox .menuList ul {
  list-style: none;
  padding: 0;
}

.menuBox .menuList ul li a {
  font-size: 17px;
  font-weight: 300;
}

.menuHeading {
  margin: 0 0 36px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: .06rem;
}
.footerBottomLogo {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.logoColumn {
  line-height: 0;
}

.logoColumn {
  width: 164px;
}

.logoColumn img,
.imageCTA img, {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.socialsIcon a svg {
  width: 20px;
  height: 20px;
}

.socialsIcon {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0;
}

.socialsIcon a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 10px;
}

.copyright-inner {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  padding-inline: 5.25rem;
  font-size: 1rem;
  margin-top: 1.25rem;
}
.copyrightbox a {
  text-decoration: underline;
}
.newFooterModule {
  padding-bottom: 0;
}

.footerBG .hs-search-field__bar input {
  padding: .67rem 3.33rem .67rem 1.78rem;
  width: 100%;
  border: solid rgba(0, 0, 0, .1) 1px;
  border-radius: 3rem;
  min-height: 57px;
  font-size: 18px;
}

.footerBG .hs-search-field__bar form {
  display: block;
}

.footerBG .hs-search-field {
  margin: 2rem 0 0;
  padding-bottom: 2rem;
}

.footerBG .hs-search-field__bar {
  position: relative;
}

.footerBG .hs-search-field__bar .btn-wrapper.btn-wrapper-sm {
  position: absolute;
  right: 10px;
  top: 8px;
}

.footerBG button.hs-search-field__button.cta-button.search--icon {
  padding: 0 1.5rem;
  background: #000;
  color: #fff;
  font-size: 12px;
  min-height: 40px !important;
  letter-spacing: 2px;
  font-weight: 300;
}

span.contactDiv {
  flex: 1;
  word-break: break-all;
}


@media (max-width:1440px){
  .logo_image {
    display:none;
  }
}

@media (max-width:1024px){

  .threeColumnWrapper {
    grid-template-columns: 1fr 1fr;
  }
  footer.sr-footer.sr-footer-04 {
    margin-inline: 30px;
  }
}

@media (max-width:767px){

  .threeColumnWrapper {
    grid-template-columns: 1fr;
  }
  .footerBG {
    padding: 1.88rem 15px 0;
  }
  
  .footerTopHeading p { font-size: 1.3rem; }
  
  .footerMenu {
    margin: 0;
    background: linear-gradient(80deg, #afff64 5%, #f8f5ef 30%) no-repeat;
    padding: 1.88rem 15px;
  }

  .menuBox {
    flex: 1 1 45%;
  }

  .logo_image {
    display: none;
  }

  .logoColumn img {
    margin: 0;
  }
  .imageCTA img, .logoColumn img {
    margin-bottom: 1rem;
    margin-top
  }
.imageCTA img, .logoColumn img {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
  .copyright-inner {
    grid-template-columns: repeat(1, auto);
    text-align: center;
    justify-content: center;
    padding: 0 15px;
  }

  .socialsIcon {
    justify-content: center;
  }
  .footerBottomLogo {
      align-items: center;
      gap: 3rem;
  }
  .footerBG .hs-search-field__bar .btn-wrapper.btn-wrapper-sm {
    position: relative;
    right: unset;
    top: unset;
    margin: 15px 0 0;
    text-align: center;
  }
  .footerBG .hs-search-field__bar input {
    padding: .67rem 1rem .67rem 1rem;
    min-height: auto;
    font-size: 16px;
  }
  footer.sr-footer.sr-footer-04 {
    margin-inline: 0px;
  }
  .footerTopHeadingWrapper {
    flex-direction: column;
  }
  .menuHeading {
    font-size: 15px;
  }
  .menuBox .menuList ul li a {
    font-size: 15px;
  }

  .header__container[data-layout=mobile] .header__menu-item--depth-1:last-child {
    border-bottom: none;
  }

  ul.header__menu-wrapper.list-unstyled.m-0 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
}