/* Show it's not fixed to the top */

body .sk-ww-google-reviews .sk_branding a {
  display: none !important;
}

body {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  padding-top: 4.5rem;
}

:root {
  --bg-light-blue: #ecf8ff;
  --bg-med-blue: #129fc4;
  --bg-pink: #e6127b;
  --bg-dark-blue: #104d82;
  --primary-cta-green: #acc158;
  --dark-green: #008c99;
  --section-bg-color: #27bdda;
  --footer-bg-color: #f0f3f3;
  /* --bs-card-inner-border-radius; 20px !important; */
}

h3 {
  font-size: 32px;
  font-weight: 800;
}
h4 {
  font-weight: 700;
}

.navbar,
header {
  background-color: var(--bg-light-blue);
}

.navbar-brand {
  font-weight: 800;
  font-size: 28px;
}
.navbar-brand span:first-child {
  color: var(--bg-dark-blue);
}
.navbar-brand span:nth-child(2) {
  color: var(--bg-dark-blue);
}
.add-shadow {
  box-shadow: rgba(76, 114, 150, 0.8) 0px 2px 2px 0px;
}

header h1,
.blue-text {
  color: var(--bg-dark-blue);
}
header .lead {
  color: var(--dark-green);
  font-weight: 600;
}

.btn-primary {
  background-color: var(--bg-dark-blue);
  border: 0px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--dark-green);
}

.btn-secondary {
  background-color: var(--bg-pink);
  border: 0px;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--bg-pink);
}

section {
  padding: 70px 0px;
}

.section-header {
  background-color: var(--section-bg-color);
}

.section-header-inner {
  background-image: url("../images/section-lines.png");
  background-repeat: no-repeat;
  background-position: center;
}

.section-header h3 {
  background-color: var(--section-bg-color);
  color: #fff;
}

.green-header {
  color: var(--dark-green);
}

.card-img-overlay {
  background-color: rgba(76, 114, 150, 0.6);
}
.card-title {
  color: #fff;
  font-weight: bold;
}
.footer {
  background-color: var(--bg-light-blue);
}

footer .bi-geo-alt-fill,
footer .bi-telephone-fill {
  font-size: 26px;
  margin-top: 5px;
}
footer #contact-address,
footer #contact-phone,
footer #landmarks {
  font-size: 22px;
  line-height: 130%;
}

#copyright-text {
  background-color: var(--dark-green);
  color: #fff;
}

@media (max-width: 520px) {
  header {
    margin-top: 40px;
  }
  header img {
    width: 80%;
    margin: 0 auto;
  }
  section {
    padding: 30px 0px;
  }

  .navbar .container {
    display: flex;
    justify-content: center;
  }
  .navbar .navbar-brand {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .navbar #navbarCollapse {
    justify-content: center !important;
  }

  #our_doctors .row:nth-child(1) .col-lg-6:first-child {
    order: 2;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

#contact-phone a {
  text-decoration: none;
  color: #212529;
}

@media only screen and (max-width: 767px) {
  footer #contact-address,
  footer #contact-phone,
  footer #landmarks,
  #contact-us li {
    font-size: 16px;
    color: #000;
  }

  footer .bi-geo-alt-fill,
  footer .bi-telephone-fill {
    font-size: 20px;
  }

  .section-header-inner {
    background: none;
  }
}

@media only screen and (max-width: 991px) {
}

.banner h1 {
  font-size: 55px;
  margin-bottom: 20px;
}

.banner p {
  font-size: 36px;
}

.contentAbout p {
  font-size: 30px;
  line-height: 1.2;
}

.services_container:nth-child(n + 4) {
  margin-top: 30px;
}

.landmarks ul {
  padding-left: 15px;
}

.landmarks ul li:nth-child(n + 2) {
  margin-top: 15px;
}

.navbar .btn {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  font-family: "Montserrat", sans-serif;
}

footer .bi-geo-alt-fill,
footer .bi-telephone-fill {
  margin-top: 5px;
}

.section-header h3 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  header {
    margin-top: 45px;
  }
  section {
    padding: 50px 0px;
  }
  .banner h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .banner p {
    font-size: 20px;
  }

  .contentAbout p {
    font-size: 18px;
  }

  .section-header h3 {
    font-size: 26px;
  }

  #our_doctors h3 {
    font-size: 26px;
  }

  .services_container:nth-child(n + 2) {
    margin-top: 30px;
  }

  footer .bi-geo-alt-fill,
  footer .bi-telephone-fill {
    font-size: 20px;
  }

  .btn,
  .navbar .btn {
    font-size: 16px;
  }

  .navbar .navbar-brand {
    margin-right: 0;
  }

  .navbar .btn {
    gap: 5px;
  }

  .landmarks ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
