/* Add here all your CSS customizations */

#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
}

.img-thumbnail.img-thumbnail-hover-icon {
    display: block;
}

.gl-title {
    text-align: center;
    padding: 5px 2px;
    background: #346cae;
    color: #fff;
    border: 1px solid #346cae;
    min-height: 56px;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-stripe nav > ul > li > a {
        padding: 0 0.7rem;
    }
}


@media screen and (max-width:767px) {
    .featured-box h4 {
        text-align: center;
    }
    .gl-title {
        min-height: auto;
    }
    .certi-image {
        margin-bottom: 35px;
    }
}


