body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; color: #222; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden; background-color: #fff;}
a {text-decoration: none; font-size: 16px; line-height: 24px;}
p {font-family: 'Lato', sans-serif; font-size: 16px; line-height: 24px; color: #222;}

.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}

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

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1180px;
    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: #056696;
	color: #fff;
	border-color: #056696;
	}

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

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

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

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

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

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

/*Socials*/
.socials {
    display: flex;
    gap: 5px;
    flex-direction: column;
    background: #fff;
    padding: 5px;
    border-top: 3px solid #074075;
    border-right: 3px solid #074075;
    border-bottom: 3px solid #074075;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 46%;
    border-radius: 0 15px 15px 0;
	}

/*Navigation*/
nav .content {
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding: 0 15px;
	}

.top-banner {
	display: block;
	height: 20px;
	width: 100%;
	background-color: #074075;
	}

.inner-logo {
	display: flex;
	vertical-align: middle;
	padding: 8px 20px 8px 0;
	max-width: 300px;
	}

nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #f8f8f8;
    transition: all 0.3s;
  	box-shadow: 0px 0px 5px 0px #000;
	}

#homepage nav {
	position: absolute;
	}

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

nav.slide {
	position: fixed;
	display: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

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

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

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

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

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

.topmenu {
    margin: 0 auto 0 0;
	}

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

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

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

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

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

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

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

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: block;
    background: #f8f8f8;
    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: #fff;
	}

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

.top-right {
	display: flex;
    padding: 0 0 10px 0;
    margin: 0 auto;
	}
	
.top-buttons {
	margin-top: 20px;
	}

.top-phones {
	display: block;
	margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 15px 6px;
	background-color: #e3b74d;
    border: 1px solid #e3b74d;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
	cursor: pointer;
	}
	
.top-phones :hover {
	background-color: #ffd400;
	}

.myphone {
	display: none;
	}

.myphone.block {
	display: block;
	background: #f8f8f8;
	padding: 5px 15px;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
    left: -45px;
    min-width: 235px;
	box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
	text-align: right;
	}

.myphone.block p {
    display: block;
    margin: 5px 0;
	}

.myphone.block p a {
    margin-left: 5px;
    color: #2d3950;
	}

.top-phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
	}

.top-phone p {
	font-size: 14px;
    font-weight: 400;
	}

.top-button {
	background: #074075;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
	border: 1px solid #074075;
	border-radius: 3px;
	transition: .5s all ease-in-out;
	}
	
.top-button:hover {
	background: #fff;
	color: #074075;
	}

.hamburger {
    display: none;
	}

nav p {
    padding: 0;
    margin: 0;
    display: inline-block;
	}

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

.slider-block .content {
    text-align: center;
    max-width: 1375px;
	}

.mobile-slide {
    display: none;
	}

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

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

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

.maintext-block-serv {
    background: rgba(0,0,0,0.8);
    color: #f2f2f2;
    border-radius: 4px;
    padding-bottom: 25px;
    max-width: 410px;
    box-sizing: border-box;
	}

.maintext-block-serv h2 {
    color: #f2f2f2;
    padding: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 33px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
	}

.maintext-block-serv ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
	}

.maintext-block-serv ul li a {
	font-size: 16px;
    background: #073f75 url(../images/foot-pad.png) 10px center no-repeat;
    color: #f2f2f2;
    display: block;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    margin: 0 10px 10px;
    padding: 8px 5px 5px 35px;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    text-align: left;
	}

.maintext-block-serv ul li a:hover {
	background-color: #0769c7;
    border-bottom: 1px solid #0769c7;
    text-decoration: none;
	}

.maintext-block {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
	}

.tagline {
    color: #f2f2f2;
    text-align: center;
    font-weight: 400;
    background: rgba(0,0,0,0.8);
    display: block;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
    padding: 18px 25px;
	}

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

.location-text-serv {
    background-color: #2d3950;
    color: #f2f2f2;
    border-radius: 4px;
    padding-bottom: 25px;
    max-width: 410px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 36.5%;
	}

.location-text-serv h2 {
	color: #f2f2f2;
	padding: 25px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-size: 33px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 400;
	}

.location-text-serv ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	}

.location-text-serv p.address {
	color: #f2f2f2;
	font-family: 'Lato',sans-serif;
	font-weight: 100;
	margin: 0 10px;
	padding: 0;
	}

.location-text-serv li {
	margin-bottom: 10px;
	}

.location-text-serv p.address>span.address_text {
	text-align: left;
	width: 270px;
	}

.location-text-serv p.address>span {
	background-color: #334568;
	padding: 8px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 20px;
	text-align: center;
	border-radius: 4px;
	}

.location-text-serv p.address>span {
	background-color: #334568;
	padding: 8px;
	margin-right: 5px;
	display: inline-block;
	height: 25px;
	width: 20px;
	text-align: center;
	border-radius: 4px;
	}

/*Twin Image Block*/
.twin-image-block {
	padding: 50px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
	}

.twin-image-block a {
	display: flex;
	transition: 0.3s ease-in-out;
	}

.twin-image-block a:hover {
	transform: scale(1.03);
	}

.twin-image-block img {
	max-width: 100%;
 	width: auto;
  	height: auto;
	}


.twin-image-block .img-mob {
  	display: none;
	}

/* About block*/

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

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

.about-box img {
	float: right;
    padding-top: 0px;
    margin-top: 10px;
    border: 8px solid #fff;
    margin-left: 1em;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
	}

.about-box h2 {
	line-height: 48px;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 12px 0;
    color: inherit;
    text-rendering: optimizelegibility;
    color: #074075;
	padding: 0 25px;
	}

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

.about-box p {
    font-family: 'Lato', sans-serif;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
	text-align: left;
	}

/*Services Block*/
.service {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 371px;
	transition: all 0.3s;
	}

.services-block .content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
	max-width: 1200px;
	}

.services-block h2 {
	line-height: 48px;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 12px 0;
    text-rendering: optimizelegibility;
    color: #074075;
	padding: 0 25px;
	}

.service:hover {
	cursor: pointer;
	}

.serv-hov {
    /*visibility: hidden;*/
    /*background-color: rgba(10,81,151,0.5);*/
    width: 371px;
    height: 435px;
    position: absolute;
    transition: all 0.3s;
	}

.service:hover .serv-hov {
	/*visibility: visible;*/
	background-color: rgba(10,81,151,0.5);
	z-index: 10;
	}

.service-tittle {
    display: block;
    background-color: #666;
    color: #f2f2f2;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em 0;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
	}

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

.doctors-block h2 {
	color: #074075;
    margin: 12px 0;
    line-height: 48px;
    font-size: 28px;
    text-align: center;
	}

.doctors-block .content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
	}

.doctors-block .content img {
	padding: 15px 0 0 0;
	}

.doctors-block .content {
	display: flex;
	gap: 20px;
	align-items: center;
	/*flex-direction: column-reverse;*/
	justify-content: center;
	}

.dr-hp-bio p a {
	color: #074075;
	font-weight: 700;
	}

/*Locations block*/
.locations-block {
    border-top: 20px solid #f0d186;
    border-bottom: 20px solid #f0d186;
	padding: 25px 0;
	text-align: center;
    /*background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/location-bg.jpg);*/
	background-image: url(../images/location-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
	}

.loc-box {
    display: flex;
    align-items: stretch;
    width: 410px;
	}

.loc-info {
    padding: 25px;
    background: rgb(255 255 255 / 95%);
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%;
	}

.cta-appointment {
    background-image: none;
    color: #f2f2f2;
    padding: 10px 15px;
    text-shadow: none;
    border: 1px solid #074075;
    background-color: #074075;
    text-transform: capitalize;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    max-width: 244px;
	transition: .5s all ease-in-out;
	}
	
.cta-appointment:hover {
	background-color: #fff;
	color: #074075;
	}

.loc-btn {
	background-image: none;
    color: #f2f2f2;
    border: none;
    padding: 0.5em 1.5em;
    background-color: #0769c7;
	border: 1px solid #0769c7;
    text-transform: none;
    text-shadow: none;
    display: block;
    border-radius: 3px;
    max-width: 196px;
    margin: 4px auto;
	transition: .5s all ease-in-out;
	}
	
.loc-btn:hover {
	background-color: #fff;
	color: #0769c7;
	}

.loc-box h2 {
	color: #074075;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
	}

.loc-box .address {
	margin: 10px 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
	}

.loc-box .phone {
	font-size: 24px;
    color: #000;
    font-weight: 400;
	}

.loc-box .fax {
	font-size: 24px;
    color: #000;
    font-weight: 400;		
	}

.loc-box .shedule {
    font-weight: 500;
    color: #6a6a6a;
    font-size: 18px;
    text-transform: capitalize;
    max-width: 200px;
    margin: 16px auto 20px;
    text-align: left;
	}

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

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

/*Blogs block*/

.blogs-block {
	padding: 50px 0;
	background-color: #073f75;
	}

.blogs-block .content {
    text-align: center;
    max-width: 95%;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    background-color: #073f75;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding-top: 20px;
	}

.blogs-block h3 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0;
    line-height: 24px;
    font-size: 28px;
	}

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

.blogs-list ul li a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 10px 0;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
	-webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
	}

.blogs-list ul li a:hover {
    text-decoration: underline;
	color: #005e8d;
	}

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


/*Footer*/
footer {
    background: #151515;
	}

footer .content {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
    max-width: 1500px;
	}

.footer-tagline {
	flex: 1 1 100%;
	margin: 35px auto 0;
	}

.footer-tagline h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
	}

footer p {
	color: #6f6f6f;
	}

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

.copy-left, .copy-right {
	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;
	}

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

/*Testimonials*/

.testimonial-container {
	border: 2px solid #eee;
	background-color: #eee;
	border-radius: 5px;
 	padding: 16px;
 	margin: 16px 0
	}

.testimonial-container::after {
	content: "";
    clear: both;
 	display: table;
	}

.testimonial-container span {
    font-size: 20px;
    margin-right: 6px;
	}

.testimonial-p {
    text-align: left;
	}

.checked {
    color: gold;
	}
		
/*End of Testimonials Code*/

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

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

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

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

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

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

.item-page {
	padding-top: 40px;
	}

.inner-pages .page-header h2 {
    margin: 2px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	}

.inner-pages .doctor {
	width: 225px;
	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;
	}

.images-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
	}

.video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
	}
	
.video-item {
	max-width: 550px;
	width: 100%;
	text-align: center;
	}

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

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

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

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

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

div.latestItemsCategory h2 {
    color: #000000;
    text-align: left;
    font-weight: 900;
    position: relative;
    padding: 15px 0 20px 0;
    margin: 2px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
	}

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

div.latestItemsCategory h2::after {
	display: none;
	}

h2.latestItemTitle a {
	color: #074075;
	font-size: 25px;
	}

#k2Container.latestView {
    padding-top: 30px;
	}

#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: 20px 20px 40px;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
	}

div.k2ArchivesBlock ul {
  	flex-direction: column;
	}

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;
	padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    max-width: 275px;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	width: 275px;
	}

.clearList {
	display: none !important;
	}

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

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

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

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

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

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

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

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

#offices.images .n2-section-smartslider {
	max-width: 450px;
	margin: 0 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: #074075;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
	}

.formTableLayout {
	margin: 0 auto;
	}

/* .formTableLayout input#Send {
	background: #48b5c5;
	color: #fff;
	border-color: #48b5c5;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	} 

.formTableLayout input#Send:hover {
	background: #fff;
	color: #48b5c5;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	} */

.formTableLayout input#Send {
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #004b8d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005e8d), to(#002f8d));
    background-image: linear-gradient(to bottom, #005e8d, #002f8d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002f8d', GradientType=0);
    border-color: #002f8d #002f8d #001541;
    background-color: #002f8d;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 8px 36px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #bbb;
  	cursor: pointer;
  	transition: all 0.3s;
    }

.formTableLayout input#Send:hover {
  	background-color: #002f8d;
  	background-image: none;
	}

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

input, textarea, button, select {
    outline: none;
    padding: 8px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
 	background-color: #f2f2f2;
	}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    /* border-color: rgba(82,168,236,0.8); */
  	border: 1px solid #52a8eccc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  	background-color: #fff;
	}

/*Joomla content*/

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

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

.divContent {
	flex: 0 0 80%;
	}

.divRight {
	flex: 0 0 20%;
	}

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

.divRight .moduletable ul {
	padding: 0px 4px !important;
  	justify-content: left;
  	flex-direction: column;
	}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
	justify-content: left;
	}

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: 1700px) {
/*Slider OverLay*/
.maintext-block-serv-wrapper {
    top: 100px;
	}

.location-text-serv {
	left: 35.5%;
	}
}

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

.topmenu ul {
	align-items: center;
	}

.topmenu ul li.parent:after {
	top: 9px;
	}

.deeper.parent {
	padding-right: 12px;
	}

}

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

.top-buttons {
	order: 2;
	width: 100%;
	margin-top: 5px;
	}

.top-buttons {
	order: 2;
	width: 100%;
	text-align: center;
	padding: 0 15px 10px;
	}
		
/*Slider OverLay*/
.maintext-block-serv-wrapper {
	top: unset;
	position: relative;
	left: unset;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
	}

.maintext-block-serv-wrapper .content {
    width: unset;
    margin: 0;
	}

.maintext-block-serv {
	left: unset;
    position: relative;
    top: unset;
    padding: 0px 0 15px;
	}

.maintext-block-serv {
	left: unset;
	position: relative;
	top: unset;
	}

.location-text-serv {
	left: unset;
	position: relative;
	top: unset;
	}
}

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

@media only screen and (max-width: 1310px) {
.tagline {
	font-size: 16px;
	}
}

@media only screen and (max-width: 1215px) {
#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 532px;
	}

/*Doctor Block*/	
.doctors-block .content {
	flex-direction: column-reverse;
	}

/*Footer*/
footer .content {
    flex-wrap: wrap;
	}

.copy-left {
	width: 100%;
	order: 2;
	}

.copy-right {
	order: 1;
    width: 205px;
    text-align: center;
	}
}

@media only screen and (max-width: 1150px) {
/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

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

.topmenu.active {
	top: 0;
	}

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

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

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

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

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 950px) {
/*Slider Overlay*/	
.maintext-block-serv-wrapper {
	flex-direction: column;
	gap: 40px;
	}

.maintext-block-serv {
	max-width: 398px;
	}

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

.location-text-serv h2 {
	font-size: 31px;
	}

/*Twin Block*/
.twin-image-block img {
    max-width: 100%;
	}

/*About Block*/
.about-box img {
    width: 350px;
	}
}

@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;
  	}
  
.twin-image-block .img-mob {
  	display: block;
	}
  
.twin-image-block .img-desk {
  	display: none;
	}

/*Blogs block*/
.blogs-block h3 {
	font-size: 28px;
	}

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

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

.formTableLayout tr.rsform-block>td {	
    padding: 5px;
	}
  
tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {
	display: block;
	}

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

.formTableLayout tr.rsform-block>td:first-child {
	text-align: left;
	}
}

@media only screen and (max-width: 600px) {
.about-box.rha.gently {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	}

.about-box img {
	width: 300px;
	margin: 0 0 20px;
	}

/*Footer*/
.logo-footer {
	max-width: 300px;
	margin: 30px auto 0;
	}

.copy-right {
    order: 2;
    width: 100%;
    text-align: center;
	}

.copy-left, .copy-right {
	padding: 0px 25px;
	}

}

@media only screen and (max-width: 600px) {
/*Header*/
nav .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
	}

.inner-logo {
	display: flex;
	vertical-align: middle;
    padding: 8px 8px 8px;
	max-width: 230px;
	margin: 0 auto 0 0;
	}

.top-right {
	order: 2;
	width: 100%;
	}

.top-phone {
	display: block;
	margin: 0 auto;
	}

/*Doctor Block*/
.doctors-block .content img {
    padding: 0px 0 0 0;
    max-width: 300px;
	}

.service {
	max-width: 330px;
	}

.service img {
	width: 330px;
	}

.serv-hov {
	/* visibility: hidden; */
	/* background-color: rgba(10,81,151,0.5); */
	width: 330px;
	height: 395px;
	position: absolute;
	transition: all 0.3s;
	}

/*Location Block*/
.loc-box {
    width: 330px;
	}

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


@media screen and (max-width: 550px) {
tbody#rsform_5_page_0 td {
	display: block;
	}
}

@media only screen and (max-width: 480px) {
.maintext-block-serv h2 {
	font-size: 24px;
	}

.location-text-serv h2 {
	font-size: 24px;
	}	
/*
.location-text-serv p.address {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	}
*/
.location-text-serv p.address>span.address_text {
	text-align: left;
	width: 96%;
	}

.location-text-serv p.address>span.address_text {
	text-align: left;
	width: 96%;
	margin-bottom: 10px;
	}

}