<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




.wizard {
    
    padding: 30px;
}
.wizard .nav-tabs {
    position: relative;
    border: 0px;
}
.wizard &gt; div.wizard-inner {
    position: relative;
}
.connecting-line{
    height:8px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:40%;
    z-index: 1;
    border-radius: 15px;
}
.active-line{
    height:8px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:40%;
    z-index: 1;
    border-radius: 15px !important;
}
.active .connecting-line{
    background-color: #004597;
}
.border-right{
    border-radius: 15px 0 0 15px;
}
.border-left{
    border-radius: 0;
}
.wizard .nav-tabs &gt; li.active &gt; .a, .wizard .nav-tabs &gt; li.active &gt; .a:hover, .wizard .nav-tabs &gt; li.active &gt; .a:focus {
    cursor: default;
    border: 0;
    color:#004597;
    border-bottom-color: transparent;
}
.nav-tabs li p{
    padding-top:70px;
    font-size: 16px;
    text-align: center;
}
.list-inline{
    text-align: center;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background:#DFE3E4;
    border: 2px solid #fff;
    z-index:1;
    position:absolute;
    text-align: center;
    font-size: 15px;
}
.wizard li.active span.round-tab{
    background:#004597;
    color:white;
    border: 2px solid #fff;
}
/*span.round-tab:hover{
    color: white;
    border: 2px solid #fff;
    background-color:#2ED4E0; 
}*/
.wizard .nav-tabs &gt; li {
    width: 20%;
}
.wizard .nav-tabs &gt; li .a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    color: #777;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}
/*.next-step:hover, .next-step, .prev-step:hover, .prev-step{
    position: relative;
    background-color: #2ED4E0;
    font-size: 16px;
    color: #FFFFFF;
}*/
@media( min-width : 320px ) and ( max-width : 480px ){
    .wizard {
        width: 100%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        
margin-left: 13%;

    }
    .wizard .nav-tabs &gt; li .a {
        width: 50px;
        height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.next-step{
		margin-top:10px; 
	}
    .nav-tabs li p{
        padding-top:60px;
        font-size: 16px;
        text-align: center;
    }
    .connecting-line , .active-line{
        top:40%;
        height: 3px;
}
    }
}

</pre></body></html>