.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps {
    display: inline;
    float: right;
    width: 20%;
    /*padding-top: 25px;*/
    padding-top: 81px;
    /* position: absolute;
       right: -130px;*/
}

.wizard > .steps .number{font-size: 1.429em;
                         /*display: none;*/
}

.wizard > .steps > ul > li{width: 25%;}


.wizard > .steps > ul > li,
.wizard > .actions > ul > li{float: left;}

.wizard.vertical > .steps > ul > li{position: relative;
                                    float: left;
                                    width: 100%;}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    /*display: block;*/
    float:left;
    width:100%;
    /*width: auto;*/
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    /*background: #eee;*/
    color:#cfcfcf;
    cursor: default;
    font-weight:600;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active{
    color:#ff966a;
    font-weight:600;
    cursor: default;
}

.wizard > .steps .back-select a,
.wizard > .steps .back-select a:hover,
.wizard > .steps .back-select a:active{
    color:#ff966a !important;
    font-weight:600;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    /*    background: #9dc8e2;
        color: #fff;*/
    color:#4caf50;
    font-weight:600;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content{
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content{
    display: inline;
    float: left;
    margin:0;
    width:65%;
    position: relative;
    overflow: visible;
}

.wizard > .content > .body{
    float: left;
    position: absolute;
    width:100%;
    color:#252525;
}

.wizard > .content > .body ul{list-style: disc !important;}
.wizard > .content > .body ul > li{display: list-item;}
.wizard > .content > .body > iframe{
    border: 0 none;
    width: 100%;
    height: 100%;
}
.wizard > .content > .body input{display: block;}
.wizard > .content > .body input[type="checkbox"]{display: inline-block;}
.wizard > .content > .body input.error{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
.wizard > .content > .body label{
    display: inline-block;
    margin-bottom: 0.5em;
}
.wizard > .content > .body label.error{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
.wizard > .actions{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}
.wizard.vertical > .actions{
    display: inline;
    float: left;
    width: 65%;
    text-align: center;
}
.wizard > .actions > ul{
    display: inline-block;
    text-align: right;
}
.wizard > .actions > ul > li{margin: 0 0.5em;}
.wizard.vertical > .actions > ul > li{margin:0;}
.wizard > .actions a{
    display: inline-block;
    border-radius: 4px;
    color: #0095D9;
    border: 1px solid #0095D9;
    font-size:18px;
    line-height:15px;
    font-weight: 600;
    text-transform: none;
    padding:9px 20px;
    margin:6px 0.5em;
    background: transparent;
}
.wizard > .actions a:hover,
.wizard > .actions a:active,
.wizard > .actions a:focus{
    color:#fff;
    background: #0095D9;
    border:1px solid #0095D9;
}

.wizard > .actions .disabled a {
    color:#0095D9;
    background:transparent;
}
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active{
    color:#fff;
    background:#0095D9;
}

.wizard > .loading{}
.wizard > .loading .spinner{}

/* Tabcontrol */

.tabcontrol > .steps{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover{text-decoration: none;}
.tabcontrol > .steps > ul > li.current > a{padding: 15px 30px 10px 30px;}
.tabcontrol > .content{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}
.tabcontrol > .content > .body{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}
.tabcontrol > .content > .body ul{list-style: disc !important;}
.tabcontrol > .content > .body ul > li{display:list-item;}
.reg-tl-icon{float: left;
             width:55px;
             height: 55px;
             padding:8px;
             border-radius: 30px;
             overflow: hidden;
             background: #ffffff;
             margin-right: 10px;
             border:4px solid #cfcfcf;}
.reg-tl-icon:before{
    position:absolute;
    top: 19px;
    left: 22px;
    font-size: 20px !important;
    margin-right: 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-shadow:-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.reg-tl-icon span {
    color:#cfcfcf;
    font-size:32px;
}
.wizard > .steps .current a .reg-tl-icon, .wizard > .steps .current a:hover .reg-tl-icon,
.wizard > .steps .current a:active .reg-tl-icon{
    border:4px solid #ff966a;
    background:#ff966a;}
.wizard > .steps .current a .reg-tl-icon span, .wizard > .steps .current a:hover .reg-tl-icon span, .wizard > .steps .current a:active .reg-tl-icon span{color:#fff;}

.wizard > .steps .back-select a .reg-tl-icon, .wizard > .steps .back-select a:hover .reg-tl-icon, .wizard > .steps .back-select a:active .reg-tl-icon{
    border:4px solid #ff966a !important;
    background:#ff966a !important;
}

.wizard > .steps .done a .reg-tl-icon, .wizard > .steps .done a:hover .reg-tl-icon, .wizard > .steps .done a:active .reg-tl-icon{border:4px solid #4caf50;
                                                                                                                                 background: #4caf50;}

.wizard > .steps .done a .reg-tl-icon span, .wizard > .steps .done a:hover .reg-tl-icon span, .wizard > .steps .done a:active .reg-tl-icon span{color:#fff;}

.reg-tl-text{margin-top:15px;
             float: left;}
.wizard .steps ul li:after{content: '';
                           width:4px;
                           height:100%;
                           background:#ddd;
                           position: absolute;
                           left:50px;
                           top:-25px;
                           z-index: -1;}
.wizard .steps ul li:first-child:after{content: none; }

.wizard .steps ul li.done:after{content: '';
                                width:4px;
                                height:100%;
                                background:#4caf50;
                                position: absolute;
                                left:50x;
                                top:-25px;
                                z-index: -1;}
.wizard .steps ul li.done:first-child:after{content: none; }

.wizard .steps ul li.current:after{content: '';
                                   width:4px;
                                   height:100%;
                                   background:#4caf50;
                                   position: absolute;
                                   left:50px;
                                   top:-25px;
                                   z-index: -1;}
.wizard .steps ul li.current:first-child:after{content:none;}
.otp-section .mvcn-btn{padding:0;}
/*.wizard ul li:first-child:after{content: none; }*/

/*.wizard .steps ul li.back-select2:after{background:#fb0;}*/
.wizard > .steps .done.back-select a .reg-tl-icon:before {display: none;}

.wizard > .steps .done a .reg-tl-icon:before {
    content: "\f00c";
    -webkit-animation: rotateIn 1s;
    animation: rotateIn 1s;
}
.wizard > .steps .current a .reg-tl-icon:before{display: none;}
.wizard > .steps .done.back-select a .reg-tl-icon,
.wizard > .steps .current a .reg-tl-icon {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}
.back-select{}








@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}


@media only screen and (max-width: 1024px) {

    .reg-tl-icon:before{
        top: 16px;
        left: 26px;
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 975px) {

    .reg-tl-icon:before {
        top: 25px;
        left: 10px;
    }
}
@media only screen and (max-width: 768px) {

.reg-tl-icon:before {
    top: 7px;
    left: 43%;
}

}
@media only screen and (max-width: 480px) {

    .reg-tl-icon:before {font-size: 14px !important;}
}