.marqueeContainer {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 12px;
}

.marquee-sibling {
    padding: 0;
    background: #3BB0D6;
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
    height: 36px !important;
    display: inline-block;
    padding: 5px;
    margin: 0 !important;
    height: 45px;
    position: relative;
}

.marquee-content-items li {
    display: inline-block;
    color: #3f4b56;
    font-size: 25px;
    font-family: 'Cabin', sans-serif;
}

.marquee-content-items li:after {
    content: "";
    margin: 0 80px;
}

.search_row .container {
    padding: 5px 0 60px 0;
}

.marquee-2 {
    display: none; !important;
}