.title-subtitle-con {
    width: 58%;
    margin: 2em auto;
}

.dolby-video iframe {
    width: 100%!important;
    height: 300px;
  
}
.chevron-ani {
       transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 1s;
    font-weight: 600;
}

.remove-margin {
    margin: 0!important;
}


.fullWidth {
    width: 100%;
    max-height: 500px;
}

.fullWidth img {
    width: 100%;
    max-height: 500px;
}

.timeline img {
    width: 200%;
}

.uk-button-primary {
    background-color: #78BE20!important;
}

#__ba_panel {
    border: 0 !important;
    text-align: left;
    position: fixed;
    bottom: 1%;
    right: 1%;
    cursor: pointer;
}

#__ba_panel button {
    width: 140px;
    height: 40px;
    cursor: pointer;
}


#__ba_panel button img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#chat_oe5kn1qy {
    display: none;
}

/*.uk-border-bottom {
    border-bottom: 1px solid rgba(102, 102, 102, 0.40);
}*/

.uk-flex .uk-grid { display: flex; }
.uk-items-center .uk-grid { align-items: center; } 
.uk-gap-8 {}

@media (max-width: 639px) {
    .uk-gap-8 .uk-grid {
        row-gap: 16px;
    }
}