.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;
}


/* Star Rating and review css start */
.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:35px;
    justify-content:space-around;
    padding:0 .2em;
    text-align:center;
    width:5em;
  }
  
  .star-rating input {
    display:none;
  }
  
  .star-rating label {
    color:#ccc;
    cursor:pointer;
  }
  
  .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;
  }
/* Star Rating and review css end */