.alert-danger{
    background: red;
}
.alert-success{
    background: green;
}
.row.more-related-videos.more-full-list{
    margin-top: 31px;
}
.error-message {
    font-size: 16px !important;
}
.event-box .upcoming-event .description {
    margin-top: 19px !important;
}
.alert-popup1 {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 360px;
    z-index: 9998;
    display: none;
    margin-bottom: 0;
    padding: 20px;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
    
  }
  
  .alert-popup1 .close-alert {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    top: 6px;
    right: 6px;
    position: absolute;
    background: none;
    cursor: pointer;
  }
  
  .alert-popup1 .left-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  
  .alert-popup1 .description {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #fff !important;
  }
  
  .sweet-alert .alert-popup1 {
    display: flex;
  }
  #toast-title{
    text-transform: capitalize;
      color: #fff;
  }
  

/* member with province */
.radio-members .province-title h2{
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
/* member with province ends */

.owl-theme .owl-controls .owl-nav [class*="owl-"]
i {
    font-size: initial;
}
