@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Bold.ttf) format("truetype");
}
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Lato, "Lato", Arial, Helvetica, 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;
}
img {max-width: 100%; height: auto;}

form {
  padding: 0;
  margin: 0;
}

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

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

.btn {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-primary {
  background: #18b1a8;
  color: #fff;
  border-color: #18b1a8;
}

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

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

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

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

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

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

/*Navbar*/

/*Top Buttons*/
.top-buttons.tp {
  display: none;
}

.top-buttons.soc {
  display: inline-block;
  vertical-align: middle;
}

.top-button {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  background: #fff04b;
  border: 2px solid #fff04b;
  border-radius: 7px;
  padding: 10px 10px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.top-button:hover {
  color: #fff04b !important;
  background: transparent;
  border: 2px solid #fff04b;
}

.top-button.pay {
  color: #fff !important;
  background: #cf1919;
  border: 2px solid #cf1919;
}

.top-button.pay:hover {
  color: #cf1919 !important;
  background: transparent;
  border: 2px solid #cf1919;
}

/*Style for button*/
.translate {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

#google_translate_element2 select.notranslate,
select.notranslate {
  border-radius: 7px !important;
  padding: 11px 2px 11px 10px !important;
  text-transform: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  background: #5e0f30;
  font-family: Lato, "Lato", Arial, Helvetica, sans-serif;
  border: none;
}

/*Navbar*/
nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #385399;
  transition: all 0.3s;
}

#homepage nav {
  position: absolute;
}

#homepage nav.slide {
  position: relative;
}

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

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

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

.inner-logo {
  padding: 5px 10px 5px 0;
  display: flex;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.topmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: unset;
  display: block;
  background: #283d72;
  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: #4b6cc3;
}

.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 #18b1a8 solid;
}

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

.top-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin: 0 0 0 5px;
  text-align: center;
}

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

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

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

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

nav .social-btn img {
  background: #fff;
  border-radius: 50%;
}

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;
}
.rhaN {
  display: none;
}
/* Slider block*/
/* .slider-block .nivo-slider-wrapper {
  min-height: 198px;
} */
@media only screen and (max-width: 767px) {
  .slider-holder {
    background: url(../images/slider-bg-xs.webp) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .slider-holder {
    background: url(/images/system/blankSlide.webp) no-repeat center center;
    background-size: cover;
  }
}
/* @media only screen and (min-width: 412px) {
  .slider-block {
    min-height: 515px;
  }
  .slider-block .nivo-slider-wrapper {
    min-height: 198px;
  }
  .slider-block .nivo-caption {
    min-height: 82px;
  }
}
@media only screen and (min-width: 430px) {
  .slider-block {
    min-height: 521px;
  }
  .slider-block .nivo-slider-wrapper {
    min-height: 204px;
  }
  .slider-block .nivo-caption {
    min-height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-block {
    min-height: 570px;
  }
  .slider-block .nivo-slider-wrapper {
    min-height: 248px;
  }
  .slider-block .nivo-caption {
    min-height: 54px;
  }
}
@media only screen and (min-width: 961px) {
  .slider-block {
    min-height: 311px;
  }
}
@media only screen and (min-width: 1013px) {
  .slider-block {
    min-height: 327px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-block {
    min-height: 388px;
  }
}
@media only screen and (min-width: 1350px) {
  .slider-block {
    min-height: 436px;
  }
}
@media only screen and (min-width: 1360px) {
  .slider-block {
    min-height: 440px;
  }
}
@media only screen and (min-width: 1420px) {
  .slider-block {
    min-height: 459px;
  }
}
@media only screen and (min-width: 1520px) {
  .slider-block {
    min-height: 491px;
  }
}
@media only screen and (min-width: 1920px) {
  .slider-block {
    min-height: 621px;
  }
} */
.slider-block .content {
  text-align: center;
}

.mobile-slide {
  display: none;
}

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

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

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

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

.maintext-block-serv h2 {
  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 p {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  padding: 15px 0 5px;
  margin: 0;
  font-family: "Cabin", sans-serif;
}

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

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

.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:hover::after {
  display: none;
}

.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;
  z-index: 2;
}

.services-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgb(118 197 213 / 30%) 15%,
    rgba(0, 0, 0, 0) 60%
  );
}

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

.about-block {
  padding: 50px 0;
  text-align: center;
  background-image: linear-gradient(
      to bottom,
      rgb(56 83 153 / 85%),
      rgb(56 83 153 / 85%)
    ),
    url(../images/about-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.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: #18b1a8;
  font-size: 30px;
  text-align: center;
  margin: 15px auto;
}

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

.about-btns-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.about-btn {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 7px;
}

.about-btn.one {
  color: #00234b !important;
  background-color: #fff04b;
  border: 2px solid #fff04b;
}

.about-btn.one:hover {
  color: #fff04b !important;
  background-color: transparent;
  border: 2px solid #fff04b;
}

.about-btn.two {
  color: #fff !important;
  background-color: #02a90e;
  border: 2px solid #02a90e;
}

.about-btn.two:hover {
  color: #02a90e !important;
  background-color: transparent;
  border: 2px solid #02a90e;
}

iframe.video {
  margin: 20px 10px 10px;
}

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

.doctors-block .content {
  text-align: center;
  max-width: 100%;
}

.doctors-box {
  max-width: 1350px;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 25px;
}

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

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

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

.doctor a {
  font-size: 16px;
  color: #18b1a8;
  font-weight: bold;
}

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

.db-zd-btn-wrap {
  margin: 17px auto 0;
}

.db-zd-btn {
  color: #00234b !important;
  background: #fff04b;
  border: 2px solid #fff04b;
  padding: 5px 10px;
  border: 2px solid #fff04b;
  border-radius: 3px;
}

.db-zd-btn:hover {
  color: #00234b !important;
  border: 2px solid #00234b;
  background-color: transparent;
}

/* Seals block */

.seals-block {
  background: #1b316e;
}

.seals-block .content {
  max-width: 1600px;
}

.seals-block .seals {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.seal-item {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seal-item img {
  width: 90%;
  object-fit: contain;
}

.seal-item p {
  color: #fff;
  text-align: center;
}

.seal-item a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

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

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

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

.loc-box h2 {
  font-weight: 700;
  color: #18b1a8;
  font-size: 24px;
  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: #18b1a8;
  font-weight: 500;
}

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

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

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

.map {
  flex: 55%;
}

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

.blogs-block {
  padding: 50px 0;
  text-align: center;
  background-image: linear-gradient(
      to bottom,
      rgb(56 83 153 / 85%),
      rgb(56 83 153 / 85%)
    ),
    url(../images/blogs-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.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: #18b1a8;
  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: #074075;
  height: 26px;
  padding: 3px 15px 3px 35px;
  box-sizing: border-box;
  border: 1px solid #18b1a8;
  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: top;
  width: 97px;
  white-space: nowrap;
  padding: 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) #18b1a8 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) #18b1a8 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) #18b1a8 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 #18b1a8;
  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 #18b1a8;
}

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

/*Footer*/
footer {
  background: #121b32;
}

footer .content {
  text-align: center;
}

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

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

footer h4 {
  font-size: 18px;
  font-weight: 400;
  color: #18b1a8;
  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: #d1d1d0;
  font-size: 18px;
}

.quick-links-block li a,
.quick-links-block li.a {
  color: #d1d1d0;
  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: #fff;
}

.offices-block {
  display: flex;
}

.office {
  padding-right: 30px;
}

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

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

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

@media screen and (min-width: 800px) {
  .faq-block .moduletable {
    width: 60%;
    margin: 0 auto;
  }
  .faq-block h4 {
    margin-top: 0;
    margin-bottom: 54px;
    font-size: 40px;
  }

  .maintext-block-serv-wrapper {
    z-index: 9;
  }
}
@media screen and (max-width: 799px) {
  .jeAcc-title {
    font-size: 18px;
    line-height: 18px;
  }
  .jeAcc-content {
    font-size: 16px;
  }
}
/*--- faq-block end ---*/

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

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

.inner-pages a {
  color: #18b1a8;
}

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

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

.docotrs-wrap {
  display: flex;
  justify-content: space-between;
  /* gap: 30px;*/
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.docotrs-wrap .item {
  /* width: calc(50% - 30px); */
  width: 100%;
  clear: both;
}

/*Video Inner Pages*/
.ipvs-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.ipv-wrap p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #385399;
}

/*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: #18b1a8;
}

h2.latestItemTitle a {
  color: #18b1a8;
}

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

#k2Container {
  padding-top: 40px;
}

div.itemToolbar {
  display: none;
}

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

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: 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: 23px;
  text-align: center;
}

#offices.images img {
  /* margin: 5px; */
  max-width: 100;
  height: auto;
}

#map {
  margin: 20px 0;
  float: left;
  width: 100%;
}

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

body.rsform h1,
body.sitemap h1 {
  font-size: 44px;
  color: #586064;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0 20px 0;
}

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

.formTableLayout {
  margin: 0 auto;
}

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

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

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

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

/*Joomla content*/

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

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

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

/*YT videos*/

.yt-allout-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.yt-outter-wrap {
  text-align: center;
  color: #18b1a8;
  display: flex;
  justify-content: center;
}

/* body.docs .content.h {
  	max-width: 950px;
	} */

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

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

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

  /*Locations Block*/

  .locations-block {
    display: block;
  }

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

  /* 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: 24px;
    line-height: 36px;
  }

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1480px) {
  .maintext-block-serv li {
    padding: 3px 0 3px 35px;
  }

  .doctors-box {
    max-width: 850px;
  }
}

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

  .topmenu li {
    padding: 0 8px;
  }

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

  .top-button {
    font-size: 16px;
  }

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

  .top-phone {
    padding: 0;
    margin-right: 0;
  }

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

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

  /*Slider block */

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

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

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

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

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

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

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

@media only screen and (max-width: 1320px) {
  .top-right {
    float: none;
    text-align: left;
    margin: 0 0 0 auto;
  }

  .top-buttons.soc {
    margin-left: 0;
  }

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

  .top-location {
    margin: 0 0 0 5px;
  }
  /*
.slider-block {
	/*background: url(../images/topbg-mob.jpg) no-repeat center;*/
  /*background-size: cover;
	background: #f8f8f8;
	}
*/
  /*Navbar*/
  .hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 17px;
  }

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

  .topmenu.active {
    top: 0;
    background: #385399;
  }

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

  nav .content {
    display: flex;
  }

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

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

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

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

  .top-phone a {
    font-size: 22px;
  }
  /*
nav .social-btns {
	float: right;
	padding: 10px 15px 15px 0;
	}
*/
  .maintext-block-serv-wrapper {
    top: 140px;
  }

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

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

  #address {
    width: 100%;
  }

  #week {
    margin: 20px 0 0;
  }

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

  #map iframe {
    height: 575px;
  }
}

@media only screen and (max-width: 1200px) {
  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }
}

@media only screen and (max-width: 1150px) {
  /*Navbar*/
  .topmenu li a,
  span.nav-header,
  span.separator {
    font-size: 15px;
  }
  /*
.top-right {
	text-align: right;
	}
*/
  .top-phone {
    margin: 0;
  }

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

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

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

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

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

@media only screen and (max-width: 1080px) {
  /*
.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;
  }

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

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

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

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

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

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

  /*sidebar*/

  .divContent {
    flex: 0 0 70%;
  }

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

nav.slide {
  position: fixed;
}
@media only screen and (max-width: 1000px) {
  .docotrs-wrap {
    display: block;
  }

  .docotrs-wrap .item {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
}

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

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

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

  .maintext-block-serv h2 {
    margin: 0px 0 5px 0;
  }
  /*	
.maintext-block-serv-wrapper {
	top: 110px;
	}	
*/
  .maintext-block-serv {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  .maintext-block-serv h2 {
    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;
  }

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

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

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

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

  #map iframe {
    height: 547px;
  }
}

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

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

  /* 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: #f8f8f8;
    display: block;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
  }

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

  .map {
    padding: 30px 0 0 0;
    background: #f8f8f8;
    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-mob.jpg) no-repeat center;
	background-size: cover;
	}
*/

  .blogs-block {
    background-image: linear-gradient(
        to bottom,
        rgb(56 83 153 / 85%),
        rgb(56 83 153 / 85%)
      ),
      url(../images/blogs-bg-mob.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

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

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

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

  /*Footer*/

  footer {
    padding-bottom: 80px;
  }

  footer .content {
    text-align: left;
  }

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

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

  footer h4 {
    font-size: 14px;
  }

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

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

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

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

  /*Inner pages*/
  .inner-pages .page-header h2,
  body.rsform h1,
  body.sitemap h1,
  .latestItemsCategory h2 {
    font-size: 28px;
  }

  /*sidebar*/

  .divContent {
    flex: 0 0 70%;
  }

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

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

  #two {
    width: 100%;
  }

  #map iframe {
    height: 450px;
  }

  .maintext-block-serv-wrapper {
    z-index: 9;
  }
}

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

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

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

@media only screen and (max-width: 725px) {
  .top-location {
    font-size: 14px;
    line-height: 30px;
  }

  .translate {
    display: none;
  }

  .top-buttons.tp .translate {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
  }

  #google_translate_element2 select.notranslate,
  select.notranslate {
    padding: 9px 2px 10px 10px !important;
  }

  .top-buttons.soc {
    display: none;
  }

  .top-buttons.tp {
    display: flex;
    margin: 10px auto 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .top-button {
    font-size: 16px !important;
    padding: 8px 10px;
    line-height: 20px !important;
    margin-right: 0;
  }

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

  .top-phone a {
    line-height: 30px;
  }

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

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

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

  nav.inner-nav .content .inner-logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 80%;
    margin-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;
    display: block;
    right: 2px;
  }

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

@media only screen and (max-width: 650px) {
  iframe.video {
    width: 100% !important;
    height: 200px !important;
    margin: 20px 0 15px;
  }
}

@media only screen and (max-width: 630px) {
  .yt-outter-wrap {
    display: block;
    width: 100%;
  }

  .yt-inner-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

  .yt-inner-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .ipv-wrap {
    width: 100%;
  }

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

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

@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 p {
    font-size: 15px;
    margin-bottom: 1px;
  }

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

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

  .nivo-caption {
    position: relative;
  }

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

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

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

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

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

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

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

  /* seals block */
  .seal-item {
    width: 100%;
  }
  .seal-item img {
    width: 100%;
  }

  /*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) #18b1a8 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) #18b1a8 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) #18b1a8 no-repeat 5px center;
  }

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

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

@media only screen and (max-width: 460px) {
  .doctors-box .doctor {
    padding: 20px;
    max-width: 270px;
  }
}

@media only screen and (max-width: 430px) {
  .about-block {
    background-image: linear-gradient(
      to bottom,
      rgb(56 83 153 / 85%),
      rgb(56 83 153 / 85%)
    );
  }
  .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;
  }

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

  .nivo-caption {
    position: relative;
  }
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}
