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%; line-height:1.4}
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;
	}
	
.homepage .content.h {
	display:none
}	

.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: #001b72;
    color: #fff;
    border-color: #001b72;
	}

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

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

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

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

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

.table-cell {
    display: table-cell;
    vertical-align: middle;
	}
	
ul li {
	line-height:1.5
}	

/*Navbar*/

.top-banner {
    height: 5px;
    overflow: hidden;
    position: relative;
    background: #fe0000;
    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: 0;
    }

.header-text h3 {
    margin: 0 auto 10px;
    font-size: 24px;
    color: #fe0000;
	text-transform: uppercase;
	
    }

.header-text h4 {
    font-weight: 700;
    font-size: 32px;
    /* line-height: 0; */
    color: #001b72;
    text-transform: uppercase;
    margin: 0;
    }
    
.phone-container {
    text-align: center;
	position: relative;
    }
    
.mobile-social-icons {
	display: none;
	}

.call-button {
    background-color: #001b72;
    color: #fff;
    border: none;
    padding: 8px 25px;
    font-size: 18px;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    padding: 11px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    }
    
.call-button:hover {
    background-color: #0056b3;
    }
    
.info-container {
    margin-top: 20px;
    color: #ffffff;
    position: absolute;
    top: 25px;
    right: 0;
    background: #001b72;
    padding: 5px;
    font-size: 20px;
    width: 240px;
    border-radius: 10px;
    padding: 10px 15px;
    }
    
.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: none;
    }

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;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 45px;
	align-items: center;
	}

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

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

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

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

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    white-space: nowrap;
    color: #474747;
    padding: 6px 12px;
    text-transform: uppercase;
	}

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

.topmenu ul li a:hover, .topmenu ul li.active a {
    border-bottom: 3px solid #001b72;
	}

.topmenu ul li.active ul li a:hover , .topmenu ul li ul li.active a {
    border-bottom: 3px solid #001b72;
	}

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

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

.top-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: fit-content;
    align-content: center;
    flex: none;
    padding: 15px 0;
    }

.ra-btn a {
    display: inline-block;
    padding: 7px 34px;
    background-color: #b71c1c;
    border: 2px solid #b71c1c;
    color: #fff;
    text-align: center;
    /* max-width: 300px; */
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.3s all;
    font-size: 18px;
    text-transform: uppercase;
	}

.ra-btn a:hover { 
	color: #b71c1c;
    background-color: #fff;
	}

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

.header-text, .header-wrapper, .top-right {
    flex: 1;
	}

.top-right {
    display: flex;
    justify-content: flex-end;
	}

.top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    gap: 7px;
    order: 1;
	}

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

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

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

.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 #001b72;
    max-width: 215px;
	}

/* About block*/

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

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

.about-block p {
    color: #474747;
    max-width: 880px;
    text-align: justify;
    margin: 0 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: #001b72;
    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: #001b72;
    justify-content: center;
    margin: 12px;
    }

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

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

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

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

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

.doctors-box h2 {
    padding: 0;
    text-align: center;
    color: #001b72;
    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%;
    transition: all 0.3s;
	}

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

.doctor a {
    font-size: 20px;
    color: #001b72;
	}

.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-block {
    background: #fff;
    background-size: cover;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	flex-direction: column;
	background-image: linear-gradient(to bottom, rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)), url(../images/location-background.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
    }

.locations-title {
    max-width: 900px;
    width: 100%;
    /* background: rgb(255 255 255/ 85%);
    box-shadow: 2px 2px 2px 2px #001b723b; */
	}

.locations-title h2 {
    color: #001b72;
    text-align: center;
    padding: 15px 0;
    position: relative;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 44px;
	margin: 0;
	}

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

.loc {
	display: flex;
	gap: 15px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: rgb(255 255 255/ 85%);
    text-align: center;
    box-shadow: 2px 2px 2px 2px #001b723b;
    }

.loc-text, .loc-map {
    flex: 1 1 100%;
	}

.loc h2 {
	color: #001b72;
    text-align: center;
    padding: 0 0 15px 0;
    position: relative;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 44px;
    margin: 0;
    }

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

.loc .phone {
    font-size: 26px;
    font-weight: 500;
    color: #001b72;
    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;
    }

.loc-map iframe {
    height: 100%;
    width: 100%;
    border: none;
	}

/*Blogs block*/

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

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

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

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

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

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

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

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

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

/*Footer*/
footer {
    background: #001b72;
	}

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: 72px;
	left: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

.scroll-to-top.active {
	display: block;
	}

.scroll-to-top:hover {
	opacity: 0.8;
	}

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

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

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

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

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

/*Rate US*/

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

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

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

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


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

/*Rate Us --- END*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2.latestItemTitle a {
	color: #001b72;
	}

#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: #001b72;
	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: #e3201f;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send , .formTableLayout input#submit {
	background: #001b72;
	color: #fff;
	border-color: #001b72;
	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 {
	background: #fff;
	color: #001b72;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	}

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

input, textarea, button , select {
	outline: none;
	padding: 4px;
	}

/*Joomla content*/

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

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

.divContent {
	flex: 0 0 80%;
	/*max-width: 1000px;
	float: left;*/
	}

.divRight {
	flex: 0 0 20%;
	/*max-width: 300px;
	float: right;*/
	}

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

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

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

body#bfa #k2Container {
    padding-top: 0;
	}

.latestItemsCategory {
	float: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #074075;
	}
	
.socials {
      display: inline-flex;
      gap: 7px;
      align-items: center;
    }
.socials a {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #001b72;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 20px; /* icon size */
      transition: transform 0.15s ease, opacity 0.15s ease;
    }
	
.socials a:hover,
.socials a:focus-visible {
      transform: translateY(-2px);
      opacity: 0.9;
      outline: none;
    }
	

/*Testimonials*/
.testimonials {
	background-color:#ffffff;
}	

.testimonials-module h3  {
    color: #001b72;
    font-size: 42px;
    text-align: center;
    font-family: "Questrial", sans-serif;
}
	
.testimonials-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: stretch;
}

.testimonial-container {
    border: 2px solid #f5fbfa;
    background-color: #f5fbfa;
    border-radius: 5px;
    padding: 16px;
    width: calc(50% - 12px);
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
	border-left: 4px solid #b2b9b8;
}

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

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

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

.checked {
    color: gold;
}

.testimonials-module {
    padding: 50px 0;
}

.review-box {
    background-color: #edf9ff;
    padding: 20px;
    border-radius: 8px;
    font-family: Arial,sans-serif;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin: 50px 0;
}

.review-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
	
.left-side {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.right-side {
    flex-shrink: 0;
}

/*Dugme*/
.services__button-wrap {
    display: block;
    margin: 35px auto;
}

.homepage__services-button {
    color: #fff;
    font-size: 22px;
    padding: 0;
    background: #001b72;
    border-radius: 25px;
    height: 58px;
    width: 330px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    transition: all 0.3s;
}

.review-btn {
    background-color: #001b72;
    color: white;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
}

a.review-btn {
    color: #fff;
}

.review-btn:hover {
    background-color: #0c5bd3;
}

.homepage__services-button:hover {
    background: #253749;
    cursor: pointer;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.testimonial-header .testimonial-img {
    order: 2;              /* move image to the right */
    margin-left: auto;
    width: 100px;          /* fixed width */
    height: 100px !important;         /* fixed height */
    border-radius: 50%;    /* makes it a perfect circle */
    object-fit: cover;     /* keeps image properly cropped */
    flex-shrink: 0;
}

.testimonial-header div {
    order: 1; /* keeps name and rating on the left */
}


.testimonial-name {
    font-weight: bold;
}

.testimonial-rating {
    margin: 10px 0;
}

.speasyimagegallery-gallery-item-title {
	display:none
}

.contact-section {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 2rem 0 3rem 0;
}

.contact-info {
  flex: 1 1 350px;
  max-width: 500px;
  border-left: 3px solid #fe0000; /* red line */
  padding-left: 3rem;           /* spacing inside */
  margin-left: 1rem;            /* small offset */
}

.contact-info h2 {
  margin-bottom: 0.5rem;
}

.contact-info .phone {
  color: #b22222;
  font-weight: 600;
}

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

.hours li {
  margin: 0.3rem 0;
}

.contact-map {
  flex: 1 1 400px;
  min-width: 300px;
  position: relative;
  width: 100%;
}

/* Responsive 16:9 ratio */
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-map::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 ratio */
}

h2.office-gallery {
	margin-bottom:45px;
	}

.inner-video {
	display: flex;
    justify-content: center;
    margin: 15px auto;
    flex-wrap: wrap;
    max-width: 840px;
}

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

@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: 1560px) {
.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) {
/*.header-text {
	display: none;
	}*/

nav .content {
    padding: 0 15px;
	}

.header-wrapper {
	flex: unset;
	flex-direction: row-reverse;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 0;
    }

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

.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 {
        order: 1;
        position: absolute;
        top: 40px;
        right: 15px;
		display:block;
		    z-index: 9999;
    }

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

.topmenu.active {
	top: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (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;
	}
	
.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: 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 {
    top: 15%;
	}

.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 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: 0;
	padding: 30px 0;
	}

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

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

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

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

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

#map iframe {
	height: 547px;
	}
}

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

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

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

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

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

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

/*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 .shedule {
    font-size: 17px;
	}

.loc {
    max-width: 400px;
    flex-direction: column;
	}

.locations-title {
    max-width: 400px;
	}

.loc-map {
    height: 350px;
    flex: auto;
    margin: 20px 0 0;
	}

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

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

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

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

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

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

/*Blogs block*/
/*
.blogs-block {
	background: url(../images/blogs-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}
*/

.blogs-block {
    background-image: linear-gradient(to bottom, rgb(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 h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
	
.header-text h3 {
    margin: 0 auto 5px;
    font-size: 20px;
    color: #fe0000;
}	

.header-text h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
}

  .contact-section {
    flex-direction: column;
  }
  .contact-map iframe {
    min-height: 300px;
  }
  
  .hours li {
    margin: 0.3rem 0;
    font-size: 14px;
}

.contact-info {
    border-left: 2px solid #fe0000;
    padding-left: 1.5rem;
    margin-left: 0.5rem;
}

.contact-map {
  min-width: 100%;
  position: relative;
  width: 100%;
}
  
    .testimonial-container {
        width: 100%;
        display: block;
    }

    .homepage__services-button {
        font-size: 18px;
        height: auto;
        width: auto;
        max-width: 200px;
        padding: 10px;
    }
	
    .testimonials-module h3 {
        font-size: 28px;
    }	

    .testimonial-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .testimonial-header .testimonial-img {
        order: 1;
        margin: 0 0 10px 0; /* spacing below image */
    }
    .testimonial-header div {
        order: 2;
    }
  
}

@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: 740px) {
.inner-logo {
	max-width: 170px;
	 margin-bottom: 20px;
	  margin-top: 20px;
	}

.hamburger {
	order: 1;
	position: absolute;
    top: 40px;
    right: 15px;
	}

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

.header-wrapper {
	flex: unset;
	flex-direction: row-reverse;
	justify-content: center;
    align-content: center;
    align-items: center;
	gap: 0
    }
	
.slide.fixed .header-wrapper {
        flex-direction: row-reverse;
        gap: 0px;
        padding: 5px 0 5px 0;
    }	
	
.header-text {
    text-align: center;
    padding: 0;
	}

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

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

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

.inner-nav.slide.fixed .top-phone {
    padding-top: 0;
	}

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

.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: 100%;
    float: none;
    margin: auto;
    display: block;
	font-size: 14px;
	}

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

.info-container {
    right: -68px;
	}

.ra-btn a {
    padding: 7px 14px;
	}

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

}

/*Why CHoose Us*/
  .lsw-wrapper {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 20px;
      font-family: Arial, sans-serif;
      color: #333;
      line-height: 1.6;
    }

    .lsw-title {
     color: #001b72;
    font-size: 42px;
    text-align: center;
    font-family: "Questrial", sans-serif;
    }
	

    .lsw-title .lsw-why {
      color: #e10600;
      font-weight: 700;
      letter-spacing: .5px;
    }

    .lsw-description {
      margin-bottom: 36px;
    }

    .lsw-items {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 28px 10px;
    }

    .lsw-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    /* bigger, outlined icons */
    .lsw-item i {
      font-size: 38px;          
      color: #e10600;          
      line-height: 1;
      margin-top: 2px;
    }

    .lsw-item p {
     margin: 0;
    color: #373737;
    font-size: 20px;
        }

    @media (max-width: 600px) {
      .lsw-title { font-size: 22px; }
      .lsw-item i { font-size: 30px; min-width: 40px; }
      .lsw-item p { font-size: 18px; }
    }
	  /*End why choose us*/
	  
	  /*Brands*/

/* CENTERED 4-up / 3-down responsive layout using flexbox */
.brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;   /* centers the last row when it's not full */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  align-items: center;
}

/* Desktop: 4 columns (4 on first row, 3 on second row will be centered) */
.brands-grid img {
  flex: 0 0 calc((100% - 60px) / 4); /* (100% - total-gaps) / 4 */
  max-width: 100%;
  max-height: 100px; /* keep them uniform — change if needed */
  object-fit: contain;
  display: block;
  margin: 0 auto;      /* center image inside the box */
  transition: transform 0.3s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.brands-grid img:hover {
  transform: scale(1.05);
}

/* Tablet / smaller desktop: 3 columns */
@media (max-width: 900px) {
  .brands-grid img {
    flex: 0 0 calc((100% - 40px) / 3); /* 3 columns, total gap = 2 * 20px = 40px */
    max-height: 90px;
  }
}

/* Small tablets / large phones: 2 columns */
@media (max-width: 600px) {
  .brands-grid img {
    flex: 0 0 calc((100% - 20px) / 2); /* 2 columns, total gap = 1 * 20px = 20px */
    max-height: 80px;
  }
}

/* Very small phones: 1 column */
@media (max-width: 400px) {
  .brands-grid img {
    flex: 0 0 100%;
    max-height: none;
  }
}

	/*End of Brands*/

/*Buttons*/

 .lsw-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin: 50px 0;
    }

    .lsw-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 24px;
      border: none;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .lsw-btn-appointment {
      background-color: #b71c1c;
    }
    .lsw-btn-appointment:hover {
      background-color: #941515;
    }

    .lsw-btn-call {
      background-color: #001b72;
    }
    .lsw-btn-call:hover {
      background-color: #0056b3;
    }

    .lsw-btn i {
      margin-right: 8px;
      font-size: 18px;
    }
	
	.lsw-buttons a {
		color:white;
		font-size:18px;
		text-transform: uppercase;
	}
	
	@media (max-width: 600px) {
  .lsw-buttons {
    flex-direction: column;
    align-items: center; /* center instead of stretch */
  }
  .lsw-btn {
    width: auto;        /* let the button size to content */
    max-width: 250px;   /* optional: limit max width */
    text-align: center;
  }
}
	
	/*End of Buttons*/
	
	/*FAQ*/
	
	 .faq-section {
    max-width: 1000px;
    margin: 40px auto 40px 40px;
    color: #333;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }
	
	.faq-question {
		color:#001b72;
	}

    .faq-question:hover {
      background-color: #f9f9f9;
    }

    .faq-question::after {
      content: "\25B6"; /* right arrow */
      font-size: 16px;
      transition: transform 0.3s ease;
    }

    /* hide checkbox */
    .faq-toggle {
      display: none;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 15px;
    }

    .faq-toggle:checked + .faq-question::after {
      transform: rotate(90deg); /* rotate arrow down */
    }

    .faq-toggle:checked ~ .faq-answer {
      max-height: 300px; /* enough to reveal answer */
      padding: 15px;
    }
	
	/*Enf of FAQ*/
	
	/*Blockqoute*/
	
	.lsw-quote-wrap {
    max-width: 900px;
    margin: 24px auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  /* visual blockquote */
  .lsw-quote {
    --accent: #e10600;            /* red accent */
    --bg: #ffffff;                /* background */
    --muted: #c5c5c5;             /* muted text */
    --shadow: 0 8px 24px rgba(13, 20, 34, 0.06);

    position: relative;
    background: #334c9b;
    border-radius: 12px;
    padding: 68px 28px 64px 28px;
    box-shadow: var(--shadow);
    border-left: 6px solid var(--accent);
    margin: 0;
    color: #0f1724;
    
  }

  /* large decorative quotation mark */
  .lsw-quote::before {
    content: "“";
    position: absolute;
	left: 18px;
    top: 15px;
    font-size: 72px;
    line-height: 0.6;
    color: rgb(255 255 255 / 61%);
    font-weight: 700;
    pointer-events: none;
    font-family: serif;
  }

  /* text */
  .lsw-quote-text {
    margin: 0;
    font-size: clamp(16px, 1.7vw, 20px); /* responsive */
	font-weight: 500;
    line-height: 1.55;
    color: #ffffff;
    margin-left: 8px;
    font-style: italic;
	display:inline-block;
	width: 200px;
	vertical-align: middle;
	text-align:left;
  }

  /* footer / attribution */
  .lsw-quote-footer {
    margin-top: 14px;
    display: block;
    color: var(--muted);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  /* small screens: tighten spacing and reduce decorative mark */
  @media (max-width: 480px) {
    .lsw-quote {
      padding: 18px 16px;
      border-radius: 10px;
    }
    .lsw-quote::before {
      font-size: 56px;
      left: 12px;
      top: -6px;
    }
    .lsw-quote-text {
      font-size: 17px;
      margin-left: 6px;
	  display: block;
        margin: auto;
    }
    .lsw-quote-footer {
      margin-top: 10px;
      font-size: 15px;
    }
  }
  
  /*End of Blockqoute*/
  
  
  /*Related Articles*/
  
.related-articles {
  margin-top: 20px;
  padding: 15px;
  border-top: 2px solid #eee;
}

.related-articles h2 {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #333;
}

.related-articles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-articles li {
  margin: 8px 0;
  position: relative;
  padding-left: 22px; /* space for triangle */
}

.related-articles li::before {
	content: "▶"; /* triangle arrow */
	position: absolute;
    left: 0;
    top: 2px;
    color: #3e5a76;
    font-size: 0.7rem;
}

.related-articles a {
  text-decoration: none;
  color: #0073e6;
  font-weight: 500;
}

.related-articles a:hover {
  text-decoration: underline;
}

/*End of related articles*/

/*Blog article img*/

.article-img-right {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	max-width: 350px!important;
}

.article-img-left {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	max-width: 350px!important;
}

.article-img-center {
	margin:10px auto;
	float: none;
	display:block;
}

.margin-add {
	margin-right: 40px
}

  @media (max-width: 600px) {
	  
.article-img-right {
	margin: 20px auto;
	display:block;
	float: none;
	max-width: 100%;
}

.article-img-left {
	margin: 20px auto;
	display:block;
	float: none;
	max-width: 100%;
}
	  
  }
  
  /*END Blog article img*/
  
  /*Videos*/
  
  iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* keeps proportional size */
  height: auto;
  border: 0;
}

/*CTA*/
.cta-box {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
  background: linear-gradient(180deg, #dbf0ed, #f5fbfa);
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cta-box h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  color: #001b72;
}

.cta-box p {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}
/*End CTA*/

/*Columns*/


    .split-row {
      display: flex;
      gap: 16px;                
      align-items: stretch;
      margin: 16px;
    }

    .split-col {
      flex: 1 1 0;             /* allow both columns to grow equally */
      padding: 16px;
      border-radius: 8px;
      min-width: 0;  
	display: flex;
	flex-direction: column;
	justify-content: center;
    }

    /* Make columns stack on narrow screens */
    @media (max-width: 600px) {
      .split-row {
        flex-direction: column;
        gap: 12px;
        margin: 12px;
      }
      .split-col {
        padding: 14px;
      }
    }

    /* Small utility inside this snippet (optional) */
    .split-col h3 {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 1.05rem;
    }
    .split-col p {
      margin: 0;
      line-height: 1.4;
    }
	
	/*End of Columns*/