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

#system-message {
  	display: none !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: 'Lato', sans-serif;
	}

.btn-primary {
    background: #3d4b96;
    color: #fff;
    border-color: #3d4b96;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #3d4b96;
	}

.btn-primary:hover a {
    color: #3d4b96;
	}

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

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

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

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

#homepage nav {
    background: rgb(255 255 255 / 90%);
    position: absolute;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	}

#homepage nav.slide {
    background: #ffffff;
    position: fixed;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	}

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

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

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

.mobile-logo {
    display: none;
	}

.topmenu {
    margin: 0 auto 0 auto;
	}

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

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

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -6px;
    width: 0;
    height: 0;
    margin-right: 8px;
    vertical-align: middle;
    border-top: 4px solid #3d4b96;
    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: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #3d4b96;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 3px;
	}

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

.topmenu ul li.active ul li a {
    color: #3d4b96;
    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 {
    border-bottom: 3px solid #3d4b96;
	}

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

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

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

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

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

.top-right {
    margin: 0 10px 0 auto;
	text-align: right;
	}

.top-phone, .top-phone a {
    display: inline-block;
    vertical-align: top;
    font-size: 34px;
    font-weight: 500;
    color: #fff;
	}

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

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

/*Top Phones*/
.tl-phone {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
    }

.tl-phone a {
    color: #693387 !important;
    font-weight: 600;
    font-size: 26px;
    }

.tl-phone span {
    color: #3d4b96;
    font-size: 20px;
    font-weight: 400;
    }

nav .social-btns {
    display: inline-flex;
	margin-top: 4px;
	}

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;
    display: inline-block;
	}

.topline {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #511972;
	}

/*Top Buttons*/
.top-buttons {
    margin: 15px 0 15px;
    }

.top-button {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #3d4b96;
    border: 2px solid #3d4b96;
    padding: 7px 18px;
    border-radius: 7px;
    }

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

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

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

.maintext-block-wrapper {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    z-index: 11;
	}

.maintext-block {
    display: inline-block;
    padding: 15px;
    background: rgb(0 0 0 / 80%);
	}

.maintext-block h2 {
	font-size: 33px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cabin',sans-serif;
    margin: 0px 0 10px 0;
	}

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

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

.maintext-block ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(../images/bullet.png) no-repeat center;
	}

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

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

.subtext-block {
    font-family: 'Lato', sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    background: rgb(106 53 134 / 75%);
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
	}

.subtext-block p {
    padding: 0;
    margin: 0;
	}

.nivo-caption {
    background: transparent;
    padding: 0;
    opacity: 1;
	}

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

/* Services block*/
.services-block {
    padding: 50px 0;
	}

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

.services-block h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    color:#693387;
    padding-bottom: 20px;
    margin: 0 auto 0 auto;
    position: relative;
	}

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

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

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

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

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

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

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

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

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

.service8 {
    background: url(../images/service8.jpg) 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 10px;
    background: rgb(106 53 134 / 75%);
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
	}

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

.about-box {
    padding: 25px;
    margin: 0 auto;
    background: rgb(81 25 114 / 90%);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    font-size: 18px;
	}

.about-block h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
	}

.about-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    /*background-color: #693387;*/
  	background-color: #fff;
	}

.about-wrapper {
    display: flex;
	}

.about-block .about-text {
    order: 1;
    color: #fff;
	}

.about-block .doctors {
    order: 2;
    white-space: nowrap;
	}

.about-block .doctor {
    display: inline-block;
    text-align: center;
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    width: 280px;
	}

.doctor a {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
	}

.about-block .doctor img {
    max-width: 100%;
    box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s;
	}

.about-block .doctor:hover img {
    transform: scale(1.02);
	}

/*Surgery Gallery Block*/

.surgery-gallery-block {
    background: #ffffff;
    }

.surgery-gallery-block .content h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #693387;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
    }

.surgery-gallery-block .content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #693387;
    }

.surgery-gallery-block .content {
    padding: 0px 15px 60px;
    }

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

.vid-iframe {
    width: 560px;
    height: 315px;
    }

.video-article h3 {
    text-align: center;
    color: #693387;
    }

/*Insurances Block*/

.insurance-block {
    background: #511972;
    }

.insurance-block .content {
    padding: 30px 30px 80px;
    }

.insurance-block .content h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
    }

.insurance-block .content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #693387;
    }

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

.insurances-wrap img {
    width: 230px !important;
    }

/*Swiper Testimonials Block*/
.testimonial-block {
    background: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: -140px;
    }

.testimonial-block h2 {    
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #693387;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
    }

.testimonial-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #693387;
    }

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

.bg-color {
    background: var(--bg-color);
    }
  
.half-color-box {
    background: var(--gradient);
    height: unset !important;
    margin-bottom: 100px;
    }
  
.text-whtie {
    color: #fff !important;
    }
  
.bold {
    font-weight: bolder;
    }
  
.por {
    position: relative;
    }
  
.review-box .quote {
    position: absolute;
    width: 40px;
    right: 10px;
    bottom: 10px;
    }
  
.test-arrowbox {
    position: absolute;
    right: 20px;
    display: flex;
    top: 70px;
    }
  
.review-box {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    }
  
.review-box h5 {
    margin: 0;
    }
  
.review-box p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #7d8597;
    }
  
.user-post {
    font-size: 14px;
    margin: 0 !important;
    }
  
.swiper-testimonial {
    padding: 10px 20px;
    padding-top: 0px;
    overflow: hidden;
    }

.half-color-box {
    background: var(--gradient);
    height: 300px;
    margin-bottom: 140px;
    }
  
.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
    margin-right: 20px;
    /* background: var(--comp-color);2 */
    border-radius: 50%;
    --size: 55px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    }
  
.arrow-right {
    transform: rotate(180deg);
    margin-top: -8px;
    }
  
.arrow {
    cursor: pointer;
    transition: all 0.2s ease-in;
    }
  
.arrow:hover {
    transform: translateX(-15px);
    }

/*additional Swipper code*/
.review-block {
    max-width: 435px;
    border: 2px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #693387;
    margin: 0 10px !important;
    cursor: grab;
    background: #fff;
    margin: 0 auto; 
    }

.swiper-pointer-events {
    touch-action: pan-y;
    overflow: hidden;
    }

.star .fa.fa-star.checked {
    color: gold;
    }   

.review-block h5 {
    margin: 15px 0 0 0;
    padding: 0;
    color: #3d4b96;
    font-size: 18px;
    } 

.review-block p { 
    font-size: 16px;
    }   

.swiper-pagination {
    /*bottom: 50px !important;*/
    bottom: 10px !important;
    left: 0 !important;
    width: 100% !important;
    position: relative !important;
    margin-top: 30px !important;
    }

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #693387;
	}

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

.locations-block .content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
	}

.loc {
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #ffffff;
    text-align: center;
	}

.loc h2 {
    font-weight: 400;
    color: #434d91;
    font-family: 'Cabin', sans-serif;
    font-size: 44px;
    margin: 0;
	}

.loc .address {
    font-size: 20px;
    margin: 10px 0 30px 0;
    color: #000000;
	}

.loc .phone {
    font-size: 26px;
    font-weight: 500;
    color: #434d91;
    white-space: nowrap;
	}

.loc .shedule {
    margin: 15px auto 0 auto;
    font-size: 20px;
    color: #642a85;
    font-weight: 500;
	}

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

.loc .btn {
    text-align: center;
    margin: 25px auto 10px auto;
    padding: 0;
    border-radius: 10px;
	}

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

/*Connect block*/
.connect-block {
    padding: 20px 0;
    background: #fff;
	}

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

.connect-block h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #693387;
    text-align: center;
    padding: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
	}

.connect-block .social-btns {
    display: inline-block;
    vertical-align: middle;
	}

.connect-block .social-btn {
    font-size: 14px;
    color: #fff;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #693387;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
	}

.connect-block .fb-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 97px;
    white-space: nowrap;
    padding: 0;
    margin: 0 2px;
	}

.connect-block .fb-ico {
    background: url(../images/fb-ico.png) #693387 no-repeat 10px center;
    position:absolute;
    left: 0;
	}

.connect-block .fb-wrap:hover .fb-ico {
    background: url(../images/fb-ico.png) #fff no-repeat 10px center;
    color: #693387;
	}

.connect-block .twit-ico {
    background: url(../images/twit-ico.png) #693387 no-repeat 10px center;
	}

.connect-block .twit-ico:hover a {
    color: #693387;
	}

.connect-block .twit-ico:hover {
    background: url(../images/twit-ico.png) #fff no-repeat 10px center;
    color: #693387;
	}

.connect-block .goog-ico {
    background: url(../images/goog-ico.png) #693387 no-repeat 10px center;
	}

.connect-block .goog-ico:hover {
    background: url(../images/goog-ico.png) #fff no-repeat 10px center;
    color: #693387;
	}

.bot-social-btns {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
	display: none;
	}

.bot-social-btns div {
    height: 45px;
    width: 45px;
    box-sizing: border-box;
    border: 1px solid #693387;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
	}

.bot-fb-ico {
	height: 45px;
	width: 45px;
	background: url(../images/bot-fb.png) no-repeat center #693387;
	}

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

.bot-twit-ico {
	height: 45px;
	width: 45px;
	background: url(../images/bot-twit.png) no-repeat center #693387;
	}

.bot-twit-ico:hover {
    transform: scale(1.1);
	}

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

footer .content {
    text-align: center;
	}

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

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

footer h4 {
    font-size: 18px;
    font-weight: 400;
    color: #693387;
    margin-top: 0;
    padding-top: 0;
	}

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

.quick-links-block ul li {
    display: block;
    list-style: none;
    padding: 2px 0;
    color: #d1d1d0;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
	}

.quick-links-block ul li a {
    color: #d1d1d0;
    font-size: 18px;
    line-height: 25px;
    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: top;
    padding: 30px 0 30px 30px;
    text-align: left;
    color: #d1d1d0;
    font-size: 18px;
    line-height: 25px;
	}

.white-text {
    color: #fff;
	}

.offices-block {
    display: flex;
	}

.office {
    padding-right: 30px;
	}

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

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

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

.copy-right {
    text-align: right;
    float: right;
	}

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    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;
	}

/*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: #693387;
	}

/*Rate US*/

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

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

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

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


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

/*Rate Us --- END*/


/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

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

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

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

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

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

/*Services*/
/*table.pe {
    max-width: 845px;
    margin: 0 auto;
    } */

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

.inner-pages a {
    color: #693387;
	}

.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: #3d4b96;
    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: #693387;
	}

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

.offices.images {
    margin-bottom: 25px;
	}
	
.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: #693387;
    font-weight: 500;
	}

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

.video-article .image-wrap {
	position: relative;	  
	}

.video-article .image-wrap .yt-b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #FF0000;
	}

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

.video-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #693387;
	}

#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 {
    background: #3d4b96;
    color: #fff;
    border-color: #3d4b96;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 2px solid transparent;
	}

.formTableLayout input#Send:hover {
    background: #fff;
    color: #3d4b96;
    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: #693387;
	}

@media only screen and (max-width: 1650px) {
.maintext-block h2 {
    font-size: 28px;
    }

.maintext-block ul li {
    padding: 3px 0 3px 35px;
    }

}

@media only screen and (max-width: 1550px) {
.maintext-block-wrapper {
    top: 235px;
    }

.subtext-block {
    font-size: 24px;
    padding: 15px 15px;
    }
}

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

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

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

.maintext-block ul li {
    padding: 3px 0 3px 35px;
    }

.maintext-block ul li a {
    font-size: 19px;
    }
	
.maintext-block ul li:before {
	top: 2px;
	}
}

@media only screen and (max-width: 1380px) {
.maintext-block ul li {
    padding: 3px 0 3px 25px;
    }

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

.maintext-block ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/bullet.png) no-repeat center;
    background-size: cover;
    }    
}

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

.subtext-block {
    font-size: 18px;
    padding: 10px 15px;
    }
}

@media only screen and (max-width: 1250px) {
.subtext-block {
	font-size: 23px;
	}

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

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

.maintext-block ul li {
	padding: 3px 0 3px 25px;
	}

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

.subtext-block {
	font-size: 16px;
	padding: 10px 15px;
	}

.maintext-block ul li:before {
	top: 4px;
	width: 15px;
	height: 15px;
	background: url(../images/bullet.png) no-repeat center;
  	background-size: cover;
	}

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

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

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

/*Inner pages*/
.one .address {
	width: 100%;
	}
  
.map iframe {
    height: 582px;
	}
}

@media only screen and (max-width: 1230px) {
.topmenu ul li a, span.nav-header, span.span-separator {
    font-size: 14px;
    padding: 6px 7px;
    }
}

@media only screen and (max-width: 1150px) {
.top-right {
	text-align: right;
	}

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

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

.maintext-block-wrapper {
    padding-top: 240px;
    position: relative;
    top: 0;
    }

.maintext-block {
    top: 0;
    margin: 0 auto;
    display: block;
    width: 260px;
    }

.subtext-block {
    position: relative;
    bottom: 0;
    padding: 10px 15px;
    margin-top: 50px;
    }

/*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;
	}
  
.offices .nivo-slider-wrapper {
    display: block;
    }
}

@media only screen and (max-width: 1100px) {
/*Navbar*/
.mobile-logo {
	display: inline-block;
	width: 70%;
	max-width: 306px;
	padding: 10px 5px 10px 15px;
    }

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

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

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

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

.topline {
	margin-bottom: 0;
	}
	
.maintext-block-wrapper {
    padding-top: 280px;
    position: relative;
    top: 0;
	}
}

@media only screen and (max-width: 1080px) {
.top-right {
    margin: 3px 10px 0 auto;
    }

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

nav .social-btns {
    margin-top: 1px;
	}  
  
.topmenu {
	margin: -3px auto 0px auto;
	}

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

.topmenu ul li.parent:after {
	top: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	}

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

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

.top-loc {
	font-size: 14px;
	}

.inner-logo {
	max-width: 45%;
	}

/*Slider block*/
/*
.maintext-block h2 {
	font-size: 17px;
	}

.maintext-block ul li {
	padding: 2px 0 2px 25px;
	}
	
.maintext-block ul li:before {
	top: 3px;
	}

.maintext-block-wrapper {
	top: 150px;
	}
*/
/*About block*/
.about-wrapper {
	display: block;
	}
  
.about-block {
    background: url(../images/about-bg-mob.jpg) no-repeat center;
    background-size: cover;
	}

.about-block .about-text {
	order: 2;
	color: #fff;
	}

.about-block .doctors {
	order: 1;
	white-space: normal;
	text-align: center;
  	padding: 15px;
	}
  
.about-block .doctor {
  	padding: 15px;
	}

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

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

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

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

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

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

/*Rate Us -- END*/
  /*Services*/
table.pe {
    max-width: 845px;
    margin: 0 auto 0 0;
    width: 100%;
    }

img.se {
    float: left !important;
    }

table.pe td {
	display: block;
  	max-width: 100% !important;
	}

table.pe ul {
	margin: 0;
	}
}

@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;
	}  
/*
.maintext-block ul li {
    padding: 2px 0 2px 21px;
	}  
  
.maintext-block-wrapper {
	top: 155px;
	}
*/    
}
@media only screen and (max-width: 970px) {
body {
	font-size: 16px;
	}

.btn {
 	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 15px;
	}
	
.tl-phone {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.btn-primary a {
    padding: 10px 50px;
	}
	
.top-right {
	margin: 0 auto;
	text-align: center;
	align-items: flex-start;
	padding: 5px 0 8px;
	}
	
.top-loc {
	margin-right: 0;
	}

.topline {
    padding-bottom: 0;
    }

/*Slider Block*/    
.maintext-block-wrapper {
    padding-top: 280px;
    position: relative;
    top: 0;
    }

}

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

.topmenu ul li.parent a {
	padding: 4px 20px 4px 6px;
	}

/*Services block*/
.service-inner {
	width: 160px;
	height: 133px;
	}

.service-block .service-title {
	font-size: 15px;
	}
  
.map iframe {
    height: 520px;
	}
}

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

body .accessib-block {
    top: 40% !important;
  	}
  /*
.topline {
	margin-bottom: 19px;
	padding-bottom: 0;
	}
	
.topmenu {
	margin: -10px auto 0px auto;
	}
	*/
.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;
	}

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;
	}
	
.tl-phone {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.btn-primary a {
    padding: 10px 50px;
	}
	
.top-right {
	margin: 0 auto;
	text-align: center;
	align-items: flex-start;
	padding: 5px 0 8px;
	}
	
.top-loc {
	margin-right: 0;
	}

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

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

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

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

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

.topline {
	margin-bottom: 0;
	}

/*Slider Block*/    
.maintext-block-wrapper {
    padding-top: 280px;
    position: relative;
    top: 0;
    }

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

/*About block*/
.about-block h2 {
	font-size: 28px;
	}

.about-block .doctor {
	padding: 20px;
	max-width: 350px;
    }

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

/*Surgery Gallery Block*/    
.surgery-gallery-block .content h2 {
    font-size: 28px;
    }

/*Insurances Block*/
.insurance-block .content h2 {
    font-size: 28px;
    }

/*Testimonials Block*/
.testimonial-block h2 {
    font-size: 28px;
    }

/*Locations block*/
.locations-block {
	background: url(../images/locations-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}

.loc {
	flex: 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 .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;
	}

footer h4 {
	font-size: 14px;
	}

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

.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: 30px;
	bottom: 15px;
	right: 15px;
    }

/*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;
	}
  
.nivo-slider-wrapper {
    display: none;
    }
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}

.xray-section-image img {
    width: 70%;
    }
  
}

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

.review-block {
    margin: 0 auto !important;
	}
}


@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;
    }
  
.about-block {
    background-position-x: 30%;
	}

/*Inner pages*/
.inner-pages .doctor {
	float: none;
	text-align: center;
	margin: 0 auto 10px auto;
    }
  .xray-section-image img {
    width: 70%;
    }
}

@media only screen and (max-width: 620px) {
.video-article {    
    width: 100%;
    }

.video-article a img {
    width: 100%;
    }    

.vid-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    }
    
.vid-iframe iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    }
  
  .xray-section-image img {
    width: 70%;
    }
}

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

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

  .xray-section-image img {
    width: 70%;
    }
}

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

tbody#rsform_5_page_0 td {
    display: block;
    }

/*Locations block*/
.locations-block .content {
	display: block;
	flex: auto;
	text-align: center;
    }

.loc {
	margin: 10px auto;
    }

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

.loc .address {
	font-size: 16px;
    }

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

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

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

/*Connect block*/
.connect-block .social-btn {
	font-size: 12px;
	padding: 5px 6px 3px 26px;
    }

.connect-block .fb-wrap {
	width: 72px;
    }

.connect-block .fb-ico {
	background: url(../images/fb-ico.png) #693387 no-repeat 5px center;
    }

.connect-block .fb-wrap:hover .fb-ico {
	background: url(../images/fb-ico.png) no-repeat 5px center;
    }

.connect-block .twit-ico {
	background: url(../images/twit-ico.png) #693387 no-repeat 5px center;
    }

.connect-block .twit-ico:hover {
	background: url(../images/twit-ico.png) no-repeat 5px center;
    }

.connect-block .goog-ico {
	background: url(../images/goog-ico.png) #693387 no-repeat 5px center;
    }

.connect-block .goog-ico:hover {
	background: url(../images/goog-ico.png) no-repeat 5px center;
    }

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

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;
	}
  
.office {
    padding-right: 10px;
    margin-bottom: 25px;
	}
	
.bottom-loc-block {
    padding: 30px 0 0px 30px;
	}
  
  .xray-section-image img {
    width: 70%;
    }
}

@media only screen and (max-width: 420px) {
.tl-phone span {
    font-size: 15px;
    }

.tl-phone a {
    font-size: 22px;
    } 
  
  .xray-section-image img {
    width: 70%;
    }

}

.xray-section{
  margin-top:30px;
  padding:30px;
}

.xray-section-heading{
  position: absolute;
  top: -10;
}

.xray-section-image img{
  width: 45%;
}

.review-block {
  height: 400px !important;
}

@media (max-width: 480px) {
  
  .xray-section-image img{
  width: 70%;
}

}

//new services page styling
 .nail-treatment-section,
 .infection-treatment-section,
 .severe-treatment-section{
    padding-top:60px;
  }

 .nail-treatment-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #3d4b96;
    padding: 20px;
    color: white;
    border-radius: 5px;
  }

  .nail-treatment-content {
    width: 70%;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .nail-treatment-content h2 {
    font-size: 30px;
    margin: 0;
  }

  .nail-treatment-content .subtitle {
    font-style: italic;
    margin: 5px 0;
  }

  .nail-treatment-content .description {
    line-height: 1.6;
  }

  .topical-medications-container {
    width: 30%;
    background-color: white;
    color: #333;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .topical-medications-container h3 {
    font-size: 20px;
    margin-top: 0;
    color: #333;
  }

  .topical-medications-container ul {
    list-style-type: none;
    padding-left: 0;
  }

  .topical-medications-container li {
    margin-bottom: 10px;
  }

  .topical-medications-container li span {
    color: #0057b8;
  }

   .infection-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
  }

  .infection-image {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }

.severe-blog-image{
    width: 70%;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto
}

  .infection-description {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #333;
  }

  .infection-description h3 {
    font-size: 24px;
    margin-top: 0;
    color: #333;
  }

  .infection-description p {
    line-height: 1.6;
  }

.Blogs-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.severe-blog-container{
  width: 50%;
}

.severe-new-blog-container{
  width: 50%;
}

.blog-link p{
  color:#693387;
  font-weight:500;
  text-align: center;
}

.severe-new-image{
    width: 70%;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.severe-new-blog-link p {
  color:#693387;
  font-weight:500;
  text-align: center;
  margin: 0;
}

.laser-treatment-heading{
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #3d4b96;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
}

.laser-treatment-heading::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #693387;
}

  /* Responsive Styling */
  @media screen and (max-width: 768px) {
    .nail-treatment-content,
    .topical-medications-container {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px;
    }

    .topical-medications-container {
      margin-bottom: 0;
    }
    
    .infection-image,
    .infection-description,
    .severe-image{
      width: 100%;
      padding-right: 0;
      padding-left: 0;
    }

    .infection-description h3 {
      font-size: 22px;
    }

    .infection-description p {
      font-size: 16px;
    }
    
    .laser-treatment-heading{
      font-size: 28px;
    }
    
    
  }

  @media screen and (max-width: 480px) {
    
    .nail-treatment-section,
    .infection-treatment-section,
    .severe-treatment-section{
      padding-top:30px;
    }

    .nail-treatment-container {
      padding: 15px;
      flex-direction: column;
    }

    .nail-treatment-content {
      margin-bottom: 20px;
    }

    .nail-treatment-content h2 {
      font-size: 24px;
    }

    .topical-medications-container {
      margin-bottom: 0;
      box-shadow: none;
    }

    .topical-medications-container h3 {
      font-size: 18px;
    }
    
    .infection-container {
      padding: 15px;
      flex-direction: column;
    }

    .infection-image {
      margin-bottom: 15px;
    }
    
    .severe-image{
       margin-top: 15px;
    }

    .infection-description h3 {
      font-size: 20px;
    }
    
    .Blogs-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.severe-blog-container{
    width: 100%;
}

.severe-new-blog-container{
    width: 100%;
    margin-top: 20px;
}
    .severe-new-image, .severe-blog-image{
    width: 100%;
    box-sizing: border-box;
}
  
  }