@charset "UTF-8";@media screen,projection {body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Lato, "Lato", sans-serif;
  /* 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;
}
input,
textarea,
button {
  outline: none;
}
a img {
  border: none;
}
form {
  padding: 0;
  margin: 0;
}

.homepage a {
  color: #0D1164;
}

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

.content {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1300px;
  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: #0D1164;
  color: #fff;
  border-color: #0D1164;
}

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

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

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

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

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

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

/*Navbar*/
nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #0D1164;
  transition: all 0.3s;
  border-bottom: 1px solid black;
}

/* Testimonial Page */
.testimonial-container {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 16px 16px 0px 16px;
  margin: 16px 0;
}

.testimonial-container::after {
  content: "";
  clear: both;
  display: table;
}

.testimonial-container span {
  font-size: 20px;
  margin-right: 6px;
}

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

.testimonial-container .headline {
  display: inline-block;
  vertical-align: middle;
}

.testimonial-container .star {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

@media only screen and (min-width: 412px) {
  .slide-holder {
    min-height: 174.23px;
  }
}
@media only screen and (min-width: 420px) {
  .slide-holder {
    min-height: 177.55px;
  }
}
@media only screen and (min-width: 768px) {
  .slide-holder {
    min-height: 317.33px;
  }
}
.slider-box {
  background: url(https://www.countywidefootandankle.com/images/slider/blankSlide.webp) no-repeat;
  background-size: cover;
}

#homepage nav {
  position: absolute;
}

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

nav.slide {
  position: fixed;
}

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

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

nav .content {
  max-width: 3000px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

.inner-logo {
  padding: 17px 10px 5px 17px;
  display: flex;
  vertical-align: middle;
  max-width: 500px;
}

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

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

.topmenu {
  margin: 0 auto;
}

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

.topmenu li {
  list-style: none;
  padding: 0 15px;
  position: relative;
  border-right: 1.5px solid #30d5c8;
}

.topmenu li:last-child {
  border-right: none;
}

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

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

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

.topmenu li a:hover,
.topmenu li.active a {
  color: #30d5c8;
  opacity: 0.5;
}

.topmenu li.active li a:hover,
.topmenu li li.active a {
  color: #30d5c8;
  opacity: 0.5;
}

.topmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  /*width: 260px;*/
  display: block;
  background: #070a42;
  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: #070a42;
}

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

.topmenu li li {
  display: block;
  padding: 10px 15px;
  border-right: none;
}

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

.top-right {
  /* background: #0D1164; */
  padding: 7px 39px 14px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  gap: 17px;
}

.ts-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.top-soc-btn {
  background: #fff;
  font-size: 20px;
  border: 1px solid black;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #0D1164;
  transition: 0.3s;
  position: relative;
}

.top-soc-btn:hover {
  transform: scale(1.05);
}

.top-soc-btn span {
  position: absolute;
  border: 0;
  color: #fff;
  font-size: 10px;
  top: 35px;
  text-align: center;
}

.tb-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.top-btn {
  color: #0D1164;
  background: #fff;
  border: 1px solid black;
  padding: 9px 10px;
  font-size: 20px;
  border-radius: 12px;
  min-width: 285px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}

.top-btn:hover {
  color: #fff;
  background: #30d5c8;
  transform: scale(1.05);
}

a.top-btn.phone {
  padding: 3px 10px 6px;
}

.top-btn span {
  display: block;
  font-size: 14px;
  line-height: 9px;
}

.top-btn.ra {
  color: #ffffff;
  background: #30d5c8;
}

.top-btn.ra:hover {
  color: #0D1164;
  background: #fff;
}

.hamburger {
  display: none;
}

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

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

.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: 370px;
  left: -136px;
  width: 100%;
  z-index: 11;
}

.maintext-block-serv {
  /* display: inline-block; */
  padding: 15px;
  /*background: rgb(21 83 89 / 90%);*/
  background: rgb(0 0 0 / 85%);
  float: left;
  text-align: left;
  /*border-radius: 30px;
    border: 3px solid #9a9a99;*/
}

.maintext-block-serv h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0px 15px 0px;
  padding-top: 0;
  letter-spacing: 1px;
  font-family: "Cabin", sans-serif;
}

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

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

.maintext-block-serv li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(https://www.countywidefootandankle.com/templates/theme/images/bullet.png) no-repeat center;
  background-size: cover;
}

.maintext-block-serv li a {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.maintext-block-serv li a:hover {
  text-decoration: underline;
}

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

.maintext-block p {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  padding: 15px 0 5px;
  margin: 0;
  font-family: "Cabin", sans-serif;
}

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

/*Sub Slider Block*/
.sub-slider-block {
  position: relative;
  background: #30d5c8;
  box-sizing: border-box;
  color: #fff;
}

.ssb-wrap {
  max-width: 1300px;
  box-sizing: border-box;
  /* padding: 5px 25px 5px 10%; */
  padding: 5px 15px;
  margin: 0 auto;
}

.ssb-wrap p {
  /* max-width: 675px; */
  max-width: 100%;
  text-align: center;
  font-size: 22px;
}

/* About block*/
.about-block {
  padding: 0px 0 50px;
  background: url(https://www.countywidefootandankle.com/templates/theme/images/plastar-background-scaled.webp) no-repeat center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about-block .content {
  position: relative;
}

.ab-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.ab-left {
  max-width: 547px;
}

.ab-left h4 {
  color: #2e2e2e;
  max-width: 510px;
  font-size: 30px;
  font-family: "Antic Didone", Sans-serif;
  font-weight: 700;
}

.ab-left p {
  color: #2e2e2e;
}

.ab-left-btn {
  background: #30d5c8;
  color: #fff !important;
  padding: 8px 8px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 26px;
  display: block;
  text-align: center;
  max-width: 490px;
  border: 2px solid #30d5c8;
}

.ab-left-btn:hover {
  background: #fff !important;
  color: #30d5c8 !important;
}

.ab-right {
  margin-top: -240px;
}

.ab-right-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 680px;
  /* flex-wrap: wrap; */
}

.ab-right span {
  display: block;
  text-align: center;
  margin: 15px auto 0;
  max-width: 280px;
}

.ab-img-wrap {
  border: 13px solid #fff;
  padding: 5px;
}

.ab-img-wrap img {
  border: 7px solid #fff;
  /* max-width: 500px; */
  width: 270px;
}

/* Banner HP */
.banner-hp-block .content {
  max-width: 1550px;
}

.banner-hp-block h2 {
  font-family: "Antic Didone", Sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #0D1164;
  padding: 50px 0;
  margin: 0 auto 0 auto;
  position: relative;
}

.banner-hp-block .banner-hp-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2%;
}

.banner-hp-block .banner-hp-item {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.banner-hp-block .banner-hp-item.row {
  flex-direction: row;
  align-items: center;
}

.banner-hp-block .banner-hp-item p {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  margin: 10px auto 0;
}

.banner-hp-block .banner-hp-item.first p {
  max-width: 240px;
}

.banner-hp-block .banner-hp-item.first p {
  max-width: 240px;
}

.banner-hp-block .banner-hp-item.second p {
  max-width: 165px;
}

.banner-hp-block .banner-hp-item.third p {
  max-width: 315px;
}

.banner-hp-block .banner-hp-item.fourth p {
  max-width: 315px;
}

/* Services block*/
.services-block {
  padding: 25px 0 75px;
}

.services-wrapper {
  margin: 0 auto;
  max-width: 1050px;
  text-align: center;
}

.services-block h2 {
  font-family: "Antic Didone", Sans-serif;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  color: #0D1164;
  padding-bottom: 20px;
  margin: 0 auto 0 auto;
  position: relative;
}

.service-block {
  display: inline-flex;
  margin: 10px;
  transition: all 0.2s;
}

.service-block:hover {
  background-size: 120% auto;
}

/* .service1 {
  background: url(../images/service1.jpg) no-repeat center;
  background-size: 100% auto;
}

.service2 {
  background: url(../images/service2.jpg) no-repeat center;
  background-size: 100% auto;
}

.service3 {
  background: url(../images/service3.jpg) no-repeat center;
  background-size: 100% auto;
}

.service4 {
  background: url(../images/service4.jpg) no-repeat center;
  background-size: 100% auto;
}

.service5 {
  background: url(../images/service5.jpg) no-repeat center;
  background-size: 100% auto;
}

.service6 {
  background: url(../images/service6.jpg) no-repeat center;
  background-size: 100% auto;
}

.service7 {
  background: url(../images/service7.jpg) no-repeat center;
  background-size: 100% auto;
}

.service8 {
  background: url(../images/service8.jpg) no-repeat center;
  background-size: 100% auto;
} */
.gently.service1 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service1.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service2 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service2.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service3 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service3.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service4 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service4.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service5 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service5.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service6 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service6.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service7 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service7.webp) no-repeat center;
  background-size: 100% auto;
}

.gently.service8 {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/service8.webp) no-repeat center;
  background-size: 100% auto;
}

.service-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 240px;
  height: 213px;
}

.service-block .service-title {
  width: 100%;
  padding: 10px 10px;
  background: rgb(13 17 100 / 90%);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/*Meet Dr Block*/
.meet-dr-block {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/plastar-background-scaled.webp) no-repeat center;
  position: relative;
  padding: 50px 25px;
}

.meet-dr-block .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.mdb-left h2 {
  font-size: 34px;
  font-weight: 400;
  font-family: "Antic Didone", Sans-serif;
  font-weight: 700;
}

.mdb-left p {
  font-size: 22px;
}

.mdb-right {
  position: relative;
}

.mdb-right-lower {
  position: absolute;
  top: 340px;
  left: 100px;
}

.mdb-left-btn {
  background: #30d5c8;
  color: #fff;
  padding: 8px 8px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 26px;
  display: block;
  text-align: center;
  max-width: 490px;
  border: 2px solid #30d5c8;
}

.mdb-left-btn:hover {
  background: #fff;
  color: #30d5c8;
}

/*Testimonials Block*/
.testimonials-block {
  background-color: #070a42;
}

.review-block {
  background-size: cover;
  padding: 20px 20px;
}

.review-block a {
  color: #30d5c8;
}

.rb-tittle {
  color: #ffffff;
  text-align: center;
  font-family: "Antic Didone", Sans-serif;
  font-weight: 700;
  font-size: 37px;
}

:root {
  --theme-color: #3950ca;
  --bg-color: rgba(79, 48, 183, 0.06);
  --comp-color: #ff6584;
  --gradient: linear-gradient(#6a5fdd 0%, #241d8c 100%);
}

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

h2,
h1 {
  margin: 0;
  padding-top: 30px;
}

.bg-color {
  background: var(--bg-color);
}

.half-color-box {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
  font-size: 20px;
}

.star {
  color: gold;
}

.text-whtie {
  color: #fff !important;
}

.bold {
  font-weight: bolder;
}

.por {
  position: relative;
}

.review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}

.test-arrowbox {
  position: absolute;
  right: 20px;
  display: flex;
  top: 70px;
}

.review-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.review-box h5 {
  margin: 0;
}

.review-box p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7d8597;
}

.user-post {
  font-size: 14px;
  margin: 0 !important;
}

.swiper-testimonial {
  padding: 20px 20px;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
  margin-right: 20px;
  /* background: var(--comp-color);2 */
  border-radius: 50%;
  --size: 55px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-right {
  transform: rotate(180deg);
  margin-top: -8px;
}

.arrow {
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.arrow:hover {
  transform: translateX(-15px);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

.logos-block .content {
  max-width: 100%;
}

.logos-block h2 {
  font-family: "Antic Didone", Sans-serif;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  color: #0D1164;
  padding: 0;
}

.logos-block .images-wrap.logos {
  align-items: flex-start;
}

.logos-block .item-logo-wrap {
  max-width: 260px;
  text-align: center;
}

.logos-block .item-logo-wrap p {
  margin: 15px auto 0;
  color: #0D1164;
  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

/*Blogs block*/

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

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

.blogs-block h2 {
  font-family: "Antic Didone", Sans-serif;
  /* text-transform: uppercase; */
  margin: 0 auto 40px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  color: #0D1164;
}

.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 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
}

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

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

/*NC*/

div.k2ItemsBlock li div.moduleItemIntrotext {
  padding: 4px 0;
  color: #f0e8e3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  font-family: "Work Sans", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 100%;
  line-height: 25px;
}

div.k2ItemsBlock li div.moduleItemIntrotext a.moduleItemImage img {
  float: none;
  margin: 0px auto 12px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

div.k2ItemsBlock li a.moduleItemTitle {
  font-family: "Work Sans", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: 66px;
}

div.k2ItemsBlock li a.moduleItemReadMore {
  background: #30d5c8;
  color: #fff;
  padding: 6px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-align: center;
  max-width: 150px;
  border: 2px solid #30d5c8;
  margin: 5px 0;
  transition: all 0.3s;
}

div.k2ItemsBlock li a.moduleItemReadMore:hover {
  background: #fff;
  color: #30d5c8;
  text-decoration: none;
}

/*Locations block*/
.locations-block {
  background: url(https://www.countywidefootandankle.com/templates/theme/images/plastar-background-scaled.webp) no-repeat center;
  padding: 50px 25px;
  box-sizing: border-box;
}

.locations-block h2 {
  /*font-family: 'Poppins';*/
  /* text-transform: uppercase; */
  font-family: "Antic Didone", Sans-serif;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  color: #0D1164;
}

.locations-block .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.loc-box {
  background: #fff;
  width: 495px;
  padding: 0 0 20px 27px;
  box-sizing: border-box;
}

.loc-box h2 {
  font-family: "Antic Didone", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.4px;
  color: #0D1164;
  text-align: left;
  margin: 0px auto 10px;
}

.loc-box .address {
  color: #0D1164;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
}

.loc-box .address .fas {
  color: #30d5c8;
  font-size: 20px;
}

.loc-box .email {
  color: #0D1164;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 10px 0 10px;
}

.loc-box .email .fas {
  color: #30d5c8;
  font-size: 20px;
}

.loc-box .phone {
  color: #0D1164;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 10px 0 15px;
}

.loc-box .phone a {
  color: #0D1164;
}

.loc-box .phone .fas {
  color: #30d5c8;
  font-size: 20px;
}

.map {
  width: 435px;
  height: 230px;
  border: 3px solid #0D1164;
  margin-top: 10px;
}

.locations-block-banner {
	background: #070a42;
  color: #fff;
  font-size: 23px;
  padding: 10px;
}

/*Connect With Us Block*/
.connect-block .content {
  text-align: center;
  padding: 55px 25px 50px;
}

.connect-block .connect-wrap {
  display: inline-block;
}

.connect-block .badge {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}

.connect-block .content h2 {
  /*font-family: 'Poppins';*/
  /* text-transform: uppercase; */
  font-family: "Antic Didone", Sans-serif;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  color: #0D1164;
  padding-top: 0;
}

.cwu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.cwu-soc-btn {
  background: #fff;
  font-size: 22px;
  border: 1px solid black;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #0D1164;
  transition: 0.3s;
  position: relative;
}

.cwu-soc-btn:hover {
  transform: scale(1.05);
}

.cwu-soc-btn span {
  position: absolute;
  border: 0;
  color: #0D1164;
  font-size: 10px;
  top: 42px;
  text-align: center;
  font-weight: 700;
}

/*Footer*/
footer {
  background: #070a42;
}

footer .content {
  text-align: left;
  max-width: unset;
  box-sizing: border-box;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

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

.footer-tagline {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  max-width: 430px;
  text-align: center;
}

.footer-tagline p {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

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

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

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

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

.copy-right {
  text-align: right;
  float: right;
  margin: 0 0 0 auto;
}

.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 {
  display: flex;
  align-items: center;
  min-width: 180px;
  min-height: 45px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  background: #13bfa6;
  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;
  box-sizing: border-box;
}

.rabutton .buttonrs::before {
  content: "";
  border-radius: 13px;
  min-width: calc(155px + 28px);
  min-height: calc(40px + 4px);
  border: 4px solid #13bfa6;
  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: #13bfa6;
  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*/

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

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

.social-btns a {
  color: #30d5c8;
}

/*Products Page*/

.rpsub .content {
  max-width: unset;
  padding: 0 0 40px 0;
}

.rp-line {
  height: 6px;
  background: #1d5259;
  /* border-top: 1px solid #000; */
  /* border-bottom: 1px solid #000; */
  margin: 50px auto 25px;
}

.rp-wrap-outter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}

.rp-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 34px;
  color: #2b2b2b;
  position: relative;
  padding-bottom: 20px;
}

.rp-title::after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -50px;
  background: #30d5c8;
}

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

.rp-right {
  max-width: 345px;
}

.rp-right h3 {
  color: #1d5259;
  font-size: 31px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.rp-right p {
  font-size: 26px;
  font-weight: 500;
  margin: 10px 0;
}

.rp-right-button-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  max-width: 325px;
  flex-wrap: wrap;
}

.rp-btn {
  color: #000 !important;
  background: #9ec7cc;
  font-size: 18px;
  padding: 9px;
  width: 140px;
  border: 1px solid #000;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rp-btn:hover {
  color: #000 !important;
  background: #569097;
  font-size: 18px;
  padding: 9px;
  width: 140px;
  border: 1px solid #000;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*Inner pages*/
.inner-pages {
  padding-bottom: 30px;
}

.inner-pages a {
  color: #30d5c8;
}

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

.inner-pages .page-header h1, .inner-pages .page-header h2 {
  font-size: 52px;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
  color: #0D1164;
  font-family: "Antic Didone", Sans-serif;
  font-weight: 700;
}

.inner-pages .page-header h1::after, .inner-pages .page-header h2::after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -50px;
  background: #30d5c8;
}

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

h3.pod-title {
  font-size: 28px;
  font-family: Cormorant Garamond, serif;
  color: #0D1164;
}

.lapi-video {
	display: flex;
    justify-content: center;
    margin: 0 auto 35px;
    flex-wrap: wrap;
  	max-width: 840px;
    }

.lapi-video video {
    background: #000000;
    width: 100%;
    height: auto;
    }

/*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 */

/*Virtual Tour Page*/
.vt-wrap-outter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.vt-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.vt-wrap img {
  border: 5px solid #0D1164;
}

/*FAQ Inner Page*/
.faq-wrap {
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 35px;
  border: 2px solid #30d5c8;
}

.faq-container {
  border-bottom: 1px solid #30d5c8;
}

.faq-container h3 {
  color: #0D1164;
  font-family: "Antic Didone", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.faq-container p {
  color: #4c7b78;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

.video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px auto;
  }
  
.video-item {
  max-width: 560px;
  width: 100%;
  text-align: center;
  }

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

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

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

div.latestItemsCategory h2 {
  font-size: 52px;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
  color: #0D1164;
  font-family: "Antic Didone", Sans-serif;
  font-weight: 700;
}

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

div.latestItemsCategory h2::after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -50px;
  background: #30d5c8;
}

h2.latestItemTitle a {
  color: #30d5c8;
}

#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: 10px 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

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;
  display: block;
  background: #0D1164;
  max-width: 390px;
  box-sizing: border-box;
  padding: 10px;
  min-height: 580px;
  width: 100%;
}

.bfa .k2ArchivesBlock li {
  margin: 0;
  display: block;
  background: transparent;
  max-width: unset;
  box-sizing: border-box;
  padding: 10px;
  min-height: unset !important;
}

/*div.k2ItemsBlock ul li a.moduleItemTitle {
    padding: 10px 10px 0 10px;
}*/

div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 4px 10px;
}

.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: 105px;
  margin: 0;
}

#hours {
  float: left;
  width: 200px;
  margin: 0;
}

.inner-note {
  float: left;
  margin: 5px 0 20px 0;
}

.wellington-slide-wrap {
  max-width: 450px;
  display: block;
  margin: 0px auto;
}

#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: #586064;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
}

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

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout button#Send {
  background: #0D1164;
  color: #fff;
  border-color: #0D1164;
  padding: 5px 20px 7px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
}

.formTableLayout button#Send:hover {
  background: #fff;
  color: #0D1164;
  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;
}

/*Joomla content*/

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

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

ul.list-unstyled.list-inline
 {  padding: 0; }


.divContent {
  flex: 0 0 80%;
  /*max-width: 1000px;
	float: left;*/
}

.divRight {
  flex: 0 0 20%;
  /*max-width: 300px;
	float: right;*/
}

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

.divRight .moduletable ul {
  padding: 0px 4px !important;
  /*display: flex;*/
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.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: #30d5c8;
}

.wrap-video {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  flex-wrap: wrap;
  max-width: 840px;
}

.wrap-video video {
  background: #000000;
  width: 100%;
  height: auto;
}

.insurance-container {
      display: flex;
      flex-wrap: wrap;
      max-width: 1300px;
      margin: 0 auto;
      font-family: Arial, sans-serif;
    }

    .insurance-column {
      flex: 1 1 33%;
      padding: 10px;
      box-sizing: border-box;
    }

    .insurance-column ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

    .insurance-column li {
      margin-bottom: 8px;
    }


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

@media only screen and (max-width: 1600px) {
  .rp-wrap-outter {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /*Navigation*/
  .inner-logo {
    max-width: 300px;
  }

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

  .top-btn {
    padding: 8px 10px;
    font-size: 18px;
    min-width: 235px;
  }

  /*Slider*/
  .maintext-block-serv-wrapper {
    left: -50px;
  }
}

@media only screen and (max-width: 1500px) {
  .ssb-wrap p {
    max-width: 500px;
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1450px) {
  .maintext-block-serv-wrapper {
    left: 0px;
    top: 300px;
  }

  .banner-hp-block .banner-hp-wrap {
    flex-wrap: wrap;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
  }

  .banner-hp-block .banner-hp-item {
    width: 45%;
  }
}

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

  .inner-logo {
    order: 1;
    padding: 5px 25px;
    margin: 0 auto 0 0;
  }

  .topmenu {
    order: 2;
    width: 100%;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top-right {
    order: 1;
    padding: 10px 15px 10px 10px;
    margin: 0 0 0 auto;
  }

  .tb-wrap {
    gap: 5px;
  }
}

@media only screen and (max-width: 1250px) {
  .ssb-wrap {
    padding: 5px 15px;
  }

  .ssb-wrap p {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 0;
  }

  .ab-left {
    max-width: 675px;
  }

  .ab-right {
    margin-top: 30px;
  }

  .ab-img-wrap img {
    max-width: 400px;
  }

  /*Meet Dr desiree Garzon Block*/
  .meet-dr-block .content {
    gap: 40px;
    flex-direction: column;
  }

  .mdb-left p {
    font-size: 18px;
  }

  .mdb-left-btn {
    max-width: 300px;
    font-size: 20px;
    margin: 0 auto;
  }
}

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

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

  .inner-note {
    width: 100%;
  }

  #map iframe {
    height: 598px;
  }
}

@media only screen and (max-width: 1150px) {
.maintext-block-serv-wrapper {
    top: 260px;
	}
  
  /*Footer */
  .logo-footer {
    max-width: 330px;
  }

  .footer-tagline {
    max-width: 330px;
  }

  .footer-tagline p {
    font-size: 17px;
  }
}

@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*/

  /*Slider*/
  .maintext-block-serv-wrapper {
    left: 0px;
    top: 250px;
  }
  
  .maintext-block-serv h2 {
    font-size: 24px;
  }

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

  /*Footer */
  /* .logo-footer {
	display: block;
	margin: 0 auto;
	} */

  /*sidebar*/

  .divContent {
    flex: 0 0 70%;
  }

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

@media only screen and (max-width: 1050px) {
  /*About Us*/
  .ab-wrap {
    flex-direction: column;
  }

  .ab-left {
    max-width: unset;
  }

  .ab-left h4 {
    max-width: unset;
  }

  .ab-left-btn {
    font-size: 22px;
    max-width: 300px;
    margin: 0 auto;
  }

  .ab-right-wrap {
    flex-wrap: wrap;
  }

  .ab-right {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: block;
    position: relative;
  }

  .inner-nav {
    display: none;
  }

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

@media only screen and (max-width: 910px) {
  .inner-logo {
    order: unset;
    padding: 5px 25px;
    margin: 0 auto 0 0;
  }

  .top-right {
    float: none;
    text-align: left;
    margin: 0 0 0 auto;
    order: 0;
  }

  .top-buttons.soc {
    margin-left: 25px;
  }

  .top-phone {
    /*margin: 30px 8px 0;*/
    line-height: 26px;
    padding: 0;
  }

  .top-location {
    margin: 0 0 0 5px;
  }

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

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

  .maintext-block-serv li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(https://www.countywidefootandankle.com/templates/theme/images/bullet.png) no-repeat center;
    background-size: cover;
  }

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

  .maintext-block h3 {
    font-size: 18px;
  }

  .maintext-block-serv-wrapper {
    position: relative;
    top: 0;
    padding: 30px 0;
  }

  .maintext-block-serv {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 330px;
    background: #0D1164;
  }

  .slider-block {
    /*background: url(../images/topbg-mob.jpg) no-repeat center;*/
    background-size: cover;
    background: #f8f8f8;
  }

  /*Navbar*/
  .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: #0D1164;
    transition: all 0.3s;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .topmenu.active {
    top: 0;
  }

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

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

  .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: 20px;
  }

  table.pe td {
    display: block;
  }

  table.pe ul {
    margin: 0;
  }
}

@media only screen and (max-width: 930px) {
  .wellington-slide-wrap {
    max-width: 350px;
  }

  #map iframe {
    height: 531px;
  }
}

@media only screen and (max-width: 885px) {
  .copy-left,
  .copy-right {
    text-align: center;
    float: none;
    font-size: 14px;
    padding: 10px;
  }
}

@media only screen and (max-width: 869px) {
  div.k2ItemsBlock li a.moduleItemTitle {
    height: unset;
  }
}

@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: 0px;
    width: 100%;
  }

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

@media screen and (max-width: 800px) {
  .connect-block .content {
    padding: 30px 25px 30px;
  }

  .connect-block .badge {
    display: block;
    margin: 50px auto 0;
  }

  /* How Are We Doing? */

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

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

@media screen and (max-width: 780px) {
  .logo-footer {
    max-width: 390px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 0;
  }
}

/* How Are We Doing? --- END */
@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
  }

  .banner-hp-block h2 {
    font-size: 24px;
  }

  .banner-hp-block .banner-hp-wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .banner-hp-block .banner-hp-item {
    width: auto;
  }

  .banner-hp-block .banner-hp-item.row {
    flex-direction: column;
  }

  .banner-hp-block .banner-hp-item p {
    text-align: center;
    font-size: 20px;
    max-width: 100% !important;
    width: 270px !important;
    height: auto !important;
  }

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

  .rb-tittle {
    font-size: 28px;
  }

  .ab-left h4 {
    font-size: 28px;
  }

  .mdb-left h2 {
    font-size: 28px;
  }

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

  /*Location Block*/
  .locations-block h2 {
    font-size: 28px;
  }

  /*Blogs block*/
  /*
.blogs-block {
	background: url(../images/blogs-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}
*/
  /*
.blogs-block {
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/blogs-bg-mob.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}
*/

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

  .logos-block .item-logo-wrap p {
    font-size: 16px;
  }

  .logos-block .item-logo-wrap {
    max-width: 200px;
  }

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

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

  div.k2ItemsBlock li a.moduleItemTitle {
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
  }

  div.k2ItemsBlock li a.moduleItemReadMore {
    font-size: 16px;
    max-width: 120px;
  }

  /*Connect Block*/
  .connect-block .content h2 {
    font-size: 28px;
  }

  /*Footer*/

  footer {
    padding-bottom: 80px;
  }

  footer .content {
    text-align: left;
  }

  /* .logo-footer {
	display: block;
    vertical-align: top;
    padding: 30px 0 15px;
    max-width: 300px;
	} */

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

  footer h4 {
    font-size: 14px;
  }

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

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

  .bottom-loc-block {
    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: 160px;
    font-size: 15px;
  }

  .rabutton .buttonrs::before {
    min-width: calc(140px + 15px);
    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;
  }

  .wellington-slide-wrap {
    max-width: 450px;
  }
}

@media only screen and (max-width: 740px) {
  .mdb-right img {
    width: 100%;
  }
}

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

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

@media only screen and (max-width: 700px) {
  .top-buttons.soc {
    display: none;
  }

  .top-buttons.tp {
    display: block;
    margin: 10px auto 10px;
  }

  .top-button {
    font-size: 16px !important;
    padding: 8px 10px;
  }

  .top-phone {
    text-align: center;
    margin: 10px auto 9px;
    flex-direction: column;
  }

  .tb-wrap {
    flex-wrap: wrap;
    flex-direction: unset;
    padding: 0px 15px 5px;
    max-width: 500px;
  }

  .tb-wrap .top-btn:nth-child(1) {
    width: 270px;
  }

  nav.inner-nav .content {
    display: flex;
    flex-wrap: wrap;
  }

  nav.inner-nav .content .top-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 98%;
    text-align: center;
    margin-left: 0;
    padding: 0 1%;
    max-width: 100%;
  }

  nav.inner-nav .content .inner-logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 80%;
    margin: 10px 0px 0 10px;
    padding: 6px 10px 7px 5px;
  }

  nav.inner-nav .content .hamburger {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 30px;
    margin-top: 0;
    margin-left: auto;
    display: block;
    right: 2px;
  }

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

@media only screen and (max-width: 600px) {
  .rpsub .content {
    max-width: unset;
  }

  .rp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding: 0 15px 40px 15px;
  }
      .insurance-column {
        flex: 1 1 100%;
   }
}


@media only screen and (max-width: 590px) {
  /*sidebar*/

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

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

  /*Location Block*/
  .loc-box h2 {
    font-size: 28px;
  }

  .loc-box {
    background: #fff;
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }

  .map {
    width: 100%;
  }
}

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

  /*Nav*/

  .top-phone {
    order: 2;
  }

  .maintext-block {
    width: 98%;
  }

  .maintext-block p {
    font-size: 15px;
    margin-bottom: 1px;
  }

  .maintext-block h3 {
    font-size: 15px;
  }

  .maintext-block-serv {
    float: none;
  }

  .nivo-caption {
    position: relative;
  }

  /*Footer */
  .logo-footer {
    display: block;
    margin: 0 auto;
  }

  /*Footer*/
  .offices-block {
    display: block;
  }

  .office {
    padding-right: 10px;
    padding-bottom: 23px;
  }

  /* Testimonial Page*/
  .testimonial-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 10px 15px;
	}

  .testimonial-container .headline {
    margin: 15px 0;
	}

  .testimonial-container .star {
    margin: 0 auto;
	}

  .testimonial-container p {
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 530px) {
  .about-block {
    background: url(https://www.countywidefootandankle.com/templates/theme/images/plastar-background-scaled-xs.webp) no-repeat
      center;
    background-size: cover;
  }
  .meet-dr-block {
    background: url(https://www.countywidefootandankle.com/templates/theme/images/plastar-background-scaled-xs.webp) no-repeat
      center;
    position: relative;
    padding: 50px 25px;
  }
  .locations-block {
    background: url(https://www.countywidefootandankle.com/templates/theme/images/plastar-background-scaled-xs.webp) no-repeat
      center;
    background-size: cover;
  }

  /*Navigation*/
  nav.inner-nav .content .inner-logo {
    width: 225px;
  }

  .tb-wrap {
    padding: 0px 5px 5px;
    max-width: 400px;
  }

  .top-btn {
    font-size: 15px;
    min-width: 150px;
  }

  .tb-wrap .top-btn:nth-child(1) {
    width: 250px;
  }

  .top-btn span {
    font-size: 12px;
  }

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

  /*About*/
  .ab-img-wrap img {
    max-width: 250px;
  }

  /*Blog*/
  /* div.k2LatestCommentsBlock li, div.k2TopCommentersBlock li, div.k2ItemsBlock li, div.k2LoginBlock li, div.k2ArchivesBlock li, div.k2AuthorsListBlock li, div.k2CategoriesListBlock li, div.k2UsersBlock li {
    max-width: 280px;
	}

div.k2ItemsBlock li div.moduleItemIntrotext a.moduleItemImage img {
    max-width: 260px;
	} */

  /*Location Block*/
  .locations-block {
    padding: 40px 10px;
  }

  .loc-box h2 {
    font-size: 24px;
    text-align: center;
  }

  .loc-box .address {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .loc-box .email {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .loc-box .phone {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 390px) {
  nav.inner-nav .content .inner-logo {
    width: 60%;
  }

  #hours {
    width: 150px;
  }
}

/*--- faq-block start ---*/
.faq-block {
    background-image: url(https://www.countywidefootandankle.com/images/slide18.jpg);
    background-size: cover;
}
.module-half-bg {
    padding-top: 5%;
    padding-bottom: 9%;
    background-color: rgba(0,0,0,0.7);
}
.faq-block .moduletable {
    padding: 0 15px;
}
.faq-block h3, .faq-block h4 {
    margin-top: 8px;
    margin-bottom: 30px;
    color: #eef2f1;
    font-size: 26px;
    text-align: center;
}
.item-question-icon {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    right: 24px;
    margin-top: -8px;
    opacity: 0.8;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    background: transparent;
    outline: none;
    pointer-events: none;
}

@media screen and (min-width: 800px) {
.faq-block .moduletable {
    width: 60%;
    margin: 0 auto;
}
.faq-block h3, .faq-block h4 {
	margin-top: 0;
    margin-bottom: 54px;
    font-size: 40px;
}
}
@media screen and (max-width: 799px) {
.jeAcc-title {
    font-size: 18px;
	line-height: 18px;
}
.jeAcc-content {
    font-size: 16px;
}
}
/*--- faq-block end ---*/


.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

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