.topBar{
    background: #d90000 !important;
    color: #FFF !important;
    padding: 10px;
    border-radius: 15px;
}
.bottomBar{
    height:auto;
    background: #CCC;
    color:#FFF !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
.checkPackageStatusBox{
    margin-top: 15px;
    height: 80px;
    background:  #d90000;
    border-radius: 15px;
}
#main_top_conatiner{
    margin-top: 60px;
}
.navbar{
    background: #CCC !important;
}
.navbar li a {
    color: #333 !important;
}