/*-----------------------
* Tabs css
-----------------------*/


.tabs-wrapper {
    background: #fff;
    padding: 10px 0;
}

.xgenious-tab-wrapper-05 .xgnav-tabs{
    text-align: center;
    display: block;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.xgenious-tab-wrapper-05 .xgnav-tabs:after{
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e2e2e2;
    content: '';
    width: 100%;
    height: 2px;
    z-index: -1;
}

.xgenious-tab-wrapper-05 .xgnav-tabs li{
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    border: 2px solid #e2e2e2;
    margin: 0 10px;
    background-color: #fff;
}
.xgenious-tab-wrapper-05 .xgnav-tabs li i{
    padding-right: 5px;
}
.xgenious-tab-wrapper-05 .xgnav-tabs li.active{
    background-color: #428e1f;
    border-color: #5eb21b;
    color: #fff;
}

.xgenious-tab-wrapper-05 .xgtab-pane{
    font-size: 18px;
    line-height: 28px;
    padding: 20px 20px 10px 20px;
    border: 2px solid #e2e2e2;
}
@media only screen and  (max-width:767px){
    .xgenious-tab-wrapper-05 .xgnav-tabs li{
      margin-bottom: 10px;
    }
    .xgenious-tab-wrapper-05 .xgnav-tabs:after{
        display: none;
    }
}