.nav-item{
    font-size:16px;
    color:#fff;
    font-weight:bold;
}
.dropdown{
    padding:2px 30px;
}
.navbar-dark{
    background-color: #274c77;
}
.navbar-client-user{
    background-color: #752777;
}
.navbar-client{
    background-color: #27776c;
}
.navbar-brand-text{
    font-size:16px;
    color:#fff;
    font-weight:bold;
}
.nav-link
{
    color:#fff;
    font-size:16px;
    color:#fff;
    font-weight:bold;
}
.top-menu{
    color:#4e4e4e;
    font-weight: bold;
}
.system-menu{
    display:flex;
}
.mobile-menu{
    display:none;
}
.dropdown-menu{
    background-color: #F7FADC;
    color: #000;
}
.dropdown-item:hover{
    background-color: #6096ba;
    color: #fff;
}
@media(max-width:768px)
{
    .system-menu{
        display:none;
    }
    .mobile-menu{
        display:flex;
    }
    .dropdown{
        padding:1px 3px;
    }
}
.about-img{
    width:300px;
}
.footer {
    background-color: #F7FADC;
    color: #000;
    padding:20px 0px 0px 0px;
}
.footer-bottom{
    background-color: #274c77;
    color: #fff;
    padding: 5px 0px;
}
.footer ul{
    list-style: none;
    padding-left: 0px;
}
.footer ul a{
    color:#000;
}
.footer-logo img {
    max-width: 100px;
}

.footer-text {
    font-size: 16px;
}
.footer-title-text
{
    font-size: 16px;
    padding-top: 12px;
}
.footer-resources {
    font-size: 20px;
    text-decoration: underline;
}
.copy-rights{
    margin-top: 20px;
}
.social-icons {
    text-align: center;
    margin-top: 20px;
}

.social-icon {
    font-size: 24px;
    margin: 0 10px;
    color: #fff;
}
.inputotp{
    font-size: 18px;
    border: 2px solid #000;
    padding: 4px;
    text-align: center;
    margin-left: 4px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 4px;
}
.forgot_login_id{
    float: right;
}
.client-name{
    color: #000e63;
    font-size: clamp(42px,2vw,46px);
    font-weight: bold;
}