.modal-doctors {
  display: none;
}
.modal-doctors .socmed a {
  color: #b3e5fc;
  background: rgba(255, 255, 255, 0.12) !important;
  background-color: rgb(87, 85, 85) !important;
}
.modal-doctors.opened {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(#333, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  z-index: 999999;
}

.modal-container {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
  overflow: scroll;
}

.modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.modal-container .decoration {
  z-index: -1;
}

.icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

.doctor-wapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.doctor-wapper__inner {
  width: 90%;
}
.doctor-block {
  padding: 10px;
}
.doctor-block img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 900px) {
  .doctor-wapper__inner {
    display: flex;
    justify-content: space-between;
  }
  .doctor-wapper__inner {
    width: 60%;
  }
}

.services_wrapper {
  padding: 10px;
  z-index: 999999999999999999;
}
.services_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.services_wrapper p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.services_wrapper a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.services_wrapper .title {
  color: #107fc1;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .services_wrapper {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .services_wrapper p {
    font-weight: 500;
    text-align: left;
  }
  .modal-doctors .socmed {
    display: none;
  }
  .iframe > div {
    width: 100%;
    padding: 20px;
  }
  .boldCellInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
