.multi-clinic-location-v2-section {
  width: 100%;
  background: #E9F0F2;
}

.multi-clinic-location-v2-section .location-wrap {
  padding: 80px 20px;
}

.multi-clinic-location-v2-section .location-wrap .tab-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.multi-clinic-location-v2-section .location-wrap .tab-wrapper .tabcontent {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 15px 30px 0px #0000000D;
}

.multi-clinic-location-v2-section .location-wrap .tab-wrapper .tabcontent .location-details-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.multi-clinic-location-v2-section .location-wrap .location-title-wrap {
  margin-bottom: 32px;

}

.multi-clinic-location-v2-section .location-wrap .location-title-wrap h3 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  text-transform: capitalize;
}

.multi-clinic-location-v2-section .top-text {
  margin-bottom: 40px;
}

.multi-clinic-location-v2-section .top-text p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.multi-clinic-location-v2-section .location-title-wrap h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-transform: capitalize;
}

.multi-clinic-location-v2-section .wpcf7-response-output {
  width: 100%;
  grid-column: 1/-1;
}

.multi-clinic-location-v2-section .wpcf7-response-output {
  color: #fff;
  margin: 0 !important;
  text-align: center;
  width: 100% !important;
}

.multi-clinic-location-v2-section .location-specific,
.multi-clinic-location-v2-section .map-wrapper {
  width: 100%;
}

.multi-clinic-location-v2-section .map-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.multi-clinic-location-v2-section .location-specific h3 {
  font-family: Lato;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #4275AE;
}

.multi-clinic-location-v2-section .location-specific-inner {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.multi-clinic-location-v2-section .location-specific-inner:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.multi-clinic-location-v2-section .location-specific-inner p,
.multi-clinic-location-v2-section .location-specific-inner a {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.multi-clinic-location-v2-section .location-specific-inner a {
  text-decoration: underline;
}

.multi-clinic-location-v2-section .location-specific-inner p strong {
  color: #000000;
}


.multi-clinic-location-v2-section .doctor-profile {
  background: #F0F0F0;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  gap: 20px;
  margin: 24px 0;
}

.multi-clinic-location-v2-section .doctor-profile .doctor-details h4 {
  font-family: Lato;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 10px;
}

.multi-clinic-location-v2-section .doctor-profile .doctor-details label {
  font-family: Lato;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #1A5699;
  display: flex;
  margin-bottom: 8px;
}

.multi-clinic-location-v2-section .doctor-profile .doctor-details p {
  font-family: Lato;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #616161;
}

.multi-clinic-location-v2-section .doctor-profile .doctor-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: 0px 1.62px 3.24px 0px #00000033;
}

.multi-clinic-location-v2-section .doctor-profile .doctor-details .bio p {
  color: #616161;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 11px;
  letter-spacing: 0%;
  text-align: justify;
  text-transform: capitalize;
}

.multi-clinic-location-v2-section .doctor-profile .doctor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1199px) {
  .multi-clinic-location-v2-section .dflex {
    flex-direction: column-reverse;
  }

  .multi-clinic-location-v2-section .location-wrap {
    max-width: 100%;
    padding: 80px 20px;
  }

  .multi-clinic-location-v2-section .top-text {
    margin-bottom: 40px !important;
  }

}

@media screen and (max-width: 767px) {

  .multi-clinic-location-v2-section .location-wrap {
    padding: 40px 20px;
  }

  .multi-clinic-location-v2-section .top-text p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
  }

  .multi-clinic-location-v2-section .top-text h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .multi-clinic-location-v2-section .top-text {
    margin-bottom: 32px !important;
  }

  .multi-clinic-location-v2-section .location-wrap .location-title-wrap h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .multi-clinic-location-v2-section .location-title-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .multi-clinic-location-v2-section .location-wrap .tab-wrapper .tabcontent .location-details-wrap {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .multi-clinic-location-v2-section .location-wrap .tab-wrapper .tabcontent {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
  }

  .multi-clinic-location-v2-section .location-specific h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .multi-clinic-location-v2-section .location-specific {
    padding: 20px;
  }

  .multi-clinic-location-v2-section .doctor-profile {
    border-radius: 4px;
    padding: 10px;
    margin: 20px 0;
    box-shadow: 0px 4px 4px 0px #00000040;

  }

  .multi-clinic-location-v2-section .doctor-profile .doctor-details h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;

  }

  .multi-clinic-location-v2-section .doctor-profile .doctor-details label {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
    letter-spacing: 2%;
  }

  .multi-clinic-location-v2-section .doctor-profile .doctor-details p {
    font-size: 10px;
    line-height: 10px;
  }

  .multi-clinic-location-v2-section .location-specific-inner p,
  .multi-clinic-location-v2-section .location-specific-inner a {
    font-size: 16px;
    line-height: 24px;
  }

  .multi-clinic-location-v2-section .map-wrapper {
    border-radius: 0;
    height: 240px;
  }

  .multi-clinic-location-v2-section .map-wrapper iframe {
    max-width: 500px;
    height: 400px;
  }

  .multi-clinic-location-v2-section .doctor-profile .doctor-details .bio p {
    font-size: 10px;
    line-height: 10px;
  }
}