.section_card_v {
	display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 30px;
    }

    .stage-box {
      width: 300px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #092a6c;
      font-weight: 600;
    }

    .payment-card_p {
       width: 380px;
       height: 230px;
       border-radius: 10px;
       position: fixed;
       /* top: 50%; */
       left: 50%;
       transform: translate(-50%, -50%);
       transition: transform 0.8s cubic-bezier(.22, .9, .32, 1), top 0.8s cubic-bezier(.22, .9, .32, 1), left 0.8s cubic-bezier(.22, .9, .32, 1);
       z-index: 50;
       padding: 20px;
       backdrop-filter: blur(10px);
       color: #fff !important;
       background: linear-gradient(151deg, #561496 18%, #2b0a4a 84%);
    }
	 .payment-card_p p.medeelel{
		     color: #fff;
		     font-weight: 400;
		     font-size: 14px;
		     margin-top: 20px;
		}
	 .payment-card_p .chip{
		     width: 40px;
    opacity: 0.6;
	margin-bottom: 20px;
	}
	 .payment-card_p .chip img{}
	 
	 .payment-card_p .card_name{
		  width: 50%;
		  color: #505050;
	 }
	.payment-card_p  .dateexp{
		     text-align: right;
    width: 50%;
    font-size: 14px;
    color: #505050;    text-align: right;
    width: 50%;
    font-size: 14px;
    color: #505050;
	 }
	 
	 .payment-card_w {
    width: 380px;
    height: 230px;
    border-radius: 10px;
    padding: 20px;
    backdrop-filter: blur(10px);
    color: #fff !important;
    background: linear-gradient(151deg, #ffffff 18%, #f1f1f1 84%);
    box-shadow: 1px 1px 7px 0px #d7d7d7;
}
@media (max-width: 886px){
	
	 
	 .payment-card_w {
    max-width: 100%;
    
}
}
	 .payment-card_w p.medeelel{
		    color: #2a3547;
		    font-weight: 400;
		    font-size: 14px;
		    margin-top: 20px;
		}
		 .payment-card_p p.medeelel{
		     color: #fff;
		     font-weight: 400;
		     font-size: 14px;
		     margin-top: 20px;
		}
	 .payment-card_w .chip{
		     width: 40px;
    opacity: 0.6;
	margin-bottom: 20px;
	}
	 .payment-card_w .chip img{}
	 
	 .payment-card_w .card_name{
		  width: 50%;
		  color: #505050;
	 }
	.payment-card_w  .dateexp{
		     text-align: right;
    width: 50%;
    font-size: 14px;
    color: #505050;    text-align: right;
    width: 50%;
    font-size: 14px;
    color: #505050;
	 }
	 
	 
	.payment-card_w .card_level{
			color: #2a3547;
	}
	.payment-card_p .expiry-title, .payment-card_p .expiry{
		
		    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
	}
	.payment-card_w .expiry-title, .payment-card_w .expiry{
		
		color: #2a3547;
    font-size: 13px;
    line-height: 1.4em;
	
	}
	
	
	.payment-card_p .package_price,
	.payment-card_w .package_price{
    background: #ffffff;
    padding: 3px 8px;
    border-radius: 8px;
    color: #003f88;
    font-weight: 600;
    font-size: 14px;
}