#footer-wide {
    
    background: #2a5781;
    color: #fff;
    font-size: 16px;
    padding: 40px 0;
    @media(min-width: 992px){
        padding: 60px;
    }
    
 
}


.footer-menu-wide {
   
}
.footer-menu-wide h6 {
    margin-top:34px;
    font-size: 18px;
  

}

.footer-menu-wide ul li {
    margin-bottom: 2px ;

    
  
}
.footer-menu-wide ul li a {
   font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#footer-wide address {
    font-style: normal;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6em;
}

#footer-wide address a {
   color: #FFFFFF !important;
}

#footer-wide address a:hover {
   color: #acd9fc  !important;
}

.footer-menu-wide ul li a:hover {
    color: #acd9fc;

  
}
.modal-backdrop {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 1040;
  }

  .modal {
    z-index: 1050;
  }

  .max-w-2xl {
    max-width: 672px;
  }


    .modal-content {
      border-radius: 15px;
      overflow: hidden;
      border: none;
    }

    .newsletter-header {
      background-color:#2a5781;
      padding: 30px;
      text-align: center;
    }

    .newsletter-header i {
      font-size: 3rem;
      margin-bottom: 10px;
    }

    .newsletter-body {
      padding: 30px;
    }

    .form-control {
      border-radius: 10px;
    }

    .btn-subscribe {
      border-radius: 10px;
    }

    @media (max-width: 575px) {
      .newsletter-header {
        padding: 20px;
      }

      .newsletter-body {
        padding: 20px;
      }
    }