/* @media (min-width: 1600px) {
    .banner--style1 {
        padding-block-start: 148px;
        padding-block-end: 175px;
    }
} */

.header-wrapper .logo a img {
    max-height: 45px;
}

.footer__about-logo img {
    max-height: 45px;
}

.display-small {
    font-size: 12px;
}

.custom-image-bg {
    background-color: #2F2F2F;
}

.dropdown:hover>.dropdown-menu{
    display: block;
}

.dropdown-item:hover {
    background: #d7deef !important;
}

.dropdown-item.active:hover {
    background: #f8f8f8 !important;
    color: #000 !important;
}
.dropdown-item.active {
    background: #fff !important;
    color: #000 !important;
}

.dropdown-menu .dropdown-item img{
    margin-right: 5px !important;
}

.sub-shade{
    color: #000;
}

.multi-color{
    /* color: #000; */
}

.trk-btn{
    color: #fff !important;
}

.trk-btn--primary{
    padding: 10px 10px !important;
}

.trk-btn--medium {
    padding: 1rem 1rem !important;
}
