
/* border color */
.border-color-very-light-gray {
    border-color: rgba(56, 70, 74, 0.4) !important;
}
/* review style 04 */
.review-star-icon i {
    color: var(--base-color);
}
/* feature box style */
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 18px;
}
/* footer */
.scroll-progress.scroll-simple {
    left: 50px;
    right: auto;
}
/* newsletter style 02  */
@media (max-width: 1199px) {
    .crypto-data-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .crypto-data-min-width {
        min-width: 1160px;
    }
}