.jcb-popup-start{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe0;
    z-index: 999;
}
.jcb-popup-container{
    display: flex;
    background-color: #000000;
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding: 100px 100px;
    transform: translate(0%, 11%);
}
.jcb-popup-left{
    width: 49%;
    padding-top: 15px;
}
.jcb-popup-right{width: 49%;}

.jcb-popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.jcb-popup-left-text {
    display: none !IMPORTANT;
    text-align: right;
    display: inline-block;
    margin-right: 30%;
}
.jcb-popup-close a i {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-family: monospace;
    line-height: 45px;
}
.jcb-popup-right-content {}

.jcb-popup-right-content p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 38px;
    font-weight: 400;
}
.jcb-popup-subscribe-form form input {
    margin-bottom: 18px;
}
.jcb-popup-subscribe-form form input[type=email] {
    font-size: 24px;
    padding: 28px 20px;
    height: 40px;
    width: 100%;
}
.jcb-popup-subscribe-form form input[type=submit] {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background: #1e73be;
}
.jcb-popup-subscribe-form button a {
    width: 100%;
    font-size: 22px;
    background: transparent;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
}
.jcb-popup-subscribe-form h4 {
    text-align: center;
    border: 1px solid #fff;
    margin: 0;
    font-size: 22px;
}
.jcb-popup-subscribe-form p {
    text-align: center;
    margin: 17px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}
.jcb-popup-subscribe-form p a{
    color: #f70d28;
}
.jcb-popup-subscribe-form h4 a{
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
}
.jcb-popup-left-text h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 900;
    margin: 0;
}

.jcb-popup-start{display: none;}
.cb-popup-close{cursor: pointer;}
.cb_popup_sub_logo_upload{width:10px;}