body, html {width: 100%; height: 100%; padding: 0; margin: 0;  font-family: "Barlow", sans-serif; font-weight: 400; 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;
	} 

p, span {
    font-family: "Barlow", sans-serif !important;
    }

h1, h2, h3, h4 {
    font-family: "Manrope", sans-serif !important;
    }

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

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 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: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
	}

.btn-primary {
    background: #035f57;
    color: #fff;
    border-color: #035f57;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #035f57;
	}

.btn-primary:hover a {
    color: #035f57;
	}

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

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

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

.scroll-banner {
    overflow: hidden;
    white-space: nowrap;
    background: #035f57;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
    }

.scroll-banner p {    
    font-family: "Poppins",sans-serif !important;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    }

.scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
    }

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*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;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

#homepage nav.slide {
    background: #ffffff;
    position: fixed;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

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.slide.fixed {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
	}

nav .content {
    display: flex;
    grid-gap: 10px;
    grid-template-columns: max-content;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1800px;
	}

nav .top-line {
    background-color: #fff;
    padding: 5px 0;
    }

nav .top-line .content {
    justify-content: space-between;
    }

nav .top-line .dr-name-wrap {
    color: #23408f;
    font-size: 32px;
    font-weight: 500;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    }

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

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

.social-btn a:hover {
    transform: scale(1.2);
    }

.socials-header {
    display: flex;
    gap: 10px;
    }

.socials-header {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    }

.social-header a,
.social-footer a {
    color: #035f57;
    font-size: 24px;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    transition: 0.3s;
    border: 2px solid #035f57;
    }

.social-header a:hover,
.social-footer a:hover  {
    transform: scale(1.05);
    background: #aecc4a;
    }

.top-buttons.mob {
    display: none;
    }

.top-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    }

.top-button {
    background-color: #ffffff;
    color: #035f57;
    padding: 5px 12px;
    box-sizing: border-box;
    border: 2px solid #035f57;
    border-radius: 10px;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
    }

.top-button:hover {
    background-color: #035f57;
    color: #ffffff;
    }

.top-button.pay {
    background-color: #ffffff;
    color: #035f57;
    border: 2px solid #035f57;
    width: 185px;
    }

.top-button.pay:hover {
    background-color: #035f57;
    color: #ffffff;
    }

.inner-logo {
    padding: 0;
    display: flex;
    vertical-align: middle;
    grid-row: 3 / 1;
	}

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

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

.topmenu-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    justify-content: center;
    }

.topmenu {
    grid-column: 2 / -1;
    margin: 0 0 0 auto;
	}

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

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

.topmenu ul li.deeper.parent {
    padding: 5px 20px 5px 5px;
    }

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

.topmenu ul li a , span.nav-header , span.span-separator {
    text-decoration: none;
    text-transform: capitalize;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #035f57;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 6px;
    border-radius: 3px;
	}

/* .topmenu ul li.parent a {
    padding: 6px 20px 6px 12px;
	} */

.topmenu ul li.active ul li a {
    color: #035f57;
    border-bottom: 3px solid transparent;
	}

.topmenu ul li a:hover,
.topmenu ul li.active a,
.topmenu ul li ul li a:hover,
.topmenu ul li.active ul li a:hover,
.topmenu ul li ul li.active a,
.topmenu ul li.parent ul li a:hover,
.topmenu ul li.parent ul li.active a {
    border-bottom: 2px solid #035f57;
	} 

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

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

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

.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:last-child a {
    padding-right: 0;
    } */

.top-right {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column: 2 / -1;
    max-width: 700px;
    margin: 0 0 0 auto;
    display: none;
	}

.phone-item {
    text-align: left;
    }

.top-phone, .top-phone a {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 700;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    color: #035f57;
    margin-right: 0;
    transition: 0.3s all;
	}

.top-phone a:hover {
    color: #035f57;
    }

.top-phone a {
    width: 185px;
    }

.top-phone span {
    font-weight: 400;
    margin: 0 0 0 10px;
    color: #000000;
    font-size: 21px;
    }

.top-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    display: none;
    }

.top-phone {
    margin: 0;
	}

.hamburger {
    display: none;
	}

nav p {
    padding: 0;
    margin: 0;
    display: inline-block;
	}

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

.nivo-slider-wrapper {
    position: relative;
    z-index: 10;
	}

.slider-overlay {
    position: relative;
    width: 100%;
    background: #035f57;
    box-sizing: border-box;
  	padding: 30px 0;
    display: none;
    }

.slider-overlay-wrap {
    max-width: 1080px;
    margin: 0 auto;
    }

.overlay-upper-left h3 {
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #ffffff;
    text-align: left;
    padding-top: 10px;
    }

.overlay-upper-left ul {
    color: #ffffff;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    margin: 0 auto;
    }

.overlay-upper-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    }

.overlay-upper-left ul li a {
    color: #fff;
    transition: 0.3s all;
    }

.overlay-upper-left ul li a:hover {
    color: #035f57;
    }

.overlay-upper-left ul li::before {
    content: '';
    position: relative;
    left: 0;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    background-color: #035f57;
    }

.overlay-button {
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 15px;
    background: #006de5;
    border-radius: 25px;
    height: auto;
    width: auto;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px !important;
    transition: all 0.3s;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    }

.overlay-button:hover {
    background-color: #002354;
    }
    
.nivo-caption {
    background: transparent;
    padding: 0;
    opacity: 1;
	}

.theme-pure .nivoSlider {
    margin-bottom: 0;
	}

/* NEW About Us */
.about-block-box {
    padding: 0px 0 100px;
    }

.about-block-box .content {
    max-width: 1470px;
    padding: 0;
    }

.about-block-box .about-box-wrap {
    display: flex;
    flex-wrap: wrap;
    }

.about-block-box .about-image {
    width: 50%;
    background: url(../images/about-us-bg.jpg) no-repeat center;
    background-size: cover;
    margin: 15px 0 25px;
    }

.about-block-box .about-text {
    width: 50%;
    padding: 0 80px;
    box-sizing: border-box;
    }

.about-block-box h3 {
    color: #035f57;
    font-size: 36px;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    margin: 0;
    }

.about-block-box p {
    color: #000000;
    }

.infobox-block {
    padding: 100px 0;
    }

.infobox-block .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    }

.infobox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 30px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 3px solid #035f57;
    color: #000;
    transition: 0.3s all;
    gap: 15px;
    }

.infobox:hover {
    /* background-color: #e2f79b; */
    transform: translateY(-15px);
    }

.infobox h3 {
    margin: 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    color: #035f57;
    }

.infobox h3 strong {
    display: block;
    }

.infobox p {
    color: #000000;
    margin: 0 auto;
    }

.inner-infobox-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 50px auto;
  	/* max-width: 900px; */
    }

.inner-infobox-wrap .infobox {
    max-width: 360px;
    padding: 15px;
    gap: 5px;
    border: none;
    background-color: #fafafa;
    }

.inner-infobox-wrap .infobox h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
    color: #035f57;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.inner-infobox-wrap .infobox img {
    max-width: 65px !important;
    margin: 10px auto 20px;
    }

.inner-infobox-wrap .infobox p {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 50px;
    font-size: 15px;
    }

.inner-infobox-wrap.management-page .infobox-wrap {
    text-align: center;
    max-width: 430px;
    /* max-width: 500px; */
    }
    
.inner-infobox-wrap.management-page .btn-wrap {
    justify-content: center;
    }

.inner-infobox-wrap.management-page .btn-wrap a {
    background-color: #035f57;
    color: #ffffff;
    }

.inner-infobox-wrap.management-page .btn-wrap a:hover {
    background-color: #ffffff;
    color: #035f57;
    }

.inner-infobox-wrap.doctors-page {
    max-width: 900px;
    }

.inner-infobox-wrap.doctors-page .infobox-wrap img {
    display: block;
    margin: 0 auto;
    }

.inner-infobox-wrap.doctors-page .infobox-wrap h3 {
    margin: 10px 0;
    font-size: 24px;
    }

.inner-infobox-wrap.doctors-page .small-note p {
    background-color: #035f57;
    text-align: center;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: -5px auto 0;
    }

.inner-infobox-wrap.doctors-page .small-note hr {
    margin: 15px 0 0;
    }

.doctor-office-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0 0 15px;
    }

.doctor-office-btn a {
    background-color: #fff;
    color: #035f57;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #035f57;
    font-size: 17px;
    transition: 0.3s all;
    }

.doctor-office-btn a:hover {
    color: #fff;
    background-color: #035f57;
    }


/*Services block*/
/* .services-block .content {
    max-width: 1470px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.services-title {
	background: #015480;
	display: flex;
	}

.services-title h2 {
    font-weight: 600;
    color: #fff;
    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: #fff;
    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: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #035f57;
    position: absolute;
    bottom: 0;
    text-align: center;
	} */

.services-block {
    padding: 0 0 30px;
    }

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

.service-block {
    display: inline-flex;
    margin: 10px;
    transition: all 0.2s;
    vertical-align: top;
    }

.service-block:hover {
    background-size: 120% auto;
    }

.service1 {
    background: url(../images/service1.webp) no-repeat center;
    background-size: 100% auto;
    }

.service2 {
    background: url(../images/service2.webp) no-repeat center;
    background-size: 100% auto;
    }

.service3 {
    background: url(../images/service3.webp) no-repeat center;
    background-size: 100% auto;
    }

.service4 {
    background: url(../images/service4.webp) no-repeat center;
    background-size: 100% auto;
    }

.service5 {
    background: url(../images/service5.webp) no-repeat center;
    background-size: 100% auto;
    }

.service6 {
    background: url(../images/service6.webp) no-repeat center;
    background-size: 100% auto;
    }

.service7 {
    background: url(../images/service7.webp) no-repeat center;
    background-size: 100% auto;
    }

.service8 {
    background: url(../images/service8.webp) no-repeat center;
    background-size: 100% auto;
    }

.service-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 240px;
    height: 213px;
    }

.service-block .service-title {
    width: 100%;
    padding: 10px 5px;
    background: rgba(3, 95, 87, 0.9);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    }

/* Testimonials Block */
.testimonial-block {
    padding: 50px 0;
    }

.testimonial-block h3 {
    color: #035f57;
    font-size: 40px;
    text-align: center;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    }

.inner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
	}

.inner-btn a {
    background-color: #035f57;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 500;
    border: 2px solid #035f57;
    border-radius: 10px;
    max-width: 330px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s all;
	}

.inner-btn a:hover {
    color: #035f57;
    background-color: #ffffff;
	}

/*Contact Us (connect with us block)*/    
.connect-with-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 25px;
    box-sizing: border-box;
    flex-wrap: wrap;
    }
  
.connect-with-title {
    color: #035f57;
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0;
    }

.connect-with-us {
    display: flex;
    gap: 10px;
    }

.social-connect-block a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.social-connect-block a:hover {
    transform: scale(1.05);
    cursor: pointer;
    }

/*Locations block*/

.our-offices-block {
    padding: 50px 0;
    }

.locations-block {
    background: url(../images/location-background.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    max-width: 1470px;
    margin: 0 auto;
	}

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

.locations-upper-links p {
    color: #374d65;
    font-weight: 400;
    font-size: 32px;
    margin: 20px 0;
    }

.locations-upper-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    }

.socials-upper {
    display: flex;
    gap: 10px;
    }

.social-upper a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.social-upper a:hover {
    /* transform: scale(1.05); */
    background: #035f57;
    }

.location-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgb(255 255 255 / 85%);
    max-width: 1080px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    }

.location-wrap-left {
    width: 100%;
    max-width: 460px;
    }

.our-location-title {
    color: #035f57;
    font-size: 40px;
    font-weight: 400;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    margin: 0 0 20px;
    }

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

.location-info-left i {
    color: #035f57;
    font-size: 24px;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    border: 2px solid #035f57;
    }

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

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

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

.locations-lower-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-top: 1px solid;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    display: none;
    }

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

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

.social-lower a {
    color: #035f57;
    font-size: 24px;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    transition: 0.3s;
    border: 2px solid #035f57;
    }

.social-lower a:hover {
    /*transform: scale(1.05); */
    background: #035f57;
    }

.location-wrap-right {
    width: 550px;
    height: 350px;
    }

/*Blogs block*/
.blogs-block {
    padding: 40px 0 50px;
    background: url(../images/blogs-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	}

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

.blogs-block h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    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: #fff;
	}

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

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

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

/*Footer*/
footer {
    /* background: #035f57; */
    background-color: #035f57;
    padding: 15px 0 0;
	}

footer .content {
    text-align: center;
	}

.logo-footer {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    max-width: 100%;
    /* filter: brightness(0) invert(1); */
    }

.socials-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 10px auto 0;
    }

.social-footer {
    display: inline-block;
    }

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

footer h4 {
    font-family: "Manrope", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    padding-top: 0;
	}

footer h4 a , .footer-rate a {
    color: #fff;
    }

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

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

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

.quick-links-block ul li a {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
	}

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

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

.bottom-loc-block {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
	}

.white-text {
    color: #fff;
	}

.offices-block {
    display: flex;
    flex-direction: column;
	}

.offices-wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    }

.offices-wrap .office {
    font-family: "Barlow", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    }

.offices-wrap .office a {
    color: #fff;
    }

.offices-wrap .office a:hover {
    text-decoration: underline;
    }

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

.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;
    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: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: #2d7472;
    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 + 24px);
    min-height: calc(40px + 4px);
    border: 4px solid #2d7472;
    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: #2d7472;
    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 {
    display: inline-block;
    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 */

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

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

.inner-pages a {
    color: #035f57;
	}

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

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

.inner-pages .page-header h2 {
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    font-size: 32px;
    color: #035f57;
    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: #035f57;
	}

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

.offices h3 {
    font-family: "Manrope", sans-serif !important;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    }

.one .address {
    float: left;
    width: 45%;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
	}

.week {
    float: left;
    width: 105px;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
	}

.hours {
    float: left;
    width: 120px;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
	}
	
.offices.images {
    margin: 5px auto 25px;
    text-align: center;
    }

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

.infobox-wrap {
    text-align: left;
    width: 100%;
    max-width: 401px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 3px solid #fff;
    color: #000000;
    border: 3px solid #035f57;
    transition: 0.3s all;
    }

.infobox-wrap img {
    border-radius: 5px;
    overflow: hidden;
    }

.infobox-wrap h3 {
    color: #035f57;
    margin: 10px 0;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 600;
    }

.infobox-wrap p {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px;
    font-weight: 300;
    }

.infobox-wrap hr {
    margin: 50px 0 0;
    }

.infobox-wrap .btn-wrap {
    display: flex;
    margin: 15px 0 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    }

.infobox-wrap .btn-wrap .info-link {
    font-family: "Barlow", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: #035f57;
    }

.infobox-wrap .btn-wrap .info-link:hover {
    text-decoration: underline;   
    }

.infobox-wrap .btn-wrap .info-btn {
    background-color: #ffffff;
    color: #035f57;
    padding: 5px 12px;
    box-sizing: border-box;
    border: 2px solid #035f57;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    }

.infobox-wrap .btn-wrap .info-btn:hover {
    background-color: #035f57;
    color: #fff;
    }

.coloredtext.semi {
	font-weight: 600;
	}

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

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

.insurance-title {
    background-color: #cbcbcb54;
    padding: 90px 30px 30px;
    }

.insurance-title h2 {
    font-size: 50px;
    margin: 10px 0 0;
  color:#2c7370;
    }

.insurance-title h3 {
    font-size: 17px;
    margin: 0;
    }

.insurance-text {
    padding: 50px;
    box-sizing: border-box;
    max-width: 767px;
    }

.insurance-text h3 {
    font-size: 17px;
    }

.insurance-text h2 {
    color: #2c7370;
    font-size: 36px;
    }

.insurance-text .collapsible {
    /* background-color: #777;
    color: white; */
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }

.insurance-text .collapsible p {
    margin: 0;
    padding: 0;
    }

/* .collapsible-content .active, .collapsible:hover {
    background-color: #555;
    } */
    
.insurance-text .collapsible:before {
    content: '\002B';
    color: #000000;
    font-weight: 700;
    float: left;
    margin-right: 15px;
    }
    
.insurance-text .collapsible.active:before {
    content: "\2212";
    }
    
.insurance-text .collapsible-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 16px;
    }

.inner-social-icons {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    }

.inner-social-icons .icon {
    font-size: 70px;
    color: #035f57;
    text-decoration: none;
    transition: transform 0.4s ease, color 0.4s ease;
    }

.inner-social-icons .icon.email:hover {
    color: #8ea736;
    transform: rotate(360deg) scale(1.2);
    }

.inner-social-icons .icon.linkedin:hover {
    color: #0a66c2;
    transform: rotate(360deg) scale(1.2);
    }

.banner-doctor {
    background-color: #035f57;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 25px;
    padding: 10px;
    }

.banner-doctor p {
    font-size: 28px;
    color: #fff;
    margin: 0;
    font-family: "Poppins",sans-serif !important;
    }

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #035f57;
	}

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

.formTableLayout input#Send, .formTableLayout input#submit {
    background: #035f57;
    color: #fff;
    border-color: #035f57;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif !important;
    border: 2px solid transparent;
	}

.formTableLayout input#Send:hover, .formTableLayout input#submit:hover {
    background: #fff;
    color: #035f57;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer;
	}

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

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

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

table.pe ul {
	margin: 0;
	}

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

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #035f57;
	}

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

@media only screen and (max-width: 1500px) {
/*Header*/
/* .topmenu ul li a, span.nav-header, span.span-separator {
    font-size: 18px;
    padding: 6px 8px;
    } */

/*Slider*/

.slider-overlay-wrap {
    max-width: 961px;
    margin: 0 auto;
    }

.overlay-upper-left h3 {
    font-size: 28px;
    }

.overlay-upper-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    margin: 14px 0;
    font-weight: 500;
    }

.overlay-upper-left ul li {
    font-size: 18px;
    margin: 10px 0;
    }

.slider-overlay-lower h3 {
    font-size: 72px;
    }

/*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: 1350px) {
.scroll-text {
    animation: scroll-left 10s linear infinite;
    }

.scroll-banner p {    
    font-size: 20px;
    }

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

.topmenu-wrap {
    display: flex;
    width: 100%;
    }

.topmenu {
    margin: 0;
    }

.infobox-wrap {
    text-align: center;
    max-width: 330px;
    }

.infobox-wrap hr {
    margin: 30px 0 0;
    }

.infobox-wrap .btn-wrap {
    justify-content: center;
    gap: 15px;
    flex-direction: column-reverse;
    }

.inner-infobox-wrap.doctors-page .infobox-wrap h3 {
    font-size: 19px;
    }

.inner-infobox-wrap.doctors-page .small-note p {
    height: 30px;
    font-size: 16px;
    }

/* .inner-infobox-wrap.doctors-page .infobox-wrap p {
    font-size: 15px;
    } */

.doctor-office-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 0 15px;
    flex-wrap: wrap;
    }

.doctor-office-btn a {
    font-size: 13px;
    padding: 5px;
    }

.banner-doctor p {
    font-size: 20px;
    }
}

@media only screen and (max-width: 1250px) {
.about-block-box .about-text {
    padding: 0 50px;
    }

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

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

.map iframe {
    height: 609px;
    }

.about-block-wrap p {
    color: #000000;
    }

}

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

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

.topmenu ul li.deeper.parent {
    padding: 5px;
    }

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

/*Location*/
.locations-upper-links {
    max-width: 580px;
    }

.location-wrap {
    flex-direction: column;
    max-width: 580px;
    padding: 20px;
    }
}

@media only screen and (max-width: 1080px) {
.topmenu.top-right-inner {
    display: none;
    }

.topmenu-wrap {
    width: 100%;
    padding: 10px 0 0;
    }

/*Navbar*/
.hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 37px 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;
    text-align: left;
	}

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

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

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

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

nav .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    }

.top-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    order: 2;
    text-align: center;    
    flex-direction: column;
    }

.inner-logo {
    max-width: 160px;
    }

.hamburger {
    margin: 15px 10px 10px auto;
    }

.infobox-block {
    padding: 50px 0;
    }   

.infobox-block .content {
    flex-direction: column;
    align-items: center;
    }

/*Services block*/
/* .services-title h2 {
	font-size: 26px;
	}

.services-item {
	height: 270px;
	}

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

.services-block h2 {
    padding: 0 0 20px;
    }

  .service-inner {
    width: 200px;
    height: 180px;
    }

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

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
	height: auto !important;
    }

/*Rate Us -- END*/
}

@media only screen and (max-width: 1000px) {
.overlay-upper-left h3 {
    font-size: 24px;
    white-space: break-spaces;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    }

.overlay-upper-left ul {
    flex-direction: column;
    max-width: 195px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 0;
    }

.about-block-box .about-image {
    width: 100%;
    }

.about-block-box .about-text {
    width: 100%;
    padding: 50px 20px;
    }

 .about-block-box .about-image {
    height: 500px;
    }   

.about-block-wrap h3 {
    font-size: 34px;
    }

.about-block-wrap p {
    font-size: 16px;
    line-height: 24px;
    }
}

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

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 800px) {
/*Header*/
.social-header a {
    font-size: 20px;
    padding: 5px;
    width: 24px;
    height: 24px;
    } 

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

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

.top-phone a {
    width: 170px;
    }

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

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 */ 
  
.map iframe {
    height: 551px;
    }
}

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

.formCaption {
	width:100% !important;
	}

input#Email , input#Your_Email {
	width:90% !important;
	}

form#userForm textarea {
	width:90% !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;
	}

.slider-overlay-lower h3 {
    font-size: 46px;
    top: -185px;
    }

.about-block {
    padding: 50px 0 0;
    }

.about-block-wrap h3 {
    font-size: 28px;
    }
 
.testimonial-block h3 {
    font-size: 28px;
    }

div#n2-ss-2 .n2-font-c02e4fb74f8f9ac11e018e2340185a06-paragraph,
div#n2-ss-2 .n2-font-179873a640c5bc67c54e5ff387c0ace3-paragraph {
    font-size: 16px !important;
    }

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

.our-location-title {
    font-size: 28px;
    }

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

.inner-btn a {
    font-size: 18px;
    }

.service-inner {
    width: 185px;
    height: 165px;
    }

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

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

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

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

footer .content {
	text-align: center;
	}

.offices-wrap {
    gap: 15px;
    }

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

/* footer h4 {
	font-size: 14px;
	} */

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

.map iframe {
    height: 450px;
    }

.inner-infobox-wrap {
    gap: 15px;
    }

.inner-infobox-wrap .infobox {
    max-width: 150px;
    padding: 5px;
    gap: 5px;
    }

.inner-infobox-wrap .infobox h4 {
    font-size: 14px;
    height: 50px;
    }

.inner-infobox-wrap .infobox p {
    display: none;
    }

/*.infobox-wrap h3 {
    font-size: 26px;
    } */

/*.infobox-wrap p {
    font-size: 18px;
    } */

.insurance-title {
    padding: 50px 25px 25px;
    }

.insurance-title h2 {
    font-size: 28px;
    margin: 10px 0 0;
    }

.insurance-text {
    padding: 25px 0;
    max-width: 100%;
    }

.insurance-text h2 {
    font-size: 22px;
    }

.insurance-text .collapsible,
.insurance-text .collapsible-content {
    font-size: 14px;
    }

.inner-social-icons .icon {
    font-size: 50px;
    }
  
/*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: 650px) {
/*Nav*/
/*
nav .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    }

.inner-logo {
    max-width: 250px;
    order: 1;
    margin: 7px auto 7px 0;
    }

.top-right {
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    text-align: center;
    }

.top-phone, .top-phone a {
    margin-right: 10px;
    display: block;
    }

.hamburger {
    position: fixed;
    top: 78px;
    right: 0px;
    }

nav .top-line .dr-name-wrap {
    font-size: 24px;
    order: 1;
    }*/

/*Locations*/
.locations-upper-links {
    flex-direction: column;
    margin-bottom: 15px;
    }

.locations-upper-links p {
    margin-bottom: 0;
    }

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

.locations-lower-links p {
    margin-bottom: 0;
    }

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

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

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

.offices-wrap {
    flex-direction: column;
    }

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

}

@media only screen and (max-width: 550px) {
nav .content {
    padding: 5px 10px;
    }

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

.top-phone a {
    width: 155px;
    }

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

.top-button.pay {
    width: auto;
    }

.slider-overlay {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    display: none;
    }

.slider-overlay-lower h3 {
    font-size: 38px;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    text-align: center;
    order: -1;
    }

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

.services-item {
	flex: 100%;
	height: 220px;
	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;
	} */

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

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

.logo-footer {
    padding: 15px;
    }

.bottom-loc-block {
    padding: 15px;
    }

footer .content {
    text-align: center;
    }

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

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

table#cal4_0 tbody td {
	display: table-cell;
	}
  
tbody#rsform_5_page_0 td {
	display: block;
	}  
}