.payment-wr {
	position: relative;
	min-height: 100vh;
}
.payment-card {
	width: 45rem;
	padding: 20px;
	box-shadow: 0 -6px 14px 0 rgba(254, 78, 110, 0.2);
	margin: 10rem auto 10rem auto;
	position: relative;
	border-radius: 4px;
}
.payment-ev-logo {
	display: block;
	position: absolute;
	left: calc((45rem - 48px)/2);
	top: -80px;
}
.payment-amount {
	width: 120px;
	height: 40px;
	position: absolute;
	right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	background-color: #65ead1;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}
.payment-header h1,.payment-body h1 {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: left;
	color: #3c3b3b;
}
.payment-header h1::before,
.payment-body h1::before {
	content: '';
	width: 35px;
	height: 2px;
	background-color: #65ead1;
	display: block;
	margin-bottom: 8px;
}
.payment-header h1 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.payment-body h1 {
	margin-top: 38px;
}
.parameters-warning {
	margin-bottom: 45px;
	display: block;
	font-size: 14px;
	opacity: 1;
}
.payment-header span {
	font-size: 1.4rem;
	letter-spacing: 0.3px;
	text-align: left;
	color: #9a9a9a;
}
.payment-header h2 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: left;
	color: #3c3b3b;
	margin-top: 10px;
	margin-bottom: 0;
}
.what-is-ccv {
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(to bottom, #59ecab, #65ead1);
	border-image-slice: 1;
	background-color: inherit;
	font-size: 12px;
	color: #3c3b3b;
	outline: none;
	display: block;
	width: 100%;
}
.what-is-ccv:hover {
	color: #ffffff;
	font-weight: bold;
	background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}
.payment-buttons {
	margin: auto;
	display: table;
	margin-top: 20px;
}
.payment-cards img {
	width: 58px;
	padding: 0 10px;
	text-align: center;

}
.payment-cards {
	margin-top: 30px;
	padding-top: 15px;
	text-align: center;
	border-top: solid 1px rgba(151,151,151,0.4);
}
.payment-buttons::after {
	content: '';
	clear: both;
	display: block;
}
.ccv-text {
	position: absolute;
	width: 90%;
	min-height: 50px;
	background-color: #ffffff;
	padding: 14px 10px;
	border-radius: 3px;
	box-shadow: 0 6px 14px 0 rgba(254, 78, 110, 0.2);
	z-index: 1;
	bottom: 208px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.ccv-text h2 {
	font-size: 12px;
	letter-spacing: 0.3px;
	text-align: left;
	color: #fe4e6e;
	margin-top: 0;
	margin-bottom: 4px;
}
.ccv-text p {
	font-size: 10px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #9a9a9a;
	margin: 0;
}
.ccv-close {
	width: 10px;
	height: 10px;
	display: block;
	background-image: url("../images/icons/cancel.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
}
.margin-for-ccv {
	margin-top: 18px !important;
}
#cvv_2 {
	padding: 16px 16px 16px 0;
}
.payment-step-two h3,.payment-step-three h3 {
	font-size: 17px;
	text-align: center;
	color: #3c3b3b;
	margin-top: 50px;
	margin-bottom: 30px;
}
.payment-continue {
	margin: auto;
	display: block;
}
.payment-detail tr td {
	font-size: 12px;
	padding: 5px 30px 5px 0;
}
.payment-detail tr td:nth-child(1) {
	color: #9a9a9a;
}
.payment-detail tr td:nth-child(2) {
	color: #3c3b3b;
}
.print-result {
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	float: right;
}
.payment-pay-btn {
	float: right;
}

.payment-cancel-btn {

}
/*For Small screen sizes*/
@media (max-width: 768px) {

	.payment-card {
		width: 90%;
	}

	.padding-for-mob {
		padding-left: 0;
	}

	.what-is-ccv {
		margin-top: 18px;
	}

	.print-result {
		width: 120px;
		min-width: 120px;
		padding-left: 10px;
		padding-right: 10px;
	}

    .payment-pay-btn {
	    min-width: 120px;
	    width: 120px;
	    padding-left: 10px;
	    padding-right: 10px;
    }

    .payment-cancel-btn {
	    min-width: 100px;
	    width: 60px;
	    padding-left: 10px;
	    padding-right: 10px;
    }

    .payment-return {
	    min-width: 100px;
	    width: 60px;
	    padding-left: 10px;
	    padding-right: 10px;
    }

}
/*For Small screen sizes*/