/* Custom Styles */
.pop_text h3 {
    font-size: 24px;
}
.pop_up form input.form-control:not([type=checkbox]):not([type=radio]) {
    line-height: 1.6;
    padding: 0.9rem 1.1rem;
    border-radius: 2px;
}
.pop_up button#form-button {
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 1.875rem !important;
    font-weight: 500;
}
.pop_up .col-10{
    padding: 10px;
}

.pop_up .parsley-errors-list {
    margin: 10px 0 0px 0;
    color: #e74c3c;
    list-style: none;
    padding-left: 0;
}
.pop_up .parsley-errors-list li {
    margin: 5px 0 0 0;
    font-size: 16px;
}
.pop_up {
    background: #00000070!important;
}

.pop_up .pop_up_content {
    width: 41%;
}
.pop_up{
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .pop_up .pop_up_content {
        width: 60%;
    }
    .pop_up{
        overflow-x: hidden;
        overflow-y: scroll!important; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .pop_up .pop_up_content {
        width: 60%;
    }
    .pop_up{
        overflow-x: hidden;
        overflow-y: scroll!important;
    }
}
@media (max-width: 767px) {
    .pop_up .pop_up_content {
        width: 100%!important; 
    }
    .pop_text h3 {
        font-size: 18px;
    }
    .pop_up form input.form-control:not([type=checkbox]):not([type=radio]) {
        padding: 0.6rem 1.1rem;
    }
    .pop_up .col-10 {
        margin: 0;
    }
    .pop_up{
        overflow-x: hidden;
        overflow-y: scroll!important;
    }
}

