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

/*Covid-19*/
.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: 20px;
  /*padding: 10px 2% 15px;*/
  padding: 8px 2% 10px;
  width: 96%;
}

.notice .contentCOVID {
  text-align: center;
  margin: 0 auto;
  max-width: 1130px;
}

.contentCOVID {
  width: 95%;
  max-width: 1200px;
}

.notice h2 {
  margin: 0 0 13px 0;
  font-size: 27px;
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

.btn.btn-primary.ra {
  display: none;
}

.online-form {
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  background: #fd9232;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid transparent;
}

.online-form:hover {
  color: #fd9232 !important;
  border: 2px solid #fd9232;
  background: #fff;
}

.online-form-wrap {
  padding: 15px 0;
}

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

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

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

.checked {
  color: #f4ce00;
}

/*Navbar*/
nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: fff;
  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-block;
  vertical-align: middle;
  background-color: #ffffff;
}

.inner-logo img {
  max-width: 90%;
  padding: 10px;
}

.topmenu {
  margin: 0 0 0 auto;
  padding-bottom: 10px;
  background-color: #ffffff;
}

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

.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: 0 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

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

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

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

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

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

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

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

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

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

.top-right {
  background: #f7f7f7;
  align-items: center;
  display: flex;
  padding: 0 15px;
  white-space: nowrap;
}

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

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

.top-location {
  display: inline-block;
  vertical-align: top;
  color: #fd9232;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-left: 5px;
}

nav .social-btns {
  float: right;
  padding: 10px 25px 45px 0;
}

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

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

nav .linkedin:hover img {
  transform: scale(1.1);
}

.social-btn .btn.btn-primary {
  margin: 0 0px 0 10px;
  text-align: center;
  padding: 0;
}

.social-btn .btn.btn-primary a {
  color: #fff;
  padding: 9px 5px;
  display: inline-block;
}

.social-btn .btn.btn-primary :hover,
.social-btn .btn.btn-primary a:hover {
  color: #fd9232;
}

.social-btns .top-phone {
  /*margin: 0 250px 0 auto;*/
  margin: 0px 425px 0 auto;
  display: inline;
  vertical-align: bottom;
}

.social-btns .top-phone a {
  color: #fa7600;
}

.hamburger {
  display: none;
}

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

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

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

.slider-wrap {
  position: relative;
}

.mobile-slide {
  display: none;
}

.slider-mob {
  display: none;
}

.maintext-block-slider-text {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  opacity: 1;
  background: rgba(96, 96, 96, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.maintext-block-serv-wrapper {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  z-index: 11;
}

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

.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 li {
  display: block;
  list-style: none;
  padding: 5px 0 5px 35px;
  position: relative;
}

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

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

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

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

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

/*Services block*/
.services-block {
  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(../images/service1.webp) no-repeat center;
  background-size: auto 100%;
}

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

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

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

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

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

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

.services-item a {
  display: block;
  width: 100%;
  text-align: center;
  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;
}

/* About block*/
.about-block {
  padding: 50px 0;
  background: url(../images/about-bg-desck.webp) 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;
  background: rgba(115, 115, 115, 0.9);
  background: rgba(96, 96, 96, 0.9);
}

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

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

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

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

.about-box p a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

.doctor a {
  font-size: 20px;
  color: #f78016;
  font-weight: bold;
}

.doctors-box .doctor img {
  max-width: 100%;
  height: auto;
  width: auto;
  box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

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

.loc-box {
  display: flex;
  align-items: stretch;
  flex: 1;
  max-width: 1080px;
  margin: 0 auto;
}

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

.loc-box h2 {
  font-weight: 700;
  color: #555555;
  font-size: 44px;
  margin: 0;
}

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

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

.loc-box .shedule {
  margin-top: 15px;
  font-size: 20px;
  color: #856871;
  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;
}

.map {
  flex: 55%;
}

/*Blogs block*/
.blogs-block {
  padding: 50px 0;
  background: url(../images/blogs-bg.webp) 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;
}

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

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

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

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

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

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

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

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

.connect-block h3 {
  font-weight: 400;
  font-size: 36px;
  color: #555555;
  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: #797979;
  height: 26px;
  padding: 3px 15px 3px 35px;
  box-sizing: border-box;
  border: 1px solid #555;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.bot-social-btns a {
  padding: 22px;
  display: inline-block;
}

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

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

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

.bot-linkedin-ico:hover {
  background: url(../images/linkedin-icon.png) no-repeat center #f0f0f0;
}

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

.bot-instagram-ico:hover {
  background: url(../images/instagram-icon.png) no-repeat center #f0f0f0;
}

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

footer .content {
  text-align: center;
}

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

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

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

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

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

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

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

.quick-links-block 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: #333333;
}

.offices-block {
  display: flex;
  color: #333333;
}

.office {
  padding-right: 30px;
}

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

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

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

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

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

.inner-pages img {
  max-width: 100% !important;
  height: auto !important;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

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

.our-staff {
  display: block;
  text-align: center;
}

.staff {
  width: 21%;
  display: inline-block;
  vertical-align: top;
  margin: 1% 2%;
}

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

.our-staff-h2::after {
  content: "";
  height: 5px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -50px;
  background: #f88117;
}

.os {
  width: 223px;
  margin: 0 auto;
}

.gs {
  width: unset;
  /* margin: 0 auto; */
  margin: 15px auto;
  text-align: center;
}

.os img,
.gs img {
  margin: 5px 0 10px;
}

.os strong {
  color: #586064;
}

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

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

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

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

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

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

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

h2.latestItemTitle a {
  color: #555555;
}

#k2Container {
  padding-top: 30px;
}

div.itemToolbar {
  display: none;
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  padding: 10px 20px;
  margin: 0;
}

div.k2LatestCommentsBlock li,
div.k2TopCommentersBlock li,
div.k2ItemsBlock li,
div.k2LoginBlock li,
div.k2ArchivesBlock li,
div.k2AuthorsListBlock li,
div.k2CategoriesListBlock li,
div.k2UsersBlock li {
  margin: 0;
  display: block;
  padding: 8px 0 8px 15px;
}

.clearList {
  display: none !important;
}

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

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

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

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

#week {
  float: left;
  width: 105px;
  margin: 20px 0 20px;
}

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

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

#offices.images {
  margin: 15px 0;
  text-align: center;
  /* box-shadow: 0px 1px 5px 0px #4a4a4a; */
}

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

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

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

p#rsfp-counter-26 {
  display: none;
}

.formTableLayout {
  margin: 0 auto;
}

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

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

.activeFeedbackField {
  display: inline-block;
  position: relative;
  width: 0;
  overflow: hidden;
}

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

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

/*Testimonials*/

.testimonial-container {
  border: 2px solid #eee;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

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

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

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

.checked {
  color: #f4ce00;
}

.services {
  float: right;
  margin-top: 10px;
  width: 100%;
  max-width: 400px;
}

img.pdf {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

/* Members block*/

.members {
  text-align: center;
  margin: 5px 0 10px;
}

.members img {
  margin: 10px 15px;
  vertical-align: top;
}

.members_right_last_img {
  margin-top: -10px !important;
}

.members.left {
  margin-right: 155px;
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
}

.members.right {
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
}

.members_p {
  text-align: center;
  font-size: 25px;
  color: #555555;
  font-weight: bold;
}

.bottom-loc-block.bbb a {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-loc-block.bbb img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

/*Joomla content*/

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

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

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

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

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

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

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

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

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

div.genericItemReadMore {
  display: none !important;
}

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

@media only screen and (max-width: 1810px) {
  .social-btns .top-phone {
    /*margin: 0 185px 0 auto;*/
    margin: 0px 425px 0 auto;
  }
}

@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: 26px;
  }

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

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

  .services-item {
    flex: 33.333%;
    height: 170px;
    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 {
    height: 270px;
    padding: 15px;
  }
}

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

  .top-right {
    padding: 0 10px;
  }

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

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

  .inner-logo {
    max-width: 335px;
    padding: 10px 0px 0px 5px;
  }

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

  .social-btns .top-phone {
    /*margin: 0 180px 0 auto;*/
    margin: 0px 378px 0 auto;
  }

  nav .social-btns {
    padding: 10px 25px 25px 0;
  }

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

@media only screen and (max-width: 1560px) {
  .inner-logo {
    padding: 15px 0px 0px 5px;
  }

  .social-btns .top-phone {
    /*margin: 0 110px 0 auto;*/
    margin: 0px 270px 0 auto;
  }

  .top-right {
    flex-direction: column;
    align-items: center;
  }

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

  .topmenu li {
    padding: 0px 11px;
    margin: 5px 0 5px 0;
  }

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

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

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

@media only screen and (max-width: 1500px) {
  .social-btns .top-phone {
    margin: 0px 254px 0 auto;
  }

  .topmenu li {
    padding: 0px 9px;
  }

  .top-phone a {
    font-size: 26px;
  }

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

@media only screen and (max-width: 1450px) {
  .social-btns .top-phone {
    margin: 0px 205px 0 auto;
  }

  .topmenu li {
    padding: 0px 9px;
  }

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

  .top-phone a {
    font-size: 24px;
  }

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

@media only screen and (max-width: 1370px) {
  /*Nav*/
  .inner-logo {
    width: 185px;
    padding: 10px;
  }

  .inner-logo img {
    padding: 0px;
    width: 90%;
  }

  .topmenu li {
    padding: 0 8px;
  }

  nav .social-btns {
    padding: 5px 20px 5px 0;
  }

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

  .social-btns .top-phone {
    margin: 0px 209px 0 auto;
  }

  .top-phone {
    padding: 35px 0 0 0;
    line-height: 25px;
    margin-right: 0;
  }

  .top-phone a {
    font-size: 22px;
  }

  .top-location {
    font-size: 18px;
    line-height: 28px;
  }

  /*Slider block */

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

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

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

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

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

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

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

  /* Members block*/

  .members.left {
    display: block;
    margin: 0 auto;
  }

  .members.right {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1250px) {
  /*Slider block */

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

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

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

@media only screen and (max-width: 1215px) {
  .social-btns .top-phone {
    /*margin: 0px 40px 0 auto;*/
    margin: 0px 207px 0 auto;
  }

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

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

  .top-phone a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1150px) {
  .social-btns .top-phone {
    /*margin: 0 25px 0 auto;*/
    margin: 0 176px 0 auto;
  }

  /*Navbar*/
  .topmenu li a,
  span.nav-header,
  span.separator {
    font-size: 14px;
  }

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

  .top-phone {
    margin: 0;
  }

  .locations-block {
    display: block;
    background-color: #f7f7f7;
  }

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

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

  .doctors-box .doctor {
    max-width: 40%;
  }

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

@media only screen and (max-width: 1125px) {
  .social-btns .top-phone {
    /*margin: 0 5px 0 auto;*/
    margin: 0 205px 0 auto;
  }

  .social-btn .btn.btn-primary a {
    font-size: 15px;
  }

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

@media only screen and (max-width: 1080px) {
  .notice {
    font-size: 15px;
  }

  .notice h2 {
    font-size: 21px;
  }

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

  .social-btns .top-phone {
    display: none;
  }

  .top-right {
    max-width: 270px;
  }

  .topmenu li {
    padding: 0 4px;
  }

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

  .topmenu ul {
    margin: 0 5px;
  }

  .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 h1 {
    font-size: 20px;
  }

  .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;
    background-color: #f7f7f7;
  }

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

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

  /* .slider-desk {
    display: none;
    }   */

  /* .slider-mob {
    display: block;
    }  */

  /*Services block*/
  .services-item {
    height: 270px;
    padding: 15px;
  }

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

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

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

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

  /*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 li {
    display: block;
    padding: 5px;
  }

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

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

  .topmenu li ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background: transparent;
    max-height: 3000px;
    overflow-y: visible;
    padding: 5px 0 0 0;
    box-shadow: unset;
  }

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

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

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

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

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

  nav .content {
    display: flex;
  }

  .top-phone {
    margin: 30px 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: 15px;
  }

  table.pe td {
    display: block;
  }

  table.pe ul {
    margin: 0;
  }

  .linkedin {
    display: inline;
    vertical-align: middle;
  }

  .hamburger--slider.is-active .hamburger-inner {
    position: fixed;
    top: 25px;
  }

  /*sidebar*/

  .divContent {
    flex: 0 0 70%;
  }

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

@media only screen and (max-width: 1030px) {
  .staff {
    width: 45% !important;
  }
}

@media only screen and (max-width: 975px) {
  .inner-logo img {
    width: 76%;
  }

  .top-phone a {
    font-size: 24px;
    margin: 35px 1px 0;
  }

  .top-location {
    font-size: 18px;
    padding: 0 0 0 5px;
  }

  .office-img img {
    width: 48% !important;
  }
}

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

  .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;
    background-color: #f7f7f7;
  }

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

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

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

  /*Doctors block*/
  .doctors-box h2 {
    font-size: 28px;
  }

  .doctors-box .doctor {
    padding: 20px;
    max-width: 350px;
  }

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

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

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

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

  .map {
    padding: 30px 0 0 0;
    background: #f7f7f7;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
  }

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

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

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

  .blogs-list 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 li ul {
    margin: 3px 0 0 5px;
  }

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

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

  .bottom-loc-block.bbb a {
    height: 210px;
  }

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

  .our-staff-h2 {
    font-size: 28px;
  }

  /*sidebar*/

  .divContent {
    flex: 0 0 70%;
  }

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

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

  #two {
    width: 100%;
  }

  #map iframe {
    height: 450px !important;
  }
}

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

  .uk-width-1-3 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 700px) {
  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: 12px 0px 9px;
    width: 100%;
    text-align: center;
  }

  .btn.btn-primary.ra {
    display: block;
    max-width: 185px;
    margin: 10px auto 5px;
    padding: 5px;
  }

  .btn.btn-primary.ra a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
  }

  .inner-logo img {
    height: 70px;
    width: auto;
    max-width: 100%;
  }

  .services {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }

  .hamburger--slider.is-active .hamburger-inner {
    position: fixed;
    top: 25px;
  }
}

@media only screen and (max-width: 690px) {
  .bottom-loc-block.bbb {
    padding: 5px 0 30px 0px;
    width: 100%;
  }

  .bottom-loc-block.bbb a {
    height: 60px;
  }
}

@media only screen and (max-width: 630px) {
  .staff {
    width: 98% !important;
  }

  .os {
    width: 50%;
    margin: 5px auto;
  }
}

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

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

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

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

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

  .top-phone {
    order: 2;
  }

  .maintext-block {
    width: 98%;
  }

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

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

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

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

  .services-item {
    flex: 100%;
    height: 220px;
    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;
  }

  /*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.png) no-repeat 5px center;
  }

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

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

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

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

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

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

@media only screen and (max-width: 550px) {
  .maintext-block-slider-text {
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    opacity: 1;
    background: rgb(0 0 0 / 81%);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .topmenu.active .social-btns .social-btn:last-child {
    width: 100%;
    margin: 10px;
  }

  .members_p {
    font-size: 20px;
  }

  .social-btn .btn.btn-primary {
    margin: 0 0px 0 -6px;
  }
}

@media only screen and (max-width: 430px) {
  .about-block {
    background: url(../images/about-bg.webp) no-repeat center;
    background-size: cover;
  }
  .inner-logo {
    width: 205px;
    padding: 15px 10px;
    height: 44px;
  }

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

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

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

  .top-phone {
    margin: 9px 0px 6px;
  }

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

  .inner-pages .doctor {
    float: none;
    width: 90%;
    margin: 0 auto;
  }

  .os {
    width: 90%;
  }

  .members.right img:last-child {
    margin-top: 10px;
  }

  .members img {
    display: block;
    margin: 20px auto;
  }

  .bottom-loc-block {
    padding: 30px 0 30px 0px;
  }
}
