.header .header-middle .header-wrapper { align-items: center; display: flex; padding: 15.5px 0; }
.section-content.section-content__slider { background-color: #f3f3f3; padding: 0px 0px; transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; }
.loaded > .container-xxxl > .row > .my-5 { margin-top: 0rem !important;
    margin-bottom: 0rem !important;}

a{
  text-decoration:none;
}
.floating_btn {
    position: fixed;
    bottom: 180px;
    right: 8px;
    width: 70px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 26px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.footer-socials-container ul li a img {
    height: 35px;
    width: 35px;
}