/* whatsapp css */
.fab2 {
    width: 50px;
    height: 50px;
    background-color: green;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;

    font-size: 20px;
    line-height: 50px;
    color: white;
    text-align: center;

    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 98px;
    -webkit-animation: shadow-pulse 2s infinite;
    animation: shadow-pulse 2s infinite;
    transition: all 0.2s ease-in-out;
  }

  .fab2:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
    color: #FF0080;
  }
  .panel-heading h6{
    font-size: 15px;
  }
  .panel-heading a:hover{
    color: #6b6b6bff;
  }
  .numbers{
    color: #FF0080;
  }

  .spacex{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* end whatsapp css */

  .fit_getintouch h2{
    text-transform: unset !important;
  }


  .blog_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

