#steps {
    background: #f3f3f3;
    padding: 50px 30px; 

}
#steps .list-group{
    background: #fff;  
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 5px 60px 5px 5px;
}
#steps .corner {
    right: 12px;
    z-index: 3;
}
#steps .glyphicon.glyphicon-1 ul {
    border-radius: 5px 60px 0px 0px;
}
#steps .list-group a:hover ul,
#steps .list-group a.active ul{
    background: #4B92BF;
}
#steps .list-group a:hover ul li h3,
#steps .list-group a:hover ul li,
#steps .list-group a.active ul li h3,
#steps .list-group a.active ul li{
    color:#fff;
}
#steps .list-group a:first-child:hover ul,
#steps .list-group a:first-child.active ul {
    border-radius: 5px 60px 0 0;
    border-bottom:1px solid #4B92BF;
}
#steps .list-group a:last-child:hover ul,
#steps .list-group a:last-child.active ul {
    border-radius: 0 0 5px 5px;
}
#steps .list-group-item:last-child ul{
    border-bottom: 0;
}
#steps div[class*="content-"] {
    display: none;
}
#steps div.active {
    display: block;
}
#steps ul {
    display: inline-block;
    margin: 0px;
    border-bottom:1px solid #D8D8D8;
    padding:24px;
    width: 100%;
    transition: all 100ms ease-in-out;
}
#steps a:first-child ul {
    border-radius: 10px 10px 0 0;
}
#steps a:last-child ul {
    border-radius: 0 0 10px 10px;
}
#steps ul li {
    list-style: none;
    color:#000;
    font-weight: 200;
    transition: all 100ms ease-in-out;
}

#steps ul li.step-title h3 {
    color:#000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    transition: all 100ms ease-in-out;
}
#steps ul li.step-subtitle {
    color:#000;
    font-size: 12px;
    transition: all 100ms ease-in-out;
}
a.button {
    display: block;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 1;
}
.bhoechie-tab {
    padding-top: 15px;
}
.bhoechie-tab-menu {
    padding-left: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
    opacity: 1;
}
div.bhoechie-tab-menu div.list-group>a.active{
    margin-bottom: 0;
    opacity: 1;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: inherit !important;
    background-color: transparent !important;
    border: none !important;
}


.text-left.glyphicon a {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}
