hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.error {
    color:red;
}
.form-control.error {
    border: 1px solid red !important;
}


/* whatsapp */

.sticky-icon {
    position: fixed;
    background-color: #25d366;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    font-size: 30px;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #25d366;
    z-index: 99999;
  }
  .sticky-icon i {
    color: #fff;
  }

  #loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* background: rgba(0,0,0,0.75) url("../../frontend/loading.jfif") no-repeat center center; */
    background: rgba(0,0,0,0.75) no-repeat center center;

    z-index: 99999;
}
#spinnerLoad{
    margin: 0;
    /* background: yellow; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
}
/* #spinnerLoad span {
    margin: 0 } */
