        .custom-badge {
            position: absolute;
            right: 20px;
            top: 20px;
            padding: 10px;
            background-color: #00a5dc;
            color: #ffffff;
            font-size: 14px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 70px;
            height: 70px;
        }
        .starburst-container-5486{
            position: absolute;
            width: 70px;
            height: 70px;
            background: #00a5dc;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 100px auto;
            transform: rotate(-45deg);
            right: 0px;
            top: -100px;
        }

        .starburst-container-5486:before,
        .starburst-container-5486:after,
        .starburst-5486:before,
        .starburst-5486:after {
            position: absolute;
            content: '';
        }

        .starburst-container-5486:before {
            left: 0;
            top: 0;
            transform: rotate(-35deg);
            background: #00a5dc;
            height: 70px;
            width: 70px;
        }

        .starburst-container-5486:after {
            left: 0;
            top: 0;
            transform: rotate(-20deg);
            background: #00a5dc;
            height: 70px;
            width: 70px;
        }

        .starburst-container-5486,
        .starburst-5486 {
            padding: 25px;
            height: 70px;
            width: 70px;
            z-index: 100;
            transform: rotate(50deg);
            right: 0px !important;
            top: -100px;
        }

        .starburst-container-5486 .starburst-5486:before {
            left: -10px;
            top: 0;
            transform: rotate(60deg);
            background: #00a5dc;
            height: 70px;
            width: 70px;
        }

        .starburst-container-5486 .starburst-5486:after {
            left: -10px;
            top: 0;
            transform: rotate(75deg);
            background: #00a5dc;
            height: 70px;
            width: 70px;
        }

        .starburst_text_5486 {
            position: absolute;
            z-index: 100;
            font-size: 14px;
            color: #ffffff;
            width: 70px;
            height: 70px;
            left: 0%;
            top: 0%;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        