.top-bar {
    background-color: #55a445;
    display: flex;
}

.top-bar .col-md-6 {
    display: flex;
}
.top-bar .col-md-6 {
    display: flex;
    align-items: center;
}
.left-col-top-bar ul {
    display: flex;
    gap: 30px;
}

.right-col-top-bar {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.right-col-top-bar ul.social {
    display: flex;
}

.right-col-top-bar ul.social li a {
    width: 36px;
    height: 36px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    background-color: #000;
    border-radius: 5px;
}

.top-bar {
    padding: 10px 0px;
}

.right-col-top-bar ul.social {
    display: flex;
    gap: 10px;
}
.list-content-left ul li, .list-content-left ul li a {
    color: #2d2d2d !important;
}

.list-content-left ul li:hover, .list-content-left ul li a:hover, .list-content-left ul li:hover a {
    color: #fff !important;
}

@media screen and (max-width:767px){
    .top-bar {
    
}
}

@media screen and (max-width:1024px){
    .left-col-top-bar ul {
    display: flex;
    gap: 10px;
}
}