@charset "UTF-8";@media screen,projection {body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #373737;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

.slider-tagline p,
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;
}

ul.list-unstyled.list-inline
 {  padding: 0; }
div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}

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

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

.underline {
  display: block;
  width: 75%;
  height: 1.7px;
  background: #fff;
  border: 0.2px solid #000;
  border-radius: 123%;
  margin: 0 auto;
}

.underline-b {
  display: block;
  width: 100%;
  height: 2px;
  background: #580203;
  border: 1px solid #fff;
  border-radius: 100%;
}

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

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

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

a.flag.nturl.notranslate {
  padding: 7px;
  background: #d95417;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

a.flag.nturl.notranslate:hover {
  background: #c54206;
}

a.flag.nturl.notranslate:last-of-type {
  padding: 7px;
  background: #000095;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

a.flag.nturl.notranslate:last-of-type:hover {
  background: #00c;
}

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

#homepage nav {
  position: absolute;
}

#homepage nav.slide,
nav.slide {
  position: relative;
  display: none;
}

nav.slide {
  position: fixed;
}

nav.slide.fixed {
  position: fixed !important;
  margin-right: 7%;
}

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

.inner-nav.slide.fixed .content,
nav.slide.fixed {
  text-align: center;
}

.inner-nav.slide.fixed .content .inner-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7%;
}

.inner-nav.slide.fixed .content .topmenu,
nav.slide.fixed {
  display: inline-block;
  vertical-align: middle;
}

nav .content {
  max-width: 3000px;
  padding: 0;
}

.inner-logo {
  padding: 5px;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.inner-logo a img {
  width: unset;
}

.inner-logo a,
.logo-text-wrap,
.topmenu ul {
  display: flex;
  justify-content: center;
}

.inner-logo a,
.logo-text-wrap {
  align-items: center;
  flex-direction: column;
}

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

.sub-logo,
.sup-logo {
  color: #580203;
  font-weight: 600;
  font-size: 30px;
}

.sub-logo {
  font-size: 20px;
}

nav.slide.fixed .inner-logo {
  margin-top: 5px;
  max-width: 470px;
}

.inner-nav.slide.fixed .content .inner-logo a,
nav.slide.fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: unset;
}

nav.slide.fixed .logo-text-wrap {
  align-items: start;
  text-align: left;
}

.topmenu {
  margin: 0;
  padding: 20px 0;
}

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

.topmenu li {
  list-style: none;
  padding: 0 15px;
  position: relative;
  border-left: 1px solid #580203;
}

.topmenu li:first-child {
  border-left: none;
}

.topmenu li.parent:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.topmenu li a,
span.nav-header,
span.separator {
  text-decoration: none;
  font-size: 18px;
  color: #580203;
  transition: all 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
}

.topmenu li.active li a {
  color: #962c48;
  display: block;
  width: 100%;
}

.topmenu li a:hover,
.topmenu li.active a {
  color: #962c48;
}

.topmenu li li.active a,
.topmenu li.active li a:hover {
  color: #48575e;
}

.topmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  display: block;
  background: #f8f8f8;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

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

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

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

.topmenu li li:last-child {
  border-bottom: 5px #48575e solid;
}

.submenu {
  flex-wrap: wrap;
  background: #eeeee7;
  padding: 5px 15px;
  border-top: ridge 3px;
  gap: 3%;
}

.submenu,
.top-buttons,
.top-socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-socials {
  gap: 5px;
}

.top-socials,
.tp-position img,
nav .top-social {
  transition: 0.3s;
}

nav .top-social:hover {
  transform: scale(1.1);
}

.top-buttons {
  gap: 10px;
  flex-wrap: wrap;
  margin: 5px 0;
}

.top-button {
  display: block;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  background: #e6cf21;
  border: 2px solid #e6cf21;
  border-radius: 10px;
  padding: 5px 10px;
  transition: 0.3s;
  text-transform: uppercase;
}

.top-button:hover {
  color: #e6cf21 !important;
  background: 0 0;
  border: 2px solid #e6cf21;
}

#google_translate_element2 select.notranslate,
select.notranslate {
  border-radius: 10px !important;
  padding: 5px 7px 4px 12px !important;
  color: #fff;
  margin-right: 5px;
  background: #429ee3;
  border: 2px solid #429ee3;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.top-phone,
.tp-position {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.tp-position {
  color: #580203;
  font-size: 24px;
  gap: 5px;
}

.tp-position:hover img {
  transform: scale(1.3);
}

.top-phone a {
  color: #580203;
  font-size: 26px;
}

.hamburger.hamburger--slider {
  display: none;
}

.slider-block {
  position: relative;
}

.slider-block,
.slider-block .content {
  text-align: center;
}
#slide-blank {
  width: 100%;
}
.slider-holder {
  background: url(https://www.lowerextremitycare-online.com/templates/theme/images/slider-holder.webp) no-repeat center;
  background-size: cover;
}
#slide-wrap,
.bg-holder {
  display: none;
}

.mobile-slide,
img.services-background-mobile {
  display: none;
}

.nivo-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  opacity: 1;
}

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

.maintext-block-serv-wrapper {
  position: absolute;
  top: 270px;
  left: 0;
  width: 100%;
  z-index: 11;
}

.maintext-block-serv {
  display: inline-block;
  padding: 15px;
  background: rgb(249 249 249/80%);
  float: left;
  text-align: left;
}

.maintext-block-serv h2 {
  font-size: 36px;
  color: #580203;
  font-weight: 400;
  font-family: inherit;
  margin: 0 0 10px;
  border-bottom: 2px solid #e6cf21;
  text-transform: uppercase;
}

.maintext-block-serv ul {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 10px 25px 10px 0;
}

.maintext-block-serv ul:last-child {
  margin: 10px 0;
}

.blogs-list li,
.maintext-block-serv li {
  display: block;
  list-style: none;
  padding: 5px 0 5px 20px;
  position: relative;
}

.maintext-block-serv li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: rgb(249 249 249/80%);
  border: 2px solid #e6cf21;
}

.maintext-block-serv li a {
  font-size: 22px;
  color: #580203;
  font-weight: 500;
  text-decoration: none;
}

.blogs-list li a:hover,
.copy-left a:hover,
.copy-right a:hover,
.maintext-block-serv li a:hover,
.quick-links-block li a:hover {
  text-decoration: underline;
}

.slider-tagline {
  display: block;
  position: absolute;
  bottom: 0;
  background: #f9f9f9;
  padding: 25px;
  font-size: 33px;
  width: 100%;
  color: #580203;
  box-sizing: border-box;
}

.services-block {
  background: url(https://www.lowerextremitycare-online.com/templates/theme/images/services-background.webp) no-repeat center;
  background-size: cover;
  height: 840px;
  position: relative;
}

.front-services,
.fs-cont {
  width: 100%;
  box-sizing: border-box;
}

.front-services {
  background: #000000bf;
  position: absolute;
  bottom: 0;
  display: block;
}

.fs-cont {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.front-service {
  max-width: 100px;
  position: relative;
  cursor: pointer;
}

.front-service img {
  height: 100px;
}

.front-service:hover img {
  visibility: hidden;
}

.front-service p,
.rabutton .buttonrs::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.front-service p {
  width: 100px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  visibility: hidden;
  margin: 0;
}

.front-service:hover p {
  visibility: visible;
}

.doctors-block {
  background-color: #eeeee7;
  padding: 50px 0;
}

.doctors-block .content,
.front-service p,
footer .content {
  text-align: center;
}

.doctors-box {
  margin: 0 auto;
  padding: 25px;
}

.doctors-box .underline-b {
  margin-top: 15px;
}

.doctors-box h2,
.loc-box h2 {
  color: #580203;
  font-size: 44px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.doctors-box .doctor {
  display: inline-block;
  padding: 30px;
  box-sizing: border-box;
  max-width: 45%;
  transition: all 0.3s;
}

.doctors-box .doctor:hover {
  transform: scale(1.02);
}

.doc-info-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.doctors-box .doctor img {
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
}

.doc-b-info {
  text-align: left;
  max-width: 680px;
  padding-top: 10px;
}

.doc-b-info p a {
  color: #2d4a1a;
  font-weight: 700;
}

.locations-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-image: linear-gradient(to bottom, rgb(88 2 3/80%), rgb(88 2 3/80%)),
    url(https://www.lowerextremitycare-online.com/templates/theme/images/location-bg.webp);
  background-size: cover;
  padding: 50px 0;
  gap: 25px;
}

.loc-box {
  display: flex;
  align-items: stretch;
}

.loc-info {
  background: rgb(88 2 3/90%);
  box-sizing: border-box;
  white-space: nowrap;
  width: 350px;
}

.loc-box h2 {
  font-weight: 300;
  color: #fff;
  margin: 15px 0;
}

.loc-box .address {
  font-size: 20px;
  margin: 10px 0 30px;
  color: #fff;
  text-align: center;
}

.loc-box .phone {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.loc-box .shedule {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  max-width: 235px;
  margin: 0 auto;
}

.loc-box .shedule .table-cell {
  width: 120px;
}

.loc-box .day {
  padding-right: 10px;
}

.loc-box .btn {
  text-align: center;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 10px;
}

.loc-info .btn {
  max-width: 230px;
}

.loc-btn-wrap {
  display: block;
  text-align: center;
  padding: 25px;
}

.loc-btn,
footer h4 {
  text-transform: uppercase;
}

.loc-btn {
  color: #fff;
  background: #e6cf21;
  border: 2px solid #e6cf21;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 42px;
}

.loc-btn:hover {
  background: #fff;
  border: 2px solid #e6cf21;
  color: #e6cf21;
}

.blogs-block {
  padding: 25px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blogs-block .content {
  text-align: center;
  max-width: 1400px;
}

.blogs-block h2 {
  font-size: 48px;
  color: #151c15;
  font-weight: 300;
  text-align: left;
  display: block;
  margin: 10px 0;
}

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

.blogs-list li {
  padding: 8px 0 8px 15px;
}

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

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

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

footer {
  background: #eeeee7;
  border-top: ridge 3px;
}

.bottom-loc-block,
.logo-footer,
.quick-links-block {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
}

.logo-footer {
  max-width: 430px;
}

.bottom-loc-block,
.quick-links-block {
  text-align: left;
}

footer h4 {
  font-size: 18px;
  font-weight: 400;
  color: #141b14;
  margin-top: 0;
  padding-top: 0;
}

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

.quick-links-block li {
  display: block;
  list-style: none;
  padding: 2px 0;
  color: #48575e;
  font-size: 18px;
}

.quick-links-block li a,
.quick-links-block li.a {
  color: #48575e;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-links-block li ul {
  margin: 5px 0 0 5px;
}

.bottom-loc-block {
  vertical-align: top;
  padding: 30px 0 30px 30px;
  color: #48575e;
  font-size: 18px;
  line-height: 25px;
}

.offices-block {
  display: flex;
  flex-direction: column;
}

.office p {
  color: #151515;
}

.office span {
  padding-left: 30px;
}

.copy-left,
.copy-right {
  text-align: left;
  float: left;
  color: #6e6d6d;
  font-size: 14px;
  padding: 30px;
}

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

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

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

.office span,
.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: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #fff;
  background: #b71c1c;
  border: 0;
  border-radius: 3px;
  box-shadow: 12px 12px 24px rgb(25 54 78/22%);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: 0;
  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%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

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

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

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

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

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

.inner-pages a,
h2.latestItemTitle a {
  color: #580203;
}

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

.inner-pages .page-header h2,
body.rsform h1,
body.sitemap h1,
div.latestItemsCategory h2 {
  font-size: 44px;
  color: #580203;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin: 0 0 20px;
  padding: 15px 0 20px;
}

.inner-pages .page-header h2::after {
  content: "";
  height: 5px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0-50px;
  /*background: #580203;*/
}

.inner-pages .doctor {
  width: 223px;
  float: right;
  margin: 0 0 10px 10px;
  text-align: center;
  padding: 3px;
  color: #586064;
  font-weight: 700;
}

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

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

div.latestItemsCategory h2 a {
  color: #586064;
}

body.rsform h1::after,
body.sitemap h1::after,
div.latestItemsCategory h2::after {
  content: "";
  height: 5px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0-50px;
  background: #2d4a1a;
}

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

#k2Container {
  padding-top: 40px;
}

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

div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2ItemsBlock ul,
div.k2LatestCommentsBlock ul,
div.k2LoginBlock ul,
div.k2TopCommentersBlock ul,
div.k2UserBlock .k2UserBlockActions,
div.k2UserBlock .k2UserBlockRenderedMenu,
div.k2UsersBlock ul {
  padding: 10px 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*flex-wrap: wrap;*/
  gap: 30px;
}

div.k2ArchivesBlock li,
div.k2AuthorsListBlock li,
div.k2CategoriesListBlock li,
div.k2ItemsBlock li,
div.k2LatestCommentsBlock li,
div.k2LoginBlock li,
div.k2TopCommentersBlock li,
div.k2UsersBlock li {
  margin: 0;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row-reverse;
}

div.k2ItemsBlock li a.moduleItemTitle {
  color: #48575e;
  font-style: italic;
  font-family: revert;
}

div.k2ItemsBlock li div.moduleItemIntrotext {
  padding: 4px 0;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 400px;
  color: #868686;
}

.clr,
div.k2ItemsBlock li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
  height: 150px;
}

.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: none;
  float: none;
  margin: 0;
  border: 0;
}

.clearList,
div.genericItemReadMore {
  display: none !important;
}

#second {
  width: 100%;
  float: left;
  margin: 10px 0 0;
}

#one {
  float: left;
  width: 53%;
  padding-right: 2%;
}

#two {
  width: 45%;
  float: right;
  margin-bottom: 20px;
}

#address {
  float: left;
  width: 45%;
}

#hours,
#week {
  float: left;
  width: 105px;
}

#hours {
  width: 200px;
}

#map,
#offices {
  margin: 0;
  width: 100%;
  float: left;
}

#offices.images {
  margin-top: 23px;
  text-align: center;
}

#offices.images img {
  max-width: 100;
  height: auto;
}

#map {
  margin: 20px 0;
}

#osmap.osmap-sitemap .even {
  padding: 2px 0;
}

body.rsform h1,
body.sitemap h1 {
  color: #48575e;
}

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout button#Send {
  background: #e6cf21;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
  text-transform: uppercase;
  transition: 0.3s;
}

.formTableLayout button#Send:hover {
  background: #fff;
  color: #e6cf21;
  border: 2px solid;
  cursor: pointer;
}

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

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

.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: 0 4px !important !important;
    align-items: flex-start !important;
    width: 100% !important;
    flex-direction: column !important;
	gap: 0 !important;
}

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

.latestItemsCategory {
  float: none;
  width: 100%;
}

div.k2ArchivesBlock li a {
  color: #074075;
}

@media only screen and (max-width: 1650px) {
  .maintext-block-serv-wrapper {
    top: 170px;
  }

  footer {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 1400px) {
  .maintext-block-serv-wrapper {
    top: 135px;
  }

  .maintext-block-serv h2 {
    font-size: 30px;
  }

  .maintext-block-serv li {
    padding: 4px 0 4px 15px;
  }

  .maintext-block-serv li a {
    font-size: 18px;
  }

  .maintext-block-serv li:before {
    top: 11px;
    width: 6px;
    height: 6px;
  }

  .slider-tagline {
    padding: 15px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 1255px) {
  .inner-nav.slide.fixed .content .inner-logo,
  nav.slide.fixed {
    margin-right: 0;
  }

  .top-phone {
    width: 100%;
    order: 1;
  }

  .top-buttons,
  .top-socials {
    order: 2;
  }
}

@media only screen and (max-width: 1215px) {
  .fssvg {
    width: 80px;
  }

  .front-service p {
    width: 80px;
    font-size: 16px;
  }

  .doc-info-wrap {
    flex-wrap: wrap;
  }

  .doctors-box .doctor {
    padding: 30px 0 0;
  }

  .doc-b-info {
    max-width: 100%;
    padding-top: 0;
  }

  #address {
    width: 100%;
  }

  #hours,
  #week {
    margin: 20px 0 0;
  }

  #hours {
    float: left;
  }

  #map iframe {
    height: 575px;
  }
}

@media only screen and (max-width: 1170px) {
  .sup-logo {
    font-size: 23px;
  }

  .sub-logo,
  nav.slide.fixed .topmenu li a,
  span.nav-header,
  span.separator {
    font-size: 16px;
  }

  nav.slide.fixed .inner-logo {
    margin-top: 5px;
    max-width: 380px;
  }

  nav.slide.fixed .topmenu li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1150px) {
  .maintext-block-serv-wrapper {
    top: 90px;
  }
}

@media only screen and (max-width: 1080px) {
  .logo-footer {
    display: block;
    margin: 0 auto;
  }

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }
}

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

  .topmenu li {
    padding: 0 10px;
  }

  .top-phone a,
  .tp-position {
    font-size: 20px;
  }

  #google_translate_element2 select.notranslate,
  .top-button,
  .topmenu li a,
  select.notranslate,
  span.nav-header,
  span.separator {
    font-size: 16px;
  }

  .maintext-block-serv-wrapper {
    top: 40px;
  }

  .slider-tagline {
    padding: 15px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 830px) {
  .maintext-block h3 {
    font-size: 14px;
  }

  .copy-left,
  .copy-right {
    text-align: center;
    float: left;
    font-size: 14px;
    padding: 0;
    width: 100%;
  }

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

  #map iframe {
    height: 547px;
  }
}

@media only screen and (max-width: 800px) {
  .hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 17px;
  }

  .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: #fff;
    transition: all 0.3s;
  }

  .topmenu.active,
  nav.slide.fixed .hamburger.hamburger--slider {
    top: 0;
  }

  .topmenu ul {
    display: block;
    padding: 20px 15px 15px;
  }

  .topmenu li {
    display: block;
    padding: 5px;
    border-left: none;
  }

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

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

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

  .topmenu li li:last-child {
    border-bottom: unset;
  }

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

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

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

  .hamburger.hamburger--slider {
    display: block;
    position: absolute;
    top: 6px;
    right: 25px;
  }

  .hamburger-box {
    margin-top: 15px;
  }

  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }

  .slider-block {
    background: #eeeee7;
    padding-bottom: 40px;
  }

  .maintext-block-serv-wrapper {
    top: 0;
    position: relative;
    margin: 0 auto;
    max-width: 465px;
    padding: 40px;
  }

  .slider-tagline {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 80px;
  }

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

  footer h4 {
    font-size: 14px;
  }

  .quick-links-block li ul {
    margin: 3px 0 0 5px;
  }

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

  .scroll-to-top {
    width: 45px;
    left: 15px;
    bottom: 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,
  .latestItemsCategory h2,
  body.rsform h1,
  body.sitemap h1 {
    font-size: 28px;
  }

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 760px) {
  .services-block {
    background: url(https://www.lowerextremitycare-online.com/templates/theme/images/services-background-mobile.webp) no-repeat center;
    background-size: cover;
    position: relative;
  }

  #one {
    padding-right: 0;
  }

  #one,
  #two {
    width: 100%;
  }

  #map iframe {
    height: 450px;
  }
}

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

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

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

@media only screen and (max-width: 720px) {
  .bg-holder {
    display: block;
  }
  .top-phone {
    flex-wrap: wrap;
    gap: 8px;
  }

  .inner-nav.slide.fixed .submenu .top-phone,
  .inner-nav.slide.fixed .submenu .top-socials,
  nav.slide.fixed {
    display: none;
  }

  .services-block {
    background-repeat: no-repeat;
    background-position: unsey;
    background: #000;
    background-size: contain;
    background-image: none;
    height: unset;
  }

  img.services-background-mobile {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .fs-cont {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .submenu {
    flex-direction: column;
  }

  .top-socials {
    margin-top: 7px;
  }

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

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

@media only screen and (max-width: 565px) {
  .inner-logo a img {
    width: 50px;
  }

  .inner-logo {
    max-width: 265px;
    margin: 0;
  }

  nav.slide.fixed .inner-logo {
    max-width: 320px;
    margin: 5px 0;
  }

  .inner-nav.slide.fixed .content .inner-logo,
  nav.slide.fixed {
    margin: 0 auto 0 0;
    display: block;
  }

  .sup-logo {
    font-size: 20px;
  }

  nav.slide.fixed .hamburger.hamburger--slider .hamburger-box {
    margin-top: 0;
  }
}

@media only screen and (max-width: 550px) {
  .maintext-block-serv-wrapper {
    max-width: 330px;
  }

  .maintext-block-serv h2 {
    font-size: 20px;
  }

  .maintext-block-serv ul {
    padding: 0;
    display: block;
    margin: 0;
  }

  .maintext-block-serv ul:last-child {
    margin: 0;
  }

  .front-services {
    background: #000;
    position: relative;
  }

  .front-service {
    max-width: 63px;
    position: relative;
    cursor: pointer;
  }

  .front-service p {
    width: 63px;
    font-size: 14px;
  }

  .fssvg {
    width: 63px;
  }
}

@media only screen and (max-width: 500px) {
  .maintext-block-serv-wrapper {
    max-width: 280px;
    margin: 0 auto;
  }

  .maintext-block-serv h2 {
    font-size: 16px;
  }

  .maintext-block-serv li a {
    font-size: 15px;
  }

  .logo-footer {
    max-width: 250px;
    padding: 20px;
  }

  div.k2ItemsBlock li div.moduleItemIntrotext {
    padding: 4px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #868686;
  }
}

@media only screen and (max-width: 470px) {
  .inner-nav.slide.fixed .submenu,
  nav.slide.fixed {
    padding: 0;
  }
}

@media only screen and (max-width: 450px) {
  .top-buttons {
    margin-top: 10px;
  }
  
  .staticnav {
    min-height: 239px;
  }
}

@media only screen and (max-width: 420px) {
  nav.slide.fixed .sup-logo {
    font-size: 15px;
  }

  nav.slide.fixed .inner-logo {
    max-width: 250px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 380px) {
  .maintext-block-serv-wrapper {
    padding: 40px 0 0;
  }
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  to {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@media only screen and (min-width: 400px) {
  .slider-holder {
    min-height: 166px;
  }
}
@media only screen and (min-width: 420px) {
  .slider-holder {
    min-height: 175px;
  }
  .bg-holder {
    min-height: 396.5px;
  }
}
@media only screen and (min-width: 544px) {
  .slider-holder {
    min-height: 226px;
  }
  .bg-holder {
    min-height: 514px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-holder {
    min-height: 675px;
  }
}
@media only screen and (min-width: 801px) {
  .slider-holder {
    min-height: 333px;
  }
}
@media only screen and (min-width: 1014px) {
  .slider-holder {
    min-height: 422px;
  }
  .services-block {
    min-height: 600px;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1215px) {
  .services-block {
    height: 600px;
  }
}
@media only screen and (min-width: 1216px) {
  .services-block {
    min-height: 840px;
  }
}

@media only screen and (min-width: 1124px) {
  .slider-holder {
    min-height: 468px;
  }
}
@media only screen and (min-width: 1350px) {
  .slider-holder {
    min-height: 562.5px;
  }
}
@media only screen and (min-width: 1920px) {
  .slider-holder {
    min-height: 800px;
  }
}
}
