/*!
Theme Name: mdconnect
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: mdconnect
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.

mdconnect 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: #4169e1;
}

/* a:visited {
	color: #0060A5;
} */

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;
	/*margin-left:22px;*/
	color: var(--black-color);
	font-weight:500;
	font-size:16px;
	line-height:1;
}

/* 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;
/* 		justify-content: flex-end; */
	}
}

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


/* ---------------------------My css start --------------------------------- */
body,html{
	overflow-x:hidden;
}
header.entry-header {
    display: none;
}
/* ---------Header css */
header#masthead {
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.header_flex{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    max-width: 93%;
    /* max-width: 1860px; */
    margin: 0 auto;
    width: 100%;
	margin-top:20px;
}
.site-branding {
/*     flex: 0 0 20%; */
}
nav#site-navigation {
    flex: 0 0 58%;
}
div#header_button_menu {
    flex: 0 0 22%;
}
ul#menu-header-button-menu {
    justify-content: flex-end;
    gap: 20px;
}
li.current-menu-item a {
    color: var(--primary-color);
}
ul#menu-header-button-menu a {
    border: 1px solid #D8EDFC;
    border-radius: 100px;
    padding: 14px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
li.login a {
    background-color: transparent;
}
li.login a {
    color: #fff;
}
li.get_started a {
    background-color: var(--lightblue-color);
}
/*#primary-menu {
	gap: 15px;
}*/
#primary-menu {
/*     gap: 10px; */
}
#primary-menu  li.menu-item a{
	padding: 10px;
}
ul#primary-menu ul.sub-menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color:#0060a5;
}
ul#primary-menu ul.sub-menu a{
	/*margin-bottom:20px;*/
	color:#fff !important;
	width: 220px;
	padding: 10px 10px 10px 20px;
}
ul#primary-menu li a:hover{
	color:var(--primary-color);
}
.banner-content {
    position: relative;
}
.banner-content::after{
	position:absolute;
	content:'';
	background-image:url('http://mdconnect.barodaadds.com/wp-content/uploads/2025/01/grid.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	width:70%;
	top:0;
	z-index:0 !important;
	left:0;
}
.swiper-container.home-banner-slider{
	position: relative;
}
.home-banner-slider a.btn_lightblue {
    background: #eaf4fb;
}
/* -------------------footer css start--------------------  */
.site-info {
    background-color: #003255;
/*     padding: 50px 0; */
}
img.eccIcon {
    width: 80px;
    vertical-align: middle;
    margin-left: 5px;
}
.post_footer_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 50px;
    padding-bottom: 50px;
	border-top: 1px solid #074977;
}
ul#menu-company-menu ,ul#menu-services-menu, ul#menu-resources-menu{
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.icons-footer {
    margin-right: 7px;
}
p.whitecolor.socialIcon a {
    margin-right: 7px;
}
.flex.flex_wrap.justify_sb.footer {
    padding-bottom: 30px;
}
.open_time.textCenter.whitecolor.lineh2.fa_18.f_400.lspacing1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #074977;
    margin-bottom: 40px;
	font-size:18px;
	font-weight:400;
	line-height:1;
}
i.fa-solid.fa-clock {
    margin-right: 8px;
}
section.preFooter {
    position: relative;
}
.pickupFooter {
    padding: 0px 50px;
    border-radius: 20px;
/*     background-image: url(./assets/images/bgpreFooter.png); */
	background-color:#0060A5;
/*     background-size: cover; */
/*     background-repeat: no-repeat; */
/*     background-position: center; */
/*     margin: -3px 70px; */
}
.footer_bg.flex.flex_wrap.justify_sb.align_item {
	background-image:url(./assets/images/footerbg.svg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.btnBlue.textLeft.inlineBlock{
/* 	background-image:url(./assets/images/footermd.svg); */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.subscribe_form {
    display: flex;
    width: 85%;
    margin-top: 30px;
    background: var(--lightblue-color);
    border-radius: 100px;
    padding: 3px 3px 3px 20px;
	align-items:center;
}
.subscribe_form input[type="email"]{
	color: #002844 !important;
/*     border: 1px solid #ccc; */
   background-color: transparent !important;
	border:transparent;
	 color: #002844;
	width:100%;
    border-radius: 100px;
    padding: 2px 7px 2px 7px;
	position: relative;
    /* right: 0; */
    /* left: 0; */
    /* width: 100%; */
    height: 33px;
}
 .subscribe_form input[type="submit"] {
    border: 1px solid;
    border-color: transparent;
    border-radius: 100px;
    background: #0060A5;
    color: #fff;
    line-height: 1;
    padding:15px 50px 15px 30px !important;;
	position: absolute;
    /* left: 0; */
    right: 31%;
} 
.sbmit_sbscribe {
    position: relative;
}
.sbmit_sbscribe:hover i.fas.fa-arrow-right{
	transform: translateY(-50%) rotate(0deg);
}
.sbmit_sbscribe i.fas.fa-arrow-right {
    position: absolute;
    top: 10px;
    right: 0;
	color:#fff;
	top:25px;
	right:25px;
	transform: translateY(-50%) rotate(-40deg);
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.form_submit {
    position: relative !important;
}
 .form_submit:after {
    font-family: "Font Awesome 5 Free";
     content: "\f061"; 
    font-weight: 900;
    margin-left: 10px;
} 
.footer_bg.flex.flex_wrap.justify_sb.align_item img {
    margin-top: -60px;
}
section.preFooter::before {
    content: '';
    position: absolute;
    background: #003255;
    height: 35%;
    width: 100%;
    background-position: bottom;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.subscribe_form span.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.subscribe_form input[type="submit"] {
    position: initial !important;
}
/*----------------------faq section-------------------------*/
.faq_section {
    background-color: #F5F9FF;
    padding: 60px !important;
	border-radius: 15px;
	border:1px solid #D0ECFF;
}
a.faq-button {
    position: relative;
    padding: 15px 50px 15px 30px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
/*     border-radius: 100px; */
	border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
a.faq-button:hover{
 	color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: white;
}
.faq-intro {
    flex: 0 0 40%;
}
.accordion {
/*     margin-left: -60px; */
/*     z-index: 99; */
	flex: 0 0 57%;
}
.accordion-item {
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px 30px;
	box-shadow: 0px 0px 16px 0px #16517B0D;
    border: 1px solid #D0ECFF;
}
.accordion-collapse.show {
    display: block;
}
.accordion-collapse {
    display: none;
}
.accordion-body {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
	color:#444444;
}
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0;
    cursor: pointer;
}
.accordion-button:focus {
    outline: none;
}
.icon {
   /* transition: transform 0.3s ease;
    height: 25px;
    width: 25px;
    border: 1px solid #0E384C;
    border-radius: 100px;
    color: #0E384C;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;*/

     display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 2px solid #0E384C;
    color: #0E384C;
    border-radius: 50%;
    font-size: 22px; /* Adjust if needed */
}
button.accordion-button.collapsed .icon {
    /*padding: 0px 4px;*/
}

a.faq-button:hover::after{
	color: var(--primary-color) !important;
	transform: translateY(12%) rotate(0deg);

}
a.faq-button::after {
    content: '\f061'; /* Unicode for Font Awesome external-link arrow */
    font-family: "Font Awesome 6 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 600; /* For solid style icons */
    position: absolute;
/*     right: 7px; /* Adjust spacing */ */
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px; /* Adjust size */
    color: white; /* Match the button text color */
	transform: translateY(9%) rotate(-40deg);
	margin-left: 10px;
/* 	right:22px; */
}
a.faq-button{
	position:relative;
}
/*--------------------------------------testimonial section start-------------------------  */
.testimonial-section {
    background-color: var(--primary-color);
	padding:120px;
	position:relative;
}
.client-reviews {
    margin-top: 30px;
	display:flex;
	gap:30px;
}
.client-review-item{
	background-color: #ffffff;
    border: 1px solid #D0ECFF;
    padding: 30px;
    border-radius: 10px;
	min-height:300px;
}
/* .testimonial-section .swiper-slide {
    width: 50%; 
     box-sizing: border-box; 
} 
.testimonial-section .swiper-wrapper {
     display: flex;  
     gap: 10px;  
	width:100%;
} */

/* Ensure slides are responsive */
/* .testimonial-section .swiper-slide {
     width: 100%;  
      flex: 1 1 100%; 
    box-sizing: border-box;
}  */

/* .testimonial-section .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.testimonial-section .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
} */
/* Navigation buttons */
 .testimonial-section .swiper-button-next, .testimonial-section .swiper-button-prev {
    background-color: #fff;
     color: white;
    border-radius: 50%;
    padding: 10px;
	position:relative 
} 
.testimonial-section .swiper-button-prev{
	left:76% !important;
}
.testimonial-section .swiper-button-next{
	right:18% !important;
}
.testimonial-section .swiper-button-prev, 
.testimonial-section .swiper-button-next {
    display: flex;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px;
    font-size: 10px !important;
    z-index: 3 !important;
    font-size: 20px !important;
	height:20px;
	width:20px;
	top:25%;
	position:absolute;
	box-shadow: 0px 0px 20px 0px #0000001A;

}
.testimonial-section .swiper-button-next:after, .swiper-rtl {
	content:"\f061";
	font-family: 'FontAwesome';
    font-size: 14px;
    color: #666;
}
.testimonial-section .swiper-button-prev:after, .swiper-rtl {
	content:"\f060";
	font-family: 'FontAwesome';
    font-size: 14px;
    color: #666;
}
.testimonial-content{
	position:relative;
}

.testimonial-content::before {
    background-image: url('./assets/images/testimonial_before.svg');
/*     z-index: -1 !important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
   height: -webkit-fill-available;
    width: 295px;
    /* background-position: left center; */
    top: -23%;
    position: absolute;
    content: '';
    left: -22%;
}
.banner-content.bgSKyblue {
    background: linear-gradient(to right, #50D4D0 70%, #00B3AD 30%) !important;
}
.testimonial-content::after {
    background-image: url('./assets/images/testimonialafter.svg');
/*     z-index: -1 !important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: -webkit-fill-available;
    width: 295px;
    /* background-position: left center; */
    top: -23%;
    position: absolute;
    content: '';
    right: -22%;
}
/* featured article css start */
.featured-articles{
	display:flex;
}
.featured-image img {
    border-radius: 10px;
}
span.category-name {
    background-color: #0060A51A;
    padding: 4px 12px;
    border-radius: 100px;
}
.read-more:hover i.fas.fa-arrow-right{
	transform: translateY(-50%) rotate(0deg);
	background-color:var(--primary-color);
	color:#fff;
	border-radius:100px;
	padding:10px;
}
.read-more i.fas.fa-arrow-right {
    font-weight: 900;
    position: absolute;
    /* right: 7px; */
    transform: translateY(-50%);
    /* font-size: 14px; */
    color: #666666;
    transform: translateY(-50%) rotate(-40deg);
	margin-top:30px;
	background-color: #fff;
    padding: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    bottom: 0;
}
/*h2.article-title {
    height: 50px;
}*/
.featured-image {
    position: relative; /* Make the image container relative */
}
.article-info.mb_20 {
    height: 294px;
    position: relative;
}
.featured-date {
    position: absolute;
    bottom: -30px;
    right: 20px;
    /* font-size: 12px; */
    /* font-weight: bold; */
    color: white;
    background-color: var(--primary-color);
    padding: 8.33px;
    border-radius: 8.33px;
    width: 100px;
    height: auto;
	display: flex;
    flex-direction: column; /* Stack day and month/year */
    justify-content: center; /* Vertically center the content */
    align-items: center; /* Horizontally center the content */
    text-align: center;
}
/* home main banner slider */

.banner-content{
	position:relative;
/* 	padding-top:13%; */
	/*padding-top:204px;*/
}
.banner-content::before {
    position: absolute;
    content: '';
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 27%;
    width: 58%;
    /* background-color: var(--primary-color); */
    /* background-image: url('http://mdconnect.barodaadds.com/wp-content/uploads/2025/01/banner-blue-bg.svg'); */
    /* position: absolute; */
    background-image: url(./assets/images/footermd.svg);
    z-index: 999999 !important;
    top: 12%;
    right: 4%;
    left: auto;
}
a.btn_blue:hover, .buttonuninsured_blue:hover {
    background: transparent !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
a.btn_blue {
    background-color: var(--primary-color);
    padding: 15px 60px 15px 30px;
/*     border-radius: 100px; */
	border-radius: 5px;
    margin-bottom: 30px !important;
	margin-right:25px;
	border: 1px solid var(--primary-color);
}

a.btn_lightblue:hover, a.button.buttonuninsured_lightblue:hover{
	 background-color: var(--primary-color);
	 color: #fff;
	 border: 1px solid var(--primary-color);
}
a.btn_lightblue{
    background-color: transparent;
    border: 1px solid var(--primary-color);
/*     border-radius: 100px; */
	border-radius: 5px;
    padding: 15px 60px 15px 30px;
}
.left-side {
    /*padding-bottom: 174px;*/
	z-index:999;
}
.left-side .title{
	text-transform: capitalize;
}
.right-side{
	position:relative;
	z-index:999;
}
.right-side::before {
    /* background-image: url('http://mdconnect.barodaadds.com/wp-content/uploads/2025/01/banner_small_img.svg'); */
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20%;
    width: 50%;
    position: absolute;
    content: '';
    left: -13%;
    z-index: 99999;
    background-image: url('http://mdconnect.barodaadds.com/wp-content/uploads/2025/01/banner_small_img.svg');
    bottom: 2%;
}
img.main-img {
    margin-bottom: -10px;
}
.buttons {
    margin-top: 70px;
    margin-bottom: 40px;
}
/* home page service section */
.service-item {
    border-bottom: 1px solid #dddddd;
    padding: 50px 0px;
}
.service-icon img {
    height: 26px;
    width: 26px;
}
.service-item:last-child {
    border-bottom: none;
}
.service-item{
	position:relative;
}
.service-item i.fas.fa-arrow-right {
    font-weight: 900;
/*    position: absolute;*/
/*    right: 7px;*/
    /* top: 50%; */
    transform: translateY(-50%);
    font-size: 20px;
    color: #666666;
    transform: translateY(23%) rotate(-40deg);
    background-color: #fff;
    padding: 20px;
    border-radius: 100px;
    border: 1px solid #EEEEEE;
    height: 60px;
    width: 60px;
}
.service-item i.fas.fa-arrow-right:hover{
	background-color: var(--primary-color);
	border-radius:100px;
	padding:20px;
	color:#fff;
	transform: translateY(23%) rotate(0deg);
}
section.paddingb_100.service_section {
    padding: 100px 0px 250px !important;
    background-color: #F5F9FF;
}
/* our partner css */
/*.our-partner .swiper-wrapper {
    display: flex; /* Flex is required by Swiper for slides alignment */
/*     overflow: hidden; /* Ensure all slides are visible */ 
	gap:20px !important;
	width:100%;
	align-items: center;
}*/
/*.our-partner .swiper-slide {
/*     flex-shrink: 0; /* Prevent shrinking of slides */ 
    width: auto; /* Swiper JS will dynamically set slide width */
/*     text-align: center; /* Center align logos */ 
}*/
.our-partner .swiper-slide {
    margin-right: 0px !important;
}
.our-partner {
    overflow: hidden; /* Use hidden only on the entire section for safety */
}
.our-partner {
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 10px;
	position:relative;
}
.our-partner::before{
	content:'';
	position:absolute;
	background-image:url(./assets/images/ourpartnerFrame.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
	top:1%;
}
.our-partner .swiper-button-prev{
	left:92% !important;
}
.our-partner .swiper-button-next{
	right:0% !important;
}
.our-partner .swiper-button-prev, 
.our-partner .swiper-button-next {
    display: flex;
/*     background-color: var(--lightblue-color); */
	background-color:#fff;
    border-radius: 100px;
    padding: 20px;
    font-size: 10px !important;
    z-index: 3 !important;
    font-size: 20px !important;
	height:20px;
	width:20px;
	top:20%;
}
.our-partner .swiper-button-next:after, .swiper-rtl {
	content:"\f061";
	font-family: 'FontAwesome';
    font-size: 10px;
    color: #666;
}
.our-partner .swiper-button-prev:after, .swiper-rtl {
	content:"\f060";
	font-family: 'FontAwesome';
    font-size: 10px;
    color: #666;
}
.service_txt.container h2 {
    font-weight: 900;
    font-size: clamp(30px , 12.5vw , 200px);
    line-height: 100px;
    font-family: "Poppins", serif !important;
    letter-spacing: 0.1em;
    text-align: left;
    color: transparent;
    -webkit-text-stroke: 1px #0060A533;
    text-stroke: 3px var(--primary-color)!important;
    text-decoration-skip-ink: none;
    text-align: center;
}
.service_txt.container {
    margin-top: -200px;
}

/* cta css start */
.cta-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 140px 0px 0px 50px;
    border-radius: 20px;
}
.cta-button h3 {
    font-weight: 400;
}
.cta-button .button {
    background-color: var(--lightblue-color);
    padding: 15px 30px;
    border-radius: 100px;
	border-radius: 5px;
    border: 1px solid var(--lightblue-color);
}
.cta-button .button:hover i{
	transform: translateY(0%) rotate(0deg);
}
.cta-button a.button.primaryColor.f_600.fs_18.lineh14:hover {
    color: var(--lightblue-color);
    background: var(--primary-color);
    border: 1px solid var(--lightblue-color);
}
.cta-button .button i {
    font-weight: 900;
    /* position: absolute; */
    /* right: 7px; */
    transform: translateY(-50%);
    font-size: 14px;
    transform: translateY(0%) rotate(-40deg);
    /* margin-top: 30px; */
    /* top: 50%; */
    margin-left: 4px;
}
.cta-left-side {
    flex: 0 0 40%;
	margin-top: -110px;
}
.cta-right-side {
    margin-top: -200px;
}
/* coverage section */
.coverage-section_bg {
    background-color: #F5F9FF;
    padding: 30px;
    margin-top: 50px;
    border-radius: 20px;
    border: 1px solid #D0ECFF;
}
.coverage-item:hover {
    box-shadow: 0px 10px 16px 0px #0000000D;
}
.coverage-item {
    background-color: #fff;
    padding: 30px;
    height: 420px;
    border-radius: 15px;
    border: 1px solid #D0ECFF;
}
.coverage-item img {
    width: 80px;
    height: 80px;
}
.coverage-tabs-slider .swiper-slide{
	background-color: #fff !important;
/* 	border-radius: 15px;
    border: 1px solid #D0ECFF;
	box-shadow: 0px 0px 16px 0px #16517B0D;*/
	/*height: initial !important;*/
}
.coverage-tabs-slider  .swiper-wrapper{
	align-items: stretch;
}
.coverage-tabs {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0;
	gap:20px;
}
.coverage-tabs li {
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
	color:var(--primary-color);
	background-color:#fff;
	 border-radius: 100px;
	font-size: 22px;
	font-weight: 600;
	line-height: 30.05px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	flex: 0 0 32%;
}
.coverage-tabs li.active {
    /* border-bottom: 2px solid #007bff; */
    background-color: var(--primary-color);
    border-radius: 100px;
    color: #fff;
	font-family: Manrope;
	font-size: 22px;
	font-weight: 600;
	line-height: 30.05px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
a.btn_lightblue:hover i.fas.fa-arrow-right,a.btn_blue:hover i.fas.fa-arrow-right{
	transform: translateY(-50%) rotate(0deg);
}
a.btn_blue:hover i.fas.fa-arrow-right{
	
}
.btn_lightblue i.fas.fa-arrow-right {
    font-weight: 900;
    position: absolute;
    /* right: 7px; */
    transform: translateY(-50%);
    font-size: 14px;
    /* color: #666666; */
    transform: translateY(-50%) rotate(-40deg);
    margin-top: 14px;
    margin-left: 10px;
}
.btn_blue i.fas.fa-arrow-right{
	font-weight: 600;
    position: absolute;
    /* right: 7px; */
    transform: translateY(-50%);
    font-size: 14px;
    /* color: #666666; */
    transform: translateY(-50%) rotate(-40deg);
    margin-top: 14px;
    margin-left: 10px;
} 
.arrow-link i.fas.fa-arrow-right {
    font-weight: 700;
    position: relative;
    font-size: 14px;
    color: #666666;
    transform: translateY(0%) rotate(-40deg);
}
a.arrow-link {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-link:hover i.fas.fa-arrow-right{
	/*background-color:var(--primary-color);*/
	/*padding:10px;*/
	 transform: rotate(0deg);
	color:#666666;
	border-radius:100px
}
.coverage-tabs-slider .swiper-button-prev,.coverage-tabs-slider .swiper-button-next{
	position:relative;
}
.coverage-tabs-slider .swiper-wrapper {
    /*display: flex;*/
    /*overflow: hidden;*/
    /*gap: 20px;*/
    /*width: 100%;*/
    margin-bottom: 40px;
    /*flex-wrap: wrap;*/
  /*  align-items: stretch;
    justify-content: space-between;*/
    justify-content: flex-start;
}
.coverage-tabs-slider .swiper-slide {
/*     flex-shrink: 0; /* Prevent shrinking of slides */ 
    width: auto; /* Swiper JS will dynamically set slide width */
/*     text-align: center; /* Center align logos */ 
/*height: initial !importants;*/
}
.coverage-tabs-slider .swiper-slide {
   /*margin-right: 0px !important;*/
    border-radius: 15px;
    /*border: 1px solid #D0ECFF;*/
    /* height: 440px; */
    box-shadow: 0px 0px 16px 0px #16517B0D;
    background: #fff;
    /*height: initial !important;*/
    /*flex: 0 0 30%;*/
}
.coverage-tabs-slider .swiper-button-prev{
	left:41% !important;
/* 	margin-top:30px; */
}
.coverage-tabs-slider .swiper-button-next{
	right:-50% !important;
/* 	margin-top:30px; */
}
.coverage-tabs-slider .swiper-button-prev, .coverage-tabs-slider .swiper-button-next {
	display: none !important;
    display: inline-grid;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px;
    font-size: 10px !important;
    z-index: 3 !important;
    font-size: 20px !important;
    height: 20px;
    width: 20px;
    /* top: 20%; */
    /* position: absolute; */
    align-content: center;
    /* align-items: stretch; */
    /* justify-items: center; */
	box-shadow: 0px 0px 20px 0px #0000001A;

}
.coverage-tabs-slider .swiper-button-next:after, .swiper-rtl {
	content:"\f061";
	font-family: 'FontAwesome';
    font-size: 15px;
    color: #666;
	box-shadow: 0px 0px 20px 0px #0000001A;

}
.coverage-tabs-slider .swiper-button-prev:after, .swiper-rtl {
	content:"\f060";
	font-family: 'FontAwesome';
    font-size: 15px;
    color: #666;
	box-shadow: 0px 0px 20px 0px #0000001A;
}
a.button.buttonuninsured_lightblue{
/* 	background-color:var(--lightblue-color); */
	background-color:#fff;
	padding:12px 25px 12px 25px;
/* 	border-radius:100px; */
	border-radius:5px;
	border:1px solid #0060A5;
	margin-right:20px;
}
a.button.buttonuninsured_blue{
	background-color:var(--primary-color);
	padding:12px 25px 12px 25px;
/* 	border-radius:100px; */
	border-radius:5px;
	border:1px solid #0060A5;
}
.buttonuninsured_lightblue i{
	font-weight: 900;
    /* position: absolute; */
    /* right: 7px; */
    transform: translateY(-50%);
    font-size: 14px;
    transform: translateY(0%) rotate(-40deg);
    /* margin-top: 30px; */
    /* top: 50%; */
    margin-left: 10px;
}
.buttonuninsured_lightblue:hover i{
	transform: translateY(0%) rotate(0deg);
}
.buttonuninsured_blue:hover i{
	transform: translateY(0%) rotate(0deg);
}
.coverage-items-wrapper{
	justify-content: space-between;
}
.buttonuninsured_blue i{
	font-weight: 900;
    /* position: absolute; */
    /* right: 7px; */
    transform: translateY(-50%);
    font-size: 14px;
    transform: translateY(0%) rotate(-40deg);
    /* margin-top: 30px; */
    /* top: 50%; */
    margin-left: 10px;
}
/*  service detail design */
/* become family */
.family-grid {
    padding: 30px;
    background-color: #F5F9FF;
    border: 1px solid #D0ECFF;
    border-radius: 20px;
	gap:30px
}
.family-item {
    flex: 0 0 31.5%;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #D0ECFF;
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px #16517B0D;
}
span.family-counter{
    text-align: center;
    color: #0060A580;
    margin: 0 auto;
    display: block;
}
.family-item h3 {
    height: 50px;
}
.family-item p {
    min-height: 100px;
}
/* Practice location css */
.practice-location-content {
    background-color: #F5F9FF;
    padding: 30px;
    border: 1px solid #D0ECFF;
    border-radius: 15px;
}
h2.location-title {
    background-color: #FFFFFFB2;
    border: 1px solid #D0ECFF;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 16px 0px #16517B0D;
    margin-bottom: 20px;
	flex:0 0 19%;
	min-height:100px
}
img.arrowicon {
    margin-right: 10px;
    display: none;
}
ul.location-list{
	background-color: #FFFFFFB2;
    border: 1px solid #D0ECFF;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 16px 0px #16517B0D;
    margin-bottom: 20px;
	flex:0 0 61%;
	min-height:100px;
	margin-top:0px;
}
a.btn_booknow {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 100px;
	padding-left:20px !important;
}
ul.location-list li {
    list-style: none;
	text-transform: capitalize;
}
ul.location-list{
    margin-right: 10px;
/*     color: #0060A5; */
}
ul.location-list i.fas.fa-check {
    margin-right: 10px;
}
.btn_booknow i.fas.fa-arrow-right{
	color: #fff;
    transform: translateY(0%) rotate(-40deg);
	margin-left: 10px;
    margin-right: 10px;
	font-size:15px;
}
.btn_booknow:hover i.fas.fa-arrow-right{
	transform: translateY(0%) rotate(0deg);
}
/* map section */
.accordion-content {
    display: none;
    transition: all 0.3s ease;
}
/* Show content when 'active' class is added */
.accordion-content.active {
    display: block;
}
.map-container {
    flex: 0 0 60%;
}
.accordion-container {
    background-color: #F5F9FF;
    padding: 20px;
    border: 1px solid #D0ECFF;
    border-radius: 15px;
	flex:0 0 35%;
}
.accordion-item_service {
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #D0ECFF;
}
a.book-now-btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 100px;
}
a.book-now-btn i{
	color: #fff;
    transform: translateY(0%) rotate(-40deg);
	margin-left:10px;
}
a.book-now-btn i:hover{
	transform: translateY(0%) rotate(0deg);
}
.medical-logo img {
    position: absolute;
    /* top: 24% !important; */
    z-index: 9 !important;
    margin-top: -10%;
    left: 7% !important;
    /* right: 50%; */
    /* margin-bottom: 20px !important; */
    /* bottom: -30%; */
}
.medical-info .medical-logo img {
    position: initial;
    /* margin-top: 28px; */
    position: relative;
}
p.medical-address, p.medical-call.f_400, p.medical-fax.f_400{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
img.address_icon, img.call_icon,img.fax_icon{
    width: 20px;
    height: 20px;
}
.accordion-image img {
    position: relative;
}
.medical_center_info_section {
    background-color: #F5F9FF;
    padding: 120px 0px;
	margin-bottom:100px;
}
.medical-info i {
    color: #666666;
}
/* service offered css */
.service-image img {
    border-radius: 15px;
}
.service_offered_right-side {
    flex: 0 0 55%;
}
.service_offered_left-side {
    flex: 0 0 40%;
}
.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.service-name {
    margin-left: 10px;
}
/* medical center css */
.doctor-contact-info {
    background-color: #0060A5;
    padding: 30px;
    border-radius: 15px;
}
span.checkmark-icon {
    margin-right: 10px;
}
.medical-center-image img {
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px #16517B0D;
}
/* supporting section css */
.supporting_left-side img {
    border-radius: 15px;
}
.supporting-section .supporting_right-side ul {
    list-style: none; /* Remove default bullet points */
   margin-right:10px;
	padding:0;
}
.supporting-section .checkmark-icon{
	color:#0060A5;
}
/* benefits of both css */
.benefits_bg {
    background-color: #F5F9FF;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #D0ECFF;
}
.benefit-image {
    margin-right: 15px;
}
.benefit-item {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #D0ECFF;
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px #16517B0D;
	margin-bottom: 20px;
}
.benefit-image img {
    height: 60px;
    width: 60px;
}
ul.benefit-list li {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
}
ul.benefit-list {
    padding: 0;
}
.benefit-list span.checkmark-icon{
	color:#0060A5;
} 
/* Common visit */
img.list-item-icon {
    margin-right: 25px;
}
ul.common-visit-list {
    padding: 0;
}
/* nearest clinic find css */
.clinic-search-bar {
/*     position: absolute; */
    z-index: 1;
    margin-top: 9px;
    margin-left: 10px;
}
.map-container {
/*     position: relative; */
	box-shadow: 0px 4px 16px 0px #16517B1A;
	padding:15px;
}
.map-container iframe {
    position: relative;
    z-index: 0;
}
.map-container iframe + div {
    display: none !important;
}
.left_right_swap_left-side img, .left_right_swap_right-side img {
    border-radius: 15px;
}
.left_right_swap_right-side p,.left_right_swap_left-side p {
    margin-bottom: 20px;
}
.site-header.sticky {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: 0 !important;
	padding:20px;
    z-index: 9999;
    /* background: #fff; */
/*     background-color: rgb(0 0 0 / 44%); */
   background-color:#eaf4fb;
}
.site-header.sticky ul#primary-menu li a{
	color:#000;
}
.site-header.sticky ul#menu-header-button-menu a{
	border:1px solid #000;
}
.site-header.sticky li.login a{
	color:#000;
}
div#clinic-map {
    display: none !important;
}

/* Sub-menu hide by default */
ul#primary-menu.menu-item-has-children .sub-menu {
    display: none !important;
    position: absolute;
    left: 0;
    top: 100%;
/*     background-color: #fff; */
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Show sub-menu on hover */
ul#primary-menu.menu-item-has-children:hover .sub-menu {
    display: block;
}

/* Add down arrow to parent menu items */
.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 12px;
    margin-left: 5px;
    color: #000;
}

/* By default sub-menu is hidden */
ul#primary-menu .sub-menu {
    display: none;
}

/* Sub-menu opens when 'open' class is added */
ul#primary-menu .sub-menu.open {
    display: block;
}
.flex.flex_wrap.justify_sb.footer::before {
    background-image: url(./assets/images/footermd.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    position: absolute;
    content: '';
    height: 210px;
    width: 30%;
    top: 30%;
    /* left: 0; */
    right: 4%;
    top: -5%;
}
.footer5.flex_20, .footer4.flex_20{
	z-index: 99999;
}
section.preFooter {
    margin-bottom: -2px;
}
.flex.flex_wrap.justify_sb.footer {
    position: relative;
    /*z-index: 99;*/
}
.right-sides {
    margin-bottom: -21px;
	z-index:99;
}


.accordion-arrow {
    transition: transform 0.3s ease;
	font-family: 'FontAwesome';
}

.accordion-arrow.rotate {
    transform: rotate(180deg);
}


.accordion-item_service.active .accordion-title .accordion-arrow {
    transform: rotate(180deg); 
    content: "&#xf106;"; 
}
h3.accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-article img {
    width: 100%;
}
.left_right_swap_left-side.flex_50 img {
    width: 100%;
}
.left_right_swap_right-side.flex_50 img{
	width:100%;
}
.left_right_swap_right-side p ,.left_right_swap_left-side p {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
a.paid_annully {
    background: #0060A51A;
    padding: 12px;
    border-radius: 100px;
}

#map {
    width: 100%;
    height: 400px; /* Or your desired height */
}



/* post */
.single-post-container {
    padding-top: 50px;
}
.two-column-list {
    display: flex;
    /* gap: 40px; */
    /* justify-content: start; */
}
.post-content h3 {
    margin-bottom: 20px;
}
.post-content h2 {
    margin-bottom: 20px;
}

.post-content p {
    margin-bottom: 20px;
}
.post-content img {
    margin-bottom: 20px;
}
h1.post-title {
    margin-bottom: 20px;
}
.post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.login-register {
    margin-bottom: 30px;
}
span.bsf-rt-reading-time {
    margin-right: 40px;
}

.subscribe-form{
	margin-bottom:100px;
}
.sub_frm {
    display: flex;
}


.blog_page.container {
    padding-top: 50px;
}
.blog-post {
    margin-bottom: 30px;
}




/*  */


/* News and blog */
.single_page_newsflex , .single_post_container{
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.allpost_row , .single_row {
	width: 68%;
}
.featuredsection{
	width: 25%;
}
.newsblogmeta , .featureblogmeta{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsblog_date , .newsblog_view , .feature_date , .feature_view{
	display: flex;
	gap: 10px;
	align-items: center;

}
.newsblogmeta{
	margin-top: 10px !important;
}

.featuredblog_title h5{
	font-size: 22px;
	line-height: 27px;
	color: #0060A5;
	font-weight: 400;
	margin:0;
}
.featuredblog_title a{
	text-decoration: none;
}
.feature_date p {
    color: #9d9d9d;
}
.feature_view p {
    color: #9d9d9d;
}
.feature_paragraph p{
	font-size: 18px;
	line-height: 24px;
	color: #9d9d9d;
/* 	font-weight: 400; */
	margin-top: 15px !important;
}
.newsblog_title h4 , .single_blog_title h4{
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 35px;
	color: #0060A5;
	font-weight: 700;
	margin-top: 25px !important;
	margin-bottom: 20px !important;
}
.newsblogHolder a{
	text-decoration: none !important;
}
.latest_news_excerpt p , .single_blog_content p{
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #9d9d9d;
/* 	font-weight: 400; */
	margin-top: 15px !important;
}
.featuredblogImageHolder img{
/* 	border-radius: 25px; */
/* 	height: 345px; */
/* 	object-fit: cover; */
}

.newsblog_crbtn a{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 19px;
	background-color: #0060A5;
	color:#fff;
	font-weight: 600;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #39bfc9;
	border-radius: 50px;
	margin-top: 15px;
	display: inline-block;
}
.newsblog_crbtn a:hover , .newsblog_crbtn a:focus{
	background-color: #fff;
	border: 1px solid #0060A5;
	color: #0060A5;
}
.newsblogHolder{
	margin-bottom: 45px !important;
}
.newsblog_date p , .newsblog_view p{
	font-size: 18px;
	line-height: 24px;
	color: #9d9d9d;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0 !important;
}
.featuredblog{
	margin-top: 40px !important;
}
.featureblogmeta{
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}
.feture_sectitle{
	font-size: 34px;
	line-height: 41px;
	color: #0060A5;
	font-weight: 400;
	margin: 0 !important;
}		
section.banner_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    top: -74px;
}
h2.banner_maintitle.mpf_extrabold.fontw_800 {
    font-size: clamp(30px,4.65vw,74px);
    letter-spacing: -1px;
    line-height: clamp(30px,4vw,65px);
    color: #ffffff;
    font-weight: 800;
    padding: 12% 0;
}
.tags a {
    text-decoration: none;
    background-color: #1c3aa4;
    padding: 5px;
    color: #fff;
}
.likesandcomments {
    display: flex;
}
.single_blogs_comments img {
    margin-right: 10px;
}
.single_like_social {
    display: flex;
    justify-content: space-between;
	align-items: center;
    margin-bottom: 10px;
}
.single_blogs_comments {
    display: flex;
    align-items: center;
}
.single_like_social .pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom: 0px;
}
div#pagination-container {
    margin-bottom: 100px;
    text-align: center;
}
span.page-numbers.current {
    border: 1px solid #0060A5;
    border-radius: 100px;
    padding: 10px;
    height: 40px;
    width: 40px;
    display: inline-block;
}
a.page-numbers {
    margin-right: 20px;
    margin-left: 20px;
	color:#0060A5;
}
span.page-numbers.current:hover {
    background-color: #0060A5;
    color:#fff;
}


/* post detail page */

.single-post a.btn {
    background: #2161AB 0% 0% no-repeat padding-box;
    border-radius: 6px;
    height: 53px;
    padding: 10px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    width: 320px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: normal;
	text-decoration:underline !important;
}
.single-post a.btn:hover{
	text-decoration:none !important;
}
h1.post-title {
    margin-bottom: 20px;
    font-family: 'Manrope';
    font-weight: 800;
    font-size: clamp(20px,3.125vw,50px);
}
.post-content p {
    color: #222222;
    font-size: 22px;
    font-family: 'Manrope';
    line-height: 1.5;
    font-weight: 400;
}
.post-content h3{
    color: #222222;
    font-size: 27px;
    font-family: 'Manrope';
    line-height: 1.5;
    font-weight: 400;
}
.two-column-list li{
	color: #222222;
    font-size: 22px;
    font-family: 'Manrope';
    line-height: 1.5;
    font-weight: 400;
}
span.read-time {
    margin-right: 15px;
    font-weight: 500;
    font-family: 'Manrope';
    font-size: 16px;
}



/* career page  css*/

/* recent position */

.career-grid {
    /* border: 1px solid #0060A5; */
    border-radius: 10px;
    padding: 20px;
     display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
}
.career-item {
    border: 1px solid #CBCDCB;
    border-radius: 10px;
    padding: 20px;
}

.career-item:hover {
    box-shadow: 0px 0px 6px #17126D54;
    border: 1px solid #0D2745;
}

h2.career-title a {
    color: #0060A5;
    font-size: 23px;
}
.career-meta a {
    color: #222222;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    font-weight: 500;
}
.career-meta  {
    margin-top:10px;
	margin-bottom:10px;
}
.career-meta i{
margin-right: 10px;
    width: 20px;
}


/*millcreek page  */

.page-id-2500 .right-sides {
/*     margin-bottom: -145px; */
    z-index: 99;
}

.social-section {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-box {
    text-align: center;
    padding: 15px;
    position: relative;
}

.social-icon:not(:last-child) {
    border-right: 2px solid rgb(0 127 174 / 75%);
	/*padding-right:20px;*/
}
a.social-icon {
    flex: 0 0 33%;
}
a.social-icon {
    padding: 30px 0;
   
}
.social-icons.flex.justify_sb.gap30 {
    gap: 0 !important;
}
.social-icons img {
    max-width: 100px; /* Adjust size */
    display: block;
    margin: 0 auto;
}

.social-box p {
    margin-top: 10px;
}
.social-icons {
    background-color: #0060A5;
    /*padding: 30px;*/
    border-radius: 15px;
}
span.social-icon-text{
	display:block;
	margin:0 auto;
	margin-top:10px !important;
}


/* looking for specialist care */

.looking-specialist-care {
    padding: 50px 0;
    background-color: #F5F9FF;
}

.content-wrappers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #FFFFFF;
    border: 1px solid #D0ECFF;
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px #16517B0D;
    padding: 60px 60px;
}
.content-wrapper{
	padding-top: 150px;
}
.left-content {
    width: 50%;
}

.left-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.left-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
/*     color: #fff; */
    text-decoration: none;
    border-radius: 5px;
    color: #0060A5;
    border: 1px solid #0060A5;
    border-radius: 10px;
    margin-top: 20px;
}

.right-content {
    width: 50%;
}

.right-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.tabs-wrapper {
    margin-top: 40px;
}

.tabs {
    list-style: none;
    display: flex;
    gap: 10px;
/*     border-bottom: 2px solid #ddd; */
    padding-bottom: 10px;
}

.tab {
    cursor: pointer;
    padding: 10px 15px;
/*     background: #eee; */
    border-radius: 5px;
	
}
li.tab {
/*     flex: 0 0 50%; */
    text-align: center;
	color:#0060A5;
	font-family: Manrope;
font-size: 22px;
font-weight: 600;
line-height: 30.05px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.tab.active {
    background: #007bff;
    color: white;
}

.tab-contents {
    margin-top: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}





.tabs {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

.tabs .tab {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 100px;
    font-size: 16px;
    transition: background-color 0.3s;
}
.tabs .tab.active {
    background-color: #0060A5; /* Active tab color */
    color: white;
	border-radius: 100px;
}

.tab-contents .tab-content {
    display: none;
}

.tab-contents .tab-content.active {
    display: block;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
}

.left-content {
    flex: 1;
    padding: 20px;
}

.right-content {
    flex: 1;
    padding: 20px;
}

.right-content img {
    width: 100%;
/*     max-width: 300px; */
}



.tab-content {
    display: none; /* Initially hide all tab content */
}

.tab-content.active {
    display: block; /* Show the active tab content */
}

.tab.active {
    background-color: #f1f1f1; /* Example: Highlight active tab */
}



/* millcreek section */

/* Container for the grid */
.health-team-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 40px; /* Space between the items */
    margin: 20px;
}

/* Individual grid item box */
.health-team-grid-item {
    background-color: #fff;
    border: 1px solid #BDD6E7;
/*     padding: 20px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.health-team-info {
    background-color: #F4FBFF;
    padding: 30px;
    border-top: 1px solid #BDD6E7;
	border-radius:15px;
	border-top-left-radius: 0;
    border-top-right-radius: 0px;
}

/* Featured image */
.health-team-image img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    object-fit: contain;
    padding: 50px;
}

/* Title */
.health-team-title {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
    color: #0B588C;
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* Position */
.health-team-position p {
    font-size: 16px;
    color: #0B588C;
    margin-top: 10px;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.health-team-box {
    border: 1px solid #0060A5;
    border-radius: 15px;
}


/* millcreek medical services */

.medical-services {
    padding: 80px 0;
/*     background-color: #f8f8f8; */
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
/*     margin-bottom: 40px; */
    font-family: Manrope;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
}
p.section_para {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 400;
    line-height: 35.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-box {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #BDD6E7;
}

.service-box:hover {
    background-color: #0060A5; /* Background Change */
    color: white;
}

.service-box:hover .service-title,
.service-box:hover .service-excerpt {
    color: white;
}

.service-image {
/*     width: 100%; */
    height: 70px;
/*     overflow: hidden; */
    position: relative;
	margin: 0 auto;
    text-align: center;
    display: block;
}

.service-image img {
    /*width: 70px;
    height: 70px;*/
/* 	height:100%;
	width:100%; */
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    right: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.service-image .hover-img {
    opacity: 0;
}

.service-box:hover .service-image .hover-img {
    opacity: 1;
}
.service-box:hover .service-image .hover-img {
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 70px;
    width: 70px;
    object-fit: contain;
    position: absolute;
    ltop: 0;
    top: 0;
    left: 0;
    right: 0;
}

.service-box:hover .service-image .default-img {
    opacity: 0;
}
.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.service-excerpt {
    font-size: 16px;
    color: #555;
}
.service-box:hover .default-img {
    filter: grayscale(100%) opacity(50%);
}
.service-box:hover .default-img {
    filter: brightness(0) invert(1); /* White color effect */
}


.cta-content {
    display: flex;
    justify-content: center;
    gap: 30px;
	align-items: center;
}
a.cta-button {
    background: #0060A5;
    padding: 15px 30px;
    border-radius: 100px;
    color: #fff;
}



/* ontario page */

.our-partners img {
    /* border: 1px solid #BDD6E7; */
    /* padding: 30px; */
    /* border-radius: 15px; */
    /* width: -webkit-fill-available; */
    /* height: 100px; */
    /* object-fit: contain; */
    max-width: 180px;
    max-height: 70px;
    object-fit: contain;
}
.our-partners .swiper-slide {
    border: 1px solid #BDD6E7;
    padding: 30px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
}
/* how it works */

.how-it-works-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.how-it-work-box {
    border: 1px solid #BDD6E7;
    padding: 30px;
    border-radius: 15px;
	text-align:center;
	flex: 0 0 32%;
}
.how-it-work-box img {
    margin-bottom: 20px;
}
.how-it-work-box h3 {
    margin-bottom: 20px;
	text-transform:capitalize;
}
.default-map iframe{
width: 100%;
}

.how-it-work-box h3,
.how-it-work-box p {
    transition: color 0.3s ease-in-out;
}

.how-it-work-box:hover {
    background-color: #0060A5;
}

.how-it-work-box:hover h3,
.how-it-work-box:hover p {
    color: white;
}



/* Hover image styling (Initially hidden) */
.how-it-work-box .hover-image {
    display: none;
    /* width: 100%; */
    /* height: auto; */
    text-align: center;
/*     display: block; */
    margin: 0 auto;
    margin-bottom: 20px;
}

/* On hover, show hover image and hide default image */
.how-it-work-box:hover .default-image {
    display: none;
}

.how-it-work-box:hover .hover-image {
    display: block;
}
a.book-now {
    background-color: #0060A5;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    width: fit-content;
    margin-top: 50px;
}
.book-now{
	text-align:center;
}
a.book-now i {
    transform: rotate(-38deg);
    margin-left: 16px;
}

/* partner with */

section.paddingb_100.partners_with_sections {
    background-color: #F5F9FF;
    padding: 100px 0;
}
.looking-specialist-care .swiper-wrapper {
    display: inherit !important;
}
i.fas.fa-arrow-right.arrow_looking {
    transform: rotate(-30deg);
    margin-left: 15px;
    margin-top: 6px;
}

/* doctor can help section */

.doctor-help-section {
	padding: 50px 0; 
}
.doctor-help-flex {
	display: flex; 
/* 	align-items: center;  */
	gap: 50px;
	/*border-bottom: 1px solid #EEEEEE;*/
}
.doctor-help-image img {
	max-width: 100%; 
	border-radius: 10px; 
}
.doctor-help-content {
	flex: 1;
}
.doctor-help-buttons {
	display: flex;
	flex-wrap: wrap; 
	gap: 10px; 
	margin-bottom: 10px;
}
.help-button {
	background: #f1f5f9;
	padding: 8px 12px;
	border-radius: 5px;
}
.book-now-button {
    display: inline-block;
    padding: 15px 30px;
    background: #0060A5;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    margin-top: 30px;
}

/* no hidden fees */

.arrow-links i.fas.fa-arrow-right {
    font-weight: 900;
    /* position: absolute; */
    right: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666666;
    transform: translateY(0%) rotate(-40deg);
    /* margin-top: 30px; */
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    padding: 10px;
}
.arrow-links i.fas.fa-arrow-right:hover {
    background-color: var(--primary-color);
    padding: 10px;
    transform: rotate(0deg);
    color: #fff;
    border-radius: 100px;
}
.new-section-box {
    display: flex;
    gap: 30px;
    border: 1px solid #0060A5;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.new-section {
    margin-top: 50px;
}
.paddingb_60{
	padding-bottom: 60px;
}
.container.paddingt_60 {
    padding-top: 60px;
}
.borderTop{
	border-bottom: 1px solid #EEEEEE;
}
.service_section_doc{
    padding: 0px 0px 80px !important;
} 
.service_section_doc .service_section_flex {
    border-top: 1px solid #EEEEEE;
    padding-top: 100px;
}
.how_it_wrks {
    border-top: 1px solid #EEEEEE;
    padding: 60px 0px !important;
    margin-top: 50px !important;
}

ul#primary-menu {
    padding-left: 10px;
}
.callaction {
    background: linear-gradient(91.52deg, #0060A5 -14.95%, #859FC5 100.69%);
    padding: 60px !important;
    border-radius: 15px;
    border: 1px solid #D0ECFF;
}
.call-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.call-action-btn {
    color: #fff;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px;
    border-style: dotted;
    padding: 15px 30px;
    border-radius: 100px;
}
li.tab.flex_50 {
    background: #fff;
    border-radius: 100px;

}
ul.tabs {
    padding-left: 0 !important;
}
li.tab.flex_50 {
    background: #fff;
    border-radius: 100px;
    flex: 0 0 48.5%;
	font-family: Manrope;
font-weight: 600;
font-size: 22px;
leading-trim: Cap height;
line-height: 30.05px;
letter-spacing: 0%;
text-align: center;

}
ul.tabs {
    padding-left: 0 !important;
    justify-content: space-between;

}
.letter-desc {
    border: 1px solid #BDD6E7;
    padding: 30px;
    border-radius: 15px;
    margin: 50px 0 67px 0;
}
.letter-desc p {
    margin-top: 25px;
}
.letter-btn {
    text-align: center;
}
.comlett {
    border-top: 1px solid #EEEEEE;
    padding-top: 60px;
}
.whymd-loop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
}
.loop-strt {
    flex: 0 0 30%;
    background-color: #F5F9FF;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #D0ECFF;
}

.loop-substi {
    padding-top: 30px;
    padding-bottom: 80px;
}
a.box-btn-loop {
    background-color: #0060A5;
    color: #fff;
    padding: 15px 30px;
    border-radius: 100px;
    text-align: left;
    width: fit-content;
    display: block;
}


.loop-strt:nth-child(2) .box-btn-loop {
	margin-top: 20px !important;
}

.loop-substi {
    color: #444 !important;
}
.loop-sti{
	color: #444 !important;
}
.letter-title {
    margin-top: 40px;
}
.model-sec-subtile {
    padding-bottom: 40px;
}
.new-model tr:nth-child(2n+1) {
    background-color: #0060A50D;
    border-radius: 10px;
    padding: 20px;
}
.new-model th:nth-child(2) {
    background-color: #0060A5;
}
.new-model th {
	background-color: #fff;
}
td.member-cnt:nth-child(2n) {
    background-color: #0060A5;
    text-align: center;
}
td.single-vis-cnt {
    border-left: 1px solid #0060A3;
    margin-left: 10px !important;
    padding-left: 10px !important;
    border-right: 1px solid #0060A3;
    text-align: center;
}
.new-model th:nth-child(2), .new-model th:nth-child(3) {
    border: 1px solid #0060A5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
th.visit-th {
    width: 25%;
    color: #0060A5;
}
th.member-th {
    width: 25%;
    color: #fff;
}
th.benefit-th {
    width: 50%;
    color: #0060A5;
}
td.member-cnt:nth-last-child{
	border-bottom:1px solid #0060A5;
	border-radius: 10px;
}

.tabs-wrapper .swiper-button-prev, .tabs-wrapper .swiper-button-next {
    display: inline-grid;
    background-color: #fff;
    border-radius: 100px;
    padding: 20px;
    font-size: 10px !important;
    z-index: 3 !important;
    font-size: 20px !important;
    height: 20px;
    width: 20px;
    /* top: 20%; */
    /* position: absolute; */
    align-content: center;
    /* align-items: stretch; */
    /* justify-items: center; */
    box-shadow: 0px 0px 20px 0px #0000001A;
}
.tabs-wrapper .swiper-button-prev:after, .swiper-rtl {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #666;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.tabs-wrapper .swiper-button-next:after, .swiper-rtl {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #666;
    box-shadow: 0px 0px 20px 0px #0000001A;
}
.tabs-wrapper .swiper-button-next {
    right: -50% !important;
    /* margin-top: 30px; */
}
.tabs-wrapper .swiper-button-prev, .tabs-wrapper .swiper-button-next {
    position: relative;
}
.tabs-wrapper .swiper-button-prev {
    left: 41% !important;
    margin-top: 25px;
}
section.paddingb_100.about-section {
    margin-top: 20px;
}
img.custom-logo {
    width: 200px;
}
.sticky ul#primary-menu {
    padding-left: 0px;
}
.sticky #primary-menu {
    /*gap: 8px;*/
}
section.paddingb_100.looking-specialist-care h2 {
    /*border-top: 1px solid #EEEEEE;*/
    padding-top: 50px;
}
.coverage-item.textCenter.flex_32 {
    border: 1px solid #D0ECFF;
    border-radius: 15px;
    height: 460px;
}
.page-id-2590 section.paddingb_100.service_section {
    padding: 100px 0px 250px !important;
    background-color: #fff;
}
.price-wrapper {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
/*.patient-form {
    padding-top: 80px;
}*/


.doctor-help-content h2 {
    text-transform: capitalize;
}
.text-call h2 {
    text-transform: capitalize;
}
.pt_30{
	padding-top: 30px;
}
.mission-txt {
    align-items: center;
}
.md_connected {
    background-color: #F5F5F5;
}
.image_270{
	height: 100px;
	object-fit: cover;
}
.container .container{
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}


section.custom-section {
    margin-top: 50px;
    text-align: center;
}
a.btn.primary-btn {
    background-color: #0060A5;
    color: #fff;
}


a.btn.primary-btn:hover {
    border: 1px solid #0060A5;
    background-color: #fff;
    color: #0060A5;
}
a.btn.primary-btn:hover i{
	transform: translateY(12%) rotate(0deg);
}
.coverage-item.textCenter.flex_32 {
    position: relative;
}
a.filledbutton:hover , a.cta-button:hover , a.book-now-button:hover, a.book_now-btn:hover, a.book-now:hover{
 	background: #fff !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
a.filledbutton , a.cta-button , a.book-now-button, 
a.book_now-btn, a.book-now,.borderbutton , a.btn , a.btn_blue{
	text-transform: capitalize !important;
}
a.borderbutton:hover, a.btn:hover{
	background-color: var(--primary-color);
	 color: #fff;
	 border: 1px solid var(--primary-color);
}
a.btn_booknow:hover i.fas.fa-arrow-right{
	color: var(--primary-color);
}
.partners_with_sections {
    background-color: #F5F9FF;
    padding: 10px 0;
}
a.btn.borderbutton:hover i , a.btn:hover i, a.cta-button:hover i,
 a.book-now-button:hover i, a.book_now-btn:hover i, a.book-now:hover i {
	transform: rotate(0deg) !important;
}
.new-section-box{
	position: relative;
}
a.new-section-link.mb_20.f_700.fs_20.primaryColor i{
	bottom:  10px !important;
}
.aboutRexall{
	justify-content: space-between;
	align-items: center;
}
#asl-storelocator.asl-cont.no-asl-filters .asl-panel-inner{
	top: 0 !important;
}
.wid-tile {
    width: 41%;
    flex: 0 0 auto;
}
.wid-des {
    width: 54%;
    flex: 0 0 auto;
}
.services {
    margin-top: -50px;
}
.wid-rep {
    width: 220px;
}
.service-item-container{
align-item: stretch;
}
.service_offered_right-side h2.service-title{
    margin-top: 0 !important;
}

.sjb-page .sjb-filters.sjb-filters-v1 {
    font-family: 'Manrope';
}
.sjb-page * {
    font-family: 'Manrope';
}


/* // insurance popup shortcode */
   
.right-content {
    width: 75%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    background: white;
}

.content-section {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.section-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 15px;
}

.section-content {
    font-size: 16px;
    line-height: 1.6;
}

.pdf-download {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #d9534f;
    margin-top: 15px;
}

.pdf-download i {
    font-size: 18px;
}
.popup-content {
    display: flex;
    /*flex-direction: column;*/
    gap:  30px;
    align-items: flex-start;
	
}
.right-content-popup h3{
	margin-bottom: 20px;
}
.left-menu-popup {
    background: #EFF2F5;
    border-radius: 10px;
    padding: 30px;
    flex: 0 0 auto;
}
.left-menu-popup ul{
	list-style: none !important;
	padding-left: 0;
}
.left-menu-popup ul li a{
	font-size: 20px;
	color: #444444;
}
.left-menu-popup ul li{
	padding-bottom: 20px;
}
.left-menu-popup .fa-solid {
	margin-right: 10px;
}
.content-section {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.content-section img{
	margin-bottom: 20px !important;
}
.patient-form {
    width: 70%;
    margin: 0px auto 80px auto;
    border: 1px solid #eee;
    padding: 33px 0;
    border-radius: 18px;
    box-shadow: 1px 1px 1px 1px #eee;
}
.brd-des {
    border-top: 1px solid #eee;
    padding: 100px 0;
}
p.gridimg {
    display: none;
}
.contect-dev {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 	
.contact-right {
    flex: 0 0 47%;
}

.contact-left {
    flex: 0 0 47%;
    /*margin-top: 30px;*/
}
.blogMenu a, .current_page_item.blogMenu a {
    color: #fff;
    border: none !important;
    padding-right: 0 !important;
}
.site-header.sticky .blogMenu a{
	color: #000000;
}
.testimonial-box .ti-review-item.source-Google.ti-image-layout-thumbnail {
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    z-index: 99 !important;
}
.testimonial-box .ti-widget.ti-goog .ti-review-content {
    text-align: right !important;
}
.testimonial-box .ti-widget.ti-goog .ti-review-item .ti-inner .ti-platform-icon {
    left: 17px !important;
}
.testimonial-box .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
	background-color: #fff !important;
}
.testimonial-box .ti-widget.ti-goog .ti-review-header:before{
	border-top-color: transparent !important;
}
.testimonial-box .ti-widget.ti-goog .ti-platform-icon{
	height: 40px !important;
	width: 40px !important;
}
.testimonial-box .ti-widget.ti-goog .ti-review-item .ti-stars{
	padding-bottom: 30px !important;
}
.testimonial-box .ti-widget.ti-goog .ti-review-header{
	padding: 0 30px 30px 30px !important;
}
.testimonial-box .ti-review-text-container.ti-review-text {
    font-family: "Manrope", serif !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #404040;
    height: initial !important;
}
.testimonial-box  .ti-review-item.source-Google.ti-image-layout-thumbnail{
	flex: 0 0 48% !important;
	max-width: 48% !important;
}
.testimonial-box .ti-review-text-container.ti-review-text {
    margin-top: 40px !important;
}
.flexHalf{
	flex: 0 0 auto;
    width: 50%;
}
.mb20 p{
	padding-bottom: 20px;
}
.titlemd20{
	padding-bottom: 20px;
}
.padding_top80 {
	padding: 80px 0;
}
.paddingtbrow_80{
	padding: 140px 0 80px 0;
	text-align: center;
}
.bannerInner{
	    background: linear-gradient(to right, #eaf4fb 70%, #0060A5 30%);
}
.paddingtb_80{
	text-align: center;
}



/********************************/

.accordion-item_service {
    background-color: #ffffff;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    padding: 20px 15px !important;
    border-radius: 15px !important;
    border: 1px solid #dbcfcf;
}

div#asl-list .fs_18, div#asl-list .fs_18 a, div#asl-list .fs_18 p {
    font-size: 18px !important;
}

.f_700, .f_700 a, .f_700 p {
    font-family: "Manrope", serif !important;
    font-weight: 700 !important;
}

div#asl-list .sl-addr-list-title:after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    top: 35%;
    right: 20px;
    font-size: 16px;
}

div#asl-list .sl-addr-list-title.accordion-item_service {
    position: relative;
    margin-bottom: 20px !important;
}

ul#p-statelist {
    margin-top: 5%;
    padding: 0 5% 0 0 !important;
}

.locationClassPopper {
    max-width: 570px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.nameBlock {
    display: flex;
    justify-content: space-between;
}

ul.locationCategoryList li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px;
    margin-bottom: 8px;
}

ul.locationCategoryList img {
    max-width: 30px;
}

ul.locationCategoryList p {
    text-align: right;
    max-width: 100%;
    flex: 50%;
    line-height: 2;
}

ul.locationCategoryList {
    margin: 0;
}


.openHrs {
    visibility: hidden;
    height: 0;
}

.openClose .openHrs {
    visibility: visible;
    height: auto;
}

.openClose span.asl-week-hrs span {
    display: flex;
}

/*.infowindowContent {*/
/*    display: none;*/
/*}*/

.addressOtherBlock {
    display: flex;
}

.clinicImage, .addressBlock {
    max-width: 50%;
}
.closeBlock {
    cursor: pointer;
}
