.zschedule_popup .rd-demoButton {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #007eff;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    line-height: 40px !important;
    padding: 0 35px 0 20px;
    z-index: 99;
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    border-radius: 5px
}

.zschedule_popup .rd-demoButton:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 18px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    pointer-events: none;
    transform: rotate(-45deg)
}

.zschedule_popup .fieldset {
    margin-bottom: 20px
}

.zschedule_popup form {
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
}

.zschedule_popup .success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
    right: 0
}

.zschedule_popup .scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
}

.zschedule_popup .scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}

.zschedule_popup .success-alert .scs-txt {
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}

.zschedule_popup .success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px
}

.zschedule_popup .formSec {
    width: 100%;
    overflow: auto;
    max-width: 412px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0
}

.zschedule_popup .formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1
}

.zschedule_popup {
    border-left: 1px solid #ddd;
    padding: 35px 55px 45px 44px;
    background: #fff;
    height: 100vh;
    text-align: left
}

input#zcf_date_time {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    padding: 0 8px;
    width: 100%;
    outline: 0;
    margin-left: unset !important;
    color: #000;
}

.zschedule_popup .form-close {
    background: url('//cdn.zoho.com.cn/sites/zweb/images/mail/images/close-icon.png') no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: .6
}

.zschedule_popup input[type="text"]::placeholder,
.zschedule_popup textarea::placeholder {
    color: #636363
}

.zschedule_popup input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    padding: 0 8px;
    width: 100%;
    outline: 0;
    margin-left: unset !important;
    color: #000
}

.zschedule_popup textarea {
    border: 1px solid #d4d4d4;
    font-size: 15px;
    padding: 12px 8px;
    font-family: var(--primaryfont-regular);
    height: 70px;
    width: 100%;
    max-width: 100%;
    resize: none;
    margin-left: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
}

.zschedule_popup .zgdprform-countrylist-container {
    max-width: unset !important;
    width: unset !important;
    margin-left: unset !important;
    height: unset !important;
    margin-bottom: 20px !important
}

.zschedule_popup .zgdprform-countrylist-container select.globalcountrycode {
    height: 40px !important
}

.zschedule_popup div.zgdprform-state-container select::-ms-expand,
.zschedule_popup div.zgdprform-countrylist-container select::-ms-expand,
.zschedule_popup select::-ms-expand {
    display: none
}

.zschedule_popup .select-box {
    position: relative
}

.zschedule_popup .select-box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 8px;
    top: 20px;
    margin-top: -3px;
    border-radius: 6px
}

.zschedule_popup select {
    border: 1px solid #e2e2e2;
    font-size: 13px;
    height: 38px;
    width: 100%;
    background: 0;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 10px
}

.zschedule_popup .sign_agree {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    margin: 0 auto
}

.zschedule_popup div.zgdprform-opt-container,
.zschedule_popup p.zgdprform-opt-container {
    clear: both;
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px
}

.zschedule_popup .zgdprform-opt-container input.chk_bx {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important
}

.zschedule_popup .submit-btn {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease 0;
    font-family: var(--zf-primary-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
    margin-left: unset !important
}

.zschedule_popup .freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.zschedule_popup .active_freaze {
    display: block
}

.zschedule_popup .zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.zschedule_popup .zsubmit {
    text-align: center
}

.zschedule_popup input[type="submit"],
.zschedule_popup button[type="submit"] {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 40px;
    height: 45px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.zschedule_popup button:disabled {
    cursor: not-allowed
}

.zschedule_popup .zgdprform-state-container.zshow-common {
    margin-bottom: 30px !important
}

.zschedule_popup div.zgdprform-state-container::after,
.zschedule_popup div.zgdprform-countrylist-container::after {
    right: 10px
}

.zschedule_popup label.error {
    display: block;
    color: red;
    font-size: 11px;
    float: none
}

.zschedule_popup .progress-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f0483e;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: none
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


@media screen and (max-width: 767px) {
    .zschedule_popup .rd-demoButton {
        display: none
    }
}

@media screen and (max-width: 380px) {
    .zschedule_popup textarea {
        max-width: 93%
    }

    .zschedule_popup .success-alert .scs-txt {
        font-size: 10px
    }

    .zschedule_popup .success-alert {
        width: 90%
    }
}

.signup-box, .req-demo-btn{
    display: none !important;
}
.non-umain .signup_btn, .bannr-img{
    display: block !important;
}