.ourDoctors {
  background-color: #fffffe;
  padding: 0.6rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mySwiper2 .swiper-wrapper {
  height: 18.5rem;
}
.mySwiper2 .swiper-slide {
  background-color: #ffffff;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  height: 17.5rem;
  box-shadow: 0px 0.1rem 0.6rem 0px #0000001a;
  border-radius: 0.4rem;
}

.mySwiper2 .swiper-slide__image {
  height: 11rem;
  position: relative;
  /* padding-top: .3rem; */
  background-color: #f0f0f0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.4rem;
}

.mySwiper2 .swiper-slide__image span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c7527f;
  border-top-right-radius: 0.4rem;
  width: 6.3rem;
  font-size: 0.6rem;
  font-weight: 500;
  color: #ffffff;
  height: 1.2rem;
  display: flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-slide__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ourDoctors__card-content {
  height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.6rem;
}

.ourDoctors__card-content-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--brandClr);
}

.ourDoctors__card-content-specialization {
  color: #44464C;
  margin-bottom: 1.2rem;
  margin-top: -0.2rem;
  font-size: 0.6rem;
}
.ourDoctors__card-content > a {
  text-decoration: none;
  background-color: transparent !important;
}
.ourDoctors__card-content-book-appointment-btn {
  background-color: var(--brandClr);
  width: 9.35rem;
  height: 2rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
}

.our-doctors-title-text {
  /* width: 2.58rem; */
  /* height: 7.51rem; */
  padding: 0.2rem 0.5rem;
  color: #c7527f !important;
}
.our-doctors-popup {
  display: flex;
  flex-direction: column;
}

.our-doctors-popup__doctor-image {
  width: 5rem;
  height: 5rem;
  border-radius: 0.25rem;
  background-color: #f0f0f0;
  margin-bottom: 0.4rem;
}
.our-doctors-popup__doctor-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-doctors-popup__doctor-text {
  font-size: 0.8rem;
  font-weight: 600;
}
.our-doctors-popup__doctor-description-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.2rem;
}

.our-doctors-popup__doctor-name {
  margin-bottom: 0;
  color: var(--brandClr);
  margin-top: 0;
}
.our-doctors-popup__doctor-experience {
  color: #c7527f;
  margin-bottom: 0.4rem;
}
.our-doctors-popup__doctor-specialization {
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  font-weight: 400;
  color: #282828;
}
.our-doctors-popup__doctor-education > p {
  font-size: 0.7rem;
  font-weight: 400;
  color: #282828;
  line-height: unset;
  margin: 0;
}
.our-doctors-popup__doctor-location > img {
  width: 0.6rem;
  height: 0.8rem;
  margin-right: 0.125rem;
}
.our-doctors-popup__doctor-location {
  font-size: 0.7rem;
  font-weight: 400;
  color: #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}

.our-doctors-popup__form2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.location-form__heading2 > span {
  color: var(--brandClr) !important;
}

@media screen and (min-width: 768px) {
  .ourDoctors {
    padding: 0.6rem 1.88rem;
    height: 100%;
  }
  .doctos-form {
    padding: 0 !important;
  }
  .mySwiper2 .swiper-wrapper {
    height: 9.54rem;
  }

  .mySwiper2 .swiper-slide {
    height: 9.54rem;
    padding: 0.31rem 0.35rem;
    border-radius: 0.33rem;
    box-shadow: 0px 0.1rem 0.2rem 0px #00000026;
  }
  .mySwiper2 .swiper-slide__image {
    border-radius: 0.2rem;
    height: 9.8rem;
    overflow: hidden;
  }

  .mySwiper2 .swiper-slide__image img {
    bottom: -0.2rem;
    object-fit: contain;
  }
  .mySwiper2 .swiper-slide__image span {
    width: 3.12rem;
    height: 0.5rem;
    font-size: 0.29rem;
    border-top-right-radius: 0.16rem;
    z-index: 5;
  }

  .mySwiper2 .ourDoctors__card-content {
    height: 4.75rem;
    padding-top: 0.33rem;
  }
  .ourDoctors__card-content-title {
    font-size: 0.41rem;
  }
  .ourDoctors__card-content-specialization {
    font-size: 0.41rem;
    margin-top: 0rem;
    margin-bottom: 0.45rem;
  }
  .ourDoctors__card-content-book-appointment-btn {
    width: 5.16rem;
    height: 1rem;
    font-size: 0.375rem;
    border-radius: 0.9rem;
  }
  .our-doctors-title-text {
    /* width: 2.58rem; */
    height: 0.75rem;
    padding: 0.08rem 0.2rem !important;
    color: #c7527f !important;
  }
  .our-doctors-popup {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .our-doctors-popup__form2 {
    padding: 0.89rem 0.7em;
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .our-doctors-popup__doctor-description-container {
    background-color: #fff3f8;
    padding-top: 0rem;
    margin-bottom: 0;
    padding: 0.89rem 0.5rem 0.89rem 0.5rem;
    width: 9.37rem;
    height: 100%;
  }
  .our-doctors-popup__doctor-image {
    width: 2.52rem;
    height: 2.52rem;
    border-radius: 0.18rem;
  }
  .our-doctors-popup__doctor-name,
  .our-doctors-popup__doctor-experience {
    font-size: 0.375rem;
  }
  .our-doctors-popup__doctor-experience {
    margin: 0 0 0.15rem 0;
  }
  .our-doctors-popup__doctor-specialization,
  .our-doctors-popup__doctor-education > p,
  .our-doctors-popup__doctor-location {
    font-size: 0.3rem;
  }

  .our-doctors-popup__doctor-specialization {
    margin: 0 0 0.15rem 0;
  }
  .our-doctors-popup__doctor-location {
    margin-top: 0.166rem;
  }
  .our-doctors-popup__doctor-location > img {
    width: 0.25rem;
    height: 0.33rem;
  }
  .location-form__heading2 {
    text-align: left;
  }
  .our-doctors-popup__form2 {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .location-form__heading2 > span {
    color: #c7527f !important;
  }
  .doctos-form {
    height: 100% !important;
  }
}
