.list_two_contact {
  margin: 30px -15px;
}
.list_two_contact .col-6 {
  width: calc(50% - 30px);
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.list_three_contact {
  margin: 30px -15px;
}
.list_two_contact .col-6 {
  width: calc(50% - 30px);
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.list_three_contact .col-5 {
  width: calc(41.66667% - 30px);
  margin: 0 15px;
  padding: 20px 0;
}
.list_three_contact .col-7 {
  width: calc(58.33333% - 30px);
  margin: 0 15px;
  padding: 20px 0 0;
}
.name_hospital {
  font-size: 16px;
  font-weight: bold;
  color: #0076c0;
  margin-bottom: 10px;
}
.address_hospital {
  background: url("https://www.vinmec.com/assets/images/doctor/icon-address.svg") left 3px no-repeat;
  background-size: auto 15px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.phone_hospital {
  background: url("https://www.vinmec.com/assets/images/phone.svg") left no-repeat;
  background-size: auto 15px;
  padding-left: 20px;
}
.btn_book_doctor_contact {
  background: #0076c0;
  font-size: 13px;
  width: 130px;
  text-align: center;
  color: #fff;
  padding: 7px 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.btn_book_doctor_contact:hover,
.btn_contact:hover {
  color: #fff;
  background-color: #51be9d;
}
.btn_contact {
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  padding: 7px 25px;
  border: 1px solid #ddd;
}
.list_hospital_contact {
  margin: 0 -10px;
}
.list_hospital_contact li {
  width: calc(50% - 10px);
}
.left_list_hospital_contact {
}
.right_list_hospital_contact {
  margin-top: 10px;
}
.list_hospital_contact li {
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  align-content: space-between;
}
.list_hospital_main {
  margin: 0 -15px;
  /* height: 100%; */
}
.list_hospital_main .col-4 {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 15px;
  width: calc(33.3% - 30px);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_news_hor {
  padding: 15px;
}
.view_more_hospital {
  background: url(https://www.vinmec.com/assets/images/news/Arr-viewmore.svg) no-repeat right;
  padding-right: 25px;
  display: inline-block;
  margin-top: 0px;
  color: #999;
  font-size: 12px;
}
.list_coming {
  margin: 0 -15px;
  /* height: 100%; */
}
.list_coming .col-4 {
  margin: 0 15px;
  width: calc(33.3% - 30px);
  margin-bottom: 30px;
  border-top: 3px solid #0076c0;
  padding-top: 15px;
}
.cl-orange {
  color: #d6982f;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .list_coming .col-4,
  .list_hospital_main .col-4 {
    width: calc(100% - 30px);
  }
  .list_two_contact {
    margin: 30px -15px;
  }
  .list_two_contact .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .list_three_contact .col-7 {
    width: calc(100% - 30px);
  }
  .list_hospital_contact li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .list_hospital_contact {
    margin: 0;
  }
  .list_three_contact {
    flex-direction: column-reverse;
  }
  .list_three_contact .col-5 {
    width: calc(100% - 30px);
  }
}
.hospital-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.name_hospital {
  min-height: 40px;
}

.address_hospital {
  min-height: 40px;
}
