.btn-grey {
    background-color: grey;
    border: 1px solid grey;
    color: #fff;
}

.filter-content span {
    font-size: 15px;
    font-weight: bolder;
    width: 38px;
}

.btn-apply {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-space {
    margin: 1px;
}

.field-product_description {
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.carousel-control {
    width: 5%;
}

.img-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 100px;
    font-size: 19px;
}

.img-content h3 {
    margin: 0;
    font-size: 50px;
    line-height: 60px;
}

.img-content p {
    background: rgba(255, 255, 255, 0.4);
    padding: 15px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .carousel-inner img {
        height: 250px !important;
        max-width: none !important;
        position: relative;
        left: calc(50% - 500px)
    }

    .img-content h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .img-content {
        padding: 25px 20px;
        font-size: 15px;
    }

    .img-content p {
        padding: 5px;
        margin-top: 10px;
    }
}

.work-order-type {
    margin-top: 10px;
}

.content {
    margin-top: 10px;
}

.work-order-type .content a {
    margin-top: 10px;
    text-decoration: none;
}

.thumb-title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    display: block;
}

.thumbnail .caption p {
    margin-top: 24px;
    font-size: 18px;
}

.thumb-title a {
    color: #e60021!important;
    width: 100%;
    display: block;
    text-decoration: none;
}

.guide-heading {
    font-weight: bolder;
    margin-top: 50px;
}


.field-work-order-description {
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.thumbnail {
    position: relative;
}

.thumbnail:hover {
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.thumbnail {
    position: relative;
    padding-bottom: 66px;
    height: 200px;
    background: #f7f7f7;
    border: 0!important;
    margin-bottom: 30px;
    padding: 28px 15px;
}