

.inner-banner-left {
    display: flex;
    flex-flow: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0px;
    margin: 0px;
    padding: 0px;
    width: auto;
    position: relative;
    cursor: unset;
    opacity: 1;
	padding-right: 55px;
}

.inner-banner-left h1 {
    color: #444;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
	margin:0;
}
.inner-banner-left .desc{
	color: #666;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	padding-top:20px;
}

.inner-banner-left h2{
	color: #666;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
	letter-spacing: 0.4px;
}

.inner-banner-sec {
    display: flex;
    flex-flow: row;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 0px;
    margin: 0px;
    padding: 40px 0;
    width: auto;
    position: relative;
    cursor: unset;
    opacity: 1;
	
}

.inner-banner-right {
    position: relative;
    
}

.inner-banner-right img {
    margin-left: auto;
    height: 100%;
}
.select-service-sec{
	background: #FFF1ED;
	padding: 60px 0 30px;
}

.sec-title {
    color: #444;
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.sec-sub-title{
	color: #666;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
}

.select-service-container{
	max-width:935px;
}

.service-box{
	display: flex;
    flex-flow: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0px;
    margin: 0px;
    padding: 0px;
    width: auto;
    position: relative;
    cursor: unset;
    opacity: 1;
	margin-bottom:30px;
	cursor:pointer;
}

.content-box{
	background:#fff;
	color: #444;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	padding: 25px 0;
	border-radius: 0 0 4px 4px;
	display:flex;
	align-items:center;
	justify-content:center;	
}

.img-sec {
    position: relative;
}

img.top-img {
    width: 100%;
}

img.arrow-bg {
    position: absolute;
    width: 52px;
    height: 54px;
    right: 0;
    top: 0;
}

.individual-service-sec {
    padding: 60px 0;
}

.individual-service-sec .content-box{
	background:#E2F0F0;
}

.service-name {
    border: 1px solid #9AE0E0;
    padding: 12px 17px;
    text-align: center;
    border-radius: 50px;
    height: 50px;
    color: #046461;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 26px; */
    letter-spacing: 0.28px;
    display: flex;
    align-items: center;
    justify-content: center;
	background:#E2F0F0;
}
.service-name.active, .service-name:hover{
	background:#046462;
	color:#fff;
	border: 1px solid #046462;
}
.all-service-sec {
    padding-bottom: 45px;
}
#serviceSlider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}
#serviceSlider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.service-block{
	padding:1.5rem 0;
}

.row.d-flex.ex-program{
	margin:0 15px !important;
}

.individual-service-sec .title-con{
	margin-top:60px !important;
}

.OurRationImage {
    margin-bottom: 10px;
	width: fit-content;
    margin: 0 auto 10px;
	
}
.rationCancerCare {
	padding: 25px 10px 40px 10px;
    margin: 0 auto;
	text-align:center;
}
.OurRationImage img {
    width: 100%;
    height: 55px;
}

.OurUnderLine {
    border-bottom: 1px solid;
    margin-top: 10px;
    text-decoration: none;
}
.successRatio {
    color: #046461;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 10px;
}

section#patientbenefit {
    background: #E2F3F3;
    padding: 60px 0;
}

.pb-item {
    background: transparent;
    margin: 0;
}

#patientbenefit .icon.sky{
	width: 100%;
	height: auto;
	border-radius: 28px;
	overflow: hidden;
}

.video-sec {
    position: relative;
}

.owl-carousel-webz .owl-item img {
    display: block;
    width: 100%;
    height: auto !important;
}

.owl-carousel-webz .owl-item img.play-img, .play-st-img {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    top: 50%;
    transform: translateY(-50%);
}


#patientbenefit .title-con{padding: 0 0 10px 0; text-align: center;}
#patientbenefit .content{
    background: transparent;
    padding: 15px 0;
    text-align: center;
}
#patientbenefit .content h4{
    font: normal normal normal 500 18px/22px Poppins;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#patientbenefit .content p{ color: #535353; font-size: 14px; margin-bottom: 7px;}
#patientbenefit .content p.cl-sub-title{
    color:#333;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#patientbenefit .content p.cl-exp{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#patientbenefit .owl-nav {
    margin: 20px auto;
    position: relative;
	width:153px;
}

#patientbenefit .owl-nav .nav-button.owl-prev, #patientbenefit .owl-nav .nav-button.owl-next{
	display: flex;align-items: center;justify-content: center;color: #ccc;font-size: 25px;}
#patientbenefit .owl-nav .owl-prev{position: absolute;top: 0;left: -4px;}
#patientbenefit .owl-nav .owl-next{position: absolute;top: 0;right: -4px;}
#patientbenefit .owl-dots {
    text-align: center;
    /* margin-top: 20px; */
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* top: 0; */
    bottom: -32px;
}

#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;
}

div#FaQSection {
    padding-top: 45px;
}

#FaQSection .sec-title{padding-bottom: 30px;}
.faq-title {
	font-weight: 500;
	inline-size: 91%;
	overflow-wrap: break-word;
}

.hr {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#ReadMoreBtn {
    color: #fff;
    border-radius: 5px;
    border: aliceblue;
    color: #046461;
    border-radius: 5px;
    border: aliceblue;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}
/*.row.d-flex.ml-0.customFAQ {
    border: 1px solid #EFEFEF;
    padding: 15px 25px;
    border-radius: 8px;
	margin-bottom:15px;
}*/

button.MyAccordion {
    position: absolute;
    right: -45px;
    border: none;
    background: unset;
    color: #F47322;
	/*top: 50%;
    transform: translateY(-50%);*/
}

.AskQuestion {
    padding-top: 50px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.panel {
    
    color: #444;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex-shrink: 0;
	padding-top:10px;
	inline-size: 91%;
}
.faq-title{
	font-weight:500;    
	inline-size: 95%;
    overflow-wrap: break-word;
	margin: 0 !important;
	/*font-size:18px;*/
}
.mb-2, .my-2 {
	margin-bottom: 0.5rem!important;
}

.faq_panel p{
	color: #666;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.desk-view{display:block;}
.mobile-view{display:none;}

.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
@media screen and (max-width: 768px){
	.desk-view{display:none;}
	.mobile-view{display:block;}
	.sec-title{
		color: #444;
		text-align: center;
		font-family: Poppins;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 30px; /* 150% */
	}
	.sec-sub-title{
		color: #666;
		text-align: center;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
		letter-spacing: 0.28px;
	}
	.inner-banner-sec {
		width: 100%;
		flex-direction: column;
		padding: 2.5rem 0px;
		margin: 0px auto;
	}
	.inner-banner-left h1{
		color: #444;
		text-align: center;
		font-family: Poppins;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 36px;
	}
	.inner-banner-left h2{
		color: #333;
		text-align: center;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.28px;
	}
	
	.inner-banner-left{padding-right:0;}
	
	.inner-banner-right {
		width: auto;
		margin-top: 3rem;
		height: auto;
	}
	
	.inner-banner-right img {
		width: 100%;
	}
	
	.inner-banner-left .desc {
		color: #666;
		text-align: center;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.28px;
	}
	
	.col-md-4.col-sm-6 {
		padding: 6px;
	}
	
	.content-box {
		
		padding: 10px 15px;
	}
	.all-service-sec {
		width:90%;
		margin:0 auto;
	}
	.row.d-flex.ex-program {
		margin: 0 !important;
	}
	#patientbenefit .owl-nav {
		width: 80%;
		margin: 0 auto;
	}
	#patientbenefit .owl-dots {
		width: 65%;
	}
	button.MyAccordion{
		right:-30px;
	}
	.faq-title{
		font-size: 16px;
	}
	.faq_panel p{
		font-size:12px;
	}
	.panel{
		inline-size: 100%;
		padding-right: 0;
	}
	#serviceSlider .owl-nav .owl-prev {
		left: -20px;
	}
	#serviceSlider .owl-nav .owl-next {
		right: -20px;
	}
	.service-box{
		margin-bottom:0;
	}
	.service-name{
		padding:12px 2px;
	}
	.col-sm-3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media only screen and (max-width: 580px){
	button.MyAccordion {
		right:-25px;
	}
}