* {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	box-sizing: border-box;
}

:focus-visible {
	outline: 0px;
	border: 0px;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6875;
	color: #848e9f;
	-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;
	}



.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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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: #848e9f;
		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: #848e9a;
	font-weight: 600;
	margin-bottom: 25px;
	display: block;
}

.grey-txt {
	color: #848e9a !important;
	font-weight: 500 !important;
}

p {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
	color: #848e9f;
	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(https://www.bronxtreatmentcenter.com/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;
}

.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%;
}

.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:none;
	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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
	.Treatmentblock__img img {
		width: 536px;
		height: 306px;
	}

	.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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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;
}

.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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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: #09005e;
	padding: 0;
}

	.cms-breadcrumb li {
		display: inline-block;
		font-size: 1.4rem;
		color: #09005e;
	}

		.cms-breadcrumb li a {
			color: #09005e;
			text-decoration: none;
		}

			.cms-breadcrumb li a:after {
				content: "\f105";
				font-family: FontAwesome;
				margin: 0 3px;
				color: inherit;
			}

		.cms-breadcrumb li a .fa {
			font-size: 1.4rem;
			font-weight:100 !important;
		}

			.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(https://www.bronxtreatmentcenter.com/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(https://www.bronxtreatmentcenter.com/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;
}

.accordion-button::after {
	background-image: url(https://www.bronxtreatmentcenter.com/Images/plus.png);
	
}

.accordion-button:not(.collapsed)::after {
	background-image: url(https://www.bronxtreatmentcenter.com/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:#848e9a !important
	}

	.card-body ul li {
		font-size: 1.6rem;
		color: #848e9a !important
	}

.check-list li {
	color:#848e9a !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: 20px;
	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.8rem;
}
	.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;
	}
