.bg-background-color:before, .bg-background3:before, .bg-background9:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}

.bg-background-color:before {
    background: #041162 !important;
}
.banner-height{
    padding:150px 0;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 25px;
    cursor: text;
}

.label-info {
    background-color: #ff8819 !important;
}

.label {
    display: inline-block;
    margin-bottom: 0.5rem;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 105%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.font-15{
    font-size: 15px !important;
    font-weight: normal;
}

.front-category-count {
    padding: 2px 8px;
    font-size: 12px;
}


/* Star ratings css code */
/* component */

.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    text-align:center;
    width:165px;
  }
  
  .star-rating input {
    display:none;
  }
  
  .star-rating label {
    color:#ccc;
    cursor:pointer;
    font-size: 35px;
  }
  
  .star-rating :checked ~ label {
    color:#f90;
  }
  
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color:#fc0;
  }
  
  /* explanation */
  
  article {
    background-color:#ffe;
    box-shadow:0 0 1em 1px rgba(0,0,0,.25);
    color:#006;
    font-family:cursive;
    font-style:italic;
    margin:4em;
    max-width:30em;
    padding:2em;
  }


@media screen and (max-width:500px) {
  .item-card9-footer.d-sm-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .review-system{
    margin-top: 0px !important;
  }

}

.blog-short-text{
  font-size: 14px;
}



