.payments-hero-section{
	background: #F4F9FF;
	background-image: url('../svg/Map_payment.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;

}
.payments-methods-section{
	background: #F9FAFB;
}

.payment-card {
  border-radius: 20px;
  border: 1px solid #DFE8F8;
  background: #FFF;
  transition: box-shadow 0.2s ease;
}
.payment-card:hover {
  box-shadow: 0 4px 12px rgb(46 123 255 / 20%);
}
.payment-icon-cont{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #F3F5F9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 80px;
}
.payment-icon-cont img{
	width: 50px;
}
.payments-title{
	color: #004196;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2.4px;
}
.list-payments{
	color: #282626;
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
	padding-left: 27px;
}
.payments .payments-methods-title{
	color: #1F2542;
	font-size: 40px;
	font-weight: 600;
}
.payments-methods-section h5{
	text-align: center;
	font-size: 20px;
	color: #282626;
	font-weight: 600;
}

.payment-text h6{
	color: #000F26;
	font-size: 18px;
	font-weight: 600;
}
.payment-text p{
	color: #324F64;
	font-size: 14px;
	font-weight: 400;
}

.pci-img{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
}
.pci-img img{
	width: 134px;
}
.payments-security-section H3{
	color: #000F26;
	font-size: 32px;
	font-weight: 600;
}
.payments-security-section p{
	color: #324F64;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.4px;
}
.payments-hero-item{
	border-radius: 15px;
	background: #FFF;
	padding: 15px 20px;
	font-weight: 500;
}
#cryptoPaymentModal .form_container{
	border-radius: 20px;
	border: 1px solid #818181;
	padding: 25px 35px;

}

#cryptoPaymentModalLabel{
	color: #222;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
#cryptoPaymentModal .popup_col_left *{
	font-size: 14px;
	line-height: 18px;
}
.popup_col_left ol{
	padding-left: 15px;
}

.form_logo img{
	width: 150px;
	filter: grayscale(1);
}
#cryptoPaymentModal .form-control{
	font-size: 14px;
}
#cryptoPaymentModal .form-label{
	font-size: 14px;
}
@media (min-width: 768px) {
	.popup_col_left ol li{
		margin-bottom: 12px;
	}
	.popup_col_right{
		padding-left: 30px;
	}
	.popup_col_left{
		padding-right: 30px;
		border-right: 1px solid #818181;
	}
	.payments-right{
		padding-left: 40px;
	}
	.payments-left {
		padding-right: 40px;
		border-right: 1px solid #D9D9D9;
	}
	.payments-security-section .container{
		border-radius: 32px;
		background: #F3F5F9;
		padding: 60px;
	}
}
@media (min-width: 1200px) {
	#cryptoPaymentModal .modal-xl {
		--bs-modal-width: 1140px;
	}
}

@media (max-width: 768px) {
	#cryptoPaymentModal .form_container{
		padding: 25px 15px;
	}
	.payments-title{
		font-size: 38px;
		letter-spacing: 1.52px;
	}
	.payments-security-section p {
		font-size: 16px;
		line-height: 28px;
	}
	.pci-img {
		justify-content: center;
	}
	.payments-methods-section h5{
		color: #004196;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	.payment-text p{
		display: none;
	}
	.payment-icon-cont {
		flex: 0 0 50px;
		width: 50px;
		height: 50px;
	}
	.payment-icon-cont img {
		width: 43px;
	}
	.payment-text h6 {
		font-size: 14px;
	}
	.payment-icons-mob img{
		width: 40px;
	}
	.payment-icon-mob{
		background-color: #f7931b;
		border-radius: 8px;
		padding: 2px;
	}

	.payment-icon-mob:nth-child(2) {
		background-color: #0fbccd;
	}

	.payment-icon-mob:nth-child(3) {
		background-color: #29a2dc;
	}

	.payment-icon-mob:nth-child(4) {
		background-color: #51af95;
	}
	.payments .payments-methods-title {
		font-size: 32px;
		font-weight: 500;
	}

}


