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


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

.xgenious-tab-wrapper-01 .xgnav-tabs li{
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgenious-tab-wrapper-01 .xgnav-tabs li i{
    padding-right: 5px;
}

.xgenious-tab-wrapper-01 .xgnav-tabs li.active{
    background-color: #428e1f;
    border-color: #5eb21b;
}

.xgenious-tab-wrapper-01 .xgtab-pane{
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #e2e2e2;
}
@media only screen and  (max-width:767px){
    .xgenious-tab-wrapper-01 .xgnav-tabs li{
      margin-bottom: 10px;
    }
}