#foo{
    background: #b2d7d755;
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 14px;
}

.foo-link{
   margin: 65px ;
}
.txt-link {
    text-decoration: none;
    font-size: 18px;
    align-items: center;

}
@media (max-width: 768px) {
    .foo-link{
        margin: 20px ;
     }
}
.insta-wp a i{
    font-size: 30px;
    background-color: #3985cb;
    color: #e8e7ef;
    border-radius: 10px;
    margin-right: 20px;
}
.insta-wp a i:hover{
    background-color: #2b2582;
}
.foo-cp{
 text-align: center;
}




.float{
    position: fixed;
    width: 50px;
    height: 49px;
    bottom: 16px;
    right: 0px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 2px 2px rgb(134, 219, 172); */
    z-index: 100;
  }
  .my-float{
    margin-top: 16px;

  }
  .float-back{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 20px;
    /* background-color: #000000; */
    color: var(--main-bg-color);
    /* border-radius: 30px; */
    /* border:  2px solid var(--main-bg-color); */
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    z-index: 100;
  }
  .my-float-back{
    margin-top: 16px;

  }

