/* modal.css */
.modal-login {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(40, 52, 96, .9) !important;
  }
  .modal-sub {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(40, 52, 96, .9) !important;
  }
  .modal-clinic {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(40, 52, 96, .9) !important;
  }
  .modal-form {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(40, 52, 96, .9) !important;
  }
  
  .primary {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
  }
  
  .primary-close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border: none;
    background: none;
    width: 48px;
    height: 48px;
    background: url("/wp-content/uploads/2024/05/partner-mobile-menu-close-v2-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    /* position: absolute; */
    top: 2px;
    right: 2px;
    cursor: pointer;
  }
  
  .primary-close-button:hover,
  .primary-close-button:focus {
    background-color: transparent !important;
    text-decoration: none;
    cursor: pointer;
  }
  
  .lockup {
    text-align: center;
  }
  
  .heading .title {

    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #465ca9;
    text-align:left;
  }
  
  .title-secondary {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .request-info-form iframe {
    width: 100%;
    height: 400px; /* Adjust height as needed */
  }