a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.reserveLine a
{
    cursor: default;
}
.tab{
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.tab:before{
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #bbadb9;
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
}
.tab .nav-tabs{
    display: inline-flex;
    border: none;
    margin-bottom: 75px;
}
.tab .nav-tabs li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #bbadb9;
    text-align: center;
    padding: 0;
    border: none;
    /*margin-right: 100px;*/
    position: relative;
}
.tab .nav-tabs li:last-child a{
    margin-right: unset;
}
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a:focus{
    border: none;
    background: #30e338;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a{
    background: #30e338;
}


.tab .nav-tabs li.active a:active:before{
    background: #fff;
}

.tab .nav-tabs li.active a:before
{
    background: #fff;
}
.tab .nav-tabs li a span{
    display: inline-block;
    color: #5d4835;
    margin: 0 auto;
    width: 140px;
    position: absolute;
    top: -30px;
    left: -55px;
    right: unset;
    font-weight: bold;
    font-size: .9rem;
}
.tab .tab-content{
    padding: 30px;
    background:  #f1f1f1;
    text-align: left;
}
.tab .tab-content h3{
    font-size: 24px;
    color: #000;
    margin-top: 0;
}
.tab .tab-content p{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
}

.reserveLine
{
    width: 210px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*@media only screen and (max-width: 479px){*/
/*    .tab .nav-tabs li a{*/
/*        margin-right: 30px;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .tab:before
    {
        display: none;
    }
}
