.header-top-bar {
    background-color: #fff;
    /* background: #223a66; */
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    color: #000;
    border-bottom: 1px solid #EEE;
    height: 45px;    
   
}
@media(max-width: 768px){

.list-inline-item
{
    text-align: center;
}

    .header-top-bar {
            background-color: #fff;
            /* background: #223a66; */
            font-size: 14px;
            padding-top: 10px;
            padding-bottom: 0px;
            box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
            color: #000;
            border-bottom: 1px solid #EEE;
            height: 100px;    
           
        }

     .social {        
        margin-top: -10px !important;
        margin-left: 44px !important;
    }

    .social
    {
        margin-top: -10px;
    }

}
.social
{
    margin-top: -10px;
}
        .social a
        {
         border-radius: 10px;
         margin: 0px;
         margin-bottom: 4px;
         width: 40px;
         height: 40px;
         line-height: 0 0px;
         align-items: center;
         justify-content: center;
         text-indent: 25px;
         display: inline-flex;
/*          box-shadow: 0px 0px 0px 0px rgb(242, 242, 240); */
         text-decoration: none; 
         background-color: #fff;
         
        }

        a i
        {
          transition: all 0.3s linear;
        }

        .social a:hover
        {
          transform: scale(1.1);
        }

        .fa-facebook
        {

        color: #066cd1;
        }

        .fa-twitter
        {

        color: #1cd5ff;
        }

        .fa-google-plus
        {

        color: #ff2200;
        }

        .fa-linkedin
        {

        color: #055ee3;
        }

        .fa-instagram
        {

        color: #ff003c;
        } 