.btn {
    padding: .55rem 1.5rem .45rem;
  }

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    height: 150px;
}

.navbar-brand img{
    width: 60%;
}
ul.navbar-nav.custom-btn-link-box li.nav-item .nav-link {
    background: #121a4a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 4px;
}

ul.navbar-nav.custom-btn-link-box {
    gap: 10px;
}
.navbar.custom-page-header {
    background: #95cbdd;
}
.navbar.custom-page-header a.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar.custom-page-header a.navbar-brand img {
    width: auto;
    height: 150px;
}
.page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.page-wrapper footer {
    margin-top: auto;
}
.navbar-flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}
.navbar-flex-box .navbar-collapse {
    flex: none;
}
.navbar-flex-box .navbar-collapse ul.navbar-nav {
    margin-top: 0 !important;
}

@media(max-width: 991px) {
    .navbar.custom-page-header a.navbar-brand img {
        width: auto;
        height: 120px;
    }
}
@media(max-width: 767px) {
    .navbar.custom-page-header a.navbar-brand img {
        width: auto;
        height: 100px;
    }
    .navbar-flex-box .navbar-collapse ul.navbar-nav {
        margin: 0 !important;
    }
    ul.navbar-nav.custom-btn-link-box {
        gap: 0px;
    }
    .navbar-flex-box>.ms-4 {
        margin: 0 !important;
    }
}
@media(max-width: 575px) {
    .navbar.custom-page-header a.navbar-brand img {
        width: auto;
        height: 90px;
    }
    .navbar.custom-page-header a.navbar-brand {
        margin-right: 0;
    }
    ul.navbar-nav.custom-btn-link-box li.nav-item .nav-link {
        font-size: 14px;
        padding: 6px 10px;
        border-radius: 4px;
    }
}
@media(max-width: 360px) {
    .navbar.custom-page-header a.navbar-brand img {
        width: auto;
        height: 75px;
    }
}


a{
    color: #000;
    text-decoration: none;
}