.floating_btn {
    position: fixed;
    bottom: 30px;
    /* right: 30px; */
    width: 100px;
    height: 100px;
    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: #38a815;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    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 #38a815;
    -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: 'Font Awesome 5 Brands' !important;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
.contact_icon i{
    font-family: 'Font Awesome 5 Brands' !important;
 }
    
.blog-details-content a {
   color: #4d68ab;
 }
 .cat_detail_full a {
    color: #4d68ab;
}

 .cat_detail_full {
    background-color: white;
    padding: 40px 16px;
    margin: 16px;
    border-radius: 16px;
    color: #767676;
    font-size: 14px;
}

.about_us_main_div li {
    list-style: circle;
    margin-right: 25px;
}
.cat_detail_full li {
    list-style: circle;
    margin-right: 25px;
}
  