
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    color: #5b8fdb;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    color: #5b8fdb;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    color: #5b8fdb;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    color: #5b8fdb;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    color: #5b8fdb;
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    color: #5b8fdb;
}

.tabs .slider{
    top: -3px;
}
.tabs .slider .indicator{
    background:#5b8fdb;
    margin-left: 20px !important;
}
.tabs>ul{
    border-bottom: 1px solid #5b8fdb;
    margin: 0;
    padding-bottom: 5px;
}
.tabs.grey>ul{
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding-bottom: 5px;
}
.tabs>ul li{
    padding: 0 30px;
    
}
.tabs>ul li span{
    font-size: 18px !important;
}
.tabs .content{
    margin-top: 20px;
}