.container-fluid{
    padding-right: var(--mdb-gutter-x,.0rem);
    padding-left:var(--mdb-gutter-x,.0rem);
}
.bnr{
    margin-bottom: 10px;
}
.st{
    padding: 5px;
    margin-bottom: 10px;
}
.st1{
    padding: 5px;
    text-align: center;
}
.title1{
    background-color: #f15900;
    height: 50px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
}
.title1 p{
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}
.navbar{
    text-align: center;
}
.bg-light{
    background-color: #f15900 !important;
    text-align: center;
}
.navbar-brand{
    padding-left: 15px;
}
.test{
    background-color: red;
}
.row{
    --mdb-gutter-x: 0rem;
}
.card{
    margin-bottom: 10px;
}
.combo-box{
    background-color: rgb(241, 111, 3);
    padding: 10px;
}
.combo{
    text-align: center;
    margin-bottom: 10px;
}
.img{
    border-radius: 10px;
}
.lf{
    margin-top: 10px;
}
.lf img{
    width: 100%;
}
.wt-80 {
    width: 80%!important;
}