.text-justify {
    text-align: justify;
}

.img-ltech {
    height: 80px !important;
}

.fa-star.checked {
    color: orange !important;
}

.img-lcomp {
    margin-top: 5px;
    height: 35px !important;
}

.tab {
    overflow: hidden;
    background-color: #FFFFFF;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none #CCCCCC;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-weight: bold;
}

@media only screen and (max-width: 530px) {
    .tab button {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 430px) {
    .tab button {
        border-bottom: solid 1px white;
    }
}

.tab button:hover {
    border-bottom: solid 1px #a3a3a3;
}

.tab button.active {
    border-bottom: solid 1px #a3a3a3;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    background-color: #FFFFFF;
}

.tabcontent .title {
    margin-bottom: 0px !important;
}
