/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

    /* The Close Button */
    .close_privacy {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        }
        
        .close_privacy:hover,
        .close_privacy:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        }


        .home-newsletter {
            padding: 0px 0;
            }
            
            .home-newsletter .single h2 {
            font-size: 22px;
            color: white;
            margin-bottom: 0px; }
            .home-newsletter .single .form-control {
            height: 50px;
            background: rgba(255, 255, 255, 0.6);
            border-color: transparent;
            border-radius: 20px 0 0 20px; }
            .home-newsletter .single .form-control:focus {
            box-shadow: none;
            border-color: #243c4f; }
            .home-newsletter .single .btn {
            min-height: 50px; 
            border-radius: 0 20px 20px 0;
            background: #243c4f;
            color: #fff;
            }