body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

body.itemid-101.homepage.page-home .content.h {
  display: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

input,
textarea,
button {
  outline: none;
}

a img {
  border: none;
}

form {
  padding: 0;
  margin: 0;
}

.activeFeedbackField {
  display: inline-block;
  position: relative;
  width: 0;
  overflow: hidden;
}

.activeFeedbackField input {
  position: absolute;
  left: 10px;
}

.activeFeedbackDescription {
  padding-top: 5px;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#system-message {
  display: none !important;
}

.content {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  box-sizing: border-box;
}

.content.h {
  background: #fff;
}

.btn {
  width: 100%;
  max-width: 250px;
  border-radius: 20px;
  padding: 13px 13px;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.services__block-title {
  text-align: center;
  color: #0b5ca8;
  font-size: 2em;
  text-transform: uppercase;
}

.homepage-service-title {
  text-transform: uppercase;
}

.btn-primary {
  background: #01528b;
  color: #fff;
  border-color: #01528b;
}

.btn-primary a {
  color: #fff;
  padding: 10px 55px;
  display: block;
}

.btn-primary:hover {
  background: transparent;
  color: #01528b;
}

.btn-primary:hover a {
  color: #01528b;
}

.table {
  display: table;
  vertical-align: middle;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #ffffff;
  transition: all 0.3s;
}

#homepage nav {
  background: #ffffff;
  position: relative;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#homepage nav.slide {
  background: #ffffff;
  position: fixed;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

nav.slide {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

nav.slide.fixed {
  opacity: 1;
  max-height: 2000px;
  overflow: visible;
}

/** post recreation change
nav .content {
	max-width: 1120px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: max-content;
	height: 120px;
}
**/

nav .content {
  max-width: 1280px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: max-content;
  height: 120px;
}

nav .top-line {
  background-color: #fff;
  padding: 5px 0;
}

nav .top-line .content {
  justify-content: space-between;
}

nav .top-line .dr-name-wrap {
  color: #23408f;
  font-size: 32px;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}

nav .top-line .soc-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

a.top-button {
  font-size: 15px;
  padding: 10px;
  background: #0b5ca8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.social-btn a {
  display: flex;
  transition: all 0.3s;
}

.social-btn a:hover {
  transform: scale(1.2);
}

.socials-header {
  display: flex;
}

.social-header a {
  color: #0b5ca8;
  font-size: 35px;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  transition: 0.3s;
}

.social-header a:hover {
  transform: scale(1.05);
}

.inner-logo {
  padding: 0;
  display: flex;
  align-items: center;
  grid-row: 3 / 1;
}

.inner-logo img {
  max-width: 100%;
  height: auto;
}
/**
.topmenu {
	grid-column: 2 / -1;
	margin: 0 0 0 auto;
}

.topmenu ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.topmenu ul li {
	list-style: none;
	position: relative;
	padding: 5px 2px;
}

.topmenu ul li.parent:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 0;
	height: 0;
	margin-right: 8px;
	vertical-align: middle;
	border-top: 4px solid #374e66;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.topmenu ul li a, span.nav-header, span.span-separator {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Questrial", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #374e66;
	transition: all 0.3s;
	white-space: nowrap;
	padding: 6px 15px;
	border-radius: 3px;
}

.topmenu ul li.parent a {
	padding: 6px 20px 6px 12px;
}

.topmenu ul li.active ul li a {
	color: #4f7094;
	border-bottom: 3px solid transparent;
}

.topmenu ul li a:hover, .topmenu ul li.active a, .topmenu ul li ul li a:hover, .topmenu ul li.active ul li a:hover, .topmenu ul li ul li.active a {
	color: #4f7094;
}

.topmenu ul li.parent ul li a {
	padding: 6px 12px;
	color: #fff;
}

.topmenu ul li ul {
	margin-top:20px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 480px;
	display: block;
	background: #42515a;
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.2s;
}

nav.fixed .topmenu ul li ul {
	background: #4d683a;
}

.topmenu ul li:hover ul {
	padding-top: 10px;
	max-height: 3000px;
	overflow-y: auto;
}

.topmenu ul li ul li {
	display: block;
	padding: 10px;
}

.topmenu ul li:last-child a {
	padding-right: 0;
}
**/
.top-right {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: 2 / -1;
  max-width: 640px;
  margin: 0 10px 0 auto;
}

.top-phone,
.top-phone a {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #0b5ca8;
  margin-right: 0;
}

.top-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: row-reverse;
}

.top-phone {
  margin: 0;
}

.hamburger {
  display: none;
}

nav p {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.slider-block {
  text-align: center;
  position: relative;
}

.nivo-slider-wrapper {
  position: relative;
  z-index: 10;
}

.slider-overlay {
  position: relative;
  width: 100%;
  background: #374e66;
  box-sizing: border-box;
  padding: 30px 0;
}

.slider-overlay-wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.overlay-upper-left h3 {
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  color: #ffffff;
  text-align: left;
  padding-top: 10px;
}

.overlay-upper-left ul {
  color: #ffffff;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 10px;
  margin: 0 auto;
}

.overlay-upper-left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin: 20px 0;
  font-weight: 500;
  font-family: "Questrial", sans-serif;
}

.overlay-upper-left ul li a {
  color: #fff;
}

.overlay-upper-left ul li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
  background-color: #ffc107;
}

.overlay-button {
  color: #fff !important;
  font-size: 20px !important;
  padding: 5px 15px;
  background: #006de5;
  border-radius: 25px;
  height: auto;
  width: auto;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px !important;
  transition: all 0.3s;
  font-family: "Roboto", sans-serif !important;
}

.overlay-button:hover {
  background-color: #002354;
}

.nivo-caption {
  background: transparent;
  padding: 0;
  opacity: 1;
}

.theme-pure .nivoSlider {
  margin-bottom: 0;
}

.n2-ss-layer.n2-ow.slider-text {
  max-width: 500px;
}

.n2-ss-layer.n2-ow.slider-text h1 {
  font-size: 39px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0b5ca8;
}

.n2-ss-layer.n2-ow.slider-text li {
  color: #0b5ca8;
}

.n2-ss-layer.n2-ow.slider-text a {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}

.about-block {
  background: #3282c0;
}

.about-block .content {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  min-height: 150px;
}

.about-block-wrap {
  max-width: 550px;
  /*position: absolute;
	top: 150px;
	right: 15%;*/
}

.about-block .mod-custom.custom {
  display: flex;
  padding: 60px 0;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.about-block-wrap h3 {
  color: #fff;
  font-size: 38px;
  font-family: "Questrial", sans-serif;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.about-block-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.inner-pages h2 {
  color: #0b5ca8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.readmore-blue a {
  background: #0b5ca8;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
}
.case-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.case-buttons a {
  background: #0b5ca8;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 20px;
  min-width: 200px;
  flex: 1 1 200px;
  text-align: center;
  box-sizing: border-box;
}

.doctor-profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap; /* Makes it responsive on smaller screens */
}

.doctor-image img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}

.doctor-bio {
  flex: 1;
}
.readmore-blue {
  margin-bottom: 30px;
}

.readmore-white {
  margin: 40px 0;
}

.readmore-white a {
  background: #ffffff;
  color: #0b5ca8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
}

/*.title-banner-block {
	margin-top: -20px;
}*/

.title-banner-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 267;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
}

.flex-text {
  flex: 1 1 50%;
  max-width: 600px;
}

.flex-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.title-banner-content {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.title-banner-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-foot-ankle-conditions .header-overlay,
.blue-overlay .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b5ca8;
  opacity: 0.73;
  z-index: 2;
}

.title-banner-centered {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
  width: 90%;
  max-width: 800px;
}

.services-block {
  background: #e9e9e9;
  padding: 25px 0;
}

.services-block-title {
  /*color: #01528b;*/
  color: #fff;
  font-size: 42px;
  text-align: center;
  font-family: "Questrial", sans-serif;
  font-weight: 900;
  margin: 0 0 20px;
}

.services-block-description {
  color: #01528b;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 45px;
}

.services-block-boxes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.services-block-box {
  max-width: 275px;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}

.services-block-box:hover {
  text-align: center;
  transform: scale(1.05);
}

.services-block-box h3 {
  font-size: 33px;
  font-weight: 600;
}

.services-block-box h4 {
  /*margin: 15px 0 30px;*/
  font-size: 21px;
}

.homepage-service-link {
  transition: 0.3s;
}

.homepage-service-link:hover {
  transform: scale(1.1);
}

.homepage-link-upper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 330px;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  gap: 10px;
  height: 200px;
  font-family: "Questrial", sans-serif;
  transition: 0.3s all;
}

.homepage-link-upper:hover {
  cursor: pointer;
}

.homepage-service-title {
  color: #01528b;
  margin: 40px 0 0 0;
  font-family: "Questrial", sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.services-button-wrap {
  display: block;
  margin: 35px auto;
}

.specialty-block {
  background: url(../images/pain-free.jpeg);
  height: 470px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.specialty-block .content,
.patient-story-block .content {
  position: relative;
  color: #fff;
  z-index: 2;
  max-width: 40%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
}

.patient-story-block {
  background: url(../images/patient-story.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.patient-story h2 {
  text-transform: uppercase;
}

.education-center-block {
  margin: 60px 0;
}

.education-center h4 a {
  text-transform: uppercase;
  color: #0b5ca8;
}

.copyright {
  background: #6fa839;
  padding: 1px 0;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}

p[class^="n2-font"] {
  color: #0b5ca8 !important;
}

p[class^="n2-font"] a {
  margin-left: 40px;
  color: #000 !important;
  font-size: 16px !important;
}

.copyright a {
  color: #fff;
}

.specialty-block .content h2,
.patient-story-block .content h2 {
  font-size: 2em;
  line-height: 1.3em;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b5ca8;
  opacity: 0.51;
  z-index: 1;
}

.homepage-services-button {
  color: #fff;
  font-size: 22px;
  padding: 0;
  background: #0b5ca8;
  border-radius: 3px;
  height: 58px;
  width: 330px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  transition: all 0.3s;
}

.homepage-services-button:hover {
  background: #253749;
  cursor: pointer;
}

.testimonial-block {
  padding: 0 0 50px;
}

.testimonial-block h3 {
  color: #01528b;
  font-size: 42px;
  text-align: center;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
}

.connect-with-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px 25px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.connect-with-title {
  color: #374e66;
  font-size: 32px;
  font-weight: 500;
  margin: 10px 0;
}

.connect-with-us {
  display: flex;
  gap: 10px;
}

.social-connect-block a {
  color: #0171ab;
  font-size: 24px;
  padding: 10px;
  background: #8ed8ff;
  border-radius: 50%;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  transition: 0.3s;
}

.social-connect-block a:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.locations-block {
  background: #42515b2b;
  background-size: cover;
  padding: 50px 0;
}

.locations-block h3 {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #145da6;
}

.locations-upper-links p {
  color: #374d65;
  font-weight: 400;
  font-size: 32px;
  margin: 20px 0;
}

.locations-upper-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
  font-family: "Questrial", sans-serif;
}

.socials-upper {
  display: flex;
  gap: 10px;
}

.social-upper a {
  color: #0171ab;
  font-size: 24px;
  padding: 10px;
  background: #8ed8ff;
  border-radius: 50%;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  transition: 0.3s;
}

.social-upper a:hover {
  transform: scale(1.05);
}

.location-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
}

.our-location-title {
  color: #02a9ff;
  font-size: 42px;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  margin: 20px 0px;
}

.location-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #137de1;
  line-height: 1.4em;
}

.location-info a {
  color: #137de1;
}

.location-info h4 {
  color: #0b5ca8;
  margin-top: 16px;
}

.location-info h4 a {
  color: #1261aa;
}

.location-info-left i {
  color: #0171ab;
  font-size: 24px;
  padding: 10px;
  background: #8ed8ff;
  border-radius: 50%;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  transition: 0.3s;
}

.location-info span {
  color: #000;
}

.location-info-right h3 {
  margin: 0;
}

.location-info-right p {
  margin: 0;
}

.location-info-right a {
  color: #000;
}

.locations-lower-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border-top: 1px solid;
  font-family: "Questrial", sans-serif;
}

.locations-lower-links p {
  color: #000;
  font-weight: 600;
  font-size: 26px;
}

.socials-lower {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.social-lower a {
  color: #0171ab;
  font-size: 24px;
  padding: 10px;
  background: #8ed8ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  transition: 0.3s;
}

.social-lower a:hover {
  transform: scale(1.05);
}

.location-wrap-right {
  width: 550px;
  text-align: center;
}

.blog-block {
  background: #e9e9e9;
  padding: 25px 0;
}

.blog-block-title {
  color: #01528b;
  font-size: 42px;
  text-align: center;
  font-family: "Questrial", sans-serif;
  font-weight: 900;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.blog-block-description {
  color: #01528b;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 45px;
}

.blog-block-boxes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-block-box {
  max-width: 340px;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}

.blog-block-box:hover {
  text-align: center;
  transform: scale(1.05);
}

h3.blog-block-title {
  font-size: 33px;
  font-weight: 600;
}

.blog-block-box h4 {
  margin: 15px 0 30px;
}

.blogs-block {
  padding: 40px 0 50px;
  background: url(../images/blogs-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.blogs-block .content {
  text-align: center;
}

.blogs-block h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 10px 0;
}

.blogs-list ul {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.blogs-list ul li {
  list-style: none;
  display: block;
  padding: 8px 0 8px 15px;
  position: relative;
}

.blogs-list ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
}

.blogs-list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}

.blogs-list ul li a:hover {
  text-decoration: underline;
}

.blogs-block .btn {
  margin-top: 30px;
}

footer {
  background-color: #42515a;
  padding: 40px 0;
}

footer,
footer a {
  color: #fff;
}

footer .content {
  text-align: center;
}

.logo-footer {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  max-width: 150px;
}

.quick-links-block {
  display: inline-block;
  vertical-align: middle;
  padding: 70px;
  text-align: left;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}

.footer-column {
  flex: fit-content;
  text-align: left;
}
h4 {
  text-transform: uppercase;
  color: #0b5ca8;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px;
  padding-top: 0;
}

.footer-column img {
  max-width: 300px;
  height: auto;
}

.footer-rate a {
  color: #fff;
}

.footer-rate a:hover {
  text-decoration: underline;
}

.quick-links-block ul {
  padding: 0;
  margin: 0;
}

.quick-links-block ul li {
  display: block;
  list-style: none;
  padding: 0;
}

.quick-links-block ul li a {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.quick-links-block ul li a:hover {
  text-decoration: underline;
}

.quick-links-block ul ul {
  padding: 0;
  margin: 2px 0 0 10px;
}

.bottom-loc-block {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
}

.white-text {
  color: #fff;
}

.offices-block {
  display: flex;
}

.copy-left,
.copy-right {
  text-align: left;
  float: left;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
}

.copy-left a,
.copy-right a {
  color: #ffffff;
  text-decoration: none;
}

.copy-left a:hover,
.copy-right a:hover {
  text-decoration: underline;
}

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

.scroll-to-top {
  position: fixed;
  bottom: 72px;
  left: 20px;
  z-index: 8999;
  opacity: 1;
  transition: all 0.3s;
  display: none;
  cursor: pointer;
}

.scroll-to-top.active {
  display: block;
}

.scroll-to-top:hover {
  opacity: 0.8;
}

.rabutton {
  max-width: 350px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99;
}

.rabutton .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rabutton .buttonrs {
  min-width: 255px;
  min-height: 45px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  background: #b71c1c;
  border: none;
  border-radius: 3px;
  box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px 20px;
}

.rabutton .buttonrs::before {
  content: "";
  border-radius: 13px;
  min-width: calc(250px + 28px);
  min-height: calc(40px + 4px);
  border: 4px solid #bf0000;
  box-shadow: 0 0 60px rgb(195 195 195 / 64%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.rabutton .buttonrs:hover,
.buttonrs:focus {
  color: #da0000;
  transform: translateY(-6px);
  background: #fff;
}

.rabutton .buttonrs:hover::before,
.rabutton .buttonrs:focus::before {
  opacity: 1;
}

.rabutton .buttonrs::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #cccccc;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
  animation-delay: 7s;
}

.rabutton .buttonsr:hover::after,
.buttonrs:focus::after {
  animation: none;
  display: none;
}

.social-btns p,
.top-phone p,
.connect-block p,
.about-block h2 p,
.topline p {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.social-btns a {
  color: #fff;
}

.social-btns a:hover {
  color: #3dc1fd;
}

.inner-wrap {
  padding: 50px 2% 100px;
  text-align: center;
}

.inner-wrap h2 {
  font-size: 44px;
  margin: 0 auto;
  font-weight: 500;
}

.inner-wrap h5 {
  margin: 25px auto;
}

.google-review {
  margin-top: 60px;
}

.google-review img:hover {
  transform: scale(1.02);
  transition: all 300ms ease;
}

.thumbs-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 2% 100px;
}

.thumbs-wrap .item {
  margin: 0 20px;
  max-width: 300px;
}

.thumbs-wrap .item:hover {
  transform: scale(1.02);
  transition: all 300ms ease;
}

.thumbs-wrap .item img {
  width: 100%;
  height: auto;
}

.thumbs-wrap .item span {
  font-size: 23px;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}

tr.rsform-block.rsform-block-ref {
  vertical-align: text-bottom;
}

.inner-pages {
  padding: 30px 0;
}

.inner-pages p {
  line-height: 1.8em;
}

.inner-pages a {
  color: #01528b;
}

.inner-pages img {
  max-width: 100% !important;
  height: auto !important;
}

.inner-pages .page-header {
  margin-bottom: 20px;
}

.inner-pages .page-header h2 {
  font-family: "Questrial", sans-serif;
  font-size: 48px;
  color: #01528b;
  text-align: center;
  font-weight: 400;
  position: relative;
  padding: 20px 0;
  margin: 0 auto 20px auto;
  position: relative;
  display: none;
}

.inner-pages .page-header h2::after {
  content: "";
  position: ABSOLUTE;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 2px;
  background-color: #a2c9e5;
}

.one {
  float: left;
  width: 49%;
  padding-right: 2%;
  margin-bottom: 20px;
}

.two {
  width: 49%;
  float: right;
  margin-bottom: 20px;
}

.offices {
  margin: 0;
  width: 100%;
  float: left;
}

.one .address {
  float: left;
  width: 45%;
  margin-bottom: 20px;
}

.week {
  float: left;
  width: 105px;
  margin-bottom: 20px;
}

.hours {
  float: left;
  width: 120px;
  margin-bottom: 20px;
}

.coloredtext.semi {
  font-weight: 600;
}

.inner-pages .doctor {
  float: right;
  text-align: center;
  margin: 0 0 5px 10px;
  max-width: 250px;
  font-size: 20px;
  color: #01528b;
  font-weight: 500;
}

.inner-pages .doctor img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

div.latestItemsCategory {
  background: transparent;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}

div.latestItemsCategory h2 {
  display: none;
}

h2.latestItemTitle A {
  color: #01528b;
}

#k2Container {
  padding-top: 30px;
}

div.itemToolbar {
  display: none;
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  padding: 10px 20px;
  margin: 0;
}

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  margin: 0;
  display: block;
  padding: 8px 0 8px 15px;
}

.clearList {
  display: none !important;
}

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout input#Send,
.formTableLayout input#submit,
button#submit {
  background: #01528b;
  color: #fff;
  border-color: #01528b;
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 19px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border: 2px solid transparent;
}

.formTableLayout input#Send:hover,
.formTableLayout input#submit:hover,
button#submit:hover {
  background: #fff;
  color: #01528b;
  border-color: #fff;
  border: 2px solid;
  cursor: pointer;
}

.formTableLayout tr.rsform-block > td {
  padding: 5px;
  font-weight: 600;
}

input,
textarea,
button,
select {
  outline: none;
  padding: 4px;
}

.osmap-items ul li .even {
  padding: 2px 0 !important;
}

table.pe ul {
  margin: 0;
}

body#homepage .content.h {
  display: none;
}

.content.full {
  flex-wrap: wrap;
  display: flex;
}

.divContent {
  flex: 0 0 80%;
}

.divRight {
  flex: 0 0 20%;
}

.divRight .moduletable {
  margin-top: 25px;
  padding-left: 40px;
}

.divRight .moduletable ul {
  padding: 0px 4px !important;
}

.divRight .moduletable ul li {
  padding: 5px 0 5px 3px !important;
}

body#bfa #k2Container {
  padding-top: 0;
}

.latestItemsCategory {
  float: right;
  width: 30px;
}

div.genericItemReadMore {
  display: none !important;
}

div.k2ArchivesBlock ul li a {
  color: #01528b;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

.narrow > .content {
  max-width: 700px;
}

.content h3 {
  font-size: 33px;
  font-weight: 600;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2em;
}

.image-container > div {
  flex: 1 1 22%;
  min-width: 150px;
  max-width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.conditions-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.condition-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.condition-image img {
  max-width: 200px !important;
  height: auto;
  display: block;
}

.condition-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.condition-details h2 {
  margin: 0 0 10px;
}

.condition-item hr {
  margin: 20px 0;
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
}
.content-section li {
  line-height: 1.2em;
  padding-bottom: 1em;
}
.learn-more-btn {
  align-self: flex-start;
  margin: 20px 0;
  background-color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
  background: #0b5ca8;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
}

.content-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.left-column {
  width: 70%;
  padding-right: 2rem;
  box-sizing: border-box;
}

.right-column {
  width: 30%;
  padding-left: 2rem;
  box-sizing: border-box;
}

.feedback-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
.page-rate-us .intro-section {
  text-align: center;
  margin: 0 auto;
  color: #0b5ca8;
}
.feedback-column {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.col-layout-50-50 .left-column {
  width: 50%;
}

.col-layout-50-50 .right-column {
  width: 50%;
}

.col-layout-60-40 .left-column {
  width: 60%;
}

.col-layout-60-40 .right-column {
  width: 40%;
}

.col-layout-40-60 .left-column {
  width: 40%;
}

.col-layout-40-60 .right-column {
  width: 60%;
}

.featured-image img {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

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

.justify-content-center {
  justify-content: center;
}

.flex-grow-1 {
  flex-grow: 1;
}

.right-column h3 {
  color: #0b5ca8;
  font-size: 27px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 1px;
}

.page-bunions .title-banner {
  background-image: linear-gradient(130deg, #b7defe 0%, #ffffff 59%);
}

.text-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.text-banner-content {
  flex: 1;
  padding-right: 20px;
}

.text-banner-content h1 {
  font-size: 2em;
  color: #0b5ca8;
  line-height: 1.5em;
}
.text-banner-content p {
  line-height: 2em;
  font-size: 1em;
}
.image-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.image-content img {
  width: 100%;
  vertical-align: middle;
}

.patient-videos {
  width: 100%;
}
.video-section {
  margin-bottom: 40px;
}
.video-section h3 {
  margin-bottom: 15px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
}
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.video-column {
  flex: 1 1 33%;
  margin: 10px;
  box-sizing: border-box;
}
.video-column iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hospital-container {
  max-width: 800px;
  margin: 0 auto;
}
.hospital {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.hospital h2 {
  font-size: 1.5em;
  margin: 0 0 10px;
  color: #333;
}
.hospital p {
  margin: 5px 0;
  color: #555;
}
.hospital a {
  color: #0066cc;
  text-decoration: none;
}
.hospital a:hover {
  text-decoration: underline;
}
.hospital iframe {
  margin-top: 15px;
  border: none;
  width: 100%;
  height: 300px;
}
.before-after-comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.before-after-comparison div {
  flex: 1 1 300px;
}

.before-after-comparison img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.additional-images,
.featured-image {
  display: flex;
  justify-content: center;
}

.additional-image {
  display: flex;
  justify-content: center;
}

/* Custom Page */
.custom-page .content.h,
.custom-page .inner-pages .content {
  max-width: 100%;
  padding: 0;
}

.custom-page .inner-pages .custom-iiner-page .content {
  max-width: 1200px;
  padding: 0 15px;
}

.custom-page .slider-block {
  position: relative;
  border-bottom: 10px solid #0b5ca8;
}

.custom-page .slider-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-page .slider-block .slider-box {
  padding: 40px;
  background-color: #0f5ba7a6;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 540px;
}

.custom-page .slider-block .slider-box h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.custom-page .slider-block .slider-box p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
  font-size: 16px;
}

.custom-page .slider-block .slider-box ul {
  margin: 0;
}

.custom-page .slider-block .slider-box li {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.custom-page .slider-block .slider-box a.call-btn {
  background-color: #0c9292;
  color: #ffffff;
  border-radius: 10px;
  padding: 7px 40px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ffffff;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  max-width: 110px;
  transition: 0.3s all;
}

.custom-page .slider-block .slider-box a.call-btn:hover {
  color: #0c9292;
  background-color: #ffffff;
}

.custom-page h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal !important;
  color: #333333;
  margin: 0 0 20px;
}

.custom-page h3 {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal !important;
  color: #333333;
  margin: 0 0 20px;
}

.custom-page h4 {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-family: "Montserrat", sans-serif;
}

.custom-page .half-block {
  padding: 75px 0;
}

.custom-page .half-block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.custom-page .txt-wrap,
.custom-page .img-wrap {
  flex: 1 1 0;
}

.custom-page .half-block p,
.custom-page .half-block li {
  font-family: "Montserrat", sans-serif;
}

.custom-page .half-block ul {
  padding: 0;
  margin: 5px 0;
}

.custom-page .half-block li {
  list-style: none;
  padding: 10px 0;
}

.custom-page .half-block li::before {
  content: "";
  background: url(../images/check.png) no-repeat center;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

.custom-page .half-block.black {
  background-color: #424242;
}

.custom-page .half-block.black p,
.custom-page .half-block.black li,
.custom-page .half-block.blue p,
.custom-page .half-block.blue li,
.custom-page .banner-block p {
  color: #fff;
  margin: 0;
  line-height: normal;
}

.custom-page .half-block.black h2,
.custom-page .half-block.blue h3,
.custom-page .banner-block h3 {
  color: #fff;
  line-height: normal;
}

.custom-page .half-block.blue {
  background-color: #2282c2;
}

.custom-page .third-block h2 {
  font-size: 36px;
  text-align: center;
}

.custom-page .third-block h3 {
  text-align: center;
}

.custom-page .third-block {
  padding: 75px 0;
}

.custom-page .third-block .images-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  text-align: center;
  flex-wrap: wrap;
}

.custom-page .banner-block {
  padding: 75px 0;
  background-color: #2282c2;
  text-align: center;
}

.custom-page .banner-block p {
  font-family: "Montserrat", sans-serif;
}

.custom-page .banner-block .content {
  text-align: center;
}

/* Media Queries */
@media only screen and (max-width: 1700px) {
  footer {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1500px) {
  .n2-ss-layer.n2-ow.slider-text {
    width: 500px !important;
  }

  .n2-ss-layer.n2-ow.slider-text h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1400px) {
  .slider-overlay-wrap {
    max-width: 961px;
    margin: 0 auto;
  }

  .overlay-upper-left h3 {
    font-size: 28px;
  }

  .overlay-upper-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    margin: 14px 0;
    font-weight: 500;
  }

  .overlay-upper-left ul li {
    font-size: 18px;
    margin: 10px 0;
  }

  .slider-overlay-lower h3 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1251px) {
  /*input , textarea , select , .pico [role=group]>label, .pico [role=group]>legend, .pico input:not([type=checkbox],[type=radio]), .pico select, .pico textarea { {background: #fff !important, color: #000 !important; --pico-background-color: #fff !important;}*/

  nav {
    z-index: 99999;
  }

  nav .content {
    height: auto;
    padding: 10px;
    gap: 0;
  }

  .top-right {
    max-width: 740px;
    margin: 0 0 0 auto;
  }

  .top-phone {
    margin-right: 90px;
  }

  .mobile-toggle {
    display: block !important;
    background-color: #2c3e50 !important;
    z-index: 9999999;
    color: #fff !important;
  }

  a.mobile-toggle {
    color: #fff !important;
    background: #fff;
  }

  .menu-level-1 {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .menu-level-1.active {
    flex-direction: column;
    overflow: auto;
    padding-top: 58px;
  }

  .menu-level-1 > .menu-item > a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #eee;
    border-bottom: 1px solid #fff;
    transition: background-color 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
  }

  .menu-level-1 > .menu-item:hover > a,
  .menu-level-1 > .menu-item.active > a {
    color: #eee;
  }

  .one .address {
    width: 100%;
  }

  .specialty-block .content,
  .patient-story-block .content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .top-right {
    width: 90%;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .services-block-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .locations-upper-links {
    max-width: 580px;
  }

  .location-wrap {
    flex-direction: column;
    max-width: 580px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1080px) {
  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }

  .inner-wrap {
    padding: 30px 2% 60px;
  }

  .inner-wrap h2 {
    font-size: 32px;
  }

  .google-review img {
    width: 300px !important;
    height: auto !important;
  }

  .custom-page h2,
  .custom-page h3,
  .custom-page .third-block h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .inner-logo {
    max-width: 170px;
  }

  .topmenu.top-right-inner {
    display: none;
  }

  .hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 37px 20px 10px auto;
  }

  body .accessib-block {
    top: 30% !important;
  }

  nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
  }

  .topmenu {
    position: fixed;
    z-index: 9001;
    top: -150%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #a2c9e5;
    transition: all 0.3s;
    margin: 0;
    text-align: left;
  }

  .topmenu.active {
    top: 0;
  }

  .topmenu ul li {
    display: block;
    padding: 5px;
  }

  .topmenu ul li.parent:after {
    display: none;
  }

  .topmenu ul li a,
  span.nav-header,
  span.span-separator {
    font-size: 15px;
  }

  .topmenu ul li ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background: transparent;
    max-height: 3000px;
    overflow-y: visible;
    padding: 5px 0 0 0;
  }

  .topmenu ul li ul li {
    padding: 5px 10px;
  }

  nav.fixed .topmenu ul li ul {
    background: transparent;
  }

  .topmenu ul li:hover ul {
    overflow-y: visible;
    padding: 5px 0 0 0;
  }

  .hamburger.hamburger--slider.is-active {
    position: fixed;
    right: 0;
    top: 15px !important;
  }

  .inner-nav.slide {
    display: none;
  }

  .inner-nav.slide.fixed {
    display: block;
  }

  nav .content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .top-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 25px 10px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    order: 2;
  }

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

  .overlay-upper-left h3 {
    font-size: 24px;
    white-space: break-spaces;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
  }

  .overlay-upper-left ul {
    flex-direction: column;
    max-width: 195px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 0;
  }

  .about-block-wrap {
    max-width: 400px;
    padding: 20px;
  }

  .about-block-wrap h3 {
    font-size: 34px;
  }

  .about-block-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 930px) {
  table.pe td {
    display: block;
  }

  table.pe ul {
    margin: 0;
  }
}

@media only screen and (max-width: 800px) {
  .social-header a {
    font-size: 22px;
    padding: 8px;
    width: 13px;
    height: 13px;
  }

  .top-phone,
  .top-phone a {
    font-size: 20px;
    margin: 0 auto;
  }

  body .accessib-block {
    top: 40% !important;
  }

  .n2-ss-layer.n2-ow.slider-text {
    width: 500px !important;
    position: relative !important;
    margin-bottom: 29px;
    background: #ffffff57;
    padding: 20px;
  }

  .n2-ss-layer.n2-ow.slider-text h1 {
    font-size: 29px;
  }

  .copy-left,
  .copy-right {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .copy-right p {
    margin-top: 0;
  }

  .thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
  }

  .thumbs-wrap .item span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  nav {
    padding-top: 4px;
  }

  .title-banner-block {
    margin-top: 0px;
  }
  .title-banner-block.title-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .title-banner-container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: -15px 0;

    width: 100%;
    aspect-ratio: auto;
  }

  .title-banner-content {
    width: 100%;
    line-height: 0;
  }

  /*.title-banner-content img {
		  width: 100%;
		  height: auto;
		  display: block;
		  object-fit: cover;
		  margin: 0; 
		}
	  */
  .title-banner-content img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    margin: 0;
  }
  .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .title-banner-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
  }
  .feedback-column h2 {
    text-align: center;
  }
  .feedback-column {
    flex: 1;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .video-row {
    flex-direction: column;
  }
  .video-column {
    flex: 1 1 100%;
    margin: 10px 0;
  }
  .footer-column img {
    max-width: 200px;
    height: auto;
  }

  .text-banner {
    flex-direction: column;
  }
  .text-banner-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .image-content {
    width: 100%;
  }
  .image-content img {
    width: 100%;
    margin-top: 10px;
  }
  .content-wrapper {
    flex-direction: column;
  }

  .left-column,
  .right-column {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }

  .condition-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .condition-details {
    width: 100%;
  }

  .condition-image img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
  }

  .footer-columns {
    flex-direction: column;
  }

  .formCaption {
    width: 100% !important;
  }

  input#Email,
  input#Your_Email {
    width: 90% !important;
  }

  form#userForm textarea {
    width: 90% !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 15px;
  }

  .btn-primary a {
    padding: 10px 50px;
  }

  .slider-overlay-lower h3 {
    font-size: 46px;
    top: -185px;
  }

  .about-block .mod-custom.custom {
    flex-direction: column;
    padding: 30px 0 0;
    gap: 10px;
  }

  .about-block .content {
    flex-direction: column;
  }

  .about-block-wrap {
    max-width: 100%;
    border-radius: 0;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 15px;
    box-sizing: border-box;
    right: auto;
    margin: 0 auto;
    padding: 20px;
    background: none;
  }

  .about-block-wrap h3 {
    font-size: 28px;
  }

  .services-block-title {
    font-size: 28px;
  }

  .services-block-description {
    font-size: 18px;
  }

  .homepage-service-title {
    font-size: 20px;
  }

  .specialty-block .content h2,
  .patient-story-block .content h2 {
    font-size: 1.5em;
  }

  .content h3 {
    font-size: 28px;
  }

  .homepage-services-button {
    font-size: 18px;
    height: auto;
    width: auto;
    max-width: 200px;
    padding: 10px;
  }

  .testimonial-block h3 {
    font-size: 28px;
  }

  div#n2-ss-2 .n2-font-c02e4fb74f8f9ac11e018e2340185a06-paragraph,
  div#n2-ss-2 .n2-font-179873a640c5bc67c54e5ff387c0ace3-paragraph {
    font-size: 16px !important;
  }

  .locations-upper-links p {
    font-size: 28px;
  }

  .our-location-title {
    font-size: 28px;
  }

  .locations-lower-links p {
    font-size: 22px;
  }

  .blogs-block h2 {
    font-size: 28px;
  }

  .blogs-list ul li a {
    font-size: 15px;
  }

  footer {
    padding-bottom: 20px;
  }

  footer .content {
    text-align: center;
  }

  .copy-left,
  .copy-right {
    font-size: 12px;
  }

  footer h4 {
    font-size: 14px;
  }

  .quick-links-block ul li a {
    font-size: 14px;
    line-height: 18px;
  }

  .bottom-loc-block {
    font-size: 14px;
    line-height: 18px;
  }

  .scroll-to-top {
    width: 45px;
    bottom: 15px;
    left: 15px;
  }

  .rabutton {
    max-width: 250px;
    bottom: 15px;
  }

  .rabutton .buttonrs {
    min-width: 250px;
    font-size: 15px;
  }

  .rabutton .buttonrs::before {
    min-width: calc(234px + 16px);
    min-height: calc(36px + 9px);
  }

  .inner-pages .page-header h2 {
    font-size: 28px;
  }

  .one {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .two {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }

  .copyright {
    padding: 1px 10px 60px;
  }

  .custom-page h2,
  .custom-page h3,
  .custom-page .third-block h2 {
    font-size: 25px;
  }

  .custom-page h4 {
    font-size: 15px;
  }

  .custom-page .slider-block .slider-box h2 {
    font-size: 25px;
  }

  .custom-page .slider-block .slider-box {
    max-width: 100%;
    padding: 20px;
  }

  .custom-page .slider-block .slider-box p {
    font-size: 14px;
  }

  .custom-page .inner-pages .custom-iiner-page .content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 730px) {
  img.pe,
  img.se,
  img.np {
    float: none !important;
    margin: 0 0 10px 0 !important;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 650px) {
  .locations-upper-links {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .locations-upper-links p {
    margin-bottom: 0;
  }

  .locations-lower-links {
    flex-direction: column;
  }

  .locations-lower-links p {
    margin-bottom: 0;
  }

  .location-wrap-right {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 630px) {
  .inner-pages .doctor {
    float: none;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

@media only screen and (max-width: 590px) {
  .n2-ss-layer.n2-ow.slider-text {
    transform: translate(30px, 147px) translate(0%, -50%) !important;
  }

  .divContent,
  .divRight {
    flex: 0 0 100%;
  }

  .divRight .moduletable {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 550px) {
  .slider-overlay {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .slider-overlay-lower h3 {
    font-size: 38px;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    text-align: center;
    order: -1;
  }

  .logo-footer {
    padding: 15px;
  }

  .bottom-loc-block {
    padding: 15px;
  }

  tbody#rsform_3_page_0 td,
  tbody#rsform_4_page_0 td {
    display: block;
  }

  textarea#Message,
  tbody#rsform_4_page_0 textarea {
    width: 90%;
    display: block;
  }

  .rsform-input-box {
    width: 65% !important;
    display: block;
  }

  table#cal4_0 tbody td {
    display: table-cell;
  }

  tbody#rsform_5_page_0 td {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .n2-ss-layer.n2-ow.slider-text {
    transform: translate(15px, 123px) translate(0%, -50%) !important;
    margin-bottom: 0px;
    width: 90% !important;
  }

  .n2-ss-layer.n2-ow.slider-text h1 {
    font-size: 22px;
  }

  .n2-ss-layer.n2-ow.slider-text a {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 470px) {
  .top-right {
    padding: 0 5px 10px;
  }
}

@media only screen and (max-width: 430px) {
  .homepage-services-button {
    width: 100%;
  }

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

@media only screen and (max-width: 355px) {
  a.top-button {
    font-size: 12px;
    padding: 8px;
  }

  .social-header a {
    font-size: 22px;
    padding: 8px;
    width: 13px;
    height: 13px;
  }
}
