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

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

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 20px;
    padding: 13px 13px;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
	}

.btn-primary {
    background: #2486c7;
    color: #fff;
    border-color: #2486c7;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #2486c7;
	}

.btn-primary:hover a {
    color: #2486c7;
	}

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

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

.table-cell {
    display: table-cell;
    vertical-align: middle;
	text-align: left;
	}

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

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

.socials-block {
    position: fixed;
    left: 0;
    top: 40%;
    background: #ffffff;
    z-index: 98;
    border-top: 2px solid #272727;
    border-bottom: 2px solid #272727;
    border-right: 2px solid #272727;
    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%);
	}

.inner-btn a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    background: #75c241;
    border: 2px solid #75c241;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    transition: 0.3s all;
    }

.inner-btn a:hover {
    color: #75c241 !important;
    background: transparent;
    border: 2px solid #75c241;
    }

/*Navbar*/
nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #ffffff;
    transition: all 0.3s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

#homepage nav {
    background: #ffffff;
    position: relative;
	}

#homepage nav.slide {
    background: #ffffff;
    position: fixed;
	}

nav.slide.fixed {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
    }

nav.slide {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
	}

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
	}

.inner-logo {
    padding: 10px 0 10px 15px;
    display: inline-block;
    vertical-align: middle;
	}

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

.mobile-logo {
    display: none;
	}

.top-right {
    margin: 0 0 0 auto;
    }

.topmenu {
    margin: 15px auto;
	}

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

.topmenu ul li {
    list-style: none;
    position: relative;
    border-right: 2px solid #000;
	}

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

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

.topmenu ul li a , span.nav-header , span.span-separator {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 5px 15px;
	}

.topmenu ul li.parent a {
    padding: 5px 25px 5px 15px;
	}

.topmenu ul li.parent ul li a {
    padding: 6px 12px;
    color: #000000;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    display: block;
    background: #ededed;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	}

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

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

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

.top-phone, .top-phone a {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    vertical-align: middle;
	}

.top-phone span {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    vertical-align: middle;
    }

/* .top-phone {
  	margin: -1px 10px 0 0;
	} */

.top-loc {
    font-family: 'Lato', sans-serif;
    color: #cac9c9;
    font-size: 20px;
    display: block;
    margin-right: 8px;
	}

nav .social-btns {
    display: flex;
    margin-top: 4px;
    align-items: center;
    justify-content: end;
	}

nav .social-btn {
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
	}

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

nav .fb-wrap {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    white-space: nowrap;
    margin-right: 5px;
	}

nav .fb-wrap iframe, nav .fb-wrap .fb-like {
    width: 32px !important;
    height: 32px !important;
    overflow: hidden;
	}

nav .fb-ico {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
	}

nav .fb-wrap:hover .fb-ico {
    transform: scale(1.1);
	}

.hamburger {
    display: none;
	}

nav p {
    padding: 0;
    margin: 0;
	}

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

.top-button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #75c241;
    border: 2px solid #75c241;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    transition: 0.3s all;
    }

.top-button:hover {
    color: #75c241;
    background: transparent;
    border: 2px solid #75c241;
    }

/* Slider block*/
.slider-block {
    text-align: center;
    position: relative;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
	}

.maintext-block-wrapper {
    position: absolute;
    top: 50%;
    right: 10%;
    width: auto;
    z-index: 11;
    transform: translate(-10%, -50%) !important;
    max-width: 670px;
	}

.maintext-block {
    display: inline-block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
	}

.maintext-block h2 {
    margin: 0px 0 10px 0;
    font-size: 42px;
    color: #2486c7;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
	}

.maintext-block p {
    font-size: 27px;
    font-weight: 500;
    }

.maintext-block ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 550px;
    list-style: none;
    }

.maintext-block ul li {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    }

.maintext-block ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    background-color: #75c241;
    padding: 7px 10px;
    width: 100%;
    text-align: center;
    border: 2px solid #75c241;
    border-radius: 10px;
    transition: 0.3s all;
    display: inline-block;
    box-sizing: border-box;
	}

.maintext-block ul li a:hover {
    background-color: #ffffff;
    color: #75c241;
	}

/* Solutions block*/
.solutions-block {
    padding: 50px 0;
    }

.solutions-block-img {
    float: right;
    padding: 0 0 0 25px;
    shape-outside: circle();
    }

.solutions-block-txt {
    padding: 50px 0;
    }

.solutions-block h2 {
    margin: 0 0 25px;
    font-size: 28px;
    }

.solutions-block p {
    font-size: 20px;
    }

.solutions-block h3 {
    font-size: 22px;
    }

.solutions-block ul {
    list-style: none;
    padding: 0;
    }

.solutions-block li {
    margin: 25px 0;
    font-size: 20px;
    font-weight: 700;
    }

.solutions-block li::before {
    content: "";
    background: url(../images/check.png) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    }

/* Mobile Healthcare */
.mobile-healthcare-block {
    background-color: #2486c7;
    padding: 75px 0;
    }

.mobile-healthcare-block h2 {
    margin: 0;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 42px;
    }

.mobile-healthcare-block h3 {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin: 10px auto;
    }

.mobile-healthcare-block .images-wrap {
    gap: 50px;
    margin: 50px auto 0;
    }

.mobile-healthcare-block .images-wrap img {
    width: 100%;
    max-width: 630px;
    }

/*Health And Wellness Services*/
.health-and-wellness-services-block {
    padding: 75px 0;
    }

.health-and-wellness-services-block h2 {
    margin: 0;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-align: center;
    color: #000000;
    font-size: 42px;
    }

.health-and-wellness-services-block .items-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
    margin: 25px auto;
    }

.health-and-wellness-services-block .items-wrap .item-txt {
    width: calc(50% - 25px);
    }

.health-and-wellness-services-block h3 {
    font-family: "Poppins",sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    }

.health-and-wellness-services-block p {
    margin: 0;
    font-size: 20px;
    }

/* Patient Education Block */
.patient-education-block {
    padding: 50px 0;
    }

.patient-education-block h2 {
    margin: 0;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-align: center;
    color: #000000;
    font-size: 42px;
    }

.patient-education-block .items-block-wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
    margin: 50px auto 0;
    }

.patient-education-block .items-block-wrap .item-block {
    width: 25%;
    text-align: left;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #dedede;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    }

.patient-education-block .items-block-wrap .item-block img {
    width: 100%;
    }

.patient-education-block .items-block-wrap .item-block .txt-wrap {
    padding: 30px 10px 20px;
    min-height: 220px;
    }

.patient-education-block .items-block-wrap .item-block a {
    font-size: 14px;
    font-weight: 700;
    color: #003b71;
    transition: 0.3s all;
    cursor: pointer;
    }

.patient-education-block .items-block-wrap .item-block a:hover {
    opacity: 0.5;
    }

.patient-education-block .items-block-wrap .item-block h3 a {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 500;
	color: #000;
    }   

.patient-education-block .items-block-wrap .item-block p {
    margin: 0;
    font-size: 19px;
    }

/* About Solutions Block */
.about-solutions-block {
    padding: 50px 0;
    }

.about-solutions-block h2 {
    margin: 0;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-align: center;
    color: #000000;
    font-size: 42px;
    padding: 0 15px;
    }

.about-solutions-block .content {
    max-width: 100%;
    padding: 0;
    }

.about-solutions-block .about-solutions-block-strip {
    background-color: #f7f7f7;
    padding: 0 15px;
    }

.about-solutions-block .items-numbers-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
    text-align: center;
    padding: 50px 0;
    margin: 50px auto 0;
    }

.about-solutions-block .items-numbers-wrap .item-number {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    }

.about-solutions-block .items-numbers-wrap .item-number span {
    font-size: 48px;
    color: #2486c7;
    font-weight: 700;
    }

.about-solutions-block .items-numbers-wrap .item-number p {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    }

/*Locations block*/
.locations-block {
    padding: 50px 0 100px;
    }

.locations-block .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    }

.locations-block .location-txt,
.locations-block .location-img {
    flex: 1 1 0;
    }

.locations-block .location-img {
    display: flex;
    justify-content: end;
    width: 100%;
    }

.location-content {
    width: 100%;
    }

.locations-block h2 {
    margin: 0;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-align: left;
    color: #000;
    font-size: 32px;
    }

.locations-block p {
    font-size: 28px;
    }

/*Blogs block*/


/*Footer*/
footer {
    background: #000000;
	}

footer .content {
    text-align: center;
	}

footer .content.top-line {
    max-width: 100%;
    display: inline-block;
    padding: 50px 15px 0;
    }

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

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

footer h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    padding-top: 0;
	}

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

.quick-links-block ul li {
    display: block;
    list-style: none;
    padding: 2px 0;
	}

.quick-links-block ul li a {
    color: #fff;
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
    font-weight: 500;
	}

.quick-links-block ul li a:hover {
    text-decoration: underline;
	}

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

.top-requested-services-block {
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    text-align: left;
    color: #fff;
    }

.top-requested-services-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;    
    }

.top-requested-services-block ul:last-child {
    margin-left: 30px;
    }

.top-requested-services-block ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    }

.top-requested-services-block ul li a:hover {
    text-decoration: underline;
    }

.contact-us-block {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    text-align: left;
    color: #fff;
    }

.contact-us-block .office-info {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    }

.footer-tag-line-block {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #303030;
    border-radius: 10px;
    border: 2px solid #8f8f8f;
    max-width: 260px;
    margin: 30px 0 0;
    }

.footer-tag-line-block h4 {
    font-size: 15px;
    font-weight: 500;
    }

.footer-tag-line-block p {
    font-size: 15px;
    margin-bottom: 0px;
    }

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

.copy-left a , .copy-right a {
    color: #ffffff;
    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;
    right: 20px;
    z-index: 8999;
    opacity: 1;
    transition: all 0.3s;
    display: none;
    cursor: pointer;
	}

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

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

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

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

/*Joomla corrections*/
.social-btns p , .top-phone p , .connect-block p , .about-block h2 p , .topline p {
    padding: 0;
    margin: 0;
	}

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

.social-btns a:hover {
    color: #3dc1fd;
	}

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

/*form*/

.formSpan12 .rsform-block .formControls {
    margin-left: 0 !important;
    }

.formSpan12 .rsform-block .formControlLabel {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    }

.formSpan12 .rsform-block input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    font-size: 14px; 
    width: 100%;
    padding: 20px 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block ;
    }

.formSpan12 .rsform-block select {
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fafafa;
    height: 40px;
    }

.formSpan12 .rsform-block textarea {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    }


.formSpan12 .rsform-block button {
    color: #fff !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75c241), to(#75c241));
    background-image: -webkit-linear-gradient(top, #75c241, #75c241);
    background-image: -o-linear-gradient(top, #75c241, #75c241);
    background-image: -moz-linear-gradient(top, #75c241, #75c241);
    background-image: linear-gradient(top, #75c241, #75c241);
    background-color: #75c241 !important;
    border-color: #75c241 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    border-radius: 0;
    padding: 12px 30px;
    }

/*Inner pages*/

.colls-2 {
    float: left;
    width: 50%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

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

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

.inner-pages a {
    color: #75c241;
    font-weight: 600;
	}

.pe.service {
    margin: 0 auto;
    }


.inner-pages ul li,
.inner-pages ol li {
    padding: 5px 0;
    }

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

.inner-pages .page-header {
    margin-bottom: 20px;
	}

/* .inner-pages .page-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #2486c7;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
	}

.inner-pages .page-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #2486c7;
	} */

.inner-pages .page-header h2 {
    margin: 30px 0;
    font-size: 58px;
    line-height: 60px;
    font-weight: 700;
    color: #2486c7;
    font-family: "Poppins",sans-serif;
    text-align: left;
    padding: 0 15px;
    }

.one {
    float: left;
    width: 49%;
    padding-right: 2%;
    margin-bottom: 20px;
	}

.two {
    width: 49%;
    float: right;
    margin-bottom: 20px;
	}

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

.one .address {
    float: left;
    width: 45%;
    margin-bottom: 20px;
	}

.week {
    float: left;
    width: 105px;
    margin-bottom: 20px;
	}

.hours {
    float: left;
    width: 120px;
    margin-bottom: 20px;
	}
	
.coloredtext.semi {
	font-weight: 600;
	}

.inner-pages .doctor {
    float: right;
    text-align: center;
    margin: 0 0 5px 10px;
	max-width: 250px;
    font-size: 20px;
    color: #2486c7;
    font-weight: 500;
	}

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

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #2486c7;
	}

#k2Container {
    padding-top: 30px;
	}

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

.formTableLayout {
  	margin: 0 auto;
	}

.moduleItemReadMore {
   	margin-top: 15px;
    display: block;
	}

.formTableLayout input#Send {
    color: #fff !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75c241), to(#75c241));
    background-image: -webkit-linear-gradient(top, #75c241, #75c241);
    background-image: -o-linear-gradient(top, #75c241, #75c241);
    background-image: -moz-linear-gradient(top, #75c241, #75c241);
    background-image: linear-gradient(top, #75c241, #75c241);
    background-color: #75c241 !important;
    border-color: #75c241 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    border-radius: 0;
    padding: 12px 30px;
	}
/*
.formTableLayout input#Send:hover {
    background: #fff;
    color: #2486c7;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer;
	}*/

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

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

.osmap-items ul li .even {
    padding: 2px 0 !important;
	}

table.pe ul {
	margin: 0;
	}

/*Joomla content*/

#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: right;
    width: 30px;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #2486c7;
	}

#custom-inner-page .inner-pages .page-header {
    display: none;
    }
#custom-inner-page .content.h ,
#custom-inner-page .inner-pages .content {
    max-width: 100%;
    padding: 0;
    }

.inner-content {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    }

#custom-inner-page .top-block .inner-content, 
#custom-inner-page .middle-block .inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 100px 15px;
    flex-direction: row-reverse;
    }

#custom-inner-page .top-block-txt {
    flex: 1 1 0;
    }

#custom-inner-page .top-block h2 {
    margin: 0 0 30px;
    font-size: 58px;
    line-height: 60px;
    font-weight: 700;
    color: #2486c7;
    font-family: "Poppins",sans-serif;
    }

#custom-inner-page .top-block h3 {
    font-size: 32px;
    }

#custom-inner-page .top-block p,
#custom-inner-page .middle-block p {
    font-size: 28px;
    font-weight: 500;
    }

#custom-inner-page .img-box {
    overflow: hidden;
    filter: drop-shadow(2px 4px 6px #9e9e9e);
    border: 10px solid #ffffff;
    border-radius: 50%;
    display: flex;
    }

#custom-inner-page .blue-strip {
    padding: 50px 0;
    background-color: #2486c7;
    text-align: center;
    }

#custom-inner-page .blue-strip .inner-content {
    max-width: 1150px;
    }

#custom-inner-page .blue-strip h3 {
    margin: 0 auto 25px;
    border-bottom: 5px solid #fff;
    padding: 0 15px 15px;
    max-width: 700px;
    font-family: "Poppins",sans-serif;
    color: #ffffff;
    font-size: 38px;
    box-sizing: border-box;
    }

#custom-inner-page .blue-strip p {
    margin: 0 auto;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    }

#custom-inner-page .middle-block .img-box:first-child {
    margin-bottom: -100px;
    }

#custom-inner-page .middle-block-boxes {
    padding: 100px 0 50px;
    }

#custom-inner-page .middle-block-boxes .inner-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap h3 {
    font-family: "Poppins",sans-serif;
    text-align: center;
    margin: 0 auto 30px;
    color: #2486c7;
    font-weight: 700;
    font-size: 36px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item {
    background-color: #f1f3f8;
    padding: 25px;
    border-radius: 15px;
    min-height: 640px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item p {
    font-weight: 500;
    font-size: 22px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item h4 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item ul {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 20px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .inner-button {
    font-size: 18px;
    }


#custom-inner-page .top-block .top-block-img .images-wrap {
    max-width: 620px;
    }

#custom-inner-page .top-block h4 {
    font-size: 28px;
    }


#custom-inner-page .top-block ul li {
    font-size: 24px;
    font-weight: 500;
    }

#custom-inner-page .blue-strip h4 {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    }

#custom-inner-page .middle-block .items-block-wrap h2 {
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: 700;
    color: #2486c7;
    font-family: "Poppins",sans-serif;
    text-align: center;
}

#custom-inner-page .middle-block .items-block-wrap .items-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 0;
    flex-direction: row-reverse;
}

#custom-inner-page .middle-block .items-block-wrap .items-wrap .item-txt {
    flex: 1 1 0;
}







.we-bring-healthcare-block {
    padding: 50px 0;
    margin: 0 auto 100px;
    }

.we-bring-healthcare-block .content {
    max-width: 1000px;
    }

.we-bring-healthcare-block h3 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    color: #2486c7;
    font-family: "Poppins",sans-serif;
    text-align: center;
    }

.we-bring-healthcare-block p {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    }

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

.inner-button {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff !important;
    background: #75c241;
    border: 2px solid #75c241;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    transition: 0.3s all;
    }

.inner-button:hover {
    color: #75c241 !important;
    background: transparent;
    border: 2px solid #75c241;
    }

@media only screen and (max-width: 1750px) {
nav .content {
    flex-wrap: wrap;
    align-items: center;
    }

.topmenu {
    margin: 5px auto 15px;
    width: 100%;
    order: 1;
    padding: 0 15px;
    }

.topmenu ul {
    justify-content: center;
    }

footer {
    padding-bottom: 140px;
    }
}

@media only screen and (max-width: 1550px) {	
.inner-logo {
    padding: 10px 0;
    max-width: 230px;
    }

.topmenu ul li a, span.nav-header, span.span-separator {
    font-size: 18px;
    padding: 5px 10px;
    }

/* .top-buttons {
    max-width: 220px;
    } */

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

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

.maintext-block-wrapper {
    right: 0;
    transform: translate(0,-50%) !important;
    }

.mobile-healthcare-block .images-wrap img {
    width: 100%;
    max-width: 450px;
    }

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

@media only screen and (max-width: 1350px) {
/*Locations block*/
.loc h2 {
	font-size: 34px;
	}

.loc .phone {
	font-size: 23px;
	}

.loc .shedule {
	font-size: 17px;
	}

/*Inner pages*/
.one .address {
	width: 100%;
	}
}

@media only screen and (max-width: 1150px) {
/*Services block*/
.service-inner {
	width: 200px;
	height: 173px;
	}

/*Connect block*/
.connect-block h3 {
	padding: 15px 0;
	margin: 0;
	display: block;
	}

.connect-block .social-btns {
	padding: 0 0 20px 0;
	}

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

@media only screen and (max-width: 1080px) {
.topmenu ul li a, span.nav-header, span.span-separator, .topmenu ul li.parent a {
    font-size: 16px;
    padding: 5px 10px;
    }

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

/*Slider block*/
.maintext-block-wrapper {
    max-width: 500px;
    }

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

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

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

.maintext-block ul li {
    max-width: 200px;
    }

/* Solutions block */
.solutions-block-img {
    max-width: 350px;
    }

.solutions-block-txt {
    padding: 0;
    }

.solutions-block h2 {
    font-size: 24px;
    }

.solutions-block h3 {
    font-size: 20px;
    }

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

.solutions-block li {
    margin: 15px 0;
    font-size: 18px;
    }

/* Mobile Healthcare */
.mobile-healthcare-block h2 {
    font-size: 34px;
    }

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

.health-and-wellness-services-block h2 {
    font-size: 34px;
    }

.health-and-wellness-services-block h3 {
    font-size: 24px;
    }

.health-and-wellness-services-block p {
    font-size: 18px;
    }

.health-and-wellness-services-block .items-wrap {
    gap: 25px;
    }

.health-and-wellness-services-block .items-wrap .item-txt {
    width: 100%;
    }

.patient-education-block h2 {
    font-size: 34px;
    }

.patient-education-block .items-block-wrap {
    flex-wrap: wrap;
    }

.patient-education-block .items-block-wrap .item-block {
    width: 100%;
    max-width: 340px;
    }

.about-solutions-block h2 {
    font-size: 34px;
    }

.about-solutions-block .items-numbers-wrap {
    gap: 50px;
    flex-wrap: wrap;
    }

.about-solutions-block .items-numbers-wrap .item-number span {
    font-size: 34px;
    }

.about-solutions-block .items-numbers-wrap .item-number p {
    font-size: 20px;
    }

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

.locations-block h2 {
    font-size: 24px;
    }

.locations-block p {
    font-size: 20px;
    }

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

.inner-pages .page-header h2 {
    font-size: 42px;
    margin: 30px 0 0;
    text-align: center;
    }
  
#custom-inner-page .top-block .inner-content,
#custom-inner-page .middle-block .inner-content {
    flex-direction: column-reverse;
    padding: 50px 15px;
    }

#custom-inner-page .top-block h2 {
    font-size: 42px;
    margin: 0;
    text-align: center;
    }

#custom-inner-page .top-block h3 {
    font-size: 28px;
    margin: 15px 0;
    }

#custom-inner-page .top-block p,
#custom-inner-page .middle-block p {
    font-size: 20px;
    }

#custom-inner-page .top-block-txt {
    flex: auto;
    }

#custom-inner-page .blue-strip h3 {
    margin: 0 auto 15px;
    border-bottom: 3px solid #fff;
    max-width: 550px;
    font-size: 28px;
    }

#custom-inner-page .blue-strip p {
    font-size: 22px;
    }

#custom-inner-page .middle-block .img-box:first-child {
    margin-bottom: 0;
    }

#custom-inner-page .middle-block .middle-block-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    }
    
#custom-inner-page .middle-block-boxes {
    padding: 50px 0;
    }

#custom-inner-page .middle-block-boxes .inner-content {
    flex-direction: column;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap {
    flex: auto;
    max-width: 550px;
    margin: 0 auto;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item {
    min-height: auto;
    text-align: center;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap h3 {
    font-size: 28px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item p {
    font-size: 20px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item h4 {
    font-size: 20px;
    }

#custom-inner-page .middle-block-boxes .box-item-wrap .box-item ul {
    padding: 0;
    font-size: 18px;
    list-style: none;
    }

#custom-inner-page .top-block h4 {
    font-size: 22px;
    }

#custom-inner-page .top-block ul li {
    font-size: 20px;
    }

#custom-inner-page .blue-strip h4 {
    font-size: 24px;
    }

    #custom-inner-page .middle-block .items-block-wrap h2 {
    font-size: 28px;
    }

#custom-inner-page .middle-block .items-block-wrap .items-wrap {
    flex-direction: column-reverse;
    }

.we-bring-healthcare-block h3 {
    font-size: 28px;
    }

.we-bring-healthcare-block p {
    font-size: 24px;
    }

.inner-button {
    font-size: 20px;
    }
}

@media only screen and (max-width: 1000px) {
	
nav .social-btns {
    margin: 1px 0 3px;
	}
	
.top-buttons {
    margin: 15px 0 10px;
	}  
  
.top-button {
    font-size: 15px;
    padding: 5px 18px;
	}  

.doctors-box .doctor {
    max-width: 44%;
    }

}

@media only screen and (max-width: 930px) {
.top-right {
    margin: 0 auto;
    text-align: center;
    align-items: flex-start;
    padding: 10px 15px;
    width: 100%;
    }
	
.top-loc {
	margin-right: 0;
	}

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

.top-phone span {
    font-size: 20px;
    }

.top-buttons {
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    }

/*Navbar*/
.mobile-logo {
	display: inline-block;
	width: 70%;
    max-width: 180px;
    padding: 10px 0px;
    }

.mobile-logo img {
	max-width: 100%;
	height: auto;
	}

.inner-logo {
	display: none;
	}

.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 10px 20px 10px auto;
	}
	
body .accessib-block {
    top: 30% !important;
	}

nav.slide {
	max-height: 3000px;
	overflow: visible;
	opacity: 1;
	}

.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: #ffffff;
	transition: all 0.3s;
	margin: 0;
	}

.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 40px 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.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;
    }

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

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}
	
.hamburger.hamburger--slider.is-active {
	position: fixed;
	right: 0;
	top: 25px !important;
	}
	
.inner-nav.slide {display: none;}

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

nav .content {
    display: flex;
    align-items: center;
    }

.inner-logo {
	max-width: 250px;
  	}
  
.inner-logo {
  	max-width: 100%;
  	height: auto;
  	}

.topline {
	margin-bottom: 0;
	}

nav .social-btns {
    margin-top: 0px;
    justify-content: center;
    margin: 0;
    }

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}


@media only screen and (max-width: 890px) {
/*Services block*/
.service-inner {
	width: 160px;
	height: 133px;
	}

.service-block .service-title {
	font-size: 15px;
	}
}

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

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

.copy-left, .copy-right {
	width: 100%;
	padding: 0;
	text-align: center;
	}
	
.copy-right p {
	margin-top: 0;
	}
  
/* 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: 768px) {

.formCaption {
	width:100% !important;
	}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
	}

.btn {
 	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 15px;
	}
	
.btn-primary a {
    padding: 10px 50px;
	}
	
.doctors-box h2 {
    font-size: 28px;
    }

/*Slider block*/
.slider-block .n2-section-smartslider {
    display: none !important;
    }

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

.nivo-slider-wrapper {
    display: none;
    }

.maintext-block-wrapper {
    padding: 50px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none !important;
    text-align: center;
    max-width: 100%;
    }

.maintext-block {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    }

.maintext-block ul {
    justify-content: center;
    max-width: 100%;
    }
	
/*Blogs block*/
.blogs-block h2 {
    font-size: 28px;
    }

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

/*Connect block*/
.connect-block h3 {
	font-size: 26px;
	padding: 15px;
	margin: 0 auto;
	display: block;
	}

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

footer .content {
	text-align: left;
	}

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

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

.scroll-to-top {
	width: 45px;
	bottom: 15px;
	left: 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 {
	font-size: 28px;
    } */

.one {
	float: none;
	width: 100%;
	padding-right: 0;
    }

.two {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

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

@media only screen and (max-width: 640px), not all {
.colls-2 {
    width: 100%;
    }
}

@media only screen and (max-width: 630px) {
/*Nav*/
nav .fb-wrap {
	width: 30px;
	height: 30px;
    }

nav .fb-wrap iframe, nav .fb-wrap .fb-like {
	width: 30px !important;
	height: 30px !important;
	overflow: hidden;
    }

nav .social-btns {
	margin: 2px 0 3px;
	}  
  
.social-btn img {
	height: 30px;
  	width: auto;
    }

/*Inner pages*/
.inner-pages .doctor {
	float: none;
	text-align: center;
	margin: 0 auto 10px auto;
    }
}

@media only screen and (max-width: 620px) {
  
footer .content.top-line {
    display: flex;
    padding: 50px 15px 0;
    flex-direction: column;
    align-items: anchor-center;
}
  
.footer-tag-line-block {
    display: block;
    max-width: 260px;
    margin: 0px auto 15px;
    }
  
}

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

/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	}

}

@media only screen and (max-width: 550px) {
.solutions-block .content {
    display: flex;
    flex-wrap: wrap;
    }

.solutions-block-img {  
    float: none;
    padding: 0;
    shape-outside: none;
    max-width: 350px;
    margin: 0 auto;
    order: 1;
    }

/*Locations block*/

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

.top-requested-services-block ul:last-child {
    margin-left: 0;
    display: block;
    }

.offices-block {
	display: block;
    }

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

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

.rsform-input-box {
  	width: 65% !important; 
  	display: block;
  	}

table#cal4_0 tbody td {
	display: table-cell;
	}
  
.office {
    padding-right: 10px;
    margin-bottom: 25px;
	}
	
.bottom-loc-block {
    padding: 30px 0 0px 30px;
	}
  
tbody#rsform_5_page_0 td {
	display: block;
	}
  
}