.popup-overlay{
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background-color:#000;
  width:100%;
  text-align: left;
  padding:1.5rem 0 2rem;
  z-index:99999999999999999999999999;
  color:#fff;
  
}

.popup p{
	padding: 0 7rem;
	font-size: 12px;
	line-height:20px;}
.txtb{
	color:#e96e34;}
.txtb:hover{
	color:#e96e34;}
@media (max-width: 576px){
	.popup p{
	padding: 0 2em;}
}

a.close,
a.submit{
  display:inline-block;
  color:#000;
  background-color:#fff;
  padding: 2px 10px;
}

