body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', 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: #649b1e;
    color: #fff;
    border-color: #649b1e;
	}

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

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

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

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

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

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

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

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

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

/*Navbar*/

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

.call-button {
    padding: 8px 30px;
    background: #ca0000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    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: 0;
    font-size: 16px;
    width: 280px;
    border: 2px solid #fff;
    z-index: 99;
	}

.info-container p {
	display: block;
	padding:0;
	}

.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: #5F9B04;
	color: #fff;
	border-color: #5F9B04;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 20px;
	}

.socials-block {
    position: fixed;
    left: 0;
    top: 40%;
    background: #ffffff;
    z-index: 98;
    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;
	}

.socials-block.disabled {
  	pointer-events: none;
  	opacity: 0.5;
  	filter: grayscale(100%);
	}
	
.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: #5F9B04;
	color: #fff;
	border-color: #5F9B04;
	border: 1px solid #fff;
	margin-left: 20px;
	}

.item-133:hover {
	background: #598a1a;
	color: #fff;
	border-color: #598a1a;
	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;
	text-transform: uppercase;
	}

.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: #000000e0 ;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:99;
	}

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

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

.topmenu ul li ul li {
    display: block;
    padding: 6px 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;
	}

.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: 20%;
	left: 0;
	width: 100%;
	
	}

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

.slider-overlay ul li {
	list-style: none;
	padding: 10px 10px 10px 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: 22px;
    background: #649b1e;
    padding: 4px;
    display: block;
    max-width: 275px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
	}

.overlay-button:hover {
	background: #598a1a;
	}

/*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: 17px;
    max-width: 400px;
    width: 100%;
	}
	
.location-box-overlay {
    position: relative;
    background: #fff;
    padding: 15px;
    text-align: center;
    color: #075783;
    font-size: 18px;
    width: 100%;
	}

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

.location-box h2 {
    font-size: 30px;
    color: #075783;
    padding: 0;
    text-align: center;
    font-weight: 300;
    margin: 0px auto 20px auto;
    position: relative;
    padding: 0px 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 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;
	}
	
ul.locat li {
	list-style-type: none;
	padding-top: 3px;
}	

ul.locat li a {
	color: #122936;
}

.location-box-phone {
	display:block;
	text-align:center;
	font-size: 24px;
    color: #083046;
}

.locat li {
    cursor: pointer;
    padding: 6px 8px;
}

.locat li.active {
    background: #e6f0ff;
    font-weight: 600;
}

/*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;
	border-top: 1px solid #5c5c5c;
    padding-top: 40px;
	}

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

.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;
	text-align: left;
	margin-bottom: 10px;
	}

.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;
	margin-bottom: 30px;
	}

.office {
	padding-right: 30px;
	text-align:left;
	}

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

.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 , .rabutton.disabled {
	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;
	margin-bottom: 10px;
	}

#hours {
	float: left;
	width: auto;
	}

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

.formTableLayout {
	margin: 0 auto;
	}

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

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

/* Footer 4-column row */
.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
}

.footer-middle {
	color: #d1d1d0;
}

.map-overlay {
	position: absolute;
    top: 50%;             
    left: 5%;          
    transform: translateY(-50%); 
    width: 40%;
    max-width: 570px;
    background: rgba(255,255,255,0.9);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    overflow-y: auto;
    max-height: 690px;
    z-index: 10;}

.homepage .content.h {
	display:none
}

.office-doctors {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.office-doctors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
	margin-top: 30px;
}

/* CARD */
.office-doctors-card {
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.office-doctors-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* IMAGE */
.office-doctors-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f2f2;
}

.office-doctors-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* NAME */
.office-doctors-name {
    padding: 16px 12px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #586064; 
}

.office-doctors h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.office-doctors h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #144c6c;
}

.map-popup {
    font-size: 14px;
    line-height: 1.4;
}

.map-popup a {
    display: inline-block;
    margin-top: 6px;
    color: #1a73e8;
    font-weight: 500;
    text-decoration: none;
}

.map-popup a:hover {
    text-decoration: underline;
}

.offices.images {
    margin: 7px auto 30px;
    text-align: center;
   max-width: 400px;
}

.sppb-carousel-extended-item img {
    transition: filter 0.3s ease;
}

.sppb-carousel-extended-item:hover img {
    filter: brightness(85%);
}

@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 (max-width: 1400px) {
    .office-doctors-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

.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 (max-width: 1100px) {
    .office-doctors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

.slider-overlay {
    z-index: unset;
	}

/*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 (max-width: 991px) {
    .footer-col {
        width: 50%;
    }
}


@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;
    z-index: 999;
	}

.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 */

.locat li {
    cursor: pointer;
    padding: 0;
}
}

@media (max-width: 768px) {
    .map-overlay {
      width: 90% !important;
        left: 5% !important;
        top: -30% !important;
        transform: translateY(-60%) !important;
        max-height: 560px !important;
        padding: 10px !important;
		
    }
	
	.office-doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.map-fullwidth {margin-top:550px;}
}

@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;
	} 
  
.footer-col {
        width: 100%;
        text-align: center;
    } 

.location-box-overlay {
   
    font-size: 15px;
    width: 100%;
}	

ul.locat {padding:0}
  
}

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

@media (max-width: 480px) {
   /* .map-overlay {
        width: 95% !important;
        left: 2.5% !important;
        top: 50% !important;  
        transform: translateY(-50%) !important;
        padding: 8px !important;
        max-height: 300px !important;
    }
	*/
	 .office-doctors-grid {
        grid-template-columns: 1fr;
    }
}


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

/* istorelocator */

.istorelocator-module * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.isl-search-bar.input-group {
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative;
}
.isl-search-bar.input-group>.form-control, .isl-search-bar .input-group>.form-floating, .isl-search-bar .input-group>.form-select {
    flex: auto;
    width: 1%;
    min-width: 0;
    position: relative;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.isl-search-bar.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .isl-search-bar.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .isl-search-bar.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .isl-search-bar.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .isl-search-bar.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control, .isl-search-bar.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select, .isl-search-bar.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.isl-search-bar .form-control {
    width: 100%;
    padding: .375rem .75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
}
.isl-search-bar select.form-select {
    width: 100%;
    border: 1px solid #dee2e6;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.istorelocator-module {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 15px;
}
.istorelocator-module .row>* {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}
.gm-style-iw .card-body.list-content {
    white-space: normal;
}
.gm-style .list-item img {
    max-width: 100% !important;
}
@media (width >= 768px) {
    .col-md-8 {
        flex: none;
        width: 66.6667%;
    }
	.col-md-4 {
        flex: none;
        width: 33.3333%;
    }
	.istorelocator-module .row {
      flex-wrap: wrap;
      display: flex;
}
}
@media (max-width: 767px) {
    .col-md-8 {
        width: 100%;
    }
	.col-md-4 {
        width: 100%;
    }
	.istorelocator-module .isl_container {
      width: 100%;
    }
	.isl_map_canvas {
      margin-bottom: 15px;
    }
	.isl-listings .list-item > img {
      display: block;
      margin: 0 auto;
    }
	.icon-flag {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    /* font-size: 12px; */
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-flag:before {
    content: "\f024";
}
}
@media (max-width: 580px) {
.card-title.fs-4 {
    font-size: 20px !important;
}
}
.isl_container {
    border: 4px solid #c4c8cb;
}
.isl-listings .card {
    border: 1px solid #d5d5d5;
}
.istorelocator-module .card-body {
    padding: 1rem;
    flex: auto;
}
.isl-listings .card>img {
    background: #f1f1f1;
}
.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}
@media (width >= 1200px) {
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
.card-title {
	margin-top: 0;
    margin-bottom: .5rem;
    color: #212529;
    font-weight: 500;
}
.me-2 {
    margin-right: .5rem !important;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
.isl-listings .btn {
    color: #fff;
    padding: .25rem .875rem;
    border-radius: 6px;
    background: #33698b;
}
.isl-listings .btn-group, .loc-social-links {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	max-width: 250px;
}
.loc-webpage {
    width: 100%;
    margin-top: 15px;
    order: 1;
}
.gm-style .gm-style-iw-c .loc-webpage {
    color: #33698b;
    font-weight: 400;
    border: 1px solid #33698b;
}
.gm-style .gm-style-iw-c .loc-webpage:hover {
    color: #fff;
    background: #33698b;
}
.loc-social-links.btn-group a:not(.loc-webpage) {
    width: 28px;
    height: 28px;
    margin: 0 4px !important;
    margin-bottom: 11px;
    font-size: 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border: 1px solid #551a8b; */
    /* border-radius: 4px; */
}
a:has(.fa-twitter) {
	width: 26px !important;
    height: 26px !important;
    background: url(/images/twitter-icon.svg) no-repeat center;
    background-size: contain;
}
a:has(.fa-facebook) {
    background: url(/images/facebook-icon.svg) no-repeat center;
    background-size: contain;
}
a:has(.fa-youtube) {
    background: url(/images/youtube-icon.png) no-repeat center;
    background-size: contain;
}
a:has(.fa-instagram) {
    background: url(/images/instagram-icon.png) no-repeat center;
    background-size: contain;
}