﻿* {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	box-sizing: border-box;
}

:focus-visible {
	outline: 2px solid #0092ff;
	outline-offset: 2px;
	border-radius: 2px;
}

/* WCAG 2.2 Focus Appearance Enhancements */
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
	outline: 2px solid #0092ff;
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(0, 146, 255, 0.3);
	border-radius: 2px;
}

/* Ensure focus indicators are not obscured */
button:focus-visible,
.btn:focus-visible {
	position: relative;
	z-index: 1;
}

/* Target Size Minimum (2.5.8) - Ensure touch targets are at least 24x24px */
button,
.btn,
input[type="submit"],
input[type="button"],
.nav-link,
.dropdown-item {
	min-height: 24px;
	min-width: 24px;
	padding: 8px 12px;
}

/* Pointer Target Spacing (2.5.2) */
button,
.btn,
input[type="submit"],
input[type="button"],
.nav-link,
.dropdown-item,
.form-control,
.form-select {
	margin: 2px;
}

/* Enhanced focus for better visibility */
button:focus-visible,
.btn:focus-visible,
input[type="submit"]:focus-visible,
input[type="button"]:focus-visible {
	background-color: #f8f9fa;
	border-color: #0092ff;
}

/* WCAG 2.2 Skip Link */
.skip-link {
	position: absolute;
	top: -40px;
	left: 6px;
	background: #0092ff;
	color: white;
	padding: 8px;
	text-decoration: none;
	z-index: 1000;
	border-radius: 4px;
	font-weight: bold;
}

.skip-link:focus {
	top: 6px;
}

/* Screen reader only text */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	padding: inherit;
	margin: inherit;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/* WCAG 2.2 Color Contrast Improvements */
.text-danger {
	color: #dc3545 !important; /* Ensure sufficient contrast */
	font-weight: bold;
}

.mandatory {
	color: #dc3545;
	font-weight: bold;
}

/* Enhanced error styling for better visibility */
.field-validation-error {
	color: #dc3545 !important;
	font-weight: bold;
	border: 2px solid #dc3545;
	padding: 4px;
	border-radius: 4px;
	background-color: #f8d7da;
}

/* Ensure links have sufficient contrast */
a {
	color: #0056b3; /* Better contrast than original #211b5a */
	text-decoration: underline;
}

a:hover, a:focus {
	color: #003d82; /* Darker blue for better contrast */
	text-decoration: underline;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
	.text-danger {
		color: #ff0000 !important;
		background-color: #000000;
	}
	
	button, .btn {
		border: 2px solid #000000;
	}
	
	input, select, textarea {
		border: 2px solid #000000;
	}
}

/* WCAG 2.2 Table Accessibility */
table {
	border-collapse: collapse;
}

th, td {
	padding: 8px 12px;
	border: 1px solid #dee2e6;
}

th {
	background-color: #f8f9fa;
	font-weight: bold;
	text-align: left;
}

/* Ensure table headers are properly associated */
th[scope="col"], th[scope="row"] {
	font-weight: bold;
}

/* Better focus indicators for table elements */
table a:focus, table button:focus {
	outline: 2px solid #0092ff;
	outline-offset: 2px;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6875;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-weight: normal;
	letter-spacing: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}



a {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	color: #211b5a;
	text-decoration: underline;
	cursor: pointer;
}

	a:hover {
		color: #0092ff;
		text-decoration: underline;
	}

	a.text-link {
		border-bottom: 2px solid #211b5a;
		padding-bottom: 2px;
		color: #211b5a;
	}

		a.text-link:hover {
			border-color: transparent;
		}

	a,
	a:hover,
	a:focus,
	a:before,
	a:after {
		outline: none;
	}

*,
*:before,
*:after {
	box-sizing: inherit;
}

p {
	margin-bottom: 25px;
}

.justify-content-end-M {
	justify-content:right;
}

.topbluebar {
	background-color: #211b5a;
	flex-direction: row-reverse;
	display: flex;
}

.topbluebar-txt {
	font-size: 1.4rem;
	color: #fff;
	text-align: right;
}

	.topbluebar-txt a {
		color: #ffffff;
		line-height: 50px;
		font-weight: 500;
		text-decoration: none;
	}

		.topbluebar-txt a:hover {
			color: #ffffff;
			line-height: 50px;
			font-weight: 500;
			text-decoration: none;
		}

#site-header {
	position: relative;
	transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.site-branding {
	margin: 20px 0px;
}

/*----FOOTER---------*/
.footerblue {
	background-color: #061939;
	display: block;
	clear: both;
	width: 100%;
	padding: 30px;
	position: relative;
}

.footerwht {
	background-color: #fff;
	padding: 20px 0px 0px;
	display: block;
	clear: both;
	width: 100%;
}

	.footerwht p {
		color: #848e9f;
		font-size: 1.6rem;
	}

.footer-block {
	padding: 30px 16px 30px 15px;
}

.txt-16W {
	margin: 20px 0px 10px 0px;
	color: #fff;
	font-size: 1.6rem;
	display: block;
}

.footer-block h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 28px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-block p {
	color: #f9f9f9;
	font-size: 1.4rem;
	line-height: 25px;
	padding-right: 55px;
}

.footer-block a {
	color: #fff;
	text-decoration: none;
}

	.footer-block a:hover {
		color: #ffd030;
		text-decoration: underline;
	}

.footerwht-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	
}

.social-H {
	margin: 48px 0px 10px 0px;
	color: #0092ff;
	font-size: 1.4rem;
	line-height: 107%;
	font-family: "Calibri", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.social-icon {
	border-radius: 4px;
	background-color: #de2e2e;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding: 0.5em 0.8em;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	margin-right: 10px;
	font-size: 1.8rem;
}

	.social-icon:hover {
		text-decoration: none;
		color: #fff;
		background-color: #0092ff;
	}

.quick-link ul {
	padding: 0px;
	margin: 0px;
}

	.quick-link ul li {
		font-size: 1.4rem;
		line-height: 33px;
		list-style-type: none;
	}

		.quick-link ul li a {
			color: #fff;
			text-decoration: none;
		}

			.quick-link ul li a:before {
				content: "\f118";
				color: #ffd030;
				font-size: 14px;
				font-family: "Flaticon";
				margin-right: 10px;
			}

			.quick-link ul li a:hover {
				color: #ffd030;
				text-decoration:none
			}

.currentFT {
	color: #ca2128 !important;
	text-decoration: none;
}

.btn-yellow {
	font-family: "Arial", Sans-serif !important;
	font-weight: 700 !important;
	fill: #211b5a !important;
	color: #211b5a !important;
	background-color: #ffd030 !important;
	font-size: 16px !important;
	padding: 10px 30px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	line-height: 30px !important;
}

	.btn-yellow:hover {
		font-family: "Arial", Sans-serif !important;
		font-weight: 700 !important;
		color: #ffd030 !important;
		background-color: #211b5a !important;
		font-size: 16px !important;
		border-radius: 4px !important;
		text-decoration: none !important;
	}

.btn {
	font-family: "Arial", Sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	background-color: #211b5a;
	font-size: 16px !important;
	padding: 10px 30px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
}

	.btn:hover {
		background-color: #ffd030;
		border-color: #ffd030;
		color: #211b5a;
	}

	.btn:focus-visible {
		background-color: #ffd030 !important;
		border-color: #ffd030 !important;
		color: #211b5a !important;
	}
	.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
		background-color: #ffd030 !important;
		border-color: #ffd030 !important;
		color: #211b5a !important;
	}
	.footerwht-menu li {
		display: inline-block;
	}

	.footerwht-menu li a {
		color: #848e9f;
		font-size: 1.4rem;
		text-decoration: none;
	}

	.footerwht-menu li::after {
		content: "-";
		padding: 0px 15px;
		color: #848e9f;
	}

	.footerwht-menu li:last-child::after {
		content: "";
	}

	.footerwht-menu li a:hover {
		color: #ca2128;
		font-size: 1.4rem;
		text-decoration: none;
	}

body .scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 24px;
	right: 30px;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #211b5a;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 22px;
	opacity: 0;
	visibility: hidden;
}

.scroll-top:hover {
	color: #fff;
	background-color: #1a1546;
}

.show-btntop {
	bottom: 80px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/*----FOOTER---------*/

/*-----------*/

.blue-banner {
	background-image: url(../images/service_bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: -30px;
	padding: 50px 5px;
	position: relative;
}

.blue-bannerpoverlay {
	background-color: #091d3e;
	opacity: 0.9;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.blue-banner h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	font-style: italic;
	line-height: 35px;
}

.blue-banner > .container {
	position: relative;
}

.homebluebg {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	padding: 30px 40px;
	text-align: left;
	flex-direction: row;
	display: flex;
	flex-wrap: nowrap;
}

.homebluebg__icon {
	display: inline-flex;
	flex: 0 0 auto;
	fill: #ffffff;
	color: #ffffff;
	border-color: #ffffff;
	font-size: 6.5rem;
	text-align: center;
}

	.homebluebg__icon svg {
		width: 1em;
		height: 1em;
		position: relative;
		display: block;
	}

.txt-34W {
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 0px;
}

.des-box {
	color: #ffffff;
	font-family: "Roboto", Sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2em;
}

.homebluebg__des {
	flex-grow: 1;
}

/*----SUBPAGE--- CSSS----------*/
.custom-Header-4 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 4rem;
	line-height: 1.375em;
	color: #211b5a;
	clear: both;
	font-weight: bold;
	margin-bottom: 15px;
}

.custom-Header-2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 2rem;
	line-height: 1.375em;
	color: #211b5a;
	clear: both;
	font-weight: bold;
}

.custom-Header-3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 3rem;
	line-height: 1.375em;
	color: #211b5a;
	clear: both;
	font-weight: bold;
}

.custom-heading-43 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 4.3rem;
	line-height: 1.375em;
	color: #211b5a;
	clear: both;
	font-weight: bold;
}

.form-heading-BorB {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 3.4rem;
	line-height: 1.375em;
	color: #211b5a;
	clear: both;
	font-weight: bold;
	border-bottom: #848e9f 1px solid;
}

.header-container {
	position: relative;
}

.click-care-BG {
	background-image: url(../Images/BTC_Click-For-Care.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.request-medical-BG {
	background-image: url(../Images/medical-records.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.hippa-auto-BG {
	background-image: url(../Images/ptt_faq.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.hippa-FQA-BG {
	background-image: url(../Images/ptt_faq.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.hippa-info-BG {
	background-image: url(../Images/ptt_faq.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.aboutus-BG {
	background-image: url(../Images/BTC_About-Us_Banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 120px 0px;
	/*padding: 200px 0px 150px;*/
	position: relative;
	z-index: 0;
}

.make-appt-BG {
	background-image: url(../Images/urgetn-care.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 100px 0px;
	position: relative;
	z-index: 0;
}

.accept-HP-BG {
	background-image: url(../Images/insurance-accepted.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 100px 0px;
	position: relative;
	z-index: 0;
}

.provider-BG {
	background-image: url(../Images/referral-thank-you-page.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.background-overlay {
	background-color: transparent;
	background-image: linear-gradient(90deg, #FFFFFFE8 10%, rgba(0, 0, 0, 0) 55%);
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.background-overlay1 {
	background-color: transparent;
	background-image: linear-gradient(90deg, #FFFFFF 48%, rgba(0, 0, 0, 0) 62%);
	opacity: 0.55;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.fa {
	margin-right: 10px !important;
	font-size: 2.2rem !important;
	top: 1px;
	position: relative;
}

.AHP-list-items {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	.AHP-list-items li {
		font-family: "Helvetica", Sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #091d3e;
		transition: color 0.3s;
		padding-bottom: calc(17px / 2);
	}

.getintouch-block {
	width: 100%;
	background-color: #cecece24;
	height: 100%;
	position: relative;
	padding: 50px 0px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

	.getintouch-block p {
		color: #3f4040;
		font-size: 1.6rem;
	}

	.getintouch-block .btn {
		padding: 15px 30px !important;
	}

#wrapper {
	margin: 40px 0px 60px;
	width: 100%;
	display: block;
}

#main {
	margin: 60px 0px;
	width: 100%;
	display: block;
}

#SP-main {
	margin: 60px 0px 30px;
	width: 100%;
	display: block;
}

#main p {
	color: #000;
	font-size: 1.6rem;
	line-height: 2.5rem;
	font-weight: 500;
}

#CC-wrapper {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 50px 150px 100px !important;
}

.click-care-block {
	box-shadow: 0 0 15px #00000026;
	padding: 50px;
	border-radius: 6px;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top: 60px;
}

.grey-bold {
	font-size: 1.9rem;
	color: #3f4040;
	font-weight: 600;
	margin-bottom: 25px;
	display: block;
}

.grey-txt {
	color: #3f4040 !important;
	font-weight: 500 !important;
}

p {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
	color: #666;
	font-size: 1.6rem;
	line-height: 25px;
}

.heading-Blue-24 {
	color: #09005e !important;
	clear: both;
	line-height: 1.4;
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0;
}

.heading-Blue-16 {
	color: #211b5a;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
	font-weight: bolder;
	font-size: 1.6rem;
}

.contact-us-map {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.contact-block {
	margin-top: -70px;
	margin-bottom: 0;
	box-shadow: 0 5px 83px #091d3e1f;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 60px 70px 53px;
	position: relative;
	background-color: #fff;
}

.contact-blue-bg {
	background-image: url(../Images/contact_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	width: 85%;
	padding: 48px 75px;
	position: relative;
	z-index: 1;
	height: 550px;
}

.bg-overlay-contactus {
	background-color: #211b5a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.85;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -0;
}

.contact-txt {
	opacity: 1;
	position: relative;
	z-index: 9999;
}

	.contact-txt p {
		color: #fff;
		font-weight: 600;
		font-size: 1.8rem;
		margin-top: 10px;
	}

.contact-Heading {
	color: #fbfbfb;
	font-size: 2.8rem;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: 600;
}
/**------FORM CSS---*/
.mandatory {
	color: #c02b0a;
	display: inline-block;
	font-size: 13.008px;
	padding-left: 0.125em;
	font-style: italic;
	font-weight: 400;
}

label {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 8px;
	padding: 0;
	line-height: 22px;
	color: #666;
}

.sub-label {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 8px;
	padding: 0;
	color: #666;
}

.form-control {
	width: 100%;
	background: #f1f5fe;
	border: 2px solid #848e9f;
	user-select: none;
	white-space: nowrap;
	color: #848e9f;
	padding: 8px;
	line-height: normal;
	height: 60px;
	font-size: 15px;
	text-align: left !important;
}

.point-none {
	pointer-events: none;
}

.form-select {
	width: 100%;
	background-color: #f1f5fe;
	border: 2px solid #848e9f;
	color: #848e9f;
	padding: 8px;
	line-height: normal;
	height: 60px;
	font-size: 15px;
	background-position: right 1.5rem center;
}

.form-control-textarea {
	width: 100%;
	background: #f1f5fe;
	border: 2px solid #848e9f;
	user-select: none;
	white-space: nowrap;
	color: #848e9f;
	padding: 8px;
	line-height: normal;
	height: 100px;
	font-size: 15px;
	resize: none;
	border-radius: var(--bs-border-radius);
}


.form-check-input {
	border: var(--bs-border-width) solid #999c9f;
}

.form-check-label {
	font-weight: normal !important;
	line-height: 2.3rem;
}

.grey-border-box {
	border: 1px solid #ddd;
	font-size: 13.008px;
	margin-top: 12.8px;
	max-height: 240px;
	overflow-y: scroll;
	padding: 6.4px 8px;
	width: 100%;
	color: #666;
}

.hr-bottom-B {
	margin: 20px 0;
	border-top: 1px solid #848e9f;
	opacity: 1;
}

.canvas-block {
	position: relative;
	width: 85%;
}

.clear-btn {
	background: none;
	padding: 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: 0;
}

	.clear-btn .fa {
		font-size: 1.2rem;
		font-weight: 500;
		color: #ffd030;
	}

/*--------*/
/*-----------Locations-----------*/
.LocationD {
	width: 100%;
	background-color: #E9E9E9;
	display: flex;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.LocationD__imgblock img {
	position: relative;
	height: 100%;
	width:100%;
}

.breadcrumb {margin-top:15px
}


.LocationDT {
	width: 100%;
	margin:20px 0px;
	display: flex;
	flex-direction:column;
}
.LocationDT__header h1 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	font-size: 3rem;
	color: #211b5a;
	font-weight: bold;
}

.LocationDT__description {
	font-size: 1.8rem;
	color: #000;
	font-weight: 400;
	line-height: 2.8rem;
	margin: 10px 0px;
}

.LocationDT__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.LocationDT__list li {
		display: flex;
		list-style-position: inside;
		color: #38393a !important
	}

		.LocationDT__list li a {
			color: #38393a !important;
			text-decoration: none;
		}

		.LocationDT__list li a:hover {
			color: #211b5a !important;
			text-decoration: none;
		}

		.LocationDT__list li .fa {
			margin-right: 10px !important;
			font-size: 2.2rem !important;
			top: -6px;
			position: relative;
		}

.LocationDT--btnL {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #211b5a;
	font-size: 1.6rem;
	color: #fff;
	text-transform: capitalize;
	padding: 0 20px;
	line-height: 50px;
	transition: all 300ms linear 0ms;
	border-radius: 4px;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	border: 2px solid #211b5a;
	width: auto;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 20px;
}
	.LocationDT--btnL:hover {
		background-color: #ffd030;
		color: #fff;
		border: 2px solid #ffd030;
		text-decoration: none;
	}

.SpecialtiesBlock h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	font-size: 3rem;
	color: #211b5a;
	font-weight: bold;
	margin-top:15px
}

.SpecialtiesBlock p {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	font-size: 1.8rem;
	color: #333;
	margin-top: 10px
}
.SpecialtiesBlock .row {
	margin-left: 8px
}
.specialy-list {
	padding: 0px;
	margin: 0px;
}

	.specialy-list li {
		list-style-type: none;
		margin-bottom: 5px;
		color: #38393a;
		font-size:1.8rem
	}

	.specialy-list li  .fa{
		font-size: 1.4rem !important;
		color:#211b5a;
	}
.map__detail {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

	.map__detail h1 {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
		font-size: 3rem;
		color: #211b5a;
		font-weight: bold;
	}

.map__detail--descrb {
	margin: 10px 0px;
	padding: 0px;
	margin: 15px 0px;
}

	.map__detail--descrb li {
		display: flex;
		margin-bottom: 20px;
		color: #38393a
	}

		.map__detail--descrb li span {
			padding-top: 1rem !important;
			padding-left: 10px;
		}

		.map__detail--descrb li .fas, .map__detail--descrb li .zmdi {
			font-size: 3.5rem !important;
			color: #211B5A !important
		}

		.placecard__business-name {
			color: #000 !important;
			font-size: 1.4rem !important;
			line-height: 1.8rem !important;
			font-weight: 600 !important;
			white-space: normal;
			text-overflow: ellipsis;
			margin-bottom: 15px !important;
		}



.placecard__info {
	color: #5b5b5b;
	font-family: Roboto, Arial;
	font-size: 1.4rem !important;
	user-select: text;
	font-weight: normal !important;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 2rem !important;
}
.health-plan-BG {
	background-image: url(../Images/Essen-Health-Plan-Customer-Care.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 450px;
}
.Specialty-Care-BG {
	background-image: url(../Images/ServiceWeProvide/Specialty.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 450px;
}
.MobileVan-BG {
	background-image: url(../Images/ServiceWeProvide/Mobile-Vans-Breadcrumb.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 450px;
}

.Treatment-Centers-BG {
	background-image: url(../Images/Locations/BTC-Center-Breadcrumb-Banner.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 150px 0px;
	position: relative;
	z-index: 0;
	height:550px;
}

.Treatmentblock {
	align-content: flex-start;
	align-items: flex-start;
	padding: 10px;
	justify-content: center;
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.Treatmentblock__header {
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #211b5a;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
	.Treatmentblock__header h1 {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
	}
.Treatmentblock__img {
	height: 306px;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
	.Treatmentblock__img img {
		width: 100%;
		max-width:100% !important;
		height: 100%;
	}

	.Treatmentblock__address {
	background-color: #F8F8F8;
	display: flex;
	flex-direction: row;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px;
	justify-content: space-between;
	width: 100%;
}


	.Treatmentblock__address b {
		padding: 10px;
		font-size: 1.6rem;
		font-family: "Roboto", Sans-serif;
		color: #211b5a !important;
	}
		.Treatmentblock__address b a {
			color: #211b5a !important;
			text-decoration: none;
		}

		.Treatmentblock__address b a:hover {
			color: #211b5a !important;
			text-decoration: none;
		}


.Treatmentblock__address--btnaround {
	border-radius: 50px;
	padding: 15px 15px 15px 16px;
	background-color: #211b5a;
	width: 50px;
	height: 50px;
	display: block;
}
	.Treatmentblock__address--btnaround .fa {
		top: -8px;
		color:#fff !important;
	}

.mobilevan {
	display:flex;
	flex-direction:column
}

	.mobilevan h1 {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
		font-size: 2.5rem;
		color: #211b5a;
		font-weight: bold;
		line-height: 1.46;
		margin-bottom:10px
	}
	.mobilevan p {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
		font-size: 1.8rem !important;
		color: #000 !important;
		font-weight: 500 !important;
		line-height: 2.5rem !important;
		margin-bottom: 30px;
	}
	/*------------Terms & Conditions & Privacy Policy-----------*/
	#header-section {
		display: block;
		display: flex;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
		padding: 30px 0px
	}
.term-content h3 {
	margin: 2rem 0px 1.14rem 0.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: rgb(51, 51, 51);
	font-size: 2.5rem;
	margin:20px 0px;
}
.term-content b, .term-content h5 {
	color: #211b5a;
	clear: both;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.term-content p {
	color: rgb(88, 89, 91);
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: 20px;
}
.privacy-block {
	padding-left:27px
}

.block-H {
	display: block;
	padding-left: 1rem !important;
}

	.privacy-block b {
		color: rgb(88, 89, 91) !important;
		font-size: 2rem;
		margin-bottom: 20px;
		display: block;
	}
	.privacy-block p strong {
		font-weight: 800;
		font-style: italic;
	}
.privacy-block ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 50px;
}
.privacy-block ul li {
	color: #646567;
}
/*------------Service we provide-----------*/
.serivewe-pro-BG {
	background-image: url(../Images/ServiceWeProvide/Servie-We-Provide-Banner.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 60px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.txt-white {
	color: #fff !important;
}

.txt-black {
	color: #000 !important;
}

.primary-bg {
	background-image: url(../Images/ServiceWeProvide/primary-care.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.cardiovascular-bg {
	background-image: url(../Images/ServiceWeProvide/cardiovascular-care.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.audiology-bg {
	background-image: url(../Images/ServiceWeProvide/Audiology-Service-Banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 200px 0px;
	position: relative;
	z-index: 0;
	height:475px;
}

.ent-bg {
	background-image: url(../Images/ServiceWeProvide/ent-main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.dermatology-bg {
	background-image: url(../Images/ServiceWeProvide/dermatology.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Infectious-Diseases-bg {
	background-image: url(../Images/ServiceWeProvide/Infectious-Diseases.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Pain-Management-bg {
	background-image: url(../Images/ServiceWeProvide/Pain-Management.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Podiatry-bg {
	background-image: url(../Images/ServiceWeProvide/Podiatry.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Orthopedic-bg {
	background-image: url(../Images/ServiceWeProvide/Orthopedic-Surgery.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height:475px;
}

.Nutrition-bg {
	background-image: url(../Images/ServiceWeProvide/Nutrition-Service-Banner.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Behavioral-Health-bg {
	background-image: url(../Images/ServiceWeProvide/Behavioual-health.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 100px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Hematology-bg {
	background-image: url(../Images/ServiceWeProvide/HematologyOncology.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Mental-Behavioral-Health-bg {
	background-image: url(../Images/ServiceWeProvide/mental-behavioral-health.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.endocrine-bg {
	background-image: url(../Images/ServiceWeProvide/Endocrinology_Banner.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Physicalthe-bg {
	background-image: url(../Images/ServiceWeProvide/PhysicalTherapy.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Urology-bg {
	background-image: url(../Images/ServiceWeProvide/urology.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.Women-health-bg {
	background-image: url(../Images/ServiceWeProvide/womenhealth.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}


.neurology-bg {
	background-image: url(../images/ServiceWeProvide/Neurology-bg.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.gastroenterology-bg {
	background-image: url(../images/ServiceWeProvide/Gastroenterology-bg.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}

.optometry-bg {
	background-image: url(../images/ServiceWeProvide/Optometry.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height:500px;
}



.txt-black {
	color: #000
}

.bgoverlay-SP{
	background-color: transparent;
	background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(0, 0, 0, 0) 35%);
	opacity: 0.55;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -0;
}

.SWP-bgoverlay {
	background-color: transparent;
	background-image: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 35%);
	opacity: 0.55;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -0;
}

.sub-primary-bg {
	background-image: url(../Images/ServiceWeProvide/primary-care1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}
.sub-ent-bg {
	background-image: url(../Images/ServiceWeProvide/ent-sub.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}


.sub-cardiovascular-bg {
	background-image: url(../Images/ServiceWeProvide/Cardiology1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}



.sub-dermatology-bg {
	background-image: url(../Images/ServiceWeProvide/Dermatology1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.sub-Women-health-bg {
	background-image: url(../Images/ServiceWeProvide/womenhealth-sub.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.sub-Infectious-Diseases-bg {
	background-image: url(../Images/ServiceWeProvide/Infectious-Diseases-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.sub-Pain-Management-bg {
	background-image: url(../Images/ServiceWeProvide/Pain-Management1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.Sub-Podiatry-bg {
	background-image: url(../Images/ServiceWeProvide/Podiatry-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.Sub-Orthopedic-bg {
	background-image: url(../Images/ServiceWeProvide/Orthopedic-Surgery-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.Sub-Behavioral-Health-bg {
	background-image: url(../Images/ServiceWeProvide/Behavioual-health1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.Sub-Hematology-bg {
	background-image: url(../Images/ServiceWeProvide/HematologyOncology1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.Sub-Mental-Behavioral-Health-bg {
	background-image: url(../Images/ServiceWeProvide/Mental-Behavioral-Health-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.Sub-endocrine-bg {
	background-image: url(../Images/ServiceWeProvide/endocrinology-sub.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.sub-Urology-bg {
	background-image: url(../Images/ServiceWeProvide/urology-sub.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.sub-Physicalthe-bg {
	background-image: url(../Images/ServiceWeProvide/PhysicalTherapy-sub.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 120px 0;
	position: relative;
	z-index: 0;
	border-radius: 4px;
	height: 475px;
}

.SP-bgoverlay {
	background-color: transparent;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #061733 97%);
	opacity: 0.9;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 4px;
}

#SP-content {
	margin:40px 0px;
}

#SP-content h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.46;
	color: #211b5a;
	font-weight: bold;
}

#SP-content h5 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.46;
	color: #211b5a;
	font-weight: bold;
}

#SP-content p {
	color: #000;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-bottom: 5px;
}

#SP-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

	#SP-content li {
		display: flex;
		font-size: 1.6rem;
		color: #000000;
		transition: color 0.3s;
		padding-left: 5px;
		line-height: 2rem;
		margin-bottom: 10px;
	}

	#SP-content li .fa {
		color: #211b5a;
		transition: color 0.3s;
		margin-right: 10px;
		font-size:1.6rem !important;
		font-weight:300 !important;
	}

.effects-layer {
	background-color: #fff;
	background-image: url(../Images/ServiceWeProvide/curve1.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0 5px 83px #091d3e26;
	margin-top: 0;
	width: auto;
	min-width:450px;
	padding: 0 30px 43px;
	position: absolute;
	bottom: -29px;
	background-size: 100%;
	margin-right: 10px;
}

.blue-borderT {
	border-style: solid;
	border-width: 4px 0px 0px 0px;
	border-color: #ffd030;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.container-SC {
	margin: 35px 0 0;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}

.cms-breadcrumb {
	margin: 0;
	list-style: none;
	color: #6c757d;
	padding: 0;
}

	.cms-breadcrumb li {
		display: inline-block;
		font-size: 1.4rem;
		color: #6c757d;
	}

		.cms-breadcrumb li a {
			color: #3f4040;
			text-decoration: none;
		}

			.cms-breadcrumb li a:after {
				content: "\f105";
				font-family: FontAwesome;
				margin: 0 3px 0px 6px;
				color: inherit;
			}

			.cms-breadcrumb li a .fa {
				font-size: 2rem !important;
				font-weight: 100 !important;
				margin-right: 0px !important;
				margin-top: -2px;
			}

			.cms-breadcrumb li span {
				color:#000 !important
			}

.title-box {
	margin: 10px 0 0;
}

	.title-box h2 {
		font-size: 3.2rem;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		color: #211b5a;
		clear: both;
		line-height: 1.4;
		margin: 10px 0 15px;
		font-weight: 700;
	}

.SC-btn {
	line-height: 46px;
	font-size: 1.5rem;
	padding: 0 20px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all 0.3s;
	background-color: #ca2128;
	font-weight: 600;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.grid-item {
	padding-top: 60px;
}

.grid-item-inner {
	transition: all 300ms linear 0ms;
	padding: 0 20px 40px;
	box-shadow: 0px 5px 83px 0 rgba(9, 0, 94, 0.12);
	border-radius: 4px;
	margin-bottom: 71px;
	background-color: #fff;
}

	.grid-item-inner:hover .entry-featured .item-icon {
		background-color: #211b5a;
	}

.entry-featured {
	border-radius: 4px;
	transform: translateY(-30px);
	margin-bottom: 0;
	position: relative;
	text-align: center;
}

	.entry-featured a img {
		border-radius: 4px 4px 0 0;
		transition: all 300ms linear 0ms;
	}

	.entry-featured .item-icon {
		position: absolute;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 104px;
		height: 104px;
		border: 7px solid #09005e;
		border-radius: 50%;
		background-color: #211b5a;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		transition: all 300ms linear 0ms;
	}

		.entry-featured .item-icon img {
			max-height: 50px;
			transition: all 300ms linear 0ms;
			filter: brightness(0) invert(1);
		}

	.entry-featured:after {
		content: "";
		display: block;
		position: absolute;
		height: 10px;
		left: 0;
		bottom: -1px;
		width: 100%;
		background-image: url(../images/bottom-curve.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

.entry-body {
	position: relative;
	text-align: center;
}

h3.entry-title1 {
	font-size: 2.2rem;
	line-height: 32px;
	margin-top: 43px;
	margin-bottom: 17px;
	font-weight: 600;
	color: #211b5a;
}

.entry-title1 a {
	text-decoration: none;
	color: #09005e;
}

.service-readmore {
	background-color: transparent !important;
	color: #09005e !important;
	border: 2px solid #09005e !important;
	border-radius: 4px !important;
	line-height: 38px !important;
	padding: 0 11px !important;
	transition: all 300ms ease 0s !important;
}

	.service-readmore i {
		font-size: 1.5rem !important;
		position: static;
		margin-right: 5px;
	}

	.service-readmore:hover {
		background-color: #ca2128;
		border-color: #ca2128;
		color: #fff;
	}

	.service-readmore .fa:hover {
		color: #fff !important;
	}

.entry-featured .item-icon img {
	max-height: 50px;
	transition: all 300ms linear 0ms;
	filter: none;
}

.service-readmore:hover {
	background-color: #211b5a !important;
	border-color: #211b5a !important;
	color: #fff !important;
}

.heading-23-I {
	color: #211b5a;
	font-size: 2.3rem;
	font-weight: bold;
	font-style: italic;
	line-height: 34px;
}
.heading-23 {
	color: #211b5a;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 34px;
}
/*--------Location----------*/
.map-block {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#map-canvas {
	min-height: 450px;
	height:100%;
	width: 100%;
	position: relative;
}

.placeDiv {
	z-index: 1;
	position: absolute;
}

.map-container {
	position: relative;
}

.placecard__container {
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	max-width: 330px;
	width: 100%;
	background: white none repeat scroll 0% 0%/auto padding-box border-box;
	border-radius: 2px 2px 2px 2px;
	font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
	margin: 10px;
	padding: 9px 4px 9px 11px;
	overflow: hidden;
}

.placecard__left {
	float: left;
	width: 75%;
}

.placecard__right {
	text-align: center;
	float: left;
	width: 25%;
}
/*
.placecard__business-name {
	cursor: default;
	height: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
	perspective-origin: 100px 9.5px;
	transform-origin: 100px 9.5px;
	font: normal normal 500 normal 18px/normal Roboto, Arial;
	overflow: hidden;
	margin: 0;
}

.placecard__info {
	color: #5b5b5b;
	cursor: default;
	height: 32px;
	width: 200px;
	column-rule-color: #5b5b5b;
	perspective-origin: 100px 16px;
	transform-origin: 100px 16px;
	border: 0px none #5b5b5b;
	font: normal normal normal normal 14px/normal Roboto, Arial;
	margin: 6px 0px 0px;
	outline: #5b5b5b none 0px;
}*/

.placecard__direction-icon {
	background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
	height: 22px;
	width: 22px;
	margin-right: auto;
	margin-left: auto;
}

.placecard__direction-link {
	color: #3a84df;
	display: block;
	height: 43px;
	text-decoration: none;
	width: 54.7344px;
}

.placecard__view-large {
	display: inline-block;
	margin-top: 10px;
	color: #211b5a;
	text-decoration: none;
	background: #ffc107;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	font-weight: 500;
}
	.placecard__view-large:hover {
		color:#ffc107; 
		text-decoration: none;
		background: #211b5a;
	}
	/*------------------End----------*/
	.thankyou-block img {
		-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

.thankyou-block h1 {
	font-family: "Great Vibes", cursive;
	font-weight: 600;
	font-style: normal;
	color: #211b5a;
	font-size: 6rem;
	margin-top: 40px;
}

.thankyou-block h4 {
	font-weight: 600;
	font-style: normal;
	color: #211b5a;
	font-size: 3rem;
	margin-top: 20px;
}

.thankyou-block p {
	font-weight: 600;
	font-style: normal;
	color: #5b5b5b;
	font-size: 2.5rem;
	margin-top: 20px;
	line-height: 3rem;
}

/**----Page Not Found--Started-------*/
.error404-bg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 110px 0;
	text-align: center;
	background-image: url(../Images/pagenotfound.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.error-overlay {
	background-color: #000;
	opacity: .55;
	transition: background .3s, border-radius .3s, opacity .3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999;
}

.error-txt {
	position: relative;
	z-index: 99999;
	max-width: 760px;
	margin: -75px auto auto;
	padding: 0 15px;
}

	.error-txt h1 {
		font-size: 12rem;
		font-weight: 500;
		line-height: 1;
		font-style: italic;
		color: #fff;
	}

	.error-txt h3 {
		font-size: 3.7rem;
		color: #fff;
		margin-bottom: 12px;
	}

.page-content {
	font-size: 1.6rem;
	line-height: 27px;
	color: #fff;
	margin: 0 auto 34px;
	width: 70%;
}
/**----Page Not Found--Ended-------*/
/**----FAQ--Started-------*/
.safey-FAQ-block {
	margin: 0;
	padding: 0 0 0 20px;
	border-style: solid;
	border-width: 4px 0px 0px 0px;
	border-color: #FFD031;
}
.accordion {
	background-color: transparent !important;
	position: relative;
	margin-bottom: 20px;
}
.accordion-item:first-of-type {
	border-radius: 0 !important;
}
.accordion-header {
	margin-bottom: 0;
}

#safe-FAQ .card-header {
	border-bottom: 0px !important;
}

#safe-FAQ .accordion-body ul {
	margin-left: 25px;
}

.accordion-button::after {
	background-image: url(../Images/plus.png);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../Images/min.png);
	top: 25px;
}

.accordion-button:not(.collapsed) {
	background-color:#fff !important;
}

.accordion-button::after {
	background-size: auto;
	left: 0;
	position: absolute;
}

.accordion-button {
	background: #ffffff;
	font-size: 19px;
	line-height: 28px;
	color: #09005e;
	transition: all 300ms ease 0ms;
	font-weight: 600;
	font-family: "IBM Plex Sans", sans-serif;
	position: relative;
	cursor: pointer;
	padding: 23px 0 23px 30px;
	border-bottom: 0px solid #e6e8eb;
}

.accordion-item {
	background-color: transparent !important;
	border-bottom: 2px solid #e6e8eb;
	border-width: 0px 0px 2px 0px;
}

.accordion-button:not(.collapsed) {
	box-shadow: none !important;
}

.card-body {
	padding-bottom: 20px;
}

	.card-body p {
		font-size: 1.6rem;
		color:#3f4040 !important
	}

	.card-body ul li {
		font-size: 1.6rem;
		color: #3f4040 !important
	}

.check-list li {
	color:#3f4040 !important
}

.check-list div li {
	display: list-item;
	list-style-type: disc;
}


.specilatcare {
	border-radius: 20px;
	background-color: #f6f6f6;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 5px 20px 5px;
	border: #211b5a 2px solid;
	padding: 5px;
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.wht-txt {
	color: #fff !important
}

.specilatcare__container {
	padding: 15px;
	text-align: center;
}
.specilatcare__container--img {
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	width:100%;
}

	.specilatcare__container--img a img {
		transition-duration: .3s;
		transition-property: transform;
		width: 40%;
	}
		.specilatcare__container--img a img:hover {
			transform: scale(0.9)
		}

.specilatcare__container--title {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #211b5a;
	font-weight: 600;
	font-size:1.6rem;
}
	.specilatcare__container--title a {
		text-decoration:none
	}
		.specilatcare__container--title a:hover {
			text-decoration: none;
			color: #211b5a;
		}







.table-blue {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
}

	.table-blue th {
		background-color: #09005e !important;
		color: #fff !important;
		font-size: 1.6rem !important;
		font-weight: 700 !important;
	}

	.table-blue td a {
		color: #000;
		text-decoration: none;
	}

.fa-rotate-90 {
	transform: rotate(0deg) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: #fff;
	box-shadow: none;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
	
	background-color: #f3f3f3;
	box-shadow: none;
}

.table > :not(caption) > * > * {
	padding: 1rem;
}


@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}





	@-webkit-keyframes scale-in-center {
		0% {
			-webkit-transform: scale(0);
			transform: scale(0);
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 1;
		}
	}

	@keyframes scale-in-center {
		0% {
			-webkit-transform: scale(0);
			transform: scale(0);
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 1;
		}
	}

.hiddenDiv {
	display: none;
}



.btn-200 {
	display: block;
	width: 180px;
	text-align: center;
}


/*------------Search Page-------*/
.service-wrapper {
	background-color: #fff;
	box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 35px;
	margin-right: 20px;
}


.search__img img {
	border-radius: 6px;
	box-shadow: none;
}

.search-results h2 a {
	font-size: 3.6rem;
	color: #211b5a;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 4.5rem;
	display: block;
	text-decoration: none
}

.btn-150 {
	display: block;
	width: 150px;
	text-align: center;
}

.search-results p {
	color: #848e9f;
	font-size: 1.6rem;
	line-height: 2.5rem;
	font-weight: 500;
	margin-bottom: 10px
}

.SP-nav {
	height: 440px;
	overflow-y: auto;
	scrollbar-color: #211b5a #fff;
}


.btn-text {
	padding: 8px 15px;
	font-weight: 600;
	font-size: 1.4rem;
	background: linear-gradient(to right, #211b5a 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.5s ease-out;
	color: #211b5a;
	text-decoration: none;
}

	.btn-text .fa {
		font-size: 1.5rem !important;
		margin-right: 5px !important;
		top: 0px !important;
	}

	.btn-text:hover {
		transform: translateX(0);
		background-position: left bottom;
		color: #ffc107 !important;
		text-decoration: none;
	}

.search-block {
	width: 100%;
	background: #f1f5fe;
	border: 0px solid #848e9f;
	user-select: none;
	white-space: nowrap;
	padding: 8px;
	line-height: normal;
	height: 45px;
	font-size: 15px;
	text-align: left !important;
	display:flex;
	justify-content:space-between

}
	.search-block input {
		border: 0px;
		padding-left: 10px;
		width: 95%;
		background: #f1f5fe;
		outline: 0px;
	}

	.search-block .search-submit {
		border: 0px;
		background: #f1f5fe;
		text-align: center;
		padding-left: 10px;
		color: #211b5a;
	}




	/*---------27-Nov-2025 Conatct Us New Page-------*/
.contact-block-new {
	margin-top: -200px;
	box-shadow: 0 5px 83px #091d3e1f;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 30px 15px;
	position: relative;
	background-color: #fff;
	margin-bottom: 50px;
}

.contact-blue-bg-New {
	display: flex;
	background-color: #c1d8f8;
	width: 100%;
	justify-content: space-between;
	padding: 0px;
}

.contact-us-detailN {
	padding: 25px;
	width: 60%;
}
.contact-us-imgN img {
	width: 100%;
}

.newbtn {
	text-align: center;
}

.contact-us-detailN h1 {
	color: #3a3a3c;
	font-size: 3.2rem;
	font-weight: 800;
}

.contact-us-detailN p {
	color: #333;
	font-size: 2rem;
	line-height: 30px;
	font-weight: 550;
}

.contact-us-detailN a {
	color: #fff !important;
	font-size: 2rem;
	text-decoration: none;
	cursor: pointer;
	width: 300px;
	padding: 10px;
}


/*-------------NEWSROOM--------------*/
.Prenatal-Care-NRbg {
	background-image: url(../Images/Newsroom/Prenatal-Care.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
	height: 475px;
}
#blog {
	margin: 0px 0px 40px;
	width: 100%;
	display: block;
}
.newsroom-BG {
	background-image: url(../Images/Newsroom/newsroom.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px;
	position: relative;
	z-index: 0;
}

.marTB-40 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.newsroom__block {
	margin:0px 15px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border: #DDDDDD 1px solid;
	margin-bottom:40px;
}

	.newsroom__block:hover {
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		cursor: pointer;
	}

.newsroom__content {

	padding: 15px;
}

.dtbudget {
	background-color: #FFE797;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #211B5A;
	padding: 2px 10px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}

.newsroom__block h1 {
	color: #211B5A;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
	height: auto;
}

.newsroom__block p {
	color: #111;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 15px;
}

.newsroom__block a {
	display: flex;
	padding:8px 10px;
	background-color: #211b5a;
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
	text-decoration: none;
	width: 130px;
	border-radius: 8px;
	gap:10px;
}

	.newsroom__block a:hover {
		background-color: #ffd030;
		color: #fff;
	}

.newsroomimgthumb{
	width:100%;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	height:100%;
}

.newsroomDetail {
	padding: 1rem 3rem 3rem !important;
}
.blog-img img{
	border-radius:10px;
	margin:0px 0px 0px;
}
.newsroomDetail h1 {
	font-size: 3.2rem;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #211b5a;
	clear: both;
	line-height: 1.2;
	margin: 10px 0 15px;
	font-weight: 700;
}

.newsroomDetail h3 {
	font-size: 2.5rem;
	color: #211b5a;
	clear: both;
	line-height: 1.4;
	margin: 20px 0 5px;
	font-weight: 700;
}
.FAQ-detail {
	position: relative;
	float: right;
	top: 0;
	background: #f6de8f1f;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
}
.newsroomDetail p {
	color: #000;
	font-size: 1.6rem;
	line-height: 2.3rem;
	margin-bottom:10px;
}
	.drbio {
		padding: 15px;
	}
.dr-block img {
	border-radius: 0px 0px 0px 10px;
}
	.drbio h1 {
		font-size: 3.2rem;
		color: #211b5a;
		clear: both;
		line-height: 1.4;
		margin: 10px 0 15px;
		font-weight: 700;
	}

	.drbio p {
		color: #111;
		font-size: 1.6rem;
	}

	.drbio b {
		color: #111;
		font-size: 1.6rem;
		font-weight: 600
	}

		.accordion {
			background-color: transparent !important;
			position: relative;
			margin-bottom: 0px;
		}

#AccordionArticle .accordion-item {
	background-color: #fff !important;
	border: 0px solid rgba(0, 0, 0, .125);
	margin-bottom: 25px;
	box-shadow: 0 0 20px #0000000d;
	border-radius: 15px !important;
}
	#AccordionArticle .accordion-item:last-child{
		margin-bottom:0px;
	}
	.accordion-header {
		margin-bottom: 0;
	}
#AccordionArticle .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	font-size: 2.1rem;
	color: #09005e;
	text-align: left;
	background-color: #fff;
	border: 0 !important;
	overflow-anchor: none;
	line-height: 26px;
	border-radius: 15px;
	box-shadow: none !important;
}

	#AccordionArticle .accordion-button:after {
		flex-shrink: 0;
		width: 2rem;
		height: 2rem;
		margin-left: auto;
		content: "";
		background-image: url(../images/Newsroom/down-arrow.svg);
		background-repeat: no-repeat;
		background-size: 2rem;
		transition: transform .2sease-in-out;
		right: 25px;
	}

.listblackB {
	padding: 0;
	margin: 10px 0 15px 5px;
}

	.listblackB li {
		color: #000;
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 24px;
		list-style-type: none;
	}

		.listblackB li .fa {
			font-size: 1.6rem !important;
		}
		.dr-block {
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #ffd030;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #f6de8f1f;
	border-radius: 10px;
	margin-top:20px;
}

	.dr-block .fa {
		font-size: 3.5rem !important;
		color: #ffd030
	}

.bottom-pagination{
	margin:20px 10px;
}
.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-itemF {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: auto;
	flex-direction: row;
}

.bottom-pagination {
	padding-top: 14px;
	margin-bottom: 36px;
}

	.bottom-pagination .nav-post-meta label {
		font-size: 1.3rem !important;
		display: block !important;
		font-weight: normal !important;
	}

	.bottom-pagination .nav-links {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 -15px;
	}
.flex-content {
	flex-basis: max-content;
}
.bottom-pagination .nav-itemF {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 35%;
	margin: 0 15px;
	flex-direction: row;
}

	.bottom-pagination .nav-post-img {
		width: 120px;
		min-width: 100px;
		margin-right: 15px;
		position: relative;
		overflow: hidden;
	}

.nav-post-next {
	flex-direction: row-reverse;
	text-align: right;
}

.bottom-pagination .nav-post-img span {
	display: inline-block;
	width: 120px;
	height: 90px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}

.bottom-pagination .nav-post-meta {
	width: 190px;
}

	.bottom-pagination .nav-post-meta label {
		font-size: 1.3rem;
		display: block;
	}

	.bottom-pagination .nav-post-meta a {
		font-size: 1.6rem;
		line-height: 21px !important;
		display: block;
		font-family: "IBM Plex Sans", sans-serif;
		color: #09005e;
		font-weight: bold;
		text-decoration: none;
		cursor: pointer !important;
	}

		.bottom-pagination .nav-post-meta a:hover {
			cursor: pointer !important;
		}

.bottom-pagination .grid-archive {
	margin: 20px 0;
}
.bottom-pagination .nav-post-img a:before, .bottom-pagination .nav-post-img a:after {
	opacity: 0;
	transition: all .3s ease 0s;
}
.bottom-pagination .nav-post-img:hover a:before, .bottom-pagination .nav-post-img:hover a:after {
	opacity: 0.9;
}
.bottom-pagination .nav-post-img a:after {
	content: "\f0a8";
}

.accordion-body p {
	padding-left: 30px;
	font-size:1.6rem;
	color:#000;
}
.accordion-body>b {
	padding-left: 30px;
	font-size: 1.8rem;
	font-weight:600;
}
.rotate-90Fa a:after {
	rotate: 180deg;
	top: 15% !important;
	left: 35% !important;
}
.Sub-listblackB {
	padding: 0;
	margin: 10px 0 0 45px;
}
	.Sub-listblackB li {
		color: #000;
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 24px;
		list-style-type: square;
	}
.bottom-pagination .nav-post-img a:after {
	font-family: FontAwesome !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	transition: none;
}
.bottom-pagination .nav-post-img a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 93%;
	background-color: #ffd030;
	border-radius: 3px;
}
	.bottom-pagination .grid-archive a .cms-archive-button {
		position: relative;
		display: inline-block;
		width: 22px;
		height: 22px;
		cursor: pointer;
	}

		.bottom-pagination .grid-archive a .cms-archive-button .cms-btn-square {
			width: 10px;
			height: 10px;
			display: inline-block;
			position: absolute;
			background-color: #09005e;
			-webkit-transition: transform 0.2s;
			-moz-transition: transform 0.2s;
			transition: transform 0.2s;
		}


.custom-bold {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}
.widget {
	padding: 10px 25px 25px;
	margin-bottom: 40px;
	background-color: #fff;
	position: relative;
	border-radius: 4px;
	height: auto;
}
	.widget:before {
		content: "";
		display: block;
		height: 4px;
		position: absolute;
		top: 0;
		left: 40px;
		right: 40px;
		background-color: #fbcd30;
	}
.RN-title {
	font-size: 1.8rem;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #211b5a;
	clear: both;
	line-height: 1.4;
	margin: 10px 0px 0px;
	font-weight: 700;
}
.blogNR {
	position: relative;
	padding: 10px;
	display: flex;
	flex-direction: column;
	border-bottom: #f2f2f2 1px solid;
	margin-bottom: 10px;
}
.blogrow {
	display: flex;
	flex-direction: row;
	position:relative;
}
.blogNR:hover .infoNR {
	opacity: 1;
	transform: translateY(0px);
}
.blogNR:hover:before {
	opacity: 1;
}

.blogNR:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	transition: 0.5s;
	opacity: 0;
}

.infoNR a {
	background-color: #fecf30;
	color: #211b5a;
	padding: 10px 15px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.9rem;
	position: absolute;
	top: 20px;
}
.infoNR {
	position: relative;
	z-index: 3;
	color: white;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s;
	display: flex;
	justify-content: center;
}

.blogNR img {
	border-radius: 5px;
	margin-right: 10px;
	width: 150px;
	height:100%;
}
	.blogNR span {
		font-size: 1rem;
		font-weight: 400;
		color: #211b5a;
	}
	.blogNR h5 {
		font-size: 1.4rem;
		font-weight: 600;
		color: #211b5a;
		line-height: 16px;
	}
.NR-banner {
	width: auto;
	display: block;
	margin-bottom: 20px;
	height: 100%;
	position: relative;
	background: url(../Images/Newsroom/BGNR.png) no-repeat top left;
	border-radius:10px;
	padding:30px
}
.NR-bannerdeatil {
	display: flex;
	flex-direction: column;
	width: 100%;
	
}

.NR-bannerdeatil img{
	text-align: right;
	left: 125px;
	position: relative;
	display: block;
}

	.NR-bannerdeatil .tagline{
		display:flex;
		flex-direction:column;
		margin-top:30px;
	}

	.NR-bannerdeatil span {
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		margin-top: -8px;
		display: block;
	}
	.NR-bannerdeatil h5 {
		font-size: 30px;
		font-weight: 700;
		color: #fff;
		margin-bottom:0px;
	}
	.NR-bannerdeatil .tagline-detail {
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		margin-top: 20px;
		display: block;
		line-height: 22px;
		margin-left: 2px;
	}
	.NR-bannerdeatil a {
		color: #fff;
		font-size: 3rem;
		font-weight: 600;
		text-decoration: none;
		position: relative;
		margin-top: 20px;
	}
		.NR-bannerdeatil a .fa {
			margin-right: 5px !important;
			font-size: 3rem !important;
			color: #fbcd30
		}
		
		.date-A{
	display:flex;
	justify-content:space-between;
}
/*-------Reveal--------*/
.reveal {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

	.reveal.active {
		opacity: 1;
		transform: translateY(0);
	}


.reveal-fadedown {
	opacity: 0;
	transform: translateY(-60px);
	transition: opacity 0.7s cubic-bezier(.77,0,.18,1), transform 0.7s cubic-bezier(.77,0,.18,1);
}

	.reveal-fadedown.active {
		opacity: 1;
		transform: translateY(0);
	}

/******---------------------*/

@-webkit-keyframes rotate-vert-center {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes rotate-vert-center {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

.rotate-vert-center {
	-webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}


/*-------------MRR Forms--------------*/
.form-note {
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	background: #bfdbfe30;
	padding: 10px;
	border-radius: 10px;
	border: #3b82f6 1px dashed;
	width: 99%;
}

.row-F {
	flex-direction: row !important;
}

.fa-info-circle {
	color: #09005e !important;
}
.top-5{
	top: -5px;
}
.form-note h1 {
	display: flex;
	font-size: 2rem;
	color: #09005e;
	font-weight: 600;
	margin-bottom: 5px;
}

		.form-note h1 .fa {
			margin-top: -3px;
		}

	.form-note p {
		font-size: 1.4rem;
		line-height: 18px;
		margin-bottom: 5px;
		color:#000;
	}

small{
	display:block
}

.mar-T60 {
	margin-top: 60px;
}
#parentAccordion > .accordion-item {
	border: 0px !important;
	background-color: #f6de8f1f !important;
	padding: 10px;
	border-radius: 15px !important;
	margin-bottom: 15px;
}

#parentAccordion .accordion-item .accordion-body p {
	padding-left: 0px !important;
	color: #000 !important;
}

#parentHeadingOne .accordion-button,
#parentHeadingTwo .accordion-button,
#parentHeadingThree .accordion-button,
#parentHeadingFour .accordion-button,
#parentHeadingFive .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	font-size: 2.1rem;
	color: #09005e;
	text-align: left;
	background-color: #fff;
	border: 0 !important;
	overflow-anchor: none;
	line-height: 19px;
	border-radius: 15px;
	box-shadow: none !important;
}

#parentHeadingOne .accordion-button:not(.collapsed):after,
#parentHeadingTwo .accordion-button:not(.collapsed):after,
#parentHeadingThree .accordion-button:not(.collapsed):after,
#parentHeadingFour .accordion-button:not(.collapsed):after,
#parentHeadingFive .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon) !important;
}

	#parentHeadingOne .accordion-button:after,
	#parentHeadingTwo .accordion-button:after,
	#parentHeadingThree .accordion-button:after,
	#parentHeadingFour .accordion-button:after,
	#parentHeadingFive .accordion-button:after {
		background-image: url(../images/Newsroom/down-arrow.svg);
		background-repeat: no-repeat;
		background-size: 2rem;
		transition: transform .2sease-in-out;
		right: 25px;
		flex-shrink: 0;
		width: 2rem;
		height: 2rem;
		margin-left: auto;
		content: "";
	}



/*----CHID -----*/
#childHeadingOne .accordion-button,
#childHeadingTwo .accordion-button,
#childHeadingThree .accordion-button,
#childHeadingFour .accordion-button,
#childHeadingFive .accordion-button {
    border: 0px !important;
    background-color: #fff !important;
    padding: 10px;
    border-radius: 5px !important;
    margin-bottom: 15px;
    color: #111 !important
}

#childAccordion .accordion-item {
  border: 0px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    
}

#childAccordion .accordion-body {
  border: 0px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
 margin-bottom:15px;  
}
	#childAccordion .accordion-body p {
		padding-left: 0px !important;
		color: #000 !important;
	}
	#childAccordion .accordion-body b {
		padding-left: 0px !important;
		color:#000;
		font-weight:700;
	}

#childHeadingOne .accordion-button:after,
#childHeadingTwo .accordion-button:after,
#childHeadingThree .accordion-button:after,
#childHeadingFour .accordion-button:after,
#childHeadingFive .accordion-button:after {
	background-image: url(../images/Newsroom/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	transition: transform .2sease-in-out;
	right: 25px;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	margin-left: auto;
	content: "";
}

.heading-Blue-25 {
	font-size: 2.5rem;
	line-height: 1.46;
	color: #09005e;
	font-weight: 600;
}

.headingBB {
	border-bottom: #ccc 1px solid;
	margin-top: 20px;
	margin-bottom: 10px;
}


.ol-list li {
	font-size: 1.6rem;
	margin-bottom: 15px;
	line-height: 22px;
}

.radiodiv label, .othercheckbxH div {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.btn-none {
	background-color: transparent !important;
	padding: 0px !important;
	margin-right: 0px !important;
	min-width: auto !important;
	color: #fff !important;
	text-decoration: underline !important;
	font-size: 22px !important;
}

	.btn-none:hover {
		text-decoration: none !important;
		font-size: 22px !important;
	}

