html,body {
    font-family: 'Open Sans', sans-serif;
    background: #F0F3F4;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    font-size: 16px;
    height: 100%;
    scrollbar-width: thin;
    overflow: hidden;
}

.errornc{
    color:red !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F8F9FA;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F8F9FA;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

input[type=time]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=time]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

i::before {
    font-family: "pxcc" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    display: block;
}

i.erroricon::before {
    content: "\65";
    text-shadow: 0px 20px 50px rgba(0,0,0,0.66);
}

i.successicon::before {
    content: "\64";
    text-shadow: 0px 20px 50px #FFFFFF;
}
.nc-wrapper {
    position: relative;
    scrollbar-width: thin;
    height: calc(100% - 48px);
    top: 48px; /* height of header */
    overflow: auto;
}

.nc-main {
    position: relative;
    width: 95%;
    min-height: calc(100% - 115px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 0 0;
    box-sizing: border-box;
}

    .nc-main .nc-left {
        position: fixed;
        display: inline-block;
        width: 280px;
        box-sizing: border-box;
        z-index: 5;
    }

    .nc-main .nc-right {
        margin-left: 320px;
        box-sizing: border-box;
        display: inline-block;
        width: calc(100% - 320px);
    }

        .nc-main .nc-right .nc-block {
            z-index: 5;
            margin-bottom: 0;
        }

        .nc-main .nc-right .nc-background {
            z-index: 1;
            position: fixed;
            width: 100%;
            right: 0;
            top: 20px;
            height: 40%;
            background-image: url("../../Images/nc_header_1920.png");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            opacity: 0.63;
        }

    .nc-main .nc-block {
        position: relative;
        width: 100%;
        display: block;
        box-sizing: border-box;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.33);
        flex-grow: 1;
        overflow: hidden;
        margin: 0 auto 30px;
    }

        .nc-main .nc-block.blue {
            background: linear-gradient(to bottom right, #003F88, #6286EF);
            color: #ffffff;
        }

            .nc-main .nc-block.blue .nc-block-head {
                color: #FFFFFF;
            }

        .nc-main .nc-block.clear {
            background: none;
            box-shadow: none;
            overflow: visible;
        }

            .nc-main .nc-block.clear.right {
                text-align: right;
            }

        .nc-main .nc-block .nc-block-head {
            color: #334856;
            padding: 14px 20px;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 0;
            display: flex;
            align-items: center;
        }

            .nc-main .nc-block .nc-block-head.blue {
                background: linear-gradient(to right, #003F88, #6286EF);
                color: #ffffff;
                padding: 10px 20px;
                text-transform: uppercase;
            }

            .nc-main .nc-block .nc-block-head.valid::after {
                content: "\63";
                font-family: "pxcc" !important;
                font-style: normal !important;
                font-weight: normal !important;
                font-variant: normal !important;
                text-transform: none !important;
                line-height: 1;
                font-size: 26px;
                position: absolute;
                right: 12px;
                text-shadow: 0px 3px 10px #CBF3FF;
            }

        .nc-main .nc-block .nc-block-content {
            padding: 14px 32px;
        }

        .nc-main .nc-block .nc-landing {
            font-weight: 300;
            padding: 70px 60px 0 60px;
        }

            .nc-main .nc-block .nc-landing h1 {
                font-weight: 300;
                color: rgba(0, 0, 0, 0.33);
                font-size: 48px;
                letter-spacing: -0.48px;
            }

            .nc-main .nc-block .nc-landing .nc-list {
                padding: 15px 100px;
                color: rgba(112, 112, 112, 1);
                line-height: 20px;
            }

                .nc-main .nc-block .nc-landing .nc-list .nc-subtitle {
                    font-size: 20px;
                    padding-bottom: 40px;
                }

                .nc-main .nc-block .nc-landing .nc-list .nc-item {
                    font-size: 14px;
                    padding-bottom: 30px;
                    display: flex;
                }

                .nc-main .nc-block .nc-landing .nc-list .nc-item a.nc-phone {
                    text-decoration: none;
                }

                    .nc-main .nc-block .nc-landing .nc-list .nc-item i {
                        font-size: 45px;
                        text-shadow: none;
                        padding-right: 30px;
                        color: rgba(0, 0, 0, 0.33);
                    }

                        .nc-main .nc-block .nc-landing .nc-list .nc-item i.icon-16 {
                            font-size: 70px;
                            margin-left: -11px;
                            margin-right: -12px;
                            margin-top: -15px;
                        }

        .nc-main .nc-block.msg {
            max-width: 530px;
        }

            .nc-main .nc-block.msg i {
                font-size: 110px;
                display: inline-block;
            }

            .nc-main .nc-block.msg .error {
                background: linear-gradient(to bottom right, #A82525, #F26262);
                color: #ffffff;
                text-align: center;
                padding: 70px 60px 30px;
            }

                .nc-main .nc-block.msg .error i.erroricon {
                    margin-bottom: 50px;
                }

                .nc-main .nc-block.msg .error span {
                    display: block;
                }

                    .nc-main .nc-block.msg .error span.error-msg {
                        font-weight: bold;
                        font-size: 15px;
                        line-height: 22px;
                        margin-bottom: 30px;
                    }

                    .nc-main .nc-block.msg .error span.error-try {
                        font-size: 13px;
                        line-height: 20px;
                        letter-spacing: 0.52px;
                    }

                        .nc-main .nc-block.msg .error span.error-try span.error-try-count {
                            display: inline-block;
                            font-weight: bold;
                        }

            .nc-main .nc-block.msg span.error-contact {
                display: block;
                font-size: 13px;
                line-height: 20px;
                color: #334856;
                padding: 20px 28px 6px;
            }

                .nc-main .nc-block.msg span.error-contact a {
                    color: #6689F4;
                    text-decoration: none;
                }

        .nc-main .nc-block hl {
            display: block;
            width: 100%;
            border-bottom: 2px dashed #003F88;
            position: relative;
            margin: 10px 0;
        }

            .nc-main .nc-block hl::before,
            .nc-main .nc-block hl::after {
                content: '';
                position: absolute;
                width: 24px;
                height: 24px;
                top: -11.5px;
            }

            .nc-main .nc-block hl::before {
                background: url("../../Images/arch_l24.png") center no-repeat;
                left: -8px;
            }

            .nc-main .nc-block hl::after {
                background: url("../../Images/arch_r24.png") center no-repeat;
                right: -5px;
            }

@media (max-width: 1200px) {
    .nc-main .nc-left {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }

    .nc-main .nc-right {
        width: 100%;
        margin-left: 0;
    }

        .nc-main .nc-right .nc-background {
            position: relative;
            height: 268px;
            margin-bottom: -268px;
            top: -10%;
            right: -2.6%;
        }

    .nc-main .nc-block .nc-landing {
        padding: 130px 0 0 0;
    }

        .nc-main .nc-block .nc-landing h1 {
            font-size: 42px;
        }

        .nc-main .nc-block .nc-landing .nc-list {
            padding: 15px 20px;
        }
}

