.center {
    text-align: center;
  }

.counter {
    display: inline-block;
  }

.counter-text {
    font-weight: 700;
    border-bottom: solid 3px;
    width: 115px;
    font-size: 1.75em;
    margin-top: -8px;
    padding-top: 0px;
    color: #333
  }
  
.counter-text-10 {
  font-weight: 700;
  border-bottom: solid 3px;
  width: 95px;
  font-size: 1.5em;
  margin-top: -8px;
  padding-top: 0px;
  color: #333
  }

.counter-container {
    display: inline-block;
    line-height: 1em;
    padding: 8px;
  }

.plain > a:after {
    content: none;
  }

.extra>li {
  margin-bottom: 5px;
}

.box-custom {
  padding: 0.5px 10px 20px 10px;
  margin: 10px 0 30px 0;
  text-align: center;
  background-size: contain;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 2px 6px 27px #ccc;
  transition: linear 1.5s linear 1.5s;
  line-height: 20px;
}

.title-bar-blue {
  background-color: #0c479d;
}

.box-custom2 {
  padding: 30px 10px 30px 10px;
  margin: 0px 0 0px 0;
  text-align: center;
  background-size: contain;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 2px 6px 27px #ccc;
  transition: linear 1.5s linear 1.5s;
  line-height: 20px;
}

.white {
  color: white;
}


/* eloc list ccs code start */
.eloc-list {
  list-style: none;
  padding: 0;
}

.eloc-list .eloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.eloc-list .eloc:nth-child(2n) .eloc-date {
  background-position: left center;
}

.eloc-list .eloc:nth-child(3n) .eloc-date {
  background-position: right bottom;
}

.eloc-list .eloc:nth-child(3n) .eloc-date {
  background-position: right top;
}

.eloc-list .eloc-date {
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #0c479d;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}


.eloc-list .eloc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 10px;
}

.eloc-list .eloc-info p {
  margin-bottom: 0;
}

.eloc-list .eloc-info a {
  text-decoration: none;
}

.eloc-list .eloc-info a .material-icons {
  vertical-align: text-bottom;
}

.eloc-list .eloc-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  
}

.eloc-list .eloc-sub-title {
  font-size: 11pt;
  font-style: italic;
  display: block;
  padding-bottom: 10px;
}

.eloc-list .eloc-address {
  color: #000000;
}

.eloc-list .eloc-note {
  color: #000000;
  padding-bottom: 15px;
  font-style: normal;
  font-size: 14px;
}


/* eloc list ccs code end */

/* pro table ccs code start */

.pro-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .5fr .75fr .80fr;
  grid-template-columns: .5fr .75fr .80fr;
  font-size: 14px !important;
  line-height: 22px;
  gap: 25px 0px;
  margin-bottom: 5px;
  border-top: 1px solid #0c479d;
}

.pro-table-logo {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.pro-table-logo img {
  width: 150px;
  width: clamp(100px, 150px, 175px);
  text-align: center;
}

.pro-table-eligibility {
  padding-right: 25px;
  padding-left: 25px;
}

.pro-table-eligibility ul {
  padding-left: 15px;
  margin: 0;
}

.pro-table-information {
  font-size: 14px !important;
  line-height: 22px;
  margin: 0;
}

.pro-table-logo, .pro-table-eligibility, .pro-table-information {
  padding-top: 5px;
}

.pro-table-note {
  font-size: 08pt;
  font-style: italic;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .pro-table-eligibility, .pro-table-information {
    border-top: 0px solid #0c479d;
    padding-top: 0px;
    
  }
}

@media (max-width: 767px) {
  .pro-table-eligibility {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pro-table-logo {
    border-top: 1px solid;
    padding-top: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pro-table {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

/* pro table ccs code start */

.countycolor1 {
color: #0c479d
}
.countycolor2 {
 color: #00b29d
}

.panel-title-custom-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff !important;
}

.panel-title-custom-1 > a {
  display: block;
  margin-right: 30px;
}

.panel-title-custom-1 > a::after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: #fff;
  margin-right: -30px;
}

.tab {
  margin-left: 80px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.centerDiv {

  margin-left: auto;
  margin-right: auto;

  }

.box-custom3 {
  padding: 1px 0px 13px 0px;
  margin: 0px 0 0px 0;
  text-align: center;
  background-size: contain;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 2px 6px 27px #ccc;
  transition: linear 1.5s linear 1.5s;
  line-height: 5px;
}

.box-custom4 {
  padding: 1px 0px 11px 0px;
  margin: 0px 0 0px 0;
  text-align: center;
  background-size: contain;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 2px 6px 27px #ccc;
  transition: linear 1.5s linear 1.5s;
  line-height: 5px;
}

.embeddedPowerBI {
  width: 100%;
  height: 460px;
}

@media (max-width: 767px) {
  .embeddedPowerBI {
    width: 100%;
    height: 270px;
  }
}

.embeddedPowerBIDiv {
  width: 100%;
  height: 470px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .embeddedPowerBIDiv {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
}

.tabHospital {
  height: 3300px;
}