/*
Theme Name: Eye Center South
Theme URI: https://www.eyecentersouth.net/
Description: Eye Center South theme created for the Genesis Framework.
Author: Web Dev Team
Author URI: https://www.surefirelocal.com/

Version: 2.8.1-dev

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: eyecentersouth
*/

/* Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings*
  - Objects
  - Forms
  - Modal Form
  - Tables
  - Screen Reader Text
  - Slicks
  - Social Media
  - Gallery
  - Buttons
  - Custom
- Structure and Layout
  - Site Container
  - Site Inner
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Skip Links
- Site Header
  - Title Area
  - Header Right
- Site Navigation
  - Responsive Menu
  - Header Menu
  - Footer Menu
- Content Area
  - Entry Content
  - Entry Meta
  - Pagination
  - Entry Comments
- Site Sections
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
  - Min-width: 1024px
    - Site Header
    - Header Right
    - Header Menu
    - Genesis Menu
    - Responsive Menu
    - Header Menu
    - Site Inner
    - Modal Form
    - Site Section
    - Content
    - Sidebar
    - Author Box
    - After Entry
    - Column Classes
    - Entry Misc.
    - Footer Widgets
  - Min-width: 992px
  - Max-width: 1023px
    - Site Header
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* stylelint-enable */

/* Box Sizing
  --------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --secondary-font-family: "Lora", sans-serif;
}

/* Float Clearing
  --------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
  ---------------------------------------------------------------------------- */

/* Typographical Elements
  --------------------------------------------- */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #40403E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.625;
  line-height: 2;
  margin: 0;
  overflow-x: hidden;
}

input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #034a85;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #40403E;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

.secondary-font {
  font-family: var(--secondary-font-family);
}

.text-align-center {
  text-align: center;
}

/* Headings
  --------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #034a85;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: 'Lora', sans-serif;
  /* text-transform: capitalize; */
}

h1 {
  font-size: 40px;
  text-align: center;
}

/* .page h1:before,
.blog h1:before {
    content: 'Your vision. Our mission.';
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    display: block;
    color: #627264;
} */

/* .home h1:before {
	content: '';
} */

/* About */
/* .page-id-17558 h1:before {
  content: '';
} */

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1.underline-left {
  text-align: left;
}

/* Objects
  --------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
  position: relative;
}

/* Forms
  --------------------------------------------- */

input,
select,
textarea {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  border: 1px solid #cee2f3;
  background-color: #cee2f3;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}

::placeholder {
  color: #464646;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #010101;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  border-width: 0;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.wpcf7 {
  position: relative;
}

form.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  left: auto;
  right: 1px;
  width: auto;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  top: -13px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232 !important;
  background-color: #dc3232;
  color: #fff;
  font-size: 12px;
}

div.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 0 0 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  border-color: #dc3232;
  background-color: #dc3232;
  color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.sfl-modal {
  z-index: 9999;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

form .wpcf7-submit {
  background: #42474D;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 210px;
  font-family: 'Font Awesome 5 Free', 'Montserrat';
  border-radius: 25px;
}

span.wpcf7-spinner {
  position: absolute;
}

.schedule-form {
  background-color: rgb(3 73 132 / 70%);
  padding: 30px;
}

.schedule-form .form-title {
  display: none;
}

form p {
  margin-bottom: 0;
}

form .contact-us {
  max-width: 600px;
  margin: auto;
  background-color: rgb(4 72 140);
  padding: 16px;
  position: relative;
  border-radius: 5px;
  padding: 30px;
}

.contact-us .form-field .col-1 {
  margin-bottom: 6px;
}

.contact-us .form-icon {
  transform: translateY(-50%);
}

.hero-form.popup {
  padding: 30px;
  background-color: #034984;
}

.hero-form.popup .form-container {
  max-width: 550px;
}

.hero-form.popup .flex-field {
  gap: 10px;
}

.footer-intro-text {
  font-size: 18px;
  margin-bottom: 8px;
}

.flex-field {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.flex-col {
  flex: 1 46%;
  position: relative;
}

.message-field {
  flex: 1 100%;
}

.diagnosis-field span.wpcf7-list-item {
  width: 100%;
}

.diagnosis-field span.wpcf7-list-item label {
  font-size: 14px;
}

.diagnosis-field span.wpcf7-list-item input {
  vertical-align: middle;
}

.form-field label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcf7-form-control-wrap.interest {
  position: relative;
  z-index: 1;
}

.wpcf7-form-control-wrap.interest:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  font-size: 12px;
  color: #fff;
}

.grecaptcha-badge {
  opacity: 0;
}

.recatpcha-note {
  margin-bottom: 14px;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

/* Modal Form
  --------------------------------------------- */
.modal-button {
  position: fixed;
  font-size: 18px;
  bottom: 0;
  left: auto;
  z-index: 999;
  max-width: 335px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: #1098f7;
  border-radius: 5px;
}

.form-title {
  text-align: center;
  font-size: 22px;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  font-family: "Lora", serif;
  font-weight: 400;
  flex: 1 100%;
}

.form-title i {
  color: #00699D;
  font-size: 28px;
}

.hero-form .form-container {
  max-width: 470px;
}

.form-container {
  color: #fff;
}

.form-field .col-1 {
  position: relative;
  flex: 1 100%;
}

.form-icon {
  position: absolute;
  right: 15px;
  color: #898989;
  top: 50%;
}

.hero-form .recatpcha-note {
  text-align: center;
  color: #fff;
}

.hero-form form .wpcf7-submit {
  margin: auto;
}

.page-id-347 .hero-form {
  display: none;
}

.sfl-animate-opacity {
  animation: opac 0.8s;
}

.sfl-modal-content {
  margin: auto;
  position: relative;
  outline: 0;
  max-width: 550px;
  width: 100%;
}

.sfl-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.sfl-button {
  font-size: 2rem;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-weight: 600;
  background-color: #00699D;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recaptcha-note {
  padding: 12px 0;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.recaptcha-note a {
  color: #fff;
}

/* Tables
  --------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
  --------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Slicks
  --------------------------------------------- */

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 3.6 !important;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.card-slider-prev,
.card-slider-next {
  color: #1f6294;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 20px 5px 5px;
}

.slick-dots li button {
  font-size: 0;
  background-color: #333;
  padding: 0;
  width: 70px;
  height: 8px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 0;
}

.slick-dots li.slick-active button {
  background-color: #ffa500;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
}

.slick-slide img {
  margin: auto;
}

/*
.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.testimonials-container-wrapper {
  display: flex;
}

.testimonials-left,
.testimonials-right {
  width: 50%;
}*/

.testimonials-container-wrapper .slider-arrow {
  color: #000000;
}

.testimonial-slider-prev,
.testimonial-slider-next,
.service-slider-prev,
.service-slider-next {
  width: auto;
  font-size: 18px;
  padding: 0 8px;
  top: 45%;
  transform: translateY(0);
  line-height: 2.6 !important;
  transform: translateY(-325px);
}

.testimonial-slider-prev,
.testimonial-slider-next {
  transform: translateY(0);
}

.testimonials-wrap .testimonials-right {
  position: relative;
}

.testimonial-slider-prev {
  left: -20px;
}

.testimonial-slider-next {
  right: -20px;
}

.testimonial-card {
  background: #286496;
  border-radius: 30px;
  padding: 20px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}


.service-slider-prev {
  left: -30px;
  z-index: 1;
}

.service-slider-next {
  right: -30px;
}

.badge-slider-next,
.badge-slider-prev {
  color: #fff;
  padding: 6px;
  background-color: rgb(62 62 62 / 60%);
  z-index: 1;
}

.badge-slider-prev {
  left: -20px;
  line-height: 2.6 !important;
}

.badge-slider-next {
  right: -20px;
  line-height: 2.6 !important;
}

/* Social Media
  --------------------------------------------- */
.social-media {
  display: flex;
  gap: 4px;
}

.social-media--item {
  background-color: #cee2f3;
  border-radius: 15px;
}

.social-media--icon {
  color: #fff;
  padding: 8px;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 16px;
  border: 1px solid #ebe7ea;
}

.social-media--icon.facebook {
  color: #3b5998;
}

/* .social-media--icon.instagram {
		background: rgb(251,206,111);
		background: -moz-linear-gradient(45deg, rgba(251,206,111,1) 0%, rgba(223,104,107,1) 50%, rgba(147,52,178,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(251,206,111,1) 0%,rgba(223,104,107,1) 50%,rgba(147,52,178,1) 100%);
		background: linear-gradient(45deg, rgba(251,206,111,1) 0%,rgba(223,104,107,1) 50%,rgba(147,52,178,1) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;	
} */

.social-media--icon.instagram {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  background: -moz-linear-gradient(45deg, rgba(251, 206, 111, 1) 0%, rgba(223, 104, 107, 1) 50%, rgba(147, 52, 178, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(251, 206, 111, 1) 0%, rgba(223, 104, 107, 1) 50%, rgba(147, 52, 178, 1) 100%);
  background: linear-gradient(45deg, rgba(251, 206, 111, 1) 0%, rgba(223, 104, 107, 1) 50%, rgba(147, 52, 178, 1) 100%);
}

/* .social-media--icon.youtube {
	color: #bb0000;
} */

/* .social-media--icon.shopify {
  color: #95BF47;
} */

/* .social-media--icon.google.my.business {
	color: #4a81e8;
} */

/* .social-media--icon:focus,
.social-media--icon:hover {
  color: #fff;
  background-color: #3b5998;
} */

.social-media--icon.yelp {
  background-color: #cf0000;
}

.social-media--icon.google.my.business {
  color: #fff;
  background-color: #4a81e8;
}

.social-media--icon.facebook {
  color: #fff;
  background-color: #3b5998;
}

.social-media--icon.shopify {
  color: #fff;
  background-color: #95BF47;
}

.social-media--icon.youtube {
  color: #fff;
  background-color: #bb0000;
}

.social-media--icon.twitter {
  color: #fff;
  background-color: #2ca5da;
}

.social-media--icon.houzz {
  color: #fff;
  background-color: #47ba00;
}

.social-media--icon.linkedin {
  color: #fff;
  background-color: #0073b1;
}

.social-media--icon.bbb {
  color: #fff;
  background-color: #3a96a5;
}

.social-media--name {
  display: none;
}

/* Gallery
  --------------------------------------------- */
.sfs-category-navigation {
  margin: 60px 0;
}

div.sfs-category-navigation .category-item {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #c3c3c3;
  color: #848484;
  text-transform: uppercase;
}

div.sfs-category-navigation .category-item.active,
div.sfs-category-navigation .category-item:hover,
div.sfs-custom-gallery .sfs-loadmore-btn:hover {
  background-color: #1f6294;
  color: #fff;
  border-color: #1f6294;
}

div.sfs-custom-gallery .sfs-loadmore-btn {
  background-color: #1f6294;
  color: #fff;
  padding: 8px;
  margin: 60px auto;
  max-width: 310px;
  width: 100%;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
}

/* Buttons
  --------------------------------------------- */
.btn-group {
  display: flex;
  gap: 25px;
}

.btn {
  color: #fff;
  padding: 12px 24px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-size: 16px;
}

.btn i {
  color: #fff;
  font-size: 12px;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.default-btn {
  border: 1px solid #000;
}

.primary-btn {
  background-color: #1098f7;
  border-color: #1098f7;
  border-radius: 40px;
}

.secondary-btn {
  background-color: #42474D;
  border-color: #42474D;
  color: #fff;
  border-radius: 25px;
}

.dark-btn {
  background-color: #010101;
  border-color: #010101;
  cursor: pointer;
}

.light-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #034a85;
}

.border-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40px;
}

.print-btn {
  color: #000;
  border-color: #d7d7d7;
}

.contact-us-btn {
  text-transform: uppercase;
}

.contact-us-btn a:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

div.site-container .wp-block-button .wp-block-button__link {
  border-radius: 5px;
  text-transform: uppercase;
}

div.site-container .wp-block-button .wp-block-button__link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 4px;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}


div.site-container .wp-block-button.chevron-down .wp-block-button__link:after {
  content: "\f078";
}

div.site-container .wp-block-button.btn-phone .wp-block-button__link:after {
  content: "";
}

div.site-container .wp-block-button.btn-phone .wp-block-button__link:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

div.site-container .wp-block-button.double-check a:after {
  content: "\f560";
  font-size: 14px;
}

.sched-btn i {
  color: #000;
}

/* Custom
  --------------------------------------------- */
.page-id-509 .site-inner,
.page-id-507 .site-inner,
.page-id-515 .site-inner,
.page-id-505 .site-inner,
.page-id-511 .site-inner,
.page-id-519 .site-inner,
.page-id-517 .site-inner {
  background-image: url(/wp-content/uploads/2022/04/location-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.home .site-inner {
  padding-top: 30px;
}

.result-title {
  font-size: 20px;
  margin-bottom: 4px;
  font-family: 'Lora';
  font-weight: 700;
}

.page-id-574 .site-section.cta-inner,
.page-id-580 .site-section.cta-inner {
  display: none;
}

.hero-caption .wrap {
  max-width: 820px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-caption-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 20px rgb(3 73 132 / 50%);
}

.home .hero-caption-title {
  line-height: 1.2;
  margin-bottom: 24px;
}

.home .hero-caption-title span {
  display: block;
  font-family: 'Lora', sans-serif;
  font-size: 40px;
  text-transform: none;
  text-shadow: 0 0 10px rgb(255 255 255 / 20%);
}

.hero-caption .wrap .hero-btn-group {
  display: flex;
}

.hero-btn-group .border-btn {
  background-color: #ffffff;
  color: #034984;
}

.hero-btn-group .border-btn i {
  color: #034984;
}

.grid-block {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
}

.flex-block {
  display: flex;
  flex-wrap: wrap;
}

.is-bg-fixed {
  background-attachment: fixed;
}

.hidden {
  display: none;
}

.contact-company-info {
  text-align: center;
  margin-bottom: 30px;
}

.align-left-reset {
  margin-left: calc(-50vw / 2 + 100% / 2) !important;
  padding-right: 60px;
}

.align-right-reset {
  margin-right: calc(-50vw / 2 + 100% / 2) !important;
  padding-left: 60px;
}

.left-align-text {
  text-align: left;
}

.left-align-text:after {
  margin-left: 0;
}

.title-tag-line,
.wp-block-site-tagline {
  margin: 0;
  color: #42474D;
  font-weight: 700;
  text-transform: uppercase;
}

.align-center {
  text-align: center;
}

/* Structure and Layout
  ---------------------------------------------------------------------------- */

/* Site Container
  --------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
  --------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
  /* background: #f7f7f7; */
}

.content-sidebar-wrap {
  margin: 0 auto 60px;
  padding: 30px;
}

/* Common Classes
  ---------------------------------------------------------------------------- */

/* Avatar
  --------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
  --------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 12px;
  /* color: #222; */
  color: #fff;
  /* padding: 12px 24px 12px 2px; */
  text-transform: uppercase;
}

.breadcrumb .separator {
  margin: 0 8px;
}

.breadcrumb a {
  color: #034984;
  color: #fff;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
  --------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  max-width: 560px;
  width: 100%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
  --------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.entry-title {
  /* font-size: 30px; */
  margin-bottom: 10px;
  text-align: left;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #1f6294;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
  --------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
  ---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
  margin-bottom: 0;
}

.widget ul>li {
  margin-bottom: 10px;
}

.widget ul>li:last-of-type {
  padding-bottom: 0;
}

.widget ol>li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
  --------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Skip Links
  ---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #010101;
  outline: 0;
}

/* Site Header
  ---------------------------------------------------------------------------- */
.announcement {
  padding: 8px;
  text-align: center;
  background-color: #252525;
  color: #fff;
  font-size: 14px;
}

.announcement a {
  color: #FFF !important;
}

.announcement a:after {
  content: "\f101";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 10px;
}

.top-bar {
  position: fixed;
  z-index: 19999;
  height: auto;
  background: #42474D;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-bar .grid-block {
  /* justify-content: space-between; */
  /* padding: 15px 60px; */
}

.top-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.top-nav .social-media--item {
  background: transparent;
}

.top-nav .social-media--icon {
  color: #fff !important;
  border: 2px solid #383838;
}

.sticky-head .top-nav .social-media {
  display: none;
}

.top-nav .announcment-wrapper a {
  color: #fff;
  font-size: 14px;
}

.top-nav .announcment-wrapper a::after {
  content: "\f101";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 10px;
}

.top-bar.sticky-head {
  top: 0;
}

.head-link {
  border-radius: 20px;
}

.head-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 6px 25px;
  /* background: rgb(255,165,0);
	background: -moz-linear-gradient(top,  rgba(255,165,0,1) 0%, rgba(219,151,23,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,165,0,1) 0%,rgba(219,151,23,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,165,0,1) 0%,rgba(219,151,23,1) 100%);	*/
  background: #1098F7;
  border-radius: 30px;
}

.head-link:hover,
.odmd-link:hover,
.odmd-link:focus {
  background: #545a60;
  color: #fff;
}

.odmd-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #1098F7;
  padding: 6px 25px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
}

.header-phone {
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
  color: #e6af58;
}

.header-phone:hover,
.header-phone:focus {
  color: #e6af58;
}

.phone-icon {
  font-size: 20px;
  color: #fff;
}

.site-header {
  position: fixed;
  padding: 30px 60px;
  padding: 0px 60px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgb(150 150 150 / 30%);
  background-color: #034984;
  background-color: #fff;
}

/* Title Area
  --------------------------------------------- */
.title-area a {
  top: 0;
}

.title-area img {
  transition: all 0.2s;
  /* filter: brightness(0) invert(1); */
}

.sticky-head .title-area img {
  max-width: 178px;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

/* Header Right
  --------------------------------------------- */

.header-right,
.header-contact {
  display: flex;
  color: #fff;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 25px; */
}

.head-newsletter-btn {
  max-width: 200px;
  width: 100%;
  font-size: 14px !important;
  border-radius: 50px !important;
  text-align: center;
  padding: 10px !important;
  margin-left: 5px !important;
  text-transform: uppercase;
}

.phone-sticky {
  display: none;
}

.header-right a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /* padding: 10px 20px; */
  font-weight: 700;
  font-size: 18px;
  padding: 4px 20px;
  background-color: #1098f7;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -10px;
  /* z-index: -1; */
  line-height: initial;
}

.header-right i {
  border-radius: 25px;
  /* background-color: #1098f7; */
  background-color: #fff;
  font-size: 26px;
  color: #054b86;
  margin-right: auto;
  padding: 10px;
  width: 49px;
  height: 50px;
  text-align: center;
  border: 2px solid #054b86;
  z-index: 9;
}

.header-right .header-contact-us-wrapper {
  line-height: 1;
  margin-bottom: 20px;
}

.header-right .header-contact-us-wrapper .header-contact-us {
  FONT-SIZE: 10PX;
  line-height: 0;
  TEXT-ALIGN: CENTER;
  margin: 0 auto;
  margin-left: 5px;
  color: #054b86;
}

.header-right .header-contact-us-wrapper .header-contact-us a {
  margin-left: -15px;
  z-index: -1;
  LINE-HEIGHT: INITIAL;
}

.phone-number {
  display: flex;
  flex-direction: column;
}

.phone-number span {
  font-size: 10px;
  font-weight: 700;
}

.phone-number a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.mobile-dot-nav {
  position: absolute;
  font-size: 20px;
  color: #1098f7;
  cursor: pointer;
  padding: 6px 0;
  width: 40px;
  text-align: center;
  top: 4px;
  top: 80%;
  transform: translateY(-50%);
}

.mobile-dot-nav i {
  transform: rotate(90deg);
}

.mob-dots-items {
  display: none;
}

/* Site Navigation
  ---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  text-align: left;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  display: block;
  font-size: 16px;
  padding-bottom: 34px;
  padding-top: 38px;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  color: #636363;
  font-size: 18px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .current-menu-ancestor,
.genesis-nav-menu .current-menu-item,
.genesis-nav-menu>.menu-item:hover>a,
.genesis-nav-menu>.current-menu-item>a {
  color: #ffa500;
  color: #054b86;
}

.genesis-nav-menu .current-menu-ancestor::after,
.genesis-nav-menu .current-menu-item::after,
.genesis-nav-menu .menu-item:hover::after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  background: #ffa500;
  background: #054b86;
  transition: width .5s ease, background-color .5s ease;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
  color: #111;
}

.genesis-nav-menu .sub-menu {
  background-color: #f1f1f1;
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .menu-item {
  border-bottom: 1px solid #ccc;
  border-top: 0;
}

.genesis-nav-menu>a:focus,
.genesis-nav-menu>a:hover {
  color: #40403E;
  text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

.sticky-head .nav-primary {
  justify-content: center;
  /* margin-right: 267px; */
}

/* Responsive Menu
  --------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
  left: auto;
  opacity: 1;
}

nav,
.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #959595;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  border-width: 0;
  color: #fff;
}

.menu-toggle {
  /* margin-top: 45px; */
  padding: 6px 0;
  position: absolute;
  z-index: 1000;
  right: 0;
  cursor: pointer;
  bottom: 0;
  border-radius: 0;
  width: 40px;
  top: 80%;
  transform: translateY(-50%);
}

.menu-toggle.activated::before {
  content: "\f335";
}

.menu-toggle:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #00699D;
}

.site-header .dashicons-before::before {
  content: none;
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  padding: 9px 10px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.sub-menu-toggle:after {
  content: "\f078";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}

.header-nap {
  display: none;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  background-color: #010101;
}

/* Footer Menu
  --------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

#menu-our-services-1 li,
#menu-service-areas-1 li,
#menu-quick-links-1 li {
  transition: 0.2s 0.1s;
  padding: 6px 0;
}

#menu-our-services-1 li:before,
#menu-service-areas-1 li:before,
#menu-quick-links-1 li:before {
  content: "\f0da";
  font-weight: 900;
  padding-right: 8px;
  color: #ffa500;
  font-family: "Font Awesome 5 Free";
}

.footer-column {
  background: #15232e;
  padding: 20px;
  border-radius: 30px;
}

.footer-column ul li {
  transition: .3s .1s all;
  font-weight: 400;
}

.footer-column ul li:hover {
  padding-left: 14px !important;
}

.footer-column .footer-company-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-column .copyright a {
  color: #fff;
}

.footer-column.footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Content Area
  ---------------------------------------------------------------------------- */

/* Entry Content
  --------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol>li {
  list-style-type: decimal;
}

.entry-content ul>li {
  list-style-type: none;
  padding-left: 22px;
}

.entry-content ul>li:before {
  content: "\f061";
  color: #3f4d4e;
  font-family: "Font Awesome 5 Free";
  margin-right: 16px;
  margin-left: -28px;
  font-weight: 900;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
  list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

.blog h1.title_style,
.archive h1.title_style {
  flex: 100%;
  text-align: center;
}

#blog-widget {
  position: relative;
  width: 100%;
}

.blog-widget-wrap {
  display: flex;
}

.blog-widget-wrap section {
  flex: 1;
  position: relative;
}

.blog-widget-wrap section:not(:last-of-type) {
  margin-right: 30px;
}

.blog-widget-wrap select {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #034a85;
}

.blog-widget-wrap select:hover {
  background-color: #034a85;
  color: #68c9e0;
}

.blog-widget-wrap h3 {
  display: none;
}

.blog-widget-wrap section select {
  text-transform: uppercase;
  font-weight: 700;
}

#blog-widget .widget-wrap:after {
  content: "\f0d7";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}

#blog-widget:hover .widget-wrap:after {
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 25px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select option {
  background-color: #00699D;
  color: #fff;
}

.blog-post-article article {
  border-bottom: 1px solid #f1f1f1;
  /* padding-bottom: 60px; */
  margin-bottom: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px;
  border-radius: 16px;
}

.blog-post-header {
  margin-bottom: 20px;
}

.article-block.post-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}

.article-block.post-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  object-position: center 20%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #ffffff;
}

.article-block.post-wrap:hover {
  background-color: #034a85;
  color: #fff;
  box-shadow: 0 10px 15px -6px rgb(0 0 0 / 50%);
}

.article-block.post-wrap figure {
  background-color: #fff;
  max-width: 420px;
  margin: 15px;
}

.post-type-archive-job .article-block.post-wrap {
  border: 1px solid #d4d2d0;
}

.article-wrap {
  /* height: 100%; */
  width: 100%;
  padding: 32px;
}

.article-wrap>* {
  z-index: 1;
  position: relative;
}

.article-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-title {
  font-size: 24px;
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.post-title a {
  color: #034984
}

.post-subcat {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.post-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
}

.post-info a {
  color: #40403E;
}

.post-info i {
  color: #627264;
  margin-right: 5px;
  font-size: 12px;
}

.article-block.post-wrap:hover .post-info i,
.article-block.post-wrap:hover a {
  color: #fff;
}

.read-post {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 200px;
  margin: auto;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.article-block.post-wrap:hover .read-post {
  background-color: #034a85;
}

.archive-pagination.pagination {
  flex: 100%;
}

.category-name {
  padding-top: 50px;
  margin-top: -30px;
  padding-left: 0 !important;
}

.category-name li:first-of-type {
  height: auto;
}

li.page_item.page-item-802,
li.page_item.page-item-808,
li.page_item.page-item-806,
article.search-result-item.post-808,
article.search-result-item.post-802,
article.search-result-item.post-806 {
  display: none;
}

.search-result article,
.search-result .more-link {
  margin-bottom: 0;
}

div.sfs-review.reviewpostbox-form button.sfcr-submit-review,
div.view-review-form button.sfcr-create-review {
  background-color: #00699D;
  border-color: #00699D;
  border-radius: 0;
}

.entry-content ul>li .ui-tabs-nav ul,
.ui-tabs-nav li {
  padding-left: 0 !important;
}

.ui-tabs-nav li:before {
  content: none !important;
}

.doctors-container {
  padding: 60px 0;
  position: relative;
}

.doctors-list-page {
  padding-left: 0 !important;
}

.doctors-list-page li {
  position: relative;
  /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
  box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0px 15px 15px rgb(0 0 0 / 4%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-bottom: 5px solid transparent;
  border-radius: 15px;
  background: #0d4d84;
}

.doctor-url {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.doctors-list-page li:before {
  content: none !important;
}

.doctors-list-page .specialist-info a.view-bio-btn {
  text-align: center;
  margin: 15px auto;
  display: block;
  color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}

.doctors-list-page li:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  /* border-bottom: 5px solid #fff; */
}

.doctors-list-page li:hover>.specialist-info .view-bio-btn {
  color: #fff;
}

.doctors-container .doctors-name {
  border-radius: 0;
  background-color: #0d4d84;
  color: #fff;
  /* box-shadow: 0 5px 10px #dbdbdb; */
  width: 100%;
}

.doctors-list-page li img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 25px;
  /* border: 2px solid #42474D; */
  padding: 15px 15px 0;
}

.doctors-slider-prev,
.doctors-slider-next {
  background-color: rgb(0 0 0 / 50%);
  padding: 0 6px;
}

.doctors-slider-prev {
  left: -30px;
}

.doctors-slider-next {
  right: -30px;
}

.doctors-list-page {
  display: flex;
  flex-wrap: wrap;          
  justify-content: center;  
  gap: 30px;
}

.doctors-list-page > * {
  flex: 1 1 calc(33.333% - 30px); 
  max-width: calc(33.333% - 30px);
  box-sizing: border-box; 
}

.doctors-list-page li {
  padding: 0 !important;
}

.specialist-info {
  /* background-color: #f1f1f1; */
}

.doctor-specialties,
.doctors-location {
  display: flex;
  gap: 10px;
  padding: 10px;
  color: #fff;
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
}

.doctor-location {
  /* background-color: rgb(245 245 245 / 70%); */
  padding: 10px;
  color: #fff;
  text-align: center;
  /* border: 1px solid #eee; */
}

.wp-block-cover a {
  color: orange;
}

.doctor-video-container {
  border-radius: 30px;
  width: 100%;
  background: linear-gradient(180deg, #0d83da 10%, #044a86 65%);
  margin: 35px auto;
}

.doctor-video-container .doctor-video-container-wrap {}

.doctor-video-container .doctor-video-container-wrap .doctor-video-container-content {
  display: flex;
  padding: 45px;
  justify-content: center;
}

/* DOCTORS SINGLE PAGE
  --------------------------------------------- */
.doctor-header {
  display: flex;
  /* transform: translateY(-60%); */
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0px 15px 15px rgb(0 0 0 / 4%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  /* margin-bottom: -15%; */
  margin-bottom: 50px;
  justify-content: space-around;
  align-items: center;
}

.doctor-header figure img {
  width: 220px;
  height: 235px;
  object-fit: cover;
}

.doctor-header .doctor-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.doctor-header .doctor-name h1 {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
  text-transform: uppercase;
}

.doctor-header .doctor-name h1:after {
  content: none;
}

.doctor-header .doctor-name p {
  font-weight: normal;
}

.doctor-header .doctor-badge img {
  max-width: 200px;
  margin-bottom: 40px;
}

.doctor-header .doctor-badge {
  text-align: center;
  display: block;
}

.doctor-header .doctor-badge p {
  background-color: #034984;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 0;
}

.with-badge figure.alignright.size-full,
.doctor-header figure.alignright.size-full {
  margin: 1em;
}

/* DOCTORS SINGLE PAGE - REVIEWS
  --------------------------------------------- */
.doctor-reviews-container {
  padding: 60px;
  background: #f5f8ff;
}

.doctor-reviews-container h3 {
  text-align: center;
}

.doctor-reviews-container .doctor-reviews-container-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start; */
}

.doctor-reviews-container .doctor_review {
  background: #fff;
  /* display: inline-block; */
  padding: 20px 40px;
  font-size: 16px;
  border-radius: 20px;
  margin: 15px;
  /* flex: 0 0 calc(33.33% - 30px); */
}

.doctor-reviews-container .doctor_review i.fa {
  border-radius: 25px;
  background-color: #054b86;
  font-size: 26px;
  color: #fff;
  margin-right: auto;
  padding: 10px;
  width: 49px;
  height: 50px;
  text-align: center;
  margin: 20px auto;
  display: block;
}

/* DOCTORS SINGLE PAGE - LOCATIONS
  --------------------------------------------- */
.doctor-locations-container {
  padding: 60px;
  background: #a5a5a5;
}

.doctor-locations-container h3 {
  text-align: center;
}

.doctor-locations-container .doctor-locations-container-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1170px;
  margin: 0 auto;
}

.doctor-locations-container .doctor-locations-container-wrapper .doctor_location {
  background-color: #fff;
  border-radius: 10px;
  /* padding: 20px; */
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.doctor-locations-container .doctor-locations-container-wrapper .doctor_location i.fas {
  border-radius: 25px;
  background-color: #3c3c3c;
  font-size: 15px;
  color: #fff;
  padding: 10px;
  width: 33px;
  height: 33px;
  /* text-align: center; */
  /* margin: 0; */
  display: block;
}

.doctor-locations-container .doctor-locations-container-wrapper .doctor_location p {
  margin-bottom: 0;
}

.doctor_location .loc-wrap>a {
  width: 100%;
  height: 200px;
  max-width: 160px;
  background-size: cover;
  border-radius: 10px;
  background-position: center;
}

.doctor_location .loc-wrap {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 10%);
  padding: 15px;
  display: flex;
  align-items: center;
}

.doctor_location .locations-details div {
  align-items: center;
  margin-bottom: 10px;
}

/* LOCATIONS SINGLE PAGE
  --------------------------------------------- */
.single-loc {
  width: 100%;
  max-width: 1860px;
  margin: auto;
  padding: 30px;
}

.single-loc-wrap {
  /* background: url('/wp-content/uploads/2022/05/locations-bg.jpg'); */
  background-size: cover;
  padding: 28px;
  background-position: 50% bottom;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0px rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-loc-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  /* font-size: 28px; */
}

.single-loc-badge-single {
  margin: 20px;
}

.postid-18109 .single-loc-badge-single {
  max-width: 356px;
  width: 100%;
  text-align: center;
}

.single-loc-badge-single img {
  width: 250px;
}

.single-loc-badge {
  text-align: center;
  max-width: 386px;
  width: 100%;
}

.postid-18108 .single-loc-badge,
.postid-18103 .single-loc-badge {
  max-width: 550px;
}

.single-loc-badge img {
  width: 220px;
  margin: 10px;
  vertical-align: middle;
}

.postid-18105 .single-loc-badge img,
.postid-18110 .single-loc-badge img {
  width: 170px;
}

.postid-18109 .single-loc-badge-single img {
  width: 160px;
}

.postid-18108 .single-loc-badge img {
  width: 150px;
}

.postid-18103 .single-loc-badge>img:first-of-type {
  width: 170px;
}

.loc-details {
  width: 100%;
  max-width: 31%;
}

.loc-details div,
.locations-details div {
  display: flex;
}

.loc-details i {
  width: 25px;
  height: 25px;
  background: #3c3c3c;
  color: #fff;
  border-radius: 25px;
  margin-right: 10px;
  padding: 7px;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.loc-img img {
  border-radius: 10px;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.loc-details p {
  font-size: 16px;
  width: 80%;
  margin-bottom: 10px;
}

.loc-img {
  width: 100%;
  max-width: 250px;
  margin-right: 50px;
}

.loc-email {
  position: relative;
}

.loc-email a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* LOCATIONS Surgical
  --------------------------------------------- */
.surgical-center {
  max-width: 1642px;
  margin: auto;
  width: 100%;
}

.postid-18103 .surgical-center {
  max-width: 1662px;
}

.postid-18105 .surgical-center {
  max-width: 1472px;
}

.postid-18105 .doctors-list-page li:first-of-type {
  /* grid-column-start: 2; */
}

.surgical-center .sc-loc-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.postid-18109 .sc-loc-wrap {
  justify-content: center;
}

.sc-description {
  max-width: 560px;
  line-height: 1.4;
  padding: 30px;
  color: gray;
}

.sc-loc-wrap h2 {
  font-family: 'Montserrat', sans-serif;
}

.sc-details {
  max-width: 440px !important;
  width: 100%;
}

.sc-loc-badge {
  max-width: 200px;
  margin-left: 30px;
  margin-right: 30px;
}

/* LOCATIONS PAGE
  --------------------------------------------- */
.main-location .site-inner {
  background: url(/wp-content/uploads/2022/05/locations-bg.jpg);
  background-size: contain;
}

.locations-main {
  margin-bottom: 50px;
  display: grid;
  gap: 45px 60px;
  grid-template-columns: repeat(2, 1fr);
}

.locations-main .loc-wrap {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0px rgb(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
}

.locations-main .loc-wrap>a {
  width: 100%;
  max-width: 160px;
  height: 190px;
  background-size: cover;
  border-radius: 10px;
  background-position: center;
}

.locations-details {
  margin-left: 30px;
}

.locations-details p {
  font-size: 14px;
  width: 75%;
  margin-bottom: 15px;
  color: #3c3c3c;
  line-height: 18px;
}

.locations-details h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.locations-details a {
  color: #3c3c3c;
}

.locations-details i {
  width: 20px;
  height: 20px;
  background: #3c3c3c;
  color: #fff;
  border-radius: 25px;
  margin-right: 10px;
  padding: 5px 6px;
  font-size: 10px;
  text-align: center;
}

.locations-marker {
  position: relative;
}

.locations-marker a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.loc-doctors h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.loc-doctors h2:before {
  content: 'Your vision. Our mission.';
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  display: block;
  color: #303030;
}

.loc-doctors .doctors-container {
  padding: 0 0 60px;
}

.single-loc-timeslot {
  width: 100%;
  max-width: 25%;
  margin-top: 50px;
}

.single-loc-timeslot p {
  margin-bottom: 0;
  font-size: 16px;
}

.loc-timeslot-wrap {
  display: flex;
  justify-content: center;
}

.loc-timeslot-wrap p:first-child {
  max-width: 130px;
  width: 100%;
}

/* SPECIALTIES / CONDITIONS
  --------------------------------------------- */

.conditions-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  border-radius: 10px;
  height: 50%;
  background: linear-gradient(180deg, rgba(69, 150, 240, 0) 15%, rgba(69, 150, 240, 1) 75%);
  justify-content: flex-end;
  padding: 20px;
}

.conditions-overlay span {
  color: #fff;
  display: block;
  font-weight: 700;
}

.conditions-overlay span.image-caption-conditions-overlay::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 0px 0 30px;
}

.conditions-overlay p.content-conditions-overlay {
  text-transform: none;
  color: #fff;
  font-size: 14px;
  display: none;
}

.conditions-overlay a.button-conditions-overlay {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  text-transform: none;
  color: #0b4c84;
  font-size: 14px;
  padding: 5px;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.eye-condition-treatment-list .grid-item:hover .conditions-overlay {
  height: 100%;
  background: rgba(69, 150, 240, 0.7);
  justify-content: center;
}

.eye-condition-treatment-list .grid-item:hover .conditions-overlay p {
  display: block;
}

.eye-condition-treatment-list .grid-item:hover .conditions-overlay a {
  display: block;
}

.specialties-column {
  margin-bottom: 0 !important;
}

.specialties-grid-list {
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  /* grid-auto-flow: unset; */
  /* gap: 20px; */
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

/* Before and After */
.page-id-19175 .specialties-grid-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* gap: 40px; */
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin: auto;
}

.specialties-grid-list .grid-item {
  position: relative;
  margin: 10px;
  flex: 0 0 calc(25% - 20px);
}

.specialties-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* Reconstructive Procedures and Retina */
.page-id-17578 .specialties-grid-list .grid-item,
.page-id-562 .specialties-grid-list .grid-item {
  flex: 0 0 calc(20% - 20px);
}

.specialties-grid-list .grid-item .specialties-grid-item {
  display: block;
}

.specialties-grid-list .grid-item .specialties-grid-item img {
  border-radius: 10px;
  height: 390px;
  object-fit: cover;
}

.specialties-grid-list .grid-item .specialties-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  border-radius: 10px;
  height: 50%;
  background: linear-gradient(180deg, rgba(69, 150, 240, 0) 15%, rgba(69, 150, 240, 1) 75%);
  justify-content: flex-end;
  padding: 20px;
}

.specialties-grid-list .grid-item .specialties-overlay span {
  color: #fff;
  display: block;
  font-weight: 700;
  /* font-size: 16px; */
}

.specialties-grid-list .grid-item .specialties-overlay span.specialties-overlay-title::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 0px 0 30px;
}

.specialties-grid-list .grid-item .specialties-overlay p.specialties-overlay-desc {
  text-transform: none;
  color: #fff;
  font-size: 14px;
  display: none;
}

.specialties-grid-list .grid-item .specialties-overlay a.specialties-overlay-btn {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  text-transform: none;
  color: #0b4c84;
  font-size: 14px;
  padding: 5px;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.specialties-grid-list .grid-item:hover .specialties-overlay {
  height: 100%;
  background: rgba(69, 150, 240, 0.7);
  justify-content: center;
}

.specialties-grid-list .grid-item:hover .specialties-overlay p {
  display: block;
}

.specialties-grid-list .grid-item:hover .specialties-overlay a {
  display: block;
}

/* SPECIALTIES / CONDITIONS - SINGLE PAGE
  --------------------------------------------- */

.specialties-conditions-content .grid-block {
  position: relative;
  gap: 70px;
  grid-template-columns: 1fr 340px;
  justify-content: center;
  align-items: flex-start;
}

.specialties-conditions-content .grid-block .grid-item h1 {
  text-align: left;
}

.specialties-conditions-content .grid-block .grid-item h1::after {
  margin: 16px 0 30px;
  height: 5px;
  background-color: #034a85;
}

/* FAQs */

.faqs-section-container {
  background-color: #f5f8ff;
  padding: 60px;
}

.faqs-section-container .section-title {
  max-width: 700px;
  margin: 0 auto;
}

.faqs-section-container .faqs-container-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faqs-container-wrapper .accordion::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 20%;
  transition: ease .5s;
  color: #fff;
  background: #1098f7;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 13px;
}

.faqs-container-wrapper .accordion.active::after {
  transform: rotate(180deg);
}

.faqs-container-wrapper .accordion {
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background: #fff;
  margin-top: 20px;
  padding: 20px 40px;
  font-weight: 700;
  position: relative;
}

.faqs-container-wrapper .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 40px 0 40px;
}

.with-faqs-page .content-sidebar-wrap {
  padding-bottom: 0px;
}

/* End FAQs */

/* PATIENT FORMS AND DOCTOR PORTAL
  --------------------------------------------- */
.patient-form-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.patient-form-list .patient-form-grid {
  position: relative;
  box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0px 15px 15px rgb(0 0 0 / 4%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-bottom: 5px solid transparent;
  border-radius: 15px;
}

.patient-form-list .patient-form-grid:hover {
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  border-bottom: 5px solid #034a85;
}

.patient-form-list .patient-form-grid img {
  width: 360px;
  height: 250px;
  object-fit: cover;
  margin: auto;
  text-align: center;
  display: block;
  padding: 15px 15px 0;
}

.patient-form-list .patient-form-grid .patient-form-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.patient-form-details .patient-form-title {
  text-align: center;
  padding: 20px;
  font-family: 'Lora';
  font-weight: 700;
  color: #034a85;
  font-size: 21px;
}

.patient-form-details .patient-form-caption {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.patient-form-details .view-patient-form {
  color: transparent;
  margin: 15px auto;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 700;
}

.patient-form-list .patient-form-grid:hover .view-patient-form {
  color: #034a85;
}

/* DOCTOR PORTAL
  --------------------------------------------- */
.doctor-portal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 40px;
  margin-bottom: 50px;
}

.doctor-portal-list .doctor-portal-grid {
  position: relative;
  box-shadow: 0 1px 3px rgb(0 0 0 / 2%), 0px 15px 15px rgb(0 0 0 / 4%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-bottom: 5px solid transparent;
  border-radius: 15px;
  background-color: #0b4f85;
  padding: 20px;
}

.doctor-portal-list .doctor-portal-grid:hover {
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  border-bottom: 5px solid #034a85;
}

.doctor-portal-list .doctor-portal-grid img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  padding: 15px;
}

.doctor-portal-imgwrap {
  text-align: center;
  min-height: 100px;
}

.doctor-portal-list .doctor-portal-grid .doctor-portal-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.doctor-portal-title {
  text-align: center;
  padding: 20px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}

.doctor-portal-caption {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.doctor-portal-list .doctor-portal-grid:hover .view-doctor-portal {
  color: #034a85;
}

/* Entry Meta
  --------------------------------------------- */

p.entry-meta {
  font-size: 14px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

.single-post .addtoany_share_save_container {
  display: inline-block;
}

.single-post .entry-header {
  display: inline-block;
  margin-right: 5px;
}

.single-post .post-img {
  text-align: center;
  margin-bottom: 20px;
}

.entry-time {
  font-size: 14px;
}

.blog .entry-content {
  bottom: 20px;
  position: absolute;
}

.blog .featured-image {
  background-repeat: no-repeat;
  background-size: cover;
}

/* Pagination
  --------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
  text-align: center;
  display: block;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

nav.navigation.pagination .nav-links .page-numbers {
  padding: 10px 10px;
  background-color: #fff;
  line-height: 1;
  color: #40403E;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #ffffff;
  color: #034a85;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #034a85;
  color: #fff;
  border-color: #034a85;
}

/* Entry Comments
  --------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul>li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

.eye-condition-treatment-list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: unset;
  gap: 20px;
}

.eye-condition-treatment-list .grid-item {
  position: relative;
}

.eye-condition-treatment {
  display: block;
}

.eye-condition-treatment img {
  border-radius: 10px;
  height: 390px;
  object-fit: cover;
}

.image-caption-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
}

.eye-condition-treatment:hover .image-caption-overlay {
  background-color: rgb(3 74 133 / 80%);
}

/* Site Sections
  ---------------------------------------------------------------------------- */
.hero-slider__image {
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 896px;
  background-position: inherit;
  margin-top: 170px;
}

.hero-caption {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 112px 20px 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
}

.home .hero-caption {
  padding-top: 450px;
  /* padding-top: 190px; */
  justify-content: flex-start;
}

.hero-caption__wrap {
  padding: 15px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-caption-text {
  color: #000;
  font-size: 25px;
  margin-bottom: 32px;
  line-height: 1.2;
  text-shadow: 0 0 20px rgb(3 73 132 / 50%);
}

.hero-caption-text-title {
  font-size: 44px;
  color: #fff;
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  /* text-shadow: 0 0 10px rgb(255 255 255 / 30%); */
}

.hero-btn {
  background-color: #3dae2b;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.hero-btn:hover {
  background-color: #1f6294;
  color: #fff;
}

.site-section {
  position: relative;
  padding: 60px 15px;

}

.site-section.static {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  border-bottom: 1px solid #fff;
}

.page-banner {
  position: relative;
  height: 770px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 85px;
  margin-bottom: 50px;
}

.page-banner--overlay {
  background: -moz-linear-gradient(left, rgba(105, 120, 107, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(105, 120, 107, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(105, 120, 107, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.page-banner--overlay.disable {
  display: none;
}

/* About */
.page-id-17558 .page-banner {
  background-position-x: right !important;
}

.page-tagline {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-badge {
  margin-bottom: 20px;
}

.hero-title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Lora", serif;
  text-decoration: underline;
}

.section-title {
  font-size: 46px;
  color: #034a85;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-family: "Lora", serif;
}

/* Content 
  ------------------------------------------*/
.about-us-section {
  background: #eef4f6;
}

.about-us-section .grid-block {
  max-width: 1180px;
  margin: auto;
  gap: 30px;
  align-items: normal;
  padding-top: 35px;
}

.heart-icon {
  width: 75px;
  height: 75px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2021/11/heart-icon.png);
  background-size: cover;
  background-position: center;
}

.know-us-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}

.know-us-text {
  display: flex;
  align-items: center;
}

.know-us-link span {
  font-family: 'Lora', sans-serif;
  font-size: 30px;
  padding-left: 20px;
  font-weight: 500;
}

.know-us-link a {
  text-transform: uppercase;
  font-weight: 700;
  color: #40403E;
}

.about-us-section h1 {
  text-align: left;
}

.about-us-section h1:after {
  margin-left: 0;
}

.about-accord-title {
  text-transform: uppercase;
  background-color: #c2c2c2;
  padding: 16px 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-accord-title.ui-state-active {
  background-color: #40403E;
}

.about-accord-content {
  padding: 16px 30px;
}

.ui-accordion-header-icon {
  line-height: 1.6 !important;
  font-size: 12px;
  background-color: #fff;
  color: #c2c2c2;
  width: 16px;
  height: 16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  order: 2;
}

.about-accord-title.ui-state-active .ui-accordion-header-icon {
  color: #40403E;
}

.about-highlight {
  background-color: #eef4f6;
  padding: 30px;
  margin-bottom: 30px;
}

.about-highlight h2 {
  font-family: 'Lora', sans-serif;
  text-transform: none;
}

.about-us-btn-group a {
  width: 200px !important;
}

/* Sevices 
  ------------------------------------------*/

.site-section.services {
  background: -moz-linear-gradient(top, rgba(4, 74, 133, 1) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(4, 74, 133, 1) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(4, 74, 133, 1) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #034984 45%, #fff 45%);
  padding: 60px;
}

.services .title-tag-line {
  color: #fff;
  font-size: 20px;
}

.services .section-title {
  color: #fff;
}

.services .section-title:after {
  background-color: #ffa500;
  background-color: #627264;
}


.services--item {
  display: flex;
  gap: 30px;
  max-width: 1744px;
  margin: 0 auto 80px;
}

.services--item-container {
  flex: 1;
  max-width: 427px;
  margin: 15px;
}

.services--item-container:hover {
  border-radius: 5px;
}

.services--item-container .service-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.services--item-container .services--link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.services--item-container .service-overlay:after {
  content: "";
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  display: none;
}

.services--item-container:hover .service-overlay:after {
  display: block;
}

.service--item-wrap {
  border-radius: 5px;
}

.services--title {
  color: #ffffff;
  margin-bottom: 50px;
}

.services-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 502px;
}

.service-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  color: #fff;
  height: 502px;
  display: none;
}

.service-content h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.services--item-container:hover .service-content {
  position: relative;
  display: flex;
}

.service-item-title {
  font-size: 16px;
  color: #034a85;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0 0 5px 5px;
  border-radius: 30px;
  margin: 15px;
}

.services--item-container:hover .service-item-title span {
  display: none;
}

.services--item-container:hover .service-item-title {
  color: #fff;
  background-color: #42474D;
}

.service-item-icon-wrap {
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #00699D;
}

.service-item-icon {
  background-color: #40403E;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.services--item-container:hover .service-item-icon {
  background-color: #00699D;
}

.services--item-btn {
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.services--item-container:hover .services--item-btn {
  color: #fff;
  display: block;
}

.service-cta {
  max-width: 1170px;
  margin: 80px auto 60px;
  background-color: rgb(0 0 0 / 80%);
  padding: 20px;
  box-shadow: 0 0 10px rgb(182 161 117 / 50%);
}

.service-cta-wrap {
  border: 1px solid #363636;
  padding: 45px 12px;
}

.service-cta-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.service-cta-title:after {
  content: none;
}

.service-cta-btn {
  margin: auto;
  display: table;
  border: 1px solid #00699D;
}

.service-btn-group-title {
  text-align: center;
  font-size: 35px;
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  color: #034984;
}

.service-btn-group {
  justify-content: center;
}

.service-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  max-width: 270px;
  width: 100%;
  text-align: center;
}

.service-btn-wrap a {
  margin-top: 6px;
  max-width: 270px;
  width: 100%;
}

.service-btn-wrap .default-btn {
  border-color: #1098f7;
  color: #1098f7;
  border-radius: 25px;
}

.service-btn-wrap .default-btn i {
  color: #1098f7;
}

.service-btn-wrap a:first-of-type i {
  margin-right: 6px;
}

.icon-overlay {
  font-size: 34px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}

.icon-overlay i {
  color: #fff;
}

/* Look For
  ------------------------------------------*/
.site-section.look-for {
  padding: 60px;
}

.look-for-grid {
  align-items: stretch;
  gap: 60px;
}

.look-for--item-container {
  background-color: #034a85;
  color: #fff;
  border-radius: 3px 25px;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  position: relative;
}

/*
.look-for--item-container-2 {
  border-radius: 25px 3px;
  border-radius: 30px;
  background: #e9eef2;
  color: #32353a;
}*/

.look-for--item-container h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.look-for--item-container-1 h2,
.look-for--item-container-2 h2 {
  color: #fff;
}

.look-for-item {
  padding: 0px 30px;
  border-radius: 3px 25px;
  position: relative;
  z-index: 1;
}

.look-for-item img {
  border-radius: 15px;
  background-color: #f5f5f5;
  padding: 4px;
}

.look-for--item-container-1:after,
.look-for--item-container-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .3;
  background-position: center;
  background-size: cover;
}

.look-for--item-container-1:after {
  /* background-image: url(/wp-content/uploads/2022/04/location-bg.jpg);	*/
}

.look-for--item-container-2:after {
  /* background-image: url(/wp-content/uploads/2022/04/doctors-bg.jpg);	*/
}

.look-for--item-container:hover:after {
  opacity: .1;
}

.look-for--item-container-1:hover h2,
.look-for--item-container-2:hover h2,
.look-for--item-container-1:hover .look-for-text,
.look-for--item-container-2:hover .look-for-text {
  color: #fff;
}

.look-for--item-container-2 .look-for-item {
  border-radius: 25px 3px;
}

.look-for-item .flex-block {
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.look-for-item .flex-block p {
  margin-bottom: 0;
}

.look-for-text {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 200px; */
}

.look-for-text-link {
  display: block;
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  /* rev2 */
  border-width: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  white-space: normal;
  background: #42474D;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  width: 180px;
}

.look-for-overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


.look-for-text-link:hover {
  color: #fff;
}

.look-for--item-container:hover {
  background: rgb(3, 74, 133);
  background: -moz-linear-gradient(-45deg, rgba(3, 74, 133, 1) 0%, rgba(2, 51, 91, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(3, 74, 133, 1) 0%, rgba(2, 51, 91, 1) 100%);
  background: linear-gradient(135deg, rgba(3, 74, 133, 1) 0%, rgba(2, 51, 91, 1) 100%);
}

.look-for--item-container:hover .look-for-item {
  /* border: 1px solid #c7ccd8; */
}

.look-for--item-container:hover a {
  text-decoration: underline;
}



/* What Choose Us
  ------------------------------------------*/
.site-section.why-us {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(211, 211, 211, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(211, 211, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(211, 211, 211, 1) 100%);
  z-index: 2;
  display: flex;
  justify-content: center;
  background: none;
}

.why-us-container {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1175px;
  border-radius: 30px;
  width: 100%;
  background: linear-gradient(180deg, #0d83da 10%, #044a86 65%);
}

.why-us-wrap {
  max-width: 1170px;
  margin: auto;
  color: #fff;
  padding: 20px;
}

.why-us .title-tag-line {
  color: #fff;
}

.why-us--title {
  color: #fff;
}

.why-us .section-title:after {
  background-color: #fff;
}

.video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-btn-wrap {
  padding: 50px;
  border-radius: 50%;
  background-color: rgb(138 243 255 / 20%);
  cursor: pointer;
  position: absolute;
  /* pointer-events: none; */
}

.video-btn i {
  background-color: #42474D;
  font-size: 36px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.why-us-btn-group {
  justify-content: center;
  margin-top: 30px;
}

.why-us-btn-group .secondary-btn:hover,
.why-us-btn-group .secondary-btn i {
  color: #034a85;
}

/* Locations
  ------------------------------------------*/

.site-section.locations {
  background-color: #E9E3E6;
}

.locations-wrap {
  max-width: 1170px;
  margin: auto;
}

.location-title {
  color: #034a85;
}

.location-doctors .wp-block-columns {
  flex-direction: column;
}

.location-doctors .wp-block-column {
  margin: 0 !important;
}

.location-doctors figure {
  width: 100%;
  text-align: center;
}


.location-doctors figcaption {
  font-size: 20px;
}

.location-doctors figcaption strong {
  text-transform: uppercase;
  font-family: 'Lora';
  color: #034a85;
  font-size: 38px;
}

.location-doctors img {
  border-radius: 50% !important;
  width: 180px;
  height: 180px !important;
  object-fit: cover;
  border: 6px solid #fea400;
}

#tabs {
  display: flex;
  flex-direction: column;
}

#tabs ul,
.ui-tabs-nav {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e9e3e6;
  margin-bottom: 30px;
  padding-left: 0 !important;
}

.ui-tabs-tab {
  flex: 1;
  text-align: center;
}

.ui-tabs-tab a {
  padding: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.ui-tabs-active {
  background-color: #034a85;
  border-radius: 5px;
}

.ui-tabs-active a {
  color: #fff;
}

.location-container {
  padding: 30px;
  background-color: #fff;
  min-height: 530px;
}

.location-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  box-shadow: 0 20px 20px #ddd;
}

.location-info {
  text-align: center;
}

.location-info figure {
  max-width: 340px;
  margin: auto;
}

.location-info figure span {
  position: absolute;
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  display: none;
}

.location-info:hover figure span {
  display: block;
}

.location-info figure span:before {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffa500;
  font-size: 30px;
}

.location-info img {
  border-radius: 5px;
}

.location-name {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 12px;
}

.location-info:hover a {
  font-weight: 700;
  color: #034a85;
}

.location-address img {
  box-shadow: 0 5px 10px #ccc;
}

.location-address h2,
.location-address p {
  text-align: center;
}

/* Specialists
  ------------------------------------------*/
.specialists-wrap .section-title {
  line-height: 1.3em;
}

.specialists-wrap {
  max-width: 1170px;
  margin: auto;
}

.specialists-wrap .grid-block {
  position: relative;
  gap: 30px;
  grid-template-columns: 1fr 430px;
}

/* .specialists-wrap .grid-block .grid-item:last-of-type {
	padding: 0 60px;
} */

.specialists-wrap .grid-block .specialist-sidebar img {
  box-shadow: 17px -17px 0px 0px rgba(11, 76, 132, 1);
  -webkit-box-shadow: 17px -17px 0px 0px rgba(11, 76, 132, 1);
  -moz-box-shadow: 17px -17px 0px 0px rgba(11, 76, 132, 1);
}

.specialists .section-title {
  text-align: left;
}

.specialists .section-title:after {
  margin-left: 0;
}

.doctors-name {
  background-color: #1098f7;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: auto;
  padding: 20px;
  border-radius: 3px 25px;
  /* margin-top: -45px; */
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-family: 'Lora';
  font-weight: 700;
}

.doctors-name span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.specialist-btn-group .default-btn {
  border-color: #1098f7;
  color: #1098f7;
  border-radius: 40px;
}

.specialist-btn-group .default-btn i {
  color: #1098f7;
}

.specialist-btn-group a:first-of-type i {
  margin-right: 6px;
}

.doctors-list {
  display: flex;
  flex-wrap: wrap;
}

.doctors-list li {
  flex: 1;
}

.specialist-slider-prev {
  color: #959595;
  z-index: 1;
  left: -50px;
  font-size: 16px;
}

.specialist-slider-next {
  right: -50px;
  color: #959595;
  font-size: 16px;
}

.doctor-video {
  position: relative;
}

.doctor-video iframe {
  width: 660px;
  height: 300px;
  transition: 2s ease;
}

.doctor-video .doctor-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* Testimonials
  ------------------------------------------*/

.home .site-section.testimonials {
  /* padding: 15px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 180px; */
}

.testimonials {
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.home .testimonials:before {
  content: none;
}

.testimonials .title-tag-line {
  color: #ffa500;
  position: relative;
  /* text-shadow: 0px 0px 4px rgb(0 0 0 / 63%); */
  color: #42474D;
}

.testimonials .section-title {
  color: #fff;
  position: relative;
  /* text-shadow: 0px 0px 4px rgb(0 0 0 / 63%); */
  color: #034a85;
}

.testimonials .section-title:after {
  background-color: #ffa500;
  background-color: #42474D;
}

.testimonials--title {
  margin-bottom: 30px;
}

.testimonials-wrap {
  max-width: 1180px;
  margin: auto;
}

.home .testimonials-wrap {
  /*background-color: rgb(51 51 51 / 30%);*/
  padding: 15px;
}

.testimonial-card {
  margin: auto;
  position: relative;
}

.testimonial-text {
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: center;
  font-style: italic;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-shadow: 0px 0px 3px rgb(0 0 0);
}

.testimonials-btn-group {
  position: relative;
  justify-content: center;
  gap: 20px;
}

.testimonials-btn {
  max-width: 250px;
  width: 100%;
  text-align: center;
  background-color: rgb(0 0 0 / 20%);
  border-radius: 25px;
}

.testimonials-btn i {
  color: #fff;
}

.primary-btn.testimonials-btn {
  background-color: #034a85;
  border-color: #034a85;
  color: #fff;
}


.primary-btn.testimonials-btn i {
  color: #fff;
}

.default-btn.testimonials-btn,
.default-btn.testimonials-btn i {
  color: #fff;
  border-color: #fff;
  background-color: #034a85;
  border-color: #034a85;
}

.testimonials-container {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}

.quote-right {
  position: absolute;
  left: -70px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00699D;
  color: #fff;
  font-size: 30px;
}

.testimonial-rating {
  text-align: center;
  color: #ffa500;
  margin-bottom: 16px;
}

.testimonial-author {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lora';
  text-shadow: 0px 0px 4px rgb(0 0 0 / 63%);
}

.light-btn.testimonials-btn {
  background-color: #fff;
}

.light-btn.testimonials-btn:hover {
  color: #000;
}

.reviews-column {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

.reviews-column-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

span.reviews-column-title {
  text-transform: uppercase;
}

.reviewer-photo {
  border-radius: 50%;
}


/* Call To Action
  ------------------------------------------*/
.map-wrap {
  max-width: 1180px;
  margin: auto;
}

.map--title {
  text-align: left;
  color: #fff;
}

.map--title:after {
  margin-left: 0;
}

.map-container {
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #000;
  display: flex;
}

.map-content {
  max-width: 570px;
  width: 100%;
  background-color: rgb(0 0 0 / 80%);
  padding: 60px;
}

.map--content {
  background-color: #fff;
  padding: 30px;
}

.map-company-info {
  display: flex;
  margin-bottom: 20px;
}

.map-company-info i {
  width: 20px;
  text-align: center;
  color: #00699D;
  margin-right: 20px;
}

.map-company-info>div {
  font-size: 16px;
}

.map-company-info>div>span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

/* Latest Post
  ------------------------------------------*/

.site-section.latest-post {
  background-color: #d3d3d3;
  padding-bottom: 0;
  display: none;
}

.latest-post-wrap {
  max-width: 1170px;
  margin: auto;
}

.latest-post-container {
  display: flex;
  gap: 30px;
  margin-bottom: 90px;
}

.latest-post .section-title:after {
  background-color: #627264;
}

.latest-post-cards--block {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px 25px;
  position: relative;
}

.latest-post-cards--block:hover {
  background-color: #034a85;
  color: #fff;
  box-shadow: 0 10px 15px -6px rgb(0 0 0 / 50%);
}

.latest-post-cards--block:hover .latest-post-info,
.latest-post-cards--block:hover a {
  color: #fff;
}

.latest-post-cards--block:hover .post-card--btn {
  background-color: #034a85;
  color: #fff;
  box-shadow: 0 10px 15px -6px rgb(0 0 0 / 50%);
}

.latest-post-thumbnails {
  max-width: 332px;
  min-height: 262px;
  background-size: cover;
  background-position: center;
  background-color: #f1f1f1;
}

.latest-post-article {
  display: flex;
  flex-direction: column;
}

.latest-post-info {
  display: flex;
  justify-content: space-between;
  color: #627264;
  padding: 20px 0;
}

.latest-post-info i {
  padding-right: 5px;
}

.latest-post-title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 0;
  font-size: 16px;
}

.latest-post-text {
  margin-bottom: 30px;
}

.post-card--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 200px;
  margin: auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.post-card--btn i {
  font-size: 12px;
  padding-left: 5px;
}

.latest-post-btn {
  background-color: #034a85;
  border-color: #034a85;
  color: #fff;
}

.latest-post-btn i {
  color: #fff;
}

/* Call To Action
  ------------------------------------------*/
.site-section.cta {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  /* background-color: #d3d3d3; */
}

.cta-content {
  display: flex;
  border-radius: 25px;
  box-shadow: 0 1px 3px #a1a1a1;
  overflow: hidden;
  /* transform: translateY(130px); */
  border: 1px solid #a1a1a1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.cta .title-tag-line {
  color: #42474D;
  text-align: left;
}


.cta--title {
  color: #fff;
  text-align: left;
}

.cta--title:after {
  background-color: #ffa500;
  background-color: #42474D;
  margin-left: 0;
}


.cta-form {
  flex: 1;
  background: rgb(14, 129, 221);
  background: -moz-linear-gradient(top, rgba(14, 129, 221, 1) 0%, rgba(9, 102, 183, 1) 44%, rgba(4, 71, 138, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(14, 129, 221, 1) 0%, rgba(9, 102, 183, 1) 44%, rgba(4, 71, 138, 1) 100%);
  background: linear-gradient(to bottom, rgba(14, 129, 221, 1) 0%, rgba(9, 102, 183, 1) 44%, rgba(4, 71, 138, 1) 100%);
  padding: 60px;
}

.cta-img {
  max-width: 900px;
  min-height: 682px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex: 1;

}

.cta-btn-group {
  justify-content: center;
  align-items: center;
}

.cta-btn-group a {
  max-width: 270px;
  width: 100%;
  text-align: center;
}

.cta-btn-group a:first-of-type i {
  margin-right: 6px;
}

.site-section.cta-inner {
  background-color: #034984;
  color: #fff;
  padding: 60px;
}

.cta-inner-wrap {
  max-width: 1170px;
  margin: auto;
}

.cta-inner .title-tag-line {
  color: #fff;
}

.cta-inner-title {
  color: #fff;
  text-transform: none;
}

.cta-inner-title:after {
  background-color: #fff;
}

.cta-inner-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  max-width: 260px;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.cta-inner-btn-wrap span {
  text-align: left;
  color: #034984;
  width: 100%;
}

.cta-inner-btn-wrap a {
  max-width: 270px;
  max-width: 300px;
  width: 100%;
  padding: 16px 10px;
  color: #034a85;
  border-radius: 50px;
}

.cta-inner-btn-wrap a:hover,
.cta-inner-btn-wrap a:visited,
.cta-inner-btn-wrap a:focus {
  color: #fff;
  background: rgb(16, 152, 247);
}

.cta-inner-btn-wrap i {
  color: #034a85;
  font-size: 14px;
}

.cta-inner-btn-wrap a:hover i {
  color: #fff;
}

.cta-inner-btn-wrap .fa-phone-volume {
  padding-right: 10px;
}

/* Badges 
  ------------------------------------------*/
.badges {
  background-size: cover;
  background-repeat: no-repeat;
}

.badges-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.badge-item__wrap img {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

/* Sidebar
  ---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Site Footer
  ---------------------------------------------------------------------------- */

.site-footer {
  font-size: 16px;
  line-height: 1.5;
  padding: 60px 60px 0;
  color: #fff;
  background: rgb(3, 73, 132);
  background: -moz-linear-gradient(top, rgba(3, 73, 132, 1) 0%, rgba(0, 1, 17, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(3, 73, 132, 1) 0%, rgba(0, 1, 17, 1) 100%);
  background: linear-gradient(to bottom, rgba(3, 73, 132, 1) 0%, rgba(0, 1, 17, 1) 100%);
  background: #42474D;
}

.site-footer-wrap {
  max-width: 1180px;
  margin: auto;
}

.footer-columns {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.footer-column-title {
  font-size: 26px;
  position: relative;
  font-family: "Lora", serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #a1a1a1;
  color: #fff;
  font-weight: 700;
}

.footer-locations .flex-block {
  padding: 6px 0;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  max-width: 364px;
  margin: auto;
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.location ul li:before {
  content: "\f0da";
  font-weight: 900;
  padding-right: 8px;
  color: #ffa500;
  font-family: "Font Awesome 5 Free";
}

.footer-column ul li a {
  color: #fff;
  font-size: 14px;
}

.location ul {
  padding-bottom: 30px;
}

.location li {
  padding: 6px 0;
}

.company-info {
  display: flex;
}

.company-info i {
  font-size: 14px;
  color: #1098f7;
  margin-top: 4px;
  max-width: 20px;
  width: 100%;
  text-align: center;
}

.footer-infos {
  margin-top: 16px;
}

.info-text {
  margin-left: 20px;
  margin-bottom: 10px;
}

.info-text span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.info-text a {
  color: #fff;
}

.footer-column .social-media {
  justify-content: center;
  margin-top: 16px;
}

.footer-column .social-media--name {
  display: inline-block;
  margin-left: 12px;
}

.footer-column .social-media--item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  background-color: #cee2f3;
  border-radius: 15px;
}

.footer-copyright-media {
  padding: 60px 0 0;
  color: #fff;
}

.footer-copyright-media-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: rgb(255 255 255 / 80%);
  color: #111;
  padding: 40px 60px;
  border-radius: 20px 20px 0 0;
  gap: 15px;
}

.toggle-links {
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0 0;
  font-family: "Lora", sans-serif;
}

.toggle-link-text:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 6px;
}

.toggle-link-text.collapse:after {
  content: "\f106";
}

.copyright {
  text-align: center;
}

.copyright a {
  color: #034a85;
}

.scroll-top {
  bottom: 54px;
  right: 4px;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  display: none;
}

.footer-cc-wrapper {
  margin: 20px auto;
  width: 250px;
}

.cta-btn-location {
    color: #fff !important;
    font-size: 18px;
    padding: 4px 20px;
    background-color: #499cdc;
    border-radius: 30px;
    text-transform: uppercase;
}

/* ECS/VCS - Custom Single Locations Page
  --------------------------------------------- */
/* Hide the item by default */
.only-2500-w-23rd-st {
  display: none !important;
}

body.postid-21734 .only-2500-w-23rd-st {
  display: block !important;
}

a.apt-btn {
  background: #fff;
  color: #0693e3;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 150px;
  margin-bottom: 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 15px;
  position: relative;
  z-index: 9;
}

a.apt-btn:hover {
  color: #fff !important;
  background: #0693e3 !important;
}

.surgical-center .sc-loc-wrap {
  place-content: center;
}

/* Allow Gutenberg full-width blocks to span the viewport */
.wp-block-group.alignfull,
.wp-block-cover.alignfull,
.wp-block-columns.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* background color for 2500 st nav menu */
li#menu-item-21872 {
  background: #034a85;
}

li#menu-item-21872:hover,
li#menu-item-21872 a:hover {
    background: #115e9e !important;
}

li#menu-item-21872 a {
  color: #fff;
}

/** ONE COLUMN DOCTORS ON MOBILE **/
@media (max-width: 768px) {
  .doctors-list-page > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/** ECS-235 **/
.inner-page .page-banner {
   background-position: center;
}

.two-col-border .wp-block-column:first-child {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.two-col-border .wp-block-column:last-child {
  padding-left: 20px;
}

@media (max-width: 781px) {
  .two-col-border .wp-block-column:first-child {
    border-right: none;
    padding-right: 0;
  }

  .two-col-border .wp-block-column:last-child {
    padding-left: 0;
  }
}

/** ECS-251 **/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Media Queries
  ---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 600px) {
  .one-half-li {
    column-count: 2;
  }

  .one-third-li {
    column-count: 3;
  }

}

@media (min-width: 768px) {
  .mobile-services--item {
    display: none;
  }

  .desktop-services--item {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  /*.sticky-head .genesis-nav-menu > li > a {
		color: #fff;
	}*/

  .sticky-head .sub-menu-toggle:after {
    color: #fff;
  }




  /* Site Header
    --------------------------------------------- */
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 50px;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .site-header.sticky-head {
    top: 0;
  }


  .site-header>.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .title-area {
    max-width: 267px;
    width: 100%;
  }

  .header-widget-area {
    order: 1;
    padding-top: 20px;
    padding-bottom: 6px;
  }

  /* Header Right
    --------------------------------------------- */
  .sticky-head .header-widget-area {
    /* position: absolute; */
    right: 60px;
    z-index: 1;
    bottom: 26px;
  }

  .sticky-head .phone-sticky {
    display: block;
  }

  .phone-sticky .header-phone {
    font-size: 16px;
  }

  .phone-sticky i {
    color: #40403E;
  }

  .contact-info {
    flex-direction: column;
  }

  .sticky-head .contact-info--item i,
  .sticky-head .contact-info--item a {
    color: #1f6195;
  }

  .sticky-head .contact-info--item span {
    display: none;
  }

  .mobile-dot-nav {
    display: none;
  }

  /* Header Menu
    --------------------------------------------- */

  .nav-primary {
    display: flex;
    /* justify-content: end; */
    justify-content: center;
    flex: 1;
    width: 100%;
    gap: 26px;
    padding-top: 20px;
  }

  .sticky-head .genesis-nav-menu a {
    /* padding-bottom: 6px; */
  }

  .sub-menu-toggle {
    top: 50%;
    transform: translateY(-50%);
  }

  .sticky-head .sub-menu-toggle {
    top: 74%;
  }

  /* Genesis Menu
    --------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu>.menu-item {
    padding: 0 8px;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu>.menu-bold>a {
    font-weight: 700;
  }

  .genesis-nav-menu>.menu-highlight>a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu>.menu-highlight>a:focus,
  .genesis-nav-menu>.menu-highlight>a:hover {
    background-color: #1f6294;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 240px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    background-color: #f1f1f1;
    width: auto;
    /*max-height: 50vh;
    overflow-y: auto;	 */
  }

  .genesis-nav-menu .sub-menu a {
    border-top: 0;
    padding: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -51px 0 0 240px;
  }

  .genesis-nav-menu .sub-menu a:hover {
    background-color: #ddd;
  }

  /* Responsive Menu
    --------------------------------------------- */

  .menu-toggle {
    display: none;
    visibility: hidden;
  }

  .sub-menu-toggle {
    padding: 9px 0;
    color: #959595;
  }

  /* Header Menu
    --------------------------------------------- */

  .nav-primary .genesis-nav-menu a.sf-with-ul {
    padding-right: 10px;
  }

  .hero-caption .hero-form {
    display: block;
  }

  .hero-caption {
    padding: 80px 60px 80px;
  }

  /* Modal Forms
    --------------------------------------------- */
  .modal-button {
    position: fixed;
    right: -140px;
    bottom: auto;
    top: 50vh;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-radius: 25px;
  }

  /* Site Inner
    --------------------------------------------- */

  .content-sidebar-wrap {
    max-width: 1180px;
    margin: auto;
  }

  /* Reconstructive Procedures and Retina */
  .page-id-17578 .content-sidebar-wrap,
  .page-id-562 .content-sidebar-wrap,
  .blog .content-sidebar-wrap,
  .archive .content-sidebar-wrap {
    max-width: 1440px;
  }

  /* Site Section
    --------------------------------------------- */
  .site-section {
    padding: 120px 60px;
  }

  .home .site-section.testimonials {
    padding: 60px 0;
  }

  .site-section.look-for .look-for-wrap {
    /* max-height: 360px; */
    /* transform: translateY(-150px); */
    background: #fff;
    padding: 20px;
    border-radius: 30px;
  }

  .site-section.why-us {
    padding-bottom: 0;
    padding-top: 60px;
  }

  .locations-wrap {
    margin-top: -60px;
    transform: translateY(150px);
  }

  .site-section.latest-post,
  .site-section.cta {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .site-section.look-for {
    margin: 120px 60px;
    padding: 0;
  }

  .home .site-section.look-for {
    margin: 0;
    padding: 60px 60px 30px;
  }

  .site-section.locations {
    padding-bottom: 0;
    padding-top: 0;
  }

  .site-section.specialists {
    padding: 0;
    margin: 120px 60px;
  }

  .home .site-section.specialists {
    padding-top: 280px;
    padding-bottom: 60px;
    margin: 0;
  }

  .home-full-content {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-inner-title {
    text-align: left;
  }

  .cta-inner-title:after {
    margin-left: 0;
  }

  .footer-widget2,
  .footer-widget3,
  .footer-widget4 {
    padding-left: 100px;
  }

  /* Content
    --------------------------------------------- */

  .blog-post-article {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .only-mobile {
    display: none;
  }

  .doctor-video.fix-vid {
    max-width: 542px;
  }

  .doctor-video.right {
    text-align: right;
    float: right;
    margin-left: 29px;
  }

  /* Sidebar
    --------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
    --------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
    --------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
    --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
    --------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 30px;
  }

  /* Footer
    --------------------------------------------- */
  .site-footer {
    padding-bottom: 100px;
  }


  .footer-column {
    flex: 1;
  }

  .footer-locations .flex-block {
    flex-direction: row;
    max-width: inherit;
  }

  .flex-item {
    flex: 1;
  }

  .footer-column ul li a i {
    color: #fff;
    margin-right: 10px;
    font-size: 10px;
  }

  .footer-nav {
    flex: 1;
  }

  .d-hidden {
    display: none !important;
  }


  /*
  .testimonials-container-wrapper .left-bg,
  .testimonials-container-wrapper .right-bg {
    width:50%;
    height: 65%;
  }

  .testimonials-container-wrapper .right-bg {
    background: #dce6ef;
    position: absolute;
    right: 0;
  }

  .testimonials-left {
    transform: translate(0%, 70%);
    position: absolute;
  }
  .testimonials-right {
    transform: translate(45%, 15%);
  }

  .testimonials-left .title-tag-line,
  .testimonials-left .section-title .testimonials--title {
    text-align: left;
  }

  .testimonials-left .testimonials-btn-group {
    display: flex;
    flex-direction: column;
  }

  .testimonials-left h1:after,
  .testimonials-left .section-title:after {
    margin: 16px 0 30px;
  }
  */
}

@media only screen and (max-width: 1816px) {
  .surgical-center .sc-loc-wrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 1600px) {
  .genesis-nav-menu a {
    font-size: 14px;
  }

  .site-header {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1480px) and (min-width: 1024px) {
  .site-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-head .header-widget-area {
    right: 15px;
  }

  .top-bar .grid-block {
    padding-right: 15px;
  }

  .sticky-head .nav-primary {
    margin-right: 190px;
  }

  .header-right {
    flex-direction: column;
    justify-content: center;
    width: 300px;
  }

  .head-newsletter-btn {
    margin-left: 0 !important;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1480px) and (min-width: 1340px) {
  .look-for-text {
    min-height: 280px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {

  .title-area {
    max-width: 172px;
  }

  .genesis-nav-menu>.menu-item {
    padding: 0 4px;
  }

  .genesis-nav-menu a {
    font-size: 12px;
  }

  .genesis-nav-menu .sub-menu {
    grid-template-columns: 1fr 1fr;
  }

  .about-us-section #accordion {
    max-width: 400px;
  }

  .align-right-reset {
    margin-right: 60px !important;
  }

  .footer-column.footer-nap {
    flex: 1 35%;
  }

  .look-for-text {
    height: 200px;
  }

  .loc-details {
    max-width: 40%;
  }

  .single-loc-timeslot,
  .loc-img {
    max-width: 30%;
  }

  .odmd-link,
  .head-link {
    font-size: 12px;
  }

  .top-nav {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .doctor-header {
    flex-wrap: wrap;
  }

  .office-info {
    text-align: center;
  }

  .home .site-section.testimonials {
    top: 100px;
  }

  .home .testimonials-wrap {
    padding: 0;
  }

  .home .testimonials-btn-group {
    display: none;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .ui-tabs-tab a:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    float: right;
    font-size: 12px;
    margin-right: 6px;
  }

  .ui-tabs-active a:after {
    content: '\f106'
  }

  .eye-condition-treatment-list {
    grid-template-columns: 1fr;
    max-width: 570px;
    margin: auto;
  }

  .specialties-grid-list {
    grid-template-columns: 1fr !important;
    max-width: 570px !important;
    margin: auto;
    flex-direction: column;
  }

  .site-section.look-for {
    padding: 15px;
  }

  .specialists-wrap .grid-block {
    display: block;
  }

  .specialists-wrap .grid-block .grid-item:last-of-type {
    max-width: 430px;
    margin: 30px auto 0;
  }

  .specialist-btn-group {
    display: none;
  }

  .site-section.locations {
    background-color: #fff;
  }

  #tabs ul,
  .ui-tabs-nav {
    flex-direction: column;
    border: 0;
  }

  .location-container {
    grid-template-columns: 1fr;
  }

  /* LOCATIONS Surgical
  --------------------------------------------- */
  .surgical-center .sc-loc-wrap {
    flex-direction: column;
  }

  .align-right-reset {
    margin-right: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  .site-section.services {
    padding: 60px 30px;
  }

  .look-for-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
  }

  .look-for--item-container:hover {
    background-color: #1098f7;
  }

  .look-for--item-container:hover h2,
  .look-for--item-container:hover a,
  .look-for--item-container:hover .look-for-text {
    color: #fff;
  }

  .top-bar {
    display: none;
  }

  .site-header {
    padding-top: 120px;
    padding-bottom: 14px;
  }

  .header-right .billing-btn {
    background-color: transparent;
    color: #034a85;
    text-transform: uppercase;
  }

  .header-right a {
    font-size: 14px;
    border-radius: 0;
    margin-left: 0px !important;
    text-align: center;
  }

  .header-right i {
    font-size: 14px;
  }

  .site-header.sticky-head {
    padding: 6px 20px;
  }

  .sticky-head .title-area img {
    max-width: 100px;
  }

  .sticky-head .menu-toggle {
    margin-top: 0;
  }

  .sticky-head .menu-toggle:after {
    color: #ffa500;
  }

  .sticky-head .mobile-dot-nav {
    top: 50%;
  }

  .title-area {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .title-area img {
    max-width: 100px;
  }

  .title-area a {
    position: relative !important;
  }

  .sticky-head .title-area {
    text-align: center;
  }

  .mob-item {
    display: flex;
    align-items: baseline;
  }

  .mob-item i {
    margin-right: 5px;
    justify-content: center;
    width: 20px;
  }

  .mob-dots-items {
    background-color: #010101;
    padding: 12px 15px;
    position: fixed;
    top: 52px;
  }

  .sticky-head .mob-dots-items {
    top: 52px;
  }

  .mob-dots-items a {
    color: #fff;
  }

  .header-widget-area {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .header-right {
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(16, 152, 247, 1) 52%, rgba(16, 152, 247, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(16, 152, 247, 1) 52%, rgba(16, 152, 247, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(16, 152, 247, 1) 52%, rgba(16, 152, 247, 1) 100%);
  }

  .header-icon {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }

  .phone-number span {
    display: none;
  }

  .phone-text span {
    display: none;
  }

  .phone-number a {
    color: #fff;
  }

  .genesis-responsive-menu {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #1098f7;
    padding: 15px;
    transition: 0.3s top;
  }

  .sticky-head .genesis-responsive-menu {
    top: 57px;
    margin-right: 0;
  }

  .genesis-nav-menu a {
    padding: 12px;
  }

  .hero-slider__image {
    height: 720px;
    background-position: top;
    margin-top: 120px;
  }

  .page-hero.inner-page,
  .page-anner {
    margin-top: 0;
  }

  .hero-title {
    font-size: 40px;
  }

  .home .hero-caption {
    padding-top: 0;
  }

  .hero-caption-text {
    font-size: 26px;
  }

  .hero-caption-text span {
    font-size: 16px;
  }

  .site-inner {
    padding: 60px 15px;
  }

  .home .site-inner {
    padding-bottom: 0;
  }


  .home .content-sidebar-wrap {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .our-team-info-cols .wp-block-column {
    margin-bottom: 40px;
  }

  .wp-block-columns {
    display: block !important;
    margin: auto;
  }

  .wp-block-columns figure {
    max-width: 570px;
    margin: 0 auto 60px;
  }

  figure.alignnone:before {
    bottom: -16px;
    left: -16px;
  }

  figure.alignright:after {
    bottom: -16px;
    right: -16px;
  }

  .blog article,
  .archive article {
    flex: 1 100%;
  }

  .flex-field {
    flex-direction: column;
  }

  .flex-field-item:not(:last-child) {
    margin-right: 0;
  }

  form .wpcf7-submit {
    margin: auto;
  }



  .site-section.perfect-install {
    padding: 60px 15px 200px;
    background-size: cover;
    background-position: center;
  }

  .about-us-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .about-us-section .grid-block {
    grid-auto-flow: row;
    padding: 15px 15px 0;
    max-width: 570px;
  }

  .about-us-section .grid-block .grid-item:first-of-type {
    order: 1;
  }


  .offers--title {
    max-width: 570px;
    margin: auto;
  }

  .offers-content {
    grid-template-columns: 1fr;
    max-width: 370px;
    margin: auto;
  }

  .testimonial-slider-prev,
  .testimonial-slider-next {
    display: none;
  }

  .cta-btn-group {
    gap: 5px;
  }

  .blog-post-article article {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-article article:nth-child(odd) {
    margin-right: auto;
  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-intro-text,
  .footer-form {
    display: none;
  }

  .footer-column-title {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .footer-nav {
    max-width: 364px;
    margin: auto;
    width: 100%;
  }

  .footer-infos {
    max-width: 364px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-company-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-nav-media {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-nav {
    margin-bottom: 12px;
  }

  .footer-column ul {
    max-width: 500px;
    margin: auto;
  }

  .footer-copyright-media-wrap {
    flex-direction: column;
    text-align: center;
  }

  .lincese-info {
    order: 1;
    margin-top: 30px;
  }

  .copyright {
    order: 2;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .footer-badge {
    text-align: center;
    margin-top: 30px;
  }

  .footer-social-media .social-media--icon.twitter {
    background-color: #fff;
    color: #2ca5da;
  }

  .footer-social-media .social-media--icon.linkedin {
    background-color: #fff;
    color: #0073b1;
  }

  .footer-social-media .social-media--icon.youtube {
    background-color: #fff;
    color: #bb0000;
  }

  .footer-social-media .social-media--icon.google.my.business {
    background-color: #fff;
    color: #4a81e8;
  }

  .modal-button {
    position: fixed;
    top: 500px;
    bottom: auto;
    max-width: 300px;
    font-size: 14px;
    padding: 16px 20px;
    font-weight: 700;
  }

  .home .modal-button {
    top: 650px;
  }

  .modal-button span {
    display: inline-block;
  }

  .scrolled .modal-button {
    top: auto;
    font-size: 12px;
    max-width: 170px;
    margin: 0;
    position: relative;
    padding: 6px 10px;
    font-weight: 700;
  }

  .scrolled .modal-button span {
    display: block;
  }

  .sticky-head .header-right {
    display: none;
  }

  .mobile-btn__group {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 3;
  }

  .mobile-btn__group div {
    flex: 1;
    border-radius: 5px;
  }

  .phone-bottom {
    display: none;
    max-width: 170px;
    align-items: center;
    color: #fff;
    margin-right: 1px;
    font-weight: 700;
    justify-content: center;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
    background-color: #1098f7;
  }

  .scrolled .phone-bottom {
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
  }

  .phone-bottom i {
    font-size: 12px;
  }

  .phone-bottom a {
    color: #fff;
    margin-left: 4px;
  }

  .m-hidden {
    display: none;
  }

  .genesis-nav-menu .sub-menu .menu-item {
    border: 0;
  }

  .hero-caption-text-title {
    font-size: 30px;
    line-height: 1;
  }

  .page-banner {
    height: 570px;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .mob-dots-items {
    top: 180px;
  }

  .sticky-head .mob-dots-items {
    top: 57px;
  }

  #menu-item-18567>.sub-menu {
    height: 285px;
    overflow-y: scroll;
  }

  .single-loc-wrap {
    flex-direction: column;
  }

  .loc-details {
    margin-left: 0px;
    margin-top: 40px;
  }

  .loc-img,
  .loc-details,
  .single-loc-timeslot {
    max-width: 60%;
  }

  .loc-img {
    text-align: center;
    margin-right: 0;
  }

  .single-loc-timeslot {
    margin-top: 20px;
  }

  .blog-post-article article {
    max-width: 445px;
    margin-bottom: 40px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }

  .doctor-reviews-container .doctor-reviews-container-wrapper {
    flex-direction: column;
  }

  .doctor-reviews-container-wrapper .doctor_review {
    margin-bottom: 20px;
  }

  .latestblogs-section {
    padding: 0 15px;
  }

  .newsletter-list {
    grid-template-columns: 1fr !important;
    width: 100%;
    max-width: 445px;
    margin: auto;
  }

  .mobile-newsletter-wrap {
    text-align: center;
    background-color: #034a85;
  }

  .mobile-newsletter-wrap a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
  }

  .header-right i {
    display: none;
  }

  .header-contact-us-wrapper .header-contact-us,
  .head-newsletter-btn {
    display: none !important;
  }

  .header-contact-us-wrapper a[href^="tel:"]::before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
  }

  .header-right .header-contact-us-wrapper {
    margin-bottom: 0px;
  }

  .header-right .billing-btn {
    background-color: #42474D;
    color: #fff;
    text-transform: uppercase;
    z-index: 99999;
    width: 33.33%;
    padding: 20px;
  }

  .header-contact {
    display: block;
    width: 33.33%;
  }

  .header-contact a {
    width: 100%;
    padding: 20px !important;
    margin-left: 0;
  }

  .mdportal-btn {
    width: 33.33% !important;
    padding: 20px !important;
    background-color: #fff !important;
    color: #1e4981 !important;
  }
}

@media only screen and (max-width: 991px) {
  .hero-caption-text {
    padding: 12px;
  }

  .btn-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-item-icon {
    width: 70px;
    height: 70px;
    background-size: 50%;
  }

  .testimonials-btn-group {
    gap: 10px;
  }

  .blog-widget-wrap {
    flex-direction: column;
  }

  .blog-widget-wrap .widget {
    margin-bottom: 12px;
  }

  .btn-group.hero-btn-group {
    flex-direction: row;
    text-align: center;
  }

  .btn-group.hero-btn-group a {
    margin: 6px;
    padding: 10px 15px;
  }

  .blog-widget-wrap section:not(:last-of-type) {
    margin-right: 0;
  }

  div.wp-block-image .alignright {
    float: none;
    margin: 0 auto 40px;
  }

  .footer-column {
    max-height: initial;
  }

  .footer-column.footer-nav {
    min-height: initial;
  }

  .footer-column.footer-nap {
    margin-bottom: 100px;
  }

  .doctors-list-page,
  .patient-form-list,
  .doctor-portal-list,
  .before-after-child .gallery-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .doctors-list-page img {
    width: 100%;
  }

  .locations-main {
    place-items: center;
    grid-template-columns: repeat(1, 1fr);
  }

  .locations-details {
    margin-left: 20px;
  }

  .doctor-locations-container .doctor-locations-container-wrapper {
    grid-template-columns: auto;
  }

  .inner-page .page-banner {
    background-position: center;
  }

  /* Juvederm, Retinal Detachment, Macular Degeneration, Upper Blepharoplasty */
  .page-id-18333 .inner-page .page-banner,
  .page-id-17845 .inner-page .page-banner,
  .page-id-497 .inner-page .page-banner,
  .page-id-17409 .inner-page .page-banner {
    background-position: 80% center !important;
  }

  .featured-staff-header {
    flex-direction: column;
  }

  .diagnosis-wrap .diagnosis-item,
  .other-diagnosis .wpcf7-list-item {
    flex: 0 0 100% !important;
  }

  .diagnosis-wrap,
  .other-diagnosis .wpcf7-form-control {
    flex-direction: column;
  }

  .diagnosis-options .wpcf7-list-item {
    flex: 0 0 10%;
  }
}

@media only screen and (max-width: 767px) {
  .doctor-header {
    display: block;
    /* margin-top: 185px; */
  }

  .with-badge figure.alignright.size-full,
  .doctor-header figure.alignright.size-full {
    margin: 0 auto 40px;
  }

  .landing-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    grid-auto-flow: unset !important;
    width: 100%;
    max-width: 300px;
    margin: auto !important;
  }
}

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

  .content-sidebar-wrap {
    padding: 12px;
  }

  .copyright span {
    display: block;
  }

  .testimonial-slider-prev,
  .testimonial-slider-next,
  .service-slider-prev,
  .service-slider-next {
    padding: 0 4px;
  }

  .services--item-container {
    margin: 0;
  }

  .specialists-wrap .grid-block .grid-item:last-of-type {
    padding: 30px;
  }

  .specialist-slider-prev {
    left: -30px;
  }

  .specialist-slider-next {
    right: -30px;
  }

  .locations-main .loc-wrap,
  .doctor_location .loc-wrap {
    flex-direction: column;
  }

  .locations-details {
    margin-left: 0px;
    margin-top: 20px;
  }

  .locations-details p {
    width: 100%;
  }

  .loc-img,
  .loc-details,
  .single-loc-timeslot {
    max-width: 100%;
  }

  .home-full-content h1,
  .home-full-content p {
    text-align: center;
  }

  .header-right a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .about-us-btn-group {
    align-items: baseline;
  }

  .about-us-btn-group .wp-block-buttons {
    flex-direction: column;
  }

  .header-right a {
    padding: 20px 0px !important;
  }

  .right-top-bar {
    top: 76px;
  }

  .hero-title {
    font-size: 30px;
  }

  form.use-floating-validation-tip .wpcf7-not-valid-tip {
    padding: 0 2px;
  }

  input,
  select,
  textarea {
    font-size: 12px;
  }

  .box-wrap {
    padding: 20px;
  }

  .entry-content h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 20px;
  }

  .section-title {
    font-size: 25px;
  }

  .post-info {
    flex-direction: column;
  }

  div.wp-block-buttons>.wp-block-button {
    margin: auto !important;
  }

  .about-us-btn-group div.wp-block-buttons>.wp-block-button {
    margin-left: 0 !important;
  }

  .author-rating {
    padding: 12px;
  }

  .perfect-install--content {
    padding: 15px;
  }

  .site-footer {
    padding: 60px 15px 50px;
  }

  .footer-infos {
    padding-left: 0;
    padding-right: 0;
  }

  .info-text,
  #menu-links-1 a {
    font-size: 12px;
  }

  .about-btn {
    display: block;
    text-align: center;
  }

  div.site-container .wp-block-button .wp-block-button__link {
    font-size: 14px;
  }

  .latest-blog-post {
    flex-direction: column;
  }
}

@media (max-width: 487px) {
  .has-text-align-center {
    margin-top: 20px;
  }
}

/* Print Styles
  ---------------------------------------------------------------------------- */

@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title>a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .site-title>a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

/* Before and After Gallery Landing Page
    --------------------------------------------- */

.gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-term-title {
  text-align: center;
}

.gallery-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gallery-card img.gallery-featured {
  width: 150px;
  height: 150px;
}

.gallery-card h4.gallery-title {
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.gallery-card a.gallery-link {
  color: #fff;
  background-color: #0b4c84;
  border-color: #0b4c84;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gallery-card a.gallery-link:hover {
  background-color: #2ea3f2;
}

.before-after-child .gallery-card {
  justify-content: flex-start;
  padding: 0;
  margin: 15px;
  border: 1px solid #e9e6e6;
  border-radius: 5px;
}

.before-after-child .gallery-details {
  text-align: center;
  padding: 20px 10px;
}

.before-after-child .gallery-card img.gallery-featured {
  width: 100%;
  height: auto;
}

.single-before_after_gallery .site-inner,
.tax-before_after_category .site-inner {
  padding-top: 0;
}

.custom-page-banner {
  margin: 150px auto 0;
  max-width: 1180px;
}

.custom-page-banner .breadcrumb-container {
  padding: 40px 40px 0;
}

.custom-page-banner a,
.custom-page-banner .breadcrumb {
  color: #034A85;
}

/* Before and After Gallery
    --------------------------------------------- */
.before_after_gallery-template-default .before-after-item.ba-slider span.before-after-item-title-before,
.before_after_gallery-template-default .before-after-item.ba-slider span.before-after-item-title-after {
  padding: 3px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  background: #ccc;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  top: 20px;
  border-radius: 3px;
}

.before_after_gallery-template-default .before-after-item.ba-slider span.before-after-item-title-before {
  left: 20px;
}

.before_after_gallery-template-default .before-after-item.ba-slider span.before-after-item-title-after {
  right: 20px;
}

.before_after_gallery-template-default .slider-nav-thumbnails-wrapper .bx-viewport {
  background: #ebebeb;
  padding: 20px 20px 15px 20px;
}

.before_after_gallery-template-default .slider-nav-thumbnails-wrapper .slider-nav-thumbnails img {
  width: 300px !important;
  height: 120px;
  object-fit: cover;
  padding: 5px !important;
}

.before_after_gallery-template-default .fancybox img {
  width: 100%;
}

/* Blog Archive
    --------------------------------------------- */
.blog-group-btn {
  justify-content: center;
  margin-bottom: 30px;
}

.blog-group-btn a {
  width: 250px;
  text-align: center;
}

/* Landing Page
  --------------------------------------------- */
.sfl-animate-zoom {
  animation: zoom 1s ease;
}

#landing-modal {
  padding-top: 0;
}

.landing-content {
  position: relative;
  outline: 0;
  max-width: 800px;
  width: 100%;
  top: 300px;
  margin: auto;
}

.landing-container {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
}

.landing-close-btn span {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #454545;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-weight: normal;
}

h1.landing-title {
  font-size: 32px;
}

.landing-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 40px 20px 0px;
}

.landing-grid-items {
  min-height: 300px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 15px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  background-position: bottom !important;
  display: flex;
  justify-content: center;
}

.landing-grid-title {
  color: #fff;
  font-size: 21px;
  z-index: 10;
  position: relative;
  align-self: flex-start;
  transform: translateY(130px);
}

.landing-overlay {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(3, 74, 133, 1) 0%, rgba(3, 74, 133, 1) 40%, rgba(3, 74, 133, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(3, 74, 133, 1) 0%, rgba(3, 74, 133, 1) 40%, rgba(3, 74, 133, 0) 100%);
  background-image: linear-gradient(0deg, rgba(3, 74, 133, 1) 0%, rgba(3, 74, 133, 1) 40%, rgba(3, 74, 133, 0) 100%);
  left: 0;
  border-radius: 15px;
  moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.landing-grid-items:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, rgba(3, 74, 133, 1) 0%, rgba(3, 74, 133, 1) 40%, rgba(3, 74, 133, 0) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(3, 74, 133, 1) 0%, rgba(3, 74, 133, 1) 40%, rgba(3, 74, 133, 0) 100%);
  background-image: linear-gradient(180deg, rgba(3, 74, 133, 1) 0%, rgba(3, 74, 133, 1) 40%, rgba(3, 74, 133, 0) 100%);
  border-radius: 15px;
  left: 0;
  top: 0;
  animation: fadein .5s ease;
  moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.landing-grid-items:hover .landing-overlay {
  opacity: 0;
}

img.landing-logo {
  position: absolute;
  width: 100%;
  max-width: 200px;
  object-fit: contain;
  z-index: 10;
  top: 20px;
  opacity: 0;
  moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.landing-grid-items:hover img.landing-logo {
  opacity: 1;
}

.landing-grid-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  z-index: 10;
}

.landing-grid-text:after {
  content: '';
  border-bottom: 4px solid #fff;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.landing-grid-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@keyframes zoom {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Default Template Blog
    --------------------------------------------- */
.post-template-default .site-inner {
  margin-top: 150px;
}

/* CTA Blog
    --------------------------------------------- */
.site-section.cta-blog {
  background: #0b4c84;
  text-align: center;
  padding: 80px 60px;
}

.cta-blog-title {
  font-size: 46px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-family: "Lora", serif;
  line-height: 1.2;
}

.cta-blog-tag-line {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-blog .cta-inner-wrap a {
  max-width: 210px;
  width: 100%;
  padding: 10px;
  color: #034a85;
  border-radius: 50px;
}

.cta-inner-wrap a:hover {
  background-color: rgb(16, 152, 247);
}

.latestblogs-section {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 100px;
}

.latestblogs-title {
  font-weight: 600;
  font-size: 20px;
}

.latest-blog-post {
  display: flex;
  gap: 50px;
  margin: 30px 0;
  align-items: center;
}

.latestblogs-img {
  max-width: 250px;
  border-radius: 15px;
  height: 150px;
  width: 100%;
}

.latestblogs-img img {
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
  height: 100%;
}

.latestblogs-info {
  max-width: 350px;
  width: 100%;
}

.latestblogs-info p {
  margin-bottom: 0;
}

p.latestblogs-post-title {
  font-weight: 600;
  line-height: 1.2;
}

p.latestblogs-post-title a {
  color: #0b0e0e;
}

p.latestblogs-category,
p.latestblogs-date {
  font-size: 12px;
}

/* Custom Blog Template
    --------------------------------------------- */
.custom-blog-template .template-post-wrap {
  width: 100%;
  max-width: 980px;
  margin: 150px auto 0;
}

.custom-blog-template .entry-content h2 {
  color: #40403E;
}

.footer-share-text {
  font-size: 20px;
  font-weight: 600;
}

.footer-share {
  margin-top: 50px;
}

.addtoany_shortcode:first-child {
  margin-bottom: 50px;
}

.blog-category {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-category span {
  display: block;
}

.custom-blog-template .entry-footer .entry-meta {
  border-top: 0;
}

.custom-blog-template .entry-categories span,
.custom-blog-template .entry-tags span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.custom-blog-template .entry-categories {
  margin-bottom: 50px;
}

.custom-blog-template .entry-categories a,
.custom-blog-template .entry-tags a {
  font-size: 18px;
  color: #40403E;
}

/* Featured Staff Template
    --------------------------------------------- */
.featured-staff-template .template-post-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 150px auto 0;
}

.featured-staff-template .entry-content {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.featured-staff-template .entry-content h2 {
  color: #40403E;
}

.featured-staff-header {
  gap: 50px;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}

.featured-staff-header>div {
  flex: 0 0 calc(50% - 20px);
}

.featured-staff-header .post-img img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.featured-staff-header .post-img {
  max-width: 450px;
  width: 100%;
  height: 550px;
}

.featured-staff-header .blog-category span {
  display: inline;
  margin: 0 10px;
}

.featured-staff-header .entry-title {
  margin: 30px 0;
}

/* Home About
  --------------------------------------------- */
.home .about-us-btn-group {
  justify-content: center;
}

/* OD Quarterly Newsletters
  --------------------------------------------- */
.newsletter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
  margin-bottom: 50px;
}

.quarterly-newsletter-page .content-sidebar-wrap {
  max-width: 980px;
}

.newsletter-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px;
}

.newsletter-block img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  object-position: center top;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #ffffff;
}

.newsletter-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.newsletter-title {
  font-size: 24px;
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  padding: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.newsletter-block:hover {
  background-color: #034a85;
  box-shadow: 0 10px 15px -6px rgb(0 0 0 / 50%);
}

.newsletter-block:hover .newsletter-title a {
  color: #fff;
}

/* Refer a Patient
  --------------------------------------------- */
.diagnosis-wrap,
.other-diagnosis .wpcf7-form-control,
.diagnosis-options .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}

.diagnosis-wrap .diagnosis-item,
.other-diagnosis .wpcf7-list-item {
  flex: 0 0 33.33%;
}

.diagnosis-item .wpcf7-list-item,
.diagnosis-field .wpcf7-list-item {
  margin-left: 0;
}

.diagnosis-options .wpcf7-list-item {
  flex: 0 0 20%;
}

.diagnosis-options {
  margin-left: 20px;
}

.diagnosis-item div[data-class="wpcf7cf_group"] {
  height: 40px !important;
}

/* Jobs
  --------------------------------------------- */
.tax-job-location .page-banner,
.post-type-archive-job .page-banner,
.single-job .page-banner {
  background-position: top center;
  margin-top: 150px;
}

.page-id-21449 .page-banner {
  margin-top: 75px;
}

.job-post-article {
  padding-bottom: 60px;
}

.job-details .primary-btn {
  margin-bottom: 40px;
}

.application-form {
  background: #034984;
  padding: 20px;
}

.application-form p {
  margin-bottom: 20px;
}

.job-location-name {
  font-size: 16px;
  font-weight: 400;
}

.location-jobs-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.location-category {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #d4d2d0;
  position: relative;
  padding: 15px 10px;
  line-height: 1.4;
}

.location-category:hover {
  background-color: #034a85;
  color: #fff;
  box-shadow: 0 10px 15px -6px rgb(0 0 0 / 50%);
  cursor: pointer;
}

.location-category-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.location-category-name {
  color: #2d2d2d;
  font-weight: 600;
}

.job-count {
  font-size: 16px;
  color: #595959;
}

.location-category:hover .location-category-name,
.location-category:hover .job-count {
  color: #ffffff;
}

.single-job main ul,
.tax-job-location .content ul {
  margin-bottom: 40px;
}

.single-job main li,
.tax-job-location .content ul li {
  list-style-type: disc;
  margin-left: 40px;
}

.other-opening {
  text-decoration: underline;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}

/* Job application form */
.form-section-title {
  background-color: #818181;
  padding: 5px;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.application-form-container {
  font-size: 14px;
}

.field-column {
  display: flex;
  gap: 10px;
}

.field-column>div {
  align-items: center;
  width: 100%;
}

.field-checkbox {
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}