.alert > .validation-summary-errors > ul{
margin-bottom : 0px !important; 
}

@media (max-width:500px) {
  .save-container {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100vw;
    padding:0px;
  }
    .save-container button {
      width: 100vw;
      margin-bottom:0px !important;
    }

}


.bgc-teal-l1 {
  background-color: #d1f8ed !important;
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  /*width: 80%;
  max-width: 700px;*/
}

.page-intro{
  background:url('../images/header_inner_bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
}
.complaint-card-header {
  background: #f2f2f2;
  border-bottom: none;
}

.complaint-card-header h5 {
  background: #f2f2f2;
}

.banner-text-shadow {
  text-shadow: 2px 2px 8px #000000;
}


.btn-launch-green {
  background-color: #348C4B;
  color: #fff;
  border-radius: 0.34rem
}


.btn-track-blue {
  background-color: #0C519F;
  color: #fff;
  border-radius: 0.34rem
}

  .btn-track-blue:hover,
  .btn-launch-green:hover {
    color: #fff !important;
    box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 25%)
  }


.BDC_CaptchaImageDiv a
{
display:none !important;
}

body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(10px);
}

@media (max-width: 576px) {
  .d-xs-none {
    display: none !important;
  }
}


.btn-header-br {
  border-color: #0C519F;
  color:#0C519F;
}

  .btn-header-br:hover {
    background-color: #0C519F;
    color:white;
  }

.btn-header {
  color: #28292c;
}

    .btn-header:hover {
      color: #0C519F;
    }

@font-face {
  font-family: 'mher';
  src: url('../fonts/mehr.ttf') format('opentype');
}

.urdu-text {
  font-family: mher !important;
  font-size: 20px !important;
}

