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%; scroll-behavior: smooth;}
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: #76c5d5;
    color: #fff;
    border-color: #76c5d5;
	}

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

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

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

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

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

.table-cell {
    display: table-cell;
    vertical-align: middle;
	}
*/
/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #f8f8f8;
    transition: all 0.3s;
	border-bottom: 1px solid #636363;
	}

#homepage nav {
	position: absolute;
	}

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

nav.slide {
	position: fixed;
	}

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

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

nav .content {
    display: flex;
    align-items: stretch;
    padding: 0;
    max-width: 1400px;
	box-sizing: border-box;
	padding: 15px 25px;
	}

.inner-logo {
	padding: 5px 10px 5px 0;
	display: flex;
	vertical-align: middle;
	}

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

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

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

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

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

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

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

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

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

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

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

.hamburger {
    display: none;
	}

.header-phone-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	gap: 5px;
	}

.header-phone-wrapper p {
	color: #000;
	font-size: 22px;
	}

.header-phone-wrapper a {
	color: #000;
	font-size: 28px;
	}

/*Welcome block*/
.welcome-tittle-small {
    text-align: center;
    font-size: 36px;
    color: #202020;
	padding: 0 25px;
	}

.welcome-block-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    padding: 25px 65px 25px 0;
    box-sizing: border-box;
	}

.welcome-block-right {
	max-width: 675px;
	}

.welcome-tittle-large {
	font-size: 34px;
	color: #202020;
	margin-bottom: 0;
	}

.pcc-gray {
	color: #a0a0a0;
	}

.tm-gray {
	color: #a0a0a0;
	font-size: 17px;
	margin: 4px 0 0px 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	}

.welcome-block-text {
	font-size: 23px;
	color: #202020;
	margin-top: 0;
	max-width: 690px;
	}

.book-demo-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}

.book-demo-blue-text {
	color: #23408f;
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0;
	}
	
.book-demo-black-text {
    color: #202020;
    font-weight: 500;
    font-size: 24px;
    margin: 15px 0 5px;
	}

.book-online-button {
	background: #ff0220;
	color: #ffffff;
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: 600;
	max-width: 180px;
	font-size: 22px;
	margin: 10px auto 10px 0;
	border-radius: 3px;
	}

.book-online-button:hover {
	background: #aa0014;
	}

/*What is Block*/
.what-is-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 75px 25px;
	}

.what-is-background {
	position: absolute;
	background: #20a1d1;
	width: 100%;
	height: 340px;
	z-index: -1;
	}

.what-is-left {
	max-width: 720px;
	}

.what-is-left h2 {
    color: #fff;
    margin: 0;
    font-size: 32px;
	}

.what-is-left h2 span {
	font-size: 17px;
	margin: 4px 0 0px 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	}

.what-is-left p {
	color: #fff;
	margin-top: 0;
	font-size: 20px;
	}

/*Chiropractor block*/

.chiropractors-block {
    box-sizing: border-box;
    padding: 75px 25px;
    border-bottom: 2px solid #e9e9e9;
	}

.chiropractor-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
	}

.chiropractor-images {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 830px;
	}

.chiropractor-right h2 {
	font-size: 34px;
	color: #202020;
	max-width: 748px;
	text-align: center;
	margin: 0 auto 35px;
	}

.chiropractor-lower-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
	}

.chiropractor-lower-wrap h3 {
	font-size: 26px;
    color: #202020;
    text-align: center;
    max-width: 400px;
	}

.chiropractor-lower-wrap .book-online-button {
	margin: 0 auto;
	}

/*Marketing Block*/

.marketing-block {
    padding: 50px 25px 50px;
	}

.marketing-block h2 {
    font-size: 36px;
    color: #202020;
    text-align: center;
    margin: 0 auto 35px;
	}

.marketing-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	}

.marketing-box {
	border-right: 2px solid gray;
	border-collapse: collapse;
	}

.marketing-box h3 {
	color: #253f8e;
	text-align: center;
	font-size: 27px;
	max-width: 300px;
	margin: 0 auto;
	font-weight: 900;
	}

.marketing-box img {
    margin: 0 auto;
    display: block;
	}

.marketing-box:last-child {
	border-right: none;
	}

.marketing-box ul {
	max-width: 370px;
	}

.marketing-box ul li {
	color: #202020;
	font-size: 20px;
	margin: 5px 0;
	}
	
.marketing-box ul li::marker {
	color: #253f8e;
	}

/*Footer*/
footer {
    background: #1f1f1f;
	}

.footer-wrapper p {
	color: #fff;
	}

.footer-wrapper {
	margin: 0 auto;
	display: block;
	/*max-width: 400px;*/
	text-align: center;
	padding: 40px 25px;
	}

.footer-wrapper img {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	}

footer a {
	color: #ffffff;
}

footer a:hover {
	text-decoration: underline;
}

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	left: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

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

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

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

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	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, .top-phone 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 */






/*Services inner page*/

.services .page-header {
	display: none;
	}

.services-upper-wrapper {
	max-width: 1080px;
    margin: 0px auto;
	}

.services-upper-wrapper h2 {
	color: #003044;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	}

.services-upper-wrapper p,
.services-upper-wrapper li {
	color: #7a7a7a;
	font-size: 20px;
	}

.services-upper-wrapper a {
	font-size: 20px;
	}

.service {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 40px;
    max-width: 1080px;
    margin: 65px auto;
	}

.service-left {
	max-width: 500px;
	width: 100%;
	}

.service-right {
	max-width: 500px;
	width: 100%;
	}

.service-left h3 {
	color: #003044;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	}
	
.service-right h3 {
	color: #003044;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	}

.service-left img {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #20A1D1;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	}
	
.service-right img {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #20A1D1;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	}

.service-left p,
.service-right p,
.service-left li,
.service-right li {
	color: #7a7a7a;
	font-size: 20px;
	}

/*Book Demo*/
.bookdemo .page-header {
	display: none;
	}

.bookdemo-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
	padding: 50px 0;
	}

.bookdemo-description {
	max-width: 400px;
	}

.bookdemo-description h3 {
	color: #003044;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	}

.bookdemo-description p {
	color: #7a7a7a;
	font-size: 20px;
	}

#rsform_3_page_0 .rsform-block td {
    display: flex !important;
    width: 530px;
	}

#rsform_3_page_0 .rsform-block td:nth-child(1) {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0px 0px 0px 5px;
	}
/*
#rsform_3_page_0 .rsform-block td input {
	color: #a3a3a3;
	}*/

#rsform_3_page_0 .rsform-block td:nth-child(2) input {
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #a3a3a3 !important;
    border-radius: 6px;
    width: 100% !important;
	}

.rsform-submit-button {
    padding: 10px 20px;
    background-color: #5D8AC4 !important;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    display: block;
    width: 100% !important;
    margin: 5px auto;
    max-width: 200px;
	}

.rsform-submit-button:hover {
	background-color: #335b91 !important;
	cursor: pointer;
	}





	





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

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

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

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

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

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

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

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

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

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

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

h2.latestItemTitle a {
	color: #76c5d5;
	}

#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: #76c5d5;
	}

.formTableLayout {
	margin: 0 auto;
	}

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

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

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

/* Landing Page Design */
.lp-design .topmenu,
.lp-design .header-phone-wrapper,
.lp-design .hamburger,
.lp-design .clear,
.lp-design .content.h,
.lp-design .connect-block  {
	display: none !important;
}

.lp-design .inner-logo {
    order: 0 !important;
    width: 100% !important;
	max-width: 440px;
}

.lp-design .top-phone {
    margin: 0 !important;
}

.lp-design nav .content {
    align-items: center;
    justify-content: space-between;
	max-width: 1080px;
}

.lp-design .content {
	max-width: 1200px;
}

.lp-design .inner-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.lp-design .inner-phone p {
    font-weight: 400;
    font-size: 20px;
	margin: 0;
}

.lp-design .inner-phone a {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.lp-design .inner-phone a:hover {
	text-decoration: underline;
}

.lp-design .items-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.lp-design .item-boxs-wrap,
.lp-design .item-txt {
    max-width: 50%;
}

.lp-design .top-block {
    background-image: url(/images/hero-bg.jpg);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;	
    padding: 100px 0 225px;
}

.lp-design .top-block .main-box {
    background-color: #fff;
    border: 3px solid #6b97e1;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    max-width: 900px;
}

.lp-design .top-block .main-box .main-txt-wrap {
    max-width: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.lp-design .top-block .main-box .main-txt-wrap h2 {
	margin: 0;
	text-align: center;
    width: 100%;
	font-size: 60px;
	color: #000000;
}

.lp-design .top-block .main-box .main-txt-wrap h2 .red {
	color: #d12329;
	font-style: italic;
}

.lp-design .top-block .main-box .main-txt-wrap h2 .large {
    display: block;
    font-size: 95px;
    line-height: 80px;
}

.lp-design .top-block .main-box .main-txt-wrap p {
    font-size: 28px;
    margin: 0;
    text-align: left;
    width: 100%;
    line-height: 28px;
}

.lp-design .top-block .form-box-wrap {
    background-color: #f5f5f5;
    border: 3px solid #cfcfcf;
    box-shadow: 0 0 10px #424242;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    right: -150px;
    top: 60px;
    max-width: 460px;
    box-sizing: border-box;
    width: 100%;
}


.lp-design .top-block .form-box-wrap h3 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 38px;
}

.lp-design .top-block .form-box-wrap h3 .green {
    color: #049800;
}

.lp-design .top-block .form-box-wrap .formTableLayout {
	width: 100%;
    max-width: 400px;
}

.lp-design .top-block .form-box-wrap .formTableLayout tr.rsform-block>td {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 20px;
    padding: 0 0 5px;
}

.lp-design .top-block .form-box-wrap input {
    width: 100% !important;
    font-size: 20px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
    color: #373737;
}

.lp-design .top-block .form-box-wrap .rsform-submit-button {
    background-color: #22456e !important;
	color: #ffffff !important;
    max-width: 250px;
	transition: 0.3s all;
}

.lp-design .top-block .form-box-wrap .rsform-submit-button:hover {
	background-color: #6b97e1 !important;
}

.lp-design .top-block .form-box-wrap .form-small-text {
    margin: 0;
    max-width: 300px;
    font-size: 13px;
    line-height: 20px;
}

.lp-design .top-block .form-box-wrap .form-small-text span {
    font-size: 10px;
}

.lp-design .top-block .form-box-wrap img {
	position: absolute;
    right: -120px;
    bottom: -106px;
}

.lp-design .middle-block {
    padding: 50px 0 0;
}

.lp-design .middle-block h2 {
    text-align: center;
    font-size: 60px;
    color: #000000;
    margin: 0 auto 30px;
    font-weight: 700;
}

.lp-design .middle-block h2 span {
	color: #d12329;
}

.lp-design .middle-block .item-img {
	overflow: hidden;
}

.lp-design .middle-block .item-img img {
    margin-bottom: -10px;
    z-index: -1;
    position: relative;
}

.lp-design .middle-block .item-box {
    max-width: 600px;
    border-radius: 30px 0;
    background-color: #aae0f8;
    border: 3px solid #00adee;
    padding: 10px;
	margin: 0 0 20px;
}

.lp-design .middle-block .item-box h3 {
    margin: 0 0 5px;
    font-size: 48px;
    color: #000000;
}

.lp-design .middle-block .item-box p {
    margin: 0;
    font-size: 26px;
    color: #000000;
}

.lp-design .middle-block .item-box:nth-child(2) {
    background-color: #fff9c2;
    border-color:  #fff43f;
}

.lp-design .middle-block .item-box:nth-child(3) {
    background-color: #c7debe;
    border-color: #3fac4b;
}

.lp-design .stripe-block {
    background-color: #22456e;
    padding: 50px 0;
    border-top: 5px solid #6b97e1;
    border-bottom: 5px solid #6b97e1;
}

.lp-design .stripe-block .content {
    max-width: 1100px;
	}

.lp-design .stripe-block p {
    color: #fff;
    font-size: 42px;
    margin: 0;
    text-align: center;
}

.lp-design .stripe-block span {
    text-align: right;
    display: block;
    margin: 15px 15px auto 0;
    color: #fff;
    font-size: 20px;
}

.lp-design .bottom-block {
	padding: 50px 0;
}

.lp-design .bottom-block h3 {
	text-align: center;
    font-size: 41px;
	font-weight: 400;
    margin: 0 auto 50px;
}

.lp-design .bottom-block p {
    font-size: 23px;
	margin: 30px auto;
	}

.lp-design .bottom-block .item-btn {
    background-color: #049800;
    color: #fff;
    border: 3px solid #6b97e1;
    font-size: 28px;
    padding: 8px 30px 12px;
    margin: 15px 0 0;
    display: inline-block;
    border-radius: 15px;
	text-align: center;
	transition: 0.3s all;
	}

.lp-design .bottom-block .item-btn:hover {
	background-color: #6b97e1;
}

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

@media only screen and (max-width: 1360px) {
	
.welcome-tittle-large {
	font-size: 28px;
	}

.welcome-block-text {
	font-size: 18px;
	}

.book-demo-blue-text {
	font-size: 22px;
	}

.what-is-left h2 {
	font-size: 28px;
	}

.what-is-left p {
	font-size: 18px;
	}

}

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

.welcome-tittle-small {
	font-size: 28px;
	}

.welcome-block-wrapper {
	padding: 25px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}

.welcome-block-right {
	max-width: unset;
	}

.welcome-block-text {
	max-width: unset;
	}

.book-demo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	}

.what-is-background {
	display: none;
	}

.what-is-block {
	background: #20a1d1;
	}

.what-is-left {
	max-width: unset;
	}

.what-is-wrapper {
	flex-direction: column;
	padding: 25px 25px;
	}
	
.chiropractor-left {
	display: none;
	}

.marketing-box {
	border-right: none;
	}

.marketing-wrapper {
	align-items: center;
	flex-direction: column;
	}

}

@media only screen and (max-width: 1250px) {
/* Landing Page Design */
.lp-design .top-block {
    padding: 100px 0;
}

.lp-design .top-block .main-box {
    max-width: 700px;
    margin: 0 auto;
}

.lp-design .top-block .main-box .main-txt-wrap {
    max-width: 100%;
}

.lp-design .top-block .main-box .main-txt-wrap h2 {
    font-size: 45px;
}

.lp-design .top-block .main-box .main-txt-wrap h2 .large {
    font-size: 80px;
	line-height: 60px;
}

.lp-design .top-block .main-box .main-txt-wrap p {
    font-size: 24px;
    line-height: 24px;
}

.lp-design .top-block .form-box-wrap {
    top: auto;
    right: auto;
    position: relative;
    margin: 50px auto 0;
}

.lp-design .middle-block h2 {
    font-size: 50px;
}

.lp-design .middle-block .item-box h3 {
    font-size: 36px;
}

.lp-design .middle-block .item-box p {
    font-size: 22px;
}

.lp-design .middle-block .item-box {
    max-width: 420px;
}

.lp-design .stripe-block .content {
    max-width: 1080px;
}

.lp-design .stripe-block p {
    font-size: 32px;
}

.lp-design .stripe-block span {
    font-size: 16px;
}

.lp-design .bottom-block h3 {
    font-size: 34px;
}

.lp-design .bottom-block p {
    font-size: 21px;
}

.lp-design .bottom-block .item-btn {
    font-size: 22px;
}

}

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

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 575px;
	}
}

@media only screen and (max-width: 1160px) {
/*Navbar*/
.topmenu {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	}

.hamburger--slider.is-active {
	position: absolute;
	top: 25px;
	right: 25px;
	}

.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

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

.topmenu.active {
	top: 0;
	}

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

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

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

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

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

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

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

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

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

nav .content {
	display: flex;
	}

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


.top-phone {
	margin: 5px auto;
	}

nav.inner-nav .content .top-right {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 98%;
	text-align: center;
	margin-left: 0;
	padding: 0 1%;
	max-width: 100%;
	}

nav.inner-nav .content .inner-logo {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 80%;
	margin-top: 0;
	padding: 6px 10px 7px 5px;
	}

nav.inner-nav .content .hamburger {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 30px;
	margin-top: 0;
	margin-left: auto;
	display: block;
	right: 2px;
	}
	
.header-phone-wrapper {
	align-items: center;
	flex-direction: column;
	}

nav.inner-nav .content {
	display: flex;
	flex-wrap: wrap;
	}

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

@media only screen and (max-width: 1150px) {
/*Footer */
.logo-footer {
	max-width: 330px;
	}
}

@media only screen and (max-width: 1080px) {
/*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: 1000px) {
  
nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: block;
  	position: relative;
	}
  
.inner-nav {
    display: none;
  	}
  
nav.slide.fixed, .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
	}

.bookdemo-wrapper {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}

.bookdemo-description {
	max-width: unset;
	}
}

@media only screen and (max-width: 910px) {
table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 830px) {
.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

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

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

/* Landing Page Design */
.lp-design .inner-logo {
    max-width: 350px;
}

.lp-design nav .content {
    justify-content: center;
    flex-direction: column;
}

.lp-design .inner-phone p {
    font-size: 18px;
}

.lp-design .inner-phone a {
    font-size: 28px;
    line-height: 28px;
}

.lp-design .top-block {
    padding: 50px 0;
	background-size: cover;
}

.lp-design .top-block .main-box {
    max-width: 550px;
	border: none;
    background: linear-gradient(180deg, #ffffff, #ffffff, transparent, transparent);
}

.lp-design .top-block .main-box .main-txt-wrap h2 {
    font-size: 36px;
}

.lp-design .top-block .main-box .main-txt-wrap h2 .large {
    font-size: 50px;
	line-height: 50px;
}

.lp-design .top-block .main-box .main-txt-wrap p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.lp-design .top-block .form-box-wrap {
    display: flex;
    flex-direction: column;
	padding: 20px 10px;
}

.lp-design .top-block .form-box-wrap h3 {
    font-size: 32px;
}

.lp-design .top-block .form-box-wrap .formTableLayout tr.rsform-block>td {
    font-size: 18px;
}

.lp-design .top-block .form-box-wrap input {
    font-size: 18px;
    padding: 6px;
}

.lp-design .top-block .form-box-wrap .form-small-text {
    max-width: 100%;
    text-align: center;
}

.lp-design .top-block .form-box-wrap img {
    right: auto;
    bottom: auto;
    display: block;
    margin: 15px auto;
    order: -1;
    position: relative;
}

.lp-design .middle-block h2 {
    font-size: 36px;
}

.lp-design .item-boxs-wrap,
.lp-design .item-txt {
    max-width: 100%;
}

.lp-design .items-wrap {
    flex-wrap: wrap;
	gap: 15px;
}

.lp-design .middle-block .item-box h3 {
    font-size: 24px;
    text-align: center;
}

.lp-design .middle-block .item-box p {
    font-size: 20px;
    text-align: center;
}

.lp-design .middle-block img,
.lp-design .bottom-block img {
    max-width: 350px;
}

.lp-design .stripe-block p {
    font-size: 24px;
}

.lp-design .stripe-block span {
    font-size: 14px;
    margin: 15px auto 0;
    text-align: center;
}

.lp-design .bottom-block h3 {
    font-size: 26px;
}

.lp-design .bottom-block p {
    font-size: 18px;
    margin: 20px auto;
}





}

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

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

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

img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {
	display: block;
	}

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

@media only screen and (max-width: 700px) {
.service {
	flex-wrap: wrap;
	margin: 0px auto 25px;
	}

.service:nth-child(2), .service:nth-child(4), .service:nth-child(6), .service:nth-child(8) {
	flex-direction: column-reverse;
	}

}

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

.book-demo-left {
	text-align: center;
	}

.book-online-button {
	margin: 15px auto;									 																					
	}																									

.book-demo-wrapper {
	flex-direction: column-reverse;
	}

.chiropractor-lower-wrap {
    flex-direction: column;
    padding: 0;
	}
}

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



#rsform_3_page_0 .rsform-block td {
	display: flex !important;
	width: 300px;
	}

/*Footer*/

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

.offices-block {
	display: block;
	}

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


