.isih4 {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
}

.isi-list-heading {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 1.4;
    margin-bottom: 0.4rem;
}

.isi-list-desc {
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 19.6px !important;
    font-family: Helvetica;
}

.sticky-footer-small-view li {
    margin-bottom: 1rem;
}

.isi-info {
    font-family: 'Open Sans regular' !important;
    font-size: 14px;
    color: #4d4d4d;
}

.isi-info a {
    font-family: 'Open Sans regular' !important;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.no-break{
	white-space: nowrap;
} 
.indication-heading {
    max-height: 40px;
    display: flex;
    justify-content: space-between;
}

.indication-close-button {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .hidden-xs {
        font-weight: 400;
        font-size: 12px;
    }

    .isih4,
    .isi-list-heading {
        font-size: 12px;
        font-weight: bold;
    }

    .isi-list-desc {
        font-size: 12px;
        font-weight: 300;
    }

}

.page-change.active.test {
    display: block;
}

.page-change.test {
    display: none;
}

.isih4,
.isi-list-heading {
    font-weight: bold;
    font-family: 'Open Sans Bold';
}

@media (max-width: 991px) {
    .isi-info {
        font-size: 12px;
        font-weight: 300;
		font-weight: bold;
    }

    .isi-info a {
        font-size: 12px;
    }

    .sticky-footer-small-view {
        margin-bottom: 0 !important;
    }

    .isi-info {
        margin-bottom: 5rem;
    }
}