﻿.site_popup_outer {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    overflow: auto;
    z-index: 999999999;
    top: 0;
    display: none;
}

.site_popup_form {
    background: #f58634;
    width: 500px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    /*text-align: center;*/
    z-index: 99999999;
}

@media(max-width:600px) {
    .site_popup_form {
        width: 340px;
        padding: 30px 15px;
    }
}

.site_popup_form a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0px auto;
    font-size: 30px;
    color: #ffffff;
    background: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}

.site_popup_form h5 {
    color: #fff;
    margin-top: -20px;
}

.site_popup_form p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}

.subscribe-form .form-group {
    margin-top: 20px;
}

    .subscribe-form .form-group label {
        padding-bottom: 5px;
    }

.site_popup_form .pop-submit {
    margin-top: 20px;
}

.meta-box {
    display: flex;
    margin-bottom: 20px;
}

    .meta-box i {
        color: #f58634;
        font-weight: 700;
    }



/*.form-group {
    position: relative;
}

    .form-group i {
        position: absolute;
        right: 25px;
        bottom: 20px;
    }

.form-select {
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    transition: var(--transition);
}
*/