body
{
font-size:14px;
font-family: Tahoma, Verdana, Segoe, sans-serif;
background:#F0F0F0;
background-attachment:fixed;
padding: 40px 0;
}
.container
{
background:#fff;
}
.header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* margin: 20px; */
    z-index: 99;
background: #4C525B;
max-height: 40px;
min-height: 40px;
}
.header p
{
color: #fff;
font-size: 13px;
letter-spacing: 0.5px;
line-height: 40px;
margin-bottom: 0px;
}
.initial
{
text-align:left !important;
}
.header ul
{
padding:0px;
float: right;
}
.header ul li
{
list-style: none;
float: left;
padding-right: 12px;
padding-left: 12px;
border-right: 1px solid #2F353D;
line-height: 30px;
text-align: center;
}
.header ul li:first-child{
border-left: 1px solid #2F353D;
}
.header ul li:last-child{
border-right: none;
}
.header p span
{
    color: #01B3A3;
}
.header p span i{}
.true
{
font-style: ;
color: #01B3A3 !important;
}
.number
{
font-style: ;
color: #01B3A3 !important;
}
.logo{}
.logo img
{
margin: 0px auto;
max-width: 200px;
padding: 12px;
}
.info-table{}
.all-info{margin-top:10px;}
.all-info a{
text-align: center;
display: block;
letter-spacing: 3px;
font-size: 16px;
text-decoration: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none !important;
max-width: 75%;
min-width: 75%;
margin: 0px auto;
}
.navbar-default {
background-color: #fff !important;
border-color: #fff !important;
}
.navbar-nav
{
max-width: 100%;
min-width: 100%;
}
.navbar-nav li{
color: #fff;
border: 2px solid #ededed;
background: transparent;
border-radius: 50px;
padding-bottom: 0px;
padding-top: 0px;
margin-left: 8px;
}
.navbar-nav li:hover
{
border: 2px solid #02B8AA;
background: #00696B;
color:#fff !important;
}
.navbar-nav li a{
padding-top: 5px;
padding-bottom: 5px;
font-size: 13px;
letter-spacing: 1px;
}
.navbar-nav li a:hover{
color:#fff !important;
}
.wallet{display:inline-block;}
.wallet-info{}
.wallet-info h2
{
text-align: center;
text-transform: uppercase;
font-size: 30px;
margin-top: 45px;
letter-spacing: 1px;
color: #555;
}
.wallet-info ul{}
.wallet-info ul li{
list-style: none;
float: left;
margin-left: 18px;
margin-top: 10px;
font-size: 18px;
letter-spacing: 0.6px;
}
.wallet-info ul li span
{
color: #01B3A3;
font-size: 18px;
font-weight: bold;
}
.blocks{}
.blocks-info
{
padding: 30px;
}
.blocks-info h2
{
text-align: center;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
font-weight: 600;
}
.blocks-info p
{
text-align: center;
color: #C43D3D;
letter-spacing: 0.6px;
font-size: 14px;
font-weight: bold;
}
.tax-table{}
.tax-info
{
padding: 55px;
}
.tax-info table{}
.tax-info table tr{}
.tax-info table tr td
{
border: 1px solid #333;
text-align: center;
font-size: 13px;
letter-spacing: 0.3px;
}
.tax-info table tr th{
background: #ccc;
text-align: center;
border: 1px solid #333;
color: #222;
letter-spacing: 0.6px;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4C525B;
}
.footer-info{}
.footer-info ul
{    
padding: 0px;
}
.footer-info ul li
{
list-style: none;
float: left;
color: #fff;
font-size: 12px;
margin-left: 0px;
margin-right: 14px;
line-height: 24px;
letter-spacing: 1px;
}
.footer-info ul li a
{
color: #ddd;
font-weight: bold;
text-decoration: none;
}
.footer-info ul li i{}
.footer-info p{
float: right;
color: #fff;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
}
@media only screen and (max-width: 479px) {
.header {
background: #4C525B;
max-height: 100px;
min-height: 100px;
}
.header ul li {
border-right: none;
padding-right: 18px;
padding-left: 18px;
}
.header ul li:first-child {
    border-left: none;
}
.header ul {
    padding: 0px;
	float:left;
}
.navbar-toggle {
background-color: #00696B;
border: none;
border-radius: 4px;
margin: 0px auto;
display: block;
float: none;
color: #fff;
}
.navbar-nav li {
margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
display: block;
width: 35px;
height: 4px;
}
.wallet-info ul {
    padding: 0px;
}
.wallet-info ul li {
width: 100%;
text-align: left;
margin-left: 10px;
line-height: 32px;
}
.blocks-info {
    padding: 0;
}
.blocks-info h2 {
text-align: center;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
font-weight: 600;
line-height: 30px;
margin-top: 40px;
}
.tax-info {
    padding: 7px;
}
}
@media only screen and (max-width: 414px) {
.header {
background: #4C525B;
max-height: 100px;
min-height: 100px;
}
.header p {
color: #fff;
font-size: 12px;
line-height: 22px;
margin-bottom: 0px;
padding-top: 10px;
}
.wallet-info h2 {
font-size: 18px;
text-align: left;
margin-left: 10px;

}
.header ul li {
    border-right: none;
    padding-right: 10px;
    padding-left: 0px;
}
.header ul li:first-child {
    border-left: none;
}
.header ul {
    padding: 0px;
	float:left;
}
.navbar-toggle {
background-color: #00696B;
border: none;
border-radius: 4px;
margin: 0px auto;
display: block;
float: none;
color: #fff;
}
.navbar-nav li {
margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
display: block;
width: 35px;
height: 4px;
}
.wallet-info ul {
    padding: 0px;
}
.wallet-info ul li {
width: 100%;
text-align: left;
margin-left: 10px;
line-height: 32px;
font-size: 16px
}
.blocks-info {
    padding: 0;
}
.blocks-info h2 {
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
font-weight: 600;
line-height: 23px;
margin-top: 40px;
}
.tax-info {
    padding: 7px;
}
.footer-info p {
    float: left;
    font-size: 11px;
}
}
@media only screen and (max-width: 375px) {
.header {
background: #4C525B;
max-height: 100px;
min-height: 100px;
}
.header p {
color: #fff;
font-size: 12px;
line-height: 22px;
margin-bottom: 0px;
padding-top: 10px;
}
.wallet-info h2 {
font-size: 18px;
text-align: left;
margin-left: 10px;

}
.header ul li {
    border-right: none;
    padding-right: 10px;
    padding-left: 0px;
}
.header ul li:first-child {
    border-left: none;
}
.header ul {
    padding: 0px;
	float:left;
}
.navbar-toggle {
background-color: #00696B;
border: none;
border-radius: 4px;
margin: 0px auto;
display: block;
float: none;
color: #fff;
}
.navbar-nav li {
margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
display: block;
width: 35px;
height: 4px;
}
.wallet-info ul {
    padding: 0px;
}
.wallet-info ul li {
width: 100%;
text-align: left;
margin-left: 10px;
line-height: 32px;
font-size: 16px
}
.blocks-info {
    padding: 0;
}
.blocks-info h2 {
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
font-weight: 600;
line-height: 23px;
margin-top: 40px;
}
.tax-info {
    padding: 7px;
}
.footer-info p {
    float: left;
    font-size: 11px;
}
}
@media only screen and (max-width: 360px) {
.header {
background: #4C525B;
max-height: 100px;
min-height: 100px;
}
.header p {
color: #fff;
font-size: 12px;
line-height: 22px;
margin-bottom: 0px;
padding-top: 10px;
}
.wallet-info h2 {
font-size: 18px;
text-align: left;
margin-left: 10px;

}
.header ul li {
    border-right: none;
    padding-right: 10px;
    padding-left: 0px;
}
.header ul li:first-child {
    border-left: none;
}
.header ul {
    padding: 0px;
	float:left;
}
.navbar-toggle {
background-color: #00696B;
border: none;
border-radius: 4px;
margin: 0px auto;
display: block;
float: none;
color: #fff;
}
.navbar-nav li {
margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
display: block;
width: 35px;
height: 4px;
}
.wallet-info ul {
    padding: 0px;
}
.wallet-info ul li {
width: 100%;
text-align: left;
margin-left: 10px;
line-height: 32px;
font-size: 16px
}
.blocks-info {
    padding: 0;
}
.blocks-info h2 {
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
font-weight: 600;
line-height: 23px;
margin-top: 40px;
}
.tax-info {
    padding: 7px;
}
.footer-info p {
    float: left;
    font-size: 11px;
}
}
@media only screen and (max-width: 320px) {
.header {
background: #4C525B;
max-height: 100px;
min-height: 100px;
}
.header p {
color: #fff;
font-size: 12px;
line-height: 22px;
margin-bottom: 0px;
padding-top: 10px;
}
.wallet-info h2 {
font-size: 18px;
text-align: left;
margin-left: 10px;
}
.header ul li {
    border-right: none;
    padding-right: 10px;
    padding-left: 0px;
}
.header ul li:first-child {
    border-left: none;
}
.header ul {
    padding: 0px;
	float:left;
}
.navbar-toggle {
background-color: #00696B;
border: none;
border-radius: 4px;
margin: 0px auto;
display: block;
float: none;
color: #fff;
}
.navbar-nav li {
margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
display: block;
width: 35px;
height: 4px;
}
.wallet-info ul {
    padding: 0px;
}
.wallet-info ul li {
width: 100%;
text-align: left;
margin-left: 10px;
line-height: 32px;
font-size: 16px
}
.blocks-info {
    padding: 0;
}
.blocks-info h2 {
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
font-weight: 600;
line-height: 23px;
margin-top: 40px;
}
.tax-info {
    padding: 7px;
}
.footer-info p {
    float: left;
    font-size: 11px;
}
}
.dropbtn {
    background-color: #4C525B;
float: right;
color: #fff;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
    border: none;
}

.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
float: left;
color: #fff;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
    display: none;
    position: absolute;
    background-color: #4C525B;
    min-width: 160px;
    bottom: 15px;
    z-index: 1;
}

.dropup-content a {
float: left;
    color: #fff;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropup-content a:hover {background-color: #4C525B}

.dropup:hover .dropup-content {
	float: left;
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #4C525B;
}



I would do it like that for a dummy progressbar :

Html

<div id="progress">
    <span class="progress-text"></span>
    <div class="progress-bar"></div>
</div>

Css

#progress {
    position:relative;
    width:250px;
    height:20px;
    border:1px solid red;
}

#progress .progress-bar {
    background:blue;
    height:20px;
    width:0%;
    display:inline-block;
}

#progress .progress-text {
    position:absolute;
    z-index:2;
    right:0;
}
