.brand-name {
    text-align: center;
}

.desc {
    color: #5e5e5e;
    text-align: center;
    margin: 20px 0;
}

.tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

@media only screen and (max-width: 1100px) {
    .tabs ul {
        flex-direction: column;
    }
}


.tabs li {
    border: 1px solid#5e5e5e;
    cursor: pointer;
    transition: all .4s ease;
    padding: 10px;
    max-width: 300px;
    margin: 0 10px;
}

@media only screen and (max-width: 1100px) {
    .tabs li {
       margin-bottom: 20px;
    }
}


.tabs li.ui-state-active,
.tabs li.ui-state-hover{
    border: 1px solid#5e5e5e;
    background: #5e5e5e;
    color: #fff;
}

.tabs li a{
    padding: 0;
    margin: 0;
   color:  #5e5e5e;
}

.tabs li.ui-state-active a,
.tabs li.ui-state-hover a{
    color: #fff;
}

.ui-tabs-panel {
    padding-top: 30px;
}

.ui-tabs-panel h4 {
    text-align: center;
}

.order h5 {
    margin-top: 35px;
}


@media only screen and (max-width: 1100px) {
    .order {
        position: relative;
        display: block;
        padding-top: 50px;
    }

    .tabs {
        padding-bottom: 50px;
    }
}
