.activem a{color: yellow !important; font-weight: 600}
.logo{    font-size: 28px;    font-weight: bold;    color: red;     text-transform: uppercase;}
.ptx{font-size: 16px;}
.bg-blue{    background-color: #1b2346 !important;}
.w-20{width: 20%;}
.trst{padding-left: 15px; border-left: 2px solid red}
.w-75-ms{width: 65%;}
.mob-show{display: none}
.navbar-nav .nav-item{margin-right: 20px}
.btn-primary {
    color: white !important;
    background-color: #88d6fa !important;
    border-color: #88d6fa !important;
}

.btn-success {
    color: white !important;
    background-color: #1b2346 !important;
    border-color: #1b2346 !important;

}
.brnd-line{
    background-color: #88d6fa !important;
}
.brnd-line a{color: #1b2346 !important;}
.btn-primary a{
    color: #1b2346 !important;}
.shomob{display: none}
@media screen and (max-width: 850px) {
    .hide {
        display: none
    }
    .w-50-s{width: 50%}
    .w-75-ms{width: 100%;}
    .bts-btn button{margin-bottom: 5px;     padding: 4px;
        font-size: 13px;}
    .mob-show{display: block; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 999}
    .shomob{display: block}
}
