.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;
}

@media (max-width: 991px) {
	.popup-modal-active .popup-modal .overlay {
		background-color: rgba(143, 143, 144, 0.8);
	}
}

@media (max-width: 767px) {
	.popup-modal.active .modal-box.pop-up-custom.active {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 93vw !important;
		max-height: 730px !important;
		border-radius: 10px;
	}

	.popup-modal.active .modal-box.pop-up-custom.active .modal-body {
		max-height: 550px !important;
	}
}
