a{
    text-decoration: none;
}
.details-img img{
    width: 100%;
}
.academy_item .academy_body .title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .navbar .navbar-brand img{
    height: unset !important;
}
.page-template-coming-soon .header, .page-template-coming-soon .brands-section, .page-template-coming-soon footer{
    display: none !important;
}
.brand-slider .item{
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
}