/* colours */
:root {
    --logo-blue:#00aadb;
    --logo-white:#ffffff;
    --logo-black:#000000;
    --logo-blue-dark:#005068;
    --logo-blue-light:aliceblue;
    --logo-blue-menu: #038dd5;
}

body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*font-family: 'Cinzel', sans-serif; */
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000; -webkit-text-size-adjust: 100%;
}

body {overflow-x: hidden;}
body.bfa .rsblog-entry-image {display: none;}
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;
}

.doctor-group.anchor {scroll-margin-top: 35px;}

#jon-schening , #timothy-k-moore , #marissa-thoms , #timothy-schening {
    padding-top: 100px;
    margin-top: -100px;
    scroll-margin-top: 100px;
}

.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: #62c100;
    color: #ffffff;
    border-color: #62c100;
}

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

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

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

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

.phone-container {
    text-align: center;
    position: relative;
}

.call-button {
    padding: 7px 15px;
    background: #0066a4;
    color: #ffffff;
    width: 100%;
    max-width: 250px;
    font-weight: 400;
    font-size: 21px;
    display: inline-block;
    border: 2px solid #ffffff;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
}

.call-button:hover {
    background-color: #004672;
}

.info-container {
    margin-top: 20px;
    color: #ffffff;
    position: absolute;
    top: 32px;
    right: 0;
    background: #0066a4;
    padding: 5px;
    font-size: 18px;
    width: 270px;
    border: 2px solid #ffffff;
    z-index: 99;
}

.info-container p {
    display: block;
}

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

.hidden-phones {
    display: none;
}

/* New Phone Block */
.phone-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.phone-wrap .phone-item {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}

.phone-wrap .phone-item a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    transition: 0.3s all;
}

.phone-wrap .phone-item a:hover {
    color: #0066a4;
}

.top-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* .top-buttons {
	display: none;
	} */

.top-button {
    background: #62c100;
    color: #ffffff;
    border-color: #62c100;
    border: 2px solid #ffffff;
    padding: 7px 15px;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    transition: 0.3s all;
}

.top-button:hover {
    background: #3e7a03;
}

.top-phone a {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    transition: 0.3s all;
}

.top-phone a:hover {
    opacity: 0.5;
}

.socials-block {
    position: fixed;
    left: 0;
    top: 40%;
    background: #ffffff;
    z-index: 999;
    border-top: 1px solid #06334e;
    border-bottom: 1px solid #06334e;
    border-right: 1px solid #06334e;
    padding: 5px;
    border-radius: 0px 15px 15px 0px;
}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials-wrapper {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.social-button img {
    transition: 0.3s ease;
}

.social-button img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.socials-block.disabled {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(100%);
}

.homepage nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    /*background: #000000 !important;*/
    background:var(--logo-white);
    transition: all 0.3s;
}

#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;
    top: 0;
    width: 100%;
    z-index: 99;
}

nav.inner-nav {
    position: relative;
    background:var(--logo-blue-menu);
    border-bottom: 1px solid var(--logo-blue-dark);
    z-index: 1;
}

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: center;
    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;
}

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

.topmenu ul li {
    list-style: none;
    padding: 0 14px;
    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 #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: none;
}

.item-133 {
    background: #62c100;
    color: #ffffff;
    border-color: #62c100;
    border: 1px solid #ffffff;
    margin-left: 20px;
}

.item-133:hover {
    background: #598a1a;
    color: #ffffff;
    border-color: #598a1a;
    border: 1px solid #ffffff;
    margin-left: 20px;
}

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 19px;
    color:var(--logo-white);
    /*color: #ffffff;*/
    transition: all 0.3s;
    white-space: nowrap;
}

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

.topmenu ul li a:hover, .topmenu ul li.active a {
    /*color: #d3d3d3;*/
    color:var(--logo-black);
}

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

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    display: block;
    background: #0e7fc4;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: none;
}

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

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

.hamburger {
    display: none;
}

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

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

.slider-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    z-index: 11;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.slider-overlay-wrap {
    position: relative;
}

.slider-overlay-wrap::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    filter: blur(50px);
    opacity: 0.9;
    padding: 100px 50px;
    border-radius: 50%;
    z-index: -2;
}

.slider-overlay ul {
    padding: 0;
    margin: 0;
    text-shadow: 3px 3px 15px #000000, -2px 1px 10px #000000;
}

.slider-overlay ul li {
    list-style: none;
    padding: 0px 10px 0px 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 25px;
    border-right: 1px solid #ffffff;
}

.slider-overlay ul li:last-child {
    border-right: none;
}

.slider-overlay .overlay-logo-wrap {
    margin: 0px auto -150px;
    padding-top: 10px;
    z-index: -1;
    position: relative;
}

.overlay-button-wrap {
    padding-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-button {
    color: #ffffff;
    font-size: 28px;
    background: #62c100;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 5px;
    transition: 0.3s all;
}

.overlay-button:hover {
    background: #598a1a;
}

/*Tagline*/

.tagline-block {
    background: #0266a4;
    background: linear-gradient(90deg,#0266a4 0%,#62c100 100%);
    opacity: 0.95;
    display: flex;
    box-sizing: border-box;
    padding: 15px 25px;
}

.tagline-block p {
    font-weight: 600;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    display: flex;
}


/*Services block*/
.services-title {
    background: #015480;
    display: flex;
}

.services-title h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    line-height: 69px;
    padding: 10px;
    display: flex;
}

.services-title img {
    max-width: 100%;
    height: auto !important;
    display: block;
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
}

.services-block {
    display: flex;
}

.services-item {
    height: 557px;
    display: flex;
    flex: 1;
    align-items: flex-end;
    text-align: center;
    transition: all 0.3s;
}

.services-item.item1 {
    background: #0c5b86 url(../images/service1.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.services-item.item2 {
    background: #0c5b86 url(../images/service2.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.services-item.item3 {
    background: #0c5b86 url(../images/service3.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.services-item.item4 {
    background: #0c5b86 url(../images/service4.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.services-item:hover {
    background-size: auto 120%;
    filter: grayscale(0%);
}

/* .services-item a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
	background: #484848;
	} */

.services-item a {
    height: inherit;
    width: 100%;
    position: relative;
}

.service-title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    background: #484848;
    position: absolute;
    bottom: 0;
    text-align: center;
}

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

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

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

.doctors-box h2 {
    font-weight: 400;
    color: #444444;
    font-size: 48px;
    text-align: center;
    margin: 0px auto 30px auto;
    position: relative;
    padding: 30px 0 13px;
}

.doctors-box h2::after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    /*background: linear-gradient(to right,#0266a4,#62c100);*/
    background: linear-gradient(to right,var(--logo-blue), var(--logo-blue-dark));
}

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

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

.doctor a {
    font-size: 20px;
    /* color: #158079; */
    color: var(--logo-blue);
    font-weight: 700;
    transition: 0.3s all;
}

.doctor a :hover {
    color: #676767;
}

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

/* About block*/
/*
.about-block {
    padding: 50px 0;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
	}
*/

.about-block {
    padding: 150px 0;
    text-align: center;
    /*background-image: linear-gradient(to bottom, rgb(17 84 127 / 80%), rgb(17 84 127 / 80%)), url(../../../images/about-bkg.webp);*/
    /* background-image: linear-gradient(to bottom, rgb(0 170 219 / 80%), rgb(0 80 104 / 80%)), url(../../../images/about-bkg.webp); */
    background: linear-gradient(to bottom, rgb(3 141 213 / 80%), rgb(3 141 213 / 80%)), url(../images/about-bkg.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-block .content {
    text-align: center;
    padding: 0 25px;
}
/*
.about-box {
    padding: 25px;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    font-size: 18px;
	}*/

.about-box h2 {
    font-weight: 400;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    margin: 0px auto 30px auto;
    position: relative;
    padding: 30px 0 13px;
}

.about-box h2::after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    /*background: linear-gradient(to right,#0266a4,#62c100);*/
    background: linear-gradient(to right,var(--logo-blue), var(--logo-blue-dark));
}

.about-box h3 {
    font-weight: 700;
    color: #679b1d;
    font-size: 30px;
    text-align: center;
    margin: 15px auto;
}

.about-box p {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
}

.about-box p a {
    color: #144c6c;
    font-weight: 700;
}

/*Locations block*/
/*Locations block*/
.locations-block {
    background: linear-gradient(to bottom, rgb(3 141 213 / 80%), rgb(3 141 213 / 80%)), url(../images/location-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.location-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgb(255 255 255 / 90%);
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    color: #272727;
}

.our-location-title {
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
}

.location-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.location-info-right {
    max-width: 420px;
    white-space: break-spaces;
    display: flex;
    flex-direction: column;
}

.location-info-right span {
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

.location-info-right h3 {
    margin: 0;
}

.location-info-right p {
    margin: 0;
}

.location-info-right a {
    color: #272727;
}

.location-info-left {
    display: flex;
}

.location-info-left img {
    width: 45px;
}

.locations-lower-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-top: 1px solid;
    padding: 15px 0 0;
}

.locations-lower-links p {
    color: #272727;
    font-weight: 600;
    font-size: 26px;
    margin: 0;
}

.locations-lower-links .socials-lower {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.locations-lower-links .social-lower a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.locations-lower-links .social-lower a:hover {
    transform: scale(1.05);
}

.locations-lower-links .social-lower a img {
    width: 35px;
}

.location-wrap-right {
    width: 550px;
    height: 450px;
    flex: 1;
}

/* .locations-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: linear-gradient(90deg,rgba(0,170,219,0.96) 0%,rgba(0,80,104,0.76) 100%);
    padding: 50px 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
	}

.location-box {
    position: relative;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    box-shadow: 2px 3px 14px 2px #343434;
    color: #444444;
    font-size: 23px;
    max-width: 450px;
    width: 100%;
	}

.location-box .loc-tel {
    margin: 10px auto 0px;
    display: block;
	}

.location-box .loc-tel a {
    color: #158079;
    font-weight: 500;
    transition: 0.3s all;
    font-size: 28px;
	}

.location-box .loc-tel a:hover {
	color: #676767;
	}

.location-box h2 {
    font-size: 42px;
    color: #444444;
    padding: 0;
    text-align: center;
    font-weight: 300;
    margin: 0px auto 30px auto;
    position: relative;
    padding: 30px 0 13px;
	}

.location-box h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
    background: linear-gradient(to right,var(--logo-blue), var(--logo-blue-dark));
	}

.location-box .overlay-button-wrap {
  	padding: 20px 0;
	} */

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

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

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

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

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

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

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

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

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


/* Footer */
footer {
    /* background: #484848;*/
    background: #005068;
}

footer .content {
    text-align: center;
    max-width: 1500px;
}

.logo-footer {
    display: inline-block;
    vertical-align: middle;
    /* padding: 80px 30px;*/
    padding: 20px 30px;
    max-width: 250px;
}

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

footer h4 {
    font-size: 20px;
    font-weight: 700;
    /*color: #d1d1d0;*/
    color:var(--logo-white);
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px;
}

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

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

.quick-links-block ul li a , .quick-links-block ul li.a {
    font-size: 18px;
    line-height: normal;
    /*color: #d1d1d0;*/
    color:var(--logo-blue);
    font-weight: 700;
    text-decoration: none;
}

.quick-links-block ul li a:hover {
    text-decoration: none;
    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;
    text-align: left;
    /*color: #d1d1d0;*/
    color:var(--logo-white);
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.white-text {
    color: #d1d1d0;
}

.offices-block {
    display: flex;
}

.office {
    padding-right: 30px;
}

.footer-hours {
    display: flex;
    max-width: 300px;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto 0;
}

.footer-hours span.red {
    color: #ff0000;
    font-weight: 700;
}

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

.copy-left a, .copy-right a {
    color: #d1d1d0;
    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: 145px;
    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: #ffffff;
    background: #0066a4;
    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 #0066a4;
    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: #0066a4;
    transform: translateY(-6px);
    background: #ffffff;
}

.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 , .rabutton.disabled {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}

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


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

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

/*Rate US*/

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

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

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

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


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

/*Rate Us --- END*/

/* How Are We Doing? */

.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
}

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

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

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

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

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

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

.inner-pages a {
    color: #158079;
    transition: 0.3s all;
}

.inner-pages a:hover {
    color: #676767;
}

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

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

.inner-pages .page-header h2::after, .inner-pages .page-header h1::after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    /*background: linear-gradient(to right,#0266a4,#62c100);*/
    background: linear-gradient(to right,var(--logo-blue), var(--logo-blue-dark));
}

.inner-pages .doctor-group {margin-bottom: 80px;}

.inner-pages .doctor {
    width: 250px;
    float: right;
    margin: 0px 0 10px 25px;
    text-align: center;
    padding: 3px;
    color: #444;
    font-weight: 700;
    font-size: 17px;
}

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

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

.inner-pages .doctor span {
    display: block;
    font-size: 16px;
}

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

.inner-services-wrap {
    display: flex;
    margin: 25px auto;
}

.inner-services-wrap .services-item {
    height: 400px;
}

.inner-services-wrap .services-item.item5 {
    background: #0c5b86 url(../images/service5.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.inner-services-wrap .services-item.item6 {
    background: #0c5b86 url(../images/service6.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.inner-services-wrap .services-item.item7 {
    background: #0c5b86 url(../images/service7.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.inner-services-wrap .services-item.item8 {
    background: #0c5b86 url(../images/service8.jpg) no-repeat center;
    background-size: auto 100%;
    filter: grayscale(100%);
}

.inner-services-wrap .services-item:hover {
    background-size: auto 120%;
    filter: grayscale(0%);
}

/** Chamira - addtional code **/
div.com-content-article.item-page div.com-content-article__body div.client-block {display:inline-block}

div.com-content-article.item-page div.com-content-article__body div.client-block div div.n2-section-smartslider {
    width:600px;
}

/* video block */
.n2-ss-slider img.n2_ss_video_cover {top:-40px;}

div.com-content-article.item-page div.com-content-article__body div.video-section {
    background-color: var(--logo-blue-light);
    padding: 20px;
}

/* article intro image */
div.content div.com-content-article.item-page figure.item-image {float:right;}

/* article link - pain relief */
div.content div.com-content-article.item-page div.com-content-article__body p span.pain-relief-test {
    font-size:30px;
}

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

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

div.latestItemsCategory h2 a, div.latestItemsCategory h1 a {
    color: #444444;
}

div.latestItemsCategory h2::after, div.latestItemsCategory h1::after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    background: linear-gradient(to right,#0266a4,#62c100);
}

h2.latestItemTitle a, h1.latestItemTitle a {
    color: #144c6c;
}

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

.blogs-block {
    padding: 50px 0
}

.blogs-block .content {
    text-align: center;
    max-width: 95%;
    border-radius: 20px;
    padding-top: 20px
}

.blogs-block h2 {
    font-weight: 400;
    color: #444444;
    font-size: 48px;
    text-align: center;
    margin: 0px auto 30px auto;
    position: relative;
    padding: 30px 0 13px;
}

.blogs-block h2::after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    /* background: linear-gradient(to right,#0266a4,#62c100); */
    background: linear-gradient(to right,var(--logo-blue), var(--logo-blue-dark));
}

.blogs-list ul {
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0!important;
    margin: 0 auto!important
}

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

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

.blogs-list ul li a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 10px 0;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

.blogs-list ul li a:hover {
    text-decoration: underline;
    color: #005e8d
}

div.k2ItemsBlock ul {
    padding: 10px 0!important;
    margin: 0;
    text-align: center!important
}

div.k2ItemsBlock ul li {
    margin: 0;
    display: inline-block;
    padding: 5px;
    max-width: 300px
}

.rsblog-entry-more.btn.btn-primary.btn-large {
    background: #62c100;
    color: #fff;
    border-color: #62c100;
    border: 2px solid #fff;
    padding: 7px 15px;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    transition: 0.3s all;
    margin-top: 5px;
}

footer.rsblog-entry-meta {
    display: none;
    }

#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: 150px;
    /* width: 100%;
	height: auto; */
}

#week {
    float: left;
    width: 115px;
    /* width: auto;
    margin-right: 20px; */
}

#hours {
    float: left;
    width: 150px;
    /* width:auto; */
}

#inner-note {
    float: left;
    margin-top: 5px;
}

#offices span.red {
    color: #ff0000;
    font-weight: 700;
}

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

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

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

#note {
    float: left;
    margin: 5px 0 0;
    font-size: 16px;
}

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

.office-test {
    text-align: center;
    margin: 30px auto 0;
    font-size: 22px;
}

.images-wrap.office-wrap {
    gap: 50px;
    margin: 50px auto;
}

.office-item {
    max-width: 550px;
}

.office-item h3 {
    font-size: 28px;
    margin: 15px 0;
}

.office-item h4 {
    font-size: 16px;
    margin: 0;
}

.office-item ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.office-item li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 5px 0;
}

.office-item li img {
    width: 30px;
    height: 30px !important;
    max-width: 30px !important;
    flex: 0;
}

.office-item li a {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

.office-item span.red {
    color: #f00;
    font-weight: 700;
}

.office-item #inner-note {
    width: 100%;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.services-list > div {
    flex: 1 1 calc(33.333% - 30px);
    min-width: 260px;
}

.services-list h3 {
    margin-top: 0;
    color: #2c3e50;
}

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

.services-list ul li {
    margin-bottom: 8px;
}

/* .services-list ul li a {
  	text-decoration: none;
  	color: #006699;
	}

.services-list ul li a:hover {
  	text-decoration: underline;
	} */

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

body.rsform h1 , body.sitemap h1 {
    font-size: 44px;
    color: #444444;
    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: linear-gradient(to right,#0266a4,#62c100);
}

.formTableLayout {
    margin: 0 auto;
}

.formTableLayout input#Send , button#submit {
    padding: 10px 20px 7px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    background: #62c100;
    color: #ffffff;
    border-color: #62c100;
    border: 2px solid #ffffff;
    margin-left: 20px;
}

.formTableLayout input#Send:hover , button#submit:hover {
    background: #ffffff;
    color: #62c100;
    border-color: #ffffff;
    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: #158079;
}

.rsblog-entry-meta ul.list-unstyled {
     padding-left: 0;
}

/* Products container styles - isolated with unique ID */
#products-container {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #373737;
    -webkit-text-size-adjust: 100%;
}

#products-container img {
    max-width: 100%;
    height: auto;
}

#products-container .products-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#products-container .products-wrap .item {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

#products-container .products-wrap .item p {
    background-color: #4192ca;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#products-container .products-wrap .item .img-wrap {
    position: relative;
}

#products-container .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 35px;
    box-sizing: border-box;
    color: #fff;
    background-color: #0969ab;
    font-size: 16px;
    line-height: 1.5;
    transition: 0.3s;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    gap: 20px;
}

#products-container .description span {
    font-size: 19px;
    font-weight: 700;
}

#products-container .products-wrap .item:hover .description {
    visibility: visible;
    opacity: 1;
}

.collapsible {
    font-family: 'Lato',sans-serif;
    background-color: #038dd5;
    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;
    transition: 0.3s all;
    }
    
.collapsible.active, .collapsible:hover {
    background-color: #62c100;
    }
    
.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;
    }

.jon-lp nav.inner-nav,
.jon-lp .rabutton,
.jon-lp footer,
.jon-lp .socials-block,
.jon-lp .scroll-to-top,
.jon-lp .page-header  {
    display: none !important;
}

.jon-lp .container { max-width:600px; margin:20px auto; padding:20px; }
.jon-lp .header { text-align:center; margin-bottom:16px; }
.jon-lp .avatar { width:92px; height:92px; border-radius:50%; object-fit:cover; box-shadow: 0 2px 10px rgba(0,0,0,0.08); margin: 8px auto 10px; display:block; }
.jon-lp .logo { font-size:22px; font-weight:bold; }
.jon-lp .sub { margin:6px 0 0; color:#444; }
.jon-lp .card { background:white; padding:14px; border-radius:10px; margin:12px 0; box-shadow: 0 1px 8px rgba(0,0,0,0.05); }
.jon-lp .card h2 { font-size:16px; margin:0 0 8px; }
.jon-lp .small { font-size:13px; color:#555; margin:0; }
.jon-lp .button { display:block; background:#1f3a5f; color:white; text-decoration:none; padding:14px; margin:10px 0; border-radius:10px; text-align:center; }
.jon-lp .button:hover { background:#2b4e7a; }
.jon-lp .button.secondary { background:#ffffff; color:#1f3a5f; border:1px solid #cfd7e3; }
.jon-lp .button.secondary:hover { background:#f0f4f8; }
.jon-lp .grid { display:grid; grid-template-columns: 1fr 1fr; gap:10px; }
.jon-lp .footer { text-align:center; font-size:13px; color:#555; margin-top:20px; }
.jon-lp code.inline { background:#eef2f7; padding:2px 6px; border-radius:6px; }
.jon-lp .social {
  color: #1f3a5f;
  background: #ffffff;
  border: 1px solid #cfd7e3;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.jon-lp .social:hover { background: #f0f4f8; }

@media only screen and (max-width: 1700px) {
    .topmenu ul li a, span.nav-header, span.separator {
        font-size: 18px;
    }

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

    .phone-wrap .phone-item a {
        font-size: 22px;
    }

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

    .top-buttons {
        margin-left: 10px;
    }

    .top-button {
        padding: 3px 8px;
    }

    footer {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 1550px) {
    nav .content {
        justify-content: space-between;
    }

    .top-right {
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: auto;
        flex-direction: column;
    }

    nav .content .clear {
        display: none;
    }

    .top-buttons {
        margin-left: 0;
    }

    .top-button {
        padding: 3px 22px;
    }

    .homepage .n2-ss-item-content {
        font-size: 38px !important;
    }

    .homepage .n2-ss-layer {
        margin-bottom: 30px !important;
        /* max-width: 350px !important; */
    }

    /*Services Block*/
    .services-block {
        flex-wrap: wrap;
    }

    .services-item {
        height: 300px;
        flex: 50%;
        box-sizing: border-box;
    }

    .services-item.item1 {
        background-size: 100% auto;
    }

    .services-item.item2 {
        background-size: 100% auto;
    }

    .services-item.item3 {
        background-size: 100% auto;
    }

    .services-item.item4 {
        background-size: 100% auto;
    }

    .services-item {
        height: 300px;
    }
}

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

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

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

    .call-button {
        padding: 5px 20px;
        font-size: 20px;
    }

    .homepage .n2-ss-item-content {
        font-size: 30px !important;
    }

    .homepage .n2-ss-layer {
        margin-bottom: 10px !important;
        /* max-width: 350px !important; */
    }

    /* .top-button {
        font-size: 18px;
        } */
}

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

    /* .topmenu ul li.parent:after {
        right: -3px;
        } */

    .info-container {
        top: 24px;
    }

    .call-button {
        padding: 5px 20px;
        font-size: 18px;
    }

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

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

    /*Slider overlay*/
    .slider-overlay-wrap::after {
        padding: 50px 20px;
    }

    .overlay-logo {
        max-width: 280px;
    }

    .slider-overlay ul li {
        font-size: 18px;
    }

    .overlay-button {
        font-size: 22px;
        max-width: 280px;
    }

    .tagline-block p {
        font-size: 18px;;
    }

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

    .copy-left, .copy-right {
        padding: 10px;
    }
}

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

    .inner-logo {
        width: 260px;
        padding: 15px 10px;
    }

    .top-location {
        font-size: 18px;
    }

    /* .top-phone a {
        font-size: 22px;
    } */

    nav .social-btns {
        float: right;
        padding: 10px 15px 15px 0;
    }

    .maintext-block-serv-wrapper {
        top: 140px;
    }

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

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

    .doctors-box {
        max-width: 767px;
    }

    .doctors-box .doctor {
        max-width: 330px;
    }

    #address {
        width: 100%;
        height: auto;
    }

    #week {
        margin: 20px 0 0;
    }

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

    div#note {
        width: 100%;
    }

    #inner-note {
        width: 100%;
    }

    #map iframe {
        height: 641px;
    }

    .footer-hours {
        margin: 0;
    }
}

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

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

    .topmenu ul {
        margin: 0 5px;
    }

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

    /*Locations Block*/
    .location-wrap {
        flex-direction: column;
        max-width: 580px;
    }

    .location-wrap-right {
        width: 100%;
        height: 450px;
    }

    /*Location*/
    /* .location-box h2 {
        font-size: 28px;
        }

    .location-box {
        font-size: 18px;
        }

    .location-box .loc-tel a {
        font-size: 22px;
        } */

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

@media only screen and (max-width: 1200px) {
    #products-container .description {
        font-size: 15px;
        line-height: 1.4;
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 1080px) {
    nav {
        position: relative;
        background-color: rgb(0 0 0);
    }

    .top-right {
        margin: 0 auto;
    }

    .top-buttons,
    .phone-wrap .phone-item {
        margin-left: 0;
    }

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

    /* .top-buttons {
        display: block;
        } */

    .top-button {
        padding: 5px 30px;
        font-size: 18px;
        border: 2px solid #ffffff;
    }

    .item-133 {
        display: none !important;
    }

    /* .location-box {
        max-width: 350px;
        } */

    /*Navbar*/
    .hamburger {
        display: inline-block;
        position: relative;
        z-index: 9002;
        margin: 17px 0px 17px 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: var(--logo-blue-menu);
        transition: all 0.3s;
    }

    .topmenu.active {
        top: 0;
        z-index: 999;
    }

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

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

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

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

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

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

    .homepage .n2-ss-item-content {
        font-size: 22px !important;
    }

    .homepage .n2-ss-layer {
        margin-bottom: 20px !important;
        max-width: 100% !important;
    }

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

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

    .service-title {
        font-size: 18px;
    }

    /*Locations block*/
    .loc-box h2 {
        font-size: 28px;
    }

    .loc-box .phone {
        font-size: 21px;
    }

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

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

    .copy-right p {
        margin-top: 0;
    }

    .services-list > div {
        flex: 1 1 calc(50% - 30px);
    }

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

    .inner-services-wrap {
        flex-wrap: wrap;
        max-width: 680px;
    }

    .inner-pages .content {
        padding: 0 20px;
    }

    .socials-block {
        right: 0;
        border-left: 1px solid #06334e;
        border-right: none;
        border-radius: 15px 0 0 15px;
        left: auto;
    }
}

@media only screen and (max-width: 1000px) {
    #products-container .products-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    #products-container .description {
        font-size: 14px;
        line-height: 1.4;
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 1050px) {
    .services-title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 910px) {
    .services-list > div {
        flex: 1 1 100%;
    }

    table.pe td {
        display: block;
    }

    table.pe ul {
        margin: 0;
    }
}

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

    #map iframe {
        height: 613px;
    }
}

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

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

    .about-box {
        padding: 15px;
    }

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

    .about-box p {
        font-size: 18px;
    }

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

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

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

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

    /*Locations Block*/
    .location-wrap {
        max-width: 450px;
        width: 100%;
    }

    .location-info {
        flex-direction: column;
        text-align: center;
    }

    .location-wrap-left .our-location-title {
        text-align: center;
        font-size: 28px;
    }

    .locations-lower-links {
        flex-direction: column;
    }

    .locations-lower-links p {
        margin-bottom: 0;
        font-size: 22px;
    }

    .location-wrap-right {
        height: 400px;
    }

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

    /*Blogs block*/
    /*
    .blogs-block {
        background: url(../images/blogs-bg-mob.jpg) no-repeat center;
        background-size: cover;
        }
    */
    /*
    .blogs-block {
        background-image: linear-gradient(to bottom, rgb(17 84 127 / 80%), rgb(17 84 127 / 80%)), url(../images/blogs-bg-mob.jpg);
        background-size: cover;
          background-position: center;
        background-repeat: no-repeat;
        }

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

    .blogs-list ul li a {
        font-size: 15px;
        }*/

    /*Footer*/

    footer {
        padding-bottom: 80px;
    }

    footer .content {
        text-align: left;
    }

    .logo-footer {
        display: block;
        /* vertical-align: top; */
        padding: 30px 0 15px;
        max-width: 300px;
    }

    .offices-block {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-hours {
        max-width: 250px;
    }

    .footer-hours #week {
        width: 90px;
    }

    .footer-hours #hours {
        width: 120px;
    }

    .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: 19px;
        bottom: 145px;
    }

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

    .office-test {
        font-size: 18px;
    }

    /*sidebar*/

    .divContent {
        flex: 0 0 70%;
    }

    .divRight {
        flex: 0 0 30%;
    }

    #products-container .products-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    #products-container .products-wrap .item p {
        font-size: 18px;
    }

    #products-container .description {
        font-size: 13px;
        line-height: 1.3;
        padding: 15px 25px;
    }

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

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

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

    #two {
        width: 100%;
    }

    #map iframe {
        height: 450px;
    }
}

@media only screen and (max-width: 730px) {
    img.pe , img.se , img.np {
        float: none !important;
        margin: 0 0 10px 0 !important;
        max-width: 100%;
        height: auto;
    }

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

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

@media only screen and (max-width: 590px) {
    /*sidebar*/
    .divContent , .divRight {
        flex: 0 0 100%;
    }

    .divRight .moduletable {
        padding-left: 5px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 550px) {
    /*Nav*/
    .nivo-caption {
        position: relative;
    }

    nav .content {
        padding: 15px;
    }

    .top-right {
        margin: 0;
        align-items: flex-start;
    }

    .top-buttons,
    .phone-wrap .phone-item {
        margin-left: 0;
    }

    .top-button {
        padding: 5px 10px;
    }

    .phone-wrap {
        gap: 5px;
        text-align: center;
    }

    .phone-wrap .phone-item a {
        font-size: 20px;
    }

    .phone-wrap .phone-item {
        font-size: 15px;
        margin-left: 0;
    }

    /* .phone-wrap .phone-item a {
        font-size: 20px;
        }

    .phone-wrap .phone-item {
        font-size: 16px;
        } */

    /* Services block*/
    .services-block {
        flex-wrap: wrap;
    }

    .services-item {
        flex: 100%;
        height: 220px;
        /* padding: 30px; */
        box-sizing: border-box;
        transition: unset;
    }

    .services-item.item1 {
        background-size: 100% auto;
    }

    .services-item.item2 {
        background-size: 100% auto;
    }

    .services-item.item3 {
        background-size: 100% auto;
    }

    .services-item.item4 {
        background-size: 100% auto;
    }

    .services-item:hover {
        background-size: 120% auto;
    }

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

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

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

    .office {
        padding-right: 10px;
        padding-bottom: 23px;
    }

    tbody#rsform_5_page_0 td {
        display: block;
    }

    .inner-services-wrap {
        max-width: 340px;
    }

    #products-container .products-wrap {
        grid-template-columns: 1fr;
    }

    #products-container .products-wrap .item p {
        font-size: 20px;
    }

    #products-container .description {
        font-size: 16px;
        line-height: 1.5;
        padding: 15px 20px;
    }
    
    .jon-lp .grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 490px) {
    .info-container {
        right: 0;
        margin: 15px auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

@media only screen and (max-width: 480px) {
    .scroll-to-top {
        width: 45px;
        left: 6px;
        bottom: 90px;
    }
}

@media only screen and (max-width: 430px) {
    .nivo-caption {
        position: relative;
    }

      #products-container .products-wrap .item p {
        font-size: 16px;
    }

    #products-container .description {
        font-size: 14px;
        line-height: 1.3;
        padding: 15px 20px;
    }
}
