.srx_popup_hide {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.srx-form-sty {
    max-width: 550px;
    width: 100%;
    margin: 3% auto;
}

.srx_popup_close {
    position: relative;
    cursor: pointer;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    border: 2px solid #ccc;
    float: right;
    font-weight: 600;
}

.srx-form-sty .content-popup-heading {
    font-size: 28px !important;
    font-weight: 300;
    color: #3b51a3;
    background-color: #f4f4f4;
    padding: 30px 70px !important;
    margin: 0px !important;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.content-popup .content-popup-heading {
    text-align: center !important;
}

.try-free-popup-sty {
    margin: 40px 3% 0 3%;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    display: flex;
}

.srx-form-sty form {}

.promobar-btn-sty {
    background: #44a164;
    color: white;
    margin-right: 10px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
    padding: 0 30px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.srx_popup_show {
    opacity: 0.9;
}

.srx_popup_show:hover,
.srx_popup_show:active,
.srx_popup_show:focus {
    opacity: 1;
}

.srx-form-sty form .mktoButtonRow {
    width: 100% !important;
    max-width: 100% !important;
}

.srx-form-sty form .mktoButtonRow .mktoButton {
    width: 100% !important;
    max-width: 100% !important;
}

.sub-heading-popup {
    background-color: #ffffff;
    padding: 0 25px;
}

.sub-heading-popup span {
    display: block;
}

.sub-heading-popup p {
    color: #51626f !important;
    font-size: 11px !important;
    padding: 0 0 30px 0 !important;
    margin: 0 !important;
}

.sub-heading-popup a {
    color: #659ad2 !important;
    font-size: 11px !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
    .srx-form-sty .mktoButton {
        width: 100% !important;
    }
}
