.scrolling-wrapper {
 overflow-x: scroll;
 overflow-y: hidden;
 white-space: nowrap;
 display: inline-block;
 width: 100%;
}
.scrolling-wrapper .card-box {
 display: inline-block;
}

@media (min-width: 890px) {
  .scrolling-wrapper .card-box {
   max-width: 23%;
  }
}
@media (max-width: 1050px) {
  .hospital-fac h6{
    font-size: 15px !important;
  }
  .hospital-fac h5{
    font-size: 12px;
  }
  .hospital-fac .text2{
    font-size: 12px;

  }
}
.scrolling-wrapper {
 -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar {
 display: none;
}
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px darkgrey;
}
.hospital-fac img{
    max-height: 83%;
    max-width: 83%;
}
.hospital-fac:hover{
  transform: scale(1.05);
  transition: 0.3s;
  box-shadow: 0px 0px 14px 2px #3490dc;
}
.hospital-fac{
  background-image: url('/images/ribbon.jpg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hospital-fac h5{
  /* background: #ff00002e; */
  border-radius: 11px;
  /* color: white; */
  padding: 10px;
  font-size: 27px;
  font-weight: bold;
  min-height: 200px;
  margin-top: -16px;
}
.hospital-fac .otherLinks-div{
  text-align: center;
}
.hospital-fac p{
  margin-top: 21px;
}
.hospital-fac h6{
  font-weight: bold;
  font-size: 19px;
  color: #fff;
}
.hospital-fac span{
  font-weight: bold !important;
}
.hospital-fac .text2{
  color: #000;
}
.justify-content-between{
  display: none !important;
}
.c-details span {
    font-weight: 300;
    font-size: 13px;
}
.c-details {
    display: none;
    margin: 7px;
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #ffe379;
    width: 60px;
    height: 25px;
    font-size: 13px;
    border-radius: 5px;
    display: flex;
    color: #007bff;
    justify-content: center;
    align-items: center
}

.progress {
    height: 2px;
    border-radius: 10px;
    margin-top: -12px;
    margin-bottom: -10px;
}

.progress div {
    background-color: #7c4a4a;
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}
