/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Geneva Eye Clinic
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import "components/flickity.css";
.animated-effect, .service-treatment .table tbody tr, .doctors .doctor-item h4, .doctors .doctor-item h2, .doctors .doctor-item, .hospitals .hospitals-list li a, .affiliations ul.affiliations-list li a, .community-links .community-link, .top-services .service-box, .btn.btn-with-icon img.btn-icon-hover-dark, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect, header.page-header .navbar {
  transition: 0.25s ease all;
}

.active-effect, .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 {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .img-fluid {
  user-select: none;
}

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

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

.heading-1 {
  font-weight: 700;
  font-size: 3rem;
  color: #046E8F;
  line-height: 1.1;
  letter-spacing: -2px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .heading-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .heading-1 {
    font-size: 2.5rem;
  }
}

.heading-2 {
  font-weight: 700;
  font-size: 2rem;
  color: #046E8F;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .heading-2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .heading-2 {
    font-size: 1.5rem;
  }
}

.heading-3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #183446;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .heading-3 {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .heading-3 {
    font-size: 1rem;
  }
}

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

.spinner-border.custom-spinner {
  border-width: 3px;
  color: #e6e6e6;
}

header.page-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: rgba(24, 52, 70, 0.1) 0 0.1rem 0.35rem;
}
@media (max-width: 767.9px) {
  header.page-header {
    position: relative;
  }
}
header.page-header .cta {
  background: #25506c;
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 98;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
header.page-header .cta.sale-cta {
  background: #00A0F7;
}
header.page-header .cta .container {
  position: relative;
  z-index: 2;
}
header.page-header .cta a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-block;
}
header.page-header .cta a:hover, header.page-header .cta a:focus, header.page-header .cta a:active {
  text-decoration: underline;
  color: #fff;
}
header.page-header .branding {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
header.page-header .branding .container {
  display: flex;
  align-items: center;
}
header.page-header .branding .branding-contact {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header.page-header .branding .branding-contact .contact-item {
  margin-right: 2rem;
  text-decoration: none;
  position: relative;
  padding-left: 2.25rem;
}
@media (max-width: 767.9px) {
  header.page-header .branding .branding-contact .contact-item {
    display: none;
  }
  header.page-header .branding .branding-contact .contact-item:nth-child(1) {
    margin-right: 0.5rem;
    display: block;
  }
}
header.page-header .branding .branding-contact .contact-item img {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header.page-header .branding .branding-contact .contact-item strong {
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(24, 52, 70, 0.5);
}
header.page-header .branding .branding-contact .contact-item span {
  display: block;
  font-weight: 600;
  color: #183446;
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .branding .branding-contact .contact-item span {
    max-width: 150px;
  }
}
@media (max-width: 767.9px) {
  header.page-header .branding .branding-contact .btn.btn-primary {
    position: fixed;
    bottom: 0.5rem;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    z-index: 9;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .branding .branding-contact .btn.btn-outline-primary {
    padding: 0.5rem 1rem;
  }
}
header.page-header .branding .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
}
header.page-header .branding .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header.page-header .navbar-brand img {
  height: 60px;
  width: auto;
}
@media (max-width: 767.9px) {
  header.page-header .navbar-brand img {
    height: 45px;
  }
}
header.page-header .navbar {
  padding: 0.5rem 0;
  z-index: 99;
  position: relative;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    padding: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item:first-child {
  margin-left: -0.75rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0 !important;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    text-align: left;
    width: 100%;
  }
  header.page-header .navbar .navbar-nav .nav-item .btn-xs-sm {
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  color: #183446;
  border-radius: 0.45rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #25506c;
  background: #f2f3f4;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #326c92;
  background: #ddd;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #326c92;
  background: #f1f7fa;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  opacity: 0.25;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 0.45rem;
  box-shadow: rgba(24, 52, 70, 0.2) 0 0.1rem 0.45rem;
  padding: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #183446;
  border-radius: 0.45rem;
}
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 {
  color: #25506c;
  background: #f2f3f4;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  color: #326c92;
  background: #ddd;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  color: #326c92;
  background: #f1f7fa;
}

footer.page-footer {
  background: #183446;
  padding: 4rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding-top: 2.5rem;
  }
  footer.page-footer .navbar-brand img {
    height: 2.5rem;
  }
}
footer.page-footer .navbar-brand img {
  filter: brightness(0) invert(1);
  height: 60px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand {
    display: block;
    margin-bottom: 1.5rem !important;
  }
}
footer.page-footer hr {
  margin: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  background: transparent;
  opacity: 1;
}
footer.page-footer h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 1.5rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer p:last-child {
  margin-bottom: 0;
}
footer.page-footer p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
footer.page-footer .nav-link {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
footer.page-footer .nav-link:hover {
  color: #fff;
  opacity: 1;
}
footer.page-footer .working-hours span {
  display: inline-block;
  width: 60px;
}
footer.page-footer .working-hours strong {
  font-weight: 600;
}

.btn {
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border-radius: 0.45rem;
}
.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.btn-primary {
  background: #183446;
  border-color: #183446;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #25506c;
  border-color: #25506c;
}
.btn.btn-secondary {
  background: #eee;
  border-color: #eee;
  color: #183446;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #ddd;
  border-color: #ddd;
  color: #183446;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
  background: #183446;
  border-color: #183446;
  color: #fff;
}
.btn.btn-light:active {
  background: #25506c;
  border-color: #25506c;
  color: #fff;
}
.btn.btn-dark {
  border-color: #046E8F;
  background-color: #046E8F;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  background: #0594c1;
  border-color: #0594c1;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #183446;
  color: #183446;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background: #183446;
  border-color: #183446;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.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-dark {
  border-color: #046E8F;
  color: #046E8F;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active {
  background: #046E8F;
  border-color: #046E8F;
  color: #fff;
}
.btn.btn-link {
  border: transparent;
  box-shadow: none;
  background: transparent;
  color: #183446;
  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: #2c5e7f;
}
.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 #183446;
  border-bottom: 3px solid #183446;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
}
.btn.btn-with-icon {
  display: flex;
  align-items: center;
}
.btn.btn-with-icon img {
  margin-right: 0.5rem;
  margin-left: -0.25rem;
  width: 1rem;
  height: 1rem;
}
.btn.btn-with-icon img.btn-icon-white {
  filter: brightness(0) invert(1);
}
.btn.btn-with-icon:hover img.btn-icon-hover-dark, .btn.btn-with-icon:focus img.btn-icon-hover-dark, .btn.btn-with-icon:active img.btn-icon-hover-dark {
  filter: none;
}
.btn.btn-with-icon:hover img.btn-icon-hover-white, .btn.btn-with-icon:focus img.btn-icon-hover-white, .btn.btn-with-icon:active img.btn-icon-hover-white {
  filter: brightness(0) invert(1);
}

.modal.appointment-modal .modal-content {
  padding: 2rem;
  border: none;
  box-shadow: rgba(4, 110, 143, 0.15) 0 0.15rem 0.25rem;
  border-radius: 0.5rem;
}
.modal.appointment-modal .modal-header {
  border: none;
  position: relative;
  padding-bottom: 0;
}
.modal.appointment-modal .modal-header .modal-title {
  color: #183446;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.modal.appointment-modal .modal-header .btn-close {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.modal.appointment-modal .modal-body {
  position: relative;
}
.modal.appointment-modal .modal-body .modal-title {
  color: #183446;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.modal.appointment-modal .modal-body .btn-close {
  margin: auto 0;
  position: absolute;
  top: 1rem;
  right: 0;
}
.modal.appointment-modal .form-response {
  margin-top: 2.5rem;
  padding: 2.5rem 0 0 0;
  border-top: 1px solid #ddd;
  display: none;
}
.modal.appointment-modal .form-response.v2 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.modal.appointment-modal .form-response img {
  margin-bottom: 2rem;
  width: 4rem;
}
.modal.appointment-modal .form-response h4 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #00A0F7;
  margin-bottom: 1rem;
}

.form-label {
  margin-bottom: 0.15rem;
  font-weight: 700;
  color: #183446;
}
.form-label span {
  font-weight: 400;
  color: rgba(24, 52, 70, 0.5);
  font-size: 90%;
}

.form-control {
  height: auto;
  padding: 0.75rem;
}
.form-control:focus {
  box-shadow: rgba(24, 52, 70, 0.15) 0 0.15rem 0.15rem;
  border-color: #ccc;
}

.main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10rem 0;
}
@media (max-width: 767.9px) {
  .main {
    text-align: center;
  }
}
.main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main .container {
  position: relative;
  z-index: 2;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #183446;
  content: " ";
  z-index: 1;
  opacity: 0.25;
}
@media (max-width: 767.9px) {
  .main:before {
    opacity: 0.5;
  }
}
.main h1 {
  color: #fff;
  text-shadow: rgba(24, 52, 70, 0.25) 0 2px 2px;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: -2px;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
  }
}
.main p {
  color: #fff;
  max-width: 60%;
  font-size: 1.25rem;
}
@media (max-width: 767.9px) {
  .main p {
    max-width: 100%;
    text-align: center;
  }
}

.top-services {
  display: block;
  padding: 4rem 0;
}
.top-services .service-box {
  display: block;
  text-decoration: none;
  background: #f2f3f4;
  color: #183446;
  border-radius: 0.45rem;
  overflow: hidden;
}
.top-services .service-box:hover {
  background: #183446;
  box-shadow: rgba(24, 52, 70, 0.25) 0 0.2rem 0.4rem;
  color: #fff;
}
.top-services .service-box img {
  width: 100%;
  display: block;
}
.top-services .service-box h4 {
  display: block;
  margin: 0;
  padding: 1.5rem 0.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.customer-reviews {
  padding: 0 0 4rem 0;
}
.customer-reviews .reviews-slider-wrapper {
  position: relative;
  border-radius: 0.45rem;
  box-shadow: rgba(24, 52, 70, 0.05) 0 0.25rem 1.5rem;
  padding: 4.5rem;
}
@media (max-width: 767.9px) {
  .customer-reviews .reviews-slider-wrapper {
    padding: 0;
    box-shadow: none;
  }
}
.customer-reviews .review-box {
  position: relative;
  display: block;
  width: 100%;
}
.customer-reviews .review-box .review-stars {
  display: flex;
  margin-bottom: 1rem;
}
.customer-reviews .review-box .review-stars img {
  width: 1rem;
  margin-right: 0.15rem;
}
.customer-reviews .review-box p {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
  color: #183446;
}
.customer-reviews .review-box .review-person {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #183446;
}
.customer-reviews .review-box .review-person img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  display: block;
  margin-right: 0.75rem;
  border-radius: 50%;
  border: 1px solid #eee;
}
.customer-reviews .flickity-page-dots {
  left: 0;
  width: auto;
  padding-top: 1rem;
}
.customer-reviews .flickity-page-dots .dot {
  width: 1.25rem;
  height: 0.3rem;
  border-radius: 0.45rem;
  margin: 0 0.5rem 0 0;
}

.meet-doctor {
  position: relative;
  padding: 4rem 0;
  background: #f1f7fa;
}
@media (max-width: 767.9px) {
  .meet-doctor {
    text-align: center;
  }
}
.meet-doctor img.doctor-image {
  border-radius: 1rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  .meet-doctor img.doctor-image {
    width: 60%;
    margin: auto;
    display: block;
  }
}
.meet-doctor h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00A0F7;
}
.meet-doctor h2 {
  font-weight: bold;
  color: #183446;
}
@media (max-width: 767.9px) {
  .meet-doctor h2 {
    margin-left: 0;
  }
}
.meet-doctor p {
  color: #183446;
  font-size: 1.25rem;
}
.meet-doctor p a {
  color: #183446;
  font-weight: 600;
  text-decoration: underline;
}
.meet-doctor.dark-version {
  background: #183446;
}
.meet-doctor.dark-version h3 {
  color: #fff;
}
.meet-doctor.dark-version h2 {
  color: #fff;
}
.meet-doctor.dark-version p {
  color: #fff;
}

.mission-header {
  padding: 4rem 0;
  background: #fff;
}
.mission-header h1 {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
  color: #183446;
}
@media (max-width: 767.9px) {
  .mission-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.mission-header p {
  margin-bottom: 0;
  color: #183446;
}
.mission-header .img-fluid {
  margin: 0 0 -4rem 0;
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 767.9px) {
  .mission-header .img-fluid {
    margin-top: 2rem;
  }
}

.mission-core-level {
  padding: 4rem 0;
  background: #f1f7fa;
}
.mission-core-level h2 {
  font-weight: bold;
  color: #183446;
  max-width: 75%;
}
.mission-core-level p {
  margin-bottom: 0;
  color: #183446;
}
.mission-core-level img:not(.img-fluid) {
  width: 5rem;
  height: 5rem;
}
.mission-core-level img.img-fluid {
  margin-bottom: -4rem;
}

.mission-history {
  padding: 4rem 0;
  background: #25506c;
}
.mission-history h2 {
  font-weight: bold;
  color: #fff;
  max-width: 75%;
}
.mission-history p {
  color: rgba(255, 255, 255, 0.75);
}
.mission-history .history-timeline {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}
.mission-history .history-timeline li {
  display: flex;
  align-items: center;
  position: relative;
}
.mission-history .history-timeline li + li {
  margin-top: 0.75rem;
}
.mission-history .history-timeline li + li:before {
  position: absolute;
  top: -0.75rem;
  left: 1.5rem;
  width: 1px;
  height: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
}
.mission-history .history-timeline li strong {
  width: 3rem;
  height: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 0.7rem;
  flex-shrink: 0;
  border-radius: 1rem;
}
.mission-history .history-timeline li p {
  margin: 0 0 0 0.5rem;
}

.community-header {
  padding: 4rem 0;
}
.community-header h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .community-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.community-header p {
  margin-bottom: 0;
  color: #183446;
}
.community-header .img-fluid {
  margin: -4rem 0;
}

.community-links {
  padding: 4rem 0;
  background: #f1f7fa;
}
.community-links .community-link {
  display: block;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.45rem;
  text-decoration: none;
  color: #183446;
}
.community-links .community-link:hover {
  box-shadow: rgba(24, 52, 70, 0.15) 0 0.2rem 0.45rem;
}
.community-links .community-link img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.community-links .community-link h4 {
  display: block;
  font-size: 1.2rem;
  color: #046E8F;
  margin: 1.5rem 0 0.5rem 0;
  font-weight: bold;
}
.community-links .community-link p {
  margin: 0;
}

.affiliations {
  display: block;
  padding: 4rem 0;
}
.affiliations h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .affiliations h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.affiliations h3 {
  font-weight: bold;
  color: #046E8F;
}
.affiliations img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 3rem 0 1rem 0;
}
.affiliations ul.affiliations-list li {
  margin-top: 1rem;
}
.affiliations ul.affiliations-list li a {
  color: #183446;
  text-decoration: none;
  font-weight: 400;
}
.affiliations ul.affiliations-list li a:hover {
  font-weight: bold;
}

.hospitals {
  background: #f1f7fa;
  padding: 4rem 0;
}
.hospitals h1 {
  font-weight: bold;
  color: #183446;
}
.hospitals .hospitals-list {
  display: flex;
  flex-wrap: wrap;
}
.hospitals .hospitals-list li {
  width: calc(80% / 2);
  margin: 1rem 1rem 0 0;
}
@media (max-width: 767.9px) {
  .hospitals .hospitals-list li {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.hospitals .hospitals-list li a {
  display: block;
  background: #fff;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 0.45rem;
  box-shadow: rgba(24, 52, 70, 0.1) 0 0.15rem 0.25rem;
  text-decoration: none;
  color: #183446;
  font-weight: bold;
  position: relative;
}
.hospitals .hospitals-list li a:hover {
  box-shadow: rgba(24, 52, 70, 0.25) 0 0.2rem 0.35rem;
}
.hospitals .hospitals-list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  content: " ";
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
}

.doctors {
  display: block;
  padding: 4rem 0;
}
.doctors h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .doctors h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.doctors .doctor-item {
  display: block;
  padding: 2rem 1rem;
  border-radius: 1rem;
  margin-top: 2rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.doctors .doctor-item img {
  width: 15rem;
  height: 15rem;
  border-radius: 1rem;
  flex-shrink: 0;
}
.doctors .doctor-item h2 {
  font-weight: bold;
  color: #183446;
  margin: 1rem 0 0 0;
  font-size: 1.25rem;
}
.doctors .doctor-item h4 {
  font-weight: bold;
  color: rgba(24, 52, 70, 0.5);
  margin: 0.25rem 0 0 0;
  font-size: 1rem;
  opacity: 0;
}
.doctors .doctor-item h4:after {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 3px solid rgba(24, 52, 70, 0.5);
  border-bottom: 3px solid rgba(24, 52, 70, 0.5);
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: 0 0 0 0.25rem;
  display: inline-block;
}
.doctors .doctor-item .doctor-content {
  display: none;
}
.doctors .doctor-item:hover {
  background: #f1f7fa;
}
.doctors .doctor-item:hover h2 {
  color: #046E8F;
}
.doctors .doctor-item:hover h4 {
  opacity: 1;
}

.doctor-page {
  position: relative;
}
.doctor-page .doctor-header {
  background: #f1f7fa;
  padding: 4rem 0 0 0;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-header {
    padding-bottom: 2rem;
  }
}
.doctor-page .doctor-header .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-header .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
.doctor-page .doctor-header img {
  width: 10rem;
  border-radius: 1rem;
  margin-bottom: -2rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-header img {
    margin-bottom: 2rem;
  }
}
.doctor-page .doctor-header h1 {
  font-weight: bold;
  color: #183446;
  margin-left: 2rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-header h1 {
    margin-left: 0;
  }
}
.doctor-page .doctor-body {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-body {
    padding: 2rem 0;
  }
}
.doctor-page .doctor-body .doctor-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.doctor-page .doctor-body .doctor-features li {
  display: flex;
  align-items: flex-start;
  color: #183446;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-body .doctor-features li {
    flex-direction: column;
  }
}
.doctor-page .doctor-body .doctor-features li + li {
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-body .doctor-features li + li {
    margin-top: 1.5rem;
  }
}
.doctor-page .doctor-body .doctor-features li strong {
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-body .doctor-features li strong {
    width: 100%;
  }
}
.doctor-page .doctor-body .doctor-features li p {
  margin: 0;
}
.doctor-page .doctor-testimonial {
  padding: 4rem 0;
  background: #25506c;
}
.doctor-page .doctor-testimonial p {
  font-size: 1.5rem;
  color: #fff;
}
.doctor-page .doctor-testimonial p:before {
  content: '"';
}
.doctor-page .doctor-testimonial p:after {
  content: '"';
}
.doctor-page .doctor-testimonial span {
  display: block;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}

.doctor-testimonials {
  position: relative;
  padding: 4rem 0;
  background: #183446;
}
@media (max-width: 767.9px) {
  .doctor-testimonials {
    text-align: center;
  }
}
.doctor-testimonials h2 {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  .doctor-testimonials h2 {
    margin-left: 0;
  }
}
.doctor-testimonials p {
  color: #fff;
  font-size: 1.25rem;
}
.doctor-testimonials p a {
  color: #183446;
  font-weight: 600;
  text-decoration: underline;
}
.doctor-testimonials #sp_widget {
  position: relative;
  margin-top: 1.5rem;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box {
  font-family: "Poppins", sans-serif;
  padding: 0;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link:hover {
  color: #fff;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link:after {
  background: #fff;
  opacity: 0.2;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link span {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.1);
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link span i {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.doctor-testimonials #sp_widget .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;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active {
  border-bottom-color: #fff;
  color: #fff;
  font-weight: bold;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active span {
  background: rgba(255, 255, 255, 0.2);
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews {
  padding-right: 1.5rem;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews::-webkit-scrollbar {
  width: 5px;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews::-webkit-scrollbar-track {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item + .satisfied-patient-review-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from {
  font-size: 1rem;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from strong {
  color: #fff;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from a {
  color: #fff;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-stars {
  margin: 0.5rem 0 0 0;
}
.doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-content {
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.9px) {
  .doctor-testimonials #sp_widget .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-content {
    font-size: 1rem;
  }
}
.doctor-testimonials #sp_widget .satisfied-patient-company {
  filter: brightness(0) invert(1);
}
.doctor-testimonials #sp_widget .satisfied-patient-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767.9px) {
  .doctor-testimonials #sp_widget .satisfied-patient-loading {
    bottom: -5rem;
  }
}
.doctor-testimonials #sp_widget .satisfied-patient-loading:before {
  border-color: rgba(255, 255, 255, 0.5);
  border-right-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

.doctor-cta {
  position: relative;
  padding: 4rem 0;
  background: #224962;
}
.doctor-cta h2 {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  .doctor-cta h2 {
    margin-left: 0;
  }
}
.doctor-cta p {
  color: #fff;
  font-size: 1.25rem;
}
.doctor-cta p.small {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.doctor-cta p a {
  color: #183446;
  font-weight: 600;
  text-decoration: underline;
}

.service-header {
  padding: 4rem 0;
  background: #f1f7fa;
}
.service-header h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .service-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.service-header h2 {
  font-weight: bold;
  color: #046E8F;
}
.service-header p {
  margin-bottom: 0;
  color: #183446;
}
.service-header .btn {
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .service-header .btn {
    width: 100%;
    justify-content: center;
  }
  .service-header .btn + .btn {
    margin-top: 0.5rem;
  }
}
.service-header .img-fluid {
  margin: -4rem 0;
  width: 100%;
}
@media (max-width: 767.9px) {
  .service-header .img-fluid {
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
    margin: 4rem -0.75rem -4rem -0.75rem;
  }
}
.service-header + .service-categories {
  padding-top: 4rem;
}

.service-causes {
  padding: 4rem 0;
  position: relative;
}
.service-causes .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .service-causes .img-fluid {
    margin-bottom: 2rem;
  }
}
.service-causes h2 {
  font-weight: bold;
  color: #046E8F;
}
.service-causes p {
  color: #183446;
}

.service-symptoms {
  padding: 0 0 1px 0;
}
.service-symptoms .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .service-symptoms .img-fluid {
    margin-bottom: 2rem;
  }
}
.service-symptoms .box {
  padding: 3rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: rgba(24, 52, 70, 0.15) 0 0.15rem 0.4rem;
  margin-bottom: -4rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .service-symptoms .box {
    padding: 2rem;
  }
}
.service-symptoms h2 {
  font-weight: bold;
  color: #046E8F;
}
.service-symptoms p {
  color: #183446;
}
.service-symptoms .symptoms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.service-symptoms .symptoms-list li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.service-symptoms .symptoms-list li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.service-symptoms .symptoms-list li + li {
  margin-top: 0.5rem;
}
.service-symptoms + .service-diagnose {
  padding-top: 8rem;
}

.service-diagnose {
  padding: 4rem 0;
  background: #183446;
  color: #fff;
}
.service-diagnose h2 {
  font-weight: bold;
}
.service-diagnose p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .service-diagnose p {
    font-size: 1rem;
  }
}
.service-diagnose p.small {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 1rem;
}

.service-treatment {
  padding: 4rem 0;
  position: relative;
}
.service-treatment h2 {
  font-weight: bold;
  color: #046E8F;
}
.service-treatment h5 {
  font-weight: bold;
  color: #183446;
  font-size: 1.5rem;
  margin-top: 2.5rem;
}
.service-treatment p {
  color: #183446;
}
.service-treatment .treatment-option {
  background: #f1f7fa;
  padding: 2.5rem;
}
.service-treatment .treatment-option h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #00A0F7;
}
.service-treatment .treatment-option p {
  font-size: 0.9rem;
}
.service-treatment .treatment-option p:last-child {
  margin-bottom: 0;
}
.service-treatment .treatment-option img {
  width: 100%;
  height: 200px;
  object-position: center;
  object-fit: contain;
  margin-bottom: 1.5rem;
}
.service-treatment.v2 {
  background: #f1f7fa;
}
.service-treatment.v2 .treatment-option {
  background: #fff;
}
.service-treatment.v3 {
  background: #183446;
}
.service-treatment.v3 h2 {
  color: #fff;
}
.service-treatment.v3 p {
  color: rgba(255, 255, 255, 0.75);
}
.service-treatment.v3 .treatment-option {
  background: rgba(255, 255, 255, 0.1);
}
.service-treatment .table-responsive {
  background: none;
  border-radius: 1rem;
  border: 1px solid rgba(24, 52, 70, 0.1);
  padding: 1.5rem;
}
@media (max-width: 767.9px) {
  .service-treatment .table-responsive {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    border-radius: 0;
    padding: 1.5rem 0;
  }
}
.service-treatment .table {
  margin: 0;
}
.service-treatment .table thead {
  border: none;
}
.service-treatment .table thead tr {
  border: none;
}
.service-treatment .table thead tr th {
  border: none;
  font-weight: 600;
  font-size: 1rem;
  color: #046E8F;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .service-treatment .table thead tr th {
    white-space: nowrap;
  }
}
.service-treatment .table thead tr th:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.service-treatment .table tbody {
  border: none;
}
.service-treatment .table tbody tr:nth-child(2n) {
  background: rgba(4, 110, 143, 0.05);
}
.service-treatment .table tbody tr:hover {
  background: rgba(4, 110, 143, 0.1);
}
.service-treatment .table tbody tr td {
  border: none;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000;
  padding: 0.75rem 1rem;
}
.service-treatment .table tbody tr td:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-other {
  padding: 4rem 0;
  background: #25506c;
}
.service-other h2 {
  font-weight: bold;
  color: #fff;
}
.service-other p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
.service-other p a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.service-categories {
  padding: 0 0 4rem 0;
}
.service-categories .nav {
  position: sticky;
  top: 220px;
  padding: 2rem 0;
}
.service-categories .nav .nav-item {
  margin-bottom: 1rem;
}
.service-categories .nav .nav-item .nav-link {
  padding: 0;
  color: #183446;
  font-weight: 600;
  font-size: 1rem;
}
.service-categories h2 {
  font-weight: bold;
  color: #046E8F;
}
.service-categories h3 {
  font-weight: bold;
  color: #00A0F7;
  font-size: 1.5rem;
  margin-top: 2rem;
}
.service-categories h4 {
  font-weight: bold;
  color: #183446;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.service-categories p,
.service-categories ul li,
.service-categories ol li {
  color: #183446;
}
.service-categories .service-category:first-child {
  padding-top: 2rem;
  margin-top: -2rem;
}
.service-categories .service-category + .service-category {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.custom-cta-button {
  display: block;
  position: relative;
  margin-top: 2.5rem;
}
.custom-cta-button .cta-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #046E8F;
  padding-left: 2.5rem;
  padding-right: 50%;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .custom-cta-button .cta-title {
    padding-right: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .custom-cta-button .cta-title {
    padding-right: 25%;
  }
}
@media (max-width: 767.9px) {
  .custom-cta-button .cta-title {
    padding-right: 10%;
  }
}
.custom-cta-button .cta-title strong {
  font-weight: bold;
  color: #183446;
}
.custom-cta-button p {
  color: #046E8F;
  position: relative;
  font-style: italic;
  font-size: 1.25rem;
  padding-left: 2.5rem;
}
.custom-cta-button p:before {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 2rem;
  height: 4rem;
  background: url("../img/arrow-bottom.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
.custom-cta-button .btn.btn-primary {
  display: inline-flex;
  align-items: center;
}
.custom-cta-button .btn.btn-primary img {
  height: 3rem;
  margin-right: 1rem;
}

.eyewear-header {
  padding: 4rem 0;
  background: #f1f7fa;
}
.eyewear-header h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .eyewear-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.eyewear-header h2 {
  font-weight: bold;
  color: #046E8F;
}
.eyewear-header p {
  margin-bottom: 0;
  color: #183446;
}
.eyewear-header .btn {
  margin-top: 1.5rem;
}
.eyewear-header .img-fluid {
  margin: -4rem 0;
  width: 100%;
}
@media (max-width: 767.9px) {
  .eyewear-header .img-fluid {
    max-width: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    margin: 4rem -0.75rem -4rem -0.75rem;
  }
}

.eyewear-types {
  padding: 4rem 0;
  position: relative;
}
.eyewear-types .img-fluid {
  border-radius: 1rem;
}
.eyewear-types h2 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 1.5rem;
}
.eyewear-types h4 {
  font-weight: bold;
  color: #183446;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.eyewear-types .contact-types-list li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.eyewear-types .contact-types-list li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.eyewear-types .contact-types-list li + li {
  margin-top: 0.5rem;
}
.eyewear-types .treatment-option {
  background: #f1f7fa;
  padding: 2.5rem;
}
.eyewear-types .treatment-option h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #00A0F7;
}
.eyewear-types .treatment-option p {
  font-size: 0.9rem;
}
.eyewear-types .treatment-option p:last-child {
  margin-bottom: 0;
}

.eyewear-cta {
  padding: 4rem 0;
  background: #183446;
  color: #fff;
}
.eyewear-cta h2 {
  font-weight: bold;
}
.eyewear-cta h3 {
  color: #00A0F7;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 2.5rem;
}
.eyewear-cta p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.eyewear-cta p.small {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 1rem;
}
.eyewear-cta.insurance p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.eyewear-categories {
  padding: 4rem 0;
  position: relative;
}
.eyewear-categories .img-fluid {
  border-radius: 1rem;
}
.eyewear-categories .nav {
  position: sticky;
  top: 190px;
  padding: 2rem 0;
}
.eyewear-categories .nav .nav-item {
  margin-bottom: 1rem;
}
.eyewear-categories .nav .nav-item .nav-link {
  padding: 0;
  color: #183446;
  font-weight: 600;
  font-size: 1rem;
}
.eyewear-categories h1 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 1rem;
}
.eyewear-categories h3 {
  font-weight: bold;
  color: #00A0F7;
  font-size: 1.5rem;
  margin-top: 2rem;
}
.eyewear-categories h4 {
  font-weight: bold;
  color: #183446;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.eyewear-categories p,
.eyewear-categories ul li,
.eyewear-categories ol li {
  color: #183446;
}
.eyewear-categories .shop-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: -4rem 0 4rem 0;
  border-radius: 1rem;
}
.eyewear-categories .eyewear-category:first-child {
  margin-top: -2rem;
  padding-top: 2rem;
}
.eyewear-categories .eyewear-category .category-img {
  max-width: 250px;
  float: right;
  border-radius: 1rem;
  margin-left: 5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .eyewear-categories .eyewear-category .category-img {
    max-width: 150px;
  }
}
@media (max-width: 767.9px) {
  .eyewear-categories .eyewear-category .category-img {
    float: none;
    display: block;
    max-width: 250px;
    margin: auto auto 1.5rem auto;
  }
}
.eyewear-categories .eyewear-category a {
  color: #046E8F;
  font-weight: 600;
}
.eyewear-categories .eyewear-category + .eyewear-category {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

.patients-header {
  padding: 4rem 0;
  background: #f1f7fa;
}
.patients-header h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .patients-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.patients-header h2 {
  font-weight: bold;
  color: #046E8F;
}
.patients-header p {
  margin-bottom: 0;
  color: #183446;
}
.patients-header .btn {
  margin-top: 1.5rem;
}
.patients-header .documents-aside {
  display: flex;
  align-items: center;
}
.patients-header .documents-aside .img-fluid {
  max-width: 55%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.1rem 0.35rem;
}
.patients-header .documents-aside .img-fluid:nth-child(2) {
  margin-left: -5rem;
  transform: scale(1.025);
}
.patients-header .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .patients-header .img-fluid {
    margin-top: 4rem;
  }
}
.patients-header ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.patients-header ul li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patients-header ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.patients-header ul li + li {
  margin-top: 0.5rem;
}
.patients-header .insurance-box {
  padding: 2.5rem;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 767.9px) {
  .patients-header .insurance-box {
    margin-top: 4rem;
  }
}
.patients-header .insurance-box h4 {
  margin: 1.5rem 0 0.25rem 0;
  font-weight: bold;
  color: #046E8F;
}
.patients-header .insurance-box img {
  max-width: 100%;
  max-height: 150px;
}

.patients-payments {
  padding: 4rem 0;
  position: relative;
}
.patients-payments h2 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 2rem;
}
.patients-payments p {
  color: #183446;
}
.patients-payments ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.patients-payments ul li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patients-payments ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.patients-payments ul li + li {
  margin-top: 0.5rem;
}

.patients-appointment {
  padding: 4rem 0;
  position: relative;
}
.patients-appointment h2 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 1rem;
}
.patients-appointment h3 {
  font-weight: bold;
  color: #183446;
  margin: 1.5rem 0 1rem 0;
}
.patients-appointment .icon {
  width: 4rem;
  height: 4rem;
}
.patients-appointment .box {
  padding: 3rem;
  border-radius: 1rem;
  background: #fff;
  margin: 4rem 0 -8rem 0;
  box-shadow: rgba(24, 52, 70, 0.15) 0 0.15rem 0.4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.9px) {
  .patients-appointment .box {
    padding: 2rem;
  }
}
.patients-appointment .box h4 {
  font-weight: bold;
  color: #183446;
}
.patients-appointment .box h2 {
  font-size: 1.25rem;
  margin: 2.5rem 0 0.5rem 0;
}
.patients-appointment .box ul {
  margin-top: 0;
}
.patients-appointment .box p {
  margin: 0;
}
.patients-appointment p {
  color: #183446;
}
.patients-appointment ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.patients-appointment ul li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patients-appointment ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.patients-appointment ul li + li {
  margin-top: 0.5rem;
}

.patients-how-it-works {
  background: #183446;
  padding: 8rem 0 4rem 0;
}
.patients-how-it-works h3 {
  font-weight: bold;
  color: #fff;
}
.patients-how-it-works h6 {
  color: rgba(255, 255, 255, 0.25);
  font-size: 2.5rem;
  font-weight: bold;
}
.patients-how-it-works p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 80%;
}
.patients-how-it-works p a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.patients-form-completion {
  background: #25506c;
  padding: 4rem 0;
}
.patients-form-completion p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}

.patients-insurance {
  padding: 4rem 0;
}
.patients-insurance h2 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 2rem;
}
.patients-insurance p {
  color: #183446;
}
.patients-insurance ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.patients-insurance ul li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patients-insurance ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.patients-insurance ul li + li {
  margin-top: 0.5rem;
}

.patients-refraction {
  padding: 4rem 0;
  background: #326c92;
}
.patients-refraction h2 {
  font-weight: bold;
  color: #fff;
  margin: 0 0 1rem 0;
}
.patients-refraction p {
  color: #fff;
  margin: 0;
}
.patients-refraction ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.patients-refraction ul li {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patients-refraction ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  content: " ";
}
.patients-refraction ul li + li {
  margin-top: 0.5rem;
}

.patients-covid {
  padding: 4rem 0;
  background: #f1f7fa;
}
.patients-covid h2 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 1rem;
}
.patients-covid h3 {
  font-weight: bold;
  color: #183446;
  margin: 2.5rem 0 0.5rem 0;
}
.patients-covid p {
  color: #183446;
}
.patients-covid p a {
  color: #046E8F;
  font-weight: bold;
}
.patients-covid ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: block;
}
.patients-covid ul li {
  color: #183446;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patients-covid ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  filter: brightness(0);
  content: " ";
}
.patients-covid ul li + li {
  margin-top: 0.5rem;
}

.patient-expectations {
  padding: 4rem 0;
}
.patient-expectations h2 {
  font-weight: bold;
  color: #046E8F;
  margin-bottom: 1rem;
}
.patient-expectations h3 {
  font-weight: bold;
  color: #183446;
  margin: 1.5rem 0 1rem 0;
}
.patient-expectations .icon {
  width: 4rem;
  height: 4rem;
}
.patient-expectations .box {
  padding: 3rem;
  border-radius: 1rem;
  background: #fff;
  margin: 4rem 0 -8rem 0;
  box-shadow: rgba(24, 52, 70, 0.15) 0 0.15rem 0.4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.9px) {
  .patient-expectations .box {
    padding: 2rem;
  }
}
.patient-expectations .box h4 {
  font-weight: bold;
  color: #183446;
}
.patient-expectations .box h2 {
  font-size: 1.25rem;
  margin: 2.5rem 0 0.5rem 0;
}
.patient-expectations .box ul {
  margin-top: 0;
}
.patient-expectations .box p {
  margin: 0;
}
.patient-expectations p {
  color: #183446;
}
.patient-expectations ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.patient-expectations ul li {
  color: #00A0F7;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.patient-expectations ul li:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/check.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.patient-expectations ul li + li {
  margin-top: 0.5rem;
}
.patient-expectations ul li p {
  font-weight: 400;
}

.contact-us {
  padding: 4rem 0;
}
.contact-us h1 {
  font-weight: bold;
  color: #183446;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .contact-us h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.contact-us h2 {
  font-weight: bold;
  color: #046E8F;
}
.contact-us h6 {
  font-weight: bold;
  color: #183446;
}
.contact-us p {
  color: #183446;
}
.contact-us .map {
  width: 100%;
  height: 300px;
  background: #f1f7fa;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.contact-us .map iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
  margin: 0;
}
@media (max-width: 767.9px) {
  .contact-us .map {
    margin-top: 4rem;
  }
}
.contact-us .contact-item {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 4rem;
}
.contact-us .contact-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.contact-us .contact-item h5 {
  font-size: 1rem;
  font-weight: bold;
  color: rgba(24, 52, 70, 0.5);
  margin: 0;
}
.contact-us .contact-item p {
  margin: 0;
  font-weight: 700;
  color: #183446;
}
.contact-us form textarea.form-control {
  min-height: 150px;
}

.contact-referral {
  padding: 4rem 0;
  background: #25506c;
  color: #fff;
}
.contact-referral h2 {
  font-weight: bold;
}
.contact-referral p {
  margin-bottom: 0;
}

.content-page {
  padding: 4rem 0;
}
.content-page h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #183446;
}
@media (max-width: 767.9px) {
  .content-page h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.content-page h2 {
  font-weight: bold;
  color: #183446;
  margin: 3rem 0 1rem 0;
}
.content-page h3 {
  font-weight: bold;
  color: #046E8F;
  margin: 3rem 0 1rem 0;
}
.content-page p,
.content-page ul li {
  color: #183446;
}
.content-page a {
  color: #046E8F;
  font-weight: bold;
}

.blog-posts {
  padding: 4rem 0;
}
.blog-posts h1 {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: -2px;
  max-width: 90%;
  line-height: 1;
  margin-bottom: 1rem;
  color: #183446;
}
@media (max-width: 767.9px) {
  .blog-posts h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}
.blog-posts .article-item {
  display: block;
  margin-top: 2.5rem;
}
.blog-posts .article-item .article-title {
  font-weight: bold;
  color: #046E8F;
  font-size: 1.25rem;
}
.blog-posts .article-item .article-date {
  font-size: 0.9rem;
  color: rgba(24, 52, 70, 0.5);
  margin: 0.25rem 0;
}
.blog-posts .article-item p a {
  font-weight: 600;
  color: #00A0F7;
  text-decoration: none;
}

.blog-post {
  padding: 4rem 0;
}
.blog-post .breadcrumb {
  margin-bottom: 2.5rem;
}
.blog-post h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #183446;
  margin-bottom: 2.5rem;
}
.blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
  font-weight: bold;
  color: #183446;
  margin: 2.5rem 0 0.5rem 0;
}
.blog-post p,
.blog-post ul li,
.blog-post ol li {
  color: #183446;
}
.blog-post a {
  color: #046E8F;
  font-weight: 600;
}

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