:root{
    --theme: #0096d6;
}
.downloadbtn{
    padding: 6px 30px 6px 30px;
    border: 0px;
    background-color: #0096d6;
    color: #fff;
    margin-top: 15px;
}
.text-theme{
    color: var(--theme);
}
.bg-theme {
    background-color: var(--theme);
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.cusmodalnew .modal-dialog {
    max-width: 760px;
    margin: 0 auto;
}
.cusbtn{
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
}