.h-video-header-widget {
    margin-bottom: 10px;
}
.h-header-top {
    position: relative;
}
.h-video-box {
    width: 100%;
    min-width: 100%;
    max-height: 800px !important;
    overflow: hidden !important;
    position: relative;
}
.h-video-box video, .h-video-box .header-image  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#h-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: transparent;
    border: none;
    transform: translate(-50%, -50%);
    z-index: 96;
}
#h-play-button img {
    width: 100px;
    height: 100px;
}
#h-play-button:hover {
    opacity: 0.75;
}
.h-video-text-box {
    position: absolute;
    bottom: 0px;
    left: 3%;
    min-height: 120px;
    padding: 10px;
}
.h-video-text-box h1 {
    font-weight: bold;
    font-size: 2.5rem;
}
.h-video-text-box p {
    width: 70%;
    font-weight: bold;
    letter-spacing: 0.56px;
    color: #fff;
}
@media (max-width: 470px) {
    .h-video-text-box {
        display: none !important;
    }
}
.h-header-bottom {
    background-color: rgb(222, 225, 230);
    min-height: 90px;
    padding: 10px;
    box-shadow: 0px 2px 4px rgb(136 136 136);
    text-align: center;
}
.h-header-bottom .h-text {
    padding: 1rem 2rem;
    flex: 0 0 33%;
}
.h-video-header-widget .filter-collapse > div {
    padding: 2rem;
    background: #fff;
    border: 1px solid #e9ecef;
}
.toolbar-container {
    align-items: center;
}
.toolbar-container .widget {
    margin-bottom: 0px;
}
.toolbar-container .widget:first-child {
    margin-right: 15px;
}
.toolbar-container .widget .custom-select {
    border-radius: 25px;
    border: 1px solid #f36f23;
}
.h-v-line {
    border-right: 1px solid;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    color: rgb(184 186 189);
}
