@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: 18px; color: #3c3c3c; -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;}

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

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

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

ul.list-unstyled.list-inline
 {  padding: 0; }
div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}


.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1100px;
    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: #051f44;
    color: #fff;
    border-color: #051f44;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #051f44;
	}

.btn-primary:hover a {
    color: #051f44;
	}

/*Top Buttons*/
.top-buttons {
    text-align: center;
    /* margin: 20px 0px 0px 30px; */
    margin: 20px 0px 5px 0px;
    }

.top-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-family: auto;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: all 0.3s;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom,rgb(90 132 199),rgb(3 34 64));
    }

.top-btn:hover {
    color: #fff;
    background-image: linear-gradient(to bottom,rgb(7 49 102),rgb(0 77 175));
    }

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

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

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

/*Navbar*/

nav .social-btns {
    display: none;
    }

nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #ffffff;
    transition: all 0.3s;
	}

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

#homepage nav.slide {
    background: #ffffff;
    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: 1100px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
	}

.inner-logo {
    padding: 20px 15px 5px;
    display: inline-block;
    vertical-align: middle;
    /* flex: 1; */
	}

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

.mobile-logo {
    display: none;
	}

.topmenu {
    margin: 0 auto 0 auto;
	}

.topmenu ul {
    padding: 0px 0;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 17px 29px #878787;
	}

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

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

.topmenu li a , span.nav-header , span.span-separator {
    text-decoration: none;
    text-transform: uppercase;
    font-family: auto;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 0px;
    border-right: 1px solid #000;
    background-image: linear-gradient(to bottom,rgb(241 241 241 / 90%),rgb(195 195 195 / 90%));
	}

.topmenu li:first-child a {
    border-radius: 11px 0px 0px 11px;
    }

.topmenu li:last-child a {
    border-right: none;
    border-radius: 0px 11px 11px 0px;
    }

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

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

.topmenu li a:hover, .topmenu li.active a, .topmenu li li a:hover, .topmenu li.active li a:hover, .topmenu li li.active a {
    /*border-bottom: 3px solid #fff;*/
    background-image: linear-gradient(to bottom,rgb(116 116 116 / 90%),rgb(36 36 36 / 90%));
    color: #fff;
	}

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

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

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

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

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

.top-right {
    /* margin: 0 10px 0 auto; */
    margin: 0 10px 0 0;
	text-align: right;
    /* flex: 1; */
	}

.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;
    display: none;
	}

.zocdoc-btn a {
    margin-top: 0px;
    font-family: sharp-sans-bold, Arial, sans-serif !important;
    font-size: 23px !important;
    cursor: pointer;
    display: block;
    box-sizing: content-box;
    background-color: rgb(255, 240, 75);
    color: rgb(0, 35, 75);
    padding: 7px 16px;
    font-weight: 700;
    margin-top: 5px;
    border: 2px solid transparent;
    transition: all 0.3s;
    }

.zocdoc-btn a:hover {
    border: 2px solid rgb(0, 35, 75);
    background: transparent;
    }

/*Style for button*/
#google_translate_element2 select.notranslate, select.notranslate {
    text-decoration: none;
    text-transform: uppercase;
    font-family: auto;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    color: rgb(255,255,255) !important;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 10px 15px;
    border-radius: 12px;
    border: none;
    background: #011f45;
    background-image: linear-gradient(to bottom,rgb(90 132 199),rgb(3 34 64));
    }

.top-loc {
    font-family: auto;
    color: #cac9c9;
    font-size: 20px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
	}

.tl-links a {
	color: #000 !important;
    display: block;
    font-size: 27px;
    font-weight: 600;
    margin: 10px 0 0;
    }

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

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

.call-us p {
    color: #011f45;
    font-weight: 700;
    font-size: 22px;
    max-width: 400px;
    }

/*Homepage Slider Block*/
.slider-block {
    padding: 0 20px;
    }

.slider-block .content {
    border: 2px solid #e5e4e4;
    padding: 25px 30px 25px;
    max-width: 1080px;
    border-radius: 30px;
    overflow: hidden;
    margin: 55px auto 10px;
    }

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 140px;
    background: rgb(0 0 0 / 54%);
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 20px 20px;
    opacity: 0.8;
    overflow: hidden;
    max-width: 543px;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 38px;
    line-height: 46px;
    }


/*Homepage Main Block*/

.hp-main-block {
    padding: 0 20px;
    }

.hp-main-block .content {
    border: 2px solid #e5e4e4;
    padding: 0 30px 25px;
    max-width: 1080px;
    border-radius: 30px;
    overflow: hidden;
    margin: 55px auto 10px;
    }

.hp-main-block .content h2 {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    }

.hp-main-block .content h2::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    }

.hp-main-block-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    }

.hmb-right h3 {
    font-family: revert;
    font-style: italic;
    color: #051f44;
    }

.hmb-left {
    width: 38%;
    float: left;
    margin-right: 30px;
    }

.hmb-left img {
    max-width: 422px !important;
    width: 100% !important;
    }

.hmb-right {
    width: 63%;
    float: right;
    }

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

.services-block .content {
    border: 2px solid #e5e4e4;
	padding: 0px 30px 25px;
    max-width: 1080px;
    border-radius: 30px;
    overflow: hidden;
    margin: 55px auto 10px;
    }

.services-block .content h3 {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    }

.services-block .content h3::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    }
/*
.os-sub-wrap {
  	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
	}

.services-block .content ul {
	column-count: 2;
    column-width: 180px;
    }
    
.services-block .content li {
    padding: 10px 0;
	}

.services-block .content li a {
    font-family: auto;
    color: #051f44;
    }
*/


.services-block .services-box-wrap li {
    list-style-type: none;
    display: inline-block;
    width: 240px;
    height: 195px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: 0px solid rgb(116 116 116 / 90%);
    margin: 5px;
    clear: both;
    overflow: hidden;
    background: rgb(116 116 116 / 90%);
    font-family: auto;
    }

.services-block .services-box-wrap li img {
    margin-bottom: 7px;
    width: 100% !important;
    height: auto !important;
    }

.services-block .overlay {
    width: 240px;
    height: 195px;
    position: absolute;
    }

.sb-btn-wrap {
	display: block;
    text-align: center;
    padding-top: 25px;
	}

.sb-btn {
	text-decoration: none;
    text-transform: uppercase;
    font-family: auto;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    color: rgb(255,255,255) !important;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 12px;
    border: none;
    background-image: linear-gradient(to bottom,rgb(90 132 199),rgb(3 34 64));
	}

.sb-btn:hover {
	background-image: linear-gradient(to bottom,rgb(7 49 102),rgb(0 77 175));
    cursor: pointer;
	}

/*Meet Our Doctors*/

.doctors-block {
    padding: 0 20px;
    }

.doctors-block .content {
    border: 2px solid #e5e4e4;
    padding: 0 30px 25px;
    max-width: 1080px;
    border-radius: 30px;
    overflow: hidden;
    margin: 55px auto 10px;
    }

.doctors-block .content h3 {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    }

.doctors-block .content h3::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    }

.mod-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    }

.mod-wrap .doctor {
    width: calc(50% - 8px);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    }

.mod-wrap .doctor p {
    width: 50%;
    }

.od {
    transition-duration: 0.3s;
    /* margin: 15px; */
    width: 50%;
    }

.od:hover {
    transform: scale(1.05);
    }

.od a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    }

.od a img {
    width: 100%;
    }

.od a span {
    font-weight: bold;
    color: #002046;
    margin-top: 8px;
    font-size: 18px;
    }

/*Location Block*/

.locations-block {
    padding: 0 20px;
    }

.locations-block .content {
    border: 2px solid #e5e4e4;
    padding: 0 30px 25px;
    max-width: 1080px;
    border-radius: 30px;
    overflow: hidden;
    margin: 55px auto 10px;
    }

.locations-block .content h3 {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    }

.locations-block .content h3::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    }

.hp-office-left {
    float: left;
    }

.hp-office-right {
    float: right;
    width: 65%;
    }    

.address {
    font-size: 18px;
    margin-bottom: 10px;
    }

.phone {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    }    

/*Blogs block*/
.blogs-block {
    padding: 0 20px;
    }

.blogs-block .content {
    border: 2px solid #e5e4e4;
    padding: 30px 30px 30px;
    max-width: 1080px;
    border-radius: 30px;
    overflow: hidden;
    margin: 55px auto 10px;
	}

.blogs-block h2 {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: none !important;
    }

.blogs-block h2:after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    }

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

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

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

.blogs-list li a {
    color: #011f45;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: auto;
    }

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

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

/*Connect With Us*/
/*
.connect-with-us {
    background: #f7f7f7;
    }
*/
.connect-with-us .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }

.cwu-tittle {
    margin: 0 15px;
    }

.connect-with-us .content .cwu-tittle h3 {
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    }

.cwu-social-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    }

.cwu-btn a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid black;
    font-size: 16px;
    width: 100px;
    height: 25px;
    margin: 5px;
    color: #000 !important;
    font-weight: 500;
    transition-duration: 0.3s;
    }

.cwu-btn a:hover {
    color: #fff !important;
    background: rgb(0 25 70);
    transform: scale(1.1);
    }


/*Site Footer this block is shut down*/

.footer {
    padding-bottom: 50px;
    }

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

/*Footer*/
footer {
	background: #021a38;
	}

footer .content {
	text-align: center;
	}

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

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

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 li {
	display: block;
	list-style: none;
	padding: 2px 0;
	color: #f8f8f8;
	font-size: 18px;
	}

.quick-links-block li a , .quick-links-block li.a {
	color: #f8f8f8;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	}

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

.quick-links-block li ul {
	margin: 5px 0 0 5px;
	}

.bottom-loc-block {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 30px 30px;
	text-align: left;
	color: #f8f8f8;
	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: #f8f8f8;
	font-size: 14px;
	padding: 30px;
	}

.copy-left a, .copy-right a {
	color: #f8f8f8;
	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: #3dc1fd;
	}

/*Inner pages*/
.inner-pages {
    margin: 0 auto;
    border: 2px solid #e5e4e4;
    padding: 0 30px 25px;
    max-width: 1080px;
    border-radius: 30px;
    margin-top: 55px;
    margin-bottom: 0px;
    overflow: hidden;
	}

.inner-pages .content {
    max-width: 1100px;
    }

.inner-pages a {
    color: #051f44;
	}

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

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

.inner-pages .page-header h2 {
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
    font-family: auto;
    color: #051f44;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: left;
	}

.inner-pages .page-header h2::after {
    content: '';
    position: relative;
    display: block;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
	}

.one {
    /* float: none;
    width: 100%; */
    float: left;
    width: 50%;
    padding-right: 2%;
    margin-bottom: 20px;
	}

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

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

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

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

.hours {
    float: left;
    width: 145px;
    margin-bottom: 20px;
	}

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

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

.inner-pages .doctor center {
  	max-width: 178px;
	}

.services-box-wrap {
    text-align: center;
    padding-inline-start: 0px;
    max-width: 1200px;
    border: 0px solid #000;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    }

.services-box-wrap li {
    list-style-type: none;
    display: inline-block;
    width: 285px;
    height: 225px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border: 0px solid rgb(116 116 116 / 90%);
    margin: 5px;
    clear: both;
    overflow: hidden;
    background: rgb(116 116 116 / 90%);
  	font-family: auto;
    }  

.services-box-wrap li img {
    margin-bottom: 7px;
    }

.overlay {
    height: 225px;
    width: 285px;
    position: absolute;
    }

.services-box-wrap li:hover .overlay {
    background-color: rgba(0,0,0,0.2);
    }

.services-box-wrap li a {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    } 

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #051f44;
	}

#k2Container {
    padding-top: 30px;
	}

div.itemToolbar {
    display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock .k2UserBlockActions, div.k2UserBlock .k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
    padding: 10px 20px;
    margin: 0;
	}

div.k2LatestCommentsBlock li, div.k2TopCommentersBlock li, div.k2ItemsBlock li, div.k2LoginBlock li, div.k2ArchivesBlock li, div.k2AuthorsListBlock li, div.k2CategoriesListBlock li, div.k2UsersBlock li {
    margin: 0;
    display: block;
    padding: 8px 0 8px 15px;
	}

.k2ModuleBox163 li {
    display: inline-block;
    vertical-align: top;
    }

.clearList {
    display: none !important;
	}

.formTableLayout {
  	margin: 0 auto;
	}

.formTableLayout button#Send {
    text-decoration: none;
    text-transform: uppercase;
    font-family: auto;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: all 0.3s;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 12px;
    border: none;
    background-image: linear-gradient(to bottom,rgb(90 132 199),rgb(3 34 64));
	}

.formTableLayout button#Send:hover {
    background-image: linear-gradient(to bottom,rgb(7 49 102),rgb(0 77 175));
    cursor: pointer;
	}

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

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

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

.pe ul {
	margin: 0;
	}

#homepage #k2ModuleBox163 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    }

#homepage #k2ModuleBox163 li {
    max-width: 300px;
    display: flex;
    flex-direction: column-reverse;
    }


#homepage #k2ModuleBox163 li img {
    padding: 0;
    margin: 0;
    width: 100%;
    }    

/*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 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 li a {
	color: #051f44;
	}


/*Translate*/

.translated-ltr nav .content {
    max-width: 1284px;
	}

.translated-ltr .slider-block .content , .translated-ltr .hp-main-block .content , .translated-ltr .services-block .content , .translated-ltr .doctors-block .content , .translated-ltr .locations-block .content , .translated-ltr .blogs-block .content {
    max-width: 1246px;
	}

.translated-ltr .content {
    max-width: 1276px;
	}

.translated-ltr .inner-pages {
    max-width: 1182px;
	}


.translated-ltr .cwu-btn a {
    width: 130px;
	}

.translated-ltr .nivo-caption {
  	max-width: 602px;
	}


@media only screen and (max-width: 1100px) {
nav .content {
    max-width: 930px;
    }

.inner-logo {
    width: 380px;
    }

.call-us p {
    font-size: 18px;
    }

.topmenu li a, span.nav-header, span.span-separator {
    font-size: 15px;
    padding: 8px 8px;
    }

.call-us p {
    font-size: 22px;
    max-width: 245px;
    }

.one .address {
    width: 100%;
    }

.map iframe {
    height: 626px;
    }
}

@media only screen and (max-width: 1080px) {
.mod-wrap .doctor {
    justify-content: center;
    }

.mod-wrap .doctor p {
    max-width: 50%;
    }

.od a {
    width: 165px;
    text-align: center;
    }

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

@media only screen and (max-width: 1000px) {
  
body .accessib-block.fixed {
    display: none !important;
  	}
  
.nivo-caption {
    bottom: 30%;
    font-size: 26px;
    line-height: 30px;
    max-width: 350px;
    }
}

@media only screen and (max-width: 950px) {
.topmenu li a, span.nav-header, span.span-separator {
    font-size: 15px;
    padding: 8px 8px;
    } 

/*Locations Block*/
.hp-office-right {
    float: right;
    width: 55%;
    }
}
    

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

.topmenu li:last-child a {
    border-radius: 0;
    }

.topmenu li:first-child a {
    border-radius: 0;
    }

.btn {
 	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 15px;
	}
	
.btn-primary a {
    padding: 10px 50px;
	}
	
.top-buttons {
    text-align: center;
    margin: 10px 0px 5px 18px;
    }

.zocdoc-btn a {
    margin-top: 0;
    }

.top-right {
    margin: 0;
    text-align: right;
    align-items: flex-start;
    padding: 12px 20px 1px 0;
	}
	
.top-loc {
	margin-right: 0;
	}
  
.tl-links a {
    margin: 0;
	}

.call-us p {
    font-size: 18px;
    max-width: 400px;
    }

.top-loc {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    }

/*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;
    box-shadow: none;
	}

.topmenu li {
	display: block;
	padding: 5px;
    margin: 12px 0;
	}

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

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

.topmenu 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 li li {
	padding: 5px 10px;
	}

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

.topmenu 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;
    border-bottom: 1px solid #051f44;
    }
  
.inner-pages {
    margin-top: 15px;
	}
  
.hp-main-block .content {
    margin: 15px auto 10px;
	}

.map iframe {
    height: 574px;
    }
}

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

.pe td {
	display: block;
	}

.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 875px) {
.os-sub-wrap {
    flex-direction: column;
	}
}

@media only screen and (max-width: 820px) {
.mod-wrap .doctor {
    width: 100%;
    justify-content: center;
    }

.mod-wrap .doctor.right {
    flex-direction: row-reverse;
    }

.mod-wrap .doctor p {
    width: 100%;
    max-width: 100%;
    }

.od {
    width: auto;
    }

.hmb-right p {
    font-size: 16px;
    }

.map iframe {
    height: 537px;
    }
}

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

body .accessib-block {
    top: 40% !important;
  	}
	
.copy-left, .copy-right {
	width: 100%;
	padding: 0;
	text-align: center;
	}
	
.copy-right p {
	margin-top: 0;
	}
}

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

.hp-main-block-wrap {
    flex-direction: column;
    }

.hmb-left {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    }

.hmb-right {
    width: 100%;
    float: none;
    }    

/*---------------------*/

.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) {
/*Footer*/
.copy-left, .copy-right {
	font-size: 12px;
	}

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

.map iframe {
    height: 450px;
    }
}

@media only screen and (max-width: 760px) {
.connect-with-us .content .cwu-tittle h3 {
    margin: 15px 0;
    }

.cwu-social-btn-wrap {
    margin-bottom: 20px;
    }
}

@media only screen and (max-width: 750px) {
.hp-office-left {
    float: none;
    }

.hp-office-left .address {
    text-align: center;
    }

.hp-office-left {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

.hp-office-right {
    float: none;
    width: 100%;
    margin-top: 20px;
    }
    
}

@media only screen and (max-width: 730px) {
.topline .content   {
    display: flex;
    flex-direction: column;
    }

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

.top-btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 15px;
    }

.top-right {
    padding: 8px 0 0;
    }

nav .social-btns , .top-phone {
    display: none;
    }

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: 700px) {
.nivo-caption {
    bottom: 32%;
    font-size: 20px;
    line-height: 24px;
    max-width: 290px;
    padding: 10px;
    }

.services-block .content ul {
    column-count: 2;
    }
}

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

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

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

/*Inner pages*/
.inner-pages .doctor {
	float: none;
	text-align: center;
	margin: 0 auto 10px auto;
  	max-width: 265px;
    }
  
.inner-pages .doctor center {
  	display: none;
	}
  
.inner-pages .doctor img {
    margin-bottom: 0px;
	}
  
.one .address {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
.nivo-caption {
    display: none !important;
    }
}

@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) {

.topline .content   {
    display: flex;
    flex-direction: column;
    }

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

.top-btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 15px;
    }

.top-right {
    padding: 5px;
    }

nav .social-btns , .top-phone {
    display: none;
    }

.mod-wrap .doctor.left  {
    flex-direction: column-reverse;
    align-items: center;
    }

.mod-wrap .doctor.right {
    flex-direction: column;
    align-items: center;
    }

.mod-wrap .doctor p {
    max-width: 100%;
    margin: 0 auto 20px;
    }

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

/*Services Block*/
.services-block .content ul {
    column-count: 1;
    }

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

@media only screen and (max-width: 450px) {
.os-sub-wrap img {
    width: 100% !important;
  	}
}

@media only screen and (max-width: 430px) {
.connect-with-us .content .cwu-tittle h3 {
    font-size: 30px;
    text-align: center;
    }

.cwu-social-btn-wrap {
    flex-wrap: wrap;
    }

.logo-footer {
    padding: 30px 0;
    max-width: 280px;
    }
}

@media only screen and (max-width: 420px) {
.top-loc {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    }
}





/*system-message-container*/

#system-message-container{
z-index: 9999;
text-align: center;
position:relative;
}

@media screen and (min-width: 550px) {
#system-message{position: absolute;border: 1px solid #ccc;width: 500px;margin: 0 auto;background-color: rgba(255,255,255,0.98);margin-left: -250px;left: 50%; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 45%); position: fixed;}

}


.alert  .alert-message{
font-size: 18px;
color: #333;
padding-bottom: 20px;
}
.post.block.bc2 .text-review{
font-size: 14px;
color: #000;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
clear: both;
}


#system-message-container.hide .alert.alert-message{
display: block;
}


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


#system-message {
    position: absolute;
    border: 1px solid #ccc;
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.98);
    left: 5%;
    right: 5%;
	width: 90%;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 45%);
	position: fixed;
}




}




.alert.alert-message .close{
    border: 1px solid #fff;
    padding: 0px 20px;
    background-color: #264976;
    color: #fff;
    float: right;
    cursor: pointer;
    transition: all .3s ease-out;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    border-radius: 0px 0px 0px 8px;
}

.alert.alert-message .close:hover{
background-color: #527bbb;
transition: all .3s ease-out;
}

.alert-heading{
clear: both;
font-weight: bold;
color: #264976;
}



.contenttext  h4.alert-heading{
    color: #0088ba;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	width:100%;
}



.add-review{
margin-bottom: 35px;
}



.closeerror.okbtn {
    clear: both;
    width: 50px;
    height: auto;
    font-size: 18px;
    padding: 5px;
    background-image: none;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    float: none;
    background: #0088ba;
    color:#fff;
}



/*end system-message-container*/






}
