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;
}
input,
textarea,
button {
  outline: none;
}
a img {
  border: none;
}
form {
  padding: 0;
  margin: 0;
}

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

.notice a {
    color: #fff;
	}

.notice {
    text-align: center;
    min-height: 20px;
    background-color: #cf000a;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    padding: 10px 2%;
	width: 96%;
	line-height: 25px;
	z-index: 10;
	display: block;
	}

.notice.blue-banner {background-color: #176c99 !important;}

.btn {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  padding: 13px 13px;
  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: #176c99;
  color: #fff;
  border-color: #176c99;
}

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

.btn-primary:hover {
  background: transparent !important;
  color: #176c99 !important;
}

.btn-primary:hover a {
  color: #176c99 !important;
}

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

nav.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

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

.inner-logo {
  width: 434px;
  padding: 5px 0px 0px 5px;
  display: inline-flex;
  align-items: center;
}

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

.topmenu {
  margin: 0 0 0 auto;
  padding-bottom: 10px;
}

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

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

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

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

.topmenu ul li.current-menu-item ul li a {
  color: #232323;
  display: block;
  width: 100%;
}

.topmenu ul li a:hover,
.topmenu ul li.current-menu-item a {
  color: #074075;
}

.topmenu ul li.current-menu-item ul li a:hover,
.topmenu ul li ul li.current-menu-item a {
  color: #176c99;
}

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

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

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

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

.topmenu ul li ul li:last-child {
  margin-bottom: 0;
  border-bottom: 5px #176c99 solid;
}

.top-right {
  background: #586064;
  align-items: center;
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
}

.top-phone {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 35px;
  margin: 10px;
}

.top-phone a {
  color: #fff !important;
  font-size: 32px;
  font-weight: bold;
}

.topc {
    color: #fbec00;
    text-align: center;
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 5px;
	}

.topsda a , .topsda {
	  color: #fbec00 !important;
    text-align: center;
    font-size: 21px;
  	line-height: 22px;
  	font-weight: normal;
	}

.top-location {
  display: none;
  vertical-align: top;
  color: #176c99;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin-left: 7px;
}

.topc.ra {
  display: none;
}

nav .social-btns {
    float: right;
    padding: 10px 15px 16px 0;
    min-width: 480px;
}

nav .social-btn {
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
  height: 46px;
}

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

nav .fb-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  white-space: nowrap;
  margin: 0 2px;
}

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

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

.hamburger {
  display: none;
}

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

/* Slider block*/
.slider-block {
    margin-top: -150px;
    text-align: center;
    position: relative;
    max-height: 900px;
    overflow: hidden;
}

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

.content.bottomslider {
    background: #166b98de;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
    margin-top: -64px;
    max-width: 3000px;
}

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

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

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

.maintext-block-serv h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  margin: 0px 0 10px 0;
}

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

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

.maintext-block-serv ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(images/bullet.png) no-repeat center;
}

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

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

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

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

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

.subtext-block {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    box-sizing: border-box;
	background: #166b98de;
}

/*Services block*/
.services-block .textwidget {
  display: flex;
}

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

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

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

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

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

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

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

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

.services-item a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-align: center;
}

.services-item a div {
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

/* About block*/
.about-block {
  padding: 50px 0;
  background: url(images/about-bg.jpg) no-repeat center;
  background-size: cover;
}

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

.about-box {
  padding: 25px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.about-box h2 {
  font-weight: 700;
  color: #fff;
  font-size: 44px;
  text-align: center;
  margin: 0;
}

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

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

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

.doctors-block .content {
  text-align: center;
  max-width: 1500px;
}

.doctors-box {
 max-width: 1400px;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 25px;
  /*max-width: 1000px;*/
}

.doctors-box h2 {
  font-weight: 700;
  color: #208aba;
  font-size: 44px;
  text-align: center;
  margin: 10px 0 0;
}

.doctors-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
}

.doctors-box .doctor {
  	padding: 35px 15px 15px;
  	box-sizing: border-box;
  	/* flex-basis: 25%; */
  	transition: all 0.3s;
	flex-basis: 33%;
}

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

.doctor a {
  font-size: 20px;
  color: #208aba !important; 
  font-weight: bold;
}

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

/*Locations block*/
.locations-block {
  display: flex;
  flex: 1 1;
  background: #ddf3fe;
}

.loc-box,
.locations-block .textwidget {
  display: flex;
  align-items: stretch;
  flex: 1;
  max-width: 1443px;
  margin: 0 auto;
}

.loc-info {
  flex-basis: 25%;
  padding: 25px;
  background: #dff4ff;
  box-sizing: border-box;
  white-space: nowrap;
}

.loc-box h2 {
  font-weight: 700;
  color: #176c99;
  font-size: 31px;
  margin: 0;
}

.loc-box span {
	display: block;
    margin: 10px auto 0;
    font-size: 14px;
    color: #dc3232;
    text-align: center;
    font-weight: 600;
	}

.loc-box .address {
  font-size: 17px;
  margin: 10px 0 10px 0;
  color: #686868;
}

.loc-box .phone {
  font-size: 19px;
  font-weight: 500;
}

.loc-box .shedule {
  margin-top: 15px;
  font-size: 20px;
  color: #176c99;
  font-weight: 500;
}

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

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

.mapwrap {
  flex-basis: 78%;
  display: flex;
}

.mapwrap a {
    height: 100%;
    width: 100%;
}

.mapwrap {
  height: 100%;
  width: 100%;
}

/*Blogs block*/
.blogs-block {
  padding: 50px 0;
  background: url(images/blogs-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

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

.blogs-block h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 10px 0 20px;
}

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

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

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

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

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

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

.srpw-clearfix::before, .srpw-clearfix::after {
    content: unset !important;
}

/*Connect block*/
.connect-block {
  background: #fff;
}

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

.connect-block h3 {
  font-weight: 400;
  font-size: 36px;
  color: #176c99;
  text-align: center;
  padding: 30px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

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

.connect-block .social-btn {
  font-size: 14px;
  color: #176c99;
  height: 26px;
  padding: 3px 15px 3px 35px;
  box-sizing: border-box;
  border: 1px solid #176c99;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.connect-block .social-btn:hover a {
    color: #fff !important;
}

.connect-block .fb-wrap:hover .social-btn {
    color: #fff !important;
}

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

.connect-block .fb-ico {
  background: url(images/fb-ico-s.png) no-repeat 10px center;
  position: absolute;
  left: 0;
}

.connect-block .fb-wrap:hover .fb-ico {
  background: url(images/fb-ico-s.png) #176c99 no-repeat 10px center;
}

.connect-block .twit-ico {
  background: url(images/twit-ico-s.png) no-repeat 10px center;
}

.connect-block .twit-ico:hover {
  background: url(images/twit-ico-s.png) #176c99 no-repeat 10px center;
}

.connect-block .goog-ico {
  background: url(images/goog-ico-s.png) no-repeat 10px center;
}

.connect-block .goog-ico:hover {
  background: url(images/goog-ico-s.png) #176c99 no-repeat 10px center;
}

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

.bot-social-btns a {
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  border: 1px solid #176c99;
  cursor: pointer;
  transition: all 0.3s;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
}

.bot-fb-ico {
  height: 45px;
  width: 45px;
  background: url(images/bot-fb.png) no-repeat center;
}

.bot-fb-ico:hover {
  background: url(images/bot-fb.png) no-repeat center #176c99;
}

.bot-twit-ico {
  height: 45px;
  width: 45px;
  background: url(images/bot-twit.png) no-repeat center;
}

.bot-twit-ico:hover {
  background: url(images/bot-twit.png) no-repeat center #176c99;
}

/*Footer*/
footer {
  background: #3a3d3e;
}

footer .content {
  text-align: center;
}

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

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

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

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

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

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

.quick-links-block ul li a:hover {
  text-decoration: underline;
}

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

.bottom-loc-block {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 30px 30px;
  text-align: left;
  color: #d1d1d0;
  font-size: 18px;
  line-height: 25px;
}

.white-text {
  color: #fff;
}

.offices-block {
  display: flex;
}

.office {
  padding-right: 30px;
}

.office p {
  margin-top: 0;
}

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

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

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

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

.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  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;
}

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

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

.services-item p {
  display: none;
}

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

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

.inner-pages a {
  color: #074075;
}

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

.inner-pages .page-header h2 {
  font-size: 44px;
  color: #586064;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
}

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

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

.wp-block-pullquote p {
    font-size: 18px;
}

.wp-block-pullquote {
    text-align: left;
    background-color: #f5f5f5 !important;
    padding: 20px 0;
}

.wp-block-pullquote blockquote {
    margin: 0 20px !Important;
}

.btn {
    padding: 10px 20px;
    border: 1px solid #176c99;
    color: #176c99 !important;
    border-radius: 5px;
    white-space: nowrap;
}

.btn:hover {
    background: #176c99;
    color: #fff !important;
}

a.btn.form {
	max-width: 360px;
	}

a.btn.long {
    white-space: break-spaces;
    max-width: 360px;
}

.social-btns .red {
  margin-right: 10px;
}

.red {
    padding: 10px 0px;
	border: 1px solid #dc3232;
    color: #dc3232 !important;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    background: #dc3232;
    margin-top: 0px;
    vertical-align: middle;
    max-width: 220px;
    }

.red:hover a {
    color: #dc3232 !important;
	}
	
.btn.btn-primary.blue {
	width: 125px;
    vertical-align: middle;
    margin-right: 10px;
	}
	
.doctor .red {
	margin-top: 20px;
	}	
  
.doctor .red a {
	color: #fff !important;
	}
	
.doctor .red:hover a {
    color: #dc3232 !important;
	}

.su-spoiler-title {
    font-size: 21px !important;
	}

.content a {
    color: #176b98;
	}

.form-wrapper {
    padding: 10px;
    background: #f4f4f4;
}

.flex-block {
    display: flex;
    flex: 1 1;
    width: 100%;
    box-sizing: border-box;
}

.form-wrapper .wpcf7-form-control-wrap {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.form-wrapper input {
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.form-wrapper textarea {
    padding: 10px 15px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 16px;
}

.form-wrapper select {
    padding: 0 15px;
    margin: 10px 0;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-size: 16px;
    height: 42px;
    background: #fff;
    border-radius: 0;
}

.form-wrapper p {
    padding: 0;
    margin: 0;
}

.form-wrapper br {
    display: none;
}

.form-wrapper input[type="submit"] {
    width: 100px;
    margin: 10px;
    padding: 10px 20px;
    border: 1px solid #176c99;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    background: #176c99;
    transition: all 0.3s;
    cursor: pointer;
}

.form-wrapper input[type="submit"]:hover {
    background: transparent;
    color: #176c99;
}

.post-date {
    font-size: 14px;
    margin: -15px 0 15px 0;
}

.readmore {
    display: block;
    padding-top: 15px;
}

.row{display: flex; flex-wrap: wrap;}
.col1{padding: 0 10px; flex-basis: 50%; box-sizing: border-box;}
.col2{padding: 0 10px; flex-basis: 50%; box-sizing: border-box;}

.pagination {
    background: transparent;
    text-align: center;
    margin: 20px 0;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #176c99;
}

.srpw-block ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    list-style-type: disc;
}

.srpw-block li {
    list-style-type: disc;
    color: #fff;
    font-size: 22px;
}

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

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

.clearList {
  display: none !important;
}

body.page-template-default.page.page-id-7 .wp-block-column span {
	display: block;
    margin: 10px auto 0;
    font-size: 14px;
    color: #dc3232;
    text-align: center;
    font-weight: 600;
	}

body.page-template-default.page.page-id-7 .wp-block-column p {
	margin-bottom: 0;
	}

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

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

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

#offices.images {
  margin-top: 15px;
  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: #176c99;
}

.formTableLayout {
  margin: 0 auto;
}

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

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

.wrap {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
    .buttonrs {
        min-width: 255px;
        min-height: 45px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        font-weight: 700;
        color: #000;
        background: #FFEB3B;
        /*background: linear-gradient(90deg, #ffe500 0%, #FFEB3B 100%);*/
        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;
        }
      
    .buttonrs::before {
        content: '';
        border-radius: 13px;
        min-width: calc(250px + 12px);
        min-height: calc(40px + 12px);
        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;
        }
      
      .buttonrs:hover, .buttonrs:focus {
        color: #da0000;
        transform: translateY(-6px);
        background: #fff;
      }
      
     .buttonrs:hover::before, buttonrs:focus::before {
        opacity: 1;
      }
      
    .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;
      }
      
      .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;
        }
      }

.page-id-3834 form {
	max-width: 320px;
    margin: 0 auto;
	}

.page-id-3834 label {
	font-weight: 700;
	text-align: left;
	Font-size: 18px;
	}

.page-id-3834 input {
	margin-top: 10px;
	max-width: 100%;
	padding: 5px 0px;
	}
	
.page-id-3834 textarea {
	margin-top: 10px;
	max-width: 100%;
	}
	
.page-id-3834 .xdsoft_datetimepicker.xdsoft_inline {
	margin-top: 10px;
	}
	
.page-id-3834 .wpcf7-submit {
    background: #dc3232;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px;
	}
	
.page-id-3834 .wpcf7-submit:hover{
    background: #1774a3;
	}

/*.page-id-3834 p {
	text-align: center;
	}*/

/*Form Code*/

.input-wrap-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
	}

.input-wrap-2-el {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
	}

.input-wrap-3-el {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
	}

.input-wrap-4-el {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
	}

.input-wrap-5-el {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
	}

#wpcf7-f2265-p10190-o1 .wpcf7-form.init input, #wpcf7-f2265-p10190-o1 .wpcf7-form.init textarea, #wpcf7-f2265-p10190-o1  .wpcf7-form.init button {
  outline: none;
  width: 100%;
  font-size: 22px;
  margin-top: 5px;
  border: 1px solid darkgrey;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

#wpcf7-f2265-p10190-o1 .wpcf7-form.init select {
  outline: none;
  width: 100%;
  font-size: 22px;
  margin-top: 5px;
  border: 1px solid darkgrey;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

#wpcf7-f2265-p10190-o1 .wpcf7-list-item {
    display: inline-block;
    margin: 5px;
	}

#wpcf7-f2265-p10190-o1 .wpcf7-form-control.has-spinner.wpcf7-submit {
    max-width: 200px;
    background: #5cbed6;
    color: #fff;
    border: 2px solid #5cbed6;
    margin: 22px auto;
    display: flex;
    justify-content: center;
    align-items: center;
	}

#wpcf7-f2265-p10190-o1 .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    max-width: 200px;
    background: #fff;
    color: #5cbed6;
    border: 2px solid #5cbed6;
	cursor: pointer;
	}

#wpcf7-f2265-p10190-o1 .wpcf7-list-item input {
	width: unset !important;
	}

.ig-p-wrap p {
    max-width: 85%;
	}

.agree-wrap {
    width: 120px;
    float: right;
	font-weight: 600;
	}

#payment_confirm {
	max-width: 300px;
	}

.wp-block-columns.offices-wrap {
    gap: 30px;
	}

/* Heel Pain Center, Bunion Treatment Center */
.page-id-14918 #eapps-google-reviews-ee4b22fc-7006-4cfa-87bc-9a3cf454eb26 , 
.page-id-14918 .rabutton , 
.page-id-10190 .rabutton ,
.page-id-10190 #eapps-google-reviews-ee4b22fc-7006-4cfa-87bc-9a3cf454eb26 ,
.page-id-14952 #eapps-google-reviews-ee4b22fc-7006-4cfa-87bc-9a3cf454eb26 ,
.page-id-14952 .rabutton
{display: none;}

.page-id-14918 .page-header,
.page-id-14952 .page-header  {
  display: none;
  }

.page-id-14918 .inner-pages .content,
.page-id-14952 .inner-pages .content {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  }


/* Landing page */
.landing-page .top-block .content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 60px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }

.landing-page .top-block .content p {
  display: none;
  }

.landing-page .top-block .content h3 {
  font-size: 28px;
  margin: 0 0 0 auto;
  font-weight: 500;
  max-width: 580px;
  }

.landing-page .top-block.short .content {
  max-width: 1080px;
  }

.landing-page .top-block.short .content h3 {
  max-width: 650px;
  }

.landing-page .slider-block-inner {
  display: block;
  margin: 0 auto 50px;
  overflow: hidden;
  max-height: 520px;
  position: relative;
  }

.landing-page .slider-block-inner .content {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  }

.landing-page .maintext-block-serv ul li {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  }

.landing-page .slider-block-inner .maintext-block-serv-wrapper {
  top: 70px;
  }

.landing-page-form {
  display: inline-block;
  padding: 0;
  background: transparent;
  margin-top: 0;
  float: right;
  text-align: left;
  }

.landing-page-form h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  margin: 0;
  max-width: 350px;
  text-align: center;
  }

.landing-page-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  max-width: 650px;
  background-color: #c0bbb7;
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: -5px;
  padding: 20px;
  box-sizing: border-box;
  }

.landing-page-form form p {
  margin: 0;
  width: 100%;
  }

.landing-page-form form .left-wrap, .landing-page-form form .right-wrap {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  }

.landing-page-form form input, .landing-page-form form textarea, .landing-page-form form button, .landing-page-form form select {
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  padding: 5px;
  border: none;
  border-radius: 5px;
  }

.landing-page-form form textarea {
  height: 85px;
  }

.landing-page-form form .right-wrap p:nth-child(3) .wpcf7-form-control-wrap {
  display: block;
  height: 85px;
  }

.landing-page-form form .wpcf7-submit {
  background-color: #208bbc;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  }

.landing-page-form form .wpcf7-submit:hover {
  background-color: #0f597b;
  }

.landing-page-form form .wpcf7-spinner {
  display: none;
  }

.landing-page .content.mobile-slide {
  display: none; 
  }

.landing-page .middle-block .content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  }

.landing-page .heading-wrap {
  margin-bottom: 150px;
  }

.landing-page .middle-block .content h2 {
  text-align: center;
  font-size: 45px;
  margin: 0 auto;
  }

.landing-page .middle-block .content h3 {
  text-align: center;
  margin: 10px auto;
  font-size: 30px;
  color: #208bbc;
  font-weight: 500;
  }

.landing-page .middle-block .content .item-wrap {
  display: flex;
  gap: 20px;
  }

.landing-page .middle-block .content .item.text {
  flex: 60%;
  }

.landing-page .middle-block .content .item-wrap h3 {
  margin: 0 auto 20px;
  font-size: 30px;
  text-align: left;
  color: #373737;
  font-weight: 700;
  }

.landing-page .middle-block .content .item-wrap p {
  font-size: 24px;
  }

.landing-page .middle-block.second {
  background-color: #208bbc;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 300px 0;
  position: relative;
  }

.landing-page .middle-block.second.nobg {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  margin: 200px 0;
  }

.landing-page .middle-block.second.nobg .item,
.landing-page .middle-block.second.nobg .content .item-wrap h3,
.landing-page .middle-block.second.nobg .item.doctor {
  color: #373737 !important;
  }

.landing-page .middle-block.second .content {
  max-width: 1000px;
  }

.landing-page .middle-block.second .item {
  color: #fff;
  margin: 0 0 0 auto;
  max-width: 550px;
  }

.landing-page .middle-block.second .item.doctor {
  position: absolute;
  top: -85px;
  margin-left: 0;
  width: 318px;
  color: #373737;
  font-size: 18px !important;
  }

.landing-page .middle-block.second .item.doctor img {
  margin: 0;
  }

.landing-page .middle-block.second .content .item-wrap h3 {
  color: #fff;
  margin: 20px auto;
  }

.landing-page .middle-block.third {
  margin-bottom: 80px;
  }

.landing-page .middle-block.third .content .item-wrap {
  align-items: center;
  }

.landing-page .middle-block.third .content .item-wrap .item.text {
  max-width: 810px;
  margin: 0 auto 0 0;
  }

.landing-page .middle-block.third .content .item-wrap .item.list h4 {
  font-size: 22px;
  text-align: center;
  font-style: italic;
  margin-top: 0;
  }

.landing-page .middle-block.third .content .item-wrap .item.list ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  }

.landing-page .middle-block.third .content .item-wrap .item.list ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #63452d;
  color: #fff;
  padding: 15px;
  border-radius: 30px;
  filter: drop-shadow(2px 4px 0px #b2b2b4);
  }
  
.landing-page .middle-block.forth {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  padding: 5px 15px;
  background-color: #208bbc;
}

.landing-page .middle-block.forth h3 {
  color: #ffffff;
  font-size: 40px;
}

.landing-page .middle-block.forth a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 20px;
  background-color: #0f405a;
  border-radius: 5px;
  border: 3px solid #0f405a;
  text-align: center;
}
  
.landing-page .middle-block.forth a:hover {
  background-color: #fff;
  color: #0f405a;
}

.page-id-14918 .inner-pages {
  padding-bottom: 0;
}

 .greviews {display: none;}
 
 .rabutton {
        position: fixed;
        text-align: center;
        left: 0;
        right: 0;
	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;
	font-weight: 700;
	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;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

.landing-page-form #appointment-date, .landing-page-form #dob {
  display: flex;
  align-items: center;
  }

.landing-page-form input#appointment-date:before,
.landing-page-form input#dob:before {
  content: attr(placeholder);
  width: 100%;
  }

::placeholder {
  color: #000 !important;
  }

.page-id-19083 .page-header {
  display: none;
  }

.landing-page.leap-page .heading-wrap {
  margin: 50px auto;
  }

.landing-page.leap-page .landing-page-form h2 {
  max-width: 430px;
  }

.landing-page.leap-page .landing-page-form form textarea {
  height: 124px;
  }

.landing-page.leap-page .landing-page-form {
  float: none;
  margin-top: -50px;
  margin-bottom: 50px;
  margin-left: 15px;
  }

.landing-page.leap-page .images-wrap a {
  display: flex;
  transition: 0.3s all;
  }

.landing-page.leap-page .images-wrap a:hover {
  transform: scale(1.05);
  }

.landing-page.leap-page .middle-block.second.no-bg {
  background: no-repeat;
  border: none;
  margin: 100px 0;
  }

.landing-page.leap-page .middle-block .content .item-wrap {
  align-items: center;
  }

.landing-page.leap-page .middle-block.second .item {
  color: #000000;
  max-width: 600px;
  position: relative;
  top: auto;
  }

.landing-page.leap-page .middle-block.second .content .item-wrap h3 {
  color: #000000;
  }

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

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

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

@media only screen and (max-width: 1625px) {
  .top-right {
    padding: 0 10px;
  }

  .top-location {
    font-size: 25px;
  }

}

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

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

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

  .topmenu ul li {
    padding: 0px 10px;
  }

  .topmenu ul li.menu-item-has-children:after {
    margin: 0;
  }

}

@media only screen and (max-width: 1370px) {
  /*Nav*/
  .topmenu ul li.menu-item-has-children:after {
    display: none;
  }

  .inner-logo {
    width: 385px;
  }

  /*Slider block */

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

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

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

  .maintext-block-serv ul li:before {
    top: 2px;
  }

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

  .maintext-block h3 {
    font-size: 18px;
  }
	
  .services-item a div {
    font-size: 20px;
  }
	
  .locations-block {
    display: block;
    background: #dff4fe;
  }

  .loc-box {
    padding-bottom: 20px;
  }
}

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

  .topmenu ul li {
    padding: 0px 8px;
  }

  .phonenumber a {
    font-size: 26px;
  }

  .phonenumber {
    text-align: center;
  }

  .topsda a {
    font-size: 18px;
  }

  .topc { 
    font-size: 18px;
  }

}

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

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

  #address {
    width: 100%;
  }

  #week {
    margin: 20px 0 0;
  }

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

@media only screen and (max-width: 1150px) {
  /*Navbar*/
  .topmenu ul li a,
  span.nav-header,
  span.separator {
    font-size: 15px;
  }

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

  .top-phone {
    margin: 0;
  }

  .maintext-block-wrapper {
    position: relative;
    left: unset;
    top: 0;
    width: 100%;
    margin: 0 auto;
  }

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

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

  /*Footer */
  .logo-footer {
    max-width: 330px;
  }
  
body .accessib-block {
    top: 55% !important;
	}

/* Landing page */
.landing-page .top-block .content h3 {
  font-size: 24px;
  max-width: 100%;
  text-align: center;
  }

.landing-page .top-block.short .content h3 {
  max-width: 100%;
  text-align: center;
  }

.landing-page .top-block .content {
  justify-content: center;
  gap: 30px;
  }

.landing-page-form h2 {
  font-size: 20px;
  max-width: 290px;
  }

.landing-page-form form {
  max-width: 625px;
  }

.landing-page .middle-block .content h2 {
  font-size: 32px;
  }

.landing-page .middle-block .content h3 {
  font-size: 24px;
  }

.landing-page .heading-wrap {
  margin-bottom: 50px;
  }

.landing-page .middle-block .content .item-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

.landing-page .middle-block .content .item.text {
  flex: 100%;
  }

.landing-page .middle-block.second .content {
  max-width: 100%;
  }

.landing-page .middle-block .content .item-wrap h3 {
  font-size: 24px;
  }

.landing-page .middle-block .content .item-wrap p {
  font-size: 20px;
  }

.landing-page .middle-block.second,
.landing-page .middle-block.second.nobg {
  margin: 50px 0;
  }

.landing-page .middle-block.second .item.doctor {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
  }

.landing-page .middle-block.second .item.doctor {
  color: #ffffff;
  }

.landing-page .middle-block.second .item {
  margin: 0 auto;
  max-width: 100%;
  }

.landing-page .middle-block.third .content .item-wrap .item.text {
  max-width: 100%;
  margin: 0 auto;
  }

/* .landing-page.leap-page .heading-wrap {
  margin: 50px auto;
  } */

.landing-page.leap-page .landing-page-form {
  margin: 50px auto;
  text-align: center;
  display: block;
  max-width: 600px;
  }

.landing-page.leap-page .middle-block.second.no-bg {
  margin: 50px 0;
  }
}

@media only screen and (max-width: 1080px) {
	
  .top-right {
    max-width: 270px;
  }

  .topmenu ul li {
    padding: 0 4px;
  }

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

  .topmenu ul {
    margin: 0 5px;
  }

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

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

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

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

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

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

  /* Services block*/
  .services-block .textwidget {
    flex-wrap: wrap;
  }

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

  .services-item.item1 {
    background-size: 100% auto;
  }

  .services-item.item2 {
    background-size: 100% auto;
  }

  .services-item.item3 {
    background-size: 100% auto;
  }

  .services-item.item4 {
    background-size: 100% auto;
  }

  .services-item.item5 {
    background-size: 100% auto;
  }

  .services-item.item6 {
    background-size: 100% auto;
  }

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

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

  /*Locations block*/
  .loc-box h2 {
    font-size: 28px;
  }

  .loc-box .phone {
    font-size: 21px;
  }

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

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

  .phonenumber a {
    font-size: 22px;
  }

/*  .topc {
    font-size: 16px;
  }

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

  nav .social-btns {
    float: right;
    padding: 5px 15px 8px 0;
  } */
	
.topc {
  line-height: 8px;
  margin-bottom: 0px;
  font-size: 15px;
  }

.topsda a, .topsda {
  font-size: 15px;
  line-height: 10px;
  }

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

}

@media only screen and (max-width: 1040px) {
	
body.page-template-default.page.page-id-7 .wp-block-columns {
    display: flex !important;
    margin-bottom: 1.75em !important;
    flex-wrap: wrap !important;
	}
	
body.page-template-default.page.page-id-7 .wp-block-column {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0!important;
	}
	
body.page-template-default.page.page-id-7 .wp-block-column:nth-child(3) {
	margin-left: 0 !important;
	}
}

@media only screen and (max-width: 1000px) {
.input-wrap-5-el {
    width: 33%;
	}
}

@media only screen and (max-width: 975px) {
  .maintext-block-serv h1 {
    margin: 0px 0 5px 0;
  }

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

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

@media only screen and (max-width: 950px) {
	
.input-wrap-3-el {
    width: 49%;
	}	
	
.input-wrap-4-el {
    width: 49%;
	}
	
.input-wrap-5-el {
    width: 49%;
	}
	
  .top-phone {
    line-height: unset;
  }

  .topc {
    margin: 5px 0 5px 0;
  }

  .topsda {
    margin: 0 0 5px;
  }

  .topc.ra {
    display: block;
  }

  .topc.ra .red {
    padding: 5px 10px 8px;
  }
  
  .btn.btn-primary.blue {
	padding: 5px 10px 8px;
    margin: 5px 0 0 0;
    width: 220px;
  }

  .topc.ra a {
    font-size: 15px;
  }

  .social-btns .red {
    display: none;
  }

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

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

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

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

  .maintext-block-serv {
    margin: 0 auto 47px;
    display: block;
    float: none;
    max-width: 295px;
  }

  .slider-block {
    /*background: url(../images/topbg-mob.jpg) no-repeat center;*/
    background-size: cover;
  }
  
  .content.bottomslider {
    background: rgba(0, 0, 0, 0.7);
  }

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

  .topmenu.active {
    top: 0;
  }

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

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

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

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

  .topmenu ul 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 ul li ul li:last-child {
    border-bottom: unset;
  }

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

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

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

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

  nav .content {
    display: flex;
  }

  .top-phone {
    margin: 0 8px 0;
    padding: 0;
  }

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

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

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

  table.pe td {
    display: block;
  }

  table.pe ul {
    margin: 0;
  }
	
.topc.ra {
  display: block;
  margin: 10px auto;
  }

.topsda {
  margin: 5px 0 5px;
  }
	
 /*Doctors block*/
  .doctors-box h2 {
    font-size: 28px;
	margin: 0 auto;
  }

  .doctors-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .doctors-box .doctor {
    padding: 20px;
    flex-basis: 280px;
  }

  .doctor a {
    font-size: 17px;
  }
	
  .doctor .btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
  }

/* Location Block */
.loc-box, .locations-block .textwidget {
    flex-wrap: wrap;
	}
	
 .locations-block {
    display: block;
    flex: auto;
  }

  .loc-box {
    flex: none;
    padding: 25px;
    background: #dff4fe;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
  }

  .loc-info {
    flex: none;
    padding: 0;
    background: #dff4ff;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }

  .mapwrap {
    padding: 0;
    margin: 30px 0 0 0;
    background: #f1f9fb;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    height: 200px;
  }
	
.mapwrap iframe {
	height: 200px;
	}

  .loc-box .shedule {
    margin: 15px auto 0;
    text-align: left;
  }
	
.table-row.dummy {
	display: none;
	}

/* Landing page */
.landing-page .top-block .content h3 {
  font-size: 22px;
  }

.landing-page .slider-block-inner {
  max-height: unset;
  }

.landing-page .slider-block-inner .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  }
  
.greviews {
	display: block;
	}
  
.iuBYbv {
    background-color: rgb(255 255 255) !important;
	}

.landing-page .slider-block-inner .maintext-block-serv-wrapper {
  top: 0;
  }

.landing-page .slider-block-inner .maintext-block-serv-wrapper .maintext-block-serv {
  display: none;
  }

.landing-page .content.mobile-slide {
  display: block; 
  }

.landing-page .content.mobile-slide .maintext-block {
  display: none;
  }

.landing-page .content.mobile-slide .maintext-block-serv {
  margin: 50px auto 0;
  }

.landing-page-form {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  /* max-width: 430px; */
  max-width: 360px;
  }

.landing-page-form h2 {
  max-width: 100%;
  }

.landing-page-form form {
  max-width: 100%;
  flex-direction: column;
  gap: 15px;
  }

.landing-page-form form .left-wrap, .landing-page-form form .right-wrap {
  width: 100%;
  }

.landing-page .middle-block .content h2 {
  font-size: 28px;
  }

.landing-page .middle-block .content h3 {
  font-size: 22px;
  }

.landing-page .middle-block .content .item-wrap h3 {
  font-size: 22px;
  text-align: center;
  }

.landing-page .middle-block .content .item-wrap p {
  font-size: 18px;
  text-align: center;
  }

.landing-page .middle-block.forth h3 {
  font-size: 32px;
  }

.landing-page .middle-block.forth a {
  font-size: 20px;
  }
}

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

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

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

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

  /* About block*/
  .about-box {
    padding: 15px;
  }

  .about-box h2 {
    font-size: 28px;
  }

  .about-box h3 {
    font-size: 21px;
  }

  /*Locations block*/
 /*  .locations-block {
    display: block;
    flex: auto;
  }

  .loc-box {
    flex: none;
    padding: 25px;
    background: #dff4fe;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
  }

  .loc-info {
    flex: none;
    padding: 0;
    background: #dff4ff;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }

  .mapwrap {
    padding: 0;
    margin: 30px 0 0 0;
    background: #f1f9fb;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    height: 200px;
  }

  .loc-box .shedule {
    margin: 15px auto 0;
    text-align: left;
  } */

  /*Blogs block*/
  .blogs-block {
    background: url(images/blogs-bg-mob.jpg) no-repeat center;
    background-size: cover;
  }

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

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

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

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

  /*Footer*/
  footer .content {
    text-align: left;
  }

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

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

  footer h4 {
    font-size: 14px;
  }

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

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

  .bottom-loc-block {
    font-size: 14px;
    line-height: 18px;
  }

  .scroll-to-top {
    width: 30px;
    bottom: 15px;
    right: 15px;
  }

  /*Inner pages*/
  .inner-pages .page-header h2,
  body.rsform h1,
  body.sitemap h1,
  .latestItemsCategory h2 {
    font-size: 28px;
  }
	
a.btn.form {
	max-width: 270px;
	}
	
a.btn.long {
    max-width: 270px;
	}
	
.wp-block-columns.offices-wrap {
    flex-direction: column;
	}
	
.table-row.dummy-inner {
	display:none;
	}
}

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

  #two {
    width: 100%;
  }
  
.slider-block {
    margin-top: 0;
	}
}

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

    .row{flex-direction: column;}
    .col1{flex-basis: 100%;}
    .col2{flex-basis: 100%;}
}

@media only screen and (max-width: 700px) {
	
.top-right {
	background: -webkit-linear-gradient(#2294c7, #176c99);
    background: -o-linear-gradient(#2294c7, #176c99);
    background: -moz-linear-gradient(#2294c7, #176c99);
    background: linear-gradient(#2294c7, #176c99);
	}
	
.phonenumber {
  margin: 10px 0;
  }
  
 .topc.ra .red {
    padding: 8px 20px;
	}
	
.btn.btn-primary.blue {
	margin: 0;
    width: 113px;
    padding: 8px 20px;
	border: 1px solid #fff;
	}
	
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 .inner-logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 90%;
    margin-top: 0;
    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;
    position: absolute;
    top: 14px;
    display: block;
    right: 2px;
	}

.top-phone {
    text-align: left;
    margin: 0 auto;
	}

  .inner-logo img {
    /*height: 70px;*/
    width: auto;
    max-width: 100%;
	}
  
.hamburger-box {
    margin-top: 5px;
	}
	
.services-item {
    flex-basis: 45.333%;
	}
}

@media only screen and (max-width: 650px) {
body.page-template-default.page.page-id-7 .wp-block-column {
	flex-basis: calc(100% - 1em)!important;align-content}
}

@media only screen and (max-width: 599px) {
    .wp-block-image .alignright {
        float: none;
        margin: 0;
    }

    .iFrame {
        height: 300px !Important;
    }

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

@media only screen and (max-width: 550px) {
  /*Nav*/

  .top-phone {
    order: 2;
  }

  .maintext-block {
    width: 98%;
  }

  .maintext-block h1 {
    font-size: 15px;
    margin-bottom: 5px;
  }

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

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

  /* Services block*/
  .services-block {
    flex-wrap: wrap;
  }

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

  .services-item.item1 {
    background-size: 100% auto;
  }

  .services-item.item2 {
    background-size: 100% auto;
  }

  .services-item.item3 {
    background-size: 100% auto;
  }

  .services-item.item4 {
    background-size: 100% auto;
  }

  .services-item.item5 {
    background-size: 100% auto;
  }

  .services-item.item6 {
    background-size: 100% auto;
  }

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

  .inner-pages .doctor {
    width: 46%;
    font-size: 12px;
  }

  /*Locations block*/
  .loc-box h2 {
    font-size: 23px;
  }

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

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

  .loc-box .shedule {
    font-size: 16px;
  }
  
  /*Blog*/
  
  .blogs-block {
    padding: 50px 21px;
	}
	
.srpw-block ul {
    margin: 10px auto 0;
	}
  
.srpw-block li a {
    font-size: 18px;
	}

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

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

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

  .connect-block .fb-ico {
    background: url(images/fb-ico-s.png) no-repeat 5px center;
  }

  .connect-block .fb-wrap:hover .fb-ico {
    background: url(images/fb-ico-s.png) #176c99 no-repeat 5px center;
  }

  .connect-block .twit-ico {
    background: url(images/twit-ico-s.png) no-repeat 5px center;
  }

  .connect-block .twit-ico:hover {
    background: url(images/twit-ico-s.png) #176c99 no-repeat 5px center;
  }

  .connect-block .goog-ico {
    background: url(images/goog-ico-s.png) no-repeat 5px center;
  }

  .connect-block .goog-ico:hover {
    background: url(images/goog-ico-s.png) #176c99 no-repeat 5px center;
  }

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

@media only screen and (max-width: 430px) {
  .inner-logo {
    width: 205px;
    padding: 15px 10px;
    height: 44px;
  }

  .inner-logo img {
    margin-top: 0px;
    width: auto;
    max-width: 100%;
  }

  nav.inner-nav .content .inner-logo {
    width: 70%;
  }

  nav.inner-nav .content .hamburger {
    top: 13px;
  }

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



@media only screen and (min-width: 600px) {
.inner-pages img.alignleft {
 float:left;
 margin-right:1em
}
.inner-pages img.alignright {
 float:right;
 margin-left:1em
}
.inner-pages img.aligncenter {
 margin-left:auto;
 margin-right:auto
}
}

@media only screen and (max-width: 599px) {
.inner-pages img.alignleft {
 width: 100%;
 height: auto!important;
 margin: 5px auto;
}
.inner-pages img.alignright {
  width: 100%;
   height: auto!important;
 margin: 5px auto;
}
.inner-pages img.aligncenter {
 margin-left:auto;
 margin-right:auto;
  margin-top: 5px;
 margin-bottom: 5px;
}

}


@media only screen and (max-width: 550px) {
.input-wrap-2-el {
    width: 100%;
	}		
	
.input-wrap-3-el {
    width: 100%;
	}	
	
.input-wrap-4-el {
    width: 100%;
	}
	
.input-wrap-5-el {
    width: 100%;
	}
}	
