.agreement_modal{
	background-color: #665673;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 650px;
	position: fixed;
	margin-top: -325px;
	margin-left: -250px;
	display: none;
	box-shadow: 0 0 100px;
	z-index: 9999;
	color: white;
	font-family: Arial;
	padding: 20px;
    	box-sizing: border-box;
	flex-direction: column;
	align-items: end;
}

.agreement_modal a{
	font-size: 1em;
	float: right;
	background-color: #ff6300;
	padding: 3px;
	color: white;
	cursor: pointer;
}

.agreement_modal iframe{
	width: 100%;
	height: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow-x: hidden;
	border: none;
}

#pol_alert a, #pol_alert_call a{
	font-size: 1em;
	float: right;
	background-color: #ff6300;
	padding: 1px;
	color: white;
	cursor: pointer;
	margin-top: -1px;
}


.agreement_modal .agreement_modal_buttons{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.agreement_modal .agreement_modal_buttons a{
	width: 45%;
	height: 40px;
	background-color: #b2b2b2;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border: 0 none;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}

.agreement_modal .agree-btn{
	background-color: #ff6300!important;
}

@media (max-width: 500px){
	.agreement_modal{
		top: 0%;
		bottom: 10%;
		left: 0%;
		width: calc(100% - 40px);
		height: calc(90% - 20px);
		position: fixed;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;		
	}
}