.header-topbar{
    background-color: #B3E1E0!important;
}

.header-topbar li a{
    color: #009B97;
}

.widget_sd_widget_header_content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 0;
}

.widget_sd_widget_header_content ul li {
    display: flex;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #009B97;
    line-height: 16px;
}

.widget_sd_widget_header_content ul li > svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.widget_sd_widget_header_content ul li .star-container {
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .widget_sd_widget_header_content ul {
        justify-content: center;
    }

    .widget_sd_widget_header_content ul li:not(:first-child) {
        display: none;
    }
}