@media (min-width: 768px) {
    .mt-md-3 {
        margin-top: 10px !important;
        margin-left: 160px;
    }
    .mt-md-2 {
        margin-top: 10px !important;
        margin-left: 160px;
    }
}

.itembox
{
    display: flex;
    flex-direction: row;
    width: 120px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2)
}
.gqItem
{
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #009688
}
.activeItem
{
    background: #FF5722;
    color: #ffffff;
}
.gqItem img
{
    width: 30px;
    height: 20px;
}
.activeItem img
{
    width: 36px;
    height: 26px;
}
.imgItem
{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
