/*.wizard {
    margin: 20px auto;
    background: red;
}*/

.wizard-inner {
    height: 5%;
}

body {
    background-color: white !important;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    margin-left: 42%;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 66%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}*/

.connecting-line1 {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: red;
    cursor: default;
    border: 0;
    border-bottom-color: red;
    background-color: transparent;
}

span.round-tab {
    /*width: 50px;
    height: 50px;
    line-height: 50px;*/
    display: inline-block;
    /*border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;*/
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    /*top: -1%;*/
    font-size: 16px;
}

    span.round-tab i {
        color: #ccc;
        font-size: 20px;
    }
/*.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5cb85c;
    
}*/
.wizard li.active span.round-tab i {
    color: steelblue;
    font-size: 20px;
}

/*span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}*/

.wizard .nav-tabs > li {
    width: 10%;
}

.wizard #Contact-navtab > li {
    width: 11%;
    margin-left: 5%;
}

/*.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #428bca;
    transition: 0.1s ease-in-out;
}*/

/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45.5%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #428bca;
}*/

.wizard .nav-tabs > li a {
    height: 20px;
    margin: 8px auto;
    border-radius: 100%;
    padding: 0;
    background: transparent;
    border: none;
}

/*.wizard .nav-tabs > li a:hover {
        background: rgba(18, 139, 197, 0.98);
    }*/

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.wizard h3 {
    margin-top: 0;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
     border-radius: 4px;
    padding: 0 1.4em 0 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.legend2 {
    position: absolute;
    top: -0.0em;
    right: 20px;
    background: transparent;
    line-height: 1.2em;
    padding-right: 40px;
}

legend.scheduler-border {
   
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

@media( max-width : 585px ) {

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    wizard > div.wizard-inner {
        position: fixed;
        z-index: 3;
        width: 100%;
        background-color: #428bca;
        left: 0;
        top: 45px;
    }

    .wizard {
        height: auto !important;
    }

        .wizard .nav-tabs > li {
            width: 24%;
        }

        .wizard .nav-tabs {
            margin-left: 30%;
        }

    .panel-body {
        padding: 0px;
    }

    .wizard-inner {
        height: 0px;
    }
    /*.connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 69%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 55%;
        z-index: 1;
    }*/


    .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
    }

    .span.round-tab {
        height: 50px;
        line-height: 55px;
        display: inline-block;
        border-radius: 100px;
        background: #fff;
        border: 2px solid #e0e0e0;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        top: -1%;
        font-size: 16px;
    }

    .wizard .nav-tabs > li a {
        border-radius: 100%;
        padding: 0px;
        height: 0px;
    }



    /*.wizard li.active:after {
        content: " ";
        position: absolute;
        left: 44%;
        content: " ";
        opacity: 1;
        margin: -9px auto;
        bottom: 8px;
        border: 7px solid transparent;
        border-bottom-color: #428bca;
    }*/
    .fa.dot {
        font-size: 15px !important;
    }

    .form-moblie {
        margin-top: 9%;
    }

    legend.scheduler-border {
        font-size: 1.1em !important;
        font-weight: bold !important;
        text-align: left !important;
        width: auto;
        padding: 0 10px;
        border-bottom: none;
    }

    .legend2 {
        position: absolute;
        top: -0.2em;
        right: 20px;
        background: transparent;
        line-height: 1.2em;
        padding-right: 25px;
    }


   
}
