.patient-testi-image-block {
    position: relative
}

.patient-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.patient-video-image {
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    width: 100%
}

.patient-video-small-card, .patient-text-small-card {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    margin: 24px 5px;
    cursor: pointer
}

.patient-text-small-card{
    padding: 10px;
    margin: 0 0 24px;
    color: #01357e;
    cursor: auto;
}

.patient-video-small-card h6, .patient-text-small-card h6 {
    line-height: 24px;
    height: 72px;
    overflow-y: auto
}

.patient-video-small-card h6::-webkit-scrollbar, .patient-text-small-card h6::-webkit-scrollbar {
    width: 3px
}

.patient-video-small-card h6::-webkit-scrollbar-thumb, .patient-text-small-card h6::-webkit-scrollbar-thumb {
    background: #0e2d58
}

.patient-testi-description {
    line-height: 24px;
    font-size: 16px;
    height: 192px;
    overflow-y: auto;
    color: #494949
}

.patient-testi-description::-webkit-scrollbar {
    width: 3px
}

.patient-testi-description::-webkit-scrollbar-thumb {
    background: #0e2d58
}

.clear-filter-videos {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 500;
    border: 0;
    background-color: #283760;
    color: #fff;
    padding: 5px;
    border-radius: 3px
}

.clear-filter-area {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:768px) {
    .patient-video-small-card h5 {
        font-size: 20px
    }
}

@media only screen and (max-width:370px) {
    .patient-video-small-card h5 {
        font-size: 18px
    }
}