﻿.stepbar {
    counter-reset: step;
    margin: 0px;
    padding: 0px;
}
.stepbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #555;    
    padding-top:8px;
}
    .stepbar li em{margin-bottom:20px;}
    .stepbar li span {
        font-family: 'Open Sans';
    }


    .stepbar li::before {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #555;
        display: block;
        content: '';
        text-align: center;
        background: #ededed;
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .stepbar li.completed::before {
       
        border: 2px solid #ff6600;
       
    }
.stepbar li::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #555;
    top: 20px;
    left: -50%;
   
    display: inline-block;
}
    .stepbar li.completed em {
        color:#ff6600;
    }
    .stepbar li.completed::after {
        background-color: #ff6600;
    }
.stepbar li:first-child:after {
    content: none;
}

.stepbar li.active {
    color: #ff6600;
}

.stepbar li.active:before {
    border-color: #ff6600;
}

.stepbar li.completed + li:after {
    background-color: #ff6600;
}
@media(max-width:768px) {
    .stepbar{
        padding-left:40px;
        padding-top:20px;
    }
    .stepbar li {
        list-style-type: none;
        width: 100%;
        float: none;
        font-weight: 500;
        font-size: 13px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        color: #555;
        padding-top: 0px;
        padding-left:50px;
        min-height:100px;
    }
        .stepbar li::before {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #555;
            display: block;
            content: '';
            text-align: center;
            background: #ededed;
            display: inline-block;
            position: absolute;
            top: -21px;
            left: -20px;
            transform: none;
            z-index: 1;
        }

        .stepbar li.completed::before {
            border: 2px solid #ff6600;
        }

        .stepbar li::after {
            width: 1px;
            height: 100%;
            content: '';
            position: absolute;
            background-color: #555;
            top: -100px;
            left: 0px;
            display: inline-block;
        }
        .stepbar li em {
            position: absolute;
            top: -14px;
            left: -61px;
            display: inline-block;
        }
}
@media(max-width:990px) {
    .stepbar li span {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .stepbar li span {
       position:relative;
       top:-20px;
    }
}
.track-from{
    color:#aaa;
    font-weight:500;
}
.track-from-text{
    font-size:18px;
    color:#333;
    font-weight:500;
    line-height:22px;
    margin:0px;
    padding:0px;
}
.track-to {
    color: #aaa;
    font-weight: 500;
}

.track-to-text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}
@media(min-width:768px) {
    .track-to-wrapper{
        text-align:right;
    }
    #Fincode{
        
        min-width:300px;
    }
}
a.cygl-link-1, a.cygl-link-1:hover, a.cygl-link-1:focus {
    color: #333;
    line-height:24px;
}
a.cygl-link-2, a.cygl-link-2:hover, a.cygl-link-2:focus {
    color: #555;
    line-height: 24px;
}