@charset "UTF-8";@media screen,projection {body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 17px; 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;}

.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: #52007c;
    color: #fff;
    border-color: #52007c;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #52007c;
	}

.btn-primary:hover a {
    color: #52007c;
	}

.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;
    border-top: 20px solid #ffd200;
    border-bottom: 1px solid #d6d6d6;
	}

#homepage nav {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
	}

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

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;
    justify-content: space-between;
    align-items: center;
    padding: 0;
	}

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

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

.mobile-logo {
    display: none;
	}

.topmenu {
    margin: 0 auto 7px auto;
	}

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

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

.item-686 {
    display: none;
    } 

.item-686 a {
    color: #fff !important;
    background: #52007c;
    border: 2px solid #52007c;
    font-size: 30px;
    font-weight: 500;
    border-radius: 10px;
    padding: 3px 45px;
    }

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    border-top: 4px solid #52007c;
    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: #52007c;
    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: #fff;
    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 #52007c;
	}

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

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

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

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

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

.slide.fixed .inner-logo {
    padding: 25px 55px;
	}

.slide.fixed .inner-logo {
    padding: 18px 55px;
	}

.slide.fixed .tp-loc {
    font-size: 18px;
	}

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

/*Top-Buttons*/
.top-button {
    color: #fff !important;
    background: #52007c;
    border: 2px solid #52007c;
    font-size: 30px;
    font-weight: 500;
    border-radius: 10px;
    padding: 3px 45px;
    }

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

.top-right {
	text-align: right;
	}

.tp-sub {
    margin: 2px 0;
    }

.top-phone, .top-phone a {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 500;
    color: #52007c;
    max-width: 410px;
	}

.tp-loc {
    display: inline;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 10px;
    }

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

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

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

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

/*Front Page Album*/
.fp-album {
    text-align: center;
    }

.fp-album img {
    margin: 10px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    }

/*Stop Suffering Block*/
.about-b {
    background: #e8dbed;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 20px 60px;
    }

.about-b h3 {
    text-align: center;
    color: #52007c;
    font-size: 50px;
    font-weight: 400;
    }

.about-b p {
    font-size: 23px;
    color: #464646;
    font-weight: 500;
    margin: 16px auto;
    max-width: 1205px;
    }

/*Services block*/
.serv-tittle h3 {
    text-align: center;
    color: #52007c;
    font-size: 50px;
    font-weight: 400;
    }

.services-block {
    display: flex;
	}

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

.services-item.item1 {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/service1.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item2 {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/service2.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item3 {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/service3.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item4 {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/service4.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item5 {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/service5.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item6 {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/service6.jpg) no-repeat center;
    background-size: auto 100%;
	}

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

.services-item a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 5px solid rgba(255,255,255,0.5);
    border-bottom: 5px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	}

/*Our Doctor + Office Wrapper*/
.dl-wrap {
    text-align: center;
    padding: 50px 0;
    }

/*Our Doctor Block*/ 
.doc-b {
    text-align: center;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    }

.doc-b h3 {
    text-align: center;
    color: #52007c;
    font-size: 50px;
    font-weight: 400;
    }

.doc-image {
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    }

.doc-info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 30px;
    font-size: 23px;
    font-weight: 400;
    }

/*Offices Block*/
.loc-b {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    }

.office-b-main-tittle {
    text-align: center;
    color: #52007c;
    font-size: 50px;
    font-weight: 400;
    }

.office-b {
    display: inline-block;
    vertical-align: top;
    box-shadow: 4px 2px 8px #5b0d83;
    margin: 15px;
    text-align: center;
    padding: 20px;
    width: 385px;
    height: 425px;
    }

.office-b-name {
    text-align: center;
    color: #52007c;
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    }

.office-b-address {
    font-weight: 400;
    font-size: 22px;
    margin: 12px 0 0;
    }

.office-b-phone {
    text-align: center;
    color: #52007c;
    font-size: 25px;
    font-weight: 400;
    margin: 18px 0 0px;
    }

.office-b-hours {
    text-align: center;
    color: #52007c;
    font-size: 23px;
    font-weight: 400;
    margin: 50px 0 75px;
    }

.office-b-dir {
    color: #000 !important;
    background: #ffd200;
    font-weight: 500;
    font-size: 30px;
    padding: 10px 40px;
    border: 2px solid #ffd200;
    border-radius: 10px;
    }

.office-b-dir:hover {
    color: #000 !important;
    background: transparent;
    }

/*LifeStyle Block*/
.lifestyle-block {
    text-align: center;
    }

.ls-block-wrap {
    text-align: center;
    max-width: 1817px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }

.ls-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0.5%;
    }
 
.ls-block img {
    width: 100%;
    }   

.ls-block.three h3 {
    color: #fff;
    position: absolute;
    font-weight: 100;
    font-size: 35px;
    margin: 0;
    font-family: 'Lato';
    bottom: 20px;
    left: 35px;
    }

.ls-block.four h3 {
    color: #fff;
    position: absolute;
    font-weight: 100;
    font-size: 35px;
    margin: 0;
    font-family: 'Lato';
    top: 20px;
    right: 40px;
    }


/*About-block*/
.about-block {
    padding: 30px 0;
    /*background: url(https://www.metropolispodiatrist.com/templates/theme/images/about-bg.jpg) no-repeat center;*/
    background-size: cover;
  	background: #025368;
	}

.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: #52007c;
	}

.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;
    box-sizing: border-box;
    width: 280px;
	}

.doctor a {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 20px;
    color: #52007c;
    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);
	}

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

.locations-block .content {
    display: flex;
    justify-content: space-around;
	}

.loc {
    margin: 0 10px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #1a656e;
    text-align: center;
	}

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

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

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

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

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

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

.loctext-block {
	background: #e8dbed;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px 20px;
    margin-bottom: 60px;
	}

.loctext-block p {
  	font-size: 25px;
    color: #464646;
    font-weight: 600;
    margin: 16px auto;
  	text-align: center;
	}

#rsform .loctext-block {
    margin-bottom: 0px;
	}

/*Blogs block*/
.blogs-block h2 {
    text-align: center;
    color: #52007c;
    font-size: 50px;
    font-weight: 400;
    display: block;
    margin: 10px 0;
	}

.k2ItemsBlock ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }

.moduleItemTitle {
    font-size: 30px;
    font-weight: 400;
    color: #3c3c3c;
    }

.even {
    padding: 30px 20px !important;
    margin: 5px !important;
    border: 3px solid #ffd200;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    max-width: 535px;
    text-align: left;
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

.odd {
    padding: 30px 20px !important;
    margin: 5px !important;
    border: 3px solid #52007c;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    max-width: 535px;
    text-align: left;
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

div.k2ItemsBlock ul li a.moduleItemReadMore {
    float: right;
    color: #fff !important;
    background: #52007c;
    border: 2px solid #52007c;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 10px;
    width: 120px;
    text-align: center;
    }

div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 20px 0;
    }

div.k2ItemsBlock ul li a.moduleItemReadMore:hover {
    color: #52007c !important;
    background: #fff;
    border: 2px solid #52007c;
    }

/*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: #52007c;
    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 #52007c;
    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(https://www.metropolispodiatrist.com/templates/theme/images/fb-ico.png) #52007c no-repeat 10px center;
    position:absolute;
    left: 0;
	}

.connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/fb-ico.png) #fff no-repeat 10px center;
    color: #52007c;
	}

.connect-block .twit-ico {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/twit-ico.png) #52007c no-repeat 10px center;
	}

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

.connect-block .twit-ico:hover {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/twit-ico.png) #fff no-repeat 10px center;
    color: #52007c;
	}

.connect-block .goog-ico {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/goog-ico.png) #52007c no-repeat 10px center;
	}

.connect-block .goog-ico:hover {
    background: url(https://www.metropolispodiatrist.com/templates/theme/images/goog-ico.png) #fff no-repeat 10px center;
    color: #52007c;
	}

.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 #52007c;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
	}

.bot-fb-ico {
	height: 45px;
	width: 45px;
	background: url(https://www.metropolispodiatrist.com/templates/theme/images/bot-fb.png) no-repeat center #52007c;
	}

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

.bot-twit-ico {
	height: 45px;
	width: 45px;
	background: url(https://www.metropolispodiatrist.com/templates/theme/images/bot-twit.png) no-repeat center #52007c;
	}

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

/*Footer*/
footer {
    background: #52007c;
    border-bottom: 20px solid #ffd200;
    padding: 60px 0 0;
	}

footer .content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: unset;
	}

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

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

footer h4 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    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: #ffffff;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    font-weight: 400;
	}

.quick-links-block ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    font-weight: 400;
	}

.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 0;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
	}

.white-text {
    color: #fff;
	}

.offices-block {
	}

.office {
    padding: 20px 30px;
    text-transform: uppercase;
	}

.footer-info {
    color: #fff;
    max-width: 392px;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    }

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

.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: 50px;
    left: 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: #3dc1fd;
	}

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

.inner-pages a {
    color: #52007c;
	}

.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: #52007c;
    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: #52007c;
	}

.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 {
    text-align: center;
    margin: 10px auto 30px;
	}
	
.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: #52007c;
    font-weight: 500;
	}

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

/*Rate US*/

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

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

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

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #52007c;
	}

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

.formTableLayout button#Send:hover, #readmore:hover {
    background: #fff;
    color: #52007c;
    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: #52007c;
	}

.video_wrap_swift {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    }

.video_swift {
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 0 20px;
    text-align: center;
    }

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

@media only screen and (max-width: 1870px) {    
.office-b {
    display: inline-block;
    vertical-align: top;
    box-shadow: 4px 2px 8px #5b0d83;
    margin: 15px;
    text-align: center;
    padding: 20px;
    width: unset;
    height: 425px;
    }
}

@media only screen and (max-width: 1850px) {
.ls-block img {
    height: 400px;
    }
}   

 

@media only screen and (max-width: 1675px) {    
/* Services block*/
.services-block {
    flex-wrap: wrap;
    }

.services-item {
    flex: 33.333%;
    height: 170px;
    padding: 10px;
    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.item5 {
    background-size: 100% auto;
    }

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

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

.services-item {
    height: 270px;
    padding: 15px;
    }
}

@media only screen and (max-width: 1580px) {
.doc-b {
    width: 100%;
    display: block;
    }

.loc-b {
    width: 100%;
    display: block;
    }

}

@media only screen and (max-width: 1500px) {
.about-b h3 {
    font-size: 40px;
    }

.serv-tittle h3 {
    font-size: 40px;
    }    

.doc-b h3 {
    font-size: 40px;
    }

.doc-info {
    font-size: 20px;
    }

.office-b-main-tittle {
    font-size: 40px;
    }

.about-b p {
    font-size: 20px;
    }

}

@media only screen and (max-width: 1400px) {
  
.about-b h3 , .serv-tittle h3 , .doc-b h3 , .office-b-main-tittle , .blogs-block h2 {
    font-size: 44px;
  	}
  
.about-b p {
    font-size: 20px;
  	}
  
.doc-info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 30px;
    font-size: 21px;
  	}

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

.quick-links-block {
    padding: 0 30px 30px;
    }

footer .content {
    flex: none;
    display: block;
    }

.bottom-loc-block {
    padding: 0;
    }

.office {
    padding: 3px 30px 20px;
    }

.office:nth-child(2) {
    padding: 20px 30px;
    }

.footer-info {
    padding: 0px 30px;
    }

.footer-info p {
    margin: 0;
    }

}

@media only screen and (max-width: 1300px) {
.inner-logo {
    padding: 25px 15px;
    }

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

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

.tp-loc {
    font-size: 20px;
    }
    
}

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

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

@media only screen and (max-width: 1150px) {
/*Navbar*/
.topmenu ul li a , span.nav-header , span.span-separator {
	font-size: 15px;
	}

.ls-block img {
    height: 100%;
    width: 100%;
    }

}

@media only screen and (max-width: 1100px) {
.fp-album img {
    width: 47%;
    }
}

@media only screen and (max-width: 1080px) {
	
.inner-nav.slide.fixed .topline {
	display: none;
	}

.top-right {
    text-align: right;
    align-items: flex-start;
    padding: 5px 0 8px;
	}
	
.top-phone {
    margin: 0px 20px 0 0;
    }

nav .social-btns {
    margin-right: 20px;
    }

nav .social-btn {
    margin-left: 5px;
    margin-right: 0;
    }

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

.top-buttons {
    margin: 0 0 0 40px;
    }

/*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;
	}
/*
nav.slide .topline {
    display: none;
    }
*/
.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: #52007c;
	transition: all 0.3s;
	margin: 0;
	}

.topmenu.active {
    top: 0;
    background: #fff;
    }

.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.parent ul li a {
    padding: 6px 12px;
    color: #52007c;
    }

.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;
	}
	
nav .content {
    display: flex;
    }

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

.topline {
    margin-bottom: 0;
    }
  
/*Rate Us*/

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

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

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

/*Rate Us -- END*/

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

@media only screen and (max-width: 930px) {
.video_swift {
    position: relative;
    margin: 20px 0 0 0;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    }

.video_swift iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 890px) {
.topline {
	padding-bottom: 0;
	}

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

.topmenu ul li.parent a {
	padding: 4px 20px 4px 6px;
	}
  
.map iframe {
    height: 461px;
	}

}

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

.fp-album img {
    width: 100%;
    margin: 10px 0;
    }

.about-b h3 {
    font-size: 28px;
    }

.serv-tittle h3 {
    font-size: 28px;
    }

.ls-block {
    margin: 0.5%;
    width: 99%;
    }

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

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

.doc-b h3 {
    font-size: 28px;
    }

.office-b-main-tittle {
    font-size: 28px;
    }

.office-b {
    height: 385px;
    }

.office-b-name {
    font-size: 28px;
    }

.office-b-phone {
    font-size: 25px;
    }

.office-b-address {
    font-size: 19px;
    }

.office-b-dir {
    font-size: 26px;
    }

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

.moduleItemTitle {
    font-size: 26px;
    }

.even {
    font-size: 16px;
    min-height: 200px;
    }

.odd {
    font-size: 16px;
    min-height: 200px;
    }

body .accessib-block {
    top: 40% !important;
  	}
	
.copy-left, .copy-right {
	width: 100%;
	padding: 0;
	text-align: center;
	}
	
.copy-right p {
	margin-top: 0;
	}
  
/* How Are We Doing? */

.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

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

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

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

.formCaption {
	width:100% !important;
	}

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

.inner-nav.slide {display: none;}

.inner-nav.slide.fixed {display: block;}
	
.services-item a {
    font-size: 21px;
    }

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

.blogs-list ul li a {
    font-size: 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;
	}
  
.map iframe {
    height: 450px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 760px) {
.dl-wrap {
    padding: 0;
    }

.doc-image {
    display: block;
    padding-top: 15px;
    }  

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

}

@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) {
.top-right {
    text-align: center;
    align-items: center;
    padding: 5px 0 8px;
    width: 100%;
    }

.top-phone {
    margin: 0;
    }

nav .social-btns {
    margin: 5px auto 0;
    }

nav .social-btn {
    margin: 0 2px;
    }

.top-buttons {
    margin: 0;
    display: none;
    }
}

@media only screen and (max-width: 630px) {
/*Inner pages*/
.inner-pages .doctor {
	float: none;
	text-align: center;
	margin: 0 auto 10px auto;
    }
}

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

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

}

@media only screen and (max-width: 550px) {
    
tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td , tbody#rsform_5_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;
	}

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

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

.services-item a {
    display: block;
    height: auto;
    }

.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.item5 {
	background-size: 100% auto;
	}

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

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

}

@media only screen and (max-width: 520px) {
.logo-footer {
    padding: 0px 0 30px;
    max-width: 85%;
    width: 100%;
    }

.quick-links-block {
    padding: 0 0px 30px 30px;
    }

.office {
    padding: 0;
    }

.office:nth-child(2) {
    padding: 20px 0px;
    }

}

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

.ls-block.three h3 {
    bottom: 15px;
    left: 20px;
    }

.ls-block.four h3 {
    top: 10px;
    right: 15px;
    }
}

@media only screen and (max-width: 460px) {
.bottom-loc-block {
    display: block;
    margin: 0 auto;
    text-align: center;
    }

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

.office {
    text-align: left;
    margin: 0 auto;
    max-width: 180px;
    }

.quick-links-block {
    padding: 0 0px 30px 0px;
    }

}

.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

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

a#readmore {
    float: right;
}}
