body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', 'Playfair Display', serif, sans-serif; font-weight: 400; font-size: 18px; color: #3c3c3c; -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;}

body .accessib-block {
    top: 200px !important;
    }

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

#google_translate_element2 select.notranslate, select.notranslate {
	border-radius: 5px !important;
    padding: 5px 10px!important;
    /* text-transform: uppercase; */
    font-size: 18px;
    border: 1px solid #38a7de;
    margin-left: 5px;
    background: #38a7de;
    color: #fff;
    font-family: 'Lato',sans-serif;
	}

.logos {
  	font-family: 'Playfair Display', serif;
    max-width: 470px;
    font-size: 30px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
	}

.logos.mob {
  	display: none;
	}

.three-collumns{
  	width: 31%;
  	float: left;
  	margin: 0 1% 4%;
	}

.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: 20px;
    padding: 13px 13px;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
	}

.btn-primary {
    background: #0ba7b1;
    color: #fff;
    border-color: #0ba7b1;
	}

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

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

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

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

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

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

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

#homepage nav {
    background: rgba(0, 82, 97, 0.93);
    position: absolute;
	}

#homepage nav.slide {
    background: #005260;
    position: fixed;
	}

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

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

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

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

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

.mobile-logo {
    display: none;
	}

.topmenu {
    margin: 0 auto 0 auto;
	}

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

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

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

.topmenu ul li a , span.nav-header , span.span-separator {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 3px;
	}

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

.topmenu ul li.active ul li a {
    color: #fff;
    border-bottom: 3px solid transparent;
	}

.topmenu ul li a:hover, .topmenu ul li.active a, .topmenu ul li ul li a:hover, .topmenu ul li.active ul li a:hover, .topmenu ul li ul li.active a {
    border-bottom: 3px solid #fff;
	}

.topmenu ul li.parent ul li a {
    padding: 6px 12px;
    color: #fff;
	}

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

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

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

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

.top-right {
    margin: 0 10px 0 auto;
	text-align: right;
	}

.top-phone, .top-phone a {
    display: inline-block;
    vertical-align: top;
    font-size: 34px;
    font-weight: 500;
    color: #fff;
	}

.top-phone {
    /*margin: -3px 10px 0 0;*/
  	margin: -1px 10px 0 0;
	}

.top-loc {
    font-family: 'Lato', sans-serif;
    color: #cac9c9;
    font-size: 20px;
    display: block;
    margin-right: 8px;
    margin-bottom: 15px;
	}

nav .social-btns {
    display: inline-flex;
	margin-top: 4px;
	}

nav .social-btn {
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
    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: 32px;
    height: 32px;
    white-space: nowrap;
    margin-right: 5px;
	}

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

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

.topline {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
	}

/*Top Buttons*/
.top-buttons {
    display:flex;
  	justify-content: center;
    align-items: center;
  	flex-wrap: wrap;
    margin: 9px 0 5px 0px;
    }

.top-button {
    color: #fff !important;
    background: #730b0b;
    border: 2px solid #730b0b;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
  	font-weight: 400;
    }

.top-button:hover {
    color: #730b0b !important;
    background: #fff;
    border: 2px solid #730b0b;
    }

.top-button.opb {
    color: #fff !important;
    background: #928d00;
    border: 2px solid #928d00;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
  	font-weight: 400;
    }

.top-button:hover.opb {
    color: #928d00 !important;
    background: #fff;
    border: 2px solid #928d00;
    }

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

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

.maintext-block-wrapper {
    position: absolute;
    top: calc(50% - 120px);
    left: 180px;
    width: auto;
    z-index: 11;
    }

.maintext-block {
    display: inline-block;
    padding: 15px;
    /* background: rgba(0,0,0,0.5); */
	}

.maintext-block h2 {
	font-size: 33px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cabin',sans-serif;
    margin: 0px 0 10px 0;
  	filter: drop-shadow(0 0 5px black);
	}

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

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

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

.maintext-block ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  	filter: drop-shadow(0 0 5px black);
	}

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

.subtext-block {
    font-family: 'Lato', sans-serif;
    text-align: center;
    position: relative;
    bottom: 0;
    padding: 15px;
    background: rgba(0,82,96,0.5);
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
	}

.subtext-block p {
    padding: 0;
    margin: 0;
	}

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

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

.nivo-caption .content {
    max-width: 100%;
    padding: 0;
    }

.nivo-directionNav a {
    top: 55%;
    }

/* Services block*/
.services-block {
    padding: 50px 0;
	}

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

.services-block h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    color:#0ba7b1;
    padding-bottom: 20px;
    margin: 0 auto 0 auto;
    position: relative;
	}

.service-block {
    display: inline-flex;
    margin: 10px;
    transition: all 0.2s;
	}

.service-block:hover {
    background-size: 120% auto;
	}

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

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

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

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

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

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

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

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

.service-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 240px;
    height: 213px;
	}

.service-block .service-title {
    width: 100%;
    padding: 10px 10px;
    background: rgba(0,82,96,0.5);
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
	}

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

.about-block h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
	}

.about-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #0ba7b1;
	}

/* .about-wrapper {
    display: flex;
	} */

.about-block .about-text {
    order: 1;
    color: #fff;
	}

.about-block .doctors {
    /* order: 2;
    white-space: nowrap; */
    display: block;
    margin-top: 30px;
	}

.about-block .doctor {
    display: inline-block;
    text-align: center;
    /* padding: 15px; */
    box-sizing: border-box;
    /* width: 230px; */
    float: right;
    padding: 0 0 20px 20px;
	}

.doctor a {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 20px;
    margin-top: 5px;
    color: #0ba7b1;
    font-weight: 700;
	}

.about-block .doctor img {
    max-width: 100%;
    box-shadow: 3px 5px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s;
    margin: 0 auto;
	}

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

.about-vid {
    text-align: center;
    }

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

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

.loc {
    margin: 0 10px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #1a656e;
    text-align: center;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.connect-block h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #0ba7b1;
    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: #fff;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #0ba7b1;
    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) #0ba7b1 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: #0ba7b1;
	}

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

.connect-block .twit-ico:hover a {
    color: #0ba7b1;
	}

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

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

.connect-block .goog-ico:hover a {
    color: #0ba7b1;
	}

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

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

.connect-block .youtube-ico:hover a {
    color: #0ba7b1;
	}

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

.connect-block .linkedin-ico-bot {
    background: url(../images/linkedin-ico-bot.png) #0ba7b1 no-repeat 10px center;
    }

.connect-block .linkedin-ico-bot:hover a {
    color: #0ba7b1;
    }

.connect-block .linkedin-ico-bot:hover {
    background: url(../images/linkedin-ico-bot.png) #fff no-repeat 10px center;
    color: #0ba7b1;
    }

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

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

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

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

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

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

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

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: #0ba7b1;
    margin-top: 0;
    padding-top: 0;
	}

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

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

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

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

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

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

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

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

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

/*Video Inner Page*/
.videos-wrap {
    text-align: center;
    }

.video-wrap {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    max-width: 560px;
    margin: 10px 5px;
    }

.video-wrap h3 {
    font-size: 15px;
    }

/*New patient button*/
.np-btn {
    color: #fff !important;
    background: #005260;
    border: 2px solid #005260;
    border-radius: 7px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    max-width: 155px;
    }

.np-btn:hover {
    color: #005260 !important;
    background: transparent;
    }

/*News Letter Inner Page*/
.newsletters-wrap {
    text-align: center;
    }

.newsletter {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    padding: 5px;
    }

.newsletter img {
    width: 200px;
  	filter: drop-shadow(0px 0px 5px #727272);
    }

/*Testimonial Inner Page*/
.testimonial {
    max-width: 900px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    overflow: auto;
    }

.testimonial img {
    margin: 0 10px 10px 10px;
    }

/*Products Page*/    
.products-tittle {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    max-width: 900px;
    margin: 0 auto;
    }

.products {
    text-align: center;
    }

.product {
    display: inline-block;
    vertical-align: bottom;
    margin: 20px;
    width: 300px;
    font-size: 15px;
    }

/*New Patients Page*/
.insurances {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    }

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

.inner-pages a {
    color: #0ba7b1;
	}

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

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

.inner-pages .page-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #0ba7b1;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
	}

.inner-pages .page-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #0ba7b1;
	}

.one {
    float: left;
    width: 49%;
    padding-right: 2%;
    margin-bottom: 20px;
	}

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

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

.one .address {
    float: left;
    width: 45%;
    margin-bottom: 20px;
	}

.week {
    float: left;
    width: 105px;
    margin-bottom: 20px;
	}

.hours {
    float: left;
    width: 150px;
    margin-bottom: 25px;
	}

.offices.images {
    /* margin-top: 20px; */
    text-align: center;
    margin-bottom: 25px;
    }

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

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

.inner-pages .doctor {
    float: right;
    text-align: center;
    margin: 0 0 5px 10px;
	max-width: 250px;
    font-size: 20px;
    color: #0ba7b1;
    font-weight: 500;
	}

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

/* Our Staff */
.our-staff {
    display: block;
    text-align: center;
    }

.our-staff-wrap-inner.center .item {
    width: unset;
    }

.our-staff-wrap-inner.center .item img {
    width: unset;
    }

.our-staff-wrap-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }

.our-staff-wrap-inner .item {
    margin: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 250px;
    }

.our-staff-wrap-inner .item span {
    margin-top: 15px;
    font-size: 20px;
    color: #0ba7b1;
    font-weight: 500;
    }

.our-staff-wrap-inner .item img {
    width: 200px;
    }

/*Video on Shockwave page*/
.vid_container {
	display: flex;
    justify-content: center;
    margin: 0 auto 35px;
    flex-wrap: wrap;
  	max-width: 840px;
    }

.vid {
    background: #000000;
    width: 100%;
    }

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

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #0ba7b1;
	}

#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 ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    margin: 0;
    display: block;
    padding: 8px 0 8px 15px;
	}

.clearList {
    display: none !important;
	}

.formTableLayout {
  	margin: 0 auto;
	}

.formTableLayout button#Send {
    background: #0ba7b1;
    color: #fff;
    border-color: #0ba7b1;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 2px solid transparent;
	}

.formTableLayout button#Send:hover {
    background: #fff;
    color: #0ba7b1;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer;
	}

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

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

.osmap-items ul li .even {
    padding: 2px 0 !important;
	}

table.pe ul {
	margin: 0;
	}

/*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 ul li {
	padding: 5px 0 5px 3px !important;
	}

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

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

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #0ba7b1;
	}

.catItemAuthor {
  	display: none !important;
	}

span.latestItemImage {
    display: none !important;
	}

div.k2CategoriesListBlock ul li a span.catTitle {
    color: #0ba7b1 !important;
	}

div.k2CategoriesListBlock ul li a span.catCounter {
    color: #0ba7b1 !important;
	}

div.latestItemsCategoryImage {
    display: none !important;
	}

#swift-demo .inner-pages .page-header ,
#swift-demo .connect-block {
    display: none;
    }

#swift-demo .content {
    max-width: 100%;
    padding: 0;
    }

#swift-demo .inner-pages {
    padding-bottom: 0;
    }

#swift-demo .top-block {
    background-color:#333333;
    /* height: 540px; */
    }

#swift-demo .top-block .content-wrap {
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
    padding: 75px 15px 55px;
    }

#swift-demo .top-block .content-wrap .item-text {
    max-width: 620px;
    }

#swift-demo .top-block p {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    }

#swift-demo .top-block h3 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    max-width: 500px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    white-space: pre-wrap;
    }

#swift-demo .top-block h3 .primary-color {
    display: inline-block;
    color: #38a7de;
    }

#swift-demo .top-btn {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #005260;
    background-color: #fff;
    width: 100%;
    max-width: 430px;
    border-radius: 10px;
    padding: 5px 30px;
    display: block;
    border: 2px solid #fff;
    transition: all 0.3s;
    }

#swift-demo .top-btn:hover {
    background-color: #005260;
    color: #fff;
    }

#swift-demo .top-block .top-btn {
    margin: 20px 0 50px;
    }

#swift-demo .below-top-block .content-wrap {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
    padding: 75px 15px 0;
    }

#swift-demo .below-top-block .text-wrap {
    padding-right: 50px;
    }

#swift-demo .below-top-block h2 {
    text-align: left;
    font-size: 46px;
    font-weight: 500;
    color: #005260;
    white-space: pre-wrap;
    margin-bottom: 26px;
    }

#swift-demo .below-top-block h3 {
    font-size: 22px;
    }

#swift-demo .below-top-block p {
    font-weight: 700;   
    }

#swift-demo .below-top-block .second-heading {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 680px;
    margin: 50px 0 30px;
    }

#swift-demo .below-top-block .red-color {
    display: inline-block;
    color: #ff1100;
    font-style: italic;
    font-weight: 700;
    }

#swift-demo .below-top-block .card {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 400px;
    flex-direction: column;
    color: #fff;
    background-color: #353535;
    padding: 20px;
    border-radius: 20px;
    }

#swift-demo .below-top-block .card h3 {
    font-size: 23px;
    margin: 40px 0 0px;
    }

#swift-demo .below-top-block .card p {
    font-size: 15px;
    margin-bottom: 0;
    }

#swift-demo .below-top-block .card ul {
    padding: 0 0 0 20px;
    }

#swift-demo .below-top-block .card li {
    font-size: 15px;
    padding: 10px 0;
    font-weight: 700;
    }

#swift-demo .top-middle-block .content-wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding: 75px 15px 0;
    }

#swift-demo .main-heading {
    text-align: center;
    font-size: 66px;
    font-weight: 500;
    color: #005260;
    }

#swift-demo .image-wrap {
    display: flex;
    justify-content: center;
    margin: 80px auto 180px;
    }

#swift-demo h3 {
    font-size: 26px;
    }

#swift-demo .top-middle-block .content-wrap p {
    font-size: 22px;
    font-weight: 500;
    }

#swift-demo .center-banner {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    }

#swift-demo .top-btn-ra {
    color: #ffffff;
    background-color: #730b0b;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 30px;
    display: block;
    max-width: 400px;
    border: 2px solid #730b0b;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    }

#swift-demo .top-btn-ra:hover {
    background-color: #ffffff;
    color: #730b0b;
    }
    
#swift-demo .center-banner .top-btn-ra {
    position: absolute;
    bottom: 1%;
    left: 7%;
    }

#swift-demo hr {
    border: 1px solid #444444;
    max-width: 90%;
    margin: 65px auto;
    }

#swift-demo .top-middle-block .second-heading {
    font-size: 47px !important;
    color: #215b6f;
    margin: 0;
    }

#swift-demo .top-middle-block .block-wrap { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 75px;
    /* gap: 30px; */
    }

#swift-demo .top-middle-block.bottom .block-wrap .item-left  {
    max-width: 506px;
    }

#swift-demo .top-middle-block.bottom .block-wrap .item-right {
    width: 50%;
    }

#swift-demo .top-middle-block.bottom .block-wrap p {
    font-size: 20px;
    font-weight: 700;
    }

#swift-demo .top-middle-block.bottom .block-wrap.first .item-left {
    width: 33%;
    }
        
#swift-demo .top-middle-block.bottom .block-wrap.first .item-right {
    width: 63%;
    }

#swift-demo .bottom-block {
    background-color: #898989;
    }

#swift-demo .bottom-block .content-wrap {
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
    padding: 30px 15px;
    }

#swift-demo .bottom-block img {
    border: 5px solid #005260;
    border-radius: 5px;
    }

#swift-demo .bottom-block .item-text {
    max-width: 600px;
    }

#swift-demo .bottom-block .item-text h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    }

#swift-demo .bottom-block .item-text .top-btn {
    max-width: 480px;
    padding: 5px 15px;
    margin: 40px auto 10px;
    }

#swift-demo .bottom-block .item-text .top-btn-ra {
    font-size: 34px;
    max-width: 480px;
    padding: 6px 15px 9px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    }

#swift-demo #userForm {
    background-color: #fff;
    border: 4px solid #005260;
    box-sizing: border-box;
    padding: 30px;
    width: 510px;
    margin-left: 20px;
    }

#swift-demo #userForm .formTableLayout {
    margin: 0 auto 0 0;
    width: 100%;
    }

#swift-demo #userForm .rsform-radio {
    margin: 7px;
    }

#swift-demo #userForm h2 {
    margin-top: 0;
    }

#swift-demo #userForm h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    }

#swift-demo #userForm .rsform-block.step {
    color: #767676;
    font-size: 15px;
    }

#swift-demo #userForm .progressbar-wrap {
    background-color: #767676;
    border-radius: 20px;
    }

#swift-demo #userForm .progressbar-wrap .progressbar-item {
    width: 14%;
    color: #fff;
    background-color: #13b8c1;
    text-align: right;
    border-radius: 20px;
    }

#swift-demo #userForm .progressbar-wrap .progressbar-item span {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    }

#swift-demo #userForm #rsform_5_page_1 .progressbar-wrap .progressbar-item {
    width: 20%;
    }

#swift-demo #userForm #rsform_5_page_2 .progressbar-wrap .progressbar-item {
    width: 40%;
    }

#swift-demo #userForm #rsform_5_page_3 .progressbar-wrap .progressbar-item {
    width: 60%;
    }

#swift-demo #userForm #rsform_5_page_4 .progressbar-wrap .progressbar-item {
    width: 80%;
    }

#swift-demo .formTableLayout tr.rsform-block>td {
    display: block;
    }

#swift-demo .formTableLayout button#Send , 
#swift-demo .formTableLayout input.rsform-button-prev , 
#swift-demo .formTableLayout button.rsform-button  {
    background: #0ba7b1;
    color: #fff;
    border-color: #0ba7b1;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    border: 2px solid transparent;
    margin: 5px 10px 5px 0;
    }

#swift-demo .formTableLayout button#Send:hover ,
#swift-demo .formTableLayout input.rsform-button-prev:hover ,
#swift-demo .formTableLayout button.rsform-button:hover {
    background: #fff;
    color: #0ba7b1;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer;
    }

#swift-demo #rsform_5_page_4 .rsform-block-your-name td:first-child ,
#swift-demo #rsform_5_page_4 .rsform-block-your-last-name td:first-child ,
#swift-demo #rsform_5_page_4 .rsform-block-phone td:first-child ,
#swift-demo #rsform_5_page_4 .rsform-block-your-email td:first-child,
#swift-demo #rsform_5_page_4 .rsform-block-your-name td:last-child ,
#swift-demo #rsform_5_page_4 .rsform-block-your-last-name td:last-child ,
#swift-demo #rsform_5_page_4 .rsform-block-phone td:last-child ,
#swift-demo #rsform_5_page_4 .rsform-block-your-email td:last-child {
    display: none;
    }

#swift-demo #rsform_5_page_4 .rsform-block-your-name ,
#swift-demo #rsform_5_page_4 .rsform-block-your-last-name ,
#swift-demo #rsform_5_page_4 .rsform-block-phone ,
#swift-demo #rsform_5_page_4 .rsform-block-your-email , 
#swift-demo #rsform_5_page_4 .rsform-block-best-time-to-contact-you ,
#swift-demo #rsform_5_page_4 .rsform-block-preferred-method-of-contact {
    display: inline-block;
    width: 50%;
    margin: 0;
    }

#swift-demo #rsform_5_page_4 .rsform-block-best-time-to-contact-you ,
#swift-demo #rsform_5_page_4 .rsform-block-preferred-method-of-contact {
    font-size: 13px;
    }

#swift-demo #rsform_5_page_4 .rsform-block-your-name input#Your_Name ,
#swift-demo #rsform_5_page_4 .rsform-block-your-last-name input#Your_Last_Name ,
#swift-demo #rsform_5_page_4 .rsform-block-phone input#Phone ,
#swift-demo #rsform_5_page_4 .rsform-block-your-email input#Your_Email {
    width: calc(100% - 14px) !important;
    padding: 8px 5px;
    font-size: 15px;
    }

#swift-demo #rsform_5_page_4 .rsform-block-best-time-to-contact-you select#Best_Time_To_Contact_You ,
#swift-demo #rsform_5_page_4 .rsform-block-preferred-method-of-contact select#Preferred_Method_of_Contact {
    width: 100%;
    padding: 8px 5px;
    font-size: 15px;
    }


.lapi-video {
	display: flex;
  justify-content: center;
  margin: 0 auto 35px;
  flex-wrap: wrap;
  max-width: 840px;
  }

.lapi-video video {
  background: #000000;
  width: 100%;
  height: auto;
  }

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

/* @media only screen and (max-width: 1700px) {
  
.maintext-block {
    margin-top: 3%;
	}
} */

@media only screen and (max-width: 1550px) {
  
/* .maintext-block {
    margin-top: 21px;
	} */
	
.maintext-block h2 {
    font-size: 34px;
	}
	
.maintext-block ul li a {
    font-size: 20px;
	}
	
.maintext-block ul li:before {
    top: 4px;
	}
  
.subtext-block {
    font-size: 27px;
    }
}

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

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

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

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

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

@media only screen and (max-width: 1380px) {

.topline {
    margin-bottom: 6px;
    }
  
  .logos {
    font-size: 26px;
	}
    
.topmenu ul li a, span.nav-header, span.span-separator {
    font-size: 16px;
    }
}

@media only screen and (max-width: 1310px) {
.maintext-block-wrapper {
    top: 180px;
    /* left: 0; */
    }
	
.subtext-block {
    font-size: 22px;
	}
}

@media only screen and (max-width: 1260px) {
.logos {
  font-size: 22px;
    }  	
}


@media only screen and (max-width: 1250px) {

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

.top-right {
	text-align: right;
	}
  
.subtext-block {
	font-size: 23px;
	}

/*Slider block*/
.maintext-block {
	top: 130px;
	}

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

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

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

.subtext-block {
	font-size: 16px;
	padding: 10px 15px;
	}

.maintext-block ul li:before {
	top: 4px;
	width: 15px;
	height: 15px;
	background: url(../images/bullet.png) no-repeat center;
  	background-size: cover;
	}

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

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

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

/*Inner pages*/
.one .address {
	width: 100%;
	}

.map iframe {
    height: 587px;
    }
}

@media only screen and (max-width: 1220px){
  .logos {
    font-size: 20px;
	}
}

@media only screen and (max-width: 1200px) {
.topline {
    margin-bottom: 6px;
        }
    
.top-buttons {
    margin: 10px 0 5px 0px;
    }

nav .social-btns {
    margin-top: 1px;
    }  
    
.topmenu {
    margin: -3px auto 0px auto;
    }

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

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

.top-phone, .top-phone a {
    /*font-size: 24px;*/
        font-size: 31px;
    }

.top-phone {
    /*margin: 3px 10px 0 0;*/
        margin: -2px 10px 0 0;
    }

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

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

.maintext-block-wrapper {
    top: 165px;
    }
}

@media only screen and (max-width: 1150px) {
/* .logos {
    font-size: 22px;
} */

/*Services block*/
.service-inner {
	width: 200px;
	height: 173px;
	}

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

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

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

@media only screen and (max-width: 1100px) {
.btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 15px;
    }
    
.btn-primary a {
    padding: 10px 50px;
    }
    
.top-right {
    margin: 0 auto;
    text-align: center;
    align-items: flex-start;
    padding: 5px 0 8px;
    }
    
.top-loc {
    margin-right: 0;
    }

.top-buttons {
    margin: 13px 0 3px 0px;
    }  


/*Navbar*/
.mobile-logo {
    display: inline-block;
    width: 70%;
    max-width: 300px;
    padding: 10px 5px 10px 15px;
    }
  
.logos {
    display: none;
    }
  
.logos.mob {
  display: inline-block;
    }

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

.inner-logo {
    display: none;
    }

.hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 10px 20px 10px auto;
    }
    
body .accessib-block {
    top: 40% !important;
    }

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

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

.topmenu.active {
    top: 0;
    }

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

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

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

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

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

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

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

.topmenu ul li:hover ul {
    overflow-y: visible;
    padding: 5px 0 0 0;
    }
    
.hamburger.hamburger--slider.is-active {
    position: fixed;
    right: 0;
    top: 15px !important;
    }
    
.inner-nav.slide {display: none;}

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

nav .content {
    display: flex;
    }

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

.topline {
    margin-bottom: 0;
    }

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

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

.maintext-block-wrapper {
    padding-top: 280px;
    padding-bottom: 50px;
    position: relative;
    top: 0;
    left: 0;
    }

.maintext-block {
    top: 0;
    margin: 0 auto;
    display: block;
    /* width: 239px; */
    width: 280px;
    }

.subtext-block {
    position: relative;
    bottom: 0;
    padding: 10px 15px;
    margin-top: 50px;
    }
  
.offices.images .nivo-slider-wrapper {
    display: block;
  	}
}

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

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

/*About block*/
.about-wrapper {
	display: block;
	}

.about-block .about-text {
	order: 2;
	color: #fff;
	}

.about-block .doctors {
	order: 1;
	white-space: normal;
	text-align: center;
	}

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

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

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

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

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

/*Footer*/
.logo-footer {
	display: block;
	margin: 0 auto;
    }
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}

/* SWIFT DEMO */
#swift-demo .top-block .content-wrap {
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
    }

#swift-demo .top-block .content-wrap .item-text {
    max-width: 100%;
    }

#swift-demo .top-block h3 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 36px;
    }

#swift-demo .top-block .top-btn {
    margin: 30px auto 30px;
    }

#swift-demo .top-btn {
    font-size: 32px;
    max-width: 360px;
    }

#swift-demo .top-block p,
#swift-demo .below-top-block p {
    font-size: 20px;
    }

#swift-demo .below-top-block .content-wrap {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    }

#swift-demo .below-top-block .text-wrap {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

#swift-demo .below-top-block h2 {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
    }

#swift-demo .below-top-block h3 {
    font-size: 22px;
    }

#swift-demo .below-top-block .second-heading {
    font-size: 32px;
    margin: 30px auto;
    text-align: center;
    }

#swift-demo .below-top-block img {
    max-width: 500px !important;
    width: 100%;
    }

#swift-demo .below-top-block .card {
    max-width: 460px;
    width: 100%;
    margin: 50px auto 0;
    align-items: center;
    }

#swift-demo .below-top-block .card h3 {
    font-size: 22px;
    margin: 30px 0 0px;
    }

#swift-demo .top-btn-ra {
    font-size: 24px;
    }

#swift-demo .top-middle-block .content-wrap {
    padding: 30px 15px;
    }

#swift-demo .main-heading {
    font-size: 42px;
    }

#swift-demo .image-wrap {
    margin: 50px auto;
    }

#swift-demo h3 {
    font-size: 22px;
    }

#swift-demo .top-middle-block .content-wrap p {
    font-size: 20px;
    }

#swift-demo .center-banner {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }

#swift-demo .center-banner .top-btn-ra {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 20px auto 0;
    }

#swift-demo hr {
    margin: 30px auto;
    }

#swift-demo .top-middle-block .content-wrap {
    padding: 0px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }

#swift-demo .top-middle-block .block-wrap {
    flex-direction: column;
    padding-bottom: 30px;
    max-width: 600px;
    margin: 0 auto;
    }

#swift-demo .top-middle-block.bottom .block-wrap.first .item-right,
#swift-demo .top-middle-block.bottom .block-wrap.first .item-left,
#swift-demo .top-middle-block.bottom .block-wrap .item-left,
#swift-demo .top-middle-block.bottom .block-wrap .item-right {
    width: 100%;
    }

#swift-demo .top-middle-block .second-heading {
    font-size: 42px !important;
    text-align: center;
    }

#swift-demo .bottom-block .content-wrap {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    padding: 30px 15px;
    }

#swift-demo .bottom-block .item-text {
    max-width: 600px;
    margin-top: 40px;
    }

#swift-demo .bottom-block .item-text .top-btn {
    max-width: 360px;
    }

#swift-demo .bottom-block .item-text .top-btn-ra {
    font-size: 30px;
    max-width: 360px;
    }

#swift-demo #userForm {
    width: 100%;
    margin-left: 0;
    max-width: 510px;
    }

/* SWIFT DEMO - END */
}

@media only screen and (max-width: 1000px) {
	
nav .social-btns {
    margin: 1px 0 3px;
	}
	
/* .maintext-block-wrapper {
	top: 145px;
	} */
}

@media only screen and (max-width: 930px) {
/* .maintext-block-wrapper {
	top: 125px;
	} */

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}

.swift-treatment {
    display: block;
    margin: 0 auto;
    width: unset;
    margin-bottom: 17px;
    }  
    
.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: 890px) {
/* .maintext-block-wrapper {
	top: 115px;
	} */

/*Services block*/
.service-inner {
	width: 160px;
	height: 133px;
	}

.service-block .service-title {
	font-size: 15px;
	}
}

@media only screen and (max-width: 800px) {
  
/*.topline {
	margin-bottom: 19px;
	}*/
	
.topmenu {
	margin: -10px auto 0px auto;
	}
	
.copy-left, .copy-right {
	width: 100%;
	padding: 0;
	text-align: center;
	}
	
.copy-right p {
	margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {

.formCaption {
	width:100% !important;
	}

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

form#userForm textarea {
	width:90% !important;
	}
}

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

.btn {
 	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 15px;
	}
	
.btn-primary a {
    padding: 10px 50px;
	}
	
.top-right {
	margin: 0 auto;
	text-align: center;
	align-items: flex-start;
	padding: 5px 0 8px;
	}
	
.top-loc {
	margin-right: 0;
	}

.top-buttons {
    margin: 13px 0 3px 0px;
    }   

/*Navbar*/
.mobile-logo {
	display: inline-block;
	width: 70%;
	max-width: 300px;
	padding: 10px 5px 10px 15px;
    }

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

.inner-logo {
	display: none;
	}

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

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

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

.topmenu.active {
	top: 0;
	}

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

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

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

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

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

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

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

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}
	
.hamburger.hamburger--slider.is-active {
	position: fixed;
	right: 0;
	top: 15px !important;
	}
	
.inner-nav.slide {display: none;}

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

nav .content {
	display: flex;
	}

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

.topline {
	margin-bottom: 0;
	}

/*Slider*/
.maintext-block-wrapper {
    padding-top: 260px;
    padding-bottom: 30px;
    position: relative;
    top: 0;
    }

/*Services block*/
.services-block h2 {
	font-size: 28px;
    }

/*About block*/
.about-block h2 {
	font-size: 28px;
	}

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

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

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

.loc {
	flex: 100%;
  	}
	
/*Blogs block*/
.blogs-block h2 {
    font-size: 28px;
    }

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

/*Connect block*/
.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: 30px 0 15px;
	max-width: 90%;
    }

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

footer h4 {
	font-size: 14px;
	}

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

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

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

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

/*Inner pages*/
.inner-pages .page-header h2 {
	font-size: 28px;
    }

.one {
	float: none;
	width: 100%;
	padding-right: 0;
    }

.two {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

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

@media only screen and (max-width: 650px) {
  .logos.mob {
    display: none;
  }
}

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

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

nav .social-btns {
	margin: 2px 0 3px;
	}  
  
.social-btn img {
	height: 30px;
  	width: auto;
    }

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

@media only screen and (max-width: 620px) {
.swift-images img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px !important;
    float: unset!important;
    }
}

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

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

.connect-block .fb-ico {
	background: url(../images/fb-ico.png) #0ba7b1 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) #0ba7b1 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) #0ba7b1 no-repeat 5px center;
    }

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

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

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

.connect-block .linkedin-ico-bot {
    background: url(../images/linkedin-ico-bot.png) #0ba7b1 no-repeat 5px center;
    }

.connect-block .linkedin-ico-bot:hover {
    background: url(../images/linkedin-ico-bot.png) no-repeat 5px center;
    }
    
.video-wrap {
    margin: 10px 0;
    width: 100%;
    }

.video-cont {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    }
    
.video-cont iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.about-vid-wrap {
    padding: 0 20px;
    }
    
.about-vid {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    }
        
.about-vid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/*New Patients Page*/
.insurances {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    }
}

@media only screen and (max-width: 590px) {
  
.inner-nav.slide.fixed .top-buttons {
    display: none;
  	}
  
.inner-nav.slide.fixed .top-loc {
    margin-bottom: 0px;
	}

/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	}

}

@media only screen and (max-width: 570px) {
.swift-treatment img {
    float: none !important;
    }
}

@media only screen and (max-width: 550px) {
.top-button {
    font-size: 16px;
  	margin-right: 5px;
    }
  
.top-button.opb {
    font-size: 16px;
  	margin-right: 0;
    }
  
#google_translate_element2 select.notranslate, select.notranslate {
    font-size: 16px;
    margin-left: 10px;
  	}

.about-wrapper .doctors {
    margin-top: 0;
    }

.about-block .doctor {
    float: none;
    max-width: 100%;
    }

.doctor a {
    margin-top: 15px;
    }

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

.loc {
	margin: 10px auto;
    }

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

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

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

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

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

.offices-block {
	display: block;
    }

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

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

table#cal4_0 tbody td {
	display: table-cell;
	}
  
.office {
    padding-right: 10px;
    margin-bottom: 25px;
	}
	
.bottom-loc-block {
    padding: 30px 0 0px 30px;
	}

/* SWIFT DEMO */
#swift-demo .top-block h3 {
    font-size: 32px;
    }

#swift-demo .top-btn {
    font-size: 22px;
    max-width: 260px;
    padding: 5px 15px;
    }

#swift-demo .top-block p,
#swift-demo .below-top-block p,
#swift-demo .top-middle-block .content-wrap p,
#swift-demo .top-middle-block.bottom .block-wrap p {
    font-size: 18px;
    }

#swift-demo .below-top-block h2 {
    font-size: 32px;
    text-align: center;
    }

#swift-demo .below-top-block h3 {
    font-size: 20px;
    }

#swift-demo .below-top-block .second-heading {
    font-size: 26px;
    margin: 10px auto 30px;
    }

#swift-demo .below-top-block .card {
    max-width: calc(100% - 40px);
    margin: 50px auto 30px;
    }

#swift-demo .top-btn-ra {
    font-size: 20px;
    }

#swift-demo .image-wrap {
    margin: 30px auto;
    }
    
#swift-demo .main-heading {
    font-size: 32px;
    }

#swift-demo h3 {
    font-size: 20px;
    margin: 0 auto;
    }

#swift-demo .top-middle-block .second-heading {
    font-size: 32px !important;
    }

#swift-demo .bottom-block .item-text h2 {
    font-size: 32px;
    }

#swift-demo .bottom-block .item-text .top-btn {
    max-width: 280px;
    padding: 7px 15px;
    }

#swift-demo .bottom-block .item-text .top-btn-ra {
    font-size: 21px;
    max-width: 280px;
    }

#swift-demo #userForm {
    padding: 20px;
    }

#swift-demo #userForm h2 {
    text-align: center;
    }

#swift-demo #rsform_5_page_4 .rsform-block-your-name,
#swift-demo #rsform_5_page_4 .rsform-block-your-last-name,
#swift-demo #rsform_5_page_4 .rsform-block-phone,
#swift-demo #rsform_5_page_4 .rsform-block-your-email,
#swift-demo #rsform_5_page_4 .rsform-block-best-time-to-contact-you,
#swift-demo #rsform_5_page_4 .rsform-block-preferred-method-of-contact {
    display: block;
    width: 295px;
    margin: 0 auto;
    }

#swift-demo #rsform_5_page_4 .rsform-block-send {
    text-align: center;
    }
}

@media only screen and (max-width: 500px) {
  
.translate {
    width: 100%;
    margin-top: 15px;
    }

body .accessib-block {
    top: 50% !important;
	} 

.maintext-block-wrapper {
    padding-top: 290px;
    }
  
}

@media only screen and (max-width: 355px) {

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


.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

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