div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;
    width: 100%;  
    height: 50px;  
    background-color: #FFEEEE;  
    color: #fff;
	padding: 20px 30px 35px 30px;
}

.wrapping {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button {
  width: 140px;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  
  
  background-color: #244F9E;
  box-shadow: 0px 15px 20px rgba(36, 79, 158, 0.4);
  color: #fff;
  transform: translateY(-7px);
  }

.button:hover {

}



.wrap_securecenter
{
	text-align:center;
}
.wrap_secureSentence
{
	height:auto;
	width:100%;
	font-size:0.5em;
}
.box11{
	padding:0.5em;
    margin-top:2em;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}