/* @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U +0301, U +0400 -045F, U +0490 -0491, U +04B0 -04B1, U +2116;
} */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
    unicode-range: U +0100 -02BA, U +02BD -02C5, U +02C7 -02CC, U +02CE -02D7, U +02DD -02FF, U +0304, U +0308, U +0329, U +1D00 -1DBF, U +1E00 -1E9F, U +1EF2 -1EFF, U +2020, U +20A0 -20AB, U +20AD -20C0, U +2113, U +2C60 -2C7F, U + A720-A7FF;
}

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

/* body h1, h2, h3 {
  font-family: Lora, serif;
  font-weight: 400;
  line-height: 1.7em;
} */

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: #4e8c41;
    color: #fff;
    border-color: #4e8c41;
	}

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

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

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

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

.top-phone {
    color: #0d4c9399;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 10px;
	}

.top-phone a {
	color: #0d4c93;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 5px;
	}

.phone-numbers {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	}

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

#homepage nav {
	position: absolute;
	}

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

nav.slide {
	position: fixed;
	}

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

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

nav .content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    max-width: 1300px;
    padding: 0 25px;
    /* align-items: end; */
	}

.header-left {
    /* background: #3905fa; */
	background: #fff;
    display: inline-flex;
    width: 100%;
    max-width: 790px;
    /* justify-content: flex-end; */
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    /* padding: 20px 0px 20px 65px; */
    padding: 20px 0px 20px 0px;
	}

.header-right {
	/* background: #210380; */
	background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0px;
	box-sizing: border-box;
	}
	
.inner-logo {
	padding: 0px;
	/* 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 0 0;
    /* padding: 10px; */
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
	box-sizing: border-box;
	}

.topmenu.top-menu-upper {
	display: none;
	}

.top-menu-lower {
    /* position: absolute; */
    /* position: absolute; */
    display: flex;
    width: 100%;
    box-shadow: 3px 3px 3px #00000034;
	}

.homepage nav.inner-nav .topmenu-lower-left {
    /* background: rgb(153 203 121 / 25%); */	
	/* background: rgba(255, 255, 255, 0.7); */
    /* background: #0d4c93; */
    background: #0d4c93;
    max-width: 790px;
    width: 100%;
  display: none;
	}
	
.homepage nav.inner-nav .topmenu-lower-right {
	/* background: rgba(255, 255, 255, 0.7); */
    background: #0d4c93;
	display: flex;
	/* justify-content: flex-start; */
	justify-content: center;
	}
		

nav.inner-nav.slide.fixed .topmenu-lower-left, nav.inner-nav.slide.fixed .topmenu-lower-left {
	/* background: rgb(166, 218, 134); */
	/* background: #1976d2; */
	/* background-color: #fff; */
	background-color: #0d4c93;
  display: none;
	}

nav.inner-nav.slide.fixed .topmenu-lower-right, nav.inner-nav.slide.fixed .topmenu-lower-right {
	background: #0d4c93;	
	}

nav.inner-nav .topmenu-lower-left {
	/* background: rgb(166, 218, 134); */
	background: #0d4c93;
	max-width: 790px;
    width: 100%;
  display: none;
	}

nav.inner-nav .topmenu-lower-right {
	/* background: rgb(255, 255, 255); */
	background: #0d4c93;
	/* background: #ffffff6c; */
	display: flex;
	justify-content: center;
	}

.topmenu-lower-right ul li, .topmenu-lower-right ul li a {
	color: #3905fa;
	}

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

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

.topmenu ul li:last-child {
	/* padding: 10px 0 10px 15px; */
	}

.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;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a , span.nav-header , span.separator {
	text-decoration: none;
    font-size: 15px;
    /* color: #4e8c41; */
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
	}

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

.topmenu ul li a:hover, .topmenu ul li.active a {
    /* color: #200b7e; */
  background: #3167a3;
	}

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

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

.hamburger {
    display: none;
	}

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

/* Slider block*/

.slider-block {
    position: relative;
	}

.slider-overlay-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 790px;
	width: 100%;
	/* background: #02420266; */
	background-color: transparent;
	}
	
.slider-overlay-left {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}

.spans-wrap {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    position: absolute;
    top: 27%;
    right: 10%;
    font-weight: 300;
    font-family: 'Lato';
    font-style: italic;
    font-size: 40px;
    color: #fff;
	filter: drop-shadow(0px 0px 6px black);
  display: none;
	}

/*Sub Slider List (Foot And Ankle Conditions Treated)*/

.sub-slider-list {
    display: flex;
	box-sizing: border-box;
	}

.slider-list-left {
	max-width: 500px;
	width: 100%;
	display: inline-flex;
	justify-content: end;
	align-items: center;
	/* background: #210380; */
	/* background: #1976d2; */
	background: #0d4c93;
	color: #fff;
	box-sizing: border-box;
	padding: 0 25px;
	}

.slider-list-left h3 {
	font-size: 28px;
	}

.slider-list-right {
	/* background: #3905fa; */
	/* background: #1976d2; */
	background: #0d4c93;
	width: 100%;
    /* font-family: Lora, serif; */
	}


.slider-list-right ul {
    color: #fff;
    list-style: none;
    position: relative;
    padding: 10px 25px;
    column-count: 3;
    max-width: 725px;
    box-sizing: border-box;
    margin: 0 auto 0 0;
	}

.slider-list-right ul li {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin: 0;
	position: relative;
	padding: 10px 0;
	}

.slider-list-right ul li a {
	color: #fff;
	}

.slider-list-right ul li:before {
	content: '';
	left: 0;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 20px;
	width: 20px;
	background-color: #fff;
	margin-right: 7px;
	}

	.conditions-treated-box-block {
    position: absolute;
    width: auto;
    box-sizing: border-box;
    top: 50%;
    left: 5%;
    transform: translate(-5%,-50%) !important;
    padding: 15px;
	}

.conditions-treated-box-wrap {
    box-sizing: border-box;
    background: rgb(0 0 0 / 80%);
    max-width: fit-content;
    padding: 20px;
    z-index: 9999;
	}

.conditions-treated-box-wrap h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 15px;
    color: #fff;
    text-align: left;
    padding-top: 0;
	}

.conditions-treated-box-wrap ul {
    color: #fff;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    margin: 0 auto;
    flex-direction: column;
	}

.conditions-treated-box-wrap ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex: 1;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    color: #fff;
	}

.conditions-treated-box-wrap ul li a {
    color: #fff;
    transition: 0.3s all;
	}

.conditions-treated-box-wrap ul li a:hover {
    color: #0d4c93;
    text-decoration: underline;
	}

.conditions-treated-box-wrap ul li::before {
    content: '';
    position: relative;
    left: 0;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-color: #0d4c93;
	}

.banner-hp-block {
    background-color: #0d4c93;
    padding: 20px 15px;
    text-align: center;
	}

.banner-hp-block a {
    display: inline-block;
	transition: 0.3s all;
	color: #fff;
	}

.banner-hp-block a:hover {
	opacity: 0.5;
	}

.banner-hp-block h3 {
    margin: 0 auto 10px;
    font-size: 32px;	
    color: #fff;
	}

.banner-hp-block span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
	color: #fff;
	}

/*Upper Social Links*/

.upper-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    padding: 40px 25px 0;
	}

.upper-social {
    display: flex;
    gap: 10px;
	}

.upper-social a {
	color: #0171ab;
	font-size: 24px;
	padding: 10px;
	background: #8ed8ff;
	border-radius: 50%;
	width: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	transition: 0.3s;
	}

.upper-social a:hover {
	transform: scale(1.05);
	}

/* About block*/
.about-block {
	padding: 25px;
	box-sizing: border-box;
	}

.about-info-wrap {
    max-width: 925px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 0 25px;
	}

.about-block-title {
    color: #0d4c93;
    text-align: center;
    font-size: 44px;
  margin-top: 0;
	/* text-align: left; */
	}

.about-block>.content p {
	color: #696969;
	font-size: 20px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}

.home-page-services {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	}

.homepage-service {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #374e66;
	}

.homepage-service img {
	transition: 0.3s;
	}

.homepage-service:hover img {
	transform: scale(1.05);
	}

.about-block-button {
	display: block;
	text-align: center;
	margin: 35px auto;
	}

.about-block-button a {
    color: #fff;
    background-color: #4e8c41;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 25px;
    max-width: 250px;
    width: 100%;
    display: block;
    letter-spacing: 1.1px;
	margin: 0 auto;
	}

.about-block-button a:hover {
    background-color: #4e8c41;
	}

/*Testimonials Block*/
.testimonials-block {
	padding: 50px 0;
	text-align: center;
    /*background: #efefef;*/
    background: #eaf1f7;
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

.testimonial-block-title , .testimonials-block h3 {
	color: #048d95;
	margin: 0;
	font-size: 44px;
	padding: 0;
	text-align: center;
	}


.testimonials-block h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #0d4c93;
    font-size: 44px;
    font-weight: 400;
    margin-top: 0;
    }

.testimonials-button {
	color: #fff;
	background: #98b088;
	display: block;
	margin: 0% auto 0;
	font-size: 18px;
	padding: 15px;
	border-radius: 25px;
	max-width: 250px;
	}

.testimonials-button:hover {
	background: #5c744d;
	}

/*Doctors Block*/

.doctors-block {
    background: #efefef;
	padding: 45px 25px;
	box-sizing: border-box;
	}

.doctors-block-info {
    max-width: 845px;
    margin: 20px auto;
	}

.doctors-block-info h3 {
	color: #0d4c93;
    text-align: center;
    font-size: 44px;
    text-align: center;
	}

.doctors-block-info p {
    color: #696969;
    font-size: 20px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
	}

.doctors-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	flex-wrap: wrap;
	}

.doctor-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
	}

.doctor-box img {
	box-shadow: 6px 6px 6px rgb(0 0 0 / 43%);
	margin-bottom: 20px;
	transition: 0.3s;
	}

.doctor-box:hover img {
	box-shadow: 6px 6px 6px rgb(0 0 0 / 43%);
	margin-bottom: 20px;
	transform: scale(1.05);
	}

.doctor-box span {
	color: #374e66;
	}

.doctor-homepage-name {
	font-weight: bold;
	}


/*Follow Us Block*/
.followus-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
	padding: 50px 0;
	}

.followus-block h3 {
	color: #0d4c93;
	font-size: 44px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	}

.social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	}
	
.social-icon img {
	transition: 0.3s;
	}

.social-icon img:hover {
	transform: scale(1.05);
	}

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

.locations-upper-links p {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    }

.locations-upper-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
    }

.socials-upper {
    display: flex;
    gap: 10px;
    }

.social-upper a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.social-upper a:hover {
    transform: scale(1.05);
    }

.location-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgb(255 255 255 / 80%);
    max-width: 1050px;
    margin: 0 auto;
    padding: 25px;
    border-radius: 35px;
    }

.our-location-title {
	color: #0d4c93;
    font-size: 44px;
    font-weight: 400;
    margin: 0 auto 25px;
	}

.location-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    }

.location-info img {
	width: 45px;
	height: 45px;
	}

.location-info-left i {
    color: #6b6b6b;
    font-size: 24px;
    padding: 10px;
    background: #cecece;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.location-info-right h3 {
    margin: 0;
    }

.location-info-right p {
    margin: 0;
    }

.location-info-right a {
    color: #000;
    }

.locations-lower-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-top: 1px solid;
    }

.locations-lower-links p {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    }

.socials-lower {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    }

.social-lower a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    transition: 0.3s;
    }

.social-lower a:hover {
    transform: scale(1.05);
    }

.location-wrap-right {
    width: 550px;
    height: 310px;
    }

/*Blogs block*/

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

.blogs-block .content {
    text-align: center;
    padding: 0px;
    max-width: 100%;
	}

.blogs-block h2 {
    font-size: 44px;
    text-align: center;
    display: block;
    color: #0d4c93;
	}

.blogs-list ul {
    /*display: inline-block;*/
    padding: 0;
    margin: 0 auto;
    text-align: left;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	}

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

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

.blogs-list ul li a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    line-height: 24px !important;
	}

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

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

/*Footer*/
footer {
    /* background: #3905fa; */
    background: #0d4c93;
	}

footer .content {
	text-align: center;
	max-width: 1300px;
    padding: 15px;
	}

.logo-footer {
    display: inline-block;
    vertical-align: middle;
    max-width: 550px;
    padding: 30px 30px 30px 0;
	text-align: center;
	}

.logo-footer img {
	filter: brightness(0) invert(1);
	}

.logo-footer p {
	margin: 15px auto 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
	}

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

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

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

footer h4 a {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	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: #ffffff;
	font-size: 18px;
	}

.quick-links-block ul li a , .quick-links-block ul li.a {
	color: #ffffff;
	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: #ffffff;
	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: #ffffff;
	font-size: 14px;
	padding: 30px;
	}

.copy-left a, .copy-right a {
	color: #ffffff;
	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; */
	background: #4e8c41;
	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; */
	/* border: 4px solid #4e8c41; */
	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; */
	color: #4e8c41;
	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;
    }

/*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;
    }
	
.inner-wrap .google-review {
    margin-top: 60px;
	background: none;
	}

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

.content.h {
    max-width: 1300px;
    padding: 25px;
	box-sizing: border-box;
	}

.inner-pages a {
	/* color: #200b7e; */
	color: #0d4c93;
	}

.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;
	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: #0d4c93;
	}

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

.inner-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin: 25px auto;
	}

.inner-btns a {	
    display: inline-block;
    color: #fff;
    background-color: #4e8c41;
	border: 2px solid #4e8c41;
    padding: 10px 15px;
    font-size: 18px;
	font-weight: 700;
    border-radius: 5px;
    transition: 0.3s all;
	}

.inner-btns a:hover {
    background-color: #fff;
    color: #4e8c41;
	}	

/*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: #4e8c41;
	}

h2.latestItemTitle a {
	color: #4e8c41;
	}

#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: 105px;
	}

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

#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;
    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: #0d4c93;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, .formTableLayout input#submit, button#submit  {
	background: #4e8c41;
	color: #fff;
	border-color: #4e8c41;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	transition: 0.3s all;
	}

.formTableLayout input#Send:hover, .formTableLayout input#submit:hover, button#submit:hover {
	background: #fff;
	color: #4e8c41;
	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*/

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

.content.full {
	flex-wrap: wrap;
    display: flex;
    max-width: 1300px;
    padding: 25px;
	}

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

/*Lapiplasty Page*/
.lapi__video-wrap {
    text-align: center;
    }

.lapi__images {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    }

.lapi__image {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #268d89;
    }

.lapi__image ul {
    list-style-type: none;
    margin: 0;
    padding: 0;        
    }

.inner__button {
    display: block;
    margin: 50px auto;
    box-sizing: border-box;
    text-align: center;
    }

.inner__button {
    display: block;
    margin: 50px auto;
    box-sizing: border-box;
    text-align: center;
    }

.inner__button a {
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #4ab7b4;
    padding: 3px 10px;
    border-radius: 3px;
    text-align: center;
    margin: 1px 0 2px 0;
    background: #4ab7b4;
    }

.inner__button a:hover {
    color: #4ab7b4 !important;
    border: 2px solid #4ab7b4;
    background: #fff;
    cursor: pointer;
    }
    
.lapi__gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    }

.lapi__box {
    text-align: center;
    max-width: 290px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    }

.lapi__box:hover {
    cursor: pointer;
    }

.lapiplasty__links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    }

.lapi_link {
    text-align: center;
    max-width: 350px;
    }
	
.lapiplasty__testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    }

.lapiplasty__testimonial {
    text-align: center;
    font-weight: 600;
    color: #56b8b4;
    max-width: 646px;
    }

.lapiplasty__video iframe {
    border: 3px solid #56b8b4;
    border-radius: 20px;
    }

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

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

.video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
	}
	
.video-item {
	max-width: 560px;
	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%;
	} 

@media only screen and (max-width: 1795px) {
.slider-overlay {
	height: 650px;
	bottom: 19%;
    left: 280px;
	}
}

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

@media only screen and (max-width: 1625px) {
.slider-overlay {
	height: 600px;
	bottom: 19%;
	left: 12%;
    }
}

@media only screen and (max-width: 1620px) {
.header-left {
	width: 100%;
	max-width: 500px;
	}

.topmenu-lower-left {
	width: 100%;
	max-width: 500px !important;
	}

.slider-overlay-wrap {
	width: 100%;
	max-width: 500px;
	}

.slider-list-left {
	max-width: 500px;
	}

.slider-list-left h3 {
	font-size: 28px;
	}

}

@media only screen and (max-width: 1475px) {
.conditions-treated-box-wrap h2 {
    font-size: 24px;
	}

.conditions-treated-box-wrap ul li {
    font-size: 18px;
	}

.conditions-treated-box-wrap ul li::before {
	height: 12px;
	width: 12px;
	}

.slider-list-wrap {
	max-width: 670px;
	}
	
.slider-list {
	column-count: 2;
	}

.slider-overlay {
	height: 115px;
	bottom: 180px;
	left: 12%;
    }

.slider-overlay-title {
	font-size: 48px;
	font-weight: 500;
	}
}

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

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

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

.spans-wrap {
	top: 32%;
	right: 8%;
	font-size: 28px;
	}

.slider-list-left h3 {
	font-size: 22px;
    }

.slider-list-right ul {
    column-count: 2;
	}

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

}

@media only screen and (max-width: 1225px) {
.home-page-services {
	max-width: 600px;
	margin: 0 auto;
	}
}

@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: 537px;
	}
}

@media only screen and (max-width: 1100px) {
.topmenu-lower-right {
	/* background: #ffffff !important; */
	display: flex !important; 
	justify-content: center !important;
	}

.topmenu.topmenu-lower-left {
	display: none !important;
	}
}

@media only screen and (max-width: 1080px) {
.conditions-treated-box-block {
    position: relative;
    transform: none !important;
    top: auto;
    left: auto;
    padding: 30px 15px;
    background-color: rgb(11 90 133 / 80%);
	}

.conditions-treated-box-wrap {
    margin: 0 auto;
	}

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

.banner-hp-block span {
    font-size: 18px;
	}

/*Footer */
.logo-footer {
	display: block;
	margin: 30px auto;
	padding: 0;
	max-width: 550px;
	}  

/*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: 1040px) {
.content {
	flex-direction: column;
	}

.header-left {
	padding: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: unset;
    }
} */

@media only screen and (max-width: 1000px) {
  
nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: block;
  	position: relative;
	}
  
.inner-nav {
    display: none;
  	}
  
nav.slide.fixed, .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
	}
}

@media only screen and (max-width: 975px) {
.spans-wrap {
	top: 23%;
	left: 8%;
	font-size: 24px;
	right: unset;
	color: #200b7e;
	font-weight: bold;
	filter: drop-shadow(0px 0px 0px white);
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: #200b7e;
    }

.slider-overlay-wrap {
	width: 100%;
	max-width: unset;
	background: transparent;
    }

.sub-slider-list {
	flex-direction: column;
	}

.slider-list-left {
	max-width: unset;
	justify-content: center;
    }

.slider-list-right ul {
	column-count: 1;
    }

.slider-list-right ul {
	column-count: 1;
	max-width: unset;
	margin: 0 auto;
	max-width: 235px;
    }
}

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

.inner-logo {
	/*max-width: 400px;*/
	padding: 15px;
	margin: 0 auto 0 0;
    }

.top-right {
	margin: 0 auto;
	padding: 0 15px 0 0;
    }

/*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: #c3c3c3;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	align-items: flex-start;
	justify-content: flex-start !important;
	text-align: left;
	background: #0d4c93 !important;
	}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	/* background-color: #372bf2; */
	}
	
.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner:after {
	background-color: #fff;
	}

.topmenu ul li:last-child {
	padding: 0px 0 0 5px;
	}

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

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

.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: 10px 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;
	align-items: center;
	flex-direction: column;
	}

.header-left {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
	}

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

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}


@media only screen and (max-width: 900px) {
/*Location*/	
.location-wrap {
	flex-direction: column;
	max-width: 320px;
	}

.our-location-title {
	font-size: 34px;
	text-align: center;
	}

.location-wrap-right {
	width: 100%;
	height: 390px;
	}
}

@media only screen and (max-width: 830px) {
.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 only screen and (max-width: 825px) {
.about-block-title {
	font-size: 28px;
	}

.followus-block h3 {
	font-size: 28px;
	}

.doctors-block-info h3 {
	font-size: 28px;
	}

.our-location-title {
	font-size: 28px;
	text-align: center;
	}

}

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

/*Blogs block*/
/*

/*.blogs-block {
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), 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;
	}

.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: 700px) {

.spans-wrap {
	top: 13%;
	left: 8%;
	font-size: 24px;
	right: unset;
	color: #200b7e;
	font-weight: bold;
	filter: drop-shadow(0px 0px 0px white);
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: #200b7e;
    }

.slider-overlay {
	height: 115px;
	bottom: 260px;
	left: 12%;
    }

.slider-list {
	column-count: 1;
    }
}

@media only screen and (max-width: 650px) {
.slider-overlay {
	position: relative;
    bottom: unset;
    left: unset;
    background: #fff;
    text-align: center;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
	}

.slider-overlay-title {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
    }

}

@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) {

.inner-logo {
	max-width: 250px;
	padding: 15px;
	margin: 0 auto 0 0;
    }

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

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

.subslide {
    flex-direction: column;
    padding: 15px 0;
	}

.slider-list-right ul li:before {
	content: '';
	left: 0;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 18px;
	width: 18px;
	background-color: #fff;
	margin-right: 7px;
	}

/*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: 500px) {
.slider-list-title {
    font-size: 26px;
	}

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

.slider-list li:before {
	content: '';
	left: 0;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 16px;
	width: 16px;
	background-color: #fff;
	margin-right: 7px;
	}

}

@media only screen and (max-width: 470px) {
.spans-wrap {
	top: 8%;
	left: 8%;
	font-size: 18px;
	right: unset;
	color: #200b7e;
	font-weight: bold;
	filter: drop-shadow(0px 0px 0px white);
	-webkit-text-stroke: 1px #4e8c41;
	-webkit-text-fill-color: #200b7e;
	}

.upper-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	box-sizing: border-box;
	padding: 40px 25px 0;
	}

}

.office-img img {
    margin-top: 40px;
}


.dir-title {
  background: #0b4c8c;
  color: #fff;
  padding: 16px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.2s ease;
}

.dir-title:hover {
  background: #138f8f;
}

.dir-title.is-open {
  background: #0b4c8c;
}

.dir-title.south {
  background: #138f8f;
}

.dir-title.south:hover {
  background: #0f6f6f;
}

.dir-title.south.is-open {
  background: #0b5555;
}

.dir-content {
  display: none;
  padding: 15px 20px;
  background: #f7f7f7;
  margin-bottom: 15px;
}

#n2-ss-1item1{
  background: hsla(0, 0%, 100%, .6);
    padding: 20px 30px;
    color: #0d4c93 !important;
}

#n2-ss-1item4{
  background: hsla(0, 0%, 100%, .6);
    padding: 20px 30px;
      color: #0d4c93 !important;
}

#n2-ss-1item3 {
  background: hsla(0, 0%, 100%, .6);
    padding: 20px 30px;
      color: #0d4c93 !important;
}


/* Meet Our Team Section */
.meet-our-team-wrap {
}

.meet-our-team-grid {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.meet-our-team-text {
  flex: 1;
  max-width: 55%;
}

.meet-our-team-image {
  flex: 1;
  max-width: 45%;
  text-align: right;
}

.meet-our-team-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

/* Typography to match old site */
.meet-our-team-text .heading {
  font-size: 44px;
  margin-bottom: 20px;
  color: #0d4c93;
}

@media only screen and (max-width: 825px) {
  .meet-our-team-text .heading {
    font-size: 28px;
}
}

.meet-our-team-text p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.meet-our-team-text ul {
  padding-left: 20px;
}

.meet-our-team-text li {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .meet-our-team-grid {
    padding: 0 20px;
    gap: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .meet-our-team-grid {
    flex-direction: column;
    text-align: left;
  }

  .meet-our-team-text,
  .meet-our-team-image {
    max-width: 100%;
  }

  .meet-our-team-image {
    text-align: center;
    margin-top: 30px;
  }

  .meet-our-team-image img {
    max-width: 320px;
  }
}

/* Force full-width row below Follow Us */
.full-row {
  width: 100%;
  clear: both;
  display: block;
}

/* Main section */
.insurance-accept {
  background: #eaf1f7;
  padding: 20px;
  box-sizing: border-box;
}

/* Title */
.insurance-accept h2 {
  text-align: center;
  margin-bottom: 30px;
    color: #0d4c93;
    font-size: 44px;
    font-weight: 400;
}

/* Logos container */
.insurance-logos {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* desktop */
  align-items: center;
  gap: 40px;
  padding: 50px;
}

/* Logo wrapper */
.insurance-logos .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo images */
.insurance-logos img {
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 992px) {
  .insurance-logos {
    grid-template-columns: repeat(3, 1fr); /* 3 per row */
    gap: 30px;
  }

  .insurance-accept h2 {
    font-size: 32px;
  }

  .insurance-logos img {
    max-height: 48px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .insurance-logos {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    gap: 20px;
  }

  .insurance-accept {
    padding: 40px 15px;
  }

  .insurance-accept h2 {
    font-size: 26px;
  }

  .insurance-logos img {
    max-height: 40px;
  }
}

.google-review {
  background: #e6edf4;
}

.testimonials-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px;
}

.testimonials-page h1 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 30px;
}

.testimonials-page p {
  line-height: 1.7;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto 30px;
}

.featured-review {
  margin-top: 30px;
  padding: 40px 20px;
  background: #eaf1f7;
  border-radius: 6px;
}

.featured-review h2,
.all-reviews h2 {
  text-align: center;
  margin-bottom: 20px;
}

.featured-review-card {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
}

.featured-review-card .stars {
  font-size: 20px;
  margin-bottom: 10px;
}

.featured-review-card .review-text {
  font-size: 16px;
  line-height: 1.7;
}

.featured-review-card .review-author {
  margin-top: 12px;
  font-weight: bold;
}

.all-reviews {
  margin-top: 40px;
}


/* service page */
.services-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.services-list {
  flex: 1;
}

.services-image {
  flex: 1;
  text-align: right;
  max-width: 450px;
}

.services-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* Tablet */
@media (max-width: 992px) {
  .services-grid {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .services-grid {
    flex-direction: column;
  }

  .services-image {
    text-align: center;
    margin-top: 20px;
  }

  .services-image img {
    max-width: 90%;
  }
}

.subslide-wrap {
  width: 100%;
    background: #0d4c93;
}

.subslide {
      display: flex;
    max-width: 1300px;
    margin: auto;
}


.doctors-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.page-title {
  text-align: center;
  font-size: 44px;
  color: #0d4c93;
  margin-bottom: 50px;
}

.doctor-row {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 80px;
}

.doctor-text {
  flex: 1;
}

.doctor-text h3 {
  font-size: 28px;
  color: #0d4c93;
  margin-bottom: 15px;
}

.doctor-text p {
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 15px;
}

.doctor-text .cta {
  margin-top: 20px;
  font-weight: 600;
}

.doctor-image {
  flex: 0 0 300px;
  text-align: right;
}

.doctor-image img {
  width: 100%;
  max-width: 280px;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Tablet */
@media (max-width: 992px) {
  .doctor-row {
    gap: 30px;
  }

  .doctor-image {
    flex: 0 0 240px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .doctor-row {
    flex-direction: column;
  }

  .doctor-image {
    text-align: center;
  }

  .doctor-image img {
    max-width: 220px;
  }

  .page-title {
    font-size: 30px;
  }

  .doctor-text h3 {
    font-size: 22px;
  }
}