._mt {
    margin-top: 2em;
}

.tba_9_owl {
    border-radius: 12px;
    overflow: hidden;

}

.tba_9_owl img {
    transition: all .2s linear;
    height: 100%;
    width: auto;
}

.tba_9_owl img:hover {
    transform: scale(1.1);
}

.tba_content .text_bottom {
    padding-top: 1.5em !important;
}

.tba_content table {
    margin-top: 1em;
}

.tba_content table td,
.tba_content table th {
    font-size: 14px;
}

.specification_2 {
    margin-top: 1.5em !important;
}

.specification h5 {
    font-size: 16px;
    color: #111;
}

.specification ul {
    padding-left: 1em;
}

.specification ul li {
    font-size: 15px;
    font-weight: normal;
    color: #444;
    list-style: disc;
}


@media screen and (max-width:991px) {
    .tba_about {
        padding-top: 0 !important;
    }
}

span.error-message {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
    position: absolute;
    bottom: -18px;
}