
                .progress-wrap {
                    bottom: 15px;
                    height: 38px;
                    width: 38px;
                    border-radius: 38px;
                    background-color: #0e2b5c;
                    box-shadow: inset 0 0 0 10px #0e2b5c;
                }

                .progress-wrap.btn-left-side {
                    left: 15px;
                }

                .progress-wrap.btn-right-side {
                    right: 15px;
                }

                .progress-wrap::after {
                    width: 38px;
                    height: 38px;
                    color: #ffffff;
                    font-size: 20px;
                    content: '\e900';
                    line-height: 38px;
                }

                .progress-wrap:hover::after {
                    color: #ffffff;
                }

                .progress-wrap svg.progress-circle path {
                    stroke: #2296f9;
                    stroke-width: 5px;
                }

                
                
                
            