.formError {
    color: #ff3d3d !important ;
    font-weight: bold;
    font-size: 14px !important;
}

.btn-primary, .sppb-btn-primary {
    border-color: #ffffff;
    background-color: #003262;
      color: #ffffff;
}
.btn-primary:hover, .sppb-btn-primary:hover, .btn-primary:actove, .sppb-btn-primary:active {
    border-color: #ffffff;
    background-color: #003262;
      color: #ffffff;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #ffffff;
    background-color: #003262;
      color: #ffffff;
}
.rsfp_thankyou_popup_inner {
    background: black;
    width: 40%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

.card {
    background: transparent;
}

#modal-menu.has-bg {
    background-image: url(../images/menu-bg.jpg_);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#modal-menu {
    background: #003262;
    position: fixed !important;
    top: 80px;
    left: 0;
    right: 0;
    transition: 0.5s;
    bottom: 120%;
    overflow: hidden;
    display: flex;
    z-index: 10;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham';
    text-transform: uppercase;
      font-weight: normal;
    text-rendering: optimizelegibility;
}
body, p, .p {
  font-family: 'GothamBook';
      font-weight: normal;
    text-rendering: optimizelegibility;
  
}

#sp-bottom .sp-module {
    margin-bottom: 0px;
}
#sp-footer .container-inner {
    padding: 15px 0 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media(min-width:992px){
  .text-lg-left{
    text-align:left!important}
  .text-lg-right{
    text-align:right!important}
  .text-lg-center{
    text-align:center!important}
}