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 {
  	display: none !important;
	} 

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    box-sizing: border-box;
	}

/*Universal Elements*/

.underline {
	display: block;
    width: 75%;
    height: 1.7px;
    background: #fff;
    border: 0.2px solid #fff;
    border-radius: 123%;
    margin: 0 auto;
	}	

.underline-b {
	display: block;
	width: 100%;
	height: 2px;
	background: #373737;
	border: 1px solid white;
	border-radius: 100%;
	}

/*--------------------*/

.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;
	box-shadow: 3px 3px 3px;
	}

#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.slide.fixed, .inner-nav.slide.fixed .content {
	text-align: center;
	}

nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo {
    display: inline-block;
    vertical-align: middle;
	margin-right: 7%;
	}

nav.slide.fixed, .inner-nav.slide.fixed .content .topmenu {
    display: inline-block;
    vertical-align: middle;
	}

nav .content {
	max-width: 3000px;
    padding: 15px 0 0 0;
	}

.inner-logo {
	padding: 5px;
    display: block;
    margin: 0 auto;
	max-width: 100%;
	}

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

.inner-logo a img {
	width: unset;
	}

.logo-text-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	}

.sup-logo {
	color: #4888e8;
    font-weight: 600;
    font-size: 30px;
	}

.sub-logo {
	color: #4888e8;
	font-weight: 600;
	font-size: 20px;
	}

/*Logo slide down*/

nav.slide.fixed .inner-logo {
	margin-top: 0px;
	max-width: 470px;
	}

nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
	}

nav.slide.fixed .logo-text-wrap {
	align-items: start;
	text-align: left;
	}

/*-----------------------*/

.topmenu {
	margin: 0;
    padding: 20px 0;
	}

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

.topmenu ul li {
    list-style: none;
    padding: 0 15px;
    position: relative;
    border-left: 1px solid #373737;
	}

.topmenu ul li:first-child {
    border-left: none;
	}

.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;
    color: #373737;
    transition: all 0.3s;
    white-space: nowrap;
	text-transform: uppercase;
	}

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

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

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

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

/*Submenu*/
.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #4888e8;
    padding: 5px 15px;
    border-top: ridge 3px;
    gap: 3%;
	}

/*Top Socials*/
.top-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	transition: 0.3s;
	}

nav .top-social {
	transition: 0.3s;
	}

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

/*Top Buttons*/
.top-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
	}

.top-button {
	color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: #5ec400;
    border: 2px solid #5ec400;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.3s;
    text-transform: uppercase;
	}

.top-button:hover {
	color: #5ec400 !important;
	background: #fff;
	border: 2px solid #5ec400;
	}

/*Top Phone*/
.top-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	}

.tp-position {
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	}

.tp-position img {
	transition: 0.3s;
	}

.tp-position:hover img {
	transform: scale(1.3);
	}

.top-phone a {
	color: #fff;
	font-size: 22px;
	}

/*Hamburger*/
.hamburger.hamburger--slider {
	display: none;
	}

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

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

.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: 270px;
    left: 0;
    width: 100%;
    z-index: 11;
	}

.maintext-block-serv {
    display: inline-block;
    padding: 15px;
    background: rgb(249 249 249 / 80%);
    float: left;
    text-align: left;
	}

.maintext-block-serv h2 {
    font-size: 36px;
    color: #373737;
    font-weight: 400;
    font-family: inherit;
    margin: 0px 0 10px 0;
    border-bottom: 2px solid #4888e8;
    text-transform: uppercase;
	}

.maintext-block-serv ul {
	padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px 10px 0;
	}

.maintext-block-serv ul:last-child {
	margin: 10px 0px 10px 0;
	}

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

.maintext-block-serv ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #5ec400;
    border: 2px solid #5ec400;
	}

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

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

.slider-tagline {
    display: block;
    position: absolute;
    bottom: 0;
    background: #f9f9f9;
    padding: 25px;
    font-size: 33px;
    width: 100%;
    color: #4888e8;
	box-sizing: border-box;
	}

.slider-tagline p {
	padding: 0;
	margin: 0;
	}

/* Services block*/
.services-block {
    background: url(../images/services-background.jpg) no-repeat center;
	background-size: cover;
    height: 840px;
	position: relative;
	}

img.services-background-mobile {
    display: none;
	}

.front-services {
	background: #373737bf;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	}	

.fs-cont {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
    padding: 15px;
    box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	}

.front-service {
	max-width: 100px;
	position: relative;
	cursor: pointer;
	}

.front-service img {
    height: 100px;
	width: auto;
	}

.front-service:hover img {
	visibility: hidden;
	}

.front-service p {
	width: 100px;
    color: #FFF;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    font-family: 'Lato' , sans-serif;
    position: absolute;
	visibility: hidden;
	top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);

	}

.front-service:hover p {
	visibility: visible;
	}

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

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

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

.doctors-box .underline-b {
	margin-top: 15px;
	}

.doctors-box h2 {
    color: #373737;
    font-size: 44px;
    text-align: center;
    margin: 0;
    font-weight: 400;
	}

.doctors-box .doctor {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    transition: all 0.3s;
	padding-top: 35px;
	}

.doctors-box .doctor a {
    color: #373737;
	font-weight: 600;
	}

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

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

.doctors-box .doctor img {
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
	height: auto;
	}

.doc-b-info {
	text-align: left;
	/* max-width: 680px;
	padding-top: 10px; */
	}

.doc-b-info p a {
	color: #4888e8;
	font-weight: 700;
	}

/*Banners*/
.banner-block {
	background-color: #eeeee7;
	}

.banners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 15px;
    box-sizing: border-box;
	}

.banner {
	transition: 0.3s all;
	}

.banner:hover {
	transform: scale(1.02);
	}

.banners img.mob {
	display: none;
	}

.banners .frist-item {
	flex: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	}

/*Locations block*/
.locations-block {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	background-image: linear-gradient(to bottom, rgb(72 136 232 / 70%), rgb(72 136 232 / 70%)), url(../images/location-bg.jpg);
    background-size: cover;
    padding: 50px 0;
	gap: 25px;
	}

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

.loc-info {
    background: rgb(39 98 185 / 90%);
	box-sizing: border-box;
	white-space: nowrap;
	width: 350px;
	}

.loc-box h2 {
    font-weight: 300;
    color: #ffffff;
    font-size: 38px;
    margin: 15px 0 15px 0;
    text-align: center;
	}

.loc-box .address {
    font-size: 20px;
    margin: 10px 0 30px 0;
    color: #ffffff;
    text-align: center;
	}

.loc-box .phone {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 20px;
	}

.loc-box .shedule {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    max-width: 235px;
    margin: 0 auto 0px;
	}

.loc-box .shedule .table-cell {width: 120px; padding: 0px 5px;}

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

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

.loc-btn-wrap {
    display: block;
    text-align: center;
    padding: 25px;
	}

.loc-btn {
	color: #373737;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 40px;
	transition: 0.3s all;
	}

.loc-btn:hover {
	background: #373737;
	border: 2px solid #fff;
	color: #fff;
	}

/*Blogs block*/
.blogs-block {
	padding: 25px 0;
	text-align: center;
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

.blogs-block .content {
    text-align: center;
    max-width: 1400px;
	}

.blogs-block h2 {
	font-size: 48px;
	color: #151c15;
	font-weight: 300;
	text-align: left;
	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: #eeeeee;
	border-top: 3px solid #373737;
	}

footer .content {
	text-align: center;
	}

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

.logo-footer {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	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: #373737;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
	}

.quick-links-block ul {
	padding: 0;
	margin: 0;
	}

.quick-links-block ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
	color: #373737;
	font-size: 18px;
	}

.quick-links-block ul li a , .quick-links-block ul li.a {
    color: #373737;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
	}

.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: #373737;
	font-size: 18px;
	line-height: 25px;
	}

.offices-block {
    display: flex;
    flex-direction: column;
	}
	
.office {
	margin-bottom: 10px;
	}

.office p {
	margin: 0;
	padding: 0;
	color: #373737;
	}

.office span {
    display: block;
	}

.copy-left, .copy-right {
	text-align: left;
	float: left;
	color: #6e6d6d;
	font-size: 14px;
	padding: 30px;
	}

.copy-left a, .copy-right a {
	color: #6e6d6d;
	text-decoration: none;
	}

.copy-left a:hover, .copy-right a:hover {
	text-decoration: underline;
	}

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

body .accessib-block {
	top: 45% !important;
	}

/*Joomla corrections*/
.homepage .content.h {
	display: none;
	}

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

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

.xray {
    margin: 25px auto;
	}

.xray, .image_row01 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	}

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

/*new patients page*/

.np__button {
    color: #ffffff !important;
    background: #5ec400;
    border: 2px solid #5ec400;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.3s;
    text-transform: uppercase;
    display: block;
    text-align: center;
    max-width: 220px;
	}

.np__button:hover {
    color: #5ec400 !important;
    background: #fff;
    border: 2px solid #5ec400;
	}

/*swift-page*/

.swift-treatment-row {
	text-align: center;
  	clear: both;
	}

.swift-treatment {
	width: 25%;
	display: inline-block;
	margin: 15px 5px;
  	vertical-align: text-top;
	}
	
.swift-treatment img {
	max-width: 100%;
	margin-bottom: 8px;
	}
	
.swift-treatment span {
	font-size: 18px;
	color: #373737;
    }

.swift-list {
    list-style: disc;
    margin-left: 15px;
    }

.swift-list li {
    padding: 2px 0;
    }

.video_wrap_swift {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  	max-width: 800px;
    margin: 0 auto;
    }

.video_swift {
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 0 20px;
    text-align: center;
    /*max-width: 560px;*/
    }

/*Inner pages*/
.sas-btn {
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #68c427;
    background: #68c427;
    padding: 7px 35px;
    border-radius: 3px;
    text-align: center;
    display: block;
    margin: 30px auto;
    max-width: 120px;
    }

.sas-btn:hover {
    color: #68c427 !important;
    border: 2px solid #68c427;
    background: #fff;
    }

tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }

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

.inner-pages a {
    color: #4888e8;
	}

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

.inner-pages .page-header h2 {
	font-size: 44px;
    color: #373737;
	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: #4888e8;
	}

.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;
	height: auto;
	}

/*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%;
	height: auto;
    }

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

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

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

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #4888e8;
	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: #4888e8;
	}

h2.latestItemTitle a {
	color: #4888e8;
	}

#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;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
	}

div.k2ArchivesBlock ul {
  	flex-direction: column;
  	gap: 0px;
  	align-items: flex-start;
	}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row-reverse;
	}

div.k2ItemsBlock ul li a.moduleItemTitle {
    color: #4888e8;
    font-style: italic;
    font-family: revert;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	padding: 4px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 400px;
    color: #373737;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float: right;
	margin: 2px 0 4px 4px;
	padding: 0;
	width: auto;
	}

.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: none;
	float: none;
	padding: 0;
	margin: 0;
	border: none;
	}

.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: 150px;
	}

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

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

#offices.images .n2-section-smartslider {
	max-width: 450px;
	margin: 0 auto;
	}

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

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

body.rsform h1 , body.sitemap h1 {
	font-size: 44px;
	color: #4888e8;
	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: #4888e8;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send {
    background: #4888e8;
	color: #fff;
    border: 2px solid #4888e8;
    padding: 5px 10px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	text-transform: uppercase;
    transition: 0.3s;
	}

.formTableLayout input#Send:hover {
	background: #fff;
	color: #4888e8;
	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 01 */
.orthotics-lp.one .content {
    max-width: 100%;
    padding: 0;
	}

.orthotics-lp.one .slider-block {
    position: relative;
	height: auto;
	background: none;
    }
  
.orthotics-lp.one .slider-block-wrap {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1640px;
	margin: 0 auto;
	padding: 30px 20px;
	}

.orthotics-lp.one .slider-text-box {
	background-color: rgb(0 0 0 / 60%);
	padding: 30px 20px;
	border-radius: 5px;
	}

.orthotics-lp.one .orthotics-form-wrap {
	margin-top: 44px;
	}

.orthotics-lp.one .slider-text-box h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 auto 20px;
	color: #fff;  
	font-family: 'Lato', sans-serif;
	}

.orthotics-lp.one .slider-text-box ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	}

.orthotics-lp.one .slider-text-box ul li {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	font-family: 'Lato',sans-serif;
	padding: 5px 0;
	}

.orthotics-lp.one .wrapper {
	max-width: 1640px;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: left;
	}

.orthotics-lp.one section h2 {
	font-size: 46px;
	font-weight: 700;
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	margin: 0 !important;
	}

.orthotics-lp.one section h3 {
	font-size: 34px;
	font-weight: 700;
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	margin: 0 auto 5px !important;
	}

.orthotics-lp.one section p {
	font-size: 24px;
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	margin: 10px auto !important;
	}

.orthotics-lp.one section ul {
	margin: 0;
	padding: 10px 0 10px 25px;
	list-style-type: disc;
	}

.orthotics-lp.one section ul li {
	font-size: 24px;
	font-family: 'Lato',sans-serif !important;
	padding: 0;
	line-height: 35px;
	}

/* .orthotics-lp.one .first-block.image .short-wrap {
	max-width: 680px;
	} */

.orthotics-lp.one .first-block.image .short-wrap {
	max-width: 100%;
	}

.orthotics-lp.one .first-block .wrapper.short {
	padding: 0 20px 40px !important;
	margin-top: -20px;
	}

.orthotics-lp.one .blue-btn {
	box-sizing: border-box;
	display: block;
	width: 500px;
	text-align: center;
	margin: 30px auto 25px 0;
	font-size: 24px;
	background-color: #5ec400;
	color: #fff;
	font-weight: 700;
	padding: 15px;
	border: 2px solid #000;
	border-radius: 20px;
	transition: 0.3s ease-in-out;
	}

.orthotics-lp.one .blue-btn:hover {
	background-color: #254606;
	} 

.orthotics-lp.one .btn-number {
	display: block;
	font-size: 32px;
	margin: 10px auto 5px;
	}

.orthotics-lp.one .second-block {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	}

.orthotics-lp.one .first-block.image {
	position: relative;
	}

.orthotics-lp.one .list-image-background {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: -1;
	}

.orthotics-lp.one .list-image-background img {
	width: 100%;
	height: auto;
	max-width: 1020px !important;
	}

.orthotics-lp.one .bg-image {
	width: calc(100% - 640px);
	background-image: url(../images/foot-brace.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 620px;
	}

.orthotics-lp.one .blue-box {
	flex: 1 1 670px;
	max-width: 670px;
	padding: 30px;
	background-image: url(../images/grid-pattern.png),linear-gradient(270deg,rgba(2 13 215) 0%,rgb(7 163 253) 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 620px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
	margin-left: 10px;
	}

.orthotics-lp.one .blue-box h2 {
	font-size: 44px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	}

.orthotics-lp.one .blue-box h2 span {
	font-weight: 700;
	margin-right: 20px;
	}

.orthotics-lp.one .blue-box li {
	padding: 0;
	color: #fff;
	}

.orthotics-lp.one .blue-box p {
	font-size: 24px;
	font-family: 'Lato',sans-serif !important;
	padding: 0;
	line-height: normal;
	display: block;
	width: 100%;
	margin: 0 !important;
	color: #fff;
	}

.orthotics-lp.one .wrap-item-row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
	padding: 30px;
	}

.orthotics-lp.one .item-two-col {
	width: calc(50% - 25px);
	}

.orthotics-lp.one .item-two-col ol {
	padding: 0;
	margin: 0;
	}

.orthotics-lp.one .item-two-col li {
	font-size: 22px;
	padding: 10px 0;
	}

.orthotics-lp.one .item-two-col .blue-color {
	color: #1c256e;
	font-weight: 700;
	}

.orthotics-lp.one .heading-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	}

.orthotics-lp.one .item-three-col {
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 420px;
	height: auto;
	}

.orthotics-lp.one .item-three-col h3 {
	font-size: 22px;
	color: #af234b;
	font-weight: 700;
	margin: 0 auto !important;
	}

.orthotics-lp.one .item-three-col p {
	font-size: 20px;
	color: #616161;
	}

.orthotics-lp.one .red-link {
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	color: #af234b;
	font-style: italic;
	padding: 0 0 0 3px;
	font-size: 20px;
	}

.orthotics-lp.one .red-link:hover {
	text-decoration: underline;
	}
  
.orthotics-lp.one .fourth-block .wrap-item-row {
	background-color: #f5f5f5;
	flex-wrap: wrap;
	margin-top: 20px;
  	}

.orthotics-lp.one .video-container {
	max-width: 600px;
	margin: 0px 0 15px 30px;
	float: right;
	border: 5px solid #0271a9;
	display: flex;
	box-sizing: border-box;
	}
	
.orthotics-lp.one .video-container video {
	width: 100%; 
	height: auto; 
	}

@media only screen and (max-width: 1750px) {
.banner {
	max-width: 600px;
	}

.frist-item .banner {
	max-width: 846px;
	width: 100%;
	}
}

@media only screen and (max-width: 1650px) {
/*Slider overlay*/
.maintext-block-serv-wrapper {
	top: 170px;
	}

footer {
	padding-bottom: 140px;
	}
}

@media only screen and (max-width: 1400px) {
/*Slider overlay*/
.maintext-block-serv-wrapper {
	top: 135px;
	}

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

.maintext-block-serv ul li {
    padding: 4px 0 4px 15px;
	}

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

.maintext-block-serv ul li:before {
    top: 11px;
    width: 6px;
    height: 6px;
	}

.slider-tagline {
	padding: 15px;
	font-size: 25px;
	}
}

@media only screen and (max-width: 1255px) {
/*Header*/
nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo {
    margin-right: 0%;
}

/*Submenu*/
.top-phone {
    width: 100%;
    order: 1;
	}

.top-socials {
	order: 2;
	}

.top-buttons {
	order: 2;
	}

.banner {
	max-width: unset;
	}

}

@media only screen and (max-width: 1215px) {
/*Services Block*/
.services-block {
    height: 600px;
	}

.fssvg {
    width: 80px;
	}

.front-service p {
	width: 80px;
	font-size: 16px;
	}

/*Doctors Block*/
.doc-info-wrap {
    flex-wrap: wrap;
	}

.doctors-box .doctor {
	padding: 30px 0 0 0;
	}

.doc-b-info {
	max-width: 100%;
	padding-top: 0px;
	}

/*Office Page*/	
#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 554px;
	}
}

@media only screen and (max-width: 1170px) {
.sup-logo {
	font-size: 23px;
	}

.sub-logo {
	font-size: 16px;
	}

/* nav.slide.fixed .inner-logo {
	margin-top: 0px;
	max-width: 380px;
	} */


nav.slide.fixed .topmenu ul li {
	padding: 0 10px;
	}

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

@media only screen and (max-width: 1150px) {
/*Slider Overlay*/
.maintext-block-serv-wrapper {
	top: 90px;
	}
}

@media only screen and (max-width: 1080px) {
/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}

.logofooter {
	display: block;
	padding: 30px 30px 0;
	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;
	height: auto !important;
    }

/*Rate Us -- END*/
  
/* Landing Page 01 */
.orthotics-lp.one .slider-block {
    position: sticky;
	}

.orthotics-lp.one div#n2-ss-7 .n2-ss-slider-1 {
	min-height: 250px !important;
	}

.orthotics-lp.one .slider-block-wrap {
	position: relative;
	top: auto;
	max-width: 100%;
	width: 100%;
	left: auto;
	transform: none;
	padding: 50px 20px;
	flex-direction: column-reverse;
	background-color: #f0f8ff;
	z-index: -2;
	}

.orthotics-lp.one .orthotics-form-wrap {
	margin-top: 0;
	} 

.orthotics-lp.one .slider-text-box h2 {
	font-size: 26px;
	line-height: 26px;
	} 

.orthotics-lp.one .slider-text-box ul li {
	font-size: 22px;
	padding: 5px 0;
	}

.orthotics-lp.one section h2 {
	font-size: 30px;
	}

.orthotics-lp.one section p {
	font-size: 20px;
	}

.orthotics-lp.one section h3 {
	font-size: 26px;
	}

.orthotics-lp.one section ul li {
	font-size: 20px;
	line-height: 26px;
	}

.orthotics-lp.one .first-block.image {
	position: relative;
	}

.orthotics-lp.one .list-image-background {
	background-image: url(../images/heel-pain-running.jpg);
	position: absolute;
	background-size: cover;
	height: 840px;
	width: 100%;
	top: 0;
	right: 0;
	opacity: 0.5;
	transform: unset;
	background-position: bottom;
	display: none;
	}

.orthotics-lp.one .list-image-background img {
	display: none;
	}

.orthotics-lp.one .blue-btn {
	font-size: 20px;
	width: 100%;
	max-width: 400px;
	margin: 25px auto;
	}

/* .orthotics-lp.one .first-block.image .short-wrap {
	max-width: 100%;
	} */

.orthotics-lp.one .second-block {
	padding: 30px 20px;
	flex-direction: column;
	gap: 30px;
	}

.orthotics-lp.one .bg-image {
	width: 100%;
	max-width: 600px;
	height: 350px;
	}

.orthotics-lp.one .blue-box h2 {
	font-size: 28px;
	margin-bottom: 20px !important;
	display: flex;
	flex-wrap: wrap;
	}

.orthotics-lp.one .blue-box li {
	padding: 5px 0;
	font-size: 20px;
	line-height: 18px;
	} 

.orthotics-lp.one .blue-box p {
	font-size: 20px;
	}

.orthotics-lp.one .blue-box {
	flex: unset;
	max-width: 600px;
	padding: 30px;
	height: auto;
	margin: 0;
	}

.orthotics-lp.one .wrap-item-row {
	align-items: center;
	gap: 0;
	flex-direction: column;
	padding: 10px 20px;
	}

.orthotics-lp.one .item-two-col {
	width: 100%;
	} 

.orthotics-lp.one .item-two-col li {
	font-size: 18px;
	padding: 5px 0;
	}

.orthotics-lp.one .item-three-col h3 {
	font-size: 20px;
	}

.orthotics-lp.one .item-three-col p {
	font-size: 18px;
	}

.orthotics-lp.one .red-link {
	font-size: 18px;
	display: block;
	}

.orthotics-lp.one .video-container {
	margin: 0 auto 30px;
	float: none;
	}
}

@media only screen and (max-width: 1000px) {
/*Header*/
.inner-logo,
nav.slide.fixed .inner-logo {
    max-width: 300px;
	}

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

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

/*Submenu*/  
.tp-position {
    font-size: 18px;
	}

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

.top-button {
	font-size: 16px;
	}

/*Slider Overlay*/
.maintext-block-serv-wrapper {
    top: 40px;
	}

.slider-tagline {
	padding: 15px;
	font-size: 18px;
	}
  
.logofooter {
    max-width: 464px;
	}
}

@media only screen and (max-width: 870px) {
.topmenu ul li {
    padding: 0 7px;
	}
  
footer .content {
    display: block;
	}

.logofooter {
    margin: 0 auto;
	}
}

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

@media only screen and (max-width: 800px) {
/*Navbar*/

.inner-logo,
nav.slide.fixed .inner-logo {
    padding: 0px 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 260px;
	}

.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;
	text-align: left;
	}

.topmenu ul li {
	display: block;
	padding: 5px;
	border-left: none;
	}

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

.hamburger.hamburger--slider {
	display: block;
    position: absolute;
	top: 30px;
	right: 20px;
	}

/* nav.slide.fixed .hamburger.hamburger--slider {
	top: 0px;
	} */
	
table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}

/*Slider Overlay*/
.slider-block {
    background: #eeeee7;
	padding-bottom: 40px;
	}

.maintext-block-serv-wrapper {
    top: 0;
    position: relative;
    margin: 0 auto;
    max-width: 465px;
    padding: 40px;
	}

.slider-tagline {
	display: none;
	}
  
/* 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) {
.banners img.desk {
	display: none;
	}
	
.banners img.mob {
	display: block;
	}

/*Footer*/
footer {
	padding-bottom: 80px;
	}

.copy-left, .copy-right {
	float: left;
	font-size: 12px;
    }

footer h4 {
	font-size: 14px;
	}

.quick-links-block ul li ul {
	margin: 3px 0 0 5px;
	}

.quick-links-block ul li , .quick-links-block ul li a , .quick-links-block ul li.a {
	font-size: 14px;
	line-height: 18px;
	}

.bottom-loc-block {
	font-size: 14px;
	line-height: 18px;
	}

.scroll-to-top {
	width: 45px;
	left: 15px;
	bottom: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}

.rabutton .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 9px);
	}

/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 760px) {
/*Services Block*/
.services-block {
    background: url(../images/services-background-mobile.jpg) no-repeat center;
    background-size: cover;
    position: relative;
	}

/*Office Inner Page*/
#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: 720px) {
/*Submenu*/
.top-phone {
    flex-wrap: wrap;
	gap: 8px;
	}

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

nav.slide.fixed, .inner-nav.slide.fixed .submenu .top-phone {
	display: none;
	}

/*Services Block*/
.services-block {
    background-repeat: no-repeat;
    background-position: unsey;
  	background: #373737;
    background-size: contain;
    background-image: none;
    height: unset;
	}
  
img.services-background-mobile {
    display: block;
    max-width: 100%;
    height: auto;
	}

.fs-cont {
    flex-wrap: wrap;
    gap: 10px;
	}
}

@media only screen and (max-width: 654px) {
.swift-treatment {
	display: block;
	margin: 0 auto;
	width: unset;
	margin-bottom: 17px;
	}  
	
.video_swift {
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	}

.video_swift iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	} 
}

@media only screen and (max-width: 620px) {
.swift-images img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px !important;
	float: unset!important;
	}
}

@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: 570px) {
.swift-treatment img {
	float: none !important;
	}
}

@media only screen and (max-width: 565px) {
/*Navigation*/
.inner-logo a img {
	height: auto;
	}

.inner-logo {
	max-width: 200px !important;
	margin: 0;
	padding: 0 10px 10px 10px;
	}

.inner-nav.slide.fixed .content .inner-logo {
	margin: 0;
	max-width: 200px !important;
	display: block;
	padding: 0 10px 10px 10px;
	}

.hamburger.hamburger--slider {
	top: 19px;
	}

/* nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo {
	margin: 0 auto 0 0;
	display: block;
	padding: 2px 0px 15px 10px;
    }

nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo {
    margin: 0 auto 0 0;
    display: block;
	}	 */

.sup-logo {
	font-size: 20px;
	}

/* nav.slide.fixed .hamburger.hamburger--slider .hamburger-box {
    margin-top: 0px;
	}

nav.slide.fixed .inner-logo {
	max-width: 250px;
	margin: 5px 0px;
    } */

}

@media only screen and (max-width: 550px) {
/*Slider Overlay*/
.maintext-block-serv-wrapper {
    max-width: 330px;
	}

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

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

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

/*Services Block*/

.front-services {
    background: #373737;
  	position: relative;
  	}
  
.front-service {
	max-width: 22%;
	position: relative;
	cursor: pointer;
	}

.front-service p {
	width: 63px;
	font-size: 14px;
	}

.fssvg {
	width: 63px;
	}
  
tbody#rsform_5_page_0 td {
	display: block;
	}

}

@media only screen and (max-width: 500px) {
/*Slider Overlay*/
.maintext-block-serv-wrapper {
    max-width: 280px;
    margin: 0 auto;
	}

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

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

/*Footer*/
.logo-footer {
    max-width: 250px;
    padding: 20px;
	}	

/*Blog Block*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 4px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    color: #373737;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	padding: 4px 0;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	color: #373737;
	}
}

/* @media only screen and (max-width: 470px) {
nav.slide.fixed, .inner-nav.slide.fixed .submenu {
    padding: 0px;
	}
}

@media only screen and (max-width: 420px) {
nav.slide.fixed .sup-logo {
	font-size: 15px;
	}

nav.slide.fixed .inner-logo {
	max-width: 250px;
	margin: 5px 0px;
	}
} */

@media only screen and (max-width: 380px) {  
.maintext-block-serv-wrapper {
    padding: 40px 0 0;
    }
}
