#overlay-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
    padding: 32px 12px 0px 12px;
    background: rgba(0,0,0,.25098039215686274);
    z-index: 9999999999999;
    display: none;
}

#overlay-popup #ct-popup {
    display: none;
    background: #FFF;
    width: 26%;
    padding: 30px;
    /* padding: 20px 30px 20px 30px; */
    margin: 0 auto;
    border: none;
    border-radius: 7px;
    overflow: hidden;
    z-index: 50;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}

#ct-popup h3 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    /* margin: 0 0 10px 0px; */
    padding-bottom: 0px;
}

#ct-popup p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

#ct-popup #fp-popup-close {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

#ct-popup #fp-popup-close:hover, #ct-popup .text-red {
    color: #FF0000;
}

/* POPUP  */
.fp-popup-phone {
    width: 75% !important;
    margin: 0 auto;
}

.fp-popup-phone input {
    text-align: center;
    padding: 10px 5px !important;
    border-radius: 10px;
    font-size: 35px !important;
}

#ct-popup #gform_submit_button_1 {
    margin: 0 auto;
    padding: 8px 20px;
    font-size: 23px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    background-color: #FF0000;
}

#ct-popup #gform_submit_button_1:hover {
    background-color: #dd0202;
    transition: 0.3s;
}

#ct-popup #gform_confirmation_message_1 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

#ct-popup .gform_footer {
    padding-bottom: 0px;
}

#ct-popup #gform_1_validation_container {
    display: none !important;
}
#ct-popup #validation_message_1_1 {
    text-align: center;
    padding: 3px;
}
/* /POPUP */



/* ------------------------ */
/* ---- FORM FOOTER ----- */
/* ---------------------- */

#ct-fp-form-footer {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    margin-right: 0;
}

#ct-fp-form-footer input, #ct-fp-form-footer textarea {
    background: none;
    color: #fff;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 5px 10px;
}

#ct-fp-form-footer textarea {
    height: 50px;
}

#ct-fp-form-footer h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #FFF;
}

#ct-fp-form-footer p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #c5c5c5;
    line-height: 17px;
}

#ct-fp-form-footer #gform_submit_button_2 {
    border: 1px solid #666666;
    cursor: pointer;
}

#ct-fp-form-footer #gform_confirmation_message_2 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
}

/* Responsive */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #overlay-popup #ct-popup {
        width: 65%;
    }
}

@media screen and (max-width:481px) {
    #overlay-popup #ct-popup {
        width: 90%;
    }

    .fp-popup-phone input {
        font-size: 20px !important;
    }

    #ct-fp-form-footer {
        width: 100%;
        max-width: 100%;
    }

    #ct-popup #gform_submit_button_1 {
        padding: 0px 20px;
        font-size: 18px;
    }

    .fp-popup-phone input {
        padding: 5px !important;
    }
}