.modal-xl{ max-width: 80vw!important;}
.pop-up-custom{
	font-weight: unset!important;
	text-align: unset!important;
}
.pop-up-custom .modal-footer{
	margin-top: 1.5em;
}
.pop-up-custom .modal-footer .btn{
	border-radius: 25px;
	border: 2px solid #E01319;
	background-color: #fff;
	color: #E01319;
	text-transform: uppercase;
	cursor: pointer;
}

.pop-up-custom .modal-footer .btn:hover{
	background-color: #E01319;
	color: #fff;
}