body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto;}
#system-message , #system-message-container {
  	display: none !important;
	} 

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

/*Universal Elements*/

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

.underline-b {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	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;
	}

.activeFeedbackField {
    display: inline-block;
    position: relative;
    width:0;
    overflow:hidden;
    }

.activeFeedbackField input{
    position:absolute;
    left:10px;
    }

.activeFeedbackDescription {
    padding-top: 5px;
    margin: 0;
    }

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

#homepage nav {
	position: absolute;
	box-shadow: 3px 3px 3px #00000056;
	}

#homepage nav.slide {
	position: relative;
	display: none;
	box-shadow: 3px 3px 3px #00000056;
	}

nav.slide {
	position: fixed;
	display: block;
	box-shadow: 3px 3px 3px #00000056;
	visibility: visible;
	}

/* .inner-nav.slide.fixed {
  	display: none;
	box-shadow: 3px 3px 3px #00000056;
	}

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

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

.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: #48575e;
    font-weight: 600;
    font-size: 30px;
	}

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

/*Logo slide down*/

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

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

.deeper.parent {
	margin-right: 10px;	
	}

.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: #48575e;
    transition: all 0.3s;
    white-space: nowrap;
	text-transform: uppercase;
	text-align: left;
	}

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

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

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

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    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);
	}

.topmenu ul li ul li a,
.topmenu ul li ul span.nav-header,
.topmenu ul li ul span.separator {
    white-space: normal;
    }

.topmenu ul li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto;
	}

.topmenu ul li ul li {
    display: block;
    padding: 10px;
	border-left: none;
	text-align: left;
	margin: 0 !important;
	}

.topmenu ul li ul li:last-child {
    border-bottom: 5px #48575e solid;
	}

/* level 3 container */
.topmenu ul li:hover ul {
    /* padding-top: 10px; */
    max-height: 3000px;
    /* overflow-y: auto; */
    overflow: unset;
	}

.topmenu li:hover ul ul {display:none;} 

.topmenu li:hover ul {display:block;}

.topmenu li li:hover ul {
    display: block;
    margin-left: 270px;
    margin-top: -50px;
    z-index: 1;
    }

.topmenu ul li ul li.parent:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 5px;
    width: 0;
    height: 0;
    /* margin-right: 10px; */
    vertical-align: middle;
    border-left: 4px solid #232323;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    }

/*Submenu*/
.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #eeeee7;
    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);
	}

.topright {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 240px;
    position: absolute;
    top: 30px;
    right: 50px;
	}

.header-social-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	}

.header-social a {
	display: flex;
	transition: 0.3s all;
	width: 40px;
	}

.header-social a img {
	width: 100%;
	height: auto;
	}

.header-social a:hover {
	opacity: 0.5;
	}

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

.top-button {
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: #0257d8;
    border: 2px solid #0257d8;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.3s;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    max-width: 240px;
	}

.top-button:hover {
	color: #0257d8 !important;
	background: transparent;
	border: 2px solid #0257d8;
	}

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

.tp-position {
    color: #48575e;
    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: #48575e;
	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: 50%;
    left: 15%;
    width: auto;
    z-index: 11;
    transform: translate(-15%, -50%) !important;
	}

.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: #0257d8;
    font-weight: 400;
    font-family: inherit;
    margin: 0px 0 10px 0;
    border-bottom: 2px solid gray;
    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: rgb(249 249 249 / 80%);
    border: 2px solid #151515; */
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background-color: #02ad9d;
    border-radius: 50%;
    transform: translate(0, -50%);
	}

.maintext-block-serv ul li a {
    font-size: 22px;
    color: #0257d8;
    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: #0257d8;
	box-sizing: border-box;
	}

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

/*About Us Block*/
.about-block {
    background: #02ad9d;
    color: #fff;
    padding: 60px 25px 50px;
	text-align: center;
	}

.about-block-title {
	text-align: center;
	font-size: 34px;
	font-weight: 400;
	}

.about-block-wrap {
    max-width: 1150px;
    margin: 0 auto;
    font-size: 23px;
    padding-bottom: 80px;
	}

.white-logo {
	float: left;
	margin: 0 25px 0 0;
	}

.about-us-button {
	color: #dd592b;
	background: #fff;
	padding: 6px 25px;
	border-radius: 10px;
	border: 2px solid #fff;
	}

.about-us-button:hover {
	color: #dd592b;
	background: #fff;
	padding: 10px 25px;
	border-radius: 10px;
	border: 2px solid #dd592b;
	}

.about-wrap {
	display: flex;
    align-items: center;
    gap: 30px;
	}

.about-txt {
    flex: 1;
	text-align: left;
	}

.about-img {
	display: flex;
	border: 5px solid #ffffff;
	border-radius: 15px;
	overflow: hidden;
	}

/* Services block*/

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

.front-services {
    background: #000000;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    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;
    filter: brightness(0) invert(1);
	}

.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 .content {
	max-width: 1500px;
	}

.doctors-title h2 {
	text-align: center;
    margin: 50px auto;
    font-size: 38px;
	}

.doctors-title h2 p {
	margin: 0;
	padding: 0;
	}

.doctors-wrap {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
	}

.doctor-box {
    clear: both;
    max-width: 680px;
	}

.doctor-box-inner {
	padding: 25px;
	display: block;
	}

.doctor-box-inner p {
	color: #000;			
	}

.doctor-box-inner img {
	border-radius: 50%;
	border: 2px solid #0257d8;
	float: left;
	margin-right: 25px;
    margin-bottom: 15px;
	max-width: 350px;
    height: 350px;
	}

.doctor-name {
    background: #0257d8;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 10px;
    max-width: 480px;
    width: 100%;
    margin: 25px 0px auto 150px;
    display: block;
    box-sizing: border-box;
	}

.doctor-name p {
	color: #fff;
	padding: 0;
	margin: 0;
	}

/*Locations block*/
.locations-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #ebebeb;
    padding: 50px 15px;
    gap: 50px;
	}

.loc-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	}

.upper-image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0257d8;
	padding-top: 20px;
	}

.location-image-wrap {
    /*background: #d9d9d9;
    border: 5px solid #fff;
    height: 150px;
    width: 340px;
    border-radius: 20px;
    margin-bottom: -40px;
    z-index: 1; */
    background: none;
    border: 5px solid #fff;
    height: auto;
    width: auto;
    border-radius: 20px;
    margin-bottom: -40px;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
	}

.loc-info {
    background: #ffffff;
    box-sizing: border-box;
    white-space: nowrap;
    width: 390px;
    padding: 60px 0 30px;
	}

.loc-box h2 {
	color: #0257d8;
    font-size: 32px;
    margin: 0px 0 0px 0;
    text-align: center;
    font-weight: 500;
	}

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

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

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

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

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

.loc-info .small-note {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 10px auto 0;
    text-align: center;
	}

.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 15px 0;
	}

.loc-btn {
    color: #fff;
    text-transform: uppercase;
    background: #02ad9d;
    border: 2px solid #02ad9d;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 50px;
    display: inline-block;
    transition: 0.3s ease-in-out;
	}

.loc-btn:hover {
	background: #fff;
	color: #02ad9d;
	}

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

.orange-sub-text {
	color: #0257d8;
	font-weight: 600;
	font-size: 30px;
	max-width: 236px;
	text-align: center;
	}

.red-sub-text {
	color: #0257d8;
	font-weight: 600;
	font-size: 30px;
	max-width: 236px;
	text-align: left;
	}

.black-sub-text {
	color: #000;
	font-weight: 600;
	font-size: 30px;
	max-width: 236px;
	text-align: left;
	}

.loc-box-video {
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
	}

.loc-box-video .video-wrap {
    margin: 0 auto;
	}

.loc-box-video .video-item {
    max-width: 100%;
	}

.loc-box-video h3 {
    color: #0257d8;
    margin: 15px auto 0;
	}

/*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: 38px;
	color: #151c15;
	font-weight: bold;
	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: '•'; */
  	content: '\2022';
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
	}

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

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

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

/*Footer*/
footer {
    background: #eeeee7;
	border-top: ridge 3px;
	}

footer .content {
	text-align: center;
	}

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

.footer-social-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px auto;
	}

.footer-social {
    width: 40px;
	}

.footer-social a {
    display: flex;
	transition: 0.3s all;
	}

.footer-social a:hover {
	opacity: 0.5;
	}

.footer-social img {
    width: 100%;
    height: auto;
	}

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

footer h4 {
    font-size: 18px;
    font-weight: 400;
    color: #141b14;
    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: #48575e;
	font-size: 18px;
	text-transform: uppercase;
	}

.quick-links-block ul li a , .quick-links-block ul li.a {
    color: #48575e;
    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: #48575e;
	font-size: 18px;
	line-height: 25px;
	}

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

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

.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: #02ad9d;
	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;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #02ad9d;
	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: #02ad9d;
	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*/
.homepage .content.h {
	display: none;
	}

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

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

.inner-pages a {
    color: #0257d8;
	}

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

.inner-pages .page-header h2 {
	font-size: 44px;
    color: #48575e;
	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: #0257d8;
	}

.inner-pages .doctor {
	width: 100%;
	max-width: 250px;
	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;
	}

.staff {
    width: 100%;
    max-width: 250px;
    text-align: center;
	}

.staff img {
	margin-bottom: 10px;
	}

.images-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 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 */

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

.inner-btn a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #0257d8;
    border: 2px solid #0257d8;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.3s;
    text-transform: uppercase;
    display: inline-block;
	}

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

.inner-btn a:nth-child(2) {
	background: #bf0000;
    border: 2px solid #bf0000;
	}
	
.inner-btn a:nth-child(2):hover {
	background: #ffffff;
	color: #bf0000;
	}

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

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #48575e;
	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: #0257d8;
	}

h2.latestItemTitle a {
	color: #48575e;
	}

#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: flex-start;
    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: center;
    gap: 20px;
    flex-direction: column;
	}

div.k2ItemsBlock ul li a.moduleItemTitle {
    color: #48575e;
	}

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

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%;
	height: 120px;
	}

#week {
	float: left;
	width: 105px;
	}

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

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

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

.asterisk {
    font-weight: 700;
    color: #ff0000;
	}

#offices .small-note {
    float: left;
    margin: 5px 0 0;
	}

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

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

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

.vid {
    background: #000000;
    width: 100%;
    }

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

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

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, .formTableLayout input#submit {
    background: #0257d8;
	color: #fff;
    border: 2px solid #0257d8;
    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, .formTableLayout input#submit:hover {
	background: #fff;
	color: #0257d8;
	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;
	}

/* Testimonial Page */
.testimonial-container {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 16px 16px 0px 16px;
    margin: 16px 0;
	}

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

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

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

.testimonial-container .headline {
    display: inline-block;
    vertical-align: middle;
	}

.testimonial-container .star {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
	}

.testimonial-container .submitted span {
    font-size: 18px;
    margin: 10px auto 0;
    display: block;
    }

.collapsible {
    background-color: #0257d8;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    
.collapsible.active, .collapsible:hover {
    background-color: #aa2d03;
    }
    
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    }
    
.collapsible.active:after {
    content: "\2212";
    }
    
.collapsible-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    }

.inner-banner {
    background-color: #0257d8;
    padding: 15px;
    text-align: center;
    color: #fff;
	font-size: 20px;
    }

.box-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    clear: both;
    margin: 25px auto;
    flex-wrap: wrap;
    }

.small-box {
    background-color: #eeeee7;
    padding: 15px;
    box-sizing: border-box;
    width: calc(50% - 15px);
    }

.small-box h3 span {
    color: #0257d8;
    margin: 5px 10px 0 0;
    font-size: 36px;
    display: inline-block;
    }

	
.video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
	}
	
.video-item {
	max-width: 560px;
	width: 100%;
	text-align: center;
	}

.video-content {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	}

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

.images-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto;
    }

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

@media only screen and (max-width: 1450px) {
/*Slider overlay*/
.maintext-block-serv h2 {
	font-size: 30px;
	}

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

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

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

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

.doctor-box {
    max-width: 600px;
	}

.doctor-name {
    max-width: 470px;
    margin: 25px 0px auto 100px;
	}

.doctor-box-inner img {
    max-width: 300px;
    height: auto;
	}
}

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

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

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

.top-socials {
	order: 2;
	}

.top-buttons {
	order: 2;
	} */
}

@media only screen and (max-width: 1215px) {
/*Services Block*/
.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%;
	height: auto;
	}

#week {
	margin: 20px 0 0;
	}

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

#offices .small-note {
    width: 100%;
	}

#map iframe {
	height: 580px;
	}
}

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

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

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

/* nav.slide.fixed .inner-logo {
	margin-top: 5px;
	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;
	} */

.locations-block {
	flex-direction: column;
	}

	
}

@media only screen and (max-width: 1080px) {
.topmenu ul li {
    padding: 0 10px;
    }

.about-wrap {
    flex-direction: column;
    gap: 15px;
	}

.about-txt {
    text-align: center;
	}

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

/*Rate Us -- END*/
  
}

@media only screen and (max-width: 1000px) {
/*Header*/
nav .content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
	}

.topmenu {
    margin: 0;
    padding: 20px 0;
    width: 100%;
	order: 2;
	}

.topright {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 240px;
    position: relative;
    top: auto;
    right: auto;
    order: 1;
	}

.header-social a {
    width: 30px;
	}

.topright {
    gap: 10px;
	}

.topright {
    position: relative;
    top: auto;
    right: auto;
    order: 1;
    padding: 5px;
	}

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

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

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

.topmenu li li:hover ul {
    margin-left: 210px;
    }

.topmenu ul li ul {
    width: 210px;
    }

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

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

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

/*Slider Overlay*/
.slider-tagline {
	padding: 15px;
	font-size: 18px;
	}
}


@media only screen and (max-width: 900px) {
/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

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

.topmenu.active {
	top: 0;
	}

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

.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: 43px;
	right: 25px;
	}

.topmenu li li:hover ul {
    margin-left: auto;
    margin-top: auto;
    }

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

.inner-logo {
    margin: 0;
	}

.topright {
    margin: 0 auto;
    padding-right: 75px;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}

.white-logo {
	float: none;
	margin: 0 auto;
	display: block;
	}
}

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

@media only screen and (max-width: 800px) {
/*Slider Overlay*/
.slider-block {
    background: #e0e0e0;
	}

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

.maintext-block-serv {
    float: none;
	}

.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) {
	
/*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%;
	}

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

.about-block-title {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	}

.about-block-wrap {
	max-width: 1150px;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 40px;
	}

.collapsible {
    font-size: 16px;
    }
}

@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: #000;
    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: 640px) {
.doctor-box {
	clear: both;
	max-width: 320px;
	}

.doctor-box-inner {
	padding: 10px;
	display: block;
	text-align: center;
	}

.doctor-box-inner img {
	display: block;
	border-radius: 50%;
	border: 2px solid #0257d8;
	float: none;
    margin: 0 auto;
	}

.doctor-name {
	background: #0257d8;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 20px;
	border-radius: 10px;
	max-width: 220px;
	width: 100%;
	margin: 10px auto;
	display: block;
	text-align: center;
	}

}

@media only screen and (max-width: 590px) {
/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
.topright {
    width: 100%;
    max-width: 100%;
    padding: 5px;
	}

.top-buttons {
    flex-direction: unset;
	}

.top-button {
    max-width: 210px;
	}

/* nav.slide.fixed .inner-logo {
	margin: 0 auto 0 0;
	width: 100%;
	display: block !important;
    } */

/*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: #000;
  	position: relative;
  	}
  
.front-service {
	max-width: 63px;
	position: relative;
	cursor: pointer;
	}

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

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

/* Testimonial Page*/
.testimonial-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 10px 15px;
	}

.testimonial-container .headline {
    margin: 15px 0;
	}

.testimonial-container .star {
    margin: 0 auto;
	}

.testimonial-container p {
    margin: 15px auto 0;
    }
}

@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: #868686;
	}

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

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

.inner-logo {
	margin: 0 auto 0 0;
    }

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

/* nav.slide.fixed, .inner-nav.slide.fixed .submenu {
    padding: 0px;
	} */
}

@media only screen and (max-width: 430px) {
.location-image-wrap {
	/* height: 120px; */
	width: 250px;
	margin-bottom: -40px;
	}

.loc-info {
	width: 300px;
	}

.loc-box .address {
	font-size: 18px;
	}

.loc-box .shedule {
	font-size: 18px;
	max-width: 205px;
	}

.loc-box h2 {
	font-size: 27px;
	}


}

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