/*your custom css goes here*/
.bg-grad-5 {
    background-color: #62f447;
    background-image: linear-gradient(
315deg
, #62f447 0%, #67d967 74%);
}

html {
    scroll-behavior: smooth;
}
.buy-now{
    font-size: 12px;
}

.custom_notify_badge{
    bottom: 2px;
    right: -8px;
    position: absolute;
}
