/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Retina Center of Texas
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");
@import "components/flickity.css";
.animated-effect, .trials .trial-box, .appointment-types .services-list a, .doctors .doctor-item h4, .doctors .doctor-item h2, .doctors .doctor-item, .about-affiliations .companies a, .top-services .service-box:before, .top-services .service-box, .btn.btn-with-icon img.btn-icon-hover-dark, .btn.btn-with-icon img.btn-icon-hover-white, .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, .main h1 {
  text-shadow: rgba(41, 55, 63, 0.25) 0 1px 1px;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767.9px) {
  .heading-1, .main h1 {
    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: #29373F;
}
@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, .next-symposium h2, .patients-referral h4, .trial-sections .trial-section h5, .trials h4, .blog-posts h4, .contact-us h4, .surgery-locations h2, .faq h2, .retinal-exam h4, .appointment-types h3, .new-patients h4, .financial-policies h3, .insurance-header h4, .doctor-page .doctor-body h4, .doctors h3, .about-vision h3, .differentiation h4, .differentiation h3, .modal.appointment-modal .modal-content h4.fw-bolder {
  font-weight: bold;
  font-size: 1rem;
  color: #B3796B;
}

.heading-4, .continuing-education h2, .patients-referral h2, .trials h2, .blog-posts h2, .contact-us h2, .reviews h2, .new-patients h2, .financial-policies h2, .insurance-plans h2, .insurance-header h2, .medical-release h2, .patient-forms h2, .doctor-page .doctor-body h1, .doctors h1, .about-affiliations h2, .about-mission h2, .about-vision h2, .differentiation h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #29373F;
  line-height: 1;
}

html, body {
  font-family: "DM Sans", sans-serif;
  color: #111;
  position: relative;
}
@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(41, 55, 63, 0.1) 0 0.1rem 0.35rem;
}
header.page-header .cta {
  background: #B3796B;
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 98;
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
}
header.page-header .cta.v2 {
  background: #29373F;
}
header.page-header .cta .container {
  position: relative;
  z-index: 2;
}
header.page-header .cta a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  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;
}
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: 2.5rem;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #29373F;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .branding .branding-contact .contact-item {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .branding .branding-contact .contact-item {
    margin-right: 1rem;
  }
}
header.page-header .branding .branding-contact .contact-item:hover {
  color: #B3796B;
}
header.page-header .branding .branding-contact .contact-item img {
  width: 1rem;
  height: 1rem;
}
header.page-header .branding .branding-contact .contact-item span {
  display: block;
  font-weight: 600;
  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 (max-width: 767.9px) {
  header.page-header .branding .branding-contact {
    display: none;
  }
}
header.page-header .branding .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  margin-left: auto;
}
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 .branding .contact-phone {
  font-size: 0.8rem;
  padding: 0;
  color: #29373F;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
}
header.page-header .navbar-brand img {
  height: 60px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar-brand img {
    height: 30px;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar-brand img {
    height: 30px;
  }
}
header.page-header .navbar {
  padding: 0.5rem 0;
  z-index: 99;
  position: relative;
  background: #29373F;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    padding: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2px;
  margin-right: 1rem;
}
header.page-header .navbar .navbar-nav .nav-item:first-child {
  margin-left: -0.75rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0 !important;
    margin-right: 0;
    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: 500;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 0.15rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  opacity: 0.25;
}
header.page-header .request-appointment-mobile {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5rem 0.5rem 1.5rem;
}

.dropdown .dropdown-menu {
  border: none;
  border-radius: 0.15rem;
  box-shadow: rgba(41, 55, 63, 0.2) 0 0.1rem 0.45rem;
  padding: 0.5rem;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #29373F;
  font-size: 0.9rem;
  border-radius: 0.15rem;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  color: #29373F;
  background: #e7edf0;
}
.dropdown .dropdown-menu .dropdown-item:active {
  color: #29373F;
  background: #dbe3e8;
}
.dropdown .dropdown-menu .dropdown-item.active {
  color: #29373F;
  background: #dbe3e8;
}

footer.page-footer {
  background: #B3796B;
  padding: 4rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding-top: 2.5rem;
  }
}
footer.page-footer .navbar-brand img {
  height: 40px;
  filter: brightness(0) invert(1);
}
@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 p.disclaimer {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
  line-height: 1.2;
}
footer.page-footer .nav-link {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  line-height: 1.2;
}
footer.page-footer .nav-link:hover {
  color: #fff;
  opacity: 1;
}
footer.page-footer .working-hours {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .working-hours span {
  display: inline-block;
  width: 60px;
}
footer.page-footer .working-hours strong {
  font-weight: 600;
}

.btn {
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 0.15rem;
  font-size: 0.9rem;
}
.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: #29373F;
  border-color: #29373F;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #3d525e;
  border-color: #3d525e;
}
.btn.btn-secondary {
  background: #B3796B;
  border-color: #B3796B;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #9b5e50;
  border-color: #9b5e50;
  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: #29373F;
  border-color: #29373F;
  color: #fff;
}
.btn.btn-light:active {
  background: #3d525e;
  border-color: #3d525e;
  color: #fff;
}
.btn.btn-dark {
  border-color: #29373F;
  background-color: #29373F;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  background: #3d525e;
  border-color: #3d525e;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #29373F;
  color: #29373F;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background: #29373F;
  border-color: #29373F;
  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: #29373F;
  color: #29373F;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active {
  background: #29373F;
  border-color: #29373F;
  color: #fff;
}
.btn.btn-link {
  border: transparent;
  box-shadow: none;
  background: transparent;
  color: #29373F;
  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: #475f6d;
}
.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 #29373F;
  border-bottom: 3px solid #29373F;
  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(41, 55, 63, 0.15) 0 0.15rem 0.25rem;
  border-radius: 0.5rem;
}
.modal.appointment-modal .modal-content h4.fw-bolder {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem 0;
}
.modal.appointment-modal .modal-header {
  border: none;
  position: relative;
  padding-bottom: 0;
}
.modal.appointment-modal .modal-header .modal-title {
  color: #29373F;
  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 .form-response {
  display: none;
}
.modal.appointment-modal .form-response img {
  margin-bottom: 2rem;
  height: 3rem;
}
.modal.appointment-modal .form-response h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #29373F;
  margin-bottom: 1rem;
}
.modal.appointment-modal .form-response p {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.75);
}
.modal.appointment-modal .form-response a:not(.btn) {
  color: #B3796B;
  font-weight: bold;
}

.form-label {
  margin-bottom: 0.15rem;
  font-weight: 700;
  color: #29373F;
}
.form-label span {
  font-weight: 400;
  color: rgba(41, 55, 63, 0.5);
  font-size: 90%;
}

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

.main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12rem 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: #29373F;
  content: " ";
  z-index: 1;
  opacity: 0.25;
}
@media (max-width: 767.9px) {
  .main:before {
    opacity: 0.5;
  }
}
.main p {
  color: #fff;
  font-size: 1.15rem;
  margin: 0.5rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main p {
    max-width: 100%;
    text-align: center;
  }
}

.differentiation {
  padding: 5rem 0;
  position: relative;
}
.differentiation h4 {
  margin: 0 0 1rem 0;
}
.top-services {
  display: block;
}
.top-services .services-box {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .top-services .services-box {
    border-radius: 0;
    overflow: visible;
  }
}
.top-services .service-box {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media (max-width: 767.9px) {
  .top-services .service-box {
    border-radius: 1rem;
    overflow: hidden;
  }
}
.top-services .service-box:hover:before {
  opacity: 0.2;
}
.top-services .service-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29373F;
  content: " ";
  z-index: 1;
  opacity: 0.5;
}
.top-services .service-box img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.top-services .service-box h4 {
  display: block;
  margin: 0;
  padding: 1.5rem 1.5rem;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  z-index: 2;
  line-height: 1;
}

.customer-reviews {
  padding: 10rem 0 5rem 0;
  background: #fafbfc;
  position: relative;
  z-index: 0;
  margin-top: -5rem;
}
.customer-reviews .reviews-slider-wrapper {
  position: relative;
}
.customer-reviews .review-box {
  position: relative;
  display: block;
  width: 33.3333333333%;
  padding-right: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .customer-reviews .review-box {
    width: 80%;
  }
}
.customer-reviews .review-box .review-stars {
  display: flex;
  margin-bottom: 1rem;
}
.customer-reviews .review-box .review-stars img {
  width: 0.8rem;
  margin-right: 0;
}
.customer-reviews .review-box p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: #29373F;
}
.customer-reviews .review-box .review-person {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #29373F;
}
.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.15rem;
  margin: 0 0.5rem 0 0;
}

.about-vision {
  padding: 5rem 0;
  background: #1f2a30;
}
@media (max-width: 767.9px) {
  .about-vision {
    padding: 5rem 0;
  }
}
.about-vision h2 {
  color: #fff;
}
.about-vision p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}
.about-vision .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .about-vision .img-fluid {
    max-width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 5rem -0.75rem;
    border-radius: 0;
  }
}

.about-mission {
  padding: 5rem 0;
  background: #fafbfc;
}
.about-mission h2 {
  color: #29373F;
}
.about-mission .mission-item {
  position: relative;
  padding-top: 1rem;
}
.about-mission .mission-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background: rgba(179, 121, 107, 0.2);
  content: " ";
  z-index: 0;
}
.about-mission .mission-item img {
  position: relative;
  z-index: 1;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 1rem 2rem 1rem;
}
.about-mission .mission-item p {
  margin-bottom: 0;
  color: #29373F;
  font-weight: bold;
  line-height: 1.2;
}
.about-mission .mission-item.v2 {
  display: flex;
  align-items: center;
}
.about-mission .mission-item.v2 img {
  margin-bottom: 0;
  margin-right: 2rem;
}

.about-affiliations {
  display: block;
  padding: 5rem 0;
}
.about-affiliations h2 {
  color: #29373F;
  margin-bottom: 1.5rem;
}
.about-affiliations .companies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .about-affiliations .companies {
    justify-content: center;
  }
}
.about-affiliations .companies a {
  display: block;
  filter: grayscale(1);
}
@media (max-width: 767.9px) {
  .about-affiliations .companies a {
    margin: 0.5rem;
  }
}
.about-affiliations .companies a:hover {
  filter: none;
}
.about-affiliations .companies a img {
  max-width: 250px;
  max-height: 90px;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .about-affiliations .companies a img {
    max-width: 200px;
    max-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .about-affiliations .companies a img {
    max-width: 150px;
    max-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about-affiliations .companies a img {
    max-width: 120px;
    max-height: 40px;
  }
}
@media (max-width: 767.9px) {
  .about-affiliations .companies a img {
    max-width: 100px;
    max-height: 40px;
  }
}

.doctors {
  display: block;
  padding: 5rem 0;
}
.doctors .doctor-item {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 0.15rem;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
  height: 100%;
}
.doctors .doctor-item img {
  width: 10rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.doctors .doctor-item h2 {
  font-weight: bold;
  color: #29373F;
  margin: 0;
  font-size: 1.5rem;
}
.doctors .doctor-item h4 {
  font-weight: bold;
  color: rgba(41, 55, 63, 0.5);
  margin: 1rem 0 0 0;
  font-size: 1rem;
  opacity: 0;
}
.doctors .doctor-item h4:after {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 3px solid rgba(41, 55, 63, 0.5);
  border-bottom: 3px solid rgba(41, 55, 63, 0.5);
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: 0 0 0 0.25rem;
  display: inline-block;
}
.doctors .doctor-item p {
  color: #29373F;
  margin: 0.5rem 0 0 0;
}
.doctors .doctor-item:hover {
  background: #fafbfc;
}
.doctors .doctor-item:hover h2 {
  color: #29373F;
}
.doctors .doctor-item:hover h4 {
  opacity: 1;
}
.doctors .doctor-item .doctor-info {
  padding-left: 1.5rem;
}

.doctor-page {
  position: relative;
}
.doctor-page .doctor-body {
  position: relative;
  padding: 5rem 0;
}
.doctor-page .doctor-body .doctor-image {
  border-radius: 1rem;
  width: 15rem;
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-body .doctor-image {
    float: none;
    display: block;
    width: 10rem;
  }
}
.doctor-page .doctor-body h1 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .doctor-page .doctor-body h1 {
    font-size: 1.5rem;
  }
}
.doctor-page .doctor-body h4 {
  margin: 2.5rem 0 1rem 0;
}
.doctor-page .doctor-body .doctor-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.doctor-page .doctor-body .doctor-features li {
  display: block;
  color: #29373F;
}
.doctor-page .doctor-body .doctor-features li + li {
  margin-top: 1rem;
}
.doctor-page .doctor-body .doctor-features li span {
  display: block;
  font-size: 0.8rem;
  color: rgba(41, 55, 63, 0.5);
}
.doctor-page .doctor-body .doctor-features li strong {
  display: block;
}
.doctor-page .doctor-body .doctor-features li p {
  margin: 0;
  font-size: 0.9rem;
}
.doctor-page .doctor-body a:not(.btn) {
  color: #B3796B;
  font-weight: bold;
}
.doctor-page .doctor-testimonial {
  padding: 3rem;
  border-radius: 1rem;
  background: #29373F;
  margin-top: 5rem;
}
.doctor-page .doctor-testimonial p {
  font-size: 1.25rem;
  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);
  font-size: 0.9rem;
}

.service-page {
  padding: 5rem 0;
}
.service-page .services-sidebar {
  position: sticky;
  top: 13.5rem;
  padding: 1.5rem;
  background: #fafbfc;
  border-radius: 0.15rem;
}
.service-page .services-sidebar h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #29373F;
}
.service-page .services-sidebar .nav.nav-pills .nav-item .nav-link {
  color: #29373F;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.25rem 0;
}
.service-page .services-sidebar .nav.nav-pills .nav-item .nav-link.active {
  background: none;
  color: #B3796B;
}
.service-page .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.5);
}
.service-page .breadcrumb .breadcrumb-item a {
  color: #29373F;
  font-weight: bold;
  text-decoration: none;
}
.service-page .breadcrumb .breadcrumb-item a:hover {
  color: #B3796B;
}
.service-page h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #29373F;
}
.service-page h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #29373F;
  margin: 3rem 0 0 0;
}
.service-page h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #B3796B;
  margin: 3rem 0 1rem 0;
}
.service-page .image-with-caption {
  display: inline-block;
  margin: 3rem 0 1rem 0;
}
.service-page .image-with-caption img {
  width: auto;
  max-width: 100%;
  display: block;
}
.service-page .image-with-caption p {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.75);
  font-weight: bold;
  margin: 0.5rem 0 0 0;
  text-align: center;
}
.service-page .service-diagnose {
  background: #fafbfc;
  margin: 3rem 0 1rem 0;
  padding: 1px 3rem 3rem 3rem;
  border-radius: 1rem;
  box-shadow: rgba(41, 55, 63, 0.1) 0 0.1rem 0.1rem;
}
.service-page .service-treatment {
  background: #29373F;
  margin: 3rem 0 1rem 0;
  padding: 1px 3rem 3rem 3rem;
  border-radius: 1rem;
  box-shadow: rgba(41, 55, 63, 0.1) 0 0.1rem 0.1rem;
  color: rgba(255, 255, 255, 0.5);
}
.service-page .service-treatment h2 {
  color: #fff;
}

.patient-forms {
  padding: 2.5rem 0;
  background: #fafbfc;
}
@media (max-width: 767.9px) {
  .patient-forms {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.patient-forms p {
  margin: 1rem 0 2rem 0;
}
.patient-forms a {
  color: #B3796B;
  font-weight: bold;
}

.medical-release {
  padding: 5rem 0;
  background: #3d525e;
}
.medical-release h2 {
  color: #fff;
}
.medical-release p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 2rem 0;
}
.medical-release a {
  color: #B3796B;
  font-weight: bold;
}
.medical-release .image-wrapper {
  position: relative;
}
.medical-release .image-wrapper .img-fluid {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.medical-release .image-wrapper .img-fluid + .img-fluid {
  position: absolute;
  top: 0;
  left: -5rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: scale(0.925);
  opacity: 0.15;
}

.insurance-header {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .insurance-header .img-fluid {
    margin-top: 2.5rem;
  }
}
.insurance-header p {
  margin-bottom: 0;
}

.insurance-plans {
  padding: 5rem 0;
  background: #fafbfc;
}
.insurance-plans a {
  color: #B3796B;
  font-weight: bold;
}
.insurance-plans .plan-companies {
  display: block;
  margin-top: 2.5rem;
}
.insurance-plans .plan-companies h6 {
  font-weight: bold;
  font-size: 2rem;
  color: #B3796B;
}
.insurance-plans .plan-companies ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.insurance-plans .plan-companies ul li {
  margin: 0 0.5rem 0.5rem 0;
  font-size: 0.9rem;
  color: #29373F;
  font-weight: 600;
}
.insurance-plans .plan-companies ul li:not(:last-child) {
  border-right: 1px solid rgba(41, 55, 63, 0.25);
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}

.financial-policies {
  padding: 5rem 0;
}
.financial-policies h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1rem 0;
}
.financial-policies .pay-box {
  padding: 2.5rem;
  border-radius: 1rem;
  background: #29373F;
  color: #fff;
}
.financial-policies .pay-box h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
.financial-policies .pay-box p {
  margin: 0.5rem 0 1rem 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}
.financial-policies hr {
  opacity: 0.1;
}

.new-patients {
  padding: 5rem 0;
  background: #fafbfc;
}
.new-patients h2 {
  margin-bottom: 1.5rem;
}

.appointment-types {
  padding: 5rem 0;
}
.appointment-types h3 {
  font-size: 1.5rem;
}
.appointment-types .services-list {
  display: flex;
  flex-wrap: wrap;
}
.appointment-types .services-list a {
  width: calc(16.6666666667% - 0.5rem);
  margin: 0 0.5rem 0.5rem 0;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #29373F;
  background: #fafbfc;
  border-radius: 1rem;
  line-height: 1.2;
  min-height: 10rem;
  text-decoration: none;
  display: block;
}
.appointment-types .services-list a:hover {
  background: #3d525e;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .appointment-types .services-list a {
    padding: 1.5rem;
    width: calc(33.3333333333% - 0.5rem);
  }
}
@media (max-width: 767.9px) {
  .appointment-types .services-list a {
    width: calc(50% - 0.5rem);
    padding: 2rem;
    font-size: 1.25rem;
  }
}

.new-patients-cta {
  padding: 10rem 0;
  background: #516d7d;
}
.new-patients-cta h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .new-patients-cta h4 {
    font-size: 1.5rem;
  }
}

.retinal-exam {
  padding: 5rem 0;
  background: #3d525e;
}
.retinal-exam h4 {
  font-size: 1.5rem;
  color: #fff;
}
.retinal-exam ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.retinal-exam ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.25rem;
}
.retinal-exam ul li:before {
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}

.faq {
  padding: 5rem 0;
}
.faq h2 {
  font-size: 1.5rem;
}
.faq h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #29373F;
  margin: 3rem 0 1rem 0;
}
.faq .accordion-item {
  background: #fafbfc;
  border-radius: 0.15rem;
  border: none;
  box-shadow: none;
  margin-top: 0.5rem;
}
.faq .accordion-item .accordion-header {
  background: transparent;
  border: none;
}
.faq .accordion-item .accordion-header button {
  border-radius: 0.15rem;
  box-shadow: none;
  border: none;
  background: none;
  font-weight: bold;
  color: #29373F;
}
.faq .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 0.9rem;
  color: #29373F;
}
.faq .accordion-item .accordion-body a {
  color: #B3796B;
  font-weight: bold;
}

.surgery-locations {
  background: #fafbfc;
  padding: 5rem 0;
}
.surgery-locations h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.surgery-locations .location-item {
  background: #fff;
  padding: 2rem;
  box-shadow: rgba(41, 55, 63, 0.1) 0 0.1rem 0.1rem;
  border-radius: 0.15rem;
  height: 100%;
}
.surgery-locations .location-item img {
  max-height: 35px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .surgery-locations .location-item img {
    max-height: 25px;
  }
}
@media (max-width: 767.9px) {
  .surgery-locations .location-item img {
    max-height: 20px;
  }
}
.surgery-locations .location-item h4 {
  font-weight: bold;
  font-size: 1rem;
  color: #29373F;
  margin: 1.5rem 0 0.5rem 0;
}
.surgery-locations .location-item .location-website {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.25);
  text-decoration: none;
  font-weight: bold;
}
.surgery-locations .location-item p {
  font-size: 0.9rem;
  margin: 1rem 0;
  color: rgba(41, 55, 63, 0.75);
}

.reviews {
  padding: 5rem 0;
}
.reviews .satisfied-patient-reviews-box {
  font-family: "DM Sans", sans-serif;
  padding: 0;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active {
  border-bottom-color: #B3796B;
  color: #B3796B;
  font-weight: bold;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active span {
  background: #B3796B;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from a {
  color: #29373F;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-content {
  font-size: 1rem;
  color: rgba(41, 55, 63, 0.75);
}

.contact-us {
  padding: 5rem 0;
}
.contact-us p {
  color: #29373F;
}
.contact-us p a {
  color: #B3796B;
  font-weight: bold;
}
.contact-us .contact-item {
  position: relative;
  padding: 1.5rem;
  background: #f2f3f4;
  border-radius: 0.5rem;
}
.contact-us .contact-item img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  filter: grayscale(1);
}
.contact-us .contact-item h5 {
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  color: #29373F;
}
.contact-us .contact-item p {
  margin: 0;
  font-size: 0.9rem;
}
.contact-us .contact-item.emergency-item {
  background: #B3796B;
}
.contact-us .contact-item.emergency-item h5 {
  color: #fff;
}
.contact-us .contact-item.emergency-item p {
  line-height: 1.2;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.75);
}
.contact-us form textarea.form-control {
  min-height: 150px;
}

.contact-referral {
  padding: 4rem 0;
  background: #3d525e;
  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: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #29373F;
}
@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: #29373F;
  margin: 3rem 0 1rem 0;
  font-size: 1.5rem;
}
.content-page h3 {
  font-weight: bold;
  color: #B3796B;
  margin: 3rem 0 1rem 0;
  font-size: 1.25rem;
}
.content-page p,
.content-page ul li {
  color: #29373F;
}
.content-page a {
  color: #29373F;
  font-weight: bold;
}

.blog-posts {
  padding: 5rem 0;
}
.blog-posts .blog-post-item {
  display: block;
  margin-top: 2.5rem;
}
.blog-posts .blog-post-item .article-title {
  font-weight: bold;
  color: #29373F;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1.2;
}
.blog-posts .blog-post-item .article-title:hover {
  color: #B3796B;
}
.blog-posts .blog-post-item .article-date {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.5);
  margin: 0.25rem 0;
}
.blog-posts .blog-post-item p {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.75);
  margin: 0.25rem 0;
}
.blog-posts .blog-post-item a {
  font-weight: 600;
  color: #B3796B;
  text-decoration: none;
}

.blog-post {
  padding: 5rem 0;
}
.blog-post .breadcrumb {
  margin-bottom: 2.5rem;
}
.blog-post .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.5);
}
.blog-post .breadcrumb .breadcrumb-item a {
  color: #29373F;
  font-weight: bold;
  text-decoration: none;
}
.blog-post .breadcrumb .breadcrumb-item a:hover {
  color: #B3796B;
}
.blog-post h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #29373F;
  margin-bottom: 2.5rem;
}
.blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
  font-weight: bold;
  color: #29373F;
  margin: 2.5rem 0 0.5rem 0;
}
.blog-post p,
.blog-post ul li,
.blog-post ol li {
  color: #29373F;
}
.blog-post a {
  color: #29373F;
  font-weight: 600;
}

.trials {
  display: block;
  padding: 5rem 0 0 0;
  background: #fafbfc;
}
.trials h2 {
  margin-bottom: 1.5rem;
}
.trials .trial-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-radius: 1rem;
  background: #29373F;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  height: calc(100% + 5rem);
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.trials .trial-box:hover {
  background: #3d525e;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .trials .trial-box {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .trials .trial-box {
    height: auto;
    margin-bottom: 0;
    padding: 1.5rem;
    font-size: 1rem;
  }
}

.trial-sections {
  padding: 6rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .trial-sections {
    padding-top: 0;
  }
}
.trial-sections .trial-section {
  display: block;
  padding-top: 4rem;
}
.trial-sections .trial-section + .trial-section {
  margin-top: 4rem;
  border-top: 1px solid #eee;
}
.trial-sections .trial-section h3 {
  color: #29373F;
  font-weight: bold;
  margin-top: 0;
}
.trial-sections .trial-section h5 {
  margin-top: 1.5rem;
}
.trial-sections .trial-section .trial-item {
  background: #fafbfc;
  border-left: 5px solid #29373F;
  padding: 0.5rem 1rem;
  border-radius: 0.15rem;
  margin-top: 0.75rem;
}
.trial-sections .trial-section .trial-item strong {
  font-weight: bold;
  color: #29373F;
  font-size: 0.8rem;
  letter-spacing: 3px;
}
.trial-sections .trial-section .trial-item p {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.5);
  margin: 0;
  line-height: 1.2;
}

.patients-referral {
  padding: 5rem 0;
  background: #fafbfc;
}
.patients-referral h2 {
  margin-bottom: 1.5rem;
}
.pdf-version {
  padding: 2rem;
  border-radius: 0.15rem;
  background: #fff;
  box-shadow: rgba(41, 55, 63, 0.25) 0 0.1rem 0.1rem;
}
.pdf-version p {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.75);
}

.continuing-education {
  padding: 5rem 0;
}
.continuing-education h2 {
  color: #29373F;
  margin-bottom: 1.5rem;
}
.continuing-education .img-fluid {
  margin-bottom: -5rem;
}
@media (max-width: 767.9px) {
  .continuing-education .img-fluid {
    margin-top: 2.5rem;
  }
}

.next-symposium {
  padding: 5rem 0;
  background: #fafbfc;
}
.next-symposium h2 {
  font-size: 1.5rem;
  color: #29373F;
}
.next-symposium p {
  color: rgba(41, 55, 63, 0.75);
  margin: 1rem 0 2rem 0;
}
.next-symposium .event-details {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 2px solid rgba(41, 55, 63, 0.1);
}
.next-symposium .event-details h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #29373F;
}
.next-symposium .event-details p {
  margin: 0.5rem 0 1rem 0;
}
.next-symposium .event-details .event-info-item {
  display: flex;
  font-size: 0.9rem;
}
.next-symposium .event-details .event-info-item + .event-info-item {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(41, 55, 63, 0.05);
}
.next-symposium .event-details .event-info-item .item-subject {
  color: rgba(41, 55, 63, 0.75);
  width: 40%;
  flex-shrink: 0;
  flex-grow: 0;
}
.next-symposium .event-details .event-info-item .item-value {
  width: 60%;
  flex-shrink: 0;
  flex-grow: 0;
  color: rgba(41, 55, 63, 0.75);
}
.next-symposium .event-details .event-info-item .item-value p {
  margin: 0;
  color: rgba(41, 55, 63, 0.5);
}
.next-symposium .event-details .event-date-box {
  display: block;
  background: rgba(41, 55, 63, 0.05);
  padding: 1rem;
  border-radius: 0.5rem;
}
.next-symposium .event-details .event-date-box + .event-date-box {
  margin-top: 0.75rem;
}
.next-symposium .event-details .event-date-box .event-date {
  font-size: 0.9rem;
  color: #29373F;
  font-weight: bold;
}
.next-symposium .event-details .event-date-box .event-time {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.5);
}
.next-symposium .event-details .event-date-box .event-address {
  font-size: 0.9rem;
  color: rgba(41, 55, 63, 0.5);
}

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