html {
    scroll-behavior: smooth;
}
.max-h-45 {
    max-height: 45px;
}
.max-h-60 {
    max-height: 60px;
}
.max-h-100 {
    max-height: 100px;
}
.custom-control-label::before, .custom-control-label::after {
    top: 0.15rem;
}

.text-white {
    color: #fff !important;
}
.text-white-50 {
    color: #c1c1c1 !important;
}
.page-tittle h2 {
    font-size: 2rem;
    color: #001b5e;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

