body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a0a;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  background-color: #f2f2f2;
}
a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0a0a0a;
}

.clear {
  clear: both;
}
input,
textarea,
button {
  outline: none;
}
a img {
  border: none;
}
form {
  padding: 0;
  margin: 0;
}

#system-message {
  display: none !important;
}
@media only screen and (max-width: 420px) {
  .slider-box {
    height: 129px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-box {
    height: 155px;
  }
}
@media only screen and (max-width: 700px) {
  .slider-box {
    background-image: url(../images/slide-01-min-420.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 226px;
  }
}
.content {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1180px;
  padding: 0 15px;
  box-sizing: border-box;
}

.btn {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/*Navigation*/
nav .content {
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding: 0 15px;
  position: relative;
}

/* .top-banner {
  display: block;
  height: 20px;
  width: 100%;
  background-color: #002f2a;
} */

.new-top-banner {
    text-align: center;
    min-height: 20px;
    background-color: #002f2a;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    padding: 10px 15px;
    width: 100%;
  	box-sizing: border-box;
	}

.inner-logo {
  display: flex;
  vertical-align: middle;
  padding: 8px 20px 8px;
  max-width: 80px;
}

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 {
  position: fixed;
  display: none;
}

nav.slide {
  position: fixed;
  display: none;
}

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

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

.inner-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-logo img {
  width: 100%;
}

.topmenu {
  margin: 0 auto 0 0;
}

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

.topmenu li {
  list-style: none;
  padding: 0 8px;
  position: relative;
}

.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-shadow: none;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
  font-size: 18px;
  color: #414141;
}

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

.topmenu li a:hover,
.topmenu li.active a {
  color: #8cc640;
}

.topmenu li.active li a:hover,
.topmenu li li.active a {
  color: #76c5d5;
}

.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: 0px 8px 16px 0px 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 #76c5d5 solid;
}

.top-right {
  display: flex;
  padding: 0 0 10px 0;
  margin: 0 auto;
}

.top-phones {
  display: block;
  margin-top: 7px;
  font-size: 14.4px;
  padding: 6px 12px;
  background-color: #8cc640;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
}

.tp {
  color: #002f2a;
  font-size: 20px;
  font-weight: 600;
}

.tp a {
  color: #002f2a;
  font-size: 20px;
  font-weight: 600;
}

#myphone {
  display: none;
  position: absolute;
  top: 54px;
  background: #f8f8f8;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 57px;
  width: 235px;
}

#myphone p {
  display: block;
  margin: 15px 0;
}

#myphone p a {
  margin-left: 20px;
  color: #002c2e;
}

.rate-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.rate-wrap span {
  color: #002f2a;
  font-size: 20px;
  font-weight: 600;
}

.rate a,
.rate a:hover ~ a {
  color: #222;
  text-shadow: none;
  transition: color 200ms, text-shadow 200ms;
  /* This will remove the delay when
		moving the cursor left or right
		within the set of stars. */
  transition-delay: 0;
}

.rate:hover a {
  color: #fc0;
  text-shadow: #fc0 0 0 10px;
}

.rate:hover a:nth-child(2) {
  transition-delay: 30ms;
}

.rate:hover a:nth-child(3) {
  transition-delay: 60ms;
}

.rate:hover a:nth-child(4) {
  transition-delay: 90ms;
}

.rate:hover a:nth-child(5) {
  transition-delay: 120ms;
}

.rate a {
  cursor: pointer;
  font-style: normal;
  font-size: 30px;
}

.top-phone {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-phone p {
  font-size: 14px;
  font-weight: 400;
}

.top-button {
  background: #972626;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  border: 1px solid #972626;
  border-radius: 3px;
}

.hamburger {
  display: none;
}

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

/*socials block*/
.socials-block {
  display: flex;
  gap: 5px;
  flex-direction: column;
  background: #014144;
  padding: 5px;
  border-top: 3px solid #054d50;
  border-left: 3px solid #054d50;
  border-bottom: 3px solid #054d50;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 46%;
  border-radius: 15px 0px 0px 13px;
}

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

.slider-block .content {
  text-align: center;
  max-width: 1375px;
}

.mobile-slide {
  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: 30px;
  left: 0;
  width: 100%;
  z-index: 11;
}

.maintext-block-serv {
  background-color: #002c2e;
  color: #f2f2f2;
  border-radius: 4px;
  padding-bottom: 25px;
  max-width: 410px;
  box-sizing: border-box;
}

.maintext-block-serv h2 {
  color: #f2f2f2;
  padding: 25px;
  font-family: "Lato", sans-serif;
  margin: 0;
  font-size: 33px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}

.maintext-block-serv ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.maintext-block-serv li a {
  font-size: 16px;
  background: #054d50 url(../images/foot-pad.png) 10px center no-repeat;
  color: #f2f2f2;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0 10px 10px;
  padding: 8px 5px 5px 35px;
  border-bottom: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  text-align: left;
}

.maintext-block-serv li a:hover {
  background-color: #076b6e;
  border-bottom: 1px solid #076b6e;
  text-decoration: none;
}

.maintext-block {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.tagline {
  color: #f2f2f2;
  text-align: center;
  font-weight: 400;
  background: #002f2a;
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 18px 25px;
}

.maintext-block h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  font-family: "Cabin", sans-serif;
}

.location-text-serv {
  background-color: #002c2e;
  color: #f2f2f2;
  border-radius: 4px;
  padding-bottom: 25px;
  max-width: 410px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 36.5%;
}

.location-text-serv h2 {
  color: #f2f2f2;
  padding: 25px;
  font-family: "Lato", sans-serif;
  margin: 0;
  font-size: 33px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}

.location-text-serv ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.location-text-serv p.address {
  color: #f2f2f2;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  margin: 0 10px;
  padding: 0;
}

.location-text-serv li {
  margin-bottom: 10px;
}

.location-text-serv p.address > span.address_text {
  text-align: left;
  width: 270px;
}

.location-text-serv p.address > span {
  background-color: #054d50;
  padding: 8px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 20px;
  text-align: center;
  border-radius: 4px;
}

.location-text-serv p.address > span {
  background-color: #054d50;
  padding: 8px;
  margin-right: 5px;
  display: inline-block;
  height: 25px;
  width: 20px;
  text-align: center;
  border-radius: 4px;
}

/*Twin Image Block*/
.twin-image-block {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.twin-image-block a {
  transition: all 0.3s;
}

.twin-image-block a:hover {
  transform: scale(1.05);
}

/* Wound Care Block*/
.wound-block {
  padding: 50px 0;
}

.wound-block h2 {
  font-size: 48px;
  margin: 15px auto 30px;
}

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

.wound-block h4 {
  font-size: 24px;
  margin: 15px auto 0;
}

.wound-block p {
  font-size: 18px;
  font-weight: 500;
}

.wound-block .doc-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.wound-block .doc-block .img-doc,
.wound-block .doc-block .txt-doc {
  flex: 1 1 0;
}

.wound-block .doc-block .img-doc img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.wound-block .doc-block .txt-doc .ra-btn {
  background-color: #99c64c;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: 30px 0 0;
  border: 2px solid #99c64c;
  transition: 0.3s all;
}

.wound-block .doc-block .txt-doc .ra-btn:hover {
  color: #99c64c;
  background-color: #ffffff;
}

.wound-block .statement-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 50px 0;
}

.wound-block .statement-block .item {
  width: 100%;
  max-width: 450px;
  text-align: center;
}

.wound-block .statement-block .item img {
  width: 90px;
  height: 90px;
}

.wound-block .process-block { 
  text-align: center;
}

.wound-block .process-wrap {
  display: flex;
  align-items: self-start;
  justify-content: center;
  gap: 30px;
}

.wound-block .process-wrap .item {
  flex: 1 1 0;
  text-align: left;
}

.wound-block .process-wrap .item .icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wound-block .process-wrap .item .icon span {
  color: #fff;
  background-color: #99c64c;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
}

.wound-block .process-wrap .item .icon hr {
  margin: 0;
  width: calc(100% - 60px);
}

/* About block*/

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

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

.about-box a {
  color: #8cc640;
}

.about-box img {
  float: right;
  padding-top: 0px;
  margin-top: 10px;
  border: 8px solid #fff;
  margin-left: 1em;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-box h2 {
  line-height: 48px;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 12px 0;
  color: inherit;
  text-rendering: optimizelegibility;
  color: #002c2d;
  padding: 0 25px;
}

.about-box h3 {
  font-weight: 700;
  color: #002c2d;
  font-size: 30px;
  text-align: center;
  margin: 15px auto;
}

.about-box p {
  font-family: "Lato", sans-serif;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  text-align: left;
}

.about-box p a {
	color: #002c2d;
	}

/*Services Block*/
.service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 371px;
  transition: all 0.3s;
}

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

.services-block h2 {
  line-height: 48px;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 12px 0;
  text-rendering: optimizelegibility;
  color: #002c2d;
  padding: 0 25px;
}

.service:hover {
  cursor: pointer;
}

.serv-hov {
  /*visibility: hidden;*/
  /*background-color: rgba(10,81,151,0.5);*/
  width: 371px;
  height: 435px;
  position: absolute;
  transition: all 0.3s;
}

.service:hover .serv-hov {
  /*visibility: visible;*/
  background-color: rgba(10, 81, 151, 0.5);
  z-index: 10;
}

.service-tittle {
  display: block;
  background-color: #012f30;
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  width: 100%;
}

/*Doctors block*/
.doctors-block {
  padding: 50px 0;
}

.doctors-block h2 {
  margin: 12px 0;
  line-height: 48px;
  font-size: 28px;
  text-align: center;
  color: #002c2e;
}

.doctors-block .content {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.doctors-block .content img {
  padding: 15px 0 0 0;
}

.doctors-block .content {
  display: flex;
  gap: 20px;
  align-items: center;
  /*flex-direction: column-reverse;*/
  justify-content: center;
}

.dr-hp-bio p a {
  color: #002c2d;
  font-weight: 700;
}

/*Locations block*/
.locations-block {
  border-top: 20px solid #002c2d;
  border-bottom: 20px solid #002c2d;
  padding: 25px 0;
  text-align: center;
  /*background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/location-bg.jpg);*/
  background-image: url(../images/location-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

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

.loc-info {
  padding: 25px;
  background: rgb(255 255 255 / 95%);
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
}

.cta-appointment {
  background-image: none;
  color: #f2f2f2;
  padding: 10px 15px;
  text-shadow: none;
  border: 1px solid #90cb43;
  background-color: #71ad24;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  max-width: 244px;
}

.loc-btn {
  background-image: none;
  color: #f2f2f2;
  border: none;
  padding: 0.5em 1.5em;
  background-color: #83c133;
  text-transform: uppercase;
  text-shadow: none;
  display: block;
  border-radius: 3px;
  max-width: 196px;
  margin: 4px auto;
}

.loc-box h2 {
  color: #002c2d;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
  margin: 0;
}

.loc-box .address {
  margin: 10px 0 30px 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 100;
}

.loc-box .phone {
  font-size: 24px;
  color: #5b5b5b;
  font-weight: 400;
}

.loc-box .fax {
  font-size: 24px;
  color: #5b5b5b;
  font-weight: 400;
}

.loc-box .shedule {
  font-weight: 500;
  color: #6a6a6a;
  font-size: 1em;
  text-transform: capitalize;
  max-width: 200px;
  margin: 16px auto;
  text-align: left;
}

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

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

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

/*Youtube block*/
.yt-block {
  padding: 40px 25px;
}

.yt-block h2 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 48px;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 12px 0 40px;
  text-rendering: optimizelegibility;
  color: #002c2d;
  padding: 0 25px;
}

.yt-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.yt-outter p {
  text-align: center;
  font-size: 16px;
  color: #8cc640;
  font-weight: 600;
}

/*Blogs block*/

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

.blogs-block .content {
  text-align: center;
  max-width: 95%;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding-top: 20px;
}

.blogs-block h2 {
  color: #002c2d;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 10px 0;
  line-height: 24px;
  font-size: 28px;
}

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

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

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

.blogs-list li a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 10px 0;
  line-height: 20px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.blogs-list li a:hover {
  text-decoration: underline;
  color: #005e8d;
}

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

/*Footer*/
footer {
  background: #000000;
}

footer .content {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
}

footer p {
  color: #6f6f6f;
}

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

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

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

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

.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: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  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;
}

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

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

/*Joomla corrections*/
.social-btns p,
.top-phone p,
.connect-block p,
.doctors-box h2 p {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.social-btns a {
  color: #8cc640;
}

/*Testimonials Inner Page*/
.video__testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  }

.video__testimonial video {
  width: 500px;
  }

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

.inner-pages a {
  color: #8cc640;
}

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

.item-page,
.item-pageno-padding-bottom {
  padding-top: 40px;
  min-height: 620px;
}

.inner-pages .page-header h2 {
  margin: 2px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  text-align: center;
}

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

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

.images-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px auto;
  text-align: center;
}

.no-padding-bottom .yt-block {
  padding: 15px 25px 40px;
}

.no-padding-bottom .inner-pages {
  padding-bottom: 0;
}

.images-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px auto;
}

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

div.latestItemsCategory h2 {
  color: #000000;
  text-align: left;
  position: relative;
  padding: 15px 0 20px 0;
  margin: 2px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
}

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

div.latestItemsCategory h2::after {
  display: none;
}

h2.latestItemTitle a {
  color: #8cc640;
}

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

#k2Container {
  padding-top: 40px;
}

div.itemToolbar {
  display: none;
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock .k2UserBlockActions,
div.k2UserBlock .k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  padding: 20px 20px 40px;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

div.k2LatestCommentsBlock li,
div.k2TopCommentersBlock li,
div.k2ItemsBlock li,
div.k2LoginBlock li,
div.k2ArchivesBlock li,
div.k2AuthorsListBlock li,
div.k2CategoriesListBlock li,
div.k2UsersBlock li {
  margin: 0;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  max-width: 275px;
}

div.k2ItemsBlock li div.moduleItemIntrotext a.moduleItemImage img {
  width: 275px;
}

.clearList {
  display: none !important;
}

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

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

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

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

#week {
  float: left;
  width: 95px;
}

#hours {
  float: left;
  width: 210px;
}

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

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

#offices.images img {
  /* margin: 5px; */
  max-width: 100;
  height: auto;
}

#map {
  margin: 20px 0;
  float: left;
  width: 100%;
}

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

body.rsform h1,
body.sitemap h1 {
  font-size: 44px;
  color: #002c2d;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formTableLayout {
  margin: 0 auto;
}

/* .formTableLayout input#Send {
	background: #48b5c5;
	color: #fff;
	border-color: #48b5c5;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	} 

.formTableLayout input#Send:hover {
	background: #fff;
	color: #48b5c5;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	} */

.formTableLayout input#Send {
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #004b8d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#005e8d),
    to(#002f8d)
  );
  background-image: linear-gradient(to bottom, #005e8d, #002f8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002f8d', GradientType=0);
  border-color: #002f8d #002f8d #001541;
  background-color: #002f8d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 8px 36px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #bbb;
  cursor: pointer;
  transition: all 0.3s;
}

.formTableLayout input#Send:hover {
  background-color: #002f8d;
  background-image: none;
}

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

input,
textarea,
button,
select {
  outline: none;
  padding: 8px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f2f2f2;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /* border-color: rgba(82,168,236,0.8); */
  border: 1px solid #52a8eccc;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  background-color: #fff;
}

/*Joomla content*/

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 li {
  padding: 5px 0 5px 3px !important;
}

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

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

div.genericItemReadMore {
  display: none !important;
}

div.k2ArchivesBlock li a {
  color: #8cc640;
}

.baa-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

/*Rate US*/

.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;
}

/*Rate Us --- END*/

/* How Are We Doing? */

.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%;
}

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

/* How Are We Doing? --- END */

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

@media only screen and (max-width: 1735px) {
  .maintext-block-serv h2 {
    font-size: 30px;
  }

  .maintext-block-serv li a {
    margin: 0 10px 5px;
  }
}

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

  .location-text-serv {
    left: 35.5%;
  }
}

@media only screen and (max-width: 1550px) {
  /*Slider OverLay*/
  .maintext-block-serv-wrapper {
    top: unset;
    position: relative;
    left: unset;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
  }

  .maintext-block-serv-wrapper .content {
    width: unset;
    margin: 0;
  }

  .maintext-block-serv {
    left: unset;
    position: relative;
    top: unset;
    padding: 0px 0 15px;
  }

  .maintext-block-serv {
    left: unset;
    position: relative;
    top: unset;
  }

  .location-text-serv {
    left: unset;
    position: relative;
    top: unset;
  }
}

@media only screen and (max-width: 1460px) {
  .top-button {
    font-size: 13px;
  }

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

@media only screen and (max-width: 1350px) {
  nav .content {
    flex-wrap: wrap;
  }

  .top-buttons {
    order: 2;
    width: 100%;
  }

  .top-buttons {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 0 15px 10px;
  }

  .top-right {
    display: flex;
    padding: 0 0px 0px 0;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .top-button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1215px) {
  #address {
    width: 100%;
  }

  #week {
    margin: 20px 0 0;
  }

  #hours {
    float: left;
    margin: 20px 0 0;
  }

  #map iframe {
    height: 589px;
  }

  /*Doctor Block*/
  .doctors-block .content {
    flex-direction: column-reverse;
  }

  /*Footer*/
  footer .content {
    flex-wrap: wrap;
  }

  .copy-left {
    width: 100%;
    order: 2;
  }

  .copy-right {
    order: 1;
    width: 205px;
    text-align: center;
  }
}

@media only screen and (max-width: 1080px) {
  /*Rate Us*/
  .inner-wrap {
    padding: 30px 2% 60px;
  }

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

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

  /*Rate Us -- END*/

  /*sidebar*/
  .divContent {
    flex: 0 0 70%;
  }

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

@media only screen and (max-width: 1050px) {
  /*Navbar*/
  /* .hamburger {
    display: inline-block;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 9002;
    margin: 17px;
  } */
  
  .hamburger {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 25px;
    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 {
    top: 0;
  }

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

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

  .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: transparent;
    max-height: 3000px;
    overflow-y: visible;
    padding: 5px 0 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: transparent;
  }

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

  nav .content {
    display: flex;
  }

  nav .social-btns {
    float: none;
    padding: 10px 15px 10px 0;
  }

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

  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }

  /* Wound Care Block */
  .wound-block h2 {
    font-size: 36px;
    text-align: center;
  }

  .wound-block h3 {
    font-size: 24px;
    text-align: center;
  }

  .wound-block h4 {
    font-size: 20px;
  }

  .wound-block p {
    font-size: 17px;
  }

  .wound-block .doc-block .txt-doc .ra-btn {
    font-size: 20px;
  }

  .wound-block .doc-block .txt-doc p {
    text-align: center;
  }

  .wound-block .doc-block {
    gap: 30px;
    flex-direction: column-reverse;
  }

  .wound-block .doc-block .img-doc {
    max-width: 350px;
    margin: 0 auto;
  }

  .wound-block .statement-block {
    gap: 30px;
    flex-wrap: wrap;
  }

  .wound-block .process-wrap {
    flex-wrap: wrap;
  }

  .wound-block .process-wrap .item {
    flex: auto;
    max-width: 400px;
  }
}

@media only screen and (max-width: 950px) {
  /*Slider Overlay*/
  .maintext-block-serv-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .maintext-block-serv {
    max-width: 398px;
  }

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

  .location-text-serv h2 {
    font-size: 31px;
  }

  /*Twin Block*/
  .twin-image-block img {
    max-width: 100%;
  }

  /*About Block*/
  .about-box img {
    width: 350px;
  }
}

@media only screen and (max-width: 900px) {
  .twin-image-block {
    box-sizing: border-box;
    padding: 25px;
  }

  .twin-image-block a img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  /* How Are We Doing? */
  .thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
  }

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

  /* How Are We Doing? --- END */

  #map iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .new-top-banner {
    font-size: 16px;
  }
  
  .btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
  }

  .blogs-block .btn {
    padding: 0;
  }

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

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

  .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*/
  .inner-pages .page-header h2,
  body.rsform h1,
  body.sitemap h1,
  .latestItemsCategory h2 {
    font-size: 28px;
  }

  /*sidebar*/

  .divContent {
    flex: 0 0 70%;
  }

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

@media only screen and (max-width: 760px) {
  #one {
    width: 100%;
    padding-right: 0px;
  }

  #two {
    width: 100%;
  }

  #map iframe {
    height: 450px;
  }
}

@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;
  }

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

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

  textarea#Message,
  tbody#rsform_4_page_0 textarea,
  input#Phone,
  input#Your_Email,
  input#Your_Name {
    width: 90%;
    display: block;
  }

  .formTableLayout tr.rsform-block > td:first-child {
    text-align: left;
  }
}

@media only screen and (max-width: 700px) {
  .rabutton .buttonrs::before {
    display: none;
  }
  .rabutton .buttonrs::after {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .rabutton .buttonrs {
    transition: all 0.3s ease-in-out 0s;
  }
}

@media only screen and (max-width: 640px) {
  .yt-wrapper,
  .yt-outter {
    width: 100%;
  }

  .yt-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

  .yt-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .about-box.rha.gently {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .about-box img {
    width: 300px;
    margin: 0 0 20px;
  }

  /*Footer*/
  .logo-footer {
    max-width: 300px;
    margin: 30px auto 0;
  }

  .copy-right {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .copy-left,
  .copy-right {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 590px) {
  /*sidebar*/
  .divContent,
  .divRight {
    flex: 0 0 100%;
  }

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

@media only screen and (max-width: 570px) {
  /*Header*/
  nav .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  .inner-logo {
    display: flex;
    vertical-align: middle;
    padding: 5px 0 0 0;
    margin: 0 auto 0 0;
  }

  .top-right {
    order: 2;
    width: 100%;
  }

  .top-phone {
    display: block;
    margin: 0 auto;
  }

  /*Doctor Block*/
  .doctors-block .content img {
    padding: 0px 0 0 0;
    max-width: 300px;
  }

  .service {
    max-width: 330px;
  }

  .service img {
    width: 330px;
  }

  .serv-hov {
    /* visibility: hidden; */
    /* background-color: rgba(10,81,151,0.5); */
    width: 330px;
    height: 395px;
    position: absolute;
    transition: all 0.3s;
  }

  /*Location Block*/
  .loc-box {
    width: 330px;
  }
}

@media screen and (max-width: 550px) {
  tbody#rsform_5_page_0 td {
    display: block;
  }


/*Testimonials Inner Page*/
.video__testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  }

.video__testimonial video {
  width: 300px;
  }



}

@media only screen and (max-width: 480px) {
  .inner-logo img {
    height: 87.72px;
    width: 80px;
  }

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

  .location-text-serv h2 {
    font-size: 24px;
  }
  /*
.location-text-serv p.address {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	}
*/
  .location-text-serv p.address > span.address_text {
    text-align: left;
    width: 96%;
  }

  .location-text-serv p.address > span.address_text {
    text-align: left;
    width: 96%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 460px) {
  .locations-block {
    background-image: url(../images/location-bg-xs.webp);
    background-size: cover;
  }
  .tagline {
    font-size: 14px;
  }
}

@media only screen and (max-width: 380px) {
  .location-text-serv p.address > span.address_text {
    height: 50px;
    width: 96%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    width: 93%;
  }
}
