@font-face {
    font-family: 'Source-Sans-3-bold';
    src: url('../fonts/SourceSans3-Bold.eot');
    src: url('../fonts/SourceSans3-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSans3-Bold.woff2') format('woff2'), url('../fonts/SourceSans3-Bold.woff') format('woff'), url('../fonts/SourceSans3-Bold.ttf') format('truetype'), url('../fonts/SourceSans3-Bold.svg#SourceSans3-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source-Sans-3-light';
    src: url('../fonts/SourceSans3-Light.eot');
    src: url('../fonts/SourceSans3-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSans3-Light.woff2') format('woff2'), url('../fonts/SourceSans3-Light.woff') format('woff'), url('../fonts/SourceSans3-Light.ttf') format('truetype'), url('../fonts/SourceSans3-Light.svg#SourceSans3-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source-Sans-3-Regular';
    src: url('../fonts/SourceSans3-Regular.eot');
    src: url('../fonts/SourceSans3-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSans3-Regular.woff2') format('woff2'), url('../fonts/SourceSans3-Regular.woff') format('woff'), url('../fonts/SourceSans3-Regular.ttf') format('truetype'), url('../fonts/SourceSans3-Regular.svg#SourceSans3-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Source-Sans-3-Regular';
    zoom: 0.98;
}

a {
    text-decoration: none;
}

body {
    background-color: #f4f4f4;
}

.color-blue {
    color: #001c57;
}
/*HEADER*/
.nov-header-full {
    box-shadow: 0 0 15px #ccc;
    background-color: #fff;
}

.nov-menu a, .nov-menu a:hover {
    color: #000000;
}

.nov-menu .dropdown-toggle:after {
    content: none;
}

.nov-menu form a {
    padding-right: 1rem !important;
    padding-left: 1rem important;
    font-size: 22px;
}

    .nov-menu form a.active {
        opacity: 0.5;
    }

@media screen and (max-width: 990px) {
    .nov-menu {
        box-shadow: 0 0 10px #ebebeb;
        min-width: 100% !important;
    }

    .navbar-collapse form, .navbar-collapse form ul {
        width: 100% !important;
    }

    .nov-menu .navbar-brand img {
        height: 32px;
        width: auto;
    }

    .nov-menu form a {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}
/*HEADER*/

.bg-white {
    background-color: #fff;
}

/*Login-Registration-Section / nov-lrs*/

.nov-lrs {
    padding-top: 70px;
    padding-bottom: 70px;
}

.nov-button-register, .nov-button-register:hover {
    background-color: #001c57;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    height: 60px;
}

.nov-button-register1 {
    background-color: #fff;
    font-size: 20px;
    color: #001c57;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: 1px solid #001c57;
}

.anc {
    color: #001c57;
    font-weight: bold;
}

.anc-1 {
    color: #000;
    font-weight: bold;
}

.anc-2 {
    color: #000;
}

    .anc-2 a {
        color: #000;
        font-weight: bold;
    }

.nov-login
/*login*/
.nov-login {
    background-color: #f8f4f2;
    padding: 40px 30px;
    border-radius: 8px;
}
/*login*/
@media screen and (max-width: 990px) {
    .nov-button-register {
        width: 100%;
    }
}
/*Login-Registration-Section / nov-lrs*/


/*Footer*/
.nov-footer {
    background-color: #86dae9;
    padding: 50px 0;    
}

.nov-footer-txt {
    color: #000;
    padding: 30px 0;
    border-bottom: 1px solid #001c57;
    margin: 0;
}

.nov-logo-f {
    height: 100px;
}

@media screen and (max-width: 990px) {
    .nov-fot-w100 {
        width: 100%;
    }

    .nov-footer {
        padding: 30px 0;
    }
}
/*Footer*/


/*Step-1*/

.step-indicator {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    padding: 0 250px;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    font-size: 10px;
    text-align: center;
    color: #000;
    position: relative;
    line-height: 50px;
    font-size: 20px;
}

.step.active .step-icon {
    background: #e6e6e6;
    border: 1px solid #000;
    color: #000;
}

.step p {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.step.active p {
    color: #000000;
}

.step.step2 p,
.step.step3 p {
    left: 50%;
    transform: translateX(-50%);
}

.indicator-line {
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    flex: 1;
}

    .indicator-line.active {
        background: #000000;
    }

.nov-step-1-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 990px) {
    .step p {
        font-size: 11px;
        bottom: -20px;
    }

    .step p {
        bottom: -40px;
    }

    .step-indicator {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 0 10px !important;
    }
}
/*Step-1*/

/*HELP*/
.nov-form-ele {
    border-color: #000;
    border-radius: 0;
}
/*HELP*/


/*Step-1- Create-Registration-Business-Users*/
.nov-sm-cl {
    width: 20% !important;
    flex: none !important;
}
/*Step-1- Create-Registration-Business-Users*/

/*Step-3-Account-enrollment-management*/
.nov-wth20 {
    width: 100px !important;
}
/*Step-3-Account-enrollment-management*/



select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.nov-footer {
    position: relative;
    background-color: transparent !important;
    padding: 250px 0 50px 0;

}

    .nov-footer:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
        width: 100%;
        background-image: url(../image/Wave-footer_5FD0DF.png);
    }

.nov-lrs {
    padding-bottom: 0;
}

.nov-login {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border-right: 11px solid #F7B52D;
    border-bottom: 11px solid #F7B52D;
    box-shadow: 0 0 15px #ccc;
}

.nov-lrs:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 110%;
    width: 100%;
    z-index: -1;
    background-image: url(../image/Wave_5FD0DF.png);
}

.nov-lrs h1 {
    font-weight: bold;
}

.btn-orng {
    background-color: #f7b52d;
    color: #000;
}

.nov-nftbg p {
    font-size: 20px;
}

.nov-form select, .nov-form input, .nov-login input {
    height: 56px;
    font-size: 20px;
}

.nov-form label, .nov-login label {
    font-size: 18px;
}



@media screen and (max-width: 990px) {
    .nov-menu {
        background-color: #fff;
    }

    .nov-lrs {
        padding-top: 0 !important;
    }

    .nov-footer {
        padding: 50px 0;
        background-color: #8bdbea !important;
        margin-top: 60px;
    }
}



/*Steps Page*/

.nov-lrs-ls {
    padding-bottom: 0;
    margin-top: 100px;
}

.nov-login1 {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border-right: 11px solid #F7B52D;
    border-bottom: 11px solid #F7B52D;
    box-shadow: 0 0 15px #ccc;
}

.nov-lrs-ls:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 110%;
    width: 100%;
    z-index: -1;
    background-image: url(../image/Wave_5FD0DF.png);
}

.nov-lrs-ls h1 {
    font-weight: bold;
}

.btn-orng {
    background-color: #f7b52d;
    color: #000;
    padding: 10px 20px !important;
    line-height: 130%;
    height: auto;
}

.nov-cont-none:before {
    content: none;
}

.nov-login1 {
    transition: all 0.4s;
    padding: 30px;
}

    .nov-login1.d2 {
        border-color: #5fd0df;
    }

    .nov-login1.d3 {
        border-color: #001c57;
    }

    .nov-login1.d1:hover {
        background-color: #f7b52d;
        border-color: #de9500;
    }

    .nov-login1.d2:hover {
        background-color: #5fd0df;
        border-color: #0aa7bc;
    }

    .nov-login1.d3:hover {
        background-color: #008fbe;
        border-color: #007095;
    }

.mov-mh {
    min-height: 135px;
    font-size: 18px;
    text-align: left;
}

.nov-login1 {
    text-align: center;
}

    .nov-login1 img {
        width: 80px;
        text-align: center;
        height: 80px;
        padding: 10px;
        background-color: #fff;
        border-radius: 100%;
        color: #fff !important;
        border: 1px solid #ccc;
    }

.nov-imp {
    background-color: #f9f0a7;
    border-radius: 10px;
}

.nov-lsty-none {
    padding: 0;
}

    .nov-lsty-none li {
        list-style-type: none;
        margin-bottom: 10px;
    }

@media screen and (max-width: 990px) {
    .nov-menu {
        background-color: #fff;
    }

    .nov-lrs-ls {
        padding-top: 0 !important;
    }

    .nov-footer {
        padding: 50px 30px;
        background-color: #8bdbea !important;
        margin-top: 60px;
    }

    .nov-login1.d1,
    .nov-login1.d2,
    .nov-login1.d3 {
        margin-top: 50px;
    }
}
/*Steps Pages*/


/*Main Title*/
.main-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #001c57;
    font-size: 26px;
    margin-bottom: 40px !important;
}

.main-title-sm {
    color: #018FBF;
    font-size: 20px;
}

.main-desc {
    color: #000;
    font-size: 20px;
}

.nov-inst {
    padding: 15px;
    line-height: 130%;
    background-color: #ffebbe;
    border-radius: 5px;
}

.nov-tnc label {
    font-size: 18px;
}

.nov-tnc a {
    font-weight: bold;
}

.mov-scnd-hgt {
    min-height: 400px;
}

/*
.nov-nwstep{
  border-radius: 5px;
  padding: 20px;
}*/

.nov-nwstep .nov-hglitr {
    height: 5px;
    background-color: #ccc;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 15px;
}

.nov-nwstep p {
    font-size: 18px;
    margin: 0;
}

.nov-nwstep h3 {
    font-size: 22px;
    font-weight: bold;
}

.nov-nwstep p, .nov-nwstep h3 {
    opacity: 0.5;
}

.nov-nwstep .active .nov-hglitr {
    background-color: #F7B52D;
}

.nov-nwstep .active p, .nov-nwstep .active h3 {
    opacity: 1;
}

.nov-accmn {
    margin-bottom: 30px !important;
}

.nov-nw-header {
}

.nov-nw-header {
    background-color: #5fd0df;
    height: 45px;
}

.nov-hdr-btn {
    height: 47px;
    background-color: #001c57;
    color: #fff;
    font-size: 18px;
    line-height: 200%;
    margin: 0;
    border-radius: 0;
}

.nov-prof-pic {
    margin: 13px 0 0 0;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    padding: 8px 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #000;
    font-size: 18px;
}
/*Main Title*/
.nov-bgs-pt {
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
}

.nov-mnhdr {
    height: 35px;
}

    .nov-mnhdr a {
        margin-top: 10px;
    }

        .nov-mnhdr a:hover {
            color: #FFF !important;
        }

    .nov-mnhdr h1 {
        margin: 7px 0 0 0;
    }

.nov-atc {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

    .nov-atc.box tr td {
        padding: 20px 0;
        width: 20%;
        border-style: dashed;
    }

.nov-frgt {
    line-height: 40px;
}

.nov-pname {
    font-size: 20px;
}

.nov-btn-add, .nov-btn-add:hover {
    border-color: #001c57;
    background-color: #001c57;
    color: #fff;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.nov-header {
    color: #000;
}

    .nov-header th {
        font-weight: bold;
    }

.nov-nt-registered, .nov-registered {
    color: #000;
    padding: 0 32px 0;
    background-position: left;
    background-size: 25px;
    background-repeat: no-repeat;
}

.nov-registered {
    background-image: url(../image/rg.svg);
}

.nov-nt-registered {
    background-image: url(../image/ntrg.svg);
}

.nov-reg-link {
    border: 1px solid #ccc
}

.modal-backdrop {
    min-width: 100%;
    min-height: 100%;
}

.nov-popup-ftr {
    justify-content: flex-start;
}

.nov-copy-icn img {
    width: 20px;
}


/*19*/
.nov-menu ul li {
    padding-right: 30px;
}

    .nov-menu ul li:last-child {
        padding-right: 0;
    }

.nov-login {
    border: none !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1120px;
    }
}
/*19*/


/*New page Login*/
.login-imgw {
    background-image: url(../image/login.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .login-imgw:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: #0d6efd87;
        content: '';
    }

.nov-login-sec {
    padding: 50px 30px;
    text-align: center;
}

    .nov-login-sec img {
        margin: 70px 0 50px;
        width: 300px;
    }

.nov-login-nw {
    background-color: transparent;
    box-shadow: none;
}

@media (max-width: 990px) {
    .nov-mob-hide {
        display: none;
    }
}

.nov-login-nds {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
}

.login-frm {
    position: relative;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*New page Login*/


.nov-nwstep {
    text-align: center;
}

    .nov-nwstep h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .nov-nwstep .active h3 {
        font-weight: bold;
    }

    .nov-nwstep .active p {
        background-color: #001c57;
        color: #fff;
        font-weight: bold;
    }

    .nov-nwstep p {
        height: 65px;
        width: 65px;
        border-radius: 100%;
        text-align: center;
        margin: 0 auto 15px auto;
        border: 2px solid #001c57;
        font-size: 23px;
        padding: 15px 0;
        font-weight: bold;
        color: #001c57;
    }

    .nov-nwstep .nov-hglitr {
        border-radius: 0 !important;
    }

    .nov-nwstep .nov-hglitr {
        background-color: #cecece;
    }

/*new*/
.mov-step-nw {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
}

.nov-form-set {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 010px #ccc;
    border-radius: 10px;
}

.mov-step-nw {
    position: relative;
}

    .mov-step-nw.dash:after {
        position: absolute;
        content: '';
        height: 5px;
        background-color: #001c57;
        width: 30px;
        top: 80px;
        right: -30px;
    }

.nov-radio {
    margin-bottom: 10px;
}

    .nov-radio input {
        height: 25px;
        width: 25px;
        margin-right: 10px !important;
    }

    .nov-radio label {
        line-height: 35px;
    }

.nov-h20 {
    height: 20px !important;
}

.nov-h40 {
    height: 40px !important;
}

@media (max-width: 768px) {
    .nov-mnhdr a {
        margin: 0
    }

    .nov-mnhdr h1 {
        float: right;
        margin: 0;
    }

    .main-title {
        font-size: 22px;
        margin-bottom: 20px !important;
    }
}



/*Footer*/
.nov-log-resp {
    margin-bottom: -70px;
}

@media (min-width: 1920px) {
    .nov-log-resp {
        margin-bottom: 0 !important;
    }
}

.nov-login-footer {
    margin-top: 0 !important;
}

.nov-log-ftr {
    padding-bottom: 130px !important;
}

.nov-footer.nov-ftr-rec {
    padding: 150px 60px 60px;
    margin-top: 230px;
    z-index: 99;
    /*background-color: #5FD0DF !important;*/
}

    .nov-footer.nov-ftr-rec:after {
        /* content: '';
        position: absolute;
        top: -160px;
        height: 160px;
        width: 100%;
        background-image: url(../image/footer-bg.svg);
        z-index: 9;*/
        content: '';
        position: absolute;
        top: -205px;
        /* height: 169px; */
        width: 100%;
        background-image: url( https://www.novawell.com/themes/custom/novawell/images/Wave-footer_5FD0DF.png);
        z-index: -1;
        background-size: cover;
    }

.nov-ft-top {
    margin-top: 200px;
}

/*Footer*/


/*Login*/
.nov-nw-login {
    border-top: 3px solid #001c57;
    padding-bottom: 100px;
}

    .nov-nw-login .nov-login-sec img {
        margin: 0 0 80px 0;
        width: 250px;
    }

    .nov-nw-login .nov-login-nw {
        padding-top: 0;
    }

        .nov-nw-login .nov-login-nw label {
            color: #5e5e5e;
        }

            .nov-nw-login .nov-login-nw label span {
                color: #dc3545 !important;
            }

        .nov-nw-login .nov-login-nw select,
        .nov-nw-login .nov-login-nw input[type="text"],
        .nov-nw-login .nov-login-nw input[type="email"],
        .nov-nw-login .nov-login-nw input[type="password"] {
            background-color: #F4F4F4;
            border-bottom: 1px solid #424242 !important;
            border: none;
            border-radius: 0;
        }

        .nov-nw-login .nov-login-nw .nov-button-register {
            border-radius: 0 !important;
            text-align: left;
            height: 60px;
        }

.nov-tnc {
    padding: 0;
}

    .nov-tnc .nov-h20 {
        margin: 0;
        border-radius: 0;
    }

    .nov-tnc label {
        line-height: 0;
        margin-left: 10px;
        font-size: 16px;
    }

.nov-fup {
    font-size: 18px;
}

.nov-bg-arw {
    position: relative;
}

    .nov-bg-arw:before {
        content: '';
        position: absolute;
        top: 15px;
        right: 20px;
        background-image: url(../image/arrow-login-1.svg);
        background-size: 30px;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
    }

.nov-nw-login .d-md-flex p.anc-2 {
    font-size: 18px;
    text-align: left !important;
    border-left: 2px solid #AAE6FF;
    padding-left: 15px;
}

    .nov-nw-login .d-md-flex p.anc-2 b {
        display: block;
    }

.login-imgw1 {
    background-image: url(../image/login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



@media (max-width: 1400px) {
    .nov-footer.nov-ftr-rec:after {
        top: -100px;
    }
}

@media (max-width: 990px) {
    .nov-footer.nov-ftr-rec:after {
        top: -40px;
    }

    .nov-ftr-rec .nov-nw-login {
        padding-bottom: 0 !important;
    }

    .nov-login-sec {
        padding: 50px 0 0 !important;
    }

    .nov-nw-login {
        padding-bottom: 0 !important;
    }

    .nov-footer.nov-ftr-rec:after {
        content: none !important;
    }
}


.main-title.nov-title-nw {
    font-weight: normal;
    text-transform: none;
    color: #000000;
    font-size: 32px;
    margin: 50px 0 0 !important;
}


.nov-new-steps .nov-brn-step p {
    font-size: 20px;
    margin: 0;
}

.nov-new-steps .nov-brn-step h3 {
    font-size: 22px;
}

.nov-brn-step {
    padding-left: 10px;
    /*border-left: 3px solid #ccc;*/
    opacity: 0.7;
    padding-left: 55px !important;
    position: relative;
}

    .nov-brn-step.active {
        opacity: 1 !important;
        /*border-left: 3px solid #001c57;*/
    }

        .nov-brn-step.active:before {
            background-color: green !important;
            background-image: url(../image/yes.svg);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: center;
        }

    .nov-brn-step:before {
        /* content: '';
    height: 45px;
    width: 45px;
    background-color: #b9b9b9;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;*/

        content: '';
        height: 45px;
        width: 45px;
        background-color: #fff;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 100%;
        border: 2px solid green;
    }

.nov-bgs-psw {
    margin-top: 30px !important;
}

.nov-new-steps {
    padding: 20px 0 60px;
}

.nov-txt-btm {
    margin-bottom: 25px;
}

.nov-psw-cnf {
    margin-bottom: 40px !important;
}



/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}


    /*== common styles for both parts of tool tip ==*/
    .tool::before,
    .tool::after {
        left: 20%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }


    /*== pointer tip ==*/
    .tool::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #3E474F transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
        transform: scale(.6) translateY(-90%);
        top: -15px;
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    }


    /*== speech bubble ==*/
    .tool::after {
        background: #3E474F;
        border-radius: .25em;
        bottom: 180%;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: 1em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
        transform: scale(.6) translateY(50%);
        width: 17.5em;
        top: -120px;
        height: 110px;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    }

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}


.main-title.nov-title-nw.title-mb20 {
    margin-bottom: 20px !important;
}

.nov-abt-sub-txe {
    font-size: 40px;
    color: #000;
    margin-top: 80px;
}

.nov-abt-sub {
    font-size: 25px;
    margin: 50px 0 0 0;
}

.nov-subtxt.mbs {
    margin-bottom: 70px;
}

.nov-subtxt {
    font-size: 20px;
    line-height: 200%;
    color: #000;
}

.nob-abt-ng {
    background-image: url(https://www.novawell.com/themes/custom/novawell/images/integrating-physical.png);
    background-size: cover;
    background-position: center;
}


@media (max-width: 990px) {
    .nov-abt-sub-txe {
        margin-top: 20px;
    }

    .nov-subtxt.mbs {
        margin-bottom: 10px;
    }

    .nov-brn-step {
        margin-bottom: 40px;
    }
}


.nov-support {
    margin: 50px 0 20px 0;
    padding: 10px 20px 0 20px;
    background-color: #001c5752;
    border-radius: 10px;
    text-align: center;
}

    .nov-support h4 {
        font-size: 30px;
        margin: 0;
        font-weight: bold;
        margin-top: 10px;
    }

    .nov-support p {
        margin: 0;
        text-align: left;
        font-size: 20px;
    }

        .nov-support p a {
            display: block;
            margin-top: 15px;
        }

.nov-thq-refno {
    font-size: 26px;
}

.nov-desc-cret {
    min-height: 230px;
}

.card-acpo {
    background-color: #001c57;
    padding: 25px;
}

.nov-nw-login .nov-login-nw .nov-button-register.brn-rd {
    border-radius: 8px !important;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}


.nov-header th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    /*background-color: #001c5714;*/
}

.nov-pd-lg {
    border: 1px solid #e3e3e3;
}

    .nov-pd-lg td {
        padding-top: 20px;
        font-size: 20px;
        padding-bottom: 20px;
    }

        .nov-pd-lg td .nov-registered, .nov-pd-lg td a, .nov-nt-registered {
            font-size: 20px;
        }

.nov-h50 {
    margin-left: 10px !important;
}



.nov-pd-lg .dropdown-toggle::after {
    content: none;
}


.nov-th-title {
    font-size: 28px;
}

.nov-yes-thq {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: green;
    border-radius: 100px;
}

    .nov-yes-thq img {
        width: 45px;
        padding: 20px 0 0;
    }

.bg-search {
    background-image: url(../image/search.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right 9px center;
}

.mt-40 {
    margin-top: 25px;
}

.nov-support p a span {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 25px !important;
    margin-top: 15px !important;
    background-color: #fff !important;
    border-radius: 40px;
}

.form-label {
    font-size: 20px !important;
}

.nov-psw-fonts ul {
    font-size: 18px;
}

.nov-abt-imp {
    margin: -60px 0 10px 0;
}

    .nov-abt-imp img {
        height: 75px;
    }

.nov-abt-wrpimg {
    background-color: #BFE3EF;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 30px 0;
}

.nov-abt-pstp {
    background-color: #001c57;
}

.nov-abt-imp p {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.nov-abx-mb {
    margin-bottom: 80px !important;
}

.nov-menu ul li:last-child a {
    padding-right: 0 !important;
}

@media (max-width: 990px) {
    .nov-abt-imp {
        margin: 20px 0 10px 0;
    }

    .nov-abx-mb {
        margin-bottom: 20px !important;
    }

    .nov-mob-nt0 {
        margin-top: 0 !important;
    }

    .nov-desc-cret {
        min-height: 100px;
    }

    .nov-new-steps {
        padding: 20px 0 20px;
    }

    .mob-maring-top-none {
        margin-top: 0 !important;
    }

    .mob-maring-bottom-none {
        margin-bottom: 0 !important;
    }

    .mob-padding-bottom {
        padding-bottom: 20px !important;
    }

    .mob-mt-40 {
        margin-top: 40px !important;
    }
}


.bg-white {
    background-color: #fff;
}

.nov-nw-login.pop-model-mb {
    padding-bottom: 0 !important;
}

.error {
    color: red;
}

.inputbackcolor {
    background-color: #F4F4F4;
    border-bottom: 1px solid #424242 !important;
    border: none;
    border-radius: 0;
}

.redstar {
    color: red;
}

.nov-button-register-save, .nov-button-register-save:hover {
    background-color: #001c57;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    /* height: 5px; */
}

.nov-drop-sgnup {
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 12px 0 0 0;
}

    .nov-drop-sgnup div {
        padding: 9px 0;
        margin: 0 4px;
    }

        .nov-drop-sgnup div:after {
            margin-left: 0;
        }

    .nov-drop-sgnup ul {
        transform: translate(-120px, 47px) !important;
    }

@media (max-width: 767px) {
    .nov-drop-sgnup {
        float: right;
        margin-top: 4px;
    }
}

.dropbtn {
    /*background-color: #04AA6D;
            color: white;
            padding: 16px;
            font-size: 16px;*/
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        font-size: 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

#tblTradPartner_length {
    margin-bottom: 15px;
}

.nov-cpl {
    position: absolute !important;
    right: 0 !important;
    width: 240px;
    left: 10px !important;
    margin: 0 auto 0 0 !important;
    transform: none !important;
    inset: inherit !important;
}

.paginate_button:hover {
    background: #001c57 !important;
    border-color: #001c57 !important;
}
/*.dropdown:hover .dropbtn {
            background-color: #3e8e41;
        }*/
@media (max-width: 990px) {
    .nov-nw-login.pb-4.nov-pb-mob {
        padding-bottom: 20px !important;
    }
}


.nov-drop-sgnup {
    background-color: #001c57;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 12px 0 0 0;
}

    .nov-drop-sgnup button, .nov-drop-sgnup button:focus {
        font-size: 20px;
        color: #fff !important;
        width: 39px;
        padding: 5px 0;
    }

        .nov-drop-sgnup button:after {
            margin-left: 0;
        }

    .nov-drop-sgnup ul {
        transform: translate(-80px, 0) !important;
    }

@media (max-width: 767px) {
    .nov-drop-sgnup {
        float: right;
        margin-top: 4px;
    }
}

.nov-numric {
    background-color: #F4F4F4;
    border-bottom: 1px solid #424242 !important;
    border: none;
    border-radius: 0;
}

.nova-signout-drop {
    min-width: 120px;
}


.nov-lbl-sm {
    font-size: 18px !important;
}

@media screen and (min-width: 1900px) {
    html .nov-footer.content-none.login {
        margin-top: 0px !important;
    }
}

.nov-footer.content-none.login {
    padding-top: 0;
    padding-bottom: 0;
    /*margin-top: -210px !important;*/
    z-index: 9;
    padding: 0 !important;
}

    .nov-footer.content-none.login > img {
        width: 100%;
        margin: 0;
    }

.nov-inrftr {
    background-color: #FFF;
    padding: 50px 0 50px 0;
    margin: -1px 0 0 0;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.nov-277 {
    padding: 10px;
    background-color: #ffe7a7;
    margin: 0 0 15px 0;
    border-radius: 8px;
    border: 1px solid #e3bf60;
}
