﻿body{
   //background: #524E9C;
   //background: #fff;
    //color: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
}
.icon-error .fa  {
    font-size: 8em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: #524E9C;
}
.error-invalid  {
    font-size: 3em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    margin-bottom: 0px;
}

/*****************FOOTER**********************/
.footer-main {
    width: 100%;
    bottom:0;
    position:relative;
    background: rgb(47,23,77);
    background: -webkit-linear-gradient(rgba(47,23,77,1) 0%, rgba(26,0,57,1) 100%);
    background: -o-linear-gradient(rgba(47,23,77,1) 0%, rgba(26,0,57,1) 100%);
    background: linear-gradient(rgba(47,23,77,1) 0%, rgba(26,0,57,1) 100%);
    display:inline-block;
    font-size:0.85em;
    font-weight:400;
    line-height:20px;
    margin-top:0px;
}
.Footer{
 background: rgb(47,23,77);
  text-align:center;
  width:100%;
}
.footer-links {
    display: inline-block;
}

.margin-top-base {margin-top: 16px!important;}
.footer-content {
    width: 90%;
    /* height: 250px; */
    position: relative;
    /* top: 0; */
    margin: 0px auto 0px auto;
    max-width: 1600px;
}

.footer-logo img {
    max-width:220px;
    height:auto;
    margin: 15px;
}


.footer-links .social-media-icons a,.Footer a, .Footer a:link, .Footer a:visited {
    text-decoration:none;
    color:#fff;
}

.footer-copyright {
    width:100%;
    display:inline-block;
    text-align:center;
    padding:10px;
    font-size: 1.2em;
    color: rgba(255,255,255,.35);
}

.footer-quick-links{margin: 20px 0;}
.footer-quick-links a{
padding: 0px 10px;text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;}
.social-media-icons{margin: 40px 40px 30px 40px;}
.social-media-icons span.fa:hover {
    color: #D12F44;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}
.phone .box-container, .tablet  .box-container{flex-direction: column;}

.footer-logo {
    width: 100%;
    text-align: center;
    border-right: 0px solid rgba(255, 255, 255, .25);
    margin: 0;
    padding: 0 25px;
    margin-top: 20px;
}
.footer-links{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0px;
}
.MainContent {
    padding-bottom: 0px;
}

.phone .footer-logo .footer-text{
    display: block;
    margin: 0 15%;
}
.tablet .footer-logo .footer-text{
    display: block;
    margin: 0 20%;
}
.footer-logo .footer-text{
    display: block;
    margin: 0 30%;
}