.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: black;
    background: url('./images/popup_bg.png'), 50% / cover no-repeat;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.thankyou {
    color: #1E3262;
    font-weight: 600;
    font-size: 2rem;
    padding: 1rem 0;

    @media only screen and (max-width: 576px) {
        font-size: 1.5rem;
    }
}

.txt1 {
    color: #1A1919;
    text-align: center;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0.5rem;

    @media only screen and (max-width: 576px) {
        font-size: 1rem;
    }
}

.txt2 {
    padding-top: 0.5rem;
    padding-bottom: 1rem;

    @media only screen and (max-width: 576px) {
        font-size: 0.8rem;
    }
}