        .required{
            Color:#d0211c;
        }
        
        .ucwords { text-transform: capitalize; }
        #horLine{
            background-color: lightgrey;  /*eef1f3 004953*/
            height: 1px;
            margin-top: 0;
            margin-bottom: 0.5em;
        }
        .bs-stepper .step-trigger {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 0;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.5;
            color: #6c757d;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            vertical-align: middle;
            user-select: none;
            background-color: transparent;
            border: none;
            border-radius: .25rem;
            transition: background-color .15s ease-out, color .15s ease-out;
        }
        .bs-stepper-header {
            display: flex;
            align-items: center;
        }
        .bs-stepper-line,
        .bs-stepper .line {
            flex: 1 0 32px;
            min-width: 1px;
            min-height: 1px;
            margin: auto;
            background-color: rgba(0, 0, 0, .12);
        }
        .bs-stepper-circle {
            display: inline-flex;
            align-content: center;
            justify-content: center;
            width: 1.5em;
            height: 1.5em;
            padding: .2em 0;
            margin: .25rem;
            line-height: 1em;
            color: #000000;
            background-color: #fff;
            border-radius: 1em;
            border: 1px solid #6c757d;
        }
        .noPadding{
            margin: 0;
            padding: 0;
        }
        .includeLeftMargin{
            margin-left: 14em;
        }
        
        .viewTxt{
            font-weight: bold;
            color: #000000;
        }
        .txtColor{
            color: #000000;
        }
        .bgColor{
            background-color: #3490dc;
        }
        .fa-times-circle{
            color: #c51f1a;
        }
        .fa-edit{
            color: #1d643b;
        }
        .fa-angle-down{
            color: #c51f1a;
            font-weight: bold;
        }
        input::placeholder {
            color: #BBB;
        }
        .openSection{
            display: none;
        }
        .showBtn,.verifyVcodeView,.loaderView1,.loaderView2,.sign-img{
            display: none;
        }
        .smallTxt{
            font-size: 11px;
            align-content: center;
            justify-content: center;
            width: 1.2em;
            height: 1.2em;
            line-height: 1.2em;
        }
        .ConfirmBtnStyles{
            background: #0a0 !important;
            height: 2em !important;
            margin: 0;
            padding: 0;
            display: table-cell;
            text-align: center;
            font-size: 10px;
            vertical-align: middle;
            line-height: 10px; /*or you could use 4em*/
        }
        .CancelBtnStyles{
            background: #385d7a !important;
            height: 2em !important;
            margin: 0;
            padding: 0;
            display: table-cell;
            text-align: center;
            font-size: 10px;
            vertical-align: middle;
            line-height: 10px; /*or you could use 4em*/
        }
        .formatText{
            font-size: 15px;
        }
        .coroRed{
            color: #c51f1a;
            font-weight: bold;
        }
        @media (max-width: 520px) {
            .bs-stepper {
                font-size: 12px;
                font-weight: 500;
            }
            .bs-stepper-header {
                margin: 0;
                padding: 0;
                text-align: center;
            }
            .bs-stepper .line {
                flex: 1 0 12px;
            }
            .bs-stepper-circle {
                font-size: 10px;
                width: 1.3em;
                height: 1.3em;
                padding: .1em 0;
            }
            .bs-stepper-content {
                padding: 5px;
            }
            .includeLeftMargin{
                margin-left: 0;
            }
            h5{
                font-size: 12px;
            }
            .smallTxt{
                font-size: 9px;
                align-content: center;
                justify-content: center;
                width: 1.2em;
                height: 1.2em;
                line-height: 1.2em;
            }
        }
        @media (max-width: 400px) {
            .bs-stepper .line {
                flex: 1 0 8px;
            }
            h5{
                font-size: 12px;
            }
        }
