.lh-1 {
    line-height: 1;
}

.lh-sm {
    line-height: 1.25;
}

.lh-base {
    line-height: 1.5;
}

.lh-lg {
    line-height: 2;
}

.teacher-carousel .owl-stage {
    display: flex;
}

.teacher-carousel .items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.teacher-carousel .team-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.team-item h5{
    /* height: 50px; */
    font-size: 1.1rem !important;
}

.product_categories{
    padding: none;
    list-style: none;
}

.product_card{
    padding: 0;
    overflow: hidden;
}
.product_img{
    position: relative;
    height: 250px;
    overflow: hidden;
}
.product_detail{
    display: none;
}
.product_card .product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product_card:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease-in;
}
.product_card:hover .product_detail{
    z-index: 100;
    display: block;
    position: absolute;
    top: 100px;
    left:43%;
}
.product_detail_img .thumbnail{
    height:350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.multi_img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1097px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
      }
}

