 
.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(5, 23, 61, 0.50) 0%, rgba(0, 37, 114, 0.9) 100%);
}

.page-header__social {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: -156px;
    transform: rotate(-90deg);
    background-color: transparent;
}

.page-header__social::before {
    content: "";
    position: absolute;
    left: -43px;
    bottom: 199px;
    right: -49px;
    border-bottom: 1px solid rgba(var(--Freshflow-white-rgb), .18);
}

.page-header__social a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--Freshflow-white);
    text-transform: lowercase;
}

.page-header__social a:hover {
    color: var(--Freshflow-extra);
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 175px 0 175px;
    z-index: 1;
}

.page-header__img-1 {
    position: absolute;
    top: 95px;
    right: 20px;
    border-radius: 50%;
}

.page-header__img-1::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border: 1px solid rgba(var(--Freshflow-white-rgb), .10);
    border-radius: 50%;
}

.page-header__img-1 img {
    width: auto;
    border-radius: 50%;
}

.page-header__inner h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    color: var(--Freshflow-white);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/*whatsapp*/

.fixed-tabs-Whats {
  position: fixed;
  right: 0px;
  bottom: 170px;
  z-index: 999;
}
.aba-whatsphone {
  background: linear-gradient(45deg, #29af37, #65b575)/*#1EBEA5*/;
  height: 50px;
  width: 60px;
  border-radius: 30px 0 0 30px;
  transition: 0.7s ease;
}
.aba-whatsphone:hover {
  width: 220px;
  transition: 0.7s ease;
}
.aba-whatsphone-icone {
  background-image: url(https://aquapurelifero.com/wp-content/uploads/2023/08/whatsapp-icon.png);
    background-repeat: no-repeat;
    width: 220px;
    background-size: 50px;
    background-position: 8px 0px;
    padding: 0px;
    display: flex;
}.float-button {
    text-decoration: none;
    position: fixed;
    /* padding: 8px 20px; */
    padding-right: 15px;
    bottom: 168px;
    right: 50px;
    /* background-color: #50c65e; */
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 4px 6px 0px rgb(173 173 173); */
    z-index: 100;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}
.aba-whatsphone-icone a {
  color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 60px;
    text-decoration: none;
    height: 50px;
  /*font-family: sans-serif;*/
}
.aba-whatsphone-icone a strong {
  display: block;
  font-size: 17px;
  margin-top: 15px;
  color: #fff;
}
@media (max-width: 768px){
  .pulser {
    top: 78%!important;
    left: 80.8%!important;
     
  /*.pulser {
    width: 60px;
    height: 60px;
    background: #e5102a;
    border-radius: 50%;
    position: fixed;
    top: 89%!important;
    left: 72.5%!important;
  }*/

  

 } 
}

  .pulser {
    width: 55px;
    height: 55px;
    background: #0d6efd;
    border-radius: 50%;
    position: fixed;
    top: 65%;
    right: 96.8%;
    visibility: visible;
    z-index: 90;

  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  .space1{margin-top: 70px;}
  .pulser::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0d6efd;
    border-radius: 50%;
    z-index: -1;
  }
  .pulser i{
    font-size: 25px;
    color: #ffffff;
     padding: 15px;
  }
  /* Decorative styles */
   

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #E7E7E7;
    text-transform: uppercase;
    font-family: var(--Freshflow-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #E7E7E7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--Freshflow-extra);
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/