/*!
Theme Name: Stillwater Medical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stillwater-medical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Stillwater Medical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #AE122A;
}

/* a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.page-body-content{
	padding:70px 0;
}
.header-banner-sec img{ 
	height:430px;
	width:100%;
	object-fit:cover;
}
.services-filters.care-form-hero .form-wrap .filter-form .field input{
	border:none;
}
.services-filters.care-form-hero .form-wrap .filter-form .field{
	display:block;
	width:100%;
}
.alphabetical-filter{
	padding:30px 0;
}
.alphabetical-filter ul{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.alphabetical-filter ul li{
	margin:0 5px;
}
.alphabetical-filter ul li a{
	color: var(--labeltext);
	font-family: 'pill-gothic-600mg';
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-decoration: underline;
	text-transform:uppercase;
}
.alphabetical-filter ul li a.active,
.alphabetical-filter ul li a:hover{
	 color: var(--red);
}
.active-filters .inner-active-filters,
.active-filters .inner-active-filters ul{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color: #939393;
	font-size: 16px;
	font-weight: 300;
}
.active-filters .inner-active-filters ul{
	margin-left:8px;
}
.active-filters .inner-active-filters ul li{
	padding:4px 8px;
	border-radius: 40px;
	background:var(--lightgray);
	margin:0px;
}
.active-filters .inner-active-filters ul li span.remove{
	margin-right:5px;
}
.remove-filter{
	cursor:pointer;
}
.inner-service{
	margin:0 0 30px;
}
.inner-service > a {
    display: flex;
    width: 100%;
    height: 89px;
    align-items: center;
    background: var(--lightgray);
    padding: 10px 25px;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 10px;
    transition: all ease .3s;
}
.inner-service .service-icon{
	width:45px;
}
.inner-service .service-icon img{
	width:35px;
	height:30px;
	object-fit:contain;
}
.inner-service .service-link{
	width:45px;
	line-height:1px;
	height:45px;
	border-radius:100%;
	text-align:center;
	background:var(--red);
}
.inner-service .service-name {
    width: calc(100% - 90px);
    color: var(--text);
    font-size: 25px;
    font-weight: 300;
    line-height: normal;
    padding-right: 10px;
}
.inner-service .service-link img{
	width:30px;
	height:45px;
	transition: all ease .3s;
}
.service-listing .row{
	margin:0 -12px;
}
.service-listing .service-item{
	padding:0 12px;
}
.inner-service > a:hover .service-link{
	background:var(--maroon);
}
.inner-service > a:hover .service-link img{
	transform:rotate(-45deg);
}
.listing-page{
	padding:0 0 72px;
}
.service-detail-pg .service-listing{
	background:var(--softgreen);
	padding:30px 0 0;
	position:relative;
}
.service-detail-pg .service-listing::after{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	margin:0 auto;
	width: 110px;
	border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 35px solid var(--softgreen);
    display: inline-block;
}
.service-detail-pg .service-content-area{
	margin:0 0 60px;
}
.service-detail-pg .service-content{
	margin:0 0 25px;
}
body.single-services-care .page-title-wrap{
	padding-bottom:25px;
}
.service-btns ul{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.service-btns ul li{
	margin:0px 10px 0px 0px;
}
.services-sidebar{
	border-radius: 23px;
	background: var(--lightgray);
	max-width:230px;
	padding:20px;
}
.services-sidebar li{
	margin-bottom:8px;
}
.services-sidebar li a{
	padding:5px 12px;
	font-size: 18px;
	font-weight: 100;
	color: var(--text);
	display:inline-block;
}
.services-sidebar li a:hover{
	color:var(--red);
}
.services-sidebar li a.active{
	background:var(--softgreen);
	border-radius:32px;
	color:var(--lightgray);
}
.accordion-section .ans-sec {
    display: none;
    margin: 20px 0 0;
    padding: 0 0 5px;
}
.accordion-section > ul > li{
	margin:0px;
	padding:13px 0;
	border-bottom: 1px solid var(--text);
}
.accordion-section > ul > li .main-que {
    padding-right:50px;
    cursor: pointer;
	position:relative;
}
.accordion-section > ul > li .main-que:after {
    content: "";
    display: inline-block;
    background: url(assets/images/accordion-icon.svg) no-repeat;
    width: 27px;
    height: 13px;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all ease .3s;
}
.accordion-section > ul > li.active .main-que:after {
	transform:rotate(180deg);
}
.detail-section{
	padding:0 0 72px;
}
.detail-section:last-child {
    padding-bottom: 0;
}
.video-row{
	align-items:center;
}
.video-row h2 {
    font-size: 43px;
    font-weight: 100;
    margin: 0 0 16px;
}
.treatment-description {
    padding-right: 0;
}
.treatment-description p {
    font-size: 24px;
    color: #000;
}
.video-row .provider-btn {
    margin-top: 26px;
}
.providers-list.fullwidth-list .providers-item .providers-item-inner .content-wrap {
    width: 100%;
}
.providers-list.fullwidth-list .providers-item .providers-item-inner .btn-wrap {
    width: 100%;
}
.listing-page{
	position:relative;
}
.ajax-loder-sec{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	background-size:60px;
	background-position:center center;
	display:none;
}
.ajax-loder-sec .ajax-icon{
	background:url(assets/images/ajax-icon.svg) no-repeat;
	background-size:60px;
	width: 60px;
    height: 60px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    animation: rotate 1s linear infinite;
    display: inline-block;
    position: absolute;
    transform: translateY(50px);
}
.load-more-btn-sec{
	display:none;
	text-align:center;
}
.active-filters,
.typecare-active,
.cityzipcode-active{
	display:none;
}
.map-wrap .map-canvas {
    width: 100% !important;
    height: 100% !important;
    background: #f2f2f2;
    border-radius: 10px;
	outline: none !important;
}
.map-tooltip{
	padding:20px;
}
button.gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
}
.gm-ui-hover-effect>span {
    width: 25px !important;
    height: 25px !important;
    margin: 0px !important;
}
.gm-style .gm-style-iw-c{
	max-width:310px !important;
}
.map-tooltip h3{
    font-size: 22px;
	font-weight: 300;
	margin:0 0 18px;
}
.map-tooltip .provider-location ul li {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.map-tooltip .provider-location ul li .icon {
    width: 17px;
}
.map-tooltip .provider-location ul li .info {
    width: calc(100% - 17px);
    padding-left: 7px;
}
.map-tooltip .provider-location ul li .icon svg {
    width: 100%;
    height: auto;
}
.map-tooltip .provider-location ul li .info p {
    font-size: 17px;
}
.map-tooltip .provider-location ul li .info p a {
    color: var(--text);
}
.map-tooltip .provider-location ul li .info p a:hover {
    color: var(--sage);
}
.map-tooltip .provider-location{
	margin:0 0 25px;
}
.map-tooltip .location-action a.btn {
    padding: 8px 20px;
    margin: 8px 0 0;
	display:block;
	text-align:center;
}
.distance{
	display:none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** News listing **/
.news-listing-page .news-list{
	max-width:1040px;	
}
.news-listing-page .news-list .news-item-inner{
	background:#F6F6F6;
	border-radius: 8px;
	box-shadow: 14px 13px 42px 0px rgba(0, 0, 0, 0.03);
	margin:0 0 30px;
}
.news-pg-title{
	margin:0 0 24px;
}
.news-filter ul{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.news-filter{
	margin:0 0 30px;
}
.news-filter ul li{
	margin:0px;
	margin-right:15px;
}
.news-filter ul li label{
	cursor:pointer;
	display:inline-block;
}
.news-filter ul li label span{
	color: var(--text);
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	position:relative;
	display:inline-block;
	padding-left:26px;
}
.news-filter ul li label span::before{
	content:'';
	display:inline-block;
	position:absolute;
	top:-4px;
	left:0px;
	width:20px;
	height:20px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(46, 46, 66, 0.08);
}
.news-filter ul li input[type="checkbox"]{
	position:absolute;
	opacity:0;
	visibility:hidden;
	text-indent:-100%;
}
.news-filter ul li input[type="checkbox"]:checked + span::before{
	background: var(--red) url('assets/images/Checkbox.svg') no-repeat;
	background-size:100%;
	background-position:center center;
}
.pagination{
	text-align:center;
	margin:0 auto;
	margin-top:20px;
}
.pagination .page-numbers{
	margin:0 8px;
	width:32px;
	height:32px;
	border-radius:100%;
	text-align:center;
	line-height:32px;
	color: var(--text);
	font-size: 15px;
	font-weight: 500;
	display:inline-block;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover{
	background: var(--red);
	color:#fff;
}
.pagination .next.page-numbers{
	font-size:0px;
	background:url(assets/images/pagination-right.svg) no-repeat !important;
	background-size:100%;
	background-position:center center
}
.pagination .prev.page-numbers{
	font-size:0px;
	background:url(assets/images/pagination-left.svg) no-repeat !important;
	background-size:100%;
	background-position:center center
}
.pagination .nav-links{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
.page-body-content{
	padding:40px 0;
}
.inner-service .service-name {
    font-size: 20px;
}
.news-listing-page .news-list {
    max-width: 100%;
}
}
@media only screen and (max-width: 991px) {
.header-banner-sec img{ 
	height:240px;
}
.page-title{
	margin:0 0 10px;
}
.treatment-content{
	margin:0 0 30px;
}
.treatment-description{
	padding-right:0px;
}
/* .treatment-video iframe{
	width:100% !important;
	height:100% !important;
} */
}
@media only screen and (max-width: 767px) {
	.news-items.row{
		display:block;
	}
	.news-filter ul li{
		margin-right:15px;
		margin-bottom:15px;
	}
	.news-filter {
		margin: 0 0 15px;
	}
	.pagination .page-numbers{
		margin:0 2px;
	}
}

/** Max Mega Menu **/
body .main-menu-wrap .max-mega-menu li.mega-menu-item > a.mega-menu-link{
	color: var(--text);
	font-weight: 250 !important;
	position:relative;
	line-height:1.8 !important;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item:last-child{
	margin-right:0px !important
}
body .main-menu-wrap .max-mega-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	display:none !important;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link:after{
    content: '' !important;
    display: block !important;
    width: 0;
    height: 3px;
	border-radius:3px;
    background: var(--sage);
    transition: width .3s;
    position: absolute;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link:hover:after {
    width: 100%;
}
body .main-menu-wrap .max-mega-menu li.mega-menu-item:not(.mega-menu-megamenu) .mega-sub-menu{
	background:#fff;
	padding:10px 16px;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item > .mega-sub-menu{
	box-shadow: 14px 13px 42px 0px rgba(0, 0, 0, 0.03) !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item a.mega-menu-link,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a{
	position:relative !important;
	padding-left:20px !important
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a{
	color: var(--text);
	font-size: 16px;
	font-weight: 250;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a:hover{
	color:var(--sage);
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item a.mega-menu-link::before,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a::before{
	content: '';
    background: url(assets/images/Plus.svg) no-repeat !important;
    width: 11px !important;
    height: 11px !important;
    background-size: 100% !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0px !important;
    top: 8px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a::before{
	top: 5px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::before,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a:hover::before{
	 background: url(assets/images/Plus-hover.svg) no-repeat !important;
}
.header-main {
    padding:0px !important;
}
body .main-menu-wrap .mega-menu-wrap,
body .main-menu-wrap .mega-menu-wrap .max-mega-menu{
	position:static !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row{
	max-width:1150px !important;
	margin:0 auto !important;
	float:none !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row > .mega-sub-menu{
	margin:0 -15px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column{
	padding:0 15px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column img{
	border-radius:4px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column > .mega-sub-menu > li.mega-menu-item{
	padding:0px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column.two-col .mega-sub-menu{
	display:flex !important;
	flex-wrap:wrap !important; 
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column.two-col .mega-sub-menu .widget_nav_menu{
	width:50% !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu h4.mega-block-title{
    color: var(--text) !important;
    font-size:12px !important;
	text-transform:uppercase !important;
	margin:0 0 15px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column .textwidget a:not(.btn){
	color: var(--text);
	font-size: 15px;
	font-weight: 250;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column .textwidget a:not(.btn):hover{
	color:var(--sage);
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column .textwidget ul li{
	margin:0 0 8px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column .textwidget ul{
	margin:0 0 22px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .btn.small, body .main-menu-wrap .max-mega-menu .mega-sub-menu .btn.medium {
    font-size: 16px;
    padding: 10px 18px;
    text-align: center;
}
.x-center{
	text-align:center;
}
body .popular-location-lists .location-card{
	width:33.33%;
	margin:0 0 30px;
}
body .location-menu-title{
	text-align:center;
	margin:0 0 25px;
}
body .popular-location-lists .care-form-hero.find-doctor-filters {
    padding: 0 0 30px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu a,
body .main-menu-wrap .max-mega-menu .mega-sub-menu .btn{
	transition:none !important;
}

body .description ul li,
body .ans-sec ul li{
	position:relative;
	padding-left:15px;
	margin:0 0 10px;
}
body .description ul li::before,
body .ans-sec ul li::before{
	content:'';
	background:var(--text);
	width:6px;
	height:6px;
	border-radius:6px;
	position:absolute;
	left:0px;
	top:7px;
}
body .description ul ul,
body .ans-sec ul ul{
	margin-top:10px;
}
body .card-image-wrap .counter-items .counter-item .counter-item--inner{
	padding-top:85px;
	padding-bottom:85px;
}
body.page-id-1769 .counter-wrap.card-image-wrap{
	padding-top:0px;
}
body.page-id-1769 .counter-wrap .title-wrap{
	margin:0px;
}

@media only screen and (min-width: 1199px) {
	.site-header .menu-logo,
	.site-header #mob-menu-closed,
	.site-header .mobilemenu-overlay,
	.mobilesidebar-widget,
	.desktop-hide{
		display:none !important;
	}
}
@media only screen and (max-width: 1199px) {
.header-main {
    padding: 30px 0px !important;
}
body .main-menu-wrap .mega-menu-toggle{
    background: url(assets/images/nav-hamburger.svg) no-repeat center center !important;
    width: 40px;
	height: 20px;
    background-size: 36px !important;
}
body .main-menu-wrap .mega-menu-toggle > div{
    display:none !important;
}
body .main-menu-wrap #mega-menu-wrap-menu-1 .mega-main-nav {
    padding: 100px 25px 0 25px;
    overflow: hidden;
    overflow-y: auto;
    border-right: none;
    box-shadow: none;
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 400px;
    z-index: 9999;
    background-color: #fff;
    right: -400px;
    position: fixed;
    top: 0;
    bottom: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    left: auto!important;
    width: 100%!important;
}
body .main-menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+.mega-main-nav {
    right: 0;
    top: 0;
}
body .main-menu-wrap .mega-main-nav .menu-logo {
    position: absolute;
    top: 30px;
    left: 25px;
    display: block;
}
body .main-menu-wrap .mega-main-nav #mob-menu-closed {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 31px;
    right: 25px;
    display: block;
    cursor: pointer;
    z-index: 99999;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link{
	font-size: 24px !important;
	font-style: normal; 
	font-weight: 250 !important;
	line-height: normal !important;
	padding:0px !important;
	height: auto !important;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item{
	margin-bottom:20px !important;
	padding:0px !important;
	position:relative;
}
body .main-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link:after{
	display:none !important;	
}
body .main-menu-wrap .sub-nav-arrow {
	background:url('assets/images/Mobilemenu-Arrow.svg') no-repeat;
	width:31px;
	height:31px;
	background-size:31px;
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    cursor: pointer;
    transform: translateY(-50%);
}

body .main-menu-wrap  #mega-menu-menu-1 >li.mega-menu-grid.mega-menu-megamenu>ul.mega-sub-menu,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
    position: fixed!important;
    top: 100px!important;
    width: 400px !important;
    bottom: 0;
    right: -420px !important;
    height: 100vh!important;
    z-index: 999991!important;
	background:#fff !important;
    opacity: 1;
	left:auto !important;
    -webkit-transition: right .5s !important;
    transition: right .5s !important; 
	padding: 0 25px 0 25px !important;
	padding-bottom:155px !important;
}
/*body .main-menu-wrap  #mega-menu-menu-1, 
body .main-menu-wrap  #mega-menu-menu-1 ul.mega-sub-menu,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-row,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-column{
	min-height:100% !important;
}*/
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-column,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-column li.mega-menu-item{
	float:none !important;
	clear:both !important;
}
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    right: 0px !important;
	left:auto !important;
    display: block!important;
    visibility: visible !important;
	overflow:hidden !important;
    overflow-y:auto !important;
}
body .main-menu-wrap #mega-menu-wrap-menu-1 .mobilemenu-overlay {
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
	width:100%;
	height:100%;
    background: rgba(0,0,0,.5);
    display: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    z-index: 999;
}
body .main-menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+.mega-main-nav+.mobilemenu-overlay {
    opacity: 1;
    display: block;
    right: 0;
}
body .main-menu-wrap #mega-menu-wrap-menu-1 li.mega-menu-item > ul.mega-sub-menu {
    background: #fff!important;
    padding: 0!important;
    border: 0!important;
    box-shadow: none!important;
    display: block!important;
    visibility: hidden;
}
.mobilesidebar-widget .widget-title{
	display:none !important;	
}
.mobilesidebar-widget .menu li{
	margin:0 0 10px;		
}
.mobilesidebar-widget .menu li a {
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'pill-gothic-600mg';
}
.mobilesidebar-widget .menu li a:hover{
	color: var(--saga);
}
.mobilesidebar-widget .menu .button a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.button a{
    font-family: 'pill-gothic-600mg';
    font-size: 16px;
    line-height: 1 !important;
    font-weight: 700 !important;
    display: inline-block;
    background: var(--maroon);
    color: #FFF;
    border-radius: 88px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    transition: all ease .3s;
    cursor: pointer;
	min-width: 160px;
	text-align:center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.button a:before{
	display:none !important;	
}
.mobilesidebar-widget .menu .button.red a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.button.red a{
    background: var(--red);
}
.mobilesidebar-widget .menu .button a:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.button a:hover{
    background: #56090B;
    color: #FFF;
}
.mobilesidebar-widget .menu .button.red a:hover {
    background: #880A1E;
}
.mobilesidebar-widget{
	margin-top:30px;		
}
.mobilesidebar-widget .widget{
	margin:0 0 30px;	
}
.mobilesidebar-widget .wp-block-image img{
	border-radius:5px;	
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a {
    font-size: 15px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{
    margin:0 0 13px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a::before,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a:hover::before,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item a.mega-menu-link::before, 
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a::before,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::before, 
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a:hover::before{
	background: url(assets/images/menuitem-Arrow.svg) no-repeat !important;
    width: 13px !important;
    height: 13px !important;
    left: auto !important;
    right: 0px !important;
    display: inline-block;
    background-size: 100% !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item a.mega-menu-link, 
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.widget_nav_menu li.menu-item > a {
    position: relative !important;
    padding-left: 0px !important;
    display: block;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(.button) a.mega-menu-link{
	padding-bottom:0px !important;
	line-height:22px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .widget_media_image{
	margin-bottom:30px !important;	
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .widget_text{
	margin-top:30px !important;
}
body .main-menu-wrap .max-mega-menu .mobile-top{
	position:absolute;
	top:-55px;
	right:15px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column > .mega-sub-menu > li.mega-menu-item,
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column > .mega-sub-menu,
body .main-menu-wrap .max-mega-menu .mega-sub-menu .mega-menu-row .mega-menu-column{
	position:static !important;	
}
.menu-back-btn .back-arrow{
	background: url(assets/images/menu-back.svg) no-repeat;
	width:31px;
	height:31px;
	background-size:100%;
	display:inline-block;
}
.menu-frm-heading{
	color: var(--text);
    font-size: 20px;
	line-height: 1.2;
    font-weight: normal;
    font-family: 'pill-gothic-600mg';
	margin:0 0 20px;
}
.menu-frm-heading strong{
	font-weight: 700;
}
body .popular-location-lists .location-card {
    width: 100%;
    margin: 0 0 20px;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .widget_text.mega-menu-item-text-4{
	margin-top:0px !important;
}
body .main-menu-wrap .max-mega-menu .mega-sub-menu .btn.small,
body .main-menu-wrap .max-mega-menu .mega-sub-menu .btn.medium,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.button a{
    min-width: 195px;
}
body .main-menu-wrap .max-mega-menu li.mobile-design{
	margin-top:30px !important;		
}
body .main-menu-wrap .max-mega-menu li.mobile-design img{
	width:100%;
	border-radius:5px;
}
body .main-menu-wrap .max-mega-menu li.mobile-design a{
	padding:0px !important;
}
body .main-menu-wrap .max-mega-menu li.mobile-design a::before,
body .main-menu-wrap .max-mega-menu .mega-sub-menu li.mega-menu-item.mobile-design a.mega-menu-link::before{
	display:none !important;	
}
.hide-mobile{
	display:none !important;		
}
.location-mobile-link{
	margin:0 0 20px;		
}
body .main-menu-wrap .care-form-hero.find-doctor-filters .form-wrap .filter-form .fieldset {
    width: 100%;
}
body .main-menu-wrap .care-form-hero.find-doctor-filters .form-wrap .filter-form .field-btn {
    margin: 0;
    padding-left: 0;
	padding-top:20px;
}
}
@media only screen and (max-width: 767px) {
body .main-menu-wrap .mega-main-nav .menu-logo img {
    max-width: 164px;
}
}
@media only screen and (max-width: 575px) {
body .main-menu-wrap #mega-menu-wrap-menu-1 .mega-main-nav {
    width: 100%;
    right: -100%;
}
body .main-menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+.mega-main-nav {
    right: 0;
    top: 0;
}
body .main-menu-wrap  #mega-menu-menu-1 >li.mega-menu-grid.mega-menu-megamenu>ul.mega-sub-menu,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
    width: 100%!important;
    right: -120%!important;
}
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
body .main-menu-wrap  #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    right: 0px !important;
	left:auto !important;
}
body .main-menu-wrap .care-form-hero.find-doctor-filters .form-wrap .filter-form .field-btn {
	padding-top:0px;
}
}