.paymentSection{

	width: 100%;
	/*background:#f3f3f4;*/
	background: rgb(158, 153, 232);
	background: linear-gradient(227deg, rgb(158 153 232 / 24%) 0%, rgb(111 203 243 / 55%) 35%, rgb(140 234 179) 100%);
	padding: 70px 0;
	padding-top: 50px;
}

.paymentSection .iconBg {
       background-position: 98% 134px;   
}

[data-action="submit-payment-card"].wpwl-form-card {
    
    min-width: 33% !important;
    width: 36% !important;
    min-height: 350px !important;
    background-color: #fff !important;
    background-image: unset !important;
    box-shadow: unset !important;
    padding: 25px !important;
    border: unset !important;
}

[data-action="submit-payment-card"].wpwl-form-card .wpwl-label {

	font-size: 15px;
    color: var(--primary-color1);
    font-weight: 500;
    margin-bottom: 8px;
}

[data-action="submit-payment-card"].wpwl-form-card .wpwl-control, .wpwl-group-registration {
    
    border-radius: 4px;
    min-height: 46px;
    border-radius: 8px;
    font-size: 16px;
    color: var(--primary-color1);
    box-shadow: 0px 5px 30px rgb(0 0 0 / 7%);
    height: 46px;
    border: 1px solid #e2e2e2;
    padding: 4px 10px;
    
}

[data-action="submit-payment-card"].wpwl-form-card .wpwl-has-error~.wpwl-hint {
    
    color: red;
    font-size: 13px;
}
[data-action="submit-payment-card"].wpwl-form-card .wpwl-group {

	margin-bottom: 15px !important;
}
[data-action="submit-payment-card"].wpwl-form-card .wpwl-button-pay {
    
    width: 142px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
}

.wpwl-button-pay:hover, .wpwl-button-pay:focus, .wpwl-button-pay:active {
    color: #fff;
    background-color: #449d44;
    border-color: unset !important;
    outline: unset !important;
}

.wpwl-container-virtualAccount-GOOGLEPAY {

	width: 30%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wpwl-form-virtualAccount-GOOGLEPAY {

	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.gpay-card-info-container{

	height: 45px !important;
    border-radius: 7px !important;
    outline: unset !important;
    font-size: 18px;
}
.payCardinfo-box {

	min-width: 33% !important;
    width: 36% !important;
    padding: 15px;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;

}
.payCardinfo-sec {

	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
    color: var(--primary-color1);
    font-weight: 500;
    margin-bottom: 12px;
}
.payCardinfo-sec span {

	
	color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-right: 10px;
}
.payCardinfo-sec:last-child{

	margin-bottom: 0;
}
.payhead-title {

	text-align: center;
	color: var(--primary-color1);
    font-size: 55px;
    margin-bottom: 60px;
}
.paymentWidgets .wpwl-message.wpwl-has-error {

    width: 33%;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    font-size: 15px;
    color: #474e59 !important;
    font-weight: 500;
    margin: auto;
}

@media (max-width: 767px) {

[data-action="submit-payment-card"].wpwl-form-card, .payCardinfo-box{

    width: 100% !important;
}

.wpwl-container-virtualAccount-GOOGLEPAY {
    
    width: 100% !important;
 }
 .paymentWidgets .wpwl-message.wpwl-has-error {

    width: 100% !important;
}

}


  @media(min-width:768px) and (max-width:991px){

[data-action="submit-payment-card"].wpwl-form-card{

    width: 70% !important;
}

.wpwl-container-virtualAccount-GOOGLEPAY {
    
    width: 50% !important;
 }
  .payCardinfo-box{

    width: 52% !important;
  }
   .paymentWidgets .wpwl-message.wpwl-has-error {

    width: 52% !important;
}

}
  @media(min-width:992px) and (max-width:1199px){

[data-action="submit-payment-card"].wpwl-form-card{

    width: 70% !important;
}

.wpwl-container-virtualAccount-GOOGLEPAY {
    
    width: 50% !important;
 }
  .payCardinfo-box{

    width: 52% !important;
  }
   .paymentWidgets .wpwl-message.wpwl-has-error {

    width: 52% !important;
}

}