.course-rating .star-rating {
    width: 150px;
    font-size: 19px;
}
.star-rating span:before {
    color:var(--yellow-color);
}
.cta-bg-img:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #061925;
    opacity: 0.4;
}
.whats {
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeY 2s infinite;
}
.whats.right {
    left:unset;
    right: 20px;
}
.whats a {
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}