body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -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: #263550;
    color: #fff;
    border-color: #263550;
	}

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

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

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

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

.top-banner {
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #263550;
    color: #fff;
    animation-iteration-count: infinite;
    transform: translate3d(0, 0, 0);
    }

.top-banner p {
    position: absolute;
    height: 100%;
    margin: 0;
    line-height: 40px;
    text-align: center;
    transform: translateX(100%);
    animation: scroll-left 30s linear infinite;
	width: 100%;
	}

@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	
	to {
		-moz-transform: translateX(-100%);
	}
	}
	
	@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	
	to {
		-webkit-transform: translateX(-100%);
	}
	}
	
	@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.header-text {
    text-align: center;
    padding: 25px 0 0 0;
    }

.header-text h3 {
    margin: 0 auto 10px;
    font-size: 32px;
    color: #263550;
    }

.header-text h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 0;
    }
    
.phone-container {
    text-align: center;
	position: relative;
    }
    
.mobile-social-icons {
	display: none;
	}

.call-button {
    background-color: #263550;
    color: #fff;
    border: none;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    }
    
.call-button:hover {
    background-color: #0056b3;
    }
    
.info-container {
    margin-top: 45px;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 0;
    background: #263550;
    padding: 15px 5px;
    font-size: 20px;
    width: 170px;
    }
    
.info-container p {
	display: block;
	}

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

.hidden-phones {
    display: none;
    }

/*Navbar*/

.header-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    flex: 1;
    }

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

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

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
	}

.inner-logo {
	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;
    width: 100%;
    border-top: 1px solid lightgray;
    padding: 10px 10px 15px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

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

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 15px;
    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,
.topmenu span.nav-header,
.topmenu span.separator {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    white-space: nowrap;
    color: #474747;
    padding: 6px 12px;
    text-transform: uppercase;
    position: relative;
}

/* Box shadow hover effect for top-level menu */
.topmenu ul li a:hover,
.topmenu ul li.active > a {
    box-shadow: inset 0 -3px 0 0 #263550;
}

/* Dropdown menu styling */
.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    display: block;
    background: #f8f8f8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    z-index: 1000;
}

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

.topmenu ul li:hover > ul {
    padding-top: 10px;
    max-height: 500px;
    opacity: 1;
    overflow-y: auto;
}

.topmenu ul li ul li {
    display: block;
    padding: 0;
}

.topmenu ul li ul li a {
    display: block;
    width: 100%;
    padding: 12px 15px;
    color: #474747;
    box-shadow: none;
}

.topmenu ul li ul li a:hover,
.topmenu ul li ul li.active a {
    background: rgba(10, 106, 154, 0.08);
    box-shadow: inset 3px 0 0 0 #263550;
    padding-left: 18px;
}

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

.topmenu ul li ul li:last-child a {
    border-radius: 0 0 4px 4px;
}

nav .social-btns {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 100%;
    max-width: 354px;
	}

.top-phone {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    }

.top-location {
    text-align: right;
    margin: 0 30px 0 0;
    }

.top-location p {
    display: block;
    font-size: 24px;
    color: #263550;
    font-weight: 700;
    margin: 0;
    }

.top-location span {
    display: none;
    font-size: 24px;
    color: #263550;
    font-weight: 700;
    }

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

nav .social-btn {
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 1px;
    display: inline-block;
    vertical-align: middle;
	}

nav .social-btn:hover {
    transform: scale(1.1);
	}

nav .fb-wrap {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    white-space: nowrap;
    margin: 0 2px;
	}

nav .fb-ico {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
	}

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

.hamburger {
    display: none;
	}

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

/*Dropdown Menu*/
.slide.fixed .header-wrapper {
	flex-direction: unset;
	padding: 10px;
	flex: 1;
	justify-content: center;
    align-items: center;
	gap: 20px;
	flex: unset;
	} 

.slide.fixed .header-wrapper .social-btns {
    width: unset;
    max-width: unset;
	}

.slide.fixed .topmenu {
    margin: 0 auto;
    width: unset;
    border-top: none;
    padding: 10px 10px 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	}

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

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

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

.mobile-slide {
    display: none;
	}

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

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

.homepage .n2-ss-slider .n2-ss-layer[data-sstype=content] {
    min-height: auto;
    }

.maintext-block-serv-wrapper {
    position: absolute;
    top: 50%;
    left: 10%;
    width: auto;
    z-index: 11;
    transform: translate(-10%, -50%) !important;
	}

.maintext-block-serv {
    display: inline-block;
    padding: 25px;
    float: left;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
	}

.maintext-block-serv h2 {
	font-size: 37px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cabin',sans-serif;
    margin: 0px 0 10px 0;
	}

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

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

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

.maintext-block-serv ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
	}

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

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

.maintext-block p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0 5px;
    margin: 0;
    font-family: 'Cabin',sans-serif;
	}

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

.slider-overlay-text {
	position: absolute;
	top: 18%;
	right: 20px;
	}

.slider-overlay-text p {
	padding: 0px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px #263550;
    max-width: 215px;
	}

/* About block*/

.about-block {
    padding: 80px 25px;
	}

.about-block h2 {
    font-family: "Cabin", sans-serif;
    font-size: 42px;
    text-align: center;
    font-weight: 400;
    color: #263550;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
    }

.about-block p {
    color: #474747;
    max-width: 880px;
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    }

/*Services block*/
.services-bloc {
    padding: 40px 25px;
    }

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

.triple-services-wrap {
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }

.triple-service-wrap {
    color: #263550;
    justify-content: center;
    margin: 12px;
    }

.triple-service-wrap, .triple-service-wrap a {
    font-size: 26px;
    font-weight: 400;
    color: #263550;
    }

/*Quad Image Block*/
.quad-block-wrap {
	max-width: 1817px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 99px 25px;
    }

.quad-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    width: 49%;
    }

.quad-box img {
    width: 100%;
    }

.quad-box.one h3 {
    text-align: center;
    width: 100%;
    }

.quad-box.one h3,
.quad-box.three h3,
.quad-box.two h3 {
    color: #fff;
    position: absolute;
    font-weight: 100;
    font-size: 35px;
    margin: 0;
    font-family: "Lato";
    bottom: 20px;
    }

.quad-box.two h3 {
    right: 35px;
    }

.quad-box.three h3 {
    left: 35px;
    }

.quad-box.four .quad-text-wrap {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 275px;
    text-align: right;
    }

.quad-box.four h3,
.quad-box.four p {
    color: #000;
    font-family: "Lato";
    text-align: right;
    }

.quad-box.four h3 {
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    }

.quad-box.four p {
    font-size: 16px;
    font-weight: 600;
    }

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

.specialty-block h2 {
    font-family: "Cabin",sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 30px;
    }

.specialty-block h3 {
    color: #ffffff;
    font-family: "Cabin",sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 20px;
    }

.specialty-block p {
    color: #ffffff;
    }

.specialty-block .specialty-wrap {
    display: flex;
    align-items: self-start;
    gap: 50px;
    justify-content: center;
    }

.specialty-block .specialty-item {
    flex: 1;
    }

.inner-btn {
    text-align: center;
    margin: 30px auto 0;
    }

.inner-btn a {
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #263550;
    color: #fff;
    font-size: 20px;
    border: 2px solid #263550;
    border-radius: 15px;
    transition: 0.3s all;
    display: inline-block;
    }

.inner-btn a:hover {
    color: #263550;
    background-color: #ffffff;
    }

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

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

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

.doctors-box h2 {
    padding: 0;
    text-align: center;
    color: #263550;
    font-weight: 300;
    font-family: "Lato";
    font-size: 44px;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
	}

.doctors-box .doctor {
    display: inline-block;
    padding: 30px;
    box-sizing: border-box;
    max-width: 45%;
    font-size: 20px;
    color: #263550;
	}

.doctors-box .doctor a {
    display: inline-block;
    font-size: 20px;
    color: #263550;
    transition: all 0.3s;
	}

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

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

/*Locations block*/
.locations-title h2 {
    color: #263550;
    text-align: center;
    padding-bottom: 0px;
    margin: 0 auto 20px;
    position: relative;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 44px;
	}

.locations-block {
    background: #27354f;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    }

.loc h2,
.locations-block h2 {
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 44px;
    }

.locations-block h2 {
    color: #263550;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
    }

.locations-block .content {
    display: flex;
    justify-content: center;
    max-width: 1700px;
    }

.loc {
    margin: 0 10px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: rgb(255 255 255/90%);
    text-align: center;
    box-shadow: 2px 2px 2px 2px #2635503b;
    }

.loc h2 {
    color: #263550;
    margin: 0;
    }

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

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

.loc .shedule {
    margin: 15px auto 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: left;
    }

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

.loc .btn {
    margin: 30px auto 0;
    border-radius: 10px;
    font-size: 20px;
    }

/*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(255 255 255 / 75%), rgb(255 255 255 / 75%)), 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: #27354f;
    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: #27354f;
	}

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

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

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

/*Footer*/
footer {
    background: #2e2e2e;
	}

footer .content {
	text-align: center;
	}

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

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

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

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

.copy-left a, .copy-right a {
	color: #fff;
	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: 170px;
	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: 20px;
	z-index: 99;
	}

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

.zd-sticky-button {
    bottom: 80px !important;
    }

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

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

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

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

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

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

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

.doctors-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    }

.doctors-wrap .doctor {
    float: none;
    width: 100%;
    max-width: 250px;
    margin: 0;
    padding: 0;
    }

.doctors-wrap .doctor a {
    display: inline-block;
    transition: 0.3s all;
    }

.doctors-wrap .doctor a:hover {
    transform: scale(1.05);
    }

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

h2.latestItemTitle a {
	color: #263550;
	}

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

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

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

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

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

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

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

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

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send , .formTableLayout input#submit , .formTableLayout button#submit {
	background: #263550;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	}

.formTableLayout input#Send:hover , .formTableLayout input#submit:hover , .formTableLayout button#submit:hover {
	background: #0056b3;
	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: #263550;
	}
	
        .sports-medicine-media-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .media-hero {
            position: relative;
            margin-bottom: 40px;
        }

        .media-hero img {
            width: 100%;
            height: auto;
            display: block;
        }

        .media-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .media-header h1 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .media-header .subtitle {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 20px;
        }

        .media-intro {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            margin-bottom: 40px;
            text-align: center;
        }

        .media-intro h2 {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .media-intro img {
            max-width: 300px;
            margin: 0 auto 20px;
            display: block;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .video-item {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .video-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        }

        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
        }

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

        .video-info {
            padding: 20px;
        }

        .video-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .video-description {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
        }

        .contact-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px;
            border-radius: 8px;
            text-align: center;
            margin-top: 50px;
        }

        .contact-section h2 {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .contact-section .phone {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: block;
            text-decoration: none;
            color: white;
        }

        .contact-section .phone:hover {
            text-decoration: underline;
        }

        .contact-section .btn-contact {
            display: inline-block;
            padding: 15px 40px;
            background: white;
            color: #667eea;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .contact-section .btn-contact:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }
		
 .eagles-podiatrist-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background: #000;
            color: #fff;
        }

        /* Hero Section */
        .eagles-hero {
            background: linear-gradient(135deg, #004C54 0%, #A5ACAF 100%);
            padding: 60px 40px;
            text-align: center;
            margin-bottom: 40px;
            border-radius: 8px;
            position: relative;
        }

        .eagles-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://www.drleecohen.com/images/THREE+SUPERBOWL+RINGS.webp') center center no-repeat;
            background-size: contain;
            opacity: 0.1;
            border-radius: 8px;
        }

        .eagles-hero h1 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
            line-height: 1.3;
        }

        .eagles-hero .quote {
            font-size: 1.1rem;
            font-style: italic;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .eagles-hero .rings-image {
            max-width: 400px;
            margin: 30px auto 0;
            display: block;
        }

        /* Trophy Section */
        .trophy-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
            align-items: center;
        }

        .trophy-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(255,255,255,0.1);
        }

        .trophy-content h2 {
            font-size: 2.5rem;
            color: #A5ACAF;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .trophy-content p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        /* World Class Section */
        .world-class-section {
            background: #111;
            padding: 60px 40px;
            margin-bottom: 60px;
            border-radius: 8px;
        }

        .world-class-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
        }

        .world-class-content h2 {
            font-size: 2.5rem;
            color: #A5ACAF;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .world-class-content p {
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .world-class-image img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(255,255,255,0.1);
        }

        .world-class-quote {
            background: #004C54;
            padding: 25px;
            border-left: 4px solid #A5ACAF;
            margin: 30px 0;
            font-style: italic;
            font-size: 1rem;
            color: #fff;
        }

        /* Secret Weapon Section */
        .secret-weapon-section {
            margin-bottom: 60px;
        }

        .secret-weapon-section h2 {
            font-size: 2.5rem;
            color: #A5ACAF;
            margin-bottom: 40px;
            font-weight: 700;
            text-align: center;
        }

        .secret-weapon-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 30px;
            align-items: center;
            margin-bottom: 30px;
        }

        .secret-weapon-grid img {
            width: 100%;
            height: auto;
        }

        .secret-weapon-text {
            font-size: 1.05rem;
            line-height: 1.8;
            margin-top: 30px;
        }

        /* Super Bowl Section */
        .superbowl-section {
            margin-bottom: 60px;
        }

        .superbowl-section h2 {
            font-size: 2.5rem;
            color: #A5ACAF;
            margin-bottom: 20px;
            font-weight: 700;
            text-align: center;
        }

        .superbowl-section p {
            text-align: center;
            font-size: 1.1rem;
            margin-bottom: 40px;
        }

        /* Video Section */
        .video-section {
            margin-bottom: 60px;
        }

        .video-section h2 {
            font-size: 2.5rem;
            color: #A5ACAF;
            margin-bottom: 20px;
            font-weight: 700;
            text-align: center;
        }

        .video-section p {
            text-align: center;
            font-size: 1.1rem;
            margin-bottom: 30px;
        }

        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 900px;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(255,255,255,0.1);
        }

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

        /* Gallery Grid */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-bottom: 60px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #000;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(255,255,255,0.2);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .gallery-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
            padding: 20px 15px 15px;
            color: #fff;
            font-size: 0.9rem;
            line-height: 1.4;
        }
		
        .testimonials-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0;
            background: #fff;
            color: #000;
        }

        /* Hero Section */
        .testimonials-hero {
            background: linear-gradient(135deg, #004C54 0%, #A5ACAF 100%);
            padding: 80px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .testimonials-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
        }

        .testimonials-hero .hero-image {
            max-width: 500px;
            margin: 30px auto 0;
            position: relative;
            z-index: 2;
        }

        .testimonials-hero .hero-image img {
            width: 100%;
            height: auto;
        }

        .testimonials-hero .hero-trophy {
            max-width: 600px;
            margin: 40px auto 0;
            position: relative;
            z-index: 2;
        }

        .testimonials-hero .hero-trophy img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        }

        .testimonials-hero blockquote {
            font-size: 1.3rem;
            font-style: italic;
            color: #fff;
            max-width: 900px;
            margin: 40px auto;
            line-height: 1.8;
            position: relative;
            z-index: 2;
        }

        .testimonials-hero cite {
            display: block;
            font-size: 1.1rem;
            margin-top: 20px;
            font-style: normal;
            color: #A5ACAF;
        }

        /* Intro Section */
        .testimonials-intro {
            padding: 60px 40px;
            text-align: center;
            background: #f9f9f9;
        }

        .testimonials-intro h2 {
            font-size: 2rem;
            line-height: 1.6;
            color: #333;
            max-width: 900px;
            margin: 0 auto;
        }

        /* Testimonials Grid */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            padding: 60px 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .testimonial-card {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .testimonial-text {
            font-size: 1rem;
            line-height: 1.7;
            color: #333;
            margin-bottom: 15px;
        }

        .testimonial-author {
            font-weight: 600;
            color: #004C54;
            font-size: 1rem;
            margin-top: 15px;
        }

        /* Review Section */
        .review-section {
            background: #f0f0f0;
            padding: 60px 40px;
            text-align: center;
        }

        .review-section h2 {
            font-size: 2rem;
            color: #333;
            margin-bottom: 40px;
        }

        .review-buttons {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .review-button-group {
            text-align: center;
        }

        .review-button-label {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 10px;
        }

        .review-button {
            display: inline-block;
            background: #004C54;
            color: #fff;
            padding: 15px 40px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 600;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .review-button:hover {
            background: #003840;
            transform: translateY(-2px);
        }

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

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

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

footer {
	padding-bottom: 140px;
	}
}

@media only screen and (max-width: 1600px) {
.slide.fixed .topmenu {
    width: 100%;
    order: 1;
    }

.maintext-block-serv {
	margin-top: 0px;
	}	

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

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

@media only screen and (max-width: 1370px) {
/*Nav*/
.topmenu ul li {
	padding: 0 8px;
	}

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

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

/*Slider block */

.maintext-block-serv {
	margin-top: 0px;
	}

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

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

.maintext-block-serv ul li:before {
	top: 2px;
	}

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

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

@media only screen and (max-width: 1280px) {
.call-button {
    padding: 7px 20px 7px 10px;
    font-size: 18px;
    }

.info-container {
    margin-top: 35px;
    padding: 10px 5px;
    font-size: 18px;
    width: 150px;
    }

.header-text {
	display: none;
	}

.header-wrapper {
	flex: unset;
	flex-direction: row-reverse;
	align-items: center;
	gap: 20px;
	padding: 5px 0 5px 0;
	}

nav .social-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: unset;
	max-width: unset;
	}

.top-location p,
.top-location span {
    font-size: 20px;
    }

.top-location {
    margin: 0 20px 0 0;
    }

.slide.fixed .header-wrapper {
	flex-direction: row-reverse;
	gap: 20px;
	padding: 5px 0 5px 0;
	}

.slide.fixed .topmenu {
	margin: 0 auto;
	width: unset;
	border-top: none;
	padding: 10px 10px 15px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}

.slide.fixed .topmenu ul li {
	list-style: none;
	padding: 6px;
	position: relative;
	}

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

@media (max-width: 991px) {
    .topmenu {
        padding: 0;
        border-top: none;
        box-shadow: none;
    }
    
    .topmenu ul {
        display: block;
        width: 100%;
    }
    
    .topmenu ul li {
        display: block;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .topmenu ul li a,
    .topmenu span.nav-header,
    .topmenu span.separator {
        display: block;
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        white-space: normal;
        box-shadow: none;
    }
    
    .topmenu ul li a:hover,
    .topmenu ul li.active > a {
        background: rgba(10, 106, 154, 0.08);
        box-shadow: inset 4px 0 0 0 #0a6a9a;
    }
    
    /* Mobile parent indicator */
    .topmenu ul li.parent:after {
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    
    .topmenu ul li.parent.open:after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    /* Mobile dropdown */
    .topmenu ul li ul {
        position: static;
        width: 100%;
        background: #f8f8f8;
        box-shadow: none;
        border-radius: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    
    .topmenu ul li.open > ul,
    .topmenu ul li:hover > ul {
        max-height: 2000px;
        opacity: 1;
        padding-top: 0;
    }
    
    .topmenu ul li ul li {
        border-bottom: 1px solid #d0d0d0;
    }
    
    .topmenu ul li ul li:last-child {
        border-bottom: none;
    }
    
    .topmenu ul li ul li a {
        padding: 12px 20px 12px 40px;
        font-size: 15px;
        background: #f8f8f8;
    }
    
    .topmenu ul li ul li a:hover,
    .topmenu ul li ul li.active a {
        background: rgba(10, 106, 154, 0.12);
        box-shadow: inset 4px 0 0 0 #0a6a9a;
        padding-left: 44px;
    }
    
    nav.fixed .topmenu ul li ul {
        background: #f8f8f8;
    }
}

nav .content {
	display: flex;
	}

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

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

.quad-block-wrap {
	padding: 90px 0px;
	}

.quad-box {
    width: 100%;
	}

.quad-box.one, .quad-box.two, .quad-box.three h3 {
	font-size: 26px;
	}

.quad-box.four p {
	font-size: 16px;
	font-weight: 600;
	}

.quad-box.four h3 {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	}

.quad-text-wrap {
	top: 10px;
	width: 190px;
	background-color: rgb(255 255 255 / 70%);
	padding: 5px 15px 0;
	}
}

@media only screen and (max-width: 1215px) {
.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) {
/*Navbar*/
.topmenu ul li a , span.nav-header , span.separator {
	font-size: 15px;
	}

.top-right {
	text-align: right;
	}

.top-phone {
	margin: 0;
	}

.bot-social-btns {
	display: none;
	}

.maintext-block-wrapper {
	position: relative;
	left: unset;
	top: 0;
	width: 100%;
	margin: 0 auto;
	}

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

@media only screen and (max-width: 1080px) {
.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 {
    left: 2%;
    transform: translate(-2%, -50%) !important;
    }

.slider-overlay-text {
	display: none;
	}

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

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

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

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

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

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

/*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: 975px) {
.inner-logo {
    max-width: 260px;
    }

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

.maintext-block-serv h2 {
	margin: 0px 0 5px 0;
	}

.maintext-block-serv {
	margin: 0;
	}
}

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

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

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

.maintext-block-serv-wrapper {
	position: relative;
    top: auto;
    left: auto;
    transform: none !important;
	padding: 30px 0;
	}

.maintext-block-serv {
	margin: 0 auto ;
	display: block;
	float: none;
	max-width: 295px;
	}

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

.homepage .slider-text-wrap {
    max-width: 100% !important;
}

.homepage div#n2-ss-1 .n2-font-f453d1e8b0ffc43e20f67c30a2a9aada-hover {
    font-size: 150% !important;
}

.homepage div#n2-ss-1 .n2-font-ab35a7004ae49e83157213bae1a87e2d-paragraph {
    font-size: 100% !important;
}

.homepage div#n2-ss-1 .n2-font-c39d012127afeb5b7babe531c48579cd-paragraph {
    font-size: 85% !important;
}

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

            .sports-medicine-media-content {
                padding: 15px;
            }

            .media-header h1 {
                font-size: 1.8rem;
            }

            .media-header .subtitle {
                font-size: 1rem;
            }

            .media-intro {
                padding: 20px;
            }

            .media-intro h2 {
                font-size: 1.5rem;
            }

            .video-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .contact-section {
                padding: 30px 20px;
            }

            .contact-section h2 {
                font-size: 1.5rem;
            }

            .contact-section .phone {
                font-size: 1.5rem;
            }

            .contact-section .btn-contact {
                padding: 12px 30px;
                font-size: 1rem;
            }
			
 .eagles-podiatrist-content {
                padding: 15px;
            }

            .eagles-hero {
                padding: 40px 20px;
            }

            .eagles-hero h1 {
                font-size: 1.5rem;
            }

            .eagles-hero .quote {
                font-size: 1rem;
            }

            .trophy-section,
            .world-class-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .trophy-content h2,
            .world-class-content h2,
            .secret-weapon-section h2,
            .superbowl-section h2,
            .video-section h2 {
                font-size: 1.8rem;
            }

            .secret-weapon-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }
			
            .testimonials-hero {
                padding: 50px 20px;
            }

            .testimonials-hero h1 {
                font-size: 2rem;
            }

            .testimonials-hero blockquote {
                font-size: 1.1rem;
            }

            .testimonials-intro {
                padding: 40px 20px;
            }

            .testimonials-intro h2 {
                font-size: 1.5rem;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 40px 20px;
            }

            .review-section {
                padding: 40px 20px;
            }

            .review-section h2 {
                font-size: 1.6rem;
            }

            .review-buttons {
                flex-direction: column;
                gap: 20px;
            }
        }

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

.hamburger {
	order: 1;
	}

.top-phone {
	margin: 0;
	width: 100%;
	max-width: 100%;
	order: 2;
	justify-content: center;
	padding-bottom: 10px;
	flex: unset;
    flex-direction: column;
    }

.header-wrapper {
	flex: unset;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 20px;
	padding: 5px 0 5px 0;
	justify-content: flex-end;
    }

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

nav .content {
	display: flex;
	flex-direction: unset;
    }

.top-location {
    margin: 0 auto 10px;
    display: flex;
    gap: 5px;
    }

.top-location p, .top-location span {
    font-size: 18px;
    display: inline-block;
    }

.info-container {
    margin-top: 30px;
    right: -24px;
    }

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

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

.specialty-block .specialty-wrap {
    flex-direction: column;
    gap: 0;
    }

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

.specialty-block h3 {
    font-size: 22px;
    }

/*Location Block*/
.locations-title h2 {
	font-size: 28px;
	}

.loc h2, .locations-block h2 {
	font-size: 28px;
	}

.loc .address {
	font-size: 18px;
	margin: 5px 0 15px;
	color: #000;
	}

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

.loc .btn {
	padding: 0;
	}

.loc {
	max-width: 330px;
	}

/* 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(12 65 96 / 85%), rgb(12 65 96 / 85%)), 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 h1 , 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*/

.top-phone {
	order: 2;
	}

.maintext-block {
	width: 98%;
	}

.maintext-block p {
	font-size: 15px;
	margin-bottom: 1px;
	}

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

.maintext-block-serv {
	float: none;
	}
  
.nivo-caption {
    position: relative;
	}

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

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

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

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

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

            .media-header h1 {
                font-size: 1.5rem;
            }

            .video-grid {
                grid-template-columns: 1fr;
            }

            .video-title {
                font-size: 1rem;
            }

            .contact-section .phone {
                font-size: 1.3rem;
            }
			
			 .eagles-hero h1 {
                font-size: 1.3rem;
            }

            .trophy-content h2,
            .world-class-content h2 {
                font-size: 1.5rem;
            }
  
.scroll-to-top {
    position: fixed;
    bottom: 45px;
    left: 9px;
    }
}

@media only screen and (max-width: 440px) {
.mobile-social-icons {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 10px 0px 0;
	}

.header-wrapper .social-btns {
	display: none;
	}
	

.hamburger {
	margin: 17px 17px 12px;
    }

}

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

.header-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
	}

.quad-box.four .quad-text-wrap {
	position: relative;
	top: unset;
	right: unset;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	}

.quad-box.four h3 {
	text-align: center;
    }

.quad-box.four p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
    }

}