

div#TreatmentDecision {
	font-size: 16px;
	text-align: justify;
	color: #666;
	line-height: 26px;
}

.OurServices{
	/*background: #FEF0EC;*/
	padding:40px 0;
}
.OurCancerCareProgram {
    margin-top: 0;
	padding:30px 0 20px;
}
.new-banner-section {
	padding: 40px 0;
}
.owl-nav.disabled {
    display: none !important;
}
.owl-dots.disabled {
    display: none !important;
}

.sec-title {
	color: #046461;
	font-family: Poppins;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	text-align: left;
}
.sec-sub-title {
	color: #666;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.36px;
}

.btn.cancer-expert-btn {
	text-align: center;
	border-radius: 10px;
	background: #046461;
	height: 50px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 0px;
	letter-spacing: 0.32px;
	margin: 50px auto 0;
	margin-top: 25px;
}

.num-sec {
	padding-top: 30px;
	flex-flow: row;
	gap: 10px;
}
.num-sec a {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.num-sec a svg {
    margin-right:6px;
}
.text-orange{
	color:#EA7C5B;
}

div#OurLeftbanner {
	padding: 0 30px 0;
}

.bn-right-sec{
	padding-left: 30px;
	border: none;
	background: none;
}

.pl-0{
	padding-left: 0!important;
}
.pr-0{
	padding-right: 0!important;
}
/* top portion*/

/* Need Help Section*/

.help-title {
	color: #046461;
	text-align: center;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; /* 125% */
	/*margin-bottom: 15px;*/
}

h2.section-header {
	color: #444;
	text-align: center;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px; /* 100% */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

h3.section-sub-header {
	color: #666;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.32px;
	margin: 0;
}

.choose-list{
	padding-top:25px;
}
h5.BeginHealingTitle {
    color: #046461;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.text-left{
	text-align: left;
}
.choose-list p {
    color: #444;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.26px;
}
.sub-list {
    display: flex;
    align-items: baseline;
}
.sub-list svg{
	margin-right:10px;
	width:20px;
}

.about-sec {
    background: #E2F0F0;
}
.sub-list div {
    width: 100%;
}
/* Need Help Section*/

/* oncologist */

.consult-onco-sec {
	padding: 25px 0 20px;
	background: #E2F0F0;
}


.row.onco-team-list {
	width: 100%;
}

a.CustomDrName {
	color: black;
}

.dr-desg.oncoCancerExpertDesc {
	color: #666;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp:1;
	-webkit-line-clamp:1;

}

.onco-team-list .clinic-item {
	background: transparent;
	height: 100%;
}

.item-inner {
	border-radius: 10px;
	border: 1px solid #D1D4E7;
	background: #FFF;
	padding: 15px 2px 15px 15px;
	gap: 15px;
	align-items: stretch;
	height: 100%;
	min-height: 180px;
}

.onco-team-list .dr-detail {
	text-align: left;
	/* padding-top: 15px; */
	display: flex;
	flex-flow: column;
	gap: 10px;
	width: 65%;
}

.dr-name {
	color: #046461;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	line-height: 20px;
}

.dr-edu span {
	display: flex;
	/*overflow: hidden;
	white-space: nowrap;
	overflow-x: scroll;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.dr-edu span::-webkit-scrollbar{
	display: none;
}

.dr-edu, .dr-exp {
	color: #666;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px;
	letter-spacing: 0.24px;
	gap: 5px;
}
.onco-team-list .clinic-item .dr-edu img, .onco-team-list .clinic-item .dr-exp img{
	width: 17px !important;
	height: 11px !important;
}
button.consult-btn {
	border-radius: 6px;
	background: #046461;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 0px;
	letter-spacing: 0.36px;
	height: 30px;
	border: none;
	outline: 0;
	width: 60%;
	margin-top: 10px;
	cursor: pointer;
}



.onco-team-list .clinic-item .icon.sky{
	width: 140px;
	min-width: 140px;
	height: 180px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #eef5f4;
}
.onco-team-list .clinic-item .icon.sky img,
#oncoSlider.owl-carousel .owl-item .icon.sky img,
#expertSlider.owl-carousel .owl-item .icon.sky img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover;
	object-position: top center;
	display: block;
	border-radius: 8px;
}
#oncoSlider.owl-carousel .owl-stage,
#expertSlider.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}
#oncoSlider .owl-item,
#expertSlider .owl-item {
	display: flex;
	height: auto;
}
#oncoSlider .owl-item .item,
#expertSlider .owl-item .item,
#oncoSlider .clinic-item,
#expertSlider .clinic-item,
#oncoSlider .clinic-item > a,
#expertSlider .clinic-item > a {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#oncoSlider .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 20%;
	align-items: center;
	margin: 0 auto;
}
#oncoSlider .owl-dots {
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
	display: flex;
	overflow: hidden;
	align-items: flex-start;
}

#oncoSlider .owl-dots .owl-dot {
	display: inline-block;
	position: relative;
	padding: 0;
}

#oncoSlider .owl-dots .owl-dot span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 6px;
	margin: 5px 5px;
	opacity: 0.5;
	width: 9px;
}

#oncoSlider .owl-dots .owl-dot.active span {
	background: #444;
	opacity: 1;
	width: 20px;
}
/* oncologist */

/* Program */

.inner-program {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	gap: 20px 0px;
	position: relative;
}

.program-container{
	max-width: 960px;
}

.program-box {
	position: relative;
	margin-bottom: 30px;

}
.pro-image{
	width: 100%;
	height:144px;
	border-radius: 4px 4px 0 0;
	object-fit: cover;
	object-position: center;
	display: block;
}
.program-title {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 0;
	border-bottom: 4px solid #E8A970;
	/*min-height: 93px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 4px 4px;
}

.program-title.yellow{
	border-color: #E8A970;
}
.program-title.blue{
	border-color: #A09ED1;
}
.program-title.green{
	border-color: #9DB67F;
}
.program-title.pink{
	border-color: #E48476;
}
.program-title.lightgreen{
	border-color: #74B59A;
}
.program-title.darkpink{
	border-color: #CF8C9D;
}
.program-title.neavyblue {
	 border-color: #809FB3;
}

.program-title.lightpink {
	border-color: #EA50AC;
}

.program-title.lavender {
	border-color: #6F7BB4;
}

.program-title.morpich {
	border-color: #018181;
}


.desk-view{display: block;}
.mobile-view{display: none;}

.overlay-detail {
	position: absolute;
	top: 0;
	left: 0;
	background: #E8A970;
	height: 100%;
	padding: 18px;
	text-align: left;
	margin: 0 15px;
	display: none;
	border-radius: 5px;
}
.overlay-detail.yellow{
	background: #E8A970;
}
.overlay-detail.blue{
	background: #A09ED1;
}
.overlay-detail.green{
	background: #9DB67F;
}
.overlay-detail.pink{
	background: #E48476;
}
.overlay-detail.lightgreen{
	background: #74B59A;
}
.overlay-detail.darkpink{
	background: #CF8C9D;
}
.overlay-detail.neavyblue {
	background: #809FB3;
}
.overlay-detail.lightpink {
	background: #EA50AC;
}

.overlay-detail.morpich {
	background: #018181;
}

.overlay-detail.lavender {
	background: #6F7BB4;
}

/* Program */

/* buy supplement*/


.flex-colomn {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	gap: 20px 0px;
	position: relative;
}

/* buy supplement*/

/* care item */


#patientbenefit .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 20%;
	align-items: center;
	margin: 0 auto;
	position: initial;
}
#patientbenefit .owl-dots {
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: max-content;
}

#patientbenefit .owl-dots .owl-dot {
	display: inline-block;
	position: relative;
	padding: 0;
}

#patientbenefit .owl-dots .owl-dot span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 6px;
	margin: 5px 5px;
	opacity: 0.5;
	width: 9px;
}

#patientbenefit .owl-dots .owl-dot.active span {
	background: #444;
	opacity: 1;
	width: 20px;
}

/* care item */


#patientbenefit:not(.survivors-speak) {
    padding: 40px 0 20px;
    background: #ffffff;
}


#patientbenefit:not(.survivors-speak) .content {
	background: transparent;
	padding: 15px 0;
	text-align: center;
}

.w-100{width: 100%;}

.OurTreatmentBenefits {
	padding: 40px 0 30px;
	background: #FCFAF7;
}

div#FaQSection {
    padding-top: 40px;
    padding-bottom: 20px;
}

.pb-item {
    background: none;
    margin: 0;
    margin-bottom: 30px;
}

@media(max-width: 360px) {
	.btn-ex-program {
		font-size: 14px;
	}
}


@media(max-width: 767px) {
	button.MyAccordion {
        right: 0;
    }
	.about-sec h3{
		font-size:20px;
		color: #444;
		text-align: center;
		font-family: Poppins;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 169.231% */
		letter-spacing: 0.26px;
	}
	.OurUnderLine {
		margin-left: 30px;
	}
	.MobileVideoIcon {
		position: absolute;
		width: 60px !important;
		height: 60px !important;
		top: 35%;
	}
	
	#oncoSlider .owl-dots{
		width: 55%;
	}
	.onco-team-list .clinic-item .icon.sky {
		width: 110px;
		min-width: 110px;
		height: 150px;
	}
	
	div#TreatmentDecision {
		font-size: 13px;
		text-align: justify;
		color: #666;
		line-height: 22px;
	}
	
	.OurCancerCareProgram {
		margin-top: 0px;
	}
	
	.new-banner-section {
		margin-top: 0;
		padding-bottom: 40px;
		padding-top: 25px;
	}

	div#OurLeftbanner {
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
	}

	.bn-right-sec {
		padding-left: 0;
		padding-top: 10px;
	}

	.sec-title{
		text-align: left;
		background: none;
		color: #046461;
		font-family: Poppins;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 40px;
	}

	.sec-sub-title{
		font-size: 16px;
	}

	.btn.cancer-expert-btn{
		width: 100%;
		margin-top: 20px;
		height: 40px;
	}

	.help-title {
		margin: 0;
		width: 95%;
		color: #046461;
		text-align: center;
		font-family: Poppins;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 38px;
	}

	h3.section-sub-header{
		font-size: 13px;
		line-height: 22px;
	}

	.consult-onco-sec  h2.section-header, .cancer-care-item-sec h2.section-header{
		align-items: baseline;
	}

	h2.section-header {
		font-size: 20px;
		line-height: 30px;
		width: 93%;
		position: relative;
		margin: 0 auto;
		color:#046461;
	}
	
	.num-sec {
		gap: 15px;
		padding-top:0;
	}
	.number-sec{display: flex; align-items: center;}
	

	.d-flex.icon-sec{
		flex-flow: row;
	}

	
	#productSlider .owl-nav, #oncoSlider .owl-nav, #expertSlider .owl-nav{
		width: 80% !important;
	}

	#patientbenefit .owl-nav{
		width: 80% !important;
	}

	.consult-onco-sec {
		border-bottom: 1px solid #ccc;
	}

	
	.program-box {
		padding: 0 8px 0 0;
		margin-bottom: 25px;
	}
	.program-title{
		padding: 5px 0;
		font-size: 16px;
		background: #fff;
		border-radius: 0 0 4px 4px;
		border-width: 5px;
		line-height: 24px;

	}
	
	.pro-image {
		width: 100%;
		border-radius: 4px 4px 0 0;
		height: 110px;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		transition: transform 200ms linear 0s;
	}
	
	iframe {
	  width: 100%;
	  height: auto;
	  display: block;
	}

	iframe[src*="youtube.com"] {
	  aspect-ratio: 16 / 9;
	}

	.pro-content .btn{
		width: auto;
	}

	.read-more-sec{
		align-items: center;
		display: flex;
		gap:2px;
	}

	.devider-line {
		height: 1px;
		border-bottom: 1px solid rgb(224, 224, 224);
		flex: 1 1 0%;
	}

	.read-more{
		color: #046461;
		font-family: Poppins;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px; /* 171.429% */
		letter-spacing: 0.28px;
		text-decoration-line: underline;
	}

	.case-desc.show-full{
		display: block;
		overflow: initial;
	}
}

@media only screen and (max-width: 560px){
	.program-title {
		/*min-height: auto;*/
		min-height: 63px;
	}

}
@media only screen and (max-width: 480px){
	/*.program-title {
		font-size: 15px;
	}*/
}
@media only screen and (max-width: 440px) {
	/*.program-title.mobile-view {
		min-height: 97px;
	}*/
}
@media only screen and (max-width: 400px) {
	.graph-sec svg {
		position: absolute;
		top: 6px;
		width: 100%;
		margin-top: 12px;
		margin-left: -24px;
	}
	.ytp-cued-thumbnail-overlay-image {
		-webkit-background-size: contain !important;
	}
}

@media only screen and (max-width: 360px){
	.program-title {
		font-size: 13px;
	}
	.ytp-cued-thumbnail-overlay-image {
		-webkit-background-size: contain !important;
	}
	.item-title{
		font-size: 13px;
	}
}

/* ===== Hero gallery: stop portrait slides from stretching the banner ===== */
.new-banner-section .bn-right-sec {
	margin-top: 0 !important;
	border: none !important;
	background: transparent !important;
	overflow: hidden;
}

#hospitalImgSlider {
	width: 100%;
	max-height: none;
	height: auto !important;
	overflow: visible !important;
}

#hospitalImgSlider .owl-stage-outer,
#hospitalImgSlider .owl-stage,
#hospitalImgSlider .owl-item,
#hospitalImgSlider .owl-item .item,
#hospitalImgSlider .item .icon {
	height: 380px !important;
	max-height: 380px !important;
	overflow: hidden !important;
}

#hospitalImgSlider .item .icon {
	position: relative;
	width: 100%;
	border-radius: 12px;
	background: #f0f0f0;
}

#hospitalImgSlider .owl-item img,
#hospitalImgSlider .owl-item img.customDownloadSlider,
.owl-carousel-webz#hospitalImgSlider .owl-item img,
.owl-carousel-webz#hospitalImgSlider.owl-carousel .owl-item img {
	width: 100% !important;
	height: 380px !important;
	max-height: 380px !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
	position: static !important;
}

#hospitalImgSlider .owl-nav {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
	position: relative !important;
	top: auto !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

#hospitalImgSlider .owl-nav .owl-prev,
#hospitalImgSlider .owl-nav .owl-next {
	position: static !important;
	display: inline-flex !important;
	float: none !important;
	margin: 0 !important;
}

#hospitalImgSlider .owl-nav.disabled {
	display: flex !important;
}

#hospitalImgSlider .owl-dots {
	margin-top: 8px;
	text-align: center;
	height: auto !important;
	overflow: visible !important;
}

@media (max-width: 991px) {
	#hospitalImgSlider .owl-stage-outer,
	#hospitalImgSlider .owl-stage,
	#hospitalImgSlider .owl-item,
	#hospitalImgSlider .owl-item .item,
	#hospitalImgSlider .item .icon,
	#hospitalImgSlider .owl-item img,
	#hospitalImgSlider .owl-item img.customDownloadSlider {
		height: 300px !important;
		max-height: 300px !important;
	}
}

@media (max-width: 767px) {
	#hospitalImgSlider .owl-stage-outer,
	#hospitalImgSlider .owl-stage,
	#hospitalImgSlider .owl-item,
	#hospitalImgSlider .owl-item .item,
	#hospitalImgSlider .item .icon,
	#hospitalImgSlider .owl-item img,
	#hospitalImgSlider .owl-item img.customDownloadSlider {
		height: 240px !important;
		max-height: 240px !important;
	}
}

/* Hero lead form */
.hospital-hero-meta {
	color: #f5a623;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	margin-top: 8px;
	font-size: 15px;
}
.hospital-hero-pitch {
	margin-top: 12px;
	line-height: 1.55;
	color: #333;
	max-width: 540px;
	font-family: Poppins, sans-serif;
	font-size: 15px;
}
.hospital-hero-address {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
	color: #666;
	max-width: 540px;
}
.hospital-hero-address a {
	color: #046461;
	text-decoration: underline;
}
.hospital-hero-lead-form {
	margin-top: 20px;
	max-width: 420px;
	padding: 18px 18px 16px;
	border: 1px solid #d5e5e4;
	border-radius: 12px;
	background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
}
.hospital-hero-form-title {
	margin: 0 0 4px;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.hospital-hero-form-trust {
	margin: 0 0 14px;
	color: #5a6b66;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
.hospital-hero-field {
	display: block;
	margin-bottom: 10px;
}
.hospital-hero-field input,
.hospital-hero-field select {
	width: 100%;
	height: 46px;
	padding: 0 12px;
	border: 1px solid #c9d6d5;
	border-radius: 8px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	color: #222;
	background: #fff;
	box-sizing: border-box;
}
.hospital-hero-field input:focus,
.hospital-hero-field select:focus {
	outline: none;
	border-color: #046461;
	box-shadow: 0 0 0 2px rgba(4, 100, 97, 0.15);
}
.hospital-hero-form-error {
	margin: 0 0 8px;
	color: #c0392b;
	font-family: Poppins, sans-serif;
	font-size: 13px;
}
.hospital-hero-form-error[hidden] {
	display: none !important;
}
.hospital-hero-lead-form .hospital-hero-submit {
	margin-top: 4px;
	width: 100%;
}
.hospital-hero-secondary-ctas {
	padding-top: 16px;
}
.hospital-hero-book-btn {
	margin-top: 12px;
}
.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;
}

/* Doctor consult outside profile link */
.onco-team-list .clinic-item {
	position: relative;
}
.onco-team-list .clinic-item > .consult-btn {
	display: block;
	margin: 10px 15px 0;
	width: calc(100% - 30px);
	max-width: 160px;
}

/* Mid-page micro CTAs on hospital pages */
.section-micro-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 12px;
	margin: 8px auto 28px;
	max-width: 720px;
	padding: 0 16px;
	text-align: center;
}
.section-micro-cta-prompt {
	color: #5a6b66;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}
.section-micro-cta-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.section-micro-cta-btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	margin: 0;
	border: none;
	border-radius: 999px;
	background: #046461;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(4, 100, 97, 0.28);
}
.section-micro-cta-btn:hover,
.section-micro-cta-btn:focus {
	background: #035451;
	color: #fff;
	outline: none;
}
.section-micro-cta--hospital {
	margin-top: 4px;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.hospital-hero-lead-form {
		max-width: none;
	}
	.sec-title {
		font-size: 26px;
		line-height: 1.3;
	}
}
