    .marquee-container {
      width: 200px; /* You can change this */
      overflow: hidden;
      white-space: nowrap;
      border-bottom: 1px snow;
      padding: 0;
      margin-bottom: 10px;
      position: relative;
    }
    #marqueeBox{
        margin: 0;
        
      
    }
      #displayProv{
   display: flex;
    margin-right: 10px;
   
     
    }

    .marquee-text {
      display: inline-block;
      white-space: nowrap;
    /* Start off screen */
color: rgb(0, 90, 30);
      margin-left: 0%;
       padding-left: 100%;
    }

    .marquee-container.scroll .marquee-text {
      animation: scroll-left 10s linear infinite;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
.leftIcon{
    height: inherit;
    padding-top: 18px;
    line-height: 20px;
    width: 20px;
    float: left;
}
.rightDetails{
    height: 100px;
    margin-left: 25px;
   
    margin-bottom: 20px;
  

}
  #titlID{
    margin: 0;
  height: 18px;
    line-height: 14px;
    padding-left: 30%;

}
