@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");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Cabin/static/Cabin-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Cabin/static/Cabin-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}
body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

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

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

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

.btn,
.content {
  width: 100%;
  box-sizing: border-box;
}

.content {
  margin: 0 auto;
  text-align: left;
  max-width: 1300px;
  padding: 0 15px;
}

.btn {
  max-width: 250px;
  border-radius: 20px;
  padding: 13px;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}

.btn-primary {
  background: #3ec1fe;
  color: #fff;
  border-color: #3ec1fe;
}

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

.btn-primary:hover,
.top-button:hover {
  background: 0 0;
  color: #3ec1fe;
}

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

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

.toploc {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: flex-end;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 30px;
  margin-left: 20px;
}

.toploc div {
  line-height: 23px;
}

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

.toploc span {
  margin: 0 15px 0 20px;
}

.topline {
  background: #000;
  display: flex;
  padding: 7px 15px;
}

/* nav .social-btns {
  display: none;
} */

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

nav .social-btn {
  cursor: pointer;
  transition: all 0.3s;
}

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

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

nav .fb-wrap .fb-like,
nav .fb-wrap iframe {
  width: 32px !important;
  height: 32px !important;
  overflow: hidden;
}

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

.top-buttons,
nav .content {
  display: flex;
  align-items: center;
}

.top-buttons {
  justify-content: center;
  flex-grow: 0;
}

.top-button,
nav {
  transition: all 0.3s;
}

.top-button {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #3ec1fe;
  padding: 4px 10px;
  border-radius: 3px;
  text-align: center;
  /*margin: 1px 0 2px; */
  background: #3ec1fe;
  position: absolute;
  right: 185px;
  top: 0;
  top: 60px;
  margin: 0;
}

.top-button:hover {
  border: 2px solid #3ec1fe;
}

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

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

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

.reviews-us-btn {
  background: url(/templates/theme/images/google-icon.png) #2e7d32 no-repeat 10px center;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 15px 5px 37px;
  border: 2px solid #2e7d32;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  top: 60px;
  right: 15px;
  color: #fff;
  text-transform: uppercase;
}

.reviews-us-btn a {
  color: #fff;
}

.reviews-us-btn:hover {
  background: url(/templates/theme/images/google-icon.png) no-repeat 10px center;
}

nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}

#homepage nav {
  /* background: 0 0; */
  /* position: absolute; */
  background-color: #2e2e2e;
  position: relative;
}

#homepage nav.slide,
nav,
nav.slide {
  background: #2e2e2e;
  position: relative;
}

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

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

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

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

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

.topmenu {
  margin: 0 10px 0 auto;
}

.topmenu ul {
  display: flex;
}

.nav-header,
.topmenu li,
.topmenu li a,
span.separator {
  font-family: "Cabin", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s;
  white-space: nowrap;
  border-radius: 3px;
}

.topmenu li {
  list-style: none;
  position: relative;
  margin: 0 3px;
}

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

.nav-header,
.topmenu li a,
span.separator {
  padding: 6px 12px;
}

.nav-header,
.topmenu li.parent {
  margin-right: 10px;
}

.topmenu li.parent a {
  padding: 6px 20px 6px 12px;
}

.topmenu li.active li a {
  color: #fff;
  background: 0 0;
}

.topmenu li a:hover,
.topmenu li li.active a,
.topmenu li.active a,
.topmenu li.active li a:hover {
  background: #3dc0fc;
  background: -moz-linear-gradient(top, #3dc0fc 0, #2990c0 100%);
  background: -webkit-linear-gradient(top, #3dc0fc 0, #2990c0 100%);
  background: linear-gradient(to bottom, #3dc0fc 0, #2990c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dc0fc', endColorstr='#2990c0',GradientType=0 );
}

.topmenu li.parent li a {
  padding: 6px 12px;
}

.topmenu li ul {
  top: 100%;
  margin-top: 6px;
  min-width: 170px;
  display: block;
  background: #525252;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s;
}

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

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

.topmenu li li:last-child {
  margin-bottom: 10px;
}

.hamburger,
.inner-nav.slide {
  display: none;
}

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

nav p {
  display: inline-block;
}

.slider-block {
  text-align: center;
  position: relative;
  max-height: 900px;
  overflow: hidden;
}
.slider-block .slider-holder {
  background: url(../images/slider-bg.webp) no-repeat center;
  background-size: cover;
}

.nivo-slider-wrapper {
  position: relative;
  z-index: 10;
}

.maintext-block,
.subtext-block {
  text-align: center;
  position: absolute;
  z-index: 11;
}

.maintext-block {
  top: 70px;
  left: 100px;
  /* width: 562px; */
  width: 550px;
  padding: 0 0 20px 10px;
  background: rgba(4, 4, 4, 0.38);
}

.about-block h2,
.doctors-block h2,
.maintext-block h2,
.maintext-block li a {
  font-size: 37px;
  color: #fff;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
}

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

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

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

.maintext-block li a {
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

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

.subtext-block {
  font-family: "Roboto", sans-serif;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
  background: rgb(62 193 254/90%);
  padding: 15px 0;
}

.subtext-block a {
  color: #fff;
}

.blogs-list li a,
.subtext-block a:hover {
  text-decoration: none;
}

.nivo-caption {
  background: 0 0;
  padding: 0;
  opacity: 1;
}

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

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

.about-block h2,
.doctors-block h2 {
  font-size: 48px;
  text-align: center;
  color: #151515;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  position: relative;
}

.about-block h2::after,
.doctors-block h2::after,
.inner-pages .page-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 5px;
  background-color: #3dc1fd;
}

.promo-video-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 40px auto;
}

.promo-video-wrap video {
  background: #000;
  width: 100%;
}

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

.about-block .image {
  float: left;
  padding: 0 15px 15px 0;
  box-sizing: border-box;
  max-width: 34%;
  text-align: center;
}

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

.about-block a {
  color: #3dc1fd;
}

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

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

.doctors-block h2 {
  font-size: 44px;
}

.doctors-block .doctor {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
}

.doctor a,
.loc h2 {
  font-size: 20px;
  color: #3ec1fe;
  font-weight: 700;
}

.doctors-block .doctor img {
  transition: all 0.3s;
}

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

.locations-block {
  background: url(../images/locations-bg.webp) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

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

.loc {
  margin: 0 10px;
  max-width: 480px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: rgb(0 0 0/47%);
  text-align: center;
}

.loc h2 {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  font-size: 44px;
  margin: 0;
}

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

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

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

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

.loc .note {
  margin: 5px auto 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

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

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

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

.blogs-block h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 10px 0;
}

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

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

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

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

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

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

#offices.img,
.blogs-block h2,
.connect-block .content,
footer .content {
  text-align: center;
}

.connect-block h3,
.inner-pages .page-header h2 {
  font-family: "Cabin", sans-serif;
  text-align: center;
  font-weight: 400;
}

.connect-block h3 {
  font-size: 44px;
  color: #444;
  padding: 30px;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.connect-block .in-ico:hover {
  background: url(../images/in-ico.png) #fff no-repeat 10px center;
  color: #3dc1fd;
}

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

.connect-block .yt-ico:hover {
  background: url(../images/yt-ico.png) #fff no-repeat 10px center;
  color: #3dc1fd;
}

.connect-block .goog-ico:hover a,
.connect-block .in-ico:hover a,
.connect-block .twit-ico:hover a,
.connect-block .yt-ico:hover a,
footer h4 {
  color: #3dc1fd;
}

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

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

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

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

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

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

footer {
  background: #3a3d3e;
}

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

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

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

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

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

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

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

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

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

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

.white-text {
  color: #fff;
}

.offices-block {
  display: flex;
}

.office {
  padding-right: 30px;
}

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

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

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

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

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

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

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

.inner-pages a,
.social-btns a:hover,
h2.latestItemTitle a {
  color: #3dc1fd;
}

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

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

#one,
#two,
.inner-pages .page-header {
  margin-bottom: 20px;
}

.inner-pages .page-header h2 {
  font-size: 48px;
  color: #151515;
  padding: 20px 0;
  margin: 0 auto 20px;
  position: relative;
}

.remy-laser {
  float: right;
  margin: 0 0 15px 15px;
}

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

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

#two {
  float: right;
}

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

#address,
.note-inner {
  float: left;
  margin-bottom: 20px;
}

#address {
  width: 45%;
}

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

#hours {
  width: 135px;
}

.note-inner {
  margin-left: 45%;
}

.coloredtext.semi {
  font-weight: 600;
}

#offices.img {
  margin: 0 0 5px !important;
}

#offices.img img {
  margin: 5px 5px 15px;
}

/*swift-page*/

.swift-treatment-row {
  text-align: center;
  clear: both;
}

.swift-treatment {
  width: 25%;
  display: inline-block;
  margin: 15px 5px;
  vertical-align: text-top;
}

.swift-treatment img {
  max-width: 100%;
  margin-bottom: 8px;
}

.swift-treatment span {
  font-size: 16px;
  color: #000;
}

.swift-list {
  list-style: disc;
  margin-left: 15px;
}

.swift-list li {
  padding: 2px 0;
}

.video_wrap_swift {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.video_swift {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 20px;
  text-align: center;
  /*max-width: 560px;*/
}

.xray {
  text-align: center;
}

.xray img {
  padding: 10px;
}

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

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

#k2Container {
  padding-top: 30px;
}

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

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

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

.contentblog,
.contentfull {
  background: #f4f4f4;
}

.contentfull {
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.divContent {
  flex: 0 0 80%;
}

.divRight {
  flex: 0 0 20%;
}

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

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

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

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

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

div.k2ArchivesBlock li a {
  color: #1461ba;
  font-weight: 500;
}

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

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

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

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout input#Send {
  background: #3ec1fe;
  color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
}

.formTableLayout input#Send:hover {
  background: 0 0;
  color: #3ec1fe;
  border: 2px solid;
  cursor: pointer;
}

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

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

.pe ul {
  margin: 0;
}

.oofos-wrap {
  flex-direction: column;
}

.innerslider.products-slider,
.oofos-wrap,
.video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.innerslider.products-slider {
  margin: 40px auto;
  padding-bottom: 40px;
}

.video-wrap {
  flex-wrap: wrap;
}

.video-item {
  text-align: center;
  margin: 0 15px 30px;
}

/*--- 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;
  }
}
@media screen and (max-width: 799px) {
  .jeAcc-title {
    font-size: 18px;
    line-height: 18px;
  }
  .jeAcc-content {
    font-size: 16px;
  }
}
/*--- faq-block end ---*/

@media only screen and (max-width: 1700px) {
  .maintext-block {
    top: 50px;
  }

  .subtext-block {
    position: relative;
  }
}

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

  .reviews-us-btn,
  .top-button {
    top: 50px;
  }

  .maintext-block {
    width: 420px;
  }

  .maintext-block h2 {
    font-size: 28px;
    margin: 20px 0 10px;
  }

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

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

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

  .subtext-block {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1300px) {
  /* nav .social-btns {
    display: none;
  } */

  .inner-nav .content .topmenu {
    margin: auto 10px auto auto;
    height: 135px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1255px) {
  .topline .content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding-top: 5px;
  }

  .reviews-us-btn,
  .top-button {
    position: relative;
    top: unset;
    right: unset;
    margin-left: 10px;
    padding: 3px 15px 3px 37px;
  }

  .top-button {
    padding: 3px 15px;
    margin-left: 0px;
    display: block;
  }

  .top-right {
    margin: 5px auto;
  }

  .toploc span {
    margin: 0 5px;
  }

  .toploc {
    margin-left: 0;
  }

  .social-btns {
    margin-bottom: 5px;
  }

  /* .slider-block {
    margin-top: 70px;
  } */

  .maintext-block {
    top: 50px;
  }
}

@media only screen and (max-width: 1250px) {
  #default .staticnav {
    min-height: 233px;
  }
  .loc h2 {
    font-size: 34px;
  }

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

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

  #address {
    width: 100%;
  }

  .note-inner {
    float: none;
    margin-left: 0;
    width: 100%;
    clear: both;
  }

  #map iframe {
    height: 653px;
  }
}

@media only screen and (max-width: 1165px) {
  .maintext-block {
    top: 30px;
    left: 30px;
  }
}

@media only screen and (max-width: 1150px) {
  #default .staticnav {
    min-height: 233px;
  }
  .nav-header,
  .topmenu li a,
  span.separator {
    font-size: 15px;
    padding: 6px;
  }

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

  .topmenu li.parent:after {
    top: 7px;
  }

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

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

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

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

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

/* @media screen and (min-width: 1100px) {
  .maintext-block h2 {
    font-size: 23px;
  }

  .maintext-block li a {
    font-size: 17px;
  }
} */

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

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

  .topmenu li.parent:after {
    top: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }

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

  .toploc {
    font-size: 20px;
  }

  .toploc span {
    margin: 0 5px 0 10px;
  }

  .maintext-block {
    /* top: 200px; */
    width: 350px;
  }

  .maintext-block h2 {
    font-size: 23px;
    margin: 15px 0 10px;
  }

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

  .maintext-block li:before {
    width: 17px;
    height: 17px;
  }

  .subtext-block {
    font-size: 20px;
    padding: 13px 0 15px;
  }

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

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

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

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

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }

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

@media only screen and (max-width: 1000px) {
  #default .staticnav {
    min-height: 229px;
  }
  .maintext-block {
    /* top: 180px; */
    width: 350px;
  }
}

@media only screen and (max-width: 960px) {
  .top-button,
  .toploc {
    font-size: 18px;
  }

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

  .toploc span {
    margin: 0 0 0 5px;
  }
}

@media only screen and (max-width: 950px) {
  .nav-header,
  .topmenu li a,
  span.separator {
    padding: 4px 6px;
  }

  #homepage nav {
    background: #2e2e2e;
    position: relative;
  }

  .hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 20px 20px 20px auto;
  }

  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    position: fixed;
    top: 25px;
  }

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

  .topmenu,
  .topmenu li ul {
    left: 0;
    display: block;
    margin: 0;
  }

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

  .topmenu.active {
    top: 0;
  }

  .topmenu li,
  .topmenu ul {
    display: block;
    padding: 0;
  }

  .topmenu li {
    padding: 5px;
  }

  .slider-block video,
  .topmenu li.parent:after {
    display: none;
  }

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

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

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

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

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

  .topmenu li li:last-child {
    margin-bottom: 0;
  }

  .top-right {
    text-align: left;
    align-items: flex-start;
    padding: 2px 0 0;
  }

  nav .content {
    display: flex;
  }

  .inner-logo {
    max-width: 250px;
  }

  .reviews-us-btn {
    position: relative;
    top: unset;
    right: unset;
    margin-left: 10px;
    padding: 3px 15px 3px 37px;
  }

  .inner-nav .content .topmenu.active {
    margin: 0;
    height: unset;
  }

  .inner-nav .content .topmenu.active .topmenu ul {
    display: block;
    padding: 0 15px;
  }

  .maintext-block {
    width: 315px;
  }

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

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

  .maintext-block li:before {
    width: 12px;
    height: 12px;
    top: 3px;
  }

  .slider-block {
    background: no-repeat;
    background-size: cover;
    margin: 0;
    background-color: #f4f4f4;
  }

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

  .maintext-block {
    padding-top: 1px;
    position: relative;
    top: 0;
    margin: 50px auto 40px;
    left: 0;
  }

  .subtext-block {
    position: relative;
    bottom: 0;
    padding: 13px 15px 15px;
  }

  #offices .nivo-slider-wrapper,
  .innerslider.products-slider .nivo-slider-wrapper,
  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }

  .innerslider.products-slider {
    margin: 0 auto;
  }

  .video_swift {
    position: relative;
    margin: 20px 0 0 0;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

  .video_swift iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 860px) {
  .topline .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }

  .social-btns {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 3px;
    flex: 0 0 100% !important;
    justify-content: center;
  }

  .top-buttons {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 0;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin: 0;
    justify-content: center;
  }

  .top-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 0 auto;
    flex: 0 0 100% !important;
    justify-content: center;
  }

  .toploc {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    display: block;
    white-space: break-spaces;
    text-align: center;
  }

  .toploc span {
    margin: 0 0 0 5px;
  }

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

  .social-btns {
    margin: 2px auto 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 825px) {
  .topline .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .top-buttons {
    order: 2;
  }

  .top-right {
    order: 1;
  }
}

@media only screen and (max-width: 800px) {
  .maintext-block {
    top: 38%;
  }

  .faq-block .moduletable {
    width: 60%;
    margin: 0 auto;
  }

  .faq-block h4 {
    margin-top: 0;
    margin-bottom: 54px;
    font-size: 40px;
  }
}

@media screen and (max-width: 799px) {
  .jeAcc-title {
    font-size: 18px;
    line-height: 18px;
  }
  .jeAcc-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #default .staticnav {
    min-height: 200.31px;
  }
  #address {
    float: left;
    width: 100%;
  }

  .pe td {
    padding-right: 1px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

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

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }

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

  .about-block .image {
    float: none;
    padding: 0;
    margin: 0 auto;
    max-width: 350px;
  }

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

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

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

  .loc {
    flex: 100%;
  }

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

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

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

  footer .content {
    text-align: left;
  }

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

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

  footer h4 {
    font-size: 14px;
  }

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

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

  #one {
    padding-right: 0;
  }

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

  #offices.images,
  #two {
    margin-bottom: 20px;
  }

  #map iframe {
    height: 450px;
  }
}

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

@media only screen and (max-width: 700px) {
  .copy-left,
  .copy-right {
    float: none;
    padding: 0 2% 10px;
    width: 95%;
    text-align: center;
  }
}

@media only screen and (max-width: 660px), not all {
  .remy-laser {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
  }

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

@media only screen and (max-width: 630px) {
  .toploc {
    font-size: 18px;
  }

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

  nav .fb-wrap {
    width: 30px;
    height: 30px;
  }

  nav .fb-wrap .fb-like,
  nav .fb-wrap iframe {
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
  }

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

  .inner-pages .doctor {
    float: none;
    text-align: center;
    margin: 0 auto 10px;
  }

  .video-item {
    width: 100%;
    margin: 0 0 15px;
  }

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

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

@media only screen and (max-width: 600px) {
  .connect-block .social-btn {
    font-size: 12px;
    padding: 5px 6px 3px 26px;
    margin: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 590px) {
  .topline .content {
    flex-wrap: wrap;
  }

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

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

@media only screen and (max-width: 550px) {
  .locations-block .content {
    display: block;
    flex: auto;
    text-align: center;
  }

  .loc {
    margin: 10px auto;
  }

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

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

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

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

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

  .office {
    margin-bottom: 15px;
  }

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

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

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

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

  #cal4_0Container td {
    display: table-cell !important;
  }

  img.pe {
    margin: 0 10px !important;
    float: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .toploc {
    font-size: 16px;
    white-space: break-spaces;
    text-align: center;
  }

  .toploc a {
    font-size: 20px;
  }
  /* .slider-block {
    background: url(../images/topbg-mob-xs.webp) no-repeat center;
    background-size: cover;
  } */
  .locations-block {
    background: url(../images/locations-bg-mob.webp) no-repeat center;
    background-size: cover;
  }
  .blogs-block {
    background: url(../images/blogs-bg-mob.webp) no-repeat center;
    background-size: cover;
  }
}

@media only screen and (max-width: 450px) {
  .reviews-us-btn {
    margin: 9px auto 0;
  }

  .top-buttons {
    flex-direction: column;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 440px) {
  #default .staticnav {
    min-height: 243.31px;
  }
  .topline {
    padding: 5px 10px;
  }

  img.pe,
  img.se {
    margin: 0 0 5px !important;
    max-width: 100%;
    float: none !important;
  }

  .offices.img img {
    margin: 5px 0 15px;
  }

  .innerslider.products-slider {
    padding-bottom: 0;
  }
}
/* @font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(../fonts/Cabin-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(../fonts/Cabin-Medium.ttf) format("truetype");
} */
/* @font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Lato-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
} */
