.main-pop-con {
    display: none; 
    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: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    padding-top: 60px;
}



.pop-main-div {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    /* display: none; */
    /* z-index: 1; */
}

.pop-texts {
    display: flex;
    justify-content: space-between;
}

.texts {
    width: 48%;
}
.pop-head{
    display: flex;
    justify-content: space-between;
}
i{
    cursor: pointer;
}
.message {
    width: 48%;
    /* margin-left: 4%; */
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1px;
}

.pop-input,
textarea {
    width: 90%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    height: 273px;
}

.checkbox-group {
    margin-top: 15px;
}

.consent,
p {
    font-size: 12px;
}

.form-group.captcha {
    text-align: center;
    margin: 15px 0;
    margin-top: 100px;
}

.form-group.captcha img {
    max-width: 100%;
}

.form-group button {
    width: 100%;
    padding: 10px;
    background-color: #800000;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}