.modern-ticker {
    width: 100%;
    height:45px;
    line-height:32px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-top:20px;
    border-radius:16px;
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
}
.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-body {
    position: relative;
}

.mt-label {
    position: absolute;
    left: 0;
}

.mt-news {
    overflow: hidden;
    position: absolute;
    border-radius: 3px;
    margin-left: 20px;
    margin-left: 20px;
    left: 180px!important;
    /* width:89%!important; */
    top:10px;
}
@media (max-width: 1366px) and (min-width: 992px) {
    .mt-news {
        width: 83% !important;
    }
}

.mt-scroll .mt-news {
    background-color: transparent;
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-news li {
    float: left
}

.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.mt-news a {
    padding: 0px 7px 0px 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
    color: #000;
    border-radius: 3px;font-weight:500;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
    padding-top: 0px;
    top: 10px;
    background-color:#fff;
}

.mt-next,
.mt-play,
.mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}

.mt-round .mt-next {
    border-radius: 0 5px 5px 0
}

/* .modern-ticker {
        border-bottom: solid 1px #793937;
} */

.mt-label {
    font-weight: 500;
    color: #fff;
    width: 200px;
    height:45px;
    background-color: #af4500;
    /* padding-left: 8px; */
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    justify-content: center;
    display: inline-flex !important;
    border-radius:20px;
    font-size:1.125em;
}


/* .mt-label:after {
    content: '';
    position: absolute;
    left: 100%;
    border-left: 11px solid #338F7A;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
} */

.mt-preloader {
    background: url(../images/preloader.gif) no-repeat center
}
/* 
.mt-news ul {
    background-image: url(../images/bullet-over.png)
} */

.mt-news a:hover {
    color: #333;
}

.mt-news a:active {}

.mt-controls {
    background-image: url(../images/pause.png)
}

.mt-prev {
    background-image: url(../images/arrow-prev.png)
}

.mt-next {
    background-image: url(../images/arrow-next.png)
}

.mt-play {
    background-image: url(../images/play_1.png);
}

.mt-pause {
    background-image: url(../images/pause.png)
}

@media (max-width:766px) {
    .mt-news {
        top: 35px;
        width: 88% !important;
        left: 0px !important;
    }
    .modern-ticker {       
        height:130px;
    }
    .mt-news a{white-space: normal;line-height: 18px;}
    .mt-label{border-radius:0 0 16px 0}
    #newsTicker ul{width:auto!important; margin-top:10px;}
}
.change-color {
    /* animation-name: change-color; */
    /* animation:change-color 1.0s infinite */
  }
  
  /* @keyframes change-color {
    from {
      color: #fff;
    }
    to {
      color: #ff6908;
    }
  } */