    .tab-content
     {
         background: white;
     }
    

    .pricing-container {
      background: #fff;
      border-radius: 10px;
      padding: 30px;
      margin: 40px auto;
      max-width: 1150px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    }

    .pricing-header {
      text-align: center;
      margin-bottom: 20px;
    }
    .pricing-header h3 {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 20px;
    }
    .pricing-header p {
      font-size: 15px;
      margin-bottom: 15px;
      line-height: 1.8;
    }
    .input-discount {
      max-width: 350px;
      margin: 0 auto 25px auto;
    }

    .pricing-box {
      border: 1px solid #999;
      border-radius: 8px;
      background: #f5f5f5;
      padding: 20px 15px 25px;
      position: relative;
      text-align: center;
      min-height: 460px;
      margin-bottom: 20px;

      display: flex;
      flex-direction: column;
    }

    .pricing-box h3 {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 18px;
    }

    .pricing-box ul {
      list-style: none;
      padding: 0;
      margin: 15px 0 25px 0;
      text-align: right;
      flex-grow: 1;
    }
    .pricing-box ul li {
      margin: 10px 0;
      font-size: 15px;
      display: flex;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid #ccc;
    }
    .pricing-box ul li:last-child {
      border-bottom: none;
    }
    .pricing-box ul li .glyphicon {
      font-size: 18px;
      margin-left: 8px;
    }
    .pricing-box ul li .text-success { color: #00a651; }
    .pricing-box ul li .text-danger { color: #e60000; }

    .old-price {
      color: #e60000;
      text-decoration: line-through;
      font-size: 17px;
      font-weight: bold;
      margin-top: 10px;
    }
    .new-price {
      color: #008000;
      font-size: 22px;
      font-weight: bold;
      margin: 5px 0 10px 0;
    }
	
	.new2-price {
      color: #113EB8;
      font-size: 22px;
      font-weight: bold;
      margin: 5px 0 20px 0;

    }

    .btn-confirm {
      background: #1e3a66;
      color: #fff;
      width: 100%;
      font-size: 16px;
      padding: 10px;
      border-radius: 4px;
      margin-top: auto;
    }
    .btn-confirm:hover {
      background: #15294a;
      color: #fff;
    }
.btn-confirm:visited {
      background: #15294a;
      color: #fff;
    }
.btn-confirm:focus {
      background: #15294a;
      color: #fff;
    }
    .discount-badge {
      position: absolute;
      top: -20px;
      right: -20px;
      background: red;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      padding: 12px 14px;
      border-radius: 50%;
      line-height: 1.3;
      box-shadow: 0 0 8px rgba(0,0,0,0.3);
      text-align: center;
    }
.myb{ background:#EFEFEF; color:black; width:220px; margin-bottom:20px; text-align:center}
.kharid a{ font-size:15px !important}





