@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 100px;
}

.container.p0 {
	max-width: 500px!important;
}

.p0 {
	padding: 0!important;
}

.m0 {
	margin: 0!important;
}

.mt30 {
	margin-top: 30px;
}
.add_cls{
    cursor: pointer;
}
.m20 {
	margin: 20px 0;
}

.m10 {
	margin: 10px auto;
}

.header {
	box-shadow: 0px 2px 2px rgb(0 0 0 / 18%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999999999999999999999;
	background: #fff;
}
#bank_sec , #bank_sec1{
	padding: 5px 10px;
}
.left_arrow {
	cursor: pointer;
}

.payment-card-slider {
	overflow-x: visible;
	overflow-y: hidden;
	white-space: nowrap;
}

.card-view-container {
	display: inline-block;
	width: 300px;
}

.header h5 {
	padding: 14px;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.left_arrow {
	position: absolute;
	top: 8px;
    left: 8px;
    padding: 10px;
}
.upi_con_card{
    width: 300PX;
    margin: 10PX AUTO;
}
.card {
	width: 48%!important;
    float: left!important;
    margin: 1% !important;
    background: #FFFFFF;
    border: 0.5px solid #DEDEDE;
    padding: 20px 10px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 18%);
    border-radius: 10px;
}
#creditcard .card_section h6{
	padding: 10px;
    color: #003cbe;
	font-weight: 700;
}
#creditcard .card_section h6 i{
	float: right;
    position: relative;
    top: 3px;
}
.save__card__list {
    padding: 0px;
    border: 1px solid #eaeaea;
    margin: 10px;
    border-top: 1px solid #eaeaea;
}
.old_card{
	display: flex;
}
.old_card .form-group{
	width:48%;
	margin: 1%;
}
.save__card__list h6{
	background: #eaeaea;
    padding: 10px;
    margin: 0;
}
.ext__head__sec .fa-minus{
	display: none;
}
.ext__head__sec.active .fa-minus{
	display: block;
}
.ext__head__sec.active .fa-plus{
	display: none;
}
.en_sec{
	padding: 10px;
	transition: 2s;
}
.save__card__list.active h6 p span{
	display: block;
}
.save__card__list.active .en_sec{
	display: block;
}
.togg_section{
	display: none;
}
.card img {
	max-width: 49px;
	text-align: center;
	margin: 10px auto;
}
.ext__head__sec.active .togg_section{
	display: block!important;
}
.card p {
	margin-bottom: 0!important;
	font-size: 13px;
	text-align: center;
}

.card_section {
	padding: 0px;
}
ul.card_logos {
    display: flex;
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    right: 38px;
    top: 9px;
}
.card_mastercard {
	background-position: -55px 0!important;
}

.card_amex {
	background-position: -110px 0!important;
}

.card_discover {
	background-position: -165px 0!important;
}

.card_diners {
	background-position: -220px 0!important;
}

.card_jcb {
	background-position: -660px 0!important;
}
.card_logos li {
    display: none;
}
.card_visa, .card_mastercard, .card_amex, .card_discover, .card_diners, .card_jcb {
    display: inline-block;
    width: 50px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    background: url(https://github.com/christianreed/Credit-Card-Type-Detector/blob/master/sprite-cards.png?raw=true) 0 0 no-repeat;
}
.is_visa li.card_visa, .is_mastercard li.card_mastercard, .is_amex li.card_amex, .is_discover li.card_discover, .is_diners li.card_diners, .is_jcb li.card_jcb {
    display: block;
}
.amt_section h4 {
	color: #003CBE;
	font-weight: 700;
	margin-bottom: 0!important;
}

.amt_section {
	padding: 20px 10px 5px 10px;
}

.card_sect {
	padding: 0 10px;
}

.add_cls {
	float: right;
	color: #003CBE;
	font-weight: 800;
	font-size: 14px;
	margin-right: 30px;
}

.card-view-container:nth-child(1) {
	background: #003CBE;
}

.card-view-container:nth-child(2) {
	background: #008CEF;
}

.card-view-container:nth-child(3) {
	background: #0ED1FF;
}

.card-view-container {
	margin: 10px 5px;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.card-number-label {
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
}

.cardholder-name-label {
	margin-top: 50px;
	display: block;
	color: #fff;
}

.expiry-date {
	color: #fff;
	font-size: 13px;
	display: block;
}

.card-view-container .radio-btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 15px;
	height: 15px;
	border: 1px solid#fff;
	border-radius: 50%;
}

.card-front::before,
.card-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	top: 0;
	z-index: -1;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	transform: translateX(-200%) skewX( -45deg);
	-webkit-transform: translateX(-200%) skewX( -45deg);
	-moz-transform: translateX(-200%) skewX(-45deg);
	-ms-transform: translateX(-200%) skewX(-45deg);
	-o-transform: translateX(-200%) skewX(-45deg);
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	will-change: transform;
	left: 50%;
	transform: translateX(-50%) skewX( -45deg);
	-webkit-transform: translateX(-50%) skewX( -45deg);
	-moz-transform: translateX(-50%) skewX(-45deg);
	-ms-transform: translateX(-50%) skewX(-45deg);
	-o-transform: translateX(-50%) skewX(-45deg);
}

.content_section {
	margin-top: 70px;
}

.form-group input {
	border: 0.5px solid #CACACA;
	box-sizing: border-box;
	border-radius: 50px;
	max-width: 300px;
	text-align: center;
	margin: auto;
	height: 45px;
}

.form-group .paynow_btn {
	border: 0.5px solid #CACACA;
	box-sizing: border-box;
	border-radius: 50px;
	max-width: 300px;
	text-align: center;
	margin: auto;
	height: 45px;
}

select {
	border: 0.5px solid #CACACA!important;
	box-sizing: border-box!important;
	border-radius: 50px!important;
	/* max-width: 300px!important; */
	text-align: center;
	margin: auto;
	height: 45px!important;
}

.button_type {
	background: #003CBE;
	color: #fff;
	width: 100%;
	cursor: pointer;
}
.save__card__list h6 p{
	display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 100%;
    float: right;
}
.save__card__list h6 p span{
	width: 10px;
    height: 10px;
    background: #0f0f0f;
    border-radius: 100%;
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
	display: none;

}
.en_sec{
	display: none;
}
.form-group {
	text-align: center;
}

/* 2 */

.Checked .tick {
	display: block!important;
}

.error {
	border: 2px solid red!important;
}

.fix_btn {
	left: calc(50% - 150px);
}

.fix_amt {
	left: calc(50% - 89px);
	color: #003CBE;
	font-size: 14px;
	text-align: center;
	margin: 3px auto;
}

.fix_pos {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	z-index: 999999999;
	box-shadow: 2px 2px 2px 2px #504e4e;
	left: 0;
}

.card.selected {
	background: #003cbe;
}

.card.selected p {
	color: #fff!important;
}

.upierror1 {
	display: none;
}

.upierror1.act,
.upierror4.act,
.upierror2.act,
.upierror3.act {
	display: block!important;
	text-align: center;
	margin: auto;
	color: red;
	font-weight: 800;
}

.upi_section {
	padding: 10px 20px;
	background: #FFFFFF;
	border: 0.5px solid #DEDEDE;
	padding: 10px 10px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 18%);
	border-radius: 20px;
}

.upi_con,
.upix {
	margin: 10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.upixer {
	display: none;
}

.upi_check {
	height: 18px;
	width: 18px;
	margin-right: 8px;
	margin-top: -3px;
}

.cards1 {
	text-align: center;
	margin: auto!important;
}

.select1 {
	color: #003CBE;
	font-weight: 700;
}

.or_sec {
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 700;
}

.create_id {
	border: 0.5px solid #003CBE;
	box-sizing: border-box;
	border-radius: 50px;
	color: #003CBE;
	height: 45px!important;
	padding: 10px;
	width: 300px!important;
	display: block;
	text-align: center;
	margin: auto;
}

.upi_con1 {
	text-align: center;
	/* color: #003CBE; */
	font-weight: 600;
}

h6.cod_h {
	font-size: 18px;
	font-weight: 700;
	margin: 20px auto;
}

.fix_nofix {
	margin: 30px auto;
}

.atag {
	color: #003CBE;
}

.acc_sec {
	background: #FFF9DA;
	border-radius: 10px;
	padding: 20px 10px;
}

.name {
	width: 30%;
}

.name p,
.name2 p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 799;
	padding: 5px;
	padding-left: 30px;
	color: #000;
}

.name2 {
	width: 70%;
}

.after_sec p {
	margin: 20px auto;
	padding: 10px;
	font-size: 12px;
}

.icitr {
	margin-bottom: 20px!important;
}

p.impt1 {
	font-size: 10px;
	color: #003CBE;
	font-weight: 600;
}

table.table.bankaccount-details.table-borderless {
	background: #003CBE;
	border-radius: 10px;
	vertical-align: middle;
	font-size: 12px;
}

.bankaccount-details.table-borderless td:nth-child(1) {
	color: #fff;
	vertical-align: middle;
	width: 35%;
	border-bottom: 0.5px solid #2661E2;
}

.bankaccount-details.table-borderless td:nth-child(2) {
	color: #FAD324;
	vertical-align: middle;
	width: 45%;
	border-bottom: 0.5px solid #2661E2;
}

.copy {
	width: 18px;
}

span.dot {
	margin-right: 3px;
	padding-bottom: 0;
	float: right;
	margin-left: 3px;
}

.bankaccount-details.table-borderless td:nth-child(3) {
	background: #008CEF;
	box-shadow: -4px 0px 4px rgb(0 0 0 / 25%);
	width: 30%;
	text-align: center;
}

.xxxfd1 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.xxxfd2 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.fx1 {
	text-align: center;
	font-size: 12px;
	padding: 3px 19px;
}

.h6tag {
	text-align: center;
	color: #003CBE;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

ol {
	padding: 0 17px;
}

li {
	font-size: 11px;
	margin-bottom: 15px;
}

.h5t {
	color: #003CBE;
	font-size: 15px;
	font-weight: 700;
}

.est1 {
	padding: 20px;
	font-size: 12px;
	text-align: center;
}

.est1 p {
	margin-bottom: 0!important;
}

.wa {
	padding: 10px;
}

.wa_num {
	color: #3EB748;
	font-weight: 700;
}

.copied-id {
	background: #3EB748;
}

.assets1 {
	background: #003cbe;
	padding: 5px;
	border-radius: 10px;
	color: #fff;
}

.assets1 img {
	width: 12px;
	margin-right: 3px;
	margin-left: 5px;
}

ol {
	line-height: 2;
}

.result-section {
	height: 100vh;
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
}

.success-cont {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.success-cont h4 {
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #46D161;
	letter-spacing: 2px;
}

.home_sec {
	margin-top: 100px;
}

.home_sec p {
	margin-bottom: 0!important;
}

.time_tag {
	position: absolute;
	top: 72px;
	font-size: 40px;
	line-height: 106px;
	text-align: center;
	color: #0ED1FF;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	left: calc( 50% - 54px);
}

.pos {
	position: relative;
}

.f1 {
	max-width: 300px;
	margin: auto;
}

.f11 {
	max-width: 140px;
	margin-right: 10px;
}

.f21 {
	max-width: 140px;
	margin-left: 10px;
}

.rtyuierror {
	border: 2px solid red!important;
}

#page_1 .pages {
	background: #fff;
	border: 2px solid #fff;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#page_1 .col1 {
	perspective: 1000;
	transform-style: preserve-3d;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

#page_1 .type {
	position: absolute;
	width: 75px;
	height: 45px;
	top: 20px;
	right: 20px;
}

#page_1 img {
	/* width: 100%; */
	float: right;
}

#page_1 .chip {
	bottom: 120px;
	left: 15px;
}

#page_1 .chip:after {
	content: "";
	display: block;
	width: 35px;
	height: 25px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ddd;
}

#page_1 .chip {
	position: absolute;
	width: 55px;
	height: 40px;
	background: #bbb;
	border-radius: 7px;
}

#page_1 .card_number {
	position: absolute;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1px;
	top: 66px;
	left: 15px;
	color: #fff !important;
	word-spacing: 3px;
	transition: color 0.5s;
}

#page_1 .date {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 90px;
	height: 35px;
	color: #fff !important;
	transition: color 0.5s;
}

#page_1 .date span {
	font-size: 15px;
}

.date .date_value {
	font-size: 12px;
	position: absolute;
	margin-left: 5px;
	margin-top: 12px;
	color: var(--text-color);
	font-weight: 500;
	transition: color 0.5s;
	left: 15px;
}

.back {
	position: relative;
	width: 100%;
	border-radius: 17px;
	height: 100%;
	background: var(--card-color);
	transform: rotateY(180deg);
}

.back .magnetic {
	position: absolute;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	margin-top: 25px;
}

#page_1 .bar {
	position: absolute;
	width: 80%;
	height: 37px;
	background: rgba(255, 255, 255, 0.7);
	left: 10px;
	margin-top: 100px;
}

#page_1 .seccode {
	font-size: 13px;
	color: var(--text-color);
	font-weight: 500;
	position: absolute;
	top: 105px;
	right: 35px;
}

#page_1 .chip:after {
	content: "";
	display: block;
	width: 35px;
	height: 25px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ddd;
}

#page_1 .disclaimer {
	position: absolute;
	width: 65%;
	left: 80px;
	color: #f1f1f1;
	font-size: 7px;
	bottom: 16px;
	word-wrap: break-all;
	text-align: left;
}

#page_1 .col2 {
	width: 420px;
	width: 100%;
	max-width: 420px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}

#page_1 .working_content {
	margin-left: 20px;
	height: auto;
}

#page_1 .back span.chip {
	bottom: 15px;
}

#page_1 .card {
	width: 300px !important;
	height: 200px;
	border-radius: 17px;
	transition: all 1s;
	transform-style: preserve-3d;
	background: #003CBE;
	margin: 0 auto !important;
	text-align: center;
	padding: 0;
}

#page_1 .front {
	position: absolute;
	background: var(--card-color);
	border-radius: 17px;
	padding: 50px;
	width: 100%;
	height: 100%;
	transform: translateZ(1px);
	-webkit-transform: translateZ(1px);
	transition: background 0.3s;
	z-index: 50;
	/* background:linear-gradient(135deg, #7117ea 0%,#ea6060 100%); */
	background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px);
	background-image: -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
	background-image: -moz-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
	background-image: -ms-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
	background-image: -o-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page_1 .type {
	position: absolute;
	width: 75px;
	height: 45px;
	top: 10px;
	left: -7px;
}

#page_1 img {
	/* width: 100%; */
	float: right;
}

.front .chip {
	display: none;
}

#page_1 .chip:after {
	content: "";
	display: block;
	width: 35px;
	height: 25px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ddd;
}

#page_1 .chip {
	position: absolute;
	width: 55px;
	height: 40px;
	background: #bbb;
	border-radius: 7px;
}

.date .date_value {
	font-size: 12px;
	position: absolute;
	margin-left: 5px;
	margin-top: 12px;
	color: var(--text-color);
	font-weight: 500;
	transition: color 0.5s;
	left: 15px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 45px;
	left: 25px;
}

#page_1 .fullname {
	position: absolute;
	font-size: 17px;
	bottom: 53px;
	left: 15px;
	color: #fff !important;
	transition: color 0.5s;
}

#page_1 .exp_label {
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 45px;
	left: 25px;
	display: none;
}

.back {
	position: relative;
	width: 100%;
	border-radius: 17px;
	height: 100%;
	background: var(--card-color);
	transform: rotateY(180deg);
}

.back .magnetic {
	position: absolute;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	margin-top: 25px;
}

#page_1 .bar {
	position: absolute;
	width: 80%;
	height: 37px;
	background: rgba(255, 255, 255, 0.7);
	left: 10px;
	margin-top: 100px;
}

#page_1 .seccode {
	font-size: 13px;
	color: var(--text-color);
	font-weight: 500;
	position: absolute;
	top: 105px;
	right: 35px;
}

.form-control.select-bank{
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/grezpay/assets/images/select_arr.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}

@media only screen and (min-width:320px) and (max-width:359px){
	table.table.bankaccount-details.table-borderless{
		font-size: 11px;
	}
}

@media only screen and (min-width:280px) and (max-width:319px){
	table.table.bankaccount-details.table-borderless{
		font-size: 10px;
	}
	.card p {
		font-size: 12px;
	}
	.table td, .table th {
		padding: 5px;
	}
}
.upi__new__cls{
	display: flex;
    justify-content: center;
	cursor: pointer;
}
.upi__new__cls p {
    width: 22px;
    height: 22px;
    background: #959595;
    border-radius: 5px;
    margin-right: 3px;
}

.check__box i{
	color: #fff;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.checked__cls p{
	background: #003CBE;
}.upi__new__cls img{
	display: none;
}
.upi_check_r{
	width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #959595;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    top: 3px;
    padding: 2px;
}
.upi_check_r span {
    background: #003CBE;
    height: 10px;
    width: 10px;
    /* display: block; */
    border-radius: 50%;
	display: none;
}

.select1 .upi_check_r {
	border: 2px solid #003CBE!important;
}
.select1 .upi_check_r span{
	display: block;
}