.menu-section {
  height: 65px;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

.nav-logo {
  width: 52px;
  height: 48px;
  flex-shrink: 0;
  aspect-ratio: 43/37;
}

.nav-logo-text {
  color: #086BB6;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -3px;
}

.navbar-brand {
  gap: 6px;
}

.nav-item .nav-link {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
  margin-right: 14px;
  margin-top: 10px;
}
.nav-item .nav-link:hover {
  color: #00C3E2;
  transition: color 0.2s, text-decoration 0.2s;
  cursor: pointer;
}
.nav-item .nav-link.active, .nav-item .nav-link.current, .nav-item .nav-link.current-menu-item, .nav-item .nav-link.current_page_item {
  color: #00C3E2;
  font-weight: 600;
  cursor: default;
}

.navbar {
  padding-top: 11px;
  padding-bottom: 18px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.hero-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 49px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 67px;
}

.hero-desc {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-top: 10px;
}

.hero-action {
  border-radius: 100px;
  background: #FFF;
  width: 233px;
  height: 51px;
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 30px;
}

.hero-action:hover {
  background: #eee;
  box-shadow: 0 4px 16px rgba(30, 157, 254, 0.2);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.hero-tags {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-tag {
  display: flex;
  align-items: start;
  gap: 6px;
}

.hero-tag-text {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-top: -5px;
}

.hero-tag-image {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.hero-section {
  background-color: #086BB6;
  position: relative;
  min-height: 544px;
}
.hero-section .hero-details {
  z-index: 1;
}
.hero-section .hero-img-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-section .hero-img {
  width: 100%;
  max-width: 495px;
  height: 442px;
}
.hero-section .hero-tags {
  margin-top: 25px;
  margin-bottom: 65px;
}
.hero-section .hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.physician-section {
  background-color: #F2F9FF;
  padding-top: 47px;
}

.physician-section .container {
  background-image: url(../images/meet-bg.png);
  background-repeat: no-repeat;
}

.meet-your-physician {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  border-radius: 15px;
  background: #086BB6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 28px;
  flex-shrink: 0;
}

.physician-title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-top: 18px;
  margin-bottom: 0;
}

.physician-title2 {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.physician-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 5px;
}

.physician-btn {
  border-radius: 100px;
  background: #086BB6;
  width: 260px;
  height: 51px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 27px;
}

.cta-about-page-btn {
  border-radius: 100px;
  background: #086BB6;
  width: 100%;
  max-width: 352px;
  height: 51px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 27px;
}

.physician-card-img {
  width: 100%;
  height: 410px;
  object-fit: contain;
}

.physician-card-detail {
  border-radius: 10px;
  border: 1px solid #1E9DFE;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 295px;
  min-height: 83px;
  padding: 10px 16px;
  position: absolute;
  bottom: 35px;
}

.physician-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
.physician-card::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 65%;
  height: 7px;
  background: #00C3E2;
  border-radius: 3px;
  pointer-events: none;
}

.physician-card-title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.physician-card-desc {
  color: #1E9DFE;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.process-section {
  margin-top: 51px;
  padding-bottom: 100px;
}

.process-pill {
  display: flex;
  justify-content: center;
}

.process-pill-text {
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  width: 130px;
  height: 28px;
  flex-shrink: 0;
}

.process-title {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 19px;
  margin-bottom: 0;
}

.process-desc {
  margin-top: 14px;
  margin-bottom: 0px;
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
}

.process-card {
  border-radius: 10px;
  border: 1px solid #FFCB2B;
  background: linear-gradient(180deg, #FFF 78.44%, #FFF5F5 133.7%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  height: 233px;
  padding: 24px 19px 28px 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.process-card:hover {
  box-shadow: 0 8px 24px 0 rgba(30, 157, 254, 0.18);
  transform: translateY(-6px) scale(1.03);
  cursor: pointer;
}

.process-num {
  color: #FF5757;
  font-family: Poppins;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  position: absolute;
  opacity: 0.1;
  left: 15px;
}

.process-circle {
  background-color: #FFF1F1;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.process-icon {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: absolute;
  right: 14px;
}

.process-card-title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 4px;
}

.process-card-desc {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 0px;
}

.process-grid {
  margin-top: 70px;
  position: relative;
}

.process-top-arrow {
  width: 199px;
  height: 43px;
  position: absolute;
  top: -43px;
  left: 25%;
}

.process-bottom-arrow {
  width: 199px;
  height: 43px;
  position: absolute;
  bottom: -43px;
  right: 25%;
}

.review-pill {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  border-radius: 15px;
  background: #086BB6;
  width: 125px;
  height: 28px;
  flex-shrink: 0;
}

.review-section {
  padding-top: 66px;
  padding-bottom: 73px;
  background-color: #EDF7FF;
  background-image: url(../images/reviewbg2.png), url(../images/reviewbg1.png);
  background-repeat: no-repeat;
  background-position-x: 46px, 95%;
  background-position-y: 66px, 160px;
  background-size: 110px 110px, 95.546px 95.546px;
}

.review-section-title {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 0;
}

.review-section-desc {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-top: 14px;
  margin-bottom: 0;
}

.review-card {
  border-radius: 15px;
  background: #FFF;
  width: 361px;
  min-height: 259px;
  flex-shrink: 0;
  padding: 26px 65px 32px 26px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.reviews-slider {
  margin-top: 47px;
  display: flex;
  gap: 22px;
  overflow-x: scroll;
}

.reviews-slider-container {
  position: relative;
}

.review-arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  border: none;
  top: 40%;
}
.review-arrow.left {
  left: -61px;
}
.review-arrow.right {
  right: -61px;
}
.review-arrow:hover {
  background: #E1F2FF;
  box-shadow: 0 6px 16px 0 rgba(30, 157, 254, 0.15);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.reviews-slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.reviews-slider {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.review-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

.review-star {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.review-text {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-top: 28px;
  margin-bottom: 0;
}

.review-user-img {
  border-radius: 5px;
  width: 56px;
  height: 54px;
  flex-shrink: 0;
}

.review-user {
  margin-top: 22px;
  display: flex;
  gap: 10px;
}

.review-user-right {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
}

.review-user-name {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review-user-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
}

.appointment-section-container {
  position: relative;
  padding-bottom: 200px;
  background-color: #EDF7FF;
  margin-top: 300px;
}

.appointment-section {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.appointment-card {
  border-radius: 20px;
  background-color: #086BB6;
}

.appointment-pill {
  width: 140px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

.appointment-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 19px;
}

.appointment-desc {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  margin-top: 9px;
}

.appointment-btn {
  margin-bottom: 50px;
  width: 204px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FFF;
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 18px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.appointment-btn:hover {
  background: #eee;
  color: #1E9DFE;
  box-shadow: 0 4px 16px rgba(30, 157, 254, 0.2);
  cursor: pointer;
}

.appointment-left {
  padding-top: 70px;
  padding-left: 115px;
}

.appointment-image {
  width: 100%;
  max-height: 393px;
  object-fit: contain;
}

.appointment-right {
  padding-top: 18px;
}

.footer-section {
  background: #EDF7FF;
  padding-top: 55px;
  padding-bottom: 55px;
}

.footer-logo {
  display: flex;
  gap: 4px;
}

.footer-logo-img {
  width: 28px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 7/6;
}

.footer-logo-text {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.footer-info-detail {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
}

.footer-text {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-decoration: none;
}

a.footer-text:hover {
  color: #1E9DFE;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s, text-decoration 0.2s;
}

.footer-stars {
  display: flex;
  gap: 3px;
  align-items: center;
}

.footer-star {
  width: 22.589px;
  height: 22.589px;
  flex-shrink: 0;
}

.based-on {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
  margin-top: 16px;
}

.based-on span {
  font-weight: 500;
}

.google-image {
  width: 113.721px;
  height: 37px;
  flex-shrink: 0;
  aspect-ratio: 113.72/37;
  margin-top: 10px;
}

.footer-grid {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social-btn {
  margin-bottom: 16px;
}

.footer-social-btn img {
  width: 130px;
  height: 34px;
  border-radius: 5px;
}

.footer-social-btn:hover img {
  filter: grayscale(1);
}

.footer-section-bottom {
  background-color: #DBEFFF;
  padding: 16px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-link {
  color: #086BB6;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.28px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #086bb6;
}

.footer-copyright {
  color: #086BB6;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}

.contact-hero {
  padding-top: 41px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #E8F4FD 0%, #D4EBFD 100%);
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 80px, rgba(255, 255, 255, 0.4) 80px, rgba(255, 255, 255, 0.4) 82px), repeating-linear-gradient(60deg, transparent, transparent 80px, rgba(255, 255, 255, 0.4) 80px, rgba(255, 255, 255, 0.4) 82px), repeating-linear-gradient(120deg, transparent, transparent 80px, rgba(255, 255, 255, 0.4) 80px, rgba(255, 255, 255, 0.4) 82px);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 40%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 40%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.contact-hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30, 157, 254, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.contact-hero .container {
  position: relative;
  z-index: 1;
  background: transparent;
}
.contact-hero .title {
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}
.contact-hero .desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.contact-hero #wk-contact-form {
  background: linear-gradient(to bottom, #f0f9ff 0%, #ffffff 100%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  border: none;
}
.contact-hero .inputs {
  /* display: flex; Removed to let Bootstrap row handle layout */
  /* gap: 20px; Removed to avoid grid breakage */
  margin-bottom: 20px;
}
.contact-hero .contact-input {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border: 2px solid #5BA8D9;
  border-radius: 10px;
  background: #ffffff;
  height: 49px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px;
  letter-spacing: 0.32px;
  margin-bottom: 32px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px;
  transition: all 0.3s ease;
}
.contact-hero .contact-input::placeholder {
  color: #086BB6;
}
.contact-hero .contact-input:focus {
  border: 2px solid #086BB6;
  outline: none;
  box-shadow: 0px 8px 25px rgba(8, 107, 182, 0.25);
  transform: translateY(-2px);
}
.contact-hero input[name=first_name],
.contact-hero input[name=last_name] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23086BB6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
}
.contact-hero input[name=email] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23086BB6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>');
}
.contact-hero input[name=phone] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23086BB6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>');
}
.contact-hero input[name=message] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23086BB6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>');
}
.contact-hero .submit-btn {
  border-radius: 10px;
  background: #086BB6;
  width: 233px;
  height: 50px;
  flex-shrink: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
}
.contact-hero .submit-btn:hover {
  background: #005a9e;
  box-shadow: 0 10px 20px rgba(8, 107, 182, 0.3);
  transform: translateY(-3px);
  cursor: pointer;
}
.contact-hero .social-icon {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  margin-bottom: 19px;
  border-radius: 50%;
}
.contact-hero .social-icon:hover {
  box-shadow: 0 4px 16px rgba(30, 157, 254, 0.18);
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.contact-footer {
  margin-top: 80px;
}
.contact-footer .contact-footer-map {
  height: 411px;
  border-radius: 5px;
  border: 2px solid #B0DBFB;
  display: flex;
  align-items: center;
  width: 100%;
}
.contact-footer .contact-footer-map iframe {
  width: 100%;
  height: 407px;
}

.contact-appointment-card .appointment-section-container {
  background-color: white;
}

.about-section {
  padding-top: 67px;
}
.about-section .title {
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
.about-section .desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}
.about-section .doc-name {
  color: #086BB6;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.42px;
  margin-top: 12px;
  margin-bottom: 0;
}
.about-section .doc-designation {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
.about-section .doc-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-top: 6px;
  margin-bottom: 0;
}
.about-section .exp-container {
  background: #F0F9FF;
  padding: 45px;
  margin-top: 47px;
}
.about-section .exp-card {
  display: flex;
  align-items: center;
  gap: 11px;
}
.about-section .exp-card-icon {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .exp-card-icon img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.about-section .exp-title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.about-section .exp-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  margin-top: 9px;
}
.about-section .about-why {
  margin-top: 54px;
}
.about-section .why-img img {
  width: 100%;
  max-width: 352px;
  height: 406px;
  object-fit: scale-down;
  margin-top: 20px;
}
.about-section .why-title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.about-section .why-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-bottom: 31px;
  margin-top: 10px;
}
.about-section .accordian-arrow {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  object-fit: scale-down;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.about-section .why-card-details {
  width: 100%;
}
.about-section .why-accordian .accordian-content {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding-top 0.3s ease;
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
}
.about-section .why-accordian.active .accordian-content {
  display: block;
}
.about-section .why-card {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #F7FBFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 22px;
  display: flex;
  gap: 12px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}
.about-section .why-card:hover {
  box-shadow: 0 8px 24px 0 rgba(30, 157, 254, 0.12);
  transform: translateY(-4px) scale(1.03);
  cursor: pointer;
}
.about-section .why-card-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.about-section .why-card-title {
  margin-bottom: 0;
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: -6px;
}
.about-section .why-card-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-top: 5px;
  margin-bottom: 0;
}

.impact-section {
  background-color: #EDF7FF;
  padding-top: 74px;
  padding-bottom: 68px;
  margin-top: 78px;
}
.impact-section .container {
  background-image: url(../images/impact_bg.png);
  background-position-x: 100%;
  background-position-y: 11px;
  background-repeat: no-repeat;
}
.impact-section .impact-pill {
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  width: 130px;
  height: 28px;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.impact-section .title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 2px;
  text-align: center;
}
.impact-section .desc {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
.impact-section .impact-grid {
  margin-top: 33px;
}
.impact-section .impact-card {
  border-radius: 10px;
  border: 1px solid #086bb6;
  background: #FFF;
  height: 100%;
  min-height: 300px;
  padding: 22px 25px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.impact-section .impact-card:hover {
  box-shadow: 0 8px 24px 0 rgba(132, 30, 254, 0.12);
  transform: translateY(-6px) scale(1.03);
  cursor: pointer;
}
.impact-section .impact-icon {
  background: #FFF;
  box-shadow: 0px 4px 16px rgba(8, 107, 182, 0.08), 0px 2px 8px rgba(8, 107, 182, 0.06), 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.impact-section .impact-icon img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.impact-section .impact-card-title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 8px;
}
.impact-section .impact-card-desc {
  margin-top: 6px;
  margin-bottom: 0;
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-blank-space {
  height: 63px;
}

.service-details-section {
  padding-top: 51px;
  padding-bottom: 0px;
}
.service-details-section .service-detail-pill-text {
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  margin-top: 0;
}
.service-details-section .service-detail-title {
  color: #086BB6;
  text-align: left;
  font-family: Poppins;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}
.service-details-section .service-detail-desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-top: 8px;
  margin-bottom: 0;
}
.service-details-section .service-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 10px;
  border-radius: 5px;
  border: 1px solid #D4EBFD;
  margin-top: 48px;
}
.service-details-section .service-detail-card-check {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.service-details-section .service-detail-card {
  display: flex;
  gap: 24px;
  padding: 22px 22px;
  align-items: center;
}
.service-details-section .service-detail-card:nth-child(odd) {
  background: #F3FAFF;
}
.service-details-section .service-detail-card:nth-child(even) {
  background: #FFF;
}
.service-details-section .service-detail-name {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.service-details-section .common-service-card {
  border-radius: 5px;
  border: 1px solid #D4EBFD;
  background: linear-gradient(90deg, #FFF 32.4%, #F3FAFF 99.73%);
  padding: 40px 35px 40px 35px;
  margin-top: 23px;
}
.service-details-section .common-service-card .img {
  border-radius: 10px;
  box-shadow: 0 4px 6.9px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 418px;
  height: 299px;
  object-fit: cover;
}
.service-details-section .common-service-card .details .item {
  margin-bottom: 27px;
  display: flex;
  gap: 24px;
  align-items: start;
}
.service-details-section .common-service-card .details .item .item-check {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.service-details-section .common-service-card .details .item .item-text {
  color: #086BB6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}
.service-details-section .common-service-card.left {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.service-details-section .common-service-card.right {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.nav-call-icon {
  background-color: #E1F2FF;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 7px;
}

.nav-call-icon img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.nav-item.with-icon {
  display: flex;
  gap: 6px;
  align-items: center;
}

.archive-video {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 46.14%, #000 99.66%);
  width: 100%;
  height: 207px;
  flex-shrink: 0;
}

.archive-video iframe {
  border-radius: 10px;
  width: 100%;
  height: 207px;
  object-fit: cover;
}

.video-gallery-wrapper {
  padding-top: 40px;
}

.video-gallery-section-heading {
  margin-bottom: 30px;
  color: #086BB6;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}

.common-page-wrapper {
  padding-top: 40px;
}

.common-page-section-heading {
  margin-bottom: 30px;
  color: #086BB6;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}

.services-section {
  padding-top: 61px;
  padding-bottom: 68px;
}
.services-section .pill {
  width: 125px;
  height: 28px;
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.services-section .title {
  color: #086BB6;
  text-align: center;
  font-family: poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 19px;
  margin-bottom: 0;
}
.services-section .desc {
  color: #005F85;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-top: 14px;
}
.services-section .services-grid {
  margin-top: 24px;
}
.services-section .services-grid .service-item {
  margin-bottom: 155px;
  position: relative;
}
.services-section .services-grid .service-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
}
.services-section .services-grid .service-item .service-item-card-container {
  position: absolute;
  padding-left: 14px;
  padding-right: 14px;
  top: 135px;
  width: 100%;
}
.services-section .services-grid .service-item .service-item-card {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 5px 13px 13px 13px;
  min-height: 152px;
}
.services-section .services-grid .service-item .title {
  color: #086BB6;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
  border-bottom: 3px solid #FFCB2B;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: left;
}
.services-section .services-grid .service-item .desc {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.services-section .services-grid .service-item .read-more {
  color: #005F85;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
}
.services-section .services-grid .service-item .read-more:hover {
  color: #1E9DFE;
  transition: color 0.2s, text-decoration 0.2s;
  cursor: pointer;
}

.insurance-section {
  padding-top: 54px;
  padding-bottom: 0px;
}
.insurance-section .title {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.insurance-section .desc {
  color: #005F85;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  margin-top: 12px;
}
.insurance-section .insurance-grid {
  margin-top: 23px;
}
.insurance-section .insurance-grid-item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 12.5px 0 rgba(0, 0, 0, 0.05);
  min-width: 181px;
  height: 103px;
  padding: 5px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insurance-section .insurance-grid-item img {
  min-width: 170px;
  height: 101px;
  object-fit: scale-down;
}

.partner-section {
  padding-top: 55px;
  padding-bottom: 65px;
  background-color: #EDF7FF;
}
.partner-section .partner-image-card {
  border-radius: 15px;
  background: #FFF;
  max-width: 401px;
  height: 98px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-section .partner-image-card img {
  width: 100%;
  height: 49px;
  flex-shrink: 0;
  object-fit: scale-down;
}
.partner-section .title {
  color: #086BB6;
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 0;
}
.partner-section .desc {
  color: #005F85;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  margin-top: 12px;
}

.custom-check {
  display: flex;
  align-items: start;
}
.custom-check .form-check-input {
  border-radius: 5px;
  border: 1px solid #086BB6;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.custom-check .form-check-input.validation-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.custom-check .form-check-label {
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
}

.contact-input.validation-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.contact-appointment-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 77px;
}
.contact-appointment-btn-container .contact-appointment-btn {
  border-radius: 100px;
  background: #086BB6;
  width: 233px;
  height: 51px;
  flex-shrink: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-blogs-page {
  padding-top: 41px;
}
.video-blogs-page .title {
  border-radius: 15px;
  background: #086BB6;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0px 12px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-bottom: 0px;
}
.video-blogs-page .desc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 8px;
}
.video-blogs-page .customtab-content {
  display: none;
}
.video-blogs-page .customtab-content.active {
  display: block;
}
.video-blogs-page .customtab {
  border-bottom: 1px solid #EDEBEB;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.video-blogs-page .customtab .tabbutton {
  width: 93px;
  height: 33px;
  flex-shrink: 0;
  color: #086BB6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-blogs-page .customtab .tabbutton:hover {
  color: #086BB6;
  text-decoration: none;
}
.video-blogs-page .customtab .tabbutton.active {
  color: white;
  border-radius: 5px 5px 0 0;
  border: 0.5px solid #086BB6;
  background: #086BB6;
}

.blog-card .blog-img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  border-radius: 21px;
}
.blog-card .blog-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #086BB6;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}
.blog-card .blog-desc {
  margin-top: 1px;
  margin-bottom: 0;
  color: #086BB6;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.blog-card .date {
  color: #086BB6;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 2px;
  display: block;
}
.blog-card .read-more {
  border-radius: 5px;
  background: #086BB6;
  width: 109px;
  height: 31px;
  flex-shrink: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 14px;
}

.termstitle {
  color: #09528A;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.36px;
}

.termsdesc {
  color: #086BB6;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.3px;
  margin-top: 6px;
}

/* small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .footer-links {
    justify-content: center;
    gap: 16px;
  }
  .footer-link {
    border-right: none;
  }
  .contact-footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .submit-btn {
    margin-top: 40px;
  }
  .partner-section {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .insurance-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .review-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .review-section .reviews-slider {
    margin-top: 40px;
  }
  .process-grid {
    margin-top: 40px;
  }
  .process-section {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .physician-section {
    padding-top: 40px;
  }
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-title {
    margin-top: 40px;
  }
  .about-section .why-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-section .exp-container {
    padding-bottom: 0px;
  }
  .impact-section {
    padding-bottom: 0;
  }
  .impact-section .impact-card {
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: auto;
  }
  .service-details-section {
    padding-bottom: 40px;
  }
  .nav-logo {
    width: 35px;
    height: auto;
  }
  .nav-logo-text {
    font-size: 22px;
  }
  .impact-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .impact-grid div {
    margin-bottom: 20px;
  }
  .hero-section .hero-row {
    grid-template-columns: 1fr;
  }
  .hero-section .hero-img {
    height: auto;
    margin-bottom: 50px;
  }
  .hero-section .hero-img-container {
    justify-content: center;
  }
  .review-arrow {
    display: none;
  }
  .service-detail-title {
    font-size: 28px !important;
  }
  .service-detail-header {
    background-image: none !important;
  }
  .process-top-arrow,
  .process-bottom-arrow {
    display: none;
  }
  .process-card {
    margin-bottom: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .appointment-left {
    padding-left: 16px;
    padding-top: 40px;
  }
  .appointment-image {
    width: 300px;
    height: auto;
  }
  .appointment-section {
    position: static;
  }
  .appointment-section-container {
    padding-top: 40px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 40px;
  }
  .footer-section {
    padding-top: 0;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
  }
  .contact-footer-grid {
    flex-direction: column;
    gap: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-hero {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-section .exp-card {
    margin-bottom: 40px;
  }
  .about-why .why-title {
    margin-top: 20px;
  }
  .impact-card {
    margin-bottom: 20px;
  }
  .about-blank-space {
    display: none;
  }
  .service-detail-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.swal2-confirm {
  background-color: #086bb6 !important;
}
.swal2-confirm:hover, .swal2-confirm:focus {
  background-color: #065a94 !important;
}

.swal2-title {
  color: #086bb6 !important;
}

.swal2-html-container {
  color: #086bb6 !important;
}

.wcag-btn {
  left: 40px !important;
}

.wcag-box {
  left: 0 !important;
}
