#product{
    margin-top: 40px;
}

.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard-inner .active .round-tab{
    color:#891824 !important;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;

}

.wizard > div.wizard-inner {
    width:80%;
    margin:0px auto;
    position: relative;
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    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: #555555;
    cursor: default;
    border: 0;
}

.round-tab {
    color:#504e4e;
    z-index: 2;
    text-align: center !important;
    font-size: 16px;
}

.round-tab:hover
{
    color:#891824;
}

span.round-tab i{
    color:#555555;
}

.wizard li.active span.round-tab i{
    color: #5bc0de;
}



.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 15px solid transparent;
    border-bottom-color: #474747;
}

.wizard .nav-tabs > li a {
    text-align:center !important;
}

.wizard .nav-tabs > li a {
    width: 100%;
    height: 20px;
    margin: 20px auto;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: none !important;
    border:none !important;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard-inner .nav-tabs
{	
    border:none !important;
}

.tab-content
{
    color:#fff;
    background:#474747;
    padding:0px 70px 0px 70px;
}
.hb_form ul li
{
    font-size:13px;
    height:150px;
    color:#eae9e9;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 10px;
        width: 50px;
        height: 50px;
        line-height: 15px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

@media (max-width: 700px) {
    .round-tab {
        line-height :12px;
        font-size: 12px;
    }
}

