.our-doctors-container {
  display: flex;
  flex-direction: column;
}
.our-doctors-container__cards-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.our-doctors-container__doctor-card {
  height: 20.04rem;
  background-color: #ffffff;
  border-radius: 0.45rem;
  list-style-type: none;
  box-shadow: 0px 3.87px 17.41px 0px #9ea8bd4f;
  box-shadow: 0.54px 0.54px 3.23px 0px #00000026;
  cursor: pointer;
}

.our-doctors-container__doctor-image {
  height: 11.86rem;
  width: 16.76rem;
  background-color: #f0d0dd;
  padding: 0px;
  position: relative;
  border-top-right-radius: 0.45rem;
  border-top-left-radius: 0.45rem;
  z-index: 5;
  overflow: hidden;
}

.our-doctors-container__doctor-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  bottom: -0.13rem;
}

.our-doctors-container__doctor-details {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0 0 0;
}
.our-doctors-container__doctor-details > h3 {
  font-size: 1.13rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.1rem;
}
.our-doctors-container__doctor-details > h5,
.our-doctors-container__doctor-details > p > span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--brandClr);
  margin-bottom: 0.1rem;
}

.our-doctors-container__doctor-details > p {
  font-size: 0.72rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.9rem;
}

.our-doctors-container__popup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.popup-button,
.popup-button > img {
  width: 1.35rem;
  height: 1.35rem;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.popup-button2 {
  display: none;
}
.our-doctors-container__popup__left-side-container {
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 0.7rem 0.8rem;
}
.popup__left-side-fee-container > div > img {
  width: 2.03rem;
  height: 0.77rem;
  margin-top: 0.05rem;
}
.our-doctors-container__popup__left-side-container > h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f0d0dd;
  align-self: flex-start;
}
.our-doctors-container__popup__right-side-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: #f0d0dd;
}
.our-doctors-container__popup__right-side-container > h2 {
  color: var(--brandClr);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.7rem;
align-self:flex-start;
}
.our-doctors-container__popup__right-side-container > form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-doctors-container__popup__right-side-container > form > input {
  width: 15.18rem;
  height: 2.07rem;
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  border-radius: 0.19rem;
  padding: 0 0.52rem;
  margin-bottom: 1.06rem;
  font-size: 0.72rem;
  font-weight: 400;
  margin-bottom: 1.27rem;
  box-shadow: 1px 1px 2px 0px #3e434740;
}

.our-doctors-container__popup__right-side-container > form > label {
  font-size: 1rem;
  font-weight: 600;
  color: #000 !important;
  display: flex;
}

.our-doctors-container__popup__right-side-container > form > button {
  background-color: var(--brandClr);
  width: 10.5rem;
  height: 2.81rem;
  border-radius: 0.27rem;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.our-doctors-container__popup__right-side-container > form > a {
  display: flex;
  text-decoration: none;
}

.our-doctors-container__popup__right-side-container > form > a > button {
  background-color: var(--brandClr);
  width: 10.5rem;
  height: 2.81rem;
  border-radius: 0.27rem;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.popup__left-side-container__timings {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.our-doctors-container__popup__left-side-container > h5 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #e2c0ce;
  margin-top: 0.4rem;
}
.our-doctors-container__area-of-expertise {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.our-doctors-container__area-of-expertise > li {
  list-style-type: none;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  width: 7.2rem;
}

.our-doctors-container__area-of-expertise > li > div > img {
  width: 0.68rem;
  height: 0.68rem;
}

.our-doctors-container__area-of-expertise > li > span {
  margin-left: 0.3rem;
}
.popup__left-side-container__Fee {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  font-weight: 600;
}

.popup__left-side-container__Fee > span {
  color: #f0d0dd;
}

.popup__left-side-container__Fee-rate {
  color: #f0d0dd;
  font-size: 0.8rem;
  font-weight: 600;
}
.price-text {
  background-color: var(--brandClr);
  padding: 0.09rem;
  color: #fff !important;
  height: 1.23rem;
  width: 4.16rem;
  border-radius: 0.075rem;
  margin-left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
}

.our-doctors-container__book-now-btn {
  width: 10.4rem;
  height: 1.81rem;
  border-radius: 0.15rem;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brandClr);
  align-self: center;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}
.our-doctors-container__cards-container {
  gap: 0.42rem;
}

@media screen and (min-width: 768px) {
  /* .our-doctors-container__doctor-card {
    width: 7.6rem;
    height: 9.45rem;
  } */

  .our-doctors-container__doctor-card {
    width: 7.6rem;
    height: 9.45rem;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0.13rem;
  }
  .our-doctors-container__doctor-image {
    height: 5.52rem;
    width: 100%;
    border-radius: 0.13rem;
  }
  .our-doctors-container__doctor-details {
    padding: 0.1rem;
  }
  .hide-br {
    display: none;
  }

  .popup__left-side-fee-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .our-doctors-container__doctor-details > h3 {
    font-size: 0.62rem;
  }
  .our-doctors-container__doctor-details > h5,
  .our-doctors-container__doctor-details > p > span {
    font-size: 0.37rem;
  }
  .our-doctors-container__doctor-details > p {
    font-size: 0.37rem;
    margin-bottom: 0.4rem;
  }
  .our-doctors-container__doctor-details > button {
    width: 4.49rem;
    height: 0.75rem;
    font-size: 0.41rem;
    border-radius: 0.064rem;
  }

  .our-doctors-container__popup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .our-doctors-container__popup__left-side-container {
    background-size: cover;
    height: 13.13rem;
    width: 14.27rem;
    padding: 0.2rem 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .our-doctors-container__popup__left-side-container > h2 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #f0d0dd;
  }
  .our-doctors-container__popup__right-side-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13.13rem;
    height: 13.13rem;
    padding: 0.3rem;
    background-color: #f0d0dd;
    position: relative;
  }

  .popup-button {
    display: none;
  }

  .popup-button2 > img,
  .popup-button2 {
    display: block;
    width: 1.26rem !important;
    height: 1.26rem !important;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0.09rem;
    right: 0.09rem;
    background-color: transparent;
  }
  .our-doctors-container__popup__right-side-container > h2 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brandClr);
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
  }
  .our-doctors-container__popup__right-side-container > form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .our-doctors-container__popup__right-side-container > form > input {
    width: 10.9rem;
    height: 1.22rem;
    background-color: #fff;
    color: #000;
    border: none;
    outline: none;
    border-radius: 0.11rem;
    padding: 0 0.52rem;
    margin-bottom: 1.06rem;
    font-weight: 400;
    font-size: 0.47rem;
    margin-bottom: 0.64rem;
    box-shadow: 1px 1px 2px 0px #3e434740;
  }

  .our-doctors-container__popup__right-side-container > form > label {
    font-size: 1rem;
    font-weight: 600;
    color: #000 !important;
    display: flex;
  }

  .our-doctors-container__popup__right-side-container > form > button {
    padding: 0.3rem 0.45rem;
    width: 5.03rem;
    height: 1.39rem;
    font-size: 0.62rem;
    margin-bottom: 0.4rem;

    background-color: var(--brandClr);
    border-radius: 0.27rem;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: 0.5rem;
  }

  .our-doctors-container__popup__right-side-container > form > a {
    display: flex;
  }

  .our-doctors-container__popup__right-side-container > form > a > button {
    background-color: var(--brandClr);
    border-radius: 0.27rem;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;

    padding: 0.3rem 0.45rem;
    width: 5.03rem;
    height: 1.39rem;
    font-size: 0.62rem;
    margin-bottom: 0.4rem;
  }
  .popup__left-side-container__timings {
    font-size: 0.62rem;
    font-weight: 600;
    color: #fff;
  }
  .our-doctors-container__popup__left-side-container > h5 {
    font-size: 0.62rem;
    font-weight: 600;
    margin-top: 0rem;
    color: #e2c0ce;
  }
  .our-doctors-container__area-of-expertise {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-doctors-container__area-of-expertise > li {
    list-style-type: none;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 45%;
  }

  .our-doctors-container__area-of-expertise > li > div {
    height: auto;
  }
  .our-doctors-container__area-of-expertise > li > div > img {
    width: 0.28rem;
    height: 0.28rem;
  }
  .our-doctors-container__area-of-expertise > li > span {
    margin-left: 0.2rem;
  }

  .popup__left-side-container__Fee {
    font-size: 0.62rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 0.5rem;
    margin-right: 0.2rem;
  }

  .popup__left-side-container__Fee > span {
    color: #f0d0dd;
  }
  .price-text {
    padding: 0.09rem;
    color: #fff !important;
    height: 1.03rem;
    width: 2.98rem;
    font-weight: 700;
    border-radius: 0.075rem;
    margin-left: 0.3rem;
    padding: 0.1rem 0rem;
    font-size: 0.62rem;
  }
  .popup__left-side-container__Fee-rate {
    font-size: 0.62rem;
  }
  .our-doctors-container__popup__left-side-container__hr1 {
    border: solid 0.027rem #fff;
    border-radius: 0.009rem;
    width: 2.18rem;
    position: absolute;
    left: 5.62rem;
    transform: rotate(12deg);
    top: 2.9rem;
  }
  .our-doctors-container__popup__left-side-container__hr2 {
    border: solid 0.027rem #fff;
    border-radius: 0.009rem;
    width: 2.18rem;
    position: absolute;
    left: 5.62rem;
    transform: rotate(-12deg);
    top: 2.9rem;
  }
}
