@charset "UTF-8";@media screen,projection {@font-face {src: url(https://www.afacc.net/templates/theme/fonts/Lato/Lato-Light.ttf) format("truetype"); font-family: "Lato"; font-style: normal; font-weight: 300; font-display: swap}
@font-face {src: url(https://www.afacc.net/templates/theme/fonts/Lato/Lato-Regular.ttf) format("truetype"); font-family: "Lato"; font-style: normal; font-weight: 400; font-display: swap}
@font-face {src: url(https://www.afacc.net/templates/theme/fonts/Lato/Lato-Bold.ttf) format("truetype"); font-family: "Lato"; font-style: normal; font-weight: 700; font-display: swap}
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #373737;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

.slider-tagline p,
form {
  padding: 0;
  margin: 0;
}
#slide-blank {
  width: 100%;
}
.slider-holder {
  background: url(https://www.afacc.net/templates/theme/images/slider-holder.webp) no-repeat center;
  background-size: cover;
}

/*Testimonials*/

.testimonial-container {
    border: 2px solid #367c52;
    background-color: #f8f8f8;
	border-radius: 5px;
 	padding: 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;
	}

.checked {
    color: gold;
	}
		
/*End of Testimonials Code*/

@media only screen and (min-width: 400px) {
  .slider-holder {
    min-height: 175px;
  }
}
@media only screen and (min-width: 544px) {
  .slider-holder {
    min-height: 226px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-holder {
    min-height: 320px;
  }
}
@media only screen and (min-width: 801px) {
  .slider-holder {
    min-height: 333px;
  }
}
@media only screen and (min-width: 1014px) {
  .slider-holder {
    min-height: 422px;
  }
}
@media only screen and (min-width: 1124px) {
  .slider-holder {
    min-height: 468px;
  }
}
@media only screen and (min-width: 1360px) {
  .slider-holder {
    min-height: 566px;
  }
}
@media only screen and (min-width: 1920px) {
  .slider-holder {
    min-height: 800px;
  }
}
@media only screen and (max-width: 544px) {
  .staticnav {
    min-height: 311px;
  }
}
#system-message {
  display: none !important;
}

.logo-footer-white,
.logo-white {
  display: none;
}

.negatBg .logo-footer-white {
  display: block;
  margin: 0 auto;
}

.negatBg .logo-white {
  display: block;
}

.negatBg .logo-footer,
.negatBg .logo-normal {
  display: none;
}

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

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

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

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

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

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

.topmenu li,
nav {
  position: relative;
}

nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #f8f8f8;
  transition: all 0.3s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#homepage nav {
  position: absolute;
}

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

nav.slide {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-tagline {
  display: block;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 15px;
}

.top-tagline h3 {
  color: #000;
  margin: 0 auto 5px;
}

.top-tagline a {
  font-size: 34px;
  color: #367c2b;
  font-weight: 700;
}

.top-tagline a:hover {
  text-decoration: underline;
}

.inner-nav.slide.fixed .top-tagline {
  position: relative;
  top: unset;
  right: unset;
  margin: 0 5%0 0;
  text-align: center;
}

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

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

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

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

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

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

.deeper.parent {
  margin-right: 10px;
}

.active.deeper.parent li a,
.welcome-block .content a {
  color: #367c2b;
}

.active.deeper.parent li.current.active a,
.topmenu li a:hover,
.topmenu li.active a {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-socials {
  gap: 5px;
}

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

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

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

.top-button {
  background: #910d0c;
  border: 2px solid #910d0c;
  padding: 5px 10px;
}

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

#google_translate_element2 select.notranslate,
.top-button,
.top-button.pb,
select.notranslate {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
  text-transform: uppercase;
}

.top-button.pb {
  background: #200ea5;
  border: 2px solid #200ea5;
  padding: 5px 10px;
}

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

#google_translate_element2 select.notranslate,
select.notranslate {
  background: #367c2b;
  border: 2px solid #367c2b;
  padding: 4px 10px;
  font-family: "Lato", sans-serif;
}

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

.tp-position {
  gap: 5px;
}

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

.top-phone a,
.tp-position {
  color: #367c2b;
  font-size: 22px;
}

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

.slider-block {
  position: relative;
}

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

.mobile-slide {
  display: none;
}

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

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

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

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

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

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

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

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

.blogs-list li,
.maintext-block-serv li {
  list-style: none;
  display: block;
  position: relative;
}

.maintext-block-serv li {
  padding: 5px 0 5px 20px;
  color: #367c2b;
}

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

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

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

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

.welcome-block,
footer {
  background: #f8f8f8;
}

.services-block h2,
.welcome-block .content h2 {
  position: relative;
  color: #151515;
  font-size: 41px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.welcome-block .content {
  padding: 25px;
}

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

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

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

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

.service1,
.service2 {
  background-size: 100%auto;
}

.service1 {
  background: url(https://www.afacc.net/templates/theme/images/service1.jpg) no-repeat center;
}

.service2 {
  background: url(https://www.afacc.net/templates/theme/images/service2.jpg) no-repeat center;
}

.service3 {
  background: url(https://www.afacc.net/templates/theme/images/service3.jpg) no-repeat center;
}

.service3,
.service4,
.service5 {
  background-size: 100%auto;
}

.service4 {
  background: url(https://www.afacc.net/templates/theme/images/service4.jpg) no-repeat center;
}

.service5 {
  background: url(https://www.afacc.net/templates/theme/images/service5.jpg) no-repeat center;
}

.service6 {
  background: url(https://www.afacc.net/templates/theme/images/service6.jpg) no-repeat center;
}

.service6,
.service7,
.service8 {
  background-size: 100%auto;
}

.service7 {
  background: url(https://www.afacc.net/templates/theme/images/service7.jpg) no-repeat center;
}

.service8 {
  background: url(https://www.afacc.net/templates/theme/images/service8.jpg) no-repeat center;
}

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

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

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

.doctors-block .content,
.doctors-box h2,
footer .content {
  text-align: center;
}

.doctors-block .content {
  max-width: 1330px;
}

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

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

.doctors-box h2 {
  color: #151515;
  font-size: 44px;
  margin: 0;
  font-weight: 400;
}

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

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

.doc-info-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
  border-radius: 15px;
  background: #eee;
}

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

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

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

.testimonial-block {
  background-color: #eee;
  padding: 30px 15px;
}

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

.testimonials-wrap .image,
.testimonials-wrap .item {
  width: 270px;
  margin: 10px;
  text-align: center;
}

.testimonials-wrap .image img {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0/50%);
  height: auto;
}

.testimonials-wrap .image img:hover {
  transform: scale(1.02);
  transition: all 300ms ease;
}

.testimonials-wrap .item p {
  margin: 0 auto 20px;
  font-size: 22px;
  color: #000;
}

.testimonials-wrap .item a {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  padding: 8px 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #367c2b;
  border: 2px solid #367c2b;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-weight: 600;
}

.testimonials-wrap .item a :hover {
  background-color: #fff;
  color: #367c2b;
}

.bfa div.k2ArchivesBlock ul,
.locations-block,
.testimonials-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.locations-block {
  align-items: center;
  background-image: linear-gradient(
      to bottom,
      rgb(54 124 43/80%),
      rgb(54 124 43/80%)
    ),
    url(https://www.afacc.net/templates/theme/images/location-bg.webp);
  background-size: cover;
  padding: 50px 0;
  gap: 40px;
}

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

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

.all-locations-block .loc-item-wrap p,
.loc-box h2 {
  font-weight: 300;
  color: #fff;
  font-size: 42px;
  margin: 15px 0;
  text-align: center;
  white-space: break-spaces;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bfa div.k2ArchivesBlock ul {
  margin: 0;
  align-items: flex-start;
  gap: 0;
}

.blog-btn {
  font-size: 20px;
  color: #fff !important;
  background: #367c2b;
  padding: 10px 15px;
  border: 2px solid #367c2b;
  display: block;
  margin: 10px auto;
  max-width: 220px;
  text-transform: uppercase;
  border-radius: 10px;
}

.blog-btn:hover {
  color: #367c2b !important;
  background: #fff;
}

.all-locations-block {
  background-color: #eee;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.all-locations-block .content {
  border: 1px solid #9e9e9e;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 30px;
  margin: 0 15px;
  max-width: unset;
  box-sizing: border-box;
}

.all-locations-block .loc-item-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  width: 700px;
}

.all-locations-block .loc-item-wrap .loc-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #131913;
  padding: 10px;
  gap: 15px;
  width: 100%;
  max-width: 700px;
  border-radius: 18px;
}

.liw-btn {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  padding: 3px;
  width: 120px;
}

.liw-btn:hover {
  color: #fff;
  background: #000;
  border: 2px solid #fff;
  border-radius: 5px;
}

.li-inner-wrap,
.liw-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.li-inner-wrap,
.liw-btn:hover {
  text-align: center;
}

.liw-btn-wrap {
  gap: 1px;
}

.all-locations-block .loc-item-wrap p {
  font-size: 30px;
  width: 240px;
  margin: 0;
}

.all-locations-block .loc-item-wrap span {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

.all-locations-block .loc-item-wrap a.dir-link {
  margin: 5px 0;
  color: #333;
}

.all-locations-block .loc-item-wrap a.headline {
  background: url(https://www.afacc.net/templates/theme/images/icon_map.svg) 100% 4px/9px auto no-repeat;
  padding-right: 17px;
  display: inline-block;
  color: #367c2b;
  text-decoration: none;
}

.all-locations-block .loc-item-wrap a.phone {
  color: #fff;
  margin-top: 15px;
  font-size: 24px;
}

.all-locations-block .img-map {
  flex: 1;
}

.all-locations-block .img-map img {
  width: 100%;
  height: auto;
}

footer {
  border-top: ridge 3px;
}

.logo-footer {
  display: block;
  padding: 30px;
  max-width: 430px;
  margin: 0 auto;
}

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

.quick-links-block li,
footer h4 {
  font-size: 16px;
  text-transform: uppercase;
}

footer h4 {
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}

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

.quick-links-block li {
  display: block;
  list-style: none;
  padding: 2px 0;
  color: #000;
}

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

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

.bottom-loc-block {
  vertical-align: top;
  padding: 30px 0 30px 30px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.offices-block {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 920px;
}

.office p,
footer h4 {
  color: #367c2b;
}

.office {
  padding-top: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-images,
.vertical-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.navigation-images {
  gap: 7px;
  width: 100%;
}

.navigation-images a {
  padding: 5px;
  border: 1px solid #367c2b;
  color: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.navigation-images a.isactivated {
  background: #d3d3d3;
}

.navigation-images a img {
  width: 100px;
  height: auto;
}

.tab-container-left {
  max-width: 350px;
}

.tab-container-right {
  max-width: 600px;
}

.tab {
  display: none;
}

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

.db-btn,
.formTableLayout button#Send {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.db-btn,
.db-btn:hover {
  border: 2px solid #367c2b !important;
}

.db-btn {
  color: #fff !important;
  background: #367c2b !important;
}

.db-btn:hover {
  color: #367c2b !important;
  background: 0 0 !important;
}

.db-btn.healthgrades {
  background: #0202ea !important;
  border: 2px solid #0202ea !important;
}

.db-btn.healthgrades:hover {
  color: #0202ea !important;
  background: 0 0 !important;
  border: 2px solid #0202ea !important;
}

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

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

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

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

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

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

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

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

.inner-pages blockquote {
  background: url(https://www.afacc.net/templates/theme/images/bg_quote.png) no-repeat 0 0#f1f3e3;
  color: #3b5323;
  font-family: Georgia, Palatino, Times;
  font-size: 22px;
  font-weight: 400;
  margin: 20px;
  padding: 20px;
}

.doc-badge-wrap,
.doc-vid-wrap {
  text-align: center;
  margin: 15px auto;
}

.inner-loc-item-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}

.inner-loc-item-wrap .inner-loc-item.map {
  flex: 1;
}

.inner-loc-item-wrap .inner-loc-item.map iframe {
  border: 0;
  margin: 20px auto;
}

.ru-item,
.ru-item-wrap {
  display: flex;
  align-items: center;
}

.ru-item-wrap {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.ru-item {
  flex-direction: row;
  justify-content: space-between;
  background: #131913;
  padding: 20px;
  gap: 15px;
  width: 100%;
  max-width: 575px;
  border-radius: 18px;
}

.ru-item p {
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  white-space: break-spaces;
  margin: 0;
}

.ru-item .li-inner-wrap,
.ru-item .liw-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ru-item .li-inner-wrap,
.ru-item p {
  text-align: center;
}

.ru-item span {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

.ru-item a.phone {
  color: #fff;
  margin-top: 15px;
  font-size: 24px;
}

.ru-item .liw-btn-wrap {
  gap: 1px;
}

.ru-btn,
.ru-btn:hover {
  border-radius: 5px;
  text-align: center;
}

.ru-btn {
  color: #000 !important;
  background: #fff;
  border: 2px solid #000;
  font-size: 18px;
  padding: 8px;
  width: 120px;
}

.ru-btn:hover {
  color: #fff !important;
  background: #000;
  border: 2px solid #fff;
}

.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,
.thumbs-wrap .item:hover {
  transform: scale(1.02);
  transition: all 300ms ease;
}

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

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

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

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

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

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

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

#k2Container {
  padding-top: 40px;
}

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

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

div.k2ArchivesBlock ul {
  flex-direction: column;
}

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

div.k2ItemsBlock li a.moduleItemTitle {
  color: #367c2b;
  font-style: italic;
  font-family: revert;
  font-size: 18px;
  max-width: 395px;
}

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

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

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

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

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

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

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

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

#hours,
#week {
  float: left;
  width: 105px;
  margin-bottom: 35px;
}

#hours {
  width: 200px;
}

.office-images {
  max-width: 410px;
}

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

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

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

#map {
  margin: 20px 0;
}

.success__story-title {
  text-align: center;
  font-size: 28px;
  color: #3d7c31;
  text-shadow: 1px 1px 2px #00000045;
  }

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

.success__story {
  width: 350px;
  height: 233px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 25px;
  box-shadow: 6px 6px 3px #90909078;
  transition: 0.3s;
  position: relative;
  color: #fff !important;
  border: 2px solid #909090;
  overflow: hidden;
  }

.success__story.wound {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17)), url(https://www.afacc.net/templates/theme/images/wound-care.jpg) no-repeat center;
  background-size: cover;
  }

.success__story.diabetic {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17)), url(https://www.afacc.net/templates/theme/images/diabetic-foot.jpg) no-repeat center;
  background-size: cover;
  }

.success__story.bunions {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17)), url(https://www.afacc.net/templates/theme/images/bunions.jpg) no-repeat center;
  background-size: cover;
  }

.success__story h3 {
  z-index: 1;
  text-shadow: 1px 1px 2px #080808;
  font-size: 27px;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s;
  margin-top: 0;
  }

.success__story span {
  z-index: 1;
  text-shadow: 1px 1px 2px #080808;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s;
  }

.glass__filt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*backdrop-filter: blur(2px);*/
  background-color: #00000034;
  z-index: 0;
  transition: 0.3s;
}

.success__story:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 10px 10px 6px #90909078;
}

.success__story:hover .glass__filt {
  backdrop-filter: blur(0px);
  background-color: #00000000;
}

.success__story:hover h3 {
  transform: scale(1.05);
  }

.success__story:hover span {
  transform: scale(1.05);
  }

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

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout button#Send {
  background: #367c2b;
  color: #fff;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
}

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

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

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

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

.divContent {
  flex: 0 0 80%;
}

.divRight {
  flex: 0 0 20%;
}

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

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

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

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

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

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

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

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

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

  footer {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 1450px) {
  .translated-ltr .topmenu li a, .translated-ltr span.nav-header, .translated-ltr span.separator {
    font-size: 16px;
  }

  .translated-ltr .topmenu li {
    padding: 0 8px;
  }

  .translated-ltr .deeper.parent {
    margin-right: 0;
  }

  .translated-ltr .topmenu li.parent:after {
    display: none;
  }
}

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

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

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

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

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

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

  .all-locations-block .content {
    flex-direction: column;
  }
}

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

  .inner-nav.slide.fixed .top-tagline {
    margin: 0 0 0 20px;
  }

  .top-phone {
    width: 100%;
    order: 1;
    margin: 5px 5px 10px;
  }

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

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

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

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

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

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

  #address {
    width: 100%;
  }

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

  #hours {
    float: left;
  }

  #map iframe {
    height: 575px;
  }
}

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

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

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

  .translated-ltr .topmenu li,
  nav.slide.fixed .topmenu li {
    padding: 0 10px;
  }

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

  .translated-ltr .topmenu li {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1150px) {
  .topmenu li {
    padding: 0px 8px;
  }

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

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

@media only screen and (max-width: 1140px) {
  .navigation-images {
    order: 1;
  }

  .tab-container-left {
    order: 2;
  }

  .tab-container-right {
    order: 3;
  }
}

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

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }

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

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

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

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

  .translated-ltr .topmenu li {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1000px) {
  nav .content {
    text-align: center;
  }

  .top-tagline {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0 0 20px;
  }

  .inner-logo {
    max-width: 300px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .topmenu li {
    padding: 0 5px;
  }

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

  .deeper.parent {
    margin-right: 0;
  }

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

  .top-tagline {
    text-align: center;
    position: relative;
    top: unset;
    right: unset;
  }

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

  #google_translate_element2 select.notranslate,
  .top-button,
  .top-button.pb,
  select.notranslate {
    font-size: 16px;
    margin: 2px 0;
  }

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

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

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

  .translated-ltr .topmenu li {
    padding: 0 3px;
  }

  /* .translated-ltr .topmenu li.parent:after {
    display: none;
  } */
}


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

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

  .topmenu.active {
    top: 0;
  }

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

  .topmenu li {
    padding: 5px;
    border-left: 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: 0 0;
    max-height: 3000px;
    overflow-y: visible;
    padding: 5px 0 0;
    box-shadow: unset;
  }

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

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

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

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

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

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

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

  .inner-logo,
  nav.slide.fixed .inner-logo {
    max-width: 150px;
    display: block;
    margin: 0;
    padding: 5px;
  }

  .inner-logo a img {
    width: unset;
    max-width: 100%;
    height: auto;
  }

  .inner-nav.slide.fixed .top-tagline,
  .top-tagline {
    margin: 0 auto 5px;
  }

  .top-tagline {
    display: block !important;
  }

  .thumbs-wrap .item span,
  .top-tagline h3 {
    font-size: 18px;
  }

  .top-tagline a {
    font-size: 28px;
  }

  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }

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

  .maintext-block-serv {
    background: rgb(255 255 255);
  }

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

  .slider-tagline {
    display: none;
  }

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

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

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

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

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

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

  #map iframe {
    height: 547px;
  }
}

@media only screen and (max-width: 790px) {
  .blogs-block h2,
  .doctors-box h2,
  .services-block h2,
  .welcome-block .content h2 {
    font-size: 28px;
  }
}

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

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

  footer h4 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .inner-pages .page-header h2,
  .latestItemsCategory h2,
  body.rsform h1,
  body.sitemap h1 {
    font-size: 28px;
  }
  
  .success__stories {
    flex-wrap: wrap;
  }

  .divContent {
    flex: 0 0 70%;
  }

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

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

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

  #map iframe {
    height: 450px;
  }
}

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

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

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

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

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

  .all-locations-block .loc-item-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    width: unset;
  }

  .all-locations-block .loc-item-wrap .loc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #131913;
    padding: 10px;
    gap: 15px;
    width: 100%;
    border-radius: 18px;
    flex-direction: column;
    max-width: 250px;
    min-height: 280px;
  }
}

@media only screen and (max-width: 615px) {
  .doc-vid-wrap iframe {
    width: 330px !important;
    height: 190px !important;
  }
}

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

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

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

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

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

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

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

  .hamburger.hamburger--slider,
  nav.slide.fixed .hamburger.hamburger--slider {
    top: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .locations-block {
    background-image: linear-gradient(
        to bottom,
        rgb(54 124 43/80%),
        rgb(54 124 43/80%)
      ),
      url(https://www.afacc.net/templates/theme/images/location-bg-xs.webp);
    background-size: cover;
  }

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

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

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

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

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

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

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

  .fssvg {
    width: 63px;
  }

  tbody#rsform_5_page_0 td {
    display: block;
  }
}

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

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

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

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

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

@media only screen and (max-width: 480px) {
  .ru-item {
    flex-direction: column;
  }
}

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

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

@media only screen and (max-width: 380px) {
  .maintext-block-serv-wrapper {
    padding: 40px 0 0;
  }

  .doc-vid-wrap iframe {
    width: 300px !important;
    height: 180px !important;
  }
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  to {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
.activeFeedbackField {
display: inline-block;
position: relative;
width:0;
overflow:hidden;
}

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

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

}
