

.mybookings_content_empty {
    text-align: center;
    min-height: 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;  
}
.aboutbanner_content .video-button{
    cursor: pointer;
    width: max-content; 
}
.howitwork_content::after{
    width: 10.2rem;
    background-size: contain;
    left: 8px;
}
.video-custom .play-pause{
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}
.video-custom.active .play-pause{
    background-image: none !important;
}