
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 100%;
    float: right;
  }
  .pricing .card::before {
    content: '';
    position: absolute;
    left: -12%; 
    height: 80%;
    border-radius: 16px 0 0 16px;
    bottom: 10%;
    width: 12%;
    background-color: inherit;
   }
   .pricing .card-body {
       background-color: #ffffff;
       border-radius: 1rem;
   } 
  
  .pricing .align-card-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
  }
  .pricing .card-price { 
    font-size: 3rem;
    line-height: 3rem; 
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  } 
  /* 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;
    }
  }
  
  @media screen and (max-width: 1459px) and (min-width: 992px)  {
    .pricing .card-price { 
      font-size: 2.3rem;
      line-height: 3rem; 
    }
    .card-title{
        font-size: 1.9rem;
    }
  }
  @media screen and (max-width: 576px) {

    .pricing.p-5{
        padding: 2rem !important;
    }
    .pricing .card-body.px-5{
        padding: 2.5rem !important;
    }
    .pricing .card-price { 
        font-size: 2.5rem;
        line-height: 4rem; 
      }
  }
  .payment .card{
    border-radius: 0.3rem;
  }
  .payment-check
  {
    color: #198754!important;
  }
  .fs-7{
    font-weight: 500;
  }
  .form-switch{
    padding-left: 0;
  }
  .form-check-label-before{
    padding-right: 3.2rem;
  }
  .form-check-label-after{
    padding-left: 0.3rem;
  }
  .fw-600{
    font-weight: 600;
  }
  .form-switch .form-check-input{
    border-color: #2f56a1;
    background-color:  #2f56a1;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
  }
  .discount-label{
    color: white;
    border-radius: 5px;
  }