/* =========== top bar css =========== */

.top-bar {
    display:flex;
    align-items:center;
    height :45px;
    border-bottom: 1px solid #0000001a;
    background-color: #db030b;
}



.top-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.top-social li:first-child {
    border-left: 0!important;
}

.top-social li {
    position: relative;
    list-style: none;
    border-left: 1px solid #fff;
}

.top-social a {
    overflow: hidden;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height:45px;
    padding: 12px;
}

.top-social li:hover{
    background-color: #d54e54;
}

@media (max-width: 767.98px) {
    .top-bar {
        height: auto;
    }

    .top-social a {
        overflow: hidden;
        font-weight: 700;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        padding: 12px;
    }

    .logo-default {
        height: 60px !important;
    }
}



.contact-info{
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.logo-text{
    font-size: 30px;
}

/* =========== top bar css END =========== */
