section.pricing {
    background: #007bff;
    background: linear-gradient(to right, rgba(198, 37, 43, 0.9),rgba(198, 37, 43, 0.6));
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }

.whatsapp {
    height:20px;
}
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }

  .service{
    padding-bottom:20px;
    border-bottom: 1px solid #999EA4;
  }

  @media (min-width: 576px) {
    .service {
      border-left: 1px solid #999EA4;
      border-right: 1px solid #999EA4;
      margin-left: -1px;
    }
      .whatsapp {
          height: 30px;
      }
  }

  .old-price {
    text-decoration: line-through;
    color: grey;
    margin-bottom: 0;
  }

  .special-price {
    font-weight: 600;
  }

    .text-price {
        font-weight: 600;
    }
