/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Verdier Eye Center
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import "components/flickity.css";
.animated-effect, .patient-forms .forms-list .form-item, .services-page ul.nav .nav-item .nav-link:after, .services-page ul.nav .nav-item .nav-link:before, .services-page ul.nav .nav-item .nav-link, .doctors .doctor-item .doctor-info h2, .doctors .doctor-item > img, .about-culture ul.nav .nav-item .nav-link:after, .about-culture ul.nav .nav-item .nav-link:before, .about-culture ul.nav .nav-item .nav-link, .about ul.nav .nav-item .nav-link:after, .about ul.nav .nav-item .nav-link:before, .about ul.nav .nav-item .nav-link, .top-services .services-box .service-box h4, .top-services .services-box .service-box .service-image, .btn img, .btn, footer.page-footer .nav.social-nav .nav-item .nav-link, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, header.page-header .navbar .navbar-nav .nav-item .nav-link, header.page-header .branding .contact-item {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .patient-forms .forms-list .form-item:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active, footer.page-footer .nav.social-nav .nav-item .nav-link:active, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active, header.page-header .branding .contact-item:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .patient-forms .forms-list .form-item, .sub-main .sub-main-bg, .img-fluid {
  user-select: none;
}

.disable-clicks, .sub-main .sub-main-bg, .img-fluid {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.heading-1 {
  text-shadow: rgba(25, 112, 183, 0.25) 0 1px 1px;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767.9px) {
  .heading-1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
  }
}

.heading-2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1970B7;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .heading-2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .heading-2 {
    font-size: 2rem;
  }
}

.heading-3 {
  font-weight: bold;
  font-size: 1rem;
  color: #A7A7A7;
}

.heading-4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1970B7;
  line-height: 1;
}

html, body {
  font-family: "Inter", sans-serif;
  color: #000;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

header.page-header .cta {
  padding: 0.75rem 0;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}
header.page-header .cta a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}
header.page-header .branding {
  padding: 1rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .branding {
    padding: 0.5rem 0;
  }
}
header.page-header .branding .container {
  display: flex;
  align-items: center;
}
header.page-header .branding .branding-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (max-width: 767.9px) {
  header.page-header .branding .branding-contact {
    display: none;
  }
}
header.page-header .branding .contact-item {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  margin-right: 0.25rem;
  font-size: 0.9rem;
  padding: 0.65rem 1.25rem 0.65rem 1rem;
  border-radius: 1.5rem;
}
@media (max-width: 767.9px) {
  header.page-header .branding .contact-item {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  }
}
header.page-header .branding .contact-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
header.page-header .branding .contact-item:active {
  background: rgba(0, 0, 0, 0.1);
}
header.page-header .branding .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
@media (max-width: 767.9px) {
  header.page-header .branding .contact-item img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.125rem;
  }
}
header.page-header .branding .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 0.25rem;
  margin-left: auto;
}
header.page-header .branding .navbar-toggler .navbar-toggler-icon {
  background: url("../img/icons/menu.svg") center no-repeat;
  background-size: 1.25rem;
}
header.page-header .branding .navbar-toggler:active {
  background: rgba(0, 0, 0, 0.15);
}
header.page-header .navbar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .container {
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding: 0.5rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.9rem 0.75rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.9rem 0.75rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.65rem 0.75rem;
    outline: none;
    box-shadow: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.025);
  color: #000;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #1970B7;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  opacity: 0.35;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 100%;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.5rem 2rem;
  border: none;
  margin-top: 0;
  padding: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-radius: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.65rem 0.75rem;
  position: relative;
  border-radius: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.025);
  color: #000;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: none;
  color: #1970B7;
}

.navbar-brand img {
  height: 6rem;
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 4rem;
  }
}

footer.page-footer {
  padding: 5rem 0;
  background: #000;
  position: relative;
}
footer.page-footer .navbar-brand {
  filter: brightness(0) invert(1);
}
footer.page-footer h3 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2rem 0 0.25rem 0 !important;
  }
}
footer.page-footer h4 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 0.8rem;
}
footer.page-footer .nav .nav-item .nav-link {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0.75rem 0 0 0;
  font-weight: 300;
}
footer.page-footer .nav .nav-item .nav-link:hover {
  color: #fff;
}
footer.page-footer .nav.legal-nav .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
footer.page-footer .nav.legal-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
footer.page-footer .nav.social-nav .nav-item .nav-link {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 3.5rem;
  background: rgba(255, 255, 255, 0.05);
}
footer.page-footer .nav.social-nav .nav-item .nav-link:hover, footer.page-footer .nav.social-nav .nav-item .nav-link:focus {
  background: rgba(255, 255, 255, 0.1);
}
footer.page-footer .nav.social-nav .nav-item .nav-link:active {
  background: rgba(255, 255, 255, 0.15);
}
footer.page-footer .nav.social-nav .nav-item .nav-link img {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
footer.page-footer hr {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  opacity: 1;
  margin: 3.5rem 0;
}

.btn {
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .btn {
    padding: 0.65rem 1.25rem;
  }
}
.btn img {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.25rem -0.25rem -0.25rem 0.5rem;
}
.btn .spinner-border {
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
}
.btn.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.15rem 0.25rem;
}
.btn.icon-start img {
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}
.btn.btn-primary {
  background: #1970B7;
  border-color: #1970B7;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #228be1;
  border-color: #228be1;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-secondary {
  background: #A7A7A7;
  border-color: #A7A7A7;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #8e8e8e;
  border-color: #8e8e8e;
  color: #fff;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-light:active {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.btn.btn-dark img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-primary {
  border-color: #1970B7;
  color: #1970B7;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background: #1970B7;
  border-color: #1970B7;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-outline-light:hover img, .btn.btn-outline-light:focus img, .btn.btn-outline-light:active img {
  filter: brightness(0);
}
.btn.btn-outline-dark {
  border-color: #000;
  color: #000;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-outline-dark:hover img, .btn.btn-outline-dark:focus img, .btn.btn-outline-dark:active img {
  filter: brightness(0) invert(1);
}
.btn.btn-link {
  border: transparent;
  box-shadow: none;
  background: transparent;
  color: #1970B7;
  text-decoration: none;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #3997e4;
}
.btn.btn-link.btn-link-white, .btn.btn-link.btn-link-white:hover, .btn.btn-link.btn-link-white:focus, .btn.btn-link.btn-link-white:not(:disabled):not(.disabled):active {
  color: #fff;
}
.btn.btn-link.arrow-right {
  position: relative;
  padding: 0 1rem 0 0;
}
.btn.btn-link.arrow-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 3px solid #1970B7;
  border-bottom: 3px solid #1970B7;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
}
.btn.btn-transparent {
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  border-color: transparent;
}
.btn.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
  color: #fff;
}
.btn.btn-transparent img {
  filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 400px;
  }
}
.modal .modal-content {
  padding: 2.5rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.15rem 0.25rem;
  border-radius: 1rem;
}
.modal .modal-body {
  border: none;
  position: relative;
  padding: 0;
}
.modal .modal-body img {
  height: 5rem;
  display: block;
}
.modal .modal-body h4 {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem 0;
}
.modal .modal-body .btn-close {
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  box-shadow: none;
  border: none;
}

.form-label {
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 0.25rem;
}

.form-control {
  padding: 0.75rem;
  height: auto;
}
.form-control:focus {
  border-color: #1970B7;
  box-shadow: none;
}

textarea.form-control {
  min-height: 10rem;
}

.main {
  position: relative;
  padding: 10rem 0 12.5rem 0;
}
@media (max-width: 767.9px) {
  .main {
    text-align: center;
    padding: 7.5rem 0;
  }
}
.main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
  content: " ";
  z-index: 1;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main h1 {
  font-weight: 600;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.25rem;
  }
}
.main p {
  margin: 1rem 0 1rem 0;
  padding-right: 25%;
  color: #fff;
}
@media (max-width: 767.9px) {
  .main p {
    padding-right: 0;
  }
}
.main .btn {
  margin: 0.5rem 0.5rem 0 0;
}

.top-services {
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}
.top-services .services-box .service-box {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.top-services .services-box .service-box:hover .service-image {
  opacity: 0.8;
  border-color: #1970B7;
}
.top-services .services-box .service-box:hover h4 {
  color: #1970B7;
}
.top-services .services-box .service-box .service-image {
  display: block;
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border-radius: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .top-services .services-box .service-box .service-image {
    height: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .top-services .services-box .service-box .service-image {
    height: 22rem;
  }
}
@media (max-width: 767.9px) {
  .top-services .services-box .service-box .service-image {
    height: 12rem;
  }
}
.top-services .services-box .service-box h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  padding-right: 2.5rem;
  margin: 1rem 0 0 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .top-services .services-box .service-box h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .top-services .services-box .service-box h4 {
    font-size: 0.9rem;
  }
}

.customer-reviews {
  position: relative;
  background: rgba(0, 0, 0, 0.025);
  padding: 5rem 0;
}
.customer-reviews h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.customer-reviews .review-box {
  display: block;
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
}
.customer-reviews .review-box + .review-box {
  margin-top: 1.5rem;
}
.customer-reviews .review-box .review-stars {
  display: flex;
  align-items: center;
}
.customer-reviews .review-box .review-stars img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
}
.customer-reviews .review-box p {
  margin: 1rem 0;
  font-size: 1rem;
  color: #000;
}
.customer-reviews .review-box .review-person {
  position: relative;
  margin-top: 0;
  font-size: 0.9rem;
}
.customer-reviews .reviews-slider {
  margin-top: 2.5rem;
}

.sub-main {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .sub-main {
    padding: 5rem 0;
  }
}
.sub-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  background: #000;
  opacity: 0.25;
}
@media (max-width: 767.9px) {
  .sub-main:before {
    opacity: 0.5;
  }
}
.sub-main .sub-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sub-main .container {
  position: relative;
  z-index: 2;
}
.sub-main h1 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.sub-main h2 {
  font-size: 2.5rem;
  margin: 1rem 0 1rem 0;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  .sub-main h2 {
    font-size: 2rem;
  }
}
.sub-main p {
  color: white;
}

.content-page {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5rem 0;
}
.content-page h1 {
  font-weight: bold;
  color: #000;
  font-size: 2.5rem;
  margin: 0 0 1.5rem 0;
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  margin: 2.5rem 0 1rem 0;
  color: #000;
  font-weight: bold;
}
.content-page a:not(.btn) {
  color: inherit;
}

.about {
  position: relative;
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.025);
}
.about h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}
.about h4 {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 1rem;
  font-size: 1rem;
}
.about ul.nav .nav-item .nav-link {
  font-size: 1.45rem;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .about ul.nav .nav-item .nav-link {
    font-size: 1.25rem;
  }
}
.about ul.nav .nav-item .nav-link:hover {
  color: #1970B7;
}
.about ul.nav .nav-item .nav-link:hover:before {
  border-color: #1970B7;
  background: #1970B7;
}
.about ul.nav .nav-item .nav-link:hover:after {
  border-color: #fff;
}
.about ul.nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  content: " ";
  border: 1px solid #000;
  margin: auto;
}
.about ul.nav .nav-item .nav-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.about-affiliations {
  position: relative;
  padding: 5rem 0 5rem 0;
}
.about-affiliations h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.about-affiliations .affiliations-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.about-affiliations .affiliations-logos a {
  width: calc(25% - 1.5rem);
  display: block;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .about-affiliations .affiliations-logos a {
    width: calc(50% - 1.5rem);
  }
}
.about-affiliations .affiliations-logos a img {
  width: 100%;
  height: 5rem;
  object-fit: contain;
  display: block;
}

.about-cta {
  position: relative;
  padding: 5rem 0;
}
.about-cta h2 {
  font-weight: bold;
}
.about-cta .img-fluid {
  border-radius: 1rem;
}

.about-main-mission {
  padding: 5rem 0;
  background: #000;
}
.about-main-mission p {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.about-mission {
  padding: 10rem 0;
  background: url("../img/doctors-bg.jpg") center no-repeat fixed;
  background-size: cover;
  position: relative;
}
@media (max-width: 767.9px) {
  .about-mission {
    background-attachment: inherit;
  }
}
.about-mission:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: " ";
  z-index: 1;
  opacity: 0.7;
}
.about-mission .container {
  position: relative;
  z-index: 2;
}
.about-mission h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
.about-mission p {
  font-size: 1rem;
  color: #fff;
  margin: 1rem 0 0 0;
}

.about-technology {
  padding: 5rem 0;
}
.about-technology h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #1970B7;
}
.about-technology h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin: 1rem 0 0.5rem 0;
}
.about-technology .technology-images {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .about-technology .technology-images {
    flex-direction: column;
  }
}
.about-technology .technology-images img {
  width: 45%;
  height: 25rem;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .about-technology .technology-images img {
    width: 100%;
    height: 15rem;
  }
  .about-technology .technology-images img + img {
    margin-top: 1.5rem;
  }
}

.about-culture {
  position: relative;
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.025);
}
@media (max-width: 767.9px) {
  .about-culture {
    padding-top: 25rem;
  }
}
.about-culture:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../img/contact-bg.jpg") center no-repeat;
  background-size: cover;
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .about-culture:after {
    width: 100%;
    height: 20rem;
  }
}
.about-culture h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}
.about-culture h4 {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 1rem;
  font-size: 1rem;
}
.about-culture ul.nav .nav-item .nav-link {
  font-size: 1.45rem;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  color: #000;
}
.about-culture ul.nav .nav-item .nav-link:hover {
  color: #1970B7;
}
.about-culture ul.nav .nav-item .nav-link:hover:before {
  border-color: #1970B7;
  background: #1970B7;
}
.about-culture ul.nav .nav-item .nav-link:hover:after {
  border-color: #fff;
}
.about-culture ul.nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  content: " ";
  border: 1px solid #000;
  margin: auto;
}
.about-culture ul.nav .nav-item .nav-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.about-vision {
  padding: 5rem 0;
}
.about-vision h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}

.about-benefits {
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.025);
}
.about-benefits h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}
.about-benefits .benefit-item {
  position: relative;
  padding-left: 6rem;
}
@media (max-width: 767.9px) {
  .about-benefits .benefit-item {
    min-height: 5rem;
  }
}
.about-benefits .benefit-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background: rgba(25, 112, 183, 0.15);
  padding: 0.75rem;
}
.about-benefits .benefit-item strong {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.about-benefits .benefit-item span {
  display: block;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
}

.doctors {
  position: relative;
  padding: 2rem 0 5rem 0;
}
.doctors .doctor-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}
.doctors .doctor-item:hover > img {
  box-shadow: rgba(25, 112, 183, 0.25) 0 0 0 0.35rem;
}
.doctors .doctor-item:hover .doctor-info h2 {
  color: #1970B7;
}
.doctors .doctor-item > img {
  display: block;
  width: 12rem;
  height: 15rem;
  border-radius: 1rem;
  object-fit: cover;
  flex-shrink: 0;
}
.doctors .doctor-item .doctor-info {
  padding-top: 1.25rem;
}
.doctors .doctor-item .doctor-info h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.doctors .doctor-item .doctor-info p {
  display: block;
  margin: 0;
  padding-right: 20%;
  font-size: 0.9rem;
}
.doctors .doctor-item .doctor-info span {
  display: none;
}

.doctor-page {
  position: relative;
  padding: 5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.9px) {
  .doctor-page {
    padding-top: 2.5rem;
  }
}
.doctor-page h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .doctor-page h1 {
    font-size: 2rem;
  }
}
.doctor-page .doctor-specialties {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.075) 0 0.25rem 0.75rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-specialties {
    box-shadow: none;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
.doctor-page .doctor-specialties h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.doctor-page .doctor-specialties ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.doctor-page .doctor-specialties ul li {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #000;
  position: relative;
  padding-left: 1rem;
}
.doctor-page .doctor-specialties ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid #1970B7;
  border-bottom: 2px solid #1970B7;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}
.doctor-page .doctor-education {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.doctor-page .doctor-education h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.doctor-page .doctor-education ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.doctor-page .doctor-education ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-education ul li {
    flex-direction: column;
    align-items: stretch;
  }
}
.doctor-page .doctor-education ul li strong {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
  width: 7.5rem;
  text-align: center;
}
.doctor-page .doctor-education ul li span {
  padding-left: 0.5rem;
  font-size: 0.9rem;
  color: #000;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-education ul li span {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.doctor-page .doctor-image {
  width: 100%;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-image {
    width: auto;
    max-width: 100%;
  }
}

.doctor-testimonial {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.025);
}
@media (max-width: 767.9px) {
  .doctor-testimonial {
    width: calc(100% + 1.5rem);
    margin: 2.5rem -0.75rem -5rem -0.75rem;
    padding: 2.5rem 0.75rem;
    border-radius: 0;
  }
}
.doctor-testimonial figure {
  margin: 0;
}
.doctor-testimonial figure blockquote {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
@media (max-width: 767.9px) {
  .doctor-testimonial figure blockquote {
    font-size: 1.25rem;
  }
}
.doctor-testimonial figure figcaption {
  position: relative;
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000;
}

.service-header {
  position: relative;
  padding: 2.5rem 0;
  background: rgba(25, 112, 183, 0.05);
}
.service-header h1 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}
.service-header .breadcrumb {
  margin: 0;
}
@media (max-width: 767.9px) {
  .service-header .breadcrumb {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.service-header .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: #000;
  flex-shrink: 0;
}
.service-header .breadcrumb .breadcrumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
.service-header .breadcrumb .breadcrumb-item a {
  color: #1970B7;
}
@media (max-width: 767.9px) {
  .service-header .btn {
    justify-content: center;
  }
}

.service-page {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .service-page {
    padding: 2.5rem 0;
  }
}
.service-page .service-section {
  position: relative;
  display: block;
  margin-bottom: 2.5rem;
}
.service-page .service-section h3 {
  font-weight: bold;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service-page .service-section .service-section-image {
  border-radius: 1rem;
  object-fit: cover;
  display: block;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.service-page .service-section .service-section-image.image-right {
  width: 35%;
  float: right;
  margin-left: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service-page .service-section .service-section-image.image-right {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-page .service-section .service-section-image.image-right {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  .service-page .service-section .service-section-image.image-right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.service-page .service-section a:not(.btn) {
  color: #1970B7;
}
.service-page .service-section.service-treatment .treatment-option h4 {
  font-weight: bold;
  color: #1970B7;
  font-size: 1.25rem;
  margin: 2rem 0 1rem 0;
}
.service-page .service-section .service-sub-section h4 {
  font-weight: bold;
  color: #1970B7;
  font-size: 1.25rem;
  margin: 2rem 0 1rem 0;
}
.service-page .service-section .nav .nav-item .nav-link {
  color: #1970B7;
  font-weight: 600;
  padding: 0.35rem 0;
}
.service-page .service-section .nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.service-page .services-sidebar {
  position: sticky;
  top: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.075) 0 0.25rem 0.75rem;
}
.service-page .services-sidebar h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.service-page .services-sidebar ul.nav .nav-item .nav-link {
  padding: 0.25rem 0;
  color: #000;
}
.service-page .services-sidebar ul.nav .nav-item .nav-link:hover, .service-page .services-sidebar ul.nav .nav-item .nav-link:focus, .service-page .services-sidebar ul.nav .nav-item .nav-link:active, .service-page .services-sidebar ul.nav .nav-item .nav-link.active {
  color: #1970B7;
  background: none;
}
.service-page .services-sidebar ul.nav .nav-item .nav {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0.75rem;
}
.service-page .services-sidebar ul.nav .nav-item .nav .nav-item .nav-link {
  font-size: 0.9rem;
}

.services-page {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.services-page h1 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.services-page ul.nav .nav-item .nav-link {
  font-size: 1.45rem;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  color: #000;
  white-space: normal;
  display: block;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .services-page ul.nav .nav-item .nav-link {
    font-size: 1.25rem;
  }
}
.services-page ul.nav .nav-item .nav-link:hover {
  color: #1970B7;
}
.services-page ul.nav .nav-item .nav-link:hover:before {
  border-color: #1970B7;
  background: #1970B7;
}
.services-page ul.nav .nav-item .nav-link:hover:after {
  border-color: #fff;
}
.services-page ul.nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  content: " ";
  border: 1px solid #000;
  margin: auto;
}
.services-page ul.nav .nav-item .nav-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.patients-referral {
  padding: 5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.9px) {
  .patients-referral {
    padding: 2.5rem 0;
  }
}
.patients-referral h1 {
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .patients-referral h1 {
    margin-bottom: 0;
  }
}
.patients-referral h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.patients-referral h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5rem;
}
.patients-referral p a {
  color: inherit;
}

.contact-us {
  padding: 5rem 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-us h1 {
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .contact-us h1 {
    margin-bottom: 0;
  }
}
.contact-us h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.contact-us p a {
  color: inherit;
}
.contact-us form {
  margin-top: 1rem;
}
.contact-us .contact-item {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 4rem;
  color: #000;
}
.contact-us .contact-item img {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.contact-us .contact-item h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.contact-us .contact-item p {
  margin: 0;
  font-size: 0.9rem;
}
.contact-us iframe {
  margin-top: 2rem;
  border-radius: 1rem;
}

.trials {
  padding: 5rem 0;
  position: relative;
}
.trials h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.trial-sections {
  padding: 0 0 5rem 0;
}
.trial-sections .trial-section {
  display: block;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.075) 0 0.25rem 0.75rem;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section {
    padding: 1.5rem;
  }
}
.trial-sections .trial-section + .trial-section {
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section + .trial-section {
    margin-top: 1.5rem;
  }
}
.trial-sections .trial-section .trial-title {
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  display: block;
}
.trial-sections .trial-section .trial-dates {
  display: flex;
  color: #000;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section .trial-dates {
    flex-wrap: wrap;
  }
}
.trial-sections .trial-section .trial-dates strong {
  font-size: 0.9rem;
  width: 10rem;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section .trial-dates strong {
    width: 100%;
  }
}
.trial-sections .trial-section .trial-dates span {
  font-size: 0.9rem;
}
.trial-sections .trial-section .trial-description {
  display: flex;
  color: #000;
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section .trial-description {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.trial-sections .trial-section .trial-description strong {
  font-size: 0.9rem;
  width: 10rem;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section .trial-description strong {
    width: 100%;
  }
}
.trial-sections .trial-section .trial-description p {
  font-size: 0.9rem;
  margin: 0;
}
.trial-sections .trial-section .trial-status {
  display: flex;
  color: #000;
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section .trial-status {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.trial-sections .trial-section .trial-status strong {
  font-size: 0.9rem;
  width: 10rem;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .trial-sections .trial-section .trial-status strong {
    width: 100%;
  }
}
.trial-sections .trial-section .trial-status span {
  font-size: 0.9rem;
}

.insurance-plans {
  position: relative;
  padding: 5rem 0;
}
.insurance-plans h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.insurance-plans p {
  color: #000;
}
.insurance-plans p a {
  color: inherit;
}
.insurance-plans ul {
  padding-left: 1.25rem;
  display: block;
}
.insurance-plans ul li {
  position: relative;
  font-weight: 500;
  color: #000;
  font-size: 1.25rem;
  margin: 0.75rem 0 0 0;
}
.insurance-plans .plans-instructions {
  display: block;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.075) 0 0.25rem 0.75rem;
}
.insurance-plans .plans-instructions + .plans-instructions {
  margin-top: 1.5rem;
}
.insurance-plans .plans-instructions img {
  display: block;
  width: 3rem;
  height: 3rem;
  opacity: 0.125;
}
.insurance-plans .plans-instructions h4 {
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
  color: #000;
  font-size: 1rem;
}
.insurance-plans .plans-instructions p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
}

.reviews {
  padding: 5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.reviews .satisfied-patient-reviews-box {
  font-family: "Inter", sans-serif;
  padding: 0;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link span {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link span i {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link span i b.star {
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  opacity: 0.5;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active {
  border-bottom-color: #000;
  color: #000;
  font-weight: bold;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active span {
  background: #000;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from a {
  color: #000;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-content {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.75);
}

.patient-forms {
  padding: 5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.patient-forms h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}
.patient-forms .forms-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
}
.patient-forms .forms-list .form-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
.patient-forms .forms-list .form-item:hover, .patient-forms .forms-list .form-item:focus {
  background: rgba(0, 0, 0, 0.1);
}
.patient-forms .forms-list .form-item:active {
  background: rgba(0, 0, 0, 0.15);
}
.patient-forms .forms-list .form-item:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/download.svg") center no-repeat;
  background-size: contain;
  margin: -0.15rem 0.5rem -0.15rem -0.25rem;
}
.patient-forms .forms-box {
  display: block;
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.075) 0 0.25rem 0.75rem;
}
.patient-forms .forms-box > strong {
  display: block;
  font-size: 1rem;
  color: #1970B7;
  font-weight: 600;
}
.patient-forms .forms-box .forms-box-feature {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 0.75rem;
}
.patient-forms .forms-box .forms-box-feature img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.patient-forms .forms-box .forms-box-feature strong {
  font-weight: 400;
}

.surgical-center {
  position: relative;
  padding: 5rem 0 0 0;
}
.surgical-center .surgical-logo {
  height: 3rem;
}
.surgical-center h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  margin: 2.5rem 0 0 0;
}

.surgical-benefits {
  padding: 5rem 0;
  text-align: center;
}
.surgical-benefits .benefit-item {
  display: block;
  position: relative;
}
.surgical-benefits .benefit-item img {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: auto;
}
.surgical-benefits .benefit-item h3 {
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem 0;
}
.surgical-benefits .benefit-item p {
  margin: 0;
  padding: 0 10%;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .surgical-benefits .benefit-item p {
    padding: 0;
  }
}

.surgical-cta {
  position: relative;
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.025);
}
.surgical-cta img.img-fluid {
  border-radius: 1rem;
}
.surgical-cta h3 {
  font-size: 2rem;
  padding-right: 15%;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.surgical-cta p {
  color: #000;
}
.surgical-cta p a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.surgical-cta p a:hover {
  text-decoration: underline;
}

.new-patients-info {
  position: relative;
}
@media (max-width: 767.9px) {
  .new-patients-info {
    padding: 2.5rem 0 5rem 0;
  }
}
.new-patients-info .box {
  position: relative;
  padding: 5rem 25% 5rem 0;
}
@media (max-width: 767.9px) {
  .new-patients-info .box {
    padding: 2.5rem 0 0 0;
  }
}
.new-patients-info .box img {
  width: 4rem;
  height: 4rem;
  display: block;
}
.new-patients-info .box h3 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.how-to-schedule {
  position: relative;
}
.how-to-schedule .box {
  border-radius: 1rem;
  padding: 4rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0.25rem 2rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.9px) {
  .how-to-schedule .box {
    padding: 0 0 5rem 0;
    box-shadow: none;
  }
}
.how-to-schedule h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.how-to-schedule .step-box {
  display: block;
  position: relative;
}
.how-to-schedule .step-box img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.how-to-schedule .step-box .step-number {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: black;
  margin: 1.5rem 0 0.5rem 0;
}
@media (max-width: 767.9px) {
  .how-to-schedule .step-box .step-number {
    margin: 0.5rem 0 0.25rem 0;
  }
}
.how-to-schedule .step-box p.small {
  color: rgba(0, 0, 0, 0.5);
}
.how-to-schedule .step-box ul {
  padding-left: 1.2rem;
}
.how-to-schedule .step-box ul li {
  margin-top: 0.5rem;
}
.how-to-schedule .step-box ul li strong {
  font-weight: 600;
}
.how-to-schedule .step-box ul li a {
  color: #000;
}

.faq {
  padding: 10rem 0 5rem 0;
  margin-top: -5rem;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0.0125);
}
@media (max-width: 767.9px) {
  .faq {
    margin-top: 0;
    padding: 5rem 0;
  }
}
.faq h2 {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
}
.faq .faq-entry {
  margin-top: 2rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.25rem 1rem;
  border-radius: 1rem;
  padding: 2rem;
}
.faq .faq-entry .faq-question {
  font-weight: 700;
  color: #1970B7;
  font-size: 1.25rem;
}
.faq .faq-entry .faq-answer {
  padding-top: 1rem;
  color: #000;
}
.faq .faq-entry .faq-answer a {
  color: inherit;
}
.faq .faq-entry .faq-answer *:last-child {
  margin-bottom: 0;
}

.patients-portal {
  position: relative;
  padding: 5rem 0;
}
.patients-portal h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.patients-portal h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.patients-portal h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.patients-portal p {
  color: #000;
}
.patients-portal .portal-feature {
  display: flex;
  align-items: center;
}
.patients-portal .portal-feature + .portal-feature {
  margin-top: 0.75rem;
}
.patients-portal .portal-feature img {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  background: rgba(25, 112, 183, 0.15);
  padding: 0.5rem;
  border-radius: 1rem;
  margin-right: 1rem;
}
.patients-portal .portal-feature span {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
}
.patients-portal .portal-feature span i {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.patients-portal ol li {
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .patients-portal ol li {
    font-size: 0.9rem;
  }
}
.patients-portal ol li i {
  display: block;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

/*# sourceMappingURL=style.css.map */
