body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Cinzel', sans-serif; font-weight: 400; font-size: 17px; color: #000; -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;}
img {max-width: 100%; height: auto;}
#system-message , #system-message-container {
  	display: none !important;
	} 

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

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

.btn-primary {
    background: #1565c0;
    color: #fff;
    border-color: #1565c0;
	}

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

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

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

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

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

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

/*Navbar*/

.phone-container {
    text-align: center;
    position: relative;
	}

.call-button {
    padding: 8px 30px;
    background: #ca0000;
    color: #fff;
    font-family: 'Cinzel';
    width: 100%;
    max-width: 250px;
    font-weight: 400;
    font-size: 23px;
    display: inline-block;
    border: 2px solid #ffffff;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

.call-button:hover {
	background-color: #a50000;
	}

.info-container {
    margin-top: 20px;
    color: #fff;
    position: absolute;
    top: 32px;
    right: 0;
    background: #a50000;
    padding: 5px;
    font-size: 18px;
    width: 250px;
    border: 2px solid #fff;
    z-index: 99;
	}

.info-container p {
	display: block;
	}

.info-container p a {
	color: #fff;
	font-weight: 600;
	}

.hidden-phones {
	display: none;
	}
	
.top-right {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	}

.top-buttons {
	display: none;
	}

.top-button {
	background: #107ab2;
	color: #fff;
	border-color: #107ab2;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 20px;
	}

.socials-block {
    position: fixed;
    left: 0;
    top: 40%;
    background: #ffffff;
    z-index: 999;
    border-top: 1px solid #06334e;
    border-bottom: 1px solid #06334e;
    border-right: 1px solid #06334e;
    padding: 5px;
    border-radius: 0px 15px 15px 0px;
	}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    }

.socials-wrapper {
	display: flex;
    gap: 5px;
	flex-direction: column;
	}

.social-button img {
	transition: 0.3s ease;
	}

.social-button img:hover {
    transform: scale(1.05);
    cursor: pointer;
	}

.homepage nav {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #000000b8 !important;
    transition: all 0.3s;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
  	display: none;
	}

nav.slide {
	position: fixed;
	display: none;
	}

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

nav.slide.fixed , .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
    top: 0;
    width: 100%;
    z-index: 99;
	}

nav.inner-nav {
    background: rgb(0, 0, 0);
  	position: relative;
	z-index: 1;
    }

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

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

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

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

.topmenu {
    margin: 0 auto;
	}

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

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

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

.item-133 {
	background: #1565c0;
	color: #fff;
	border-color: #1565c0;
	border: 1px solid #fff;
	margin-left: 20px;
	}

.item-133:hover {
	background: #107ab2;
	color: #fff;
	border-color: #107ab2;
	border: 1px solid #fff;
	margin-left: 20px;
	}

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

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

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

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

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

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

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

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

.topmenu ul li ul li:last-child {
    border-bottom: 5px #144c6c solid;
	}

.hamburger {
    display: none;
	}

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

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

.mobile-slide {
    display: none;
	}

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

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

.slider-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    z-index: 11;
    max-width: 500px;
    transform: translate(-50%, -50%);
	}

.slider-overlay-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    z-index: 10;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: 100%;
    width: 100%;	
    max-width: 500px;
	max-height: 350px;
    filter: blur(100px);
	}

.slider-overlay ul {
	padding: 0;
	margin: 0;
	text-shadow: 3px 3px 15px #000000, -2px 1px 10px #000000;
	}

.slider-overlay ul li {
	list-style: none;
	padding: 0px 10px 0px 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: white;
	font-size: 25px;
	border-right: 1px solid #fff;
	}

.slider-overlay ul li:last-child {
	border-right: none;
	}

.overlay-button-wrap {
	padding-top: 20px;
	}

.overlay-button {
	color: #fff;
	font-size: 28px;
	background: #1565c0;
	padding: 10px;
	display: block;
	max-width: 335px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 5px;
	}

.overlay-button:hover {
	background: #107ab2;
	}

/*Tagline*/

.tagline-block {
    background: #015480;
    display: flex;
	box-sizing: border-box;
	padding: 15px 25px;
	}

.tagline-block p {
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	}


/*Services block*/
.services-title {
	background: #015480;
	display: flex;
	}

.services-title h2 {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    line-height: 69px;
    padding: 10px;
    display: flex;
	}
	
.services-title img {	
	max-width: 100%;
    height: auto !important;
    display: block;
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
	}

.services-block {
    display: flex;
	}

.services-item {
    height: 557px;
    display: flex;
    flex: 1;
    align-items: flex-end;
    text-align: center;
    transition: all 0.3s;
	}

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

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

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

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

.services-item:hover {
	background-size: auto 120%;
	filter: grayscale(0%);
	}

/* .services-item a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
	background: #484848;
	} */

.services-item a {
    height: inherit;
    width: 100%;
    position: relative;
	}

.service-title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #484848;
    position: absolute;
    bottom: 0;
    text-align: center;
	}

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

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

.doctors-box {
    max-width: unset;
    margin: 0 auto;
    padding: 25px;
	}

.doctors-box h2 {
    font-weight: 400;
    color: #0b5a85;
    font-size: 48px;
    text-align: center;
    margin: 0;
	}

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

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

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

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

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

.about-block {
	padding: 50px 0;
	text-align: center;
	background-image: linear-gradient(to bottom, rgb(17 84 127 / 80%), rgb(17 84 127 / 80%)), url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

.about-block .content {
    text-align: center;
	padding: 0 25px;
	}
/*
.about-box {
    padding: 25px;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    font-size: 18px;
	}*/

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

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

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

.about-box p a {
	color: #144c6c;
	font-weight: 700;
	}

/*Locations block*/
.locations-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: #185a83;
    padding: 25px 25px;
    box-sizing: border-box;
    flex-wrap: wrap;
	}

.location-box {
    position: relative;
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 2px 3px 14px 2px #343434;
    color: #075783;
    font-size: 23px;
    max-width: 450px;
    width: 100%;
	}

.location-box h2 {
    font-size: 38px;
    color: #075783;
    padding: 0;
    text-align: center;
    font-weight: 300;
    margin: 0px auto 30px auto;
    position: relative;
    padding: 30px 0 13px;
	}

.location-box h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #979798;
	}

.location-box .overlay-button-wrap {
  	padding: 0 0 20px 0;
	}

.location-box iframe {
    height: 450px;
	}

/*Blogs block*/
/*
.blogs-block {
    padding: 50px 0;
    background: url(../images/blogs-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	}
*/
/*Blogs block*/
/*
.blogs-block {
	padding: 50px 0;
	text-align: center;
    background-image: linear-gradient(to bottom, rgb(17 84 127 / 80%), rgb(17 84 127 / 80%)), url(../images/blogs-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

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

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

.blogs-list 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;
	}
*/
/*Footer*/
footer {
	background: #3a3d3e;
	}

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

.logo-footer {
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    max-width: 350px;
    filter: brightness(0) invert(1);
	}

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

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

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

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

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

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

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

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

.white-text {
	color: #fff;
	}

.offices-block {
	display: flex;
	}

.office {
	padding-right: 30px;
	}

.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: 72px;
	left: 20px;
	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;
	}

.rabutton {
	max-width: 350px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

/*Joomla corrections*/
tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }


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

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

/*Rate US*/

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }


.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */

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

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

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

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

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

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

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

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

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

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

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

h2.latestItemTitle a {
	color: #144c6c;
	}

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

#k2Container {
	padding-top: 40px;
	}

div.itemToolbar {
	display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock 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;
	}

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

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

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

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

#week {
	float: left;
	width: 115px;
	}

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

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

#offices.images {
	margin-top: 23px;
	text-align: center;
	}

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

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

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

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

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

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send , button#submit {
    padding: 10px 20px 7px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    background: #107ab2;
    color: #fff;
    border-color: #107ab2;
    border: 2px solid #fff;
    margin-left: 20px;
	}

.formTableLayout input#Send:hover , button#submit:hover {
	background: #fff;
	color: #107ab2;
	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;
	}

/*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: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

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

@media only screen and (max-width: 1675px) {
footer {
	padding-bottom: 140px;
	}
}

@media only screen and (max-width: 1500px) {
/*Slider Block*/	
/* .slider-overlay {
	top: 10%;
	} */

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

.services-item {
	height: 300px;
	flex: 50%;
	box-sizing: border-box;
	}

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

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

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

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

.services-item {
	height: 300px;
	}
}

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

.topmenu ul li.parent:after {
	right: -3px;
	}

.info-container {
	top: 24px;
	}

.call-button {
	padding: 6px 20px;
	font-size: 18px;
	}

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

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

/*Slider overlay*/	
/* .slider-overlay {
	top: 15%;
    } */

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

.slider-overlay ul li {
	font-size: 18px;
	}

.overlay-button {
	font-size: 22px;
	max-width: 280px;
	}

.slider-overlay-bg {
    max-width: 350px;
    max-height: 200px;
	filter: blur(50px);
	}

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

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

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

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

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

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

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

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

#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 575px;
	}
}

@media only screen and (max-width: 1150px) {
/*Location*/
.location-box h2 {
	font-size: 28px;
	}

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

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

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

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

.topmenu ul {
	margin: 0 5px;
	}

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

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

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

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

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

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

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

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

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

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

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

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
    }

/*Rate Us -- END*/
  
}

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

nav {
	position: relative;
	background-color: rgb(0 0 0);
	}

/* .slider-overlay {
	top: 0;
	position: relative;
	background: #11557f;
    }

.slider-overlay p {
	margin: 0;
	padding-top: 10px;
	}

.slider-overlay {
	top: 0;
	position: relative;
	background: #11557f;
	}
	
.overlay-logo {
	padding: 5px;
	background-color: #fff;
	margin-bottom: 10px;
	} */

.services-title h2 {
	font-size: 26px;
	}
}

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

.top-right {
	margin: 0 auto;
	}

.top-buttons {
	display: block;
	}

.top-button {
    padding: 6px 10px;
    font-size: 18px;
    border: 2px solid #fff;
	}

.item-133 {
	display: none !important;
	}

.location-box {
	max-width: 350px;
	}

/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

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

.topmenu.active {
	top: 0;
	}

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

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

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

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

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

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

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

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

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

nav .content {
	display: flex;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

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

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

#map iframe {
	height: 547px;
	}
}

@media screen and (max-width: 800px) {
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */
}

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

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

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

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

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

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

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

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

/*Blogs block*/
/*
.blogs-block {
	background: url(../images/blogs-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}
*/
/*
.blogs-block {
    background-image: linear-gradient(to bottom, rgb(17 84 127 / 80%), rgb(17 84 127 / 80%)), url(../images/blogs-bg-mob.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

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

/*Footer*/
  
footer {
    padding-bottom: 80px;
	}
  
footer .content {
	text-align: left;
	}

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

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

footer h4 {
	font-size: 14px;
	}

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

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

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

.scroll-to-top {
	width: 45px;
    left: 15px;
    bottom: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}

.rabutton .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 9px);
	}

/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

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

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

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

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

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

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

@media only screen and (max-width: 590px) {
/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
/*Nav*/  
.nivo-caption {
    position: relative;
	}

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

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

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

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

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

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

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

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

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

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

.office {
	padding-right: 10px;
	padding-bottom: 23px;
	}
  
tbody#rsform_5_page_0 td {
	display: block;
	} 
  
}


@media only screen and (max-width: 490px) {
.info-container {
	right: 0;
	margin: 15px auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	}
}

@media only screen and (max-width: 430px) {
.nivo-caption {
	position: relative;
	}
}

