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

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

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

.notice {
	text-align: center;
	min-height: 20px;
	background-color: #cd0000;
	text-shadow: 1px 1px #000;
	font-weight: 500;
	color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	font-size: 23px;
	padding: 8px 2% 8px;
	width: 100%;
	}

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

.btn,
.rating > label:before {
  display: inline-block;
  cursor: pointer;
}

.btn,
.maintext-block-serv h2 {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
}

.btn {
  width: 100%;
  max-width: 250px;
  border-radius: 20px;
  padding: 13px;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s;
  box-sizing: border-box;
}

.btn-primary {
  background: #1565c0;
  border-color: #1565c0;
  text-transform: uppercase;
}

.btn-primary a {
  color: #fff;
}

.btn-primary:hover {
  background: 0 0;
  color: #3c3c3c;
}

.btn-primary,
.btn-primary:hover a {
  color: #3c3c3c;
}

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

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

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

.topmenu li ul,
nav {
  left: 0;
  background: #f8f8f8;
}

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

nav.static.hide {
  opacity: 0;
  visibility: hidden;
}

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

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

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

.inner-logo {
  padding: 10px 15px;
  display: inline-block;
  vertical-align: middle;
}

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

.topmenu {
  margin: 0 auto 15px;
}

.topmenu ul {
  display: flex;
}

.maintext-block-serv li,
.topmenu li {
  list-style: none;
  padding: 0 15px;
  position: relative;
}

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

.topmenu li a,
footer h4 {
  font-size: 18px;
  font-weight: 400;
}

.topmenu li a {
  font-family: "Cabin", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #6d6d6d;
  transition: all 0.3s;
  white-space: nowrap;
}

.topmenu li.active li a {
  color: #6d6d6d;
}

.toploc a,
.topmenu li a:hover,
.topmenu li li.active a,
.topmenu li.active a,
.topmenu li.active li a:hover {
  color: #1565c0;
}

.topmenu li.item-683 a {
  background-color: #b53b2f;
  color: #fff;
  padding: 5px 15px;
  border: 2px solid #b53b2f;
}

.topmenu li.item-683 a:hover,
.topmenu li.item-683.active a {
  color: #b53b2f;
  background-color: #fff;
}

.topmenu li ul {
  position: absolute;
  top: 100%;
  width: 200px;
  display: block;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s;
}

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

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

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

.top-right {
  display: flex;
  white-space: nowrap;
  align-items: center;
  text-align: right;
  margin: 0 15px 0 auto;
}

@media only screen and (min-width: 768px) {
  .staticnav {
    min-height: 145px;
  }
}
@media only screen and (min-width: 950px) {
  .staticnav {
    min-height: 171px;
  }
}
@media only screen and (min-width: 1014px) {
  .staticnav {
    min-height: 178px;
  }
}
@media only screen and (min-width: 1124px) {
  .staticnav {
    min-height: 193px;
  }
}
@media only screen and (min-width: 1201px) {
  .staticnav {
    min-height: 194px;
  }
}

.toploc {
  display: flex;
  align-items: flex-end;
  color: #747474;
  font-size: 20px;
  line-height: 25px;
  margin-left: 20px;
}

.toploc a {
  margin-left: 5px;
  font-size: 34px;
  line-height: 34px;
  text-decoration: none;
  font-weight: 600;
}

.topline {
  background: #e3f2fd;
  padding: 5px 15px;
}

.topline,
nav .social-btns {
  display: flex;
}

.top-req a,
nav .social-btn {
  transition: all 0.3s;
  cursor: pointer;
}

nav .fb-wrap,
nav .social-btn {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

nav .fb-wrap:hover .fb-ico,
nav .social-btn:hover {
  transform: scale(1.1);
}

nav .fb-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  white-space: nowrap;
}

nav .fb-ico {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.top-req {
  margin: 0 0 0 auto;
}

.top-req a {
  font-family: "Montserrat", sans-serif;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #d22a2a;
  color: #fff;
  border: 1px solid #d22a2a;
}

.top-req a:hover {
  background: #fff;
  color: #d22a2a;
}

.hamburger {
  display: none;
}

nav p {
  display: inline-block;
}

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

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

.maintext-block-serv {
  float: left;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 5%;
  text-align: left;
}

.maintext-block-serv h2 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px;
}

.maintext-block-serv ul,
.quick-links-block ul,
nav p {
  padding: 0;
  margin: 0;
}

.maintext-block-serv li {
  display: block;
  padding: 5px 0 5px 35px;
}

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

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

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

.maintext-block {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
}

.maintext-block h3,
.maintext-block p {
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.maintext-block p {
  font-size: 26px;
  margin: 0;
  padding: 10px 0;
}

.maintext-block h3 {
  font-size: 24px;
  margin-top: 10px;
}

.maintext-block,
.services-block .content,
.services-item a {
  text-align: center;
}

.about-block h2,
.services-block h2 {
  font-family: "Cabin", sans-serif;
  color: #1565c0;
  font-size: 48px;
  font-weight: 400;
  position: relative;
}

.services {
  display: flex;
}

.services-item {
  height: 470px;
  padding: 25px;
  display: flex;
  flex: 1;
  align-items: flex-end;
  text-align: center;
  transition: all 0.3s;
}

.services-item.item1 {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/service1.webp) no-repeat center;
  background-size: auto 100%;
}

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

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

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

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

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

.services-item:hover {
  background-size: auto 120%;
}

.services-item a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.services-text {
  margin: 50px auto;
}

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

.about-block h2 {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto 20px;
}

.about-block h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: #ccc;
}

.about-box p {
  color: #fff;
  text-align: left;
}

.about-block .wrap {
  display: flex;
  flex-direction: row-reverse;
  float: right;
}

.about-block .doctor {
  float: right;
  padding: 0 0 15px 15px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
  display: block;
  width: 100%;
  z-index: 999;
}

.about-block .doctor:hover {
  transform: scale(1.02);
}

.about-block .doctor a {
  font-size: 20px;
  color: #1565c0;
  font-weight: 700;
}

.about-block .doctor img {
  max-width: 100%;
  box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 15px;
}

.locations-block {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/locations-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.locations-block .content {
  display: flex;
  justify-content: space-around;
}

.loc {
  margin: 0 10px;
  max-width: 480px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.inner-pages .page-header h1, .connect-block h3,
.inner-pages .page-header h2,
.loc h2 {
  font-family: "Cabin", sans-serif;
  color: #1565c0;
  font-weight: 400;
  margin: 0;
}

.loc h2 {
  font-size: 44px;
}

.loc .address {
  font-size: 20px;
  margin: 10px 0 30px;
  color: #919090;
}

.loc .phone {
  font-size: 26px;
  font-weight: 500;
  color: #4c4c4c;
  white-space: nowrap;
}

.loc .shedule {
  margin: 15px auto 0;
  font-size: 20px;
  color: #616161;
  font-weight: 500;
}

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

.loc .btn {
  margin: 30px auto 0;
  padding: 13px;
  border-radius: 10px;
}

.connect-block {
  padding: 20px 0;
  background: #fff;
}

.connect-block .content,
.loc .btn,
footer .content {
  text-align: center;
}

.inner-pages .page-header h1, .connect-block h3,
.inner-pages .page-header h2 {
  text-align: center;
}

.connect-block h3 {
  font-size: 44px;
  padding: 30px;
}

.connect-block .social-btn,
.connect-block .social-btns,
.connect-block h3 {
  display: inline-block;
  vertical-align: middle;
}

.connect-block .social-btn {
  font-size: 14px;
  color: #fff;
  height: 26px;
  padding: 3px 15px 3px 35px;
  box-sizing: border-box;
  border: 1px solid #1565c0;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 2px;
}

.connect-block .fb-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 97px;
  white-space: nowrap;
  padding: 0;
  margin: 0 2px;
}

.connect-block .fb-ico {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/fb-ico.png) #1565c0 no-repeat 10px center;
  position: absolute;
  left: 0;
}

.connect-block .fb-wrap:hover .fb-ico {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/fb-ico.png) #fff no-repeat 10px center;
  color: #3c3c3c;
}

.connect-block .twit-ico {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/twit-ico.png) #1565c0 no-repeat 10px center;
}

.connect-block .twit-ico:hover {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/twit-ico.png) #fff no-repeat 10px center;
  color: #3c3c3c;
}

.connect-block .goog-ico {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/goog-ico.png) #1565c0 no-repeat 10px center;
}

.connect-block .goog-ico:hover {
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/goog-ico.png) #fff no-repeat 10px center;
  color: #3c3c3c;
}

.bot-social-btns,
.bot-social-btns div {
  display: inline-block;
  vertical-align: middle;
}

.bot-social-btns {
  padding: 0 15px;
}

.bot-social-btns div {
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  border: 1px solid #1565c0;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 2px;
}

.bot-fb-ico {
  height: 45px;
  width: 45px;
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/bot-fb.png) no-repeat center #1565c0;
}

.bot-fb-ico:hover,
.bot-twit-ico:hover {
  transform: scale(1.1);
}

.bot-twit-ico {
  height: 45px;
  width: 45px;
  background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/bot-twit.png) no-repeat center #1565c0;
}

footer {
  background: #3a3d3e;
}

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

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

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

footer h4 {
  color: #90caf9;
  margin-top: 0;
  padding-top: 0;
}

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

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

.quick-links-block li a {
  text-decoration: none;
}

.bottom-loc-block {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 30px 30px;
  text-align: left;
}

.white-text {
  color: #fff;
}

.offices-block {
  display: flex;
}

.office {
  padding-right: 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;
}

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

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		


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

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

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

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

.office-btn {
  color: #fff !important;
}

.btn.btn-primary:hover .office-btn,
.office-btn:hover {
  color: #3c3c3c !important;
}

.btn.btn-primary.dir {
  border-radius: 10px;
}

.btn.btn-primary.dir a {
  font-size: 20px;
}

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

.inner-pages a,
div.k2ArchivesBlock li a,
h2.latestItemTitle a {
  color: #1565c0;
}

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

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

.inner-pages .page-header h1, .inner-pages .page-header h2 {
  font-size: 48px;
  position: relative;
  padding: 15px 0;
}

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

.review-us-star {
  margin: 35px auto;
  display: block;
}

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

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

.rating {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  border: 0;
  padding: 0;
}

.rating > label:before {
  margin: 5px;
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label,
.rating > input:checked ~ label {
  color: #fbc203;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ffed85;
}

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

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

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

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

#k2Container {
  padding-top: 30px;
}

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

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;
  display: block;
  padding: 8px 0 8px 15px;
}

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

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

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

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

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

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

#hours {
  width: 200px;
}

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

#map {
  margin: 20px 0;
}

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

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

.inner-pages .doctor {
  float: right;
  margin: 0 0 10px 10px;
  font-size: 20px;
  color: #1565c0;
  font-weight: 700;
  text-align: center;
  height: auto;
  width: 250px;
}

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

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout button#Send {
  background: #1565c0;
  color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 19px;
  font-family: "Cabin", sans-serif;
  border: 2px solid transparent;
}

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

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

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

@media only screen and (max-width: 1800px) {
 /*.maintext-block-serv {
    margin-top: 0;
  }*/

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

@media only screen and (max-width: 1675px) {
  .maintext-block p {
    font-size: 26px;
  }

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

  .services {
    flex-wrap: wrap;
  }

  .services-item {
    flex: 33.333%;
    box-sizing: border-box;
    height: 270px;
    padding: 15px;
  }

  .services-item.item1,
  .services-item.item2,
  .services-item.item3,
  .services-item.item4,
  .services-item.item5,
  .services-item.item6 {
    background-size: 100%auto;
  }

  .services-item:hover {
    background-size: 120%auto;
  }

  footer {
    padding-bottom: 140px;
  }
}

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

  .maintext-block-serv li {
    padding: 3px 0 3px 30px;
  }

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

  .maintext-block-serv li:before {
    top: 6px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
}

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

  .topmenu li.parent:after {
    right: -2px;
  }

  .top-right {
    padding: 10px 0 0;
    flex-direction: column;
    align-items: flex-end;
  }

  .top-location {
    padding-bottom: 10px;
  }

  /*.maintext-block-serv {
    margin-top: 0;
  }*/

  /* .maintext-block-serv-wrapper {
    top: 225px;
  } */

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

  .maintext-block-serv li {
    padding: 2px 0 2px 25px;
  }

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

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

  .maintext-block {
    padding: 10px 20px;
  }

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

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

@media only screen and (max-width: 1250px) {
  .loc h2 {
    font-size: 34px;
  }

  .loc .phone {
    font-size: 23px;
  }

  .loc .shedule {
    font-size: 17px;
  }
}

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

  .maintext-block p {
    font-size: 18px;
    padding: 5px 0;
  }

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

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

  .maintext-block-serv li {
    line-height: 15px;
    padding: 5px 0 5px 20px;
  }

  .maintext-block-serv li:before {
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 6px;
  }

  .maintext-block {
    padding: 5px 10px;
    display: block;
  }

  #address {
    width: 100%;
  }

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

  #hours {
    float: left;
  }

  #map iframe {
    height: 589px;
  }
}

@media only screen and (max-width: 1150px) {
  .topmenu li a {
    font-size: 15px;
  }

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

  .connect-block h3 {
    padding: 15px 0;
    margin: 0;
    display: block;
  }

  .bot-social-btns {
    vertical-align: middle;
    padding: 0 15px;
    display: none;
  }

  .connect-block .social-btns {
    padding: 0 0 20px;
  }

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

@media only screen and (max-width: 1080px) {
  .topmenu {
    margin: -10px auto 10px;
  }

  .topmenu li {
    padding: 0 4px;
  }

  .topmenu li a {
    font-size: 14px;
  }

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

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

  .services-item {
    height: 270px;
    padding: 15px;
  }

  .services-item a {
    font-size: 18px;
  }

  .doctor a {
    font-size: 16px;
  }

  .loc h2 {
    font-size: 26px;
  }

  .loc .address {
    font-size: 17px;
  }

  .loc .phone {
    font-size: 18px;
  }

  .loc .shedule {
    font-size: 16px;
  }

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

  .rating > label:before {
    font-size: 46px;
  }
}

@media only screen and (max-width: 1050px) {
  .maintext-block-serv h2 {
    margin: 0 0 5px;
    font-size: 20px;
  }

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

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

  .slider-block {
    background-size: cover;
    background: #f4f4f4;
  }
}

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

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

  .slider-block {
    background-size: cover;
    background: #f4f4f4;
  }

  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }
}

@media only screen and (max-width: 890px) {
  .inner-logo {
    max-width: 350px;
    margin: 0 0 5px;
  }

  .toploc a {
    font-size: 24px;
    line-height: 24px;
  }

  .about-block .doctor a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 830px) {
  .about-block .doctor {
    padding: 20px;
    max-width: 350px;
  }

  .about-block .content .wrap {
    float: none;
    justify-content: center;
    flex-wrap: wrap;
  }

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

@media screen and (max-width: 800px) {
  .thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px;
  }

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

@media only screen and (max-width: 768px) {
  .formCaption {
    width: 100% !important;
  }

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

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

  .topline .content {
    display: block !important;
  }

  .hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
  }

  nav.inner-nav .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  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 .hamburger,
  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;
    margin-top: 0;
  }

  nav.inner-nav .content .inner-logo {
    width: 90%;
    padding: 6px 10px 7px 5px;
  }

  nav.inner-nav .content .hamburger {
    width: 30px;
    margin-left: auto;
    position: absolute;
    top: 55px;
    display: block;
    right: 15px;
  }

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

  nav .content,
  nav.slide.fixed {
    display: block;
  }

  .topmenu li.parent:after,
  nav.slide,
  nav.slide.fixed .top-right {
    display: none;
  }

  nav.slide.fixed .inner-logo {
    width: 196px;
    padding: 11px 0 8px 9px;
  }

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

  .topmenu.active {
    top: 0;
  }

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

  .topmenu li {
    padding: 5px;
  }

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

  .topmenu li ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background: 0 0;
    max-height: 3000px;
  }

  .top-req a,
  .topmenu li li {
    padding: 5px 10px;
  }

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

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

  .top-req a {
    font-size: 11px;
  }

  nav .social-btns {
    float: left;
  }

  .top-req {
    margin: 4px 0 0 auto;
    float: right;
  }

  .inner-logo {
    width: 300px;
  }

  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  .hamburger {
    margin: 0;
  }

  .top-right {
    flex: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
  }

  .toploc {
    justify-content: center;
  }

  .slider-block {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/topbg-mob.webp) no-repeat center;
    background-size: cover;
    padding: 50px 0;
  }

  .nivo-slider-wrapper {
    display: none;
  }

  .mobile-slide {
    display: block;
  }

  .maintext-block {
    padding: 5px 10px;
    display: none;
  }

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

  .locations-block {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/locations-bg-mob.webp) no-repeat center;
    background-size: cover;
  }

  .loc {
    flex: 100%;
  }

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

  .connect-block h3 {
    font-size: 26px;
    padding: 15px;
    margin: 0 auto;
    display: block;
  }

  footer {
    padding-bottom: 80px;
  }

  footer .content {
    text-align: left;
  }

  .logo-footer {
    display: block;
    padding: 15px 0;
    max-width: 90%;
  }

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

  footer h4 {
    font-size: 14px;
  }

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

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

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

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }

  .btn.btn-primary.dir {
    border-radius: 10px;
    max-width: 210px;
  }
}

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

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

  #offices .nivo-slider-wrapper {
    display: block;
  }

  #map iframe {
    height: 450px;
  }
}

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

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

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

@media only screen and (max-width: 550px) {
  nav .fb-wrap {
    width: 30px;
    height: 30px;
  }

  .top-req {
    margin: 2px 0 0 auto;
  }

  .social-btn img {
    height: 30px;
  }

  .services {
    flex-wrap: wrap;
  }

  .services-item {
    flex: 100%;
    height: 220px;
    padding: 30px;
    box-sizing: border-box;
    transition: unset;
  }

  .services-item.item1,
  .services-item.item2,
  .services-item.item3,
  .services-item.item4,
  .services-item.item5,
  .services-item.item6 {
    background-size: 100%auto;
  }

  .services-item:hover {
    background-size: 120%auto;
  }

  .locations-block .content {
    display: block;
    flex: auto;
    text-align: center;
  }

  .loc {
    margin: 10px auto;
  }

  .loc h2 {
    font-size: 23px;
  }

  .loc .address {
    font-size: 16px;
  }

  .loc .phone {
    font-size: 18px;
  }

  .loc .shedule {
    font-size: 16px;
  }

  .logo-footer {
    margin: 0 auto;
  }

  .connect-block .social-btn {
    font-size: 12px;
    padding: 5px 6px 3px 26px;
  }

  .connect-block .fb-wrap {
    width: 72px;
  }

  .connect-block .fb-ico {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/fb-ico.png) #1565c0 no-repeat 5px center;
  }

  .connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/fb-ico.png) no-repeat 5px center;
  }

  .connect-block .twit-ico {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/twit-ico.png) #1565c0 no-repeat 5px center;
  }

  .connect-block .twit-ico:hover {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/twit-ico.png) no-repeat 5px center;
  }

  .connect-block .goog-ico {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/goog-ico.png) #1565c0 no-repeat 5px center;
  }

  .connect-block .goog-ico:hover {
    background: url(https://www.lincolnparkfootdoctor.com/templates/theme/images/goog-ico.png) no-repeat 5px center;
  }

  .logo-footer,
  .offices-block,
  tbody#rsform_3_page_0 td,
  tbody#rsform_4_page_0 td,
  tbody#rsform_5_page_0 td {
    display: block;
  }

  .office {
    margin-bottom: 20px;
  }

  .inner-pages .doctor {
    float: none;
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }

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

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

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

  .copy-left {
    padding: 10px 0 0;
  }

  .copy-right {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 450px) {
  nav.slide.fixed .inner-logo {
    padding: 13px 0 13px 9px;
    margin: 0;
  }

  .rating > label:before {
    font-size: 35px;
  }

  .review-us-star {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 420px) {
  nav.inner-nav .content .inner-logo {
    width: 62%;
    padding: 10px 10px 10px 5px;
  }
}

/*--- faq-block start ---*/
.faq-block {
    background-image: url(https://www.lincolnparkfootdoctor.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 h2, .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, .faq-block .jeAccordion {
    width: 700px;
    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;
}}
