.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;
}
.gallery-box {
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #D0DBE9;
    background: var(--white-color);
    margin-top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 6px 20px 0px rgba(40, 55, 82, 0.07);
    padding: 30px 30px 20px 30px;
    margin-top: 40px;
}