:root {
  /* --charcoal: #183F4E; */
  /* --ghost: #F2FAFF; */
  /* --medium: #4A8AA9; */
  /* --alt-lite: #A3D8EE; */
}
html {
  scroll-behavior: smooth;
}
.new-lp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
#lp-relative {
  opacity: 0;
}
#lp-sticky {
  position: fixed;
  top: 0;
  left: 0;
}
.lp-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: 90vw;
}
.lp-btn {
  background-color: var(--charcoal);
  color: white;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
  text-decoration: none;
}
.lp-btn:visited {
  color: white;
}
.lp-btn:hover {
  background-color: var(--medium);
  color: white;
}
.lp-header-container > .lp-btn {
  width: 240px;
}
.lp-header-container > img {
  width: 240px;
}
.lp-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--ghost);
}
#lp-mobile {
  display: none;
}
.lp-banner > img {
  width: 100%;
}
.lp-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
}
.lp-banner-caption {
  width: 50%;
}
.lp-banner-caption > h1 {
  color: var(--charcoal);
  margin-bottom: 0;
  font-weight: bold;
  font-size: 64px;
}
.lp-callouts {
  width: 100%;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.lp-callouts-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.lp-callout {
  width: calc(33.333% - 32px);
  margin: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-callout-top {
  width: 100%;
  background-color: var(--charcoal);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 50% 50%;
  /* box-sizing: border-box; */
}
.lp-callout-top > i {
  font-size: 80px;
  color: var(--alt-lite);
}
.lp-callout-bottom {
  padding: 20px 80px 40px 80px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.lp-callout-bottom > h3 {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 23px;
  font-size: 24px;
}
.lp-callout-bottom > .lp-btn {
  width: 100%;
}
.lp-about {
  background-color: var(--ghost);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.lp-about-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.lp-about-container > img {
  width: calc(50% - 53px);
  margin-right: 53px;
  border-radius: 16px;
}
.lp-about-right {
  width: calc(50% - 53px);
  margin-left: 53px;
}
.lp-about-right > h2 {
  color: var(--charcoal);
  font-weight: bold;
  font-size: 40px;
}
.lp-services {
  width: 100%;
  background-color: var(--charcoal);
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-services-container > h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.lp-services-wrapper {
  width: 800px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
  color: white;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 600;
  margin: 6px;
  width: calc(50% - 12px);
  background-color: var(--medium);
  font-size: 20px;
  border-radius: 25px;
}
.lp-doctors {
  width: 100%;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-doctors-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-doctors-container > h2 {
  font-size: 40px;
  color: var(--charcoal);
  font-weight: bold;
}
.lp-doctors-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.lp-doctor-card {
  width: calc(33.333% - 38px);
  margin: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-doctor-card > img {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 16px;
}
.lp-doctor-card > h3 {
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 0;
}
.lp-location {
  background-color: var(--alt-lite);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.lp-location-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-location-container > h2 {
  color: var(--charcoal);
  font-size: 40px;
  font-weight: bold;
}
.lp-location-container > iframe {
  border-radius: 16px;
}
#lp-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--charcoal);
  padding: 96px 0;

  & p {
    color: #fff;

    & a {
      color: #fff;
    }
  }

  .footer-hours {
    max-width: 400px;
  }
}
.lp-footer-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-footer-container > img {
  margin-bottom: 36px;
  width: 300px;
}
.lp-footer-container a {
  color: var(--medium);
  font-weight: bold;
}
.lp-footer-container p > a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .lp-header-container {
    flex-direction: column;
  }
  .lp-header-container > img {
    order: 1;
    margin-bottom: 24px;
  }
  .lp-header-container > .lp-btn {
    width: 100%;
  }
  .lp-header-container > .lp-btn:first-of-type {
    order: 2;
    margin-bottom: 5px;
  }
  .lp-header-container > .lp-btn:last-of-type {
    order: 3;
  }
  #lp-desktop {
    display: none;
  }
  #lp-mobile {
    display: block;
  }
  .lp-banner-caption {
    width: 100%;
  }
  .lp-callouts-container {
    flex-direction: column;
  }
  .lp-callout {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .lp-about-container {
    flex-direction: column;
  }
  .lp-about-container > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lp-about-right {
    width: 100%;
    margin-left: 0;
  }
  .lp-services-wrapper {
    flex-direction: column;
  }
  .lp-services-wrapper > h3 {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .lp-doctors-wrapper {
    flex-direction: column;
  }
  .lp-doctor-card {
    width: 100%;
    margin: 0 0 38px 0;
  }
}

@media screen and (max-width: 1024px) {
  .lp-banner-caption {
    text-align: center;
  }
  .lp-banner-container {
    top: 5%;
  }
  .lp-banner-caption > h1 {
    font-size: 24px;
  }
  .lp-banner-caption .lp-btn {
    background-color: var(--charcoal) !important;
  }
}

.lp-banner-caption .lp-btn {
  margin-top: 12px;
}

.lp-banner-caption > h1 span {
  text-transform: uppercase;
  color: var(--medium);
  font-size: 24px;
  line-height: 1.1;
}

.lp-banner-caption > h1 {
  font-size: 28px;
}

#lp-footer {
.hours {
    padding: var(--space-sm) 0;
    .day {
      color: var(--lite);
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid var(--lite-opacity);
      padding: 10px 0;

      & p {
        margin-bottom: 0;
      }
    }
    .day:first-of-type {
      border-top: 2px solid var(--lite-opacity);
    }
  }
}
