body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto;}
#system-message , #system-message-container {
  	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: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

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

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

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

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

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

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

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

.activeFeedbackField {
    display: inline-block;
    position: relative;
    width:0;
    overflow:hidden;
    }

.activeFeedbackField input{
    position:absolute;
    left:10px;
    }

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

.top-banner {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	}

.scroll-text {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	}

.first-visit-step {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin: 40px 0;
	}

.first-visit-step-img {
	flex: 0 0 360px;
	max-width: 360px;
	}

.first-visit-step-img img {
	width: 100%;
	height: auto;
	display: block;
	}

.first-visit-step-body {
	flex: 1;
	}

.header-text {
    text-align: center;
    padding: 25px 0 0 0;
    }

.header-text h3 {
    margin: 0 auto 10px;
    font-size: 32px;
    color: #000;
    }

.header-text h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 0;
    color: #000;
    }
    
.phone-container {
    text-align: center;
	position: relative;
    }
    
.mobile-social-icons {
	display: none;
	}

.call-button {
	background-color: #c01700;
    color: #fff;
    border: none;
    padding: 5px 20px 5px 10px;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex: 0 0 auto;
    }
    
.call-button:hover {
    background-color: #8a1000;
    }
    
.info-container {
    margin-top: 20px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 0;
    background: #d32f2f;
    padding: 5px;
    font-size: 18px;
    width: 280px;
	display: flex;
    flex-direction: column;
    gap: 9px;
    }
    
.info-container p {
	display: block;
	}

.info-container p a {
    color: #fff;
    font-weight: 600;
	}

.hidden-phones {
    display: none;
    }



.header-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    flex: 1;
    gap: 20px;
    }

.logo-tagline {
    font-family: "Cabin", "Lato", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    line-height: 1.3;
    align-self: center;
    padding-top: 0;
    }

nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #f8f8f8;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px #d3d3d3e6;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
  	display: none;
	}

nav.slide {
	position: fixed;
	display: none;
	}

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

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
	}

.inner-logo {
	display: flex;
	vertical-align: middle;
	max-width: 129px;
	}

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

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

.topmenu {
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid lightgray;
    padding: 10px 10px 15px 10px;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	}

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

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

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    white-space: nowrap;
    color: #474747;
    padding: 6px 12px;
    text-transform: uppercase;
	}

.topmenu ul li.active ul li a {
    color: #474747;
	}


.topmenu > ul > li > a:hover,
.topmenu > ul > li.active > a {
    border-bottom: 3px solid #d32f2f;
	}


.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    display: block;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    border-top: 3px solid #d32f2f;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 10;
    box-sizing: border-box;
	}

.topmenu ul li ul li > a,
.topmenu ul li ul li > span.nav-header {
    white-space: normal;
    word-break: break-word;
	}

.topmenu ul li:hover > ul {
    max-height: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
	}


.topmenu ul li ul li,
.topmenu ul.mod-menu li ul li,
.topmenu ul li ul li.nav-item {
    display: block;
    padding: 0;
    margin: 0;
    position: relative !important;
    border-bottom: 1px solid #eee;
    overflow: visible;
	}

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

.topmenu ul li ul li > a,
.topmenu ul li ul li > span.nav-header {
    display: block;
    padding: 12px 18px;
    font-size: 15px;
    color: #474747;
    text-transform: uppercase;
    border-bottom: none;
    white-space: normal;
	}

.topmenu ul li ul li > a:hover,
.topmenu ul li ul li.active > a {
    background: #d32f2f;
    color: #fff;
    border-bottom: none;
	}


.topmenu ul li ul li ul,
.topmenu ul.mod-menu li ul li ul {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    margin-left: 2px;
    background: #fff;
    border-top: 3px solid #d32f2f;
    z-index: 20;
	}


.topmenu ul li ul li.parent > a,
.topmenu ul li ul li.deeper > a {
    padding-right: 32px;
	}

.topmenu ul li ul li.parent,
.topmenu ul li ul li.deeper {
    position: relative;
	}

.topmenu ul li ul li.parent > a::after,
.topmenu ul li ul li.deeper > a::after {
    content: "\25B6";
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    color: currentColor;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
	}

nav .social-btns {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 100%;
    max-width: 354px;
	}

.top-phone {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    gap: 15px;
    }

.top-phone .social-btns {
    width: auto;
    max-width: unset;
    flex: 0 0 auto;
	gap: 5px;
    }

nav .social-btn {
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
	}

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

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

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


.slide.fixed .header-wrapper {
	flex-direction: unset;
	padding: 10px;
	flex: 1;
	justify-content: center;
    align-items: center;
	gap: 20px;
	flex: unset;
	} 

.slide.fixed .header-wrapper .social-btns {
    width: unset;
    max-width: unset;
	}

.slide.fixed .topmenu {
    margin: 0 auto;
    width: unset;
    border-top: none;
    padding: 10px 10px 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	}

.slide.fixed .topmenu ul li {
	list-style: none;
	padding: 0;
	position: relative;
	}


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

.slider-block .content {
	text-align: center;
	max-width: 1600px;
	}

.mobile-slide {
    display: none;
	}

.nivo-caption {
    background: rgba(0,0,0,0.7);
    padding: 0;
    opacity: 1;
	}

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

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

.maintext-block-serv {
    display: inline-block;
    padding: 25px;
    float: left;
    text-align: left;
    background: rgba(4, 4, 4, 0.38);
	}

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

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

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

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

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

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

.maintext-block {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
	}

.maintext-block p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0 5px;
    margin: 0;
    font-family: 'Cabin',sans-serif;
	}

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

.slider-overlay-text {
	position: absolute;
	top: 18%;
	right: 20px;
	}

.slider-overlay-text p {
	padding: 0px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px #d32f2f;
    max-width: 215px;
	}

.banner-items-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color: #000;
    padding: 15px;
	}


.banner-item {
    color: #fff;
    font-size: 20px;
    text-align: center;
	}



.about-block {
    padding: 80px 25px;
	}

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

.about-block p {
    color: #474747;
    max-width: 880px;
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    }


.services-bloc {
    padding: 40px 25px;
    }

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

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

.services-block h3 {
	font-family: "Cabin",sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    color: #d32f2f;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
    max-width: 767px;
	}

.triple-services-wrap {
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }

.triple-service-wrap {
    color: #d32f2f;
    justify-content: center;
    margin: 12px;
    }

.triple-service-wrap, .triple-service-wrap a {
    font-size: 26px;
    font-weight: 400;
    color: #d32f2f;
    }


.quad-block-wrap {
	max-width: 1817px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 99px 25px;
    }

.quad-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    width: 49%;
    }

.quad-box img {
    width: 100%;
    }

.quad-box.one h3 {
    text-align: center;
    width: 100%;
    }

.quad-box.one h3,
.quad-box.three h3,
.quad-box.two h3 {
    color: #fff;
    position: absolute;
    font-weight: 100;
    font-size: 35px;
    margin: 0;
    font-family: "Lato";
    bottom: 20px;
    }

.quad-box.two h3 {
    right: 35px;
    }

.quad-box.three h3 {
    left: 35px;
    }

.quad-box.four .quad-text-wrap {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 275px;
    text-align: right;
    background-color: rgba(255,255,255, 0.75);
    padding: 10px 15px 0;
    box-sizing: border-box;
    }

.quad-box.four h3,
.quad-box.four p {
    color: #000;
    font-family: "Lato";
    text-align: right;
    }

.quad-box.four h3 {
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    }

.quad-box.four p {
    font-size: 16px;
    font-weight: 600;
    }


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

.doctors-block .content {
    text-align: center;
    max-width: unset;
	}

.doctors-box {
    margin: 0 auto;
    padding: 25px;
	}

.doctors-box h2 {
    padding: 0;
    text-align: center;
    color: #d32f2f;
    font-weight: 300;
    font-family: "Lato";
    font-size: 44px;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
	}

.doctors-box .doctor {
    display: inline-block;
    padding: 30px;
    box-sizing: border-box;
    max-width: 45%;
    transition: all 0.3s;
	}

.doctors-box .doctor:hover {
    transform: scale(1.02);
	}

.doctor a {
    font-size: 20px;
    color: #d32f2f;
	}

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


.locations-title h2 {
    color: #d32f2f;
    text-align: center;
    padding-bottom: 0px;
    margin: 0 auto 25px;
    position: relative;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 44px;
	}

.locations-title h3 {
    color: #d32f2f;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 36px;
	margin: 0;
	}

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

.locations-block {
    background: #f0f0f0;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    }

.loc h2,
.locations-block h2 {
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    font-size: 44px;
    }

.locations-block h2 {
    color: #d32f2f;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
    }

.locations-block .content {
    display: flex;
    justify-content: center;
    max-width: 1700px;
    }

.loc {
    margin: 0 10px;
    max-width: 360px;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 28px 28px;
    background: #fff;
    text-align: center;
    border: 1px solid #f1d9d9;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(211, 47, 47, 0.10), 0 2px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

.loc:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(211, 47, 47, 0.18), 0 4px 10px rgba(0, 0, 0, 0.06);
    }

.locations-block .loc center {
    margin-top: auto;
    }

.loc h2 {
    color: #d32f2f;
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.15;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.loc h2::after {
    display: none;
    }

.loc .doctor-name {
    font-size: 15px;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin: 0 0 18px;
    min-height: 48px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1d9d9;
    }

.loc .address {
    font-size: 17px;
    margin: 0 0 18px;
    color: #333;
    line-height: 1.5;
    min-height: 78px;
    }

.loc .phone {
    font-size: 22px;
    font-weight: 700;
    color: #d32f2f;
    white-space: nowrap;
    margin: 0 0 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1d9d9;
    }

.loc .shedule {
    margin: 0 auto 8px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    }

.loc .shedule .table-row {
    line-height: 1.8;
    }

.loc .shedule .table-cell {
    padding: 2px 0;
    }

.loc .shedule .table-cell:first-child {
    font-weight: 700;
    color: #222;
    padding-right: 14px;
    white-space: nowrap;
    }

.loc .shedule .table-cell:last-child {
    color: #555;
    white-space: nowrap;
    }

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

.loc .btn {
    margin: 24px auto 0;
    border-radius: 8px;
    font-size: 16px;
    max-width: none;
    width: 100%;
    padding: 0;
    background: #d32f2f;
    border-color: #d32f2f;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.25);
    }

.loc .btn a {
    padding: 14px 20px;
    }

.loc .btn:hover {
    background: #8a1000;
    border-color: #8a1000;
    }

.loc .btn:hover a {
    color: #fff;
    }


.locations-title {
    text-align: center;
    
    margin: 20px auto 30px;
	padding: 0 15px;
    }

.locations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto 60px;
    padding: 0 20px;
    }

.locations-grid .loc {
    max-width: none;
    margin: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
    background: #fff;
    border: 1px solid #f1d9d9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(211, 47, 47, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
    }

.locations-grid .loc:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

.locations-grid .loc-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #d32f2f 0%, #8a1000 100%);
    margin: 0 0 22px;
    }

.locations-grid .loc-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 75% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
    }

.locations-grid .loc-img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' opacity='0.85'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    }

.locations-grid .loc-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
    transition: transform 0.5s ease;
    color: transparent;
    font-size: 0;
    }

.locations-grid .loc:hover .loc-img img {
    transform: scale(1.05);
    }

.locations-grid .loc > h2,
.locations-grid .loc > p {
    padding-left: 28px;
    padding-right: 28px;
    }

.locations-grid .loc h2 {
    font-size: 38px;
    font-weight: 600;
    color: #d32f2f;
    line-height: 1.1;
    margin: 8px 0 18px;
    padding: 0 28px;
    border: none;
    text-align: center;
    }

.locations-grid .loc .doctor-name {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.5;
    }

.locations-grid .loc .address {
    font-size: 20px;
    color: #222;
    margin: 0 0 24px;
    line-height: 1.5;
    font-weight: 400;
    }

.locations-grid .loc .phone {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #d32f2f;
    }

.locations-grid .loc .phone::before {
    content: 'Phone : ';
    font-weight: 600;
    color: #d32f2f;
    }

.locations-grid .loc .phone a {
    color: #d32f2f;
    text-decoration: none;
    }

.locations-grid .loc .phone a:hover {
    text-decoration: underline;
    }

.locations-grid .loc .email {
    font-size: 18px;
    margin: 0 0 24px;
    word-break: break-word;
    color: #555;
    }

.locations-grid .loc .email a {
    color: #555;
    text-decoration: none;
    }

.locations-grid .loc .email a:hover {
    color: #d32f2f;
    text-decoration: underline;
    }

.locations-grid .loc .shedule {
    font-size: 19px;
    color: #222;
    margin: 0 auto 30px;
    padding: 4px 0 0;
    display: table;
    text-align: left;
    }

.locations-grid .loc .shedule p {
    margin: 0 0 4px;
    line-height: 1.2;
    white-space: nowrap;
    }

.locations-grid .loc .shedule .day {
    font-weight: 700;
    color: #222;
    display: inline-block;
    min-width: 70px;
    }

.locations-grid .loc .btn {
    margin: auto 28px 0;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 20px;
    width: calc(100% - 56px);
    max-width: none;
    background: #d32f2f;
    color: #fff !important;
    border: 2px solid #d32f2f;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0.3px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.25);
    }

.locations-grid .loc .btn:hover {
    background: #8a1000;
    border-color: #8a1000;
    color: #fff !important;
    transform: translateY(-1px);
    }





.blogs-block {
	padding: 50px 0;
	text-align: center;
    background-image: linear-gradient(to bottom, rgb(211 47 47 / 88%), rgb(139 0 0 / 88%)), url(../images/blogs-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

.blogs-block h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: block;
    margin: 10px 0;
	}

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

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

.blogs-list ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
	}

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

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

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


footer {
    background: #000;
	}

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

.logo-footer {
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	max-width: 180px;
	flex: 0 0 auto;
	}

.logo-footer p {
    margin: 15px auto 0;
    color: #fff;
	}

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

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: #fff;
	font-size: 18px;
	}

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

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

.quick-links-block ul 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: #fff;
	font-size: 16px;
	line-height: 22px;
	flex: 1 1 420px;
	min-width: 0;
	}

.white-text {
	color: #fff;
	}

.offices-block {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px 24px;
	}

.office {
	padding-right: 0;
	}

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

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

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

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

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	left: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

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

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

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

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.rabutton .buttonrs,
.ath-ra-inline .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #fff;
	background: #c01700;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgba(139, 0, 0, 0.28);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 14px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	}

.rabutton .buttonrs:hover, .ath-ra-inline .buttonrs:hover,
.rabutton .buttonrs:focus, .ath-ra-inline .buttonrs:focus {
	color: #c01700;
	transform: translateY(-6px);
	background: #fff;
	}

.rabutton .buttonrs::before,
.ath-ra-inline .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(248px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #c01700;
	box-shadow: 0 0 60px rgba(195, 195, 195, 0.64);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out;
	}

.rabutton .buttonrs:hover::before, .ath-ra-inline .buttonrs:hover::before,
.rabutton .buttonrs:focus::before, .ath-ra-inline .buttonrs:focus::before {
	opacity: 1;
	}

.rabutton .buttonrs::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}

.rabutton .buttonrs:hover::after,
.rabutton .buttonrs:focus::after {
	animation: none;
	display: none;
	}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

.wrap.dropdown {
	position: relative;
	display: inline-block;
	}

.dropdown-content {
	display: none;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);	
	background: #fff;
	min-width: 275px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	border-radius: 8px;
	overflow: hidden;
	z-index: 9999;
	}

.wrap.dropdown.show .dropdown-content {
	display: block !important;
	}

.dropdown-content a {
	display: block;
	padding: 10px 14px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	}

.dropdown-content a:last-child {
	border-bottom: none;
	}

.dropdown-content a:hover {
	background: #f5f5f5;
	}


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

.social-btns p, .connect-block p, .doctors-box h2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

.social-btns a {
	color: #8b0000;
	}



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




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




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

.inner-pages a {
	color: #8b0000;
	}

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

.inner-pages .page-header h2 {
	font-size: 41px;
    color: #d32f2f;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

.inner-pages .page-header h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #d32f2f;
	}

.inner-pages .doctor {
	width: 223px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
    color: #d32f2f;
	font-weight: 700;
	}

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

.inner-pages .doctor-list {
	width: 223px;
	float: left;
	margin: 0 15px 20px 0;
	text-align: center;
	padding: 3px;
	color: #d32f2f;
	font-weight: 700;
	}

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

.what-to-expect ol li {
	margin: 15px auto;
	}

.what-to-expect ol li::marker {
	font-weight: 700;
	}


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

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

div.latestItemsCategory h2 a {
	color: #586064;
	}

div.latestItemsCategory h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #d32f2f;
	}

h2.latestItemTitle a {
	color: #d32f2f;
	}

#k2Container.latestView {
	padding-top: 0;
	}

#k2Container {
	padding-top: 40px;
	}

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

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	}

#second::after {
	content: '';
	display: table;
	clear: both;
	}

#one {
	float: left;
	width: 53%;
	padding-right: 2%;
	}

#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
	}

#address {
	float: none;
	width: 100%;
	margin-bottom: 18px;
	}

#week {
	float: left;
	width: 115px;
	line-height: 1.7;
	clear: left;
	}

#hours {
	float: left;
	width: auto;
	min-width: 200px;
	line-height: 1.7;
	white-space: nowrap;
	}

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

#offices::after {
	content: '';
	display: table;
	clear: both;
	}

#one {
	overflow: hidden;
	}

#offices.images {
	padding-top: 23px;
	margin-bottom: 40px;
	text-align: center;
	clear: left;
	float: none;
	width: 100%;
	}

#offices.images img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

.contact-section {
    max-width: 100%;
    margin: 40px auto;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #40c8eb;
    }

.contact-section .section-title {
    background: #40c8eb;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 26px;
    border-radius: 10px;
    }

.contact-section .contact-flex {
    display: flex;
    gap: 20px;
    padding: 15px;
    box-sizing: border-box;
    }

.contact-section .contact-map {
    flex: 1;
    min-height: 350px;
    }

.contact-section .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
    }

.contact-section .contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    }

.contact-section .info-columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.contact-section .office-hours h3,.contact-section .contact-address h3 {
    color: #40c8eb;
    margin: 0 0 10px;
    }

.contact-section .contact-address p {
    font-size: 17px;
    margin: 0 0 5px;
    }

.contact-section .office-page-social-wrap {
    display: flex;
    gap: 5px;
    }

.contact-section .office-page-social-wrap img{
    width: 30px;
    }

.contact-section .office-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
    }

.contact-section .office-hours-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 17px;
    gap: 5px;
    }

.contact-section .office-hours-list .day {
    font-weight: 700;
	width: 100px;
    }

.contact-section .office-hours-list .time {
    /* white-space: nowrap; */
	flex: 1;
    }

.contact-section .contact-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    }

.contact-section .office-btn {
    text-align: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s all;
    }

.contact-section .btn-red {
    background: #c62828;
    }

.contact-section .btn-teal {
    background: #40c8eb;
    }

.contact-section .btn-orange {
    background: #f39c12;
    }

.contact-section .office-btn:hover {
    opacity: 0.5;
    }

.contact-section .contact-description {
    margin: 25px auto 0;
    text-align: center;
    font-size: 17px;
    }

#osmap.osmap-sitemap .even {
	padding: 2px 0;
	}

body.rsform h1 , body.sitemap h1 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #d32f2f;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send , .formTableLayout input#submit , .formTableLayout button#submit {
	background: #c01700;
	color: #fff;
	border-color: #c01700;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}

.formTableLayout input#Send:hover , .formTableLayout input#submit:hover , .formTableLayout button#submit:hover {
	background: #fff;
	color: #c01700;
	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;
	}



body#homepage .content.h {display: none;}

.content.full {
	flex-wrap: wrap;
    display: flex;
	}

.divContent {
	flex: 0 0 80%;
	
	}

.divRight {
	flex: 0 0 20%;
	
	}

.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: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #8b0000;
	}
.faq-accordion {margin: 24px 0;}
.faq-accordion details {border: 1px solid #e0e0e0; border-radius: 4px; margin-bottom: 8px; background: #fff;}
.faq-accordion details summary {list-style: none; cursor: pointer; padding: 16px 20px 16px 48px; font-weight: 600; color: #2c3e50; position: relative; outline: none;}
.faq-accordion details summary::-webkit-details-marker {display: none;}
.faq-accordion details summary::before {content: "+"; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: #888; line-height: 1;}
.faq-accordion details[open] summary::before {content: "\2212";}
.faq-accordion details[open] summary {border-bottom: 1px solid #e0e0e0;}
.faq-accordion details > *:not(summary) {padding: 16px 20px; margin: 0;}
.faq-accordion details summary:hover {color: #c23434;}


.ath-payment-section {margin: 0px; padding: 0px;}
.ath-payment-row {display: flex; gap: 60px; margin-bottom: 10px;}
.ath-payment-col {flex: 1;}
.ath-payment-col h2 {font-size: 2rem; font-weight: 700; margin: 0 0 18px; color: #1a1a1a;}
.ath-payment-col p {font-size: 1rem; line-height: 1.6; color: #4a4a4a;}
.ath-carecredit-row {display: flex; gap: 40px; align-items: flex-start;}
.ath-carecredit-image {flex: 0 0 40%;}
.ath-carecredit-image img {width: 100%; height: auto; display: block;}
.ath-carecredit-content {flex: 1;}

.ath-carecredit-content p {font-size: 1rem; line-height: 1.6; color: #4a4a4a; margin: 0 0 18px;}
.ath-schedule-btn {display: inline-block; padding: 14px 28px; background-color: #c81e1e; color: #fff !important; font-weight: 600; text-decoration: none; border-radius: 4px; transition: background-color .2s;}
.ath-schedule-btn:hover, .ath-schedule-btn:focus {background-color: #a31818; color: #fff !important; text-decoration: none;}

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

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

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

footer {
	padding-bottom: 140px;
	}
}

@media only screen and (max-width: 1560px) {
.maintext-block-serv {
	margin-top: 0px;
	}	

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

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

@media only screen and (max-width: 1450px) {
.header-text {
	display: none;
	}

.header-wrapper {
	flex: 0 1 auto;
	}
}

@media only screen and (max-width: 1370px) {
    .logo-tagline { font-size: 15px; }
}

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

.topmenu ul li {
	padding: 0 8px;
	}

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

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

.maintext-block-serv {
	margin-top: 0px;
	}

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

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

.maintext-block-serv ul li:before {
	top: 2px;
	}

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

.maintext-block h3 {
	font-size: 18px;
	}

.contact-section .section-title {
    font-size: 18px;
    }

.contact-section .office-hours-list li,.contact-section .contact-address p,.contact-section .contact-description {
    font-size: 15px;
    }
}

@media only screen and (max-width: 1280px) {
.header-text {
	display: none;
	}

.top-phone {
	justify-content: flex-end;
	gap: 10px;
	flex: 0 1 auto;
	}

.hamburger {
	align-self: center;
	}

.header-wrapper {
	flex: unset;
	flex-direction: row-reverse;
	align-items: center;
	gap: 20px;
	padding: 5px 0 5px 0;
	}

.header-wrapper .logo-tagline {
	order: -1;
	}

nav .social-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: unset;
	max-width: unset;
	}

.slide.fixed .header-wrapper {
	flex-direction: row-reverse;
	gap: 20px;
	padding: 5px 0 5px 0;
	}

.slide.fixed .topmenu {
	margin: 0 auto;
	width: unset;
	border-top: none;
	padding: 10px 10px 15px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}

.slide.fixed .topmenu ul li {
	list-style: none;
	padding: 6px;
	position: relative;
	}


.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

.hamburger.is-active {
	position: fixed;
	top: 30px;
	right: 30px;
	margin: 0;
	}

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

.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 20px 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.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;
	opacity: 1;
	visibility: visible;
	padding: 5px 0 0 0;
	box-shadow: unset;
	border-top: none;
	}

.topmenu ul li ul li ul,
.topmenu ul.mod-menu li ul li ul {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin-left: 15px;
	border-top: none;
	background: transparent;
	}

.topmenu ul li ul li.parent > a::after,
.topmenu ul li ul li.deeper > a::after {
	display: none;
	}

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

.topmenu ul li ul li {
	padding: 5px 10px;
	border-bottom: none;
	}

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

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}

nav .content {
	display: flex;
	}

.hamburger-box {
	margin-top: 10px;
	}
}

@media only screen and (min-width: 741px) and (max-width: 1280px) {
	.top-phone {
		display: contents;
		}
	.top-phone .social-btns {
		order: 97;
		align-self: center;
		margin-left: auto;
		}
	.top-phone .phone-container {
		order: 98;
		align-self: center;
		}
	.hamburger {
		order: 99;
		}
	.hamburger-box {
		margin-top: 7px;
		}
	}

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

.quad-block-wrap {
	padding: 90px 0px;
	}

.quad-box {
    width: 100%;
	}

.quad-box.one, .quad-box.two, .quad-box.three h3 {
	font-size: 26px;
	}

.quad-box.four p {
	font-size: 16px;
	font-weight: 600;
	}

.quad-box.four h3 {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	}

.quad-text-wrap {
	top: 10px;
	width: 190px;
	background-color: rgb(255 255 255 / 70%);
	padding: 5px 15px 0;
	}
}

@media only screen and (max-width: 1215px) {
.maintext-block h3 {
	font-size: 17px;
	}

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

#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

#hours {
	float: left;
	margin: 20px 0 0;
	}

#map iframe {
	height: 575px;
	}
}

@media only screen and (max-width: 1150px) {
    .logo-tagline { font-size: 14px; }
}

@media only screen and (max-width: 1150px) {
	.offices-block {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

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

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

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

.top-phone {
	margin: 0;
	}

.bot-social-btns {
	display: none;
	}

.maintext-block-wrapper {
	position: relative;
	left: unset;
	top: 0;
	width: 100%;
	margin: 0 auto;
	}




.logo-footer {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
	}

.logo-footer img {
    max-width: 200px;
	}

.logo-footer p {
	max-width: 600px;
	}
}

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

.topmenu ul {
	margin: 0 5px;
	}

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



.maintext-block-serv-wrapper {
    top: 15%;
	}

.slider-overlay-text {
	display: none;
	}

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

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

.maintext-block-serv ul li {
	line-height: 15px;
	padding: 5px 0 5px 20px;
	}

.maintext-block-serv ul li:before {
	width: 15px;
	height: 15px;
	background-size: cover;
	top: 6px;
	}


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

.services-item a {
	font-size: 18px;
	}


.logo-footer {
	padding: 20px;
	max-width: 140px;
	}

.quick-links-block {
	padding: 20px;
	}

.bottom-loc-block {
	padding: 20px 0 20px 20px;
	flex: 1 1 300px;
	}


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


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

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

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

.contact-section .contact-flex {
    flex-direction: column;
    }

.contact-section .contact-map iframe {
    height: 350px;
    }

.contact-section .contact-info {
    flex: 1;
    align-items: center;
	max-width: 600px;
	margin: 0 auto;
    }
  
}

@media only screen and (max-width: 1024px) {
    .locations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

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

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

.maintext-block-serv h2 {
	margin: 0px 0 5px 0;
	}

.maintext-block-serv {
	margin: 0;
	}
}

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

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

.maintext-block h3 {
	font-size: 18px;
	}

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

.maintext-block-serv {
	margin: 0 auto ;
	display: block;
	float: none;
	max-width: 295px;
	}

.slider-block {
	
	background-size: cover;
	background: #d32f2f;
	}

.banner-items-wrap {
    gap: 30px;
	flex-wrap: wrap;
	}

.banner-item {
    font-size: 18px;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 900px) {
    .logo-tagline { font-size: 13px; }
}

@media (max-width: 900px) {
  .ath-payment-row {gap: 30px;}
}

@media only screen and (max-width: 830px) {
.maintext-block h3 {
	font-size: 14px;
	}

.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

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

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

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


}

@media (max-width: 768px) {
  .ath-payment-row, .ath-carecredit-row {flex-direction: column; gap: 30px;}
  .ath-carecredit-image {flex: 0 0 auto; max-width: 100%;}
}

@media only screen and (max-width: 767px) {
	.bottom-loc-block {
		flex: 1 1 100%;
		padding: 10px 20px 20px;
		text-align: left;
	}
	.offices-block {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.first-visit-step {
		flex-direction: column;
		gap: 15px;
	}
	.first-visit-step-img {
		flex: none;
		width: 100%;
	}
}

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

.btn {
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 14px;
	}

.scroll-text {
    font-size: 20px;
	}
  
.blogs-block .btn {
  	padding: 0;
  	}

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

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


.locations-title h2 {
	font-size: 28px;
	}

.locations-title h3 {
	font-size: 22px;
	}

.locations-title p {
	font-size: 16px;
	}

.loc h2, .locations-block h2 {
	font-size: 28px;
	}

.loc .address {
	font-size: 18px;
	margin: 5px 0 15px;
	color: #000;
	}

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

.loc .btn {
	padding: 0;
	}

.loc {
	max-width: 330px;
	}


.about-box {
	padding: 15px;
	}

.about-box h2 {
	font-size: 28px;
	}

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


.doctors-box h2 {
	font-size: 28px;
	}

.doctors-box .doctor {
	padding: 20px;
	max-width: 350px;
    }

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




.blogs-block {
    background-image: linear-gradient(to bottom, rgb(211 47 47 / 88%), rgb(139 0 0 / 88%)), url(../images/blogs-bg-mob.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

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


footer {
    padding-bottom: 80px;
	}
  
footer .content {
	text-align: left;
	}

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

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

footer h4 {
	font-size: 14px;
	}

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

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

.bottom-loc-block {
	font-size: 14px;
	line-height: 18px;
	}

.scroll-to-top {
	width: 45px;
    left: 15px;
    bottom: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs,
.ath-ra-inline .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}

.rabutton .buttonrs::before,
.ath-ra-inline .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 9px);
	}

.dropdown-content {
    min-width: 250px;
	}

.dropdown-content a {
    font-size: 15px;
	}


.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
.contact-section .info-columns {
	flex-direction: column;
    }

.contact-section .section-title {
	font-size: 22px;
    }

.contact-section .contact-slider {
    margin: 20px auto 0;
    text-align: center;
    }

.contact-section .contact-slider .n2-section-smartslider {
    max-width: 300px;
    margin: 0 auto;
    }

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

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

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

@media only screen and (max-width: 740px) {
.inner-logo {
	max-width: 90px;
	}

.hamburger {
	order: 1;
	}

.top-phone {
	margin: 0;
	width: 100%;
	max-width: 100%;
	order: 2;
	justify-content: center;
	padding-bottom: 10px;
	flex: unset;
    }

.header-wrapper {
	flex: unset;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 20px;
	padding: 5px 0 5px 0;
	justify-content: flex-end;
    }

.hamburger-box {
	margin-top: 0;
    }

nav .content {
	display: flex;
	flex-direction: unset;
    }




}

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

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

@media only screen and (max-width: 640px) {
    .locations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0;
        }
    }

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

	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
    .logo-tagline { white-space: normal; max-width: 140px; text-align: center; }
}

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


.top-phone {
	order: 2;
	}

.maintext-block {
	width: 98%;
	}

.maintext-block p {
	font-size: 15px;
	margin-bottom: 1px;
	}

.maintext-block h3 {
	font-size: 15px;
	}

.maintext-block-serv {
	float: none;
	}
  
.nivo-caption {
    position: relative;
	}

.inner-pages .doctor {
	width: 46%;
	font-size: 12px;
	}


footer .content {
	flex-direction: column;
	align-items: center;
	gap: 10px;
	}

.logo-footer {
	margin: 0 auto;
	}

.quick-links-block {
	text-align: center;
	}

.bottom-loc-block {
	text-align: center;
	padding: 10px 20px;
	}

.offices-block {
	grid-template-columns: 1fr;
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
	}

.office {
	padding-right: 0;
	padding-bottom: 10px;
	}
  
tbody#rsform_5_page_0 td {
	display: block;
	} 
  
}

@media only screen and (max-width: 480px) {
	.offices-block {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 440px) {
.mobile-social-icons {
	display: none;
	vertical-align: middle;
	padding: 6px 10px 0px 0;
	}

.header-wrapper .social-btns {
	display: none;
	}

.hamburger {
	margin: 17px 17px 12px;
    }

}

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

.header-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
	}

.quad-box.four .quad-text-wrap {
	position: relative;
	top: unset;
	right: unset;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	}

.quad-box.four h3 {
	text-align: center;
    }

.quad-box.four p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
    }

.contact-section .office-hours-list .time {
    max-width: 150px;
	}

}
