.modal_policy {    
overflow: auto;
position: fixed;
z-index: 1;
padding-top: 10px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.7);
}
.modal-content {
overflow: overlay;
background-color: #fff;
margin: auto;
padding: 30px;
border: none;
width: 45%;
color: #000;
margin-top: 10%;
border-radius: 0;
}
.modal-content h1 {padding: 0px;}
.policy_close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.policy_close:hover,.policy_close:focus { color: #000; text-decoration: none; cursor: pointer;} .Show_Policy{
color: red;
padding-left: 3px;
text-decoration: underline;
cursor: pointer;}