 .price-value-stream {
    display: inherit;
    width: 250px;
    height: 250px;
    line-height: 65px;
    border-radius: 50%;
    /* background: #fff; */
    box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.3);
    padding: 30px 0;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    position: relative;
    top:-20px;
    left: 50%;
	padding-bottom: 20px;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
	/* margin-bottom: 250px; */
}

.inner-rounded-stream{
	display: inherit;
    width: 230px;
    height: 230px;
    line-height: 65px;
    border-radius: 50%;
    /* background: #fff; */
    box-shadow: 0 0 0 6px rgba(0, 255, 17, 0.3);
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    position: relative;
    top:-20px;
    left: 50%;
	padding-bottom: 20px;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
}


 .price-value-streamplus {
    display: inherit;
    width: 250px;
    height: 250px;
    line-height: 65px;
    border-radius: 50%;
    /* background: #fff; */
    box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.3);
    padding: 30px 0;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    position: relative;
    top:-20px;
    left: 50%;
	padding-bottom: 20px;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
	/* margin-bottom: 250px; */
}

.inner-rounded-streamplus{
	display: inherit;
    width: 230px;
    height: 230px;
    line-height: 65px;
    border-radius: 50%;
    /* background: #fff; */
    box-shadow: 0 0 0 6px rgb(230,81,27);
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    position: relative;
    top:-20px;
    left: 50%;
	padding-bottom: 20px;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
}


 