/*
font-family: "Montserrat", serif;
thin - 100
extra-light - 200
light - 300
regular - 400
medium -500
semi-bold -600
bold - 700
extra bold - 800
black - 900
*/
a{
	text-decoration: none;
	color: #2E2E2E;
	transition: all .2s linear;
}
a:hover{
	color: #104D98;
}
strong, b{
	font-weight: 600;
}
img{
	max-width: 100%;
	height: auto;
}
.color_red{
	color:#D0093B;
}
.sec_padd{
	padding: 100px 0;
}
.fw_500{
	font-weight: 500;
}
body{
	font-family: "Libre Franklin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2E2E2E;
}

/** header css start **/
.header_sec{
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.hdr_top {
    background: linear-gradient(90deg, #E1556E 0%, #CF0337 100%);
    color: #fff;
}
.hdr_top_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}
.hdr_top_right ul li a {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 9px 0;
}
.hdr_top_right ul li a:hover{
	font-weight: 600;
}
.hdr_top_right ul li a img{
	margin-right: 9px;
}
/* Force top header buttons to be white */
.top-header-menu a,
.top-header-menu a:hover,
.top-header-menu a:visited,
.top-header-menu a:focus {
	color: #fff !important;
}
.hdr_inr .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    padding: 9px;
    transition: all .2s linear;
}
.hdr_inr .navbar-light .navbar-nav .nav-link:hover{
	text-decoration: underline;
	font-weight: 600;
}
.hdr_inr .navbar-light{
	padding: 17px 0;
}
.hdr_inr .navbar-light .navbar-brand{
	padding: 0;
}
/** header css end **/

.banner_sec{
	position: relative;
}
.banner_cap{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	color: #fff;
}
.bnr_head{
	font-weight: 500;
	font-size: 67px;
	line-height: 70px;
	margin: 0 0 24px;
}
.bnr_head strong{
	font-style: italic;
}
.banner_cap p {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 33px;
}
.btn_cmn {
    background: #CE0135;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 16px 30px;
    min-width: 189px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
}

.btn_cmn:hover{
	background: #CE0135;
	background: linear-gradient(0deg, #CE0135, #CE0135), linear-gradient(270deg, #CE0035 0%, #E1556E 100%);
    box-shadow: 0px 4px 4px 0px #00000080 inset;
	color: #fff;
	font-weight: 700;
}
.head_cmn{
	font-weight: 300;
	font-size: 51px;
	line-height: 64px;
	color: #666666;
	margin-bottom: 22px;
}
.sub_head{
	font-weight: 300;
	font-size: 28px;
	line-height: 35px;
	color: #666666;
}
.sub_head strong{
	font-weight: 500;
}
.cancer_care_right {
    position: relative;
    padding-left: 90px;
}
.cancer_care_right figure {
    position: absolute;
    left: -70px;
    top: -70px;
}
.cancer_bg_line{
	position: relative;
}
.step_slider_cont:not(.slick-initialized) .step_slid_cont + .step_slid_cont{
	display: none;
}
.step_bg_right {
    position: absolute;
    right: 0;
    top: 17%;
    width: 100%;
}
.step_bg_line{
	position: relative;
}
.step_slider_cont{
	margin-top: 92px;
}
.step_bg_right_in{
	padding-left: 90px;
}
.step_slid_cont h4{
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 25px;
}
.step_thumbs {
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
    background-image: url(../images/slider_arrow.svg);
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right center;
    width: 31px;
    height: 16px;
    font-size: 0;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.slick-arrow.slick-prev {
    transform: rotate(180deg);
}
.slick-arrow.slick-disabled{
	background-size: 49px auto;
	pointer-events: none;
}
.slick-next.slick-arrow {
    left: 120px;
}
/*.step_thumb_in {
    text-align: center;
    padding: 10px 0;
    min-width: 226px;
}
.step_thumb_in h4 {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFF6F1;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 10px;
    margin-bottom: 25px;
    white-space: nowrap;
    transition: all .2s linear;
}
.step_thumb_icon{
	margin: 0 auto;
	box-shadow: 0px 4px 4px 0px #00000040;
    background: #FDF7F3;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
}
.step_thumb_in:hover h4, 
.step_thumb_in:hover .step_thumb_icon{
	background: #CE0135;
	color: #fff;
}
.step_thumb_in:hover .step_thumb_icon img{
	filter: invert(50%);
}*/

.btn_grp .btn_cmn:first-child{
	margin-right: 38px;
}
.btn_cmn.btn_bg2{
	background: #0D3D3E;
}
.btn_cmn.btn_bg2:hover{
	background: #3D6465;
	background: linear-gradient(90deg, #3D6465 0%, #0D3D3E 100%);
	box-shadow: 0px 4px 4px 0px #000000CC inset;
}
.sub_head{
	font-weight: 300;
	font-size: 28px;
	line-height: 35px;
}
.exper_sec p{
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #2E2E2E;
	margin-bottom: 0;
}
.exper_sec{
	/*background: linear-gradient(189.03deg, rgba(255, 255, 255, 0.8) 25.77%, rgba(242, 215, 194, 0.8) 48.04%, rgba(255, 255, 255, 0.8) 91.19%);*/
	padding-bottom: 30px;
}
.recovery_item {
    border-radius: 20px 0 0 20px;
    padding: 37px 50px 61px 30px;
    background: #F2BBA7;
    min-height: 472px;
    max-height: 490px;
    overflow: hidden;
}
.recovery_item:nth-child(2){
	background: #F5C9B9;
}
.recovery_item:nth-child(3){
	background: #F7D6CA;
}
.recovery_item:nth-child(4){
	background: #F9E0D7;
}
.recovery_item:nth-child(5){
	background: #FBEBE5;
}
.recovery_item:not(:nth-child(1)){
	margin-left: -5%;
}
.recovery_item.col:last-child {
    border-radius: 20px;
}
.rec_icon{
	height: 55px;
	width: 55px;
	background: #FDF7F3;
	box-shadow: 0px 2.23px 2.23px 0px #00000040;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 23px;
}
.rec_item_count {
    margin-bottom: 107px;
	font-weight: 200;
	font-size: 73.86px;
	line-height: 94.14px;
	color: #666666;
	position: relative;
	display: flex;
}
.recovery_item.active .rec_item_count{
	font-weight: 800;
	font-size: 211px;
	line-height: 220px;
	margin-bottom: 0;
	margin-top: -20px;
	color: rgba(255,255,255,0.7);
}

.rec_icon img {
    max-height: 40px;
}
.recovery_item > h4{
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	color: #7A7A7A;
}
.cnt_act_icon {
    /* position: absolute; */
    margin: 32px 0px 0 -50px;
    background: #CE0135;
    height: 100px;
    width: 100px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: initial;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    flex-direction: column;
}
.rec_active_cont h4{
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 30px;
	color: #666666;
}
.rec_active_cont h4 span{
	font-weight: 700;
}
.rec_active_cont p{
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #444444;
	margin-bottom: 0;
}
.recovery_item.active{
    padding-right: 100px;
    padding-left: 65px;
}
.recovery_item.active .rec_icon, 
.cnt_act_icon,
.rec_active_cont,
.recovery_item.active > h4{
	display: none;
}
.recovery_item.active .rec_active_cont{
	display: block;
}
.recovery_item.active .cnt_act_icon{
	display: flex;
}
.recovery_item{
	width: 18%;
    min-width: 18%;
	cursor: pointer;
    transition: 0.5s;
}
.recovery_item.active {
    min-width: 38%;
}
.cnt_act_icon img {
    /*height: 76px;
    width: 38px;*/
}
.the_standerd_sec {
    background: url(../images/patel_svg_left.svg) no-repeat, linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.8) 58.52%, rgba(242, 215, 194, 0) 100%);
    background-size: initial;
    background-position: 0 -40px;
}
.standart_item_block {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.standart_item{
	padding: 0 7px;
	width: 300px;
}
/*.standart_item:nth-child(2n){
	padding-top: 79px;
}*/
.standard_slider:not(.slick-initialized) .standart_item + .standart_item{
	display: none;
}
.standart_item_cnt{
	padding: 33px 20px;
	font-weight: 400;
	font-size: 21px;
	line-height: 31px;
	color: #353535;
	min-height: 130px;
}
.standart_item_block figure{
	position: relative;
	padding-top: 70%;
	overflow: hidden;
}
.standart_item_block figure img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center;
}
.standard_slider .slick-list {
    padding: 0 15% !important;
}
.stdrd_btn{
	margin-top: 36px;
	opacity: 0;
	pointer-events: none;
	
}
.standard_slider .standart_item.slick-current .stdrd_btn{
	opacity: 1;
	pointer-events: auto;
}
.led_care_box {
    position: relative;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #79797933;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    transition: all .2s linear;
}
.led_care_box figure {
    height: 60px;
    width: 60px;
    background: #CF0337;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.link_full{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.lcare_view_more{
	background: #CF0337;
	color: #fff;
	font-weight: 700;
}
.led_care_box:hover{
	transform: scale(1.05);
	background: #CF0337;
	color: #fff;
	border: 1px solid #79797933;
	box-shadow: 1px 6px 4px 0px #00000059 inset;
}
.led_care_box:hover figure{
	background: #fff;
}
.led_care_box figure img+img{
	position: absolute;
	opacity: 0;
}
.led_care_box:hover figure img+img {
    position: absolute;
    opacity: 1;
}
/*.led_care_box:hover figure img{
	filter: brightness(0) invert(17%) sepia(35%) saturate(7253%) hue-rotate(329deg) brightness(90%) contrast(130%);;
}*/
.meet_expert_sec{
	background: linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.4) 58.52%, rgba(242, 215, 194, 0) 100%);
	position: relative;
}
.meet_hdr{
	margin-bottom: 32px;
	position: relative;
	padding-right: 80px;
	display: inline-block;
}
.meet_hdr h4{
	font-weight: 500;
	font-size: 30.64px;
	line-height: 45.96px;
	color: #3E3E3E;
	margin-bottom: 0;
    text-decoration: underline;
}
.meet_hdr p{
	font-weight: 400;
	font-size: 21px;
	line-height: 33.92px;
	color: #666666;
	margin-bottom: 0;
}
.pro_in {
    position: absolute;
    top: 15px;
    right: 0;
}
.meet_cont {
    list-style: none;
    padding: 0;
    margin: 0;
}
.meet_cont li{
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	display: flex;
}
.meet_cont li p{
	margin-bottom: 0;
}
.meet_cont li label {
    font-weight: 600;
    min-width: 150px;
}
.meet_cont li .speclity_tag {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    border: none;
    display: list-item;
    list-style: decimal;
    list-style-type: disc;
    margin-bottom: 10px;
}
.lm_doctor {
    margin-top: 30px;
}
.lm_doctor a{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}
.meet_expert_thumb {
    padding: 0 0%;
    position: absolute;
    right: 0;
    width: 59%;
    top: 175px;
}
/*.meet_expert_thumb:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 100%;
    z-index: 1;
    background: url(../images/meet_svg.svg) no-repeat;
    background-position: left center;
    background-size: 100% 100%;
}*/
.meet_expert_thumb:before{
    content: "";
    position: absolute;
    left: 200px;
    top: 30px;
    height: calc(100% - 60px);
    width: 100%;
    z-index: 1;
    /* Remove the gradient background that creates the top line */
    background: transparent;
}
.meet_expert_thumb .slick-arrow {
    left: 8%;
}
.meet_expert_thumb .slick-arrow.slick-next {
    left: 18%;
}
.meet_expert_thumb:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 40px;
    height: calc(100% - 80px);
    /* Remove the background that creates the bottom line */
    background: transparent;
    z-index: 2;
    width: 100%;
}
/*.meet_expert_thumb .slick-list {
    z-index: 4;
    padding-right: 2% !important;
}*/
.meet_expert_thumb .slick-list {
    z-index: 4;
    padding-right: 100px !important;
    padding-left: 50px !important;
    overflow: visible !important;
}
/*.meet_thumb_item {
    margin: 0 5px;
    border-radius: 20px;
    overflow: hidden;
}*/
.meet_thumb_item{
    padding: 70px 5px;
    opacity: 0.7; /* Change from 0 to 0.7 to make unselected items slightly visible */
}
.meet_thumb_item figure{
	margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
}
.meet_thumb_item figure img{
	width: 100%;
}
.meet_thumb_item.slick-current figure{
	transform: scale(1.4);
}
.meetexpert_in {
    overflow: hidden;
    padding-bottom: 125px;
    padding-top: 70px;
    position: relative;
    background: url(../images/patel_svg.svg) no-repeat;
    background-size: 200px;
    background-position: 100% -30px;
}
.meet_thumb_item.slick-current {
    opacity: 1;
    position: relative;
    z-index: 4;
}
.meet_thumb_item.slick-current ~ .meet_thumb_item{
    opacity: 0.7; /* Change from 0.7 to ensure proper visibility */
}
.meet_expert_thumb .slick-arrow{
	bottom: -60px;
}
.right_people_sec{
	overflow: hidden;
    padding-bottom: 60px;
}
.ppl_right{
	padding-left: 100px;
}
footer.footer_sec {
    background: linear-gradient(108.96deg, rgba(242, 215, 194, 0.36) 90%, rgba(255, 255, 255, 0.6) 130.92%);
    padding: 55px 0 25px;
}
ul.footer_menu {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    list-style: none;
}
ul.footer_submenu {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    list-style: none;
    margin-top: 7px;
}
ul.footer_menu > li {
    margin-bottom: 20px;
}
ul.footer_submenu > li {
    margin-bottom: 8px;
}
ul.social_icon {
    display: flex;
    list-style: none;
    justify-content: end;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.copyright,.copyright a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
}
.copyright a:before {
    content: '|';
    margin: 0px 14px;
}
section.connect_sec.sec_padd {
    background: url(../images/connect_bg.webp), linear-gradient(270deg, #CE0035 0%, #E1556E 100%);
    background-repeat: no-repeat;
    background-size: contain, 100%;
    background-position: 0 2px, center;
}
.connect_sec h2 {
    font-weight: 300;
    font-size: 67px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 28px;
}
.connect_sec h2 img {
    vertical-align: bottom;
}
.connect_sec p{
    font-size: 28px;
    line-height: 42px;
    margin: 0;
    color: #fff;
}
.phone_grp a,.phone_grp b, .phone_grp strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    /*margin-left: 20px;*/
} 
.phone_grp a{
    font-weight: 400;
}
.phone_grp {
    margin: 25px 0;
}
p.fw-500 {
    font-weight: 500;
}
.blog_item > img {
    margin-bottom: 26px;
}
.blog_body p {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #CE0135;
}
.blog_body h4 {
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
}
.blog_body span {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #666666;
    display: block;
    margin-bottom: 8px;
}
.blog_item_vt {
    display: flex;
    flex-direction: row-reverse;
}
.blog_item_vt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.blog_item_vt + .blog_item_vt {
    margin-top: 30px;
}
section.led_care_sec {
    background: url(../images/patel_svg.svg) no-repeat;
    background-size: contain;
    background-position: 100% -50px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #FFD9CB;
    color: #CE0135;
    box-shadow: 0px 4px 4px 0px #0000001A inset;
    font-weight: 500;
}
ul#myTab {
    background: #FAF0E899;
    display: flex;
    justify-content: center;
    width: max-content;
    padding: 6px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50px;
}
.nav-tabs .nav-link {
    color: #CE0135;
    padding: 20px 46px;
    border-radius: 50px;
}
ul.tab_list {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    list-style: none;
    margin: 2rem 0;
}

ul.tab_list li + li {
    margin-top: 25px;
}
ul.tab_list li {
    position: relative;
    padding-left: 75px;
    min-height: 52px;
    display: flex;
    align-items: center;
}
ul.tab_list li img {
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.story_slider {
    list-style: none;
    padding: 0;
    padding-bottom: 50px;
}
.story_item {
    background: linear-gradient(180deg, rgb(255 241 232) 0%, rgb(255 241 232) 58.52%, rgb(255 241 232) 100%);
    padding: 20px 30px;
    border-radius: 20px;
    max-width: 305px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
}
/*.story_item:after {
    content: url(../images/quote.webp);
    position: absolute;
    top: 0;
    right: 0;
}*/
.story_item.with_video {
    max-width: 590px;
    padding: 0;
}
.story_item.with_video video {
    width: 100%;
    object-fit: cover;
    height: 310px;
}
.story_item.with_video p{
	padding: 20px 30px;
}
.story_item img {
    margin-bottom: 30px;
}
.story_item p {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #3E3E3E;
}
.story_item h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    margin: 0;
}
.standart_item.slick-slide.slick-current {
    opacity: 1;
}
.standart_item.slick-slide {
    opacity: 0.6;
}
.story_slider .slick-list {
    padding: 0 5rem;
}
.hide_desktop {
    display: none !important;
}
/*About page*/
section.inner_banner {
    text-align: center;
}
section.inner_banner img {
    width: 100%;
}

.overlay_sec {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 20px 20px 40px;
}
.overlay_sec h1 {
    font-weight: 400;
    font-size: 67px;
    text-shadow: 0px 0px 10px #000;
}
.overlay_sec p {
    color: #fff;
    font-size: 26px;
}
.overlay_sec h1 span {
    font-weight: 600;
}
h2.grad_text, .grad_text {
    font-weight: 300;
    font-size: 51px;
    background: linear-gradient(27deg, #666666 36%, #CE0135 94.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5rem;
}
h2.grad_text em {
    font-weight: 500;
    font-style: italic;
}
h2.grad_text img {
    margin-top: -23px;
}
section.sec_padd.mv_sec {
    background: url(../images/patel_svg.svg) no-repeat, linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.8) 58.52%, rgba(242, 215, 194, 0) 100%);
    background-size: contain;
    background-position: 100% 0;
}
h4.red_head {
    color: #CE0135;
    font-weight: 500;
    /*font-size: 28px;*/
    line-height: 24px;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    font-weight: 700;
    color: #353535;
    box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button,.accordion-body {
    padding-left: 6rem;
    background: transparent;
}
.value_sec {
    background: url(../images/bg.webp) no-repeat;
    background-size: contain;
}
.accordion-item {
    background: transparent;
}
button.accordion-button.collapsed img {
    opacity: 0;
    visibility: hidden;
}
.accordion-header{
	position: relative;
}
.accordion-header img {
    position: absolute;
    left:5px;
    top: 20px;
}
.accordion-body {
    position: relative;
    padding-top: 0;
}
ul.testimonial_slider {
    padding: 0;
    list-style: none;
    margin: 0 -12px;
}
.testimonial_sec {
    background: linear-gradient(189.03deg, rgba(242, 215, 194, 0) 26.86%, rgba(242, 215, 194, 0.8) 56.86%, rgba(255, 255, 255, 0.8) 71.19%);
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
.testimonial_item {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    text-align: left;
}
.testimonial_item img {
    width: 100%;
}
.testimonial_body{
	padding: 25px;
}
ul.testimonial_slider li {
    margin: 15px;
}
ul.testimonial_slider .slick-list {
    padding: 0px 0;
}
/*ul.testimonial_slider li:nth-child(even){
    margin-top: -50px;
}*/
ul.testimonial_slider .slick-prev.slick-arrow {
    left: 45%;
    right: auto;
}
ul.testimonial_slider .slick-next.slick-arrow {
    left: auto;
    right: 45%;
}
ul.clinic_slider {
    list-style: none;
    padding: 0;
}
ul.clinic_slider .slick-prev.slick-arrow {
    left: 45%;
    right: auto;
}
ul.clinic_slider .slick-next.slick-arrow {
    left: auto;
    right: 45%;
}
ul.clinic_slider li {
    text-align: center;
    margin: 10px;
}
ul.clinic_slider li img {
    width: 100%;
}
ul.clinic_slider li h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #CE0135;
    margin: 14px 0 30px;
}
.clinic_sec {
    background: url(../images/patel_svg.svg) no-repeat, linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.4) 58.52%, rgba(242, 215, 194, 0) 100%);
    background-size: contain;
    background-position: right 0%;
    padding-top: 0;
}
.ppl_left{
	position: relative;
}
.ppl_left p {
    position: absolute;
    top: 40px;
    font-family: Libre Franklin;
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    text-align: left;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
ul.social_icon.hide_desktop {
    display: none !important;
}
section.sec_padd.story_sec {
    background: linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.4) 58.52%, rgba(242, 215, 194, 0) 100%);
	background-size: 100%;
	background-position: top;
    position: relative;
    padding-bottom: 50px;
}
section.sec_padd.story_sec:after{
    content: url(../images/patel_svg_left.svg);
    position: absolute;
    left: 0;
    top: -15%;
}
.story_slider .slick-arrow.slick-prev {
    left: 45%;
}
.story_slider .slick-next.slick-arrow {
    left: auto;
    right: 45%;
}
.video_sec {
    position: relative;
}
span.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.blog_item a{
	display: none;
}
.blog_item_vt a{
	display: none;
}
.standard_slider .slick-prev.slick-arrow {
    left: 45%;
    right: auto;
}
.standard_slider .slick-next.slick-arrow {
    left: auto;
    right: 45%;
}
h4.red_head + p {
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
}
.value_sec{
    background: url(../images/bg-round.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
.footer_logo {
    width: 75%;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.recovery_main {
    padding: 0 60px;
}
section.sec_padd.navi_sec {
    background: url(../images/patel_svg.svg) no-repeat, linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.8) 58.52%, rgba(242, 215, 194, 0) 100%);
    background-size: contain;
    background-position: 100% 0;
}
h2.grad_text span {
    margin-top: 2rem;
    display: block;
    color: #2E2E2E;
    background: #2E2E2E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.partner_sec{
    text-align: center;
}
.partner_sec p{
    font-size: 18px; 
    color: #666666;
}
.role_sec p{
    font-size: 18px;
}
.role_sec p.sub_head{
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
}
.role_sec ul{
    font-size: 18px;
}
.role_sec ul span {
    display: block;
}

.role_sec ul li {
    margin-bottom: 2rem;
}
ul.method_slider li {
    background: #F5C9B980;
    padding: 23px 25px 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    border-radius: 20px;
    position: relative;
    margin-right: 13px;
}
ul.method_slider {
    list-style: none;
    padding: 0;
}
ul.method_slider li h4,ul.method_slider li p {
    width: 100%;
    color: #000000;
}
ul.method_slider li a {
    position: absolute;
    bottom: 0;
    right: 25px;
    bottom: 25px;
}
ul.treatment_box {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}
ul.treatment_box li {
    background: #F5C9B9;
    padding: 15px;
    border-radius: 20px;
    width: 50%;
}
ul.session_list {
    text-align: left;
    padding-left: 18px;
    padding-top: 0rem;
}

ul.session_list li {
    margin-bottom: 25px;
}

ul.session_list li span {
    width: 54%;
    display: inline-block;
    vertical-align: top;
}

ul.session_list li span:first-child {
    font-weight: 700;
    color: #666666;
    width: 44%;
}
section.body_sec {
    padding-bottom: 0;
}
section.body_sec .sub_head {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
}
.accordion-button.ac-button {
    font-family: Libre Franklin;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    padding: 50px 23px 50px !important;
}
.accordion-button.ac-button[aria-expanded="true"]{
    font-weight: 600;
    color: #2E2E2E;
}
.ac-body {
    padding: 0 23px 125px;
}
.ac-body p {
    display: flex;
    justify-content: space-between;
}
.ac-body p span.color_red {
    color: #CE0135;
    font-weight: 500;
    width: 30%;
    display: block;
}
.ac-body p span {
    width: 65%;
}
.body_sec .accordion-item {
    background: #FBEBE5;
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
}
/* .ac-body p:not(:first-child){
    margin-bottom: 50px;
} */
.ac-body p{
    margin-bottom: 30px;
}
.ac-body p:last-child {
    margin-bottom: 0;
}
.body_sec .accordion-item:nth-child(2) {
    background: #F7D6CA;
}
.body_sec .accordion-item:nth-child(3) {
    background: #F5C9B9;
}
.body_sec .accordion-item + .accordion-item {
    margin-top: 0px; /* Fixed: Remove negative margin that causes spacing issues */
}
.body_sec .accordion-collapse.show {
    margin-bottom: 0px; /* Fixed: Remove negative margin that causes extra space */
}
button.accordion-button.fb-button {
    font-weight: 300;
    font-size: 18px;
    padding: 27px 0 27px 70px!important;
}
button.accordion-button.fb-button[aria-expanded="true"] {
    color: #cf0337;
    font-weight: 500;
}
.accordion-header .fb-button figure {
    position: absolute;
    top: 17px;
    left: 0;
    width: 40px;
    height: 40px;
    background: #FDF7F3;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 1.6px 1.6px 0px #00000040;
    display: flex;
    justify-content: center;
}
.accordion-header .fb-button figure img{
    position: relative;
    top: 0;
    left: 0;
}
button.accordion-button.fb-button[aria-expanded="true"] figure{
    background: #cf0337;
}
button.accordion-button.fb-button[aria-expanded="true"] figure img{
    filter: brightness(0) invert(1);
}
button.accordion-button.fb-button.collapsed img {
    opacity: 1;
    visibility: visible;
}
ul.plus_list {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    padding: 0 15px;
    list-style: none;
    margin: 0;
}
ul.plus_list li {
    margin-top: 22px;
    position: relative;
    padding-left: 48px;
}
.fb-body div {
    padding: 15px 23px;
}
ul.plus_list li:before {
    content: url(../images/plus.svg);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
}
div#accordionAcr {
    background: #F7F7F7;
    border-radius: 20px;
    overflow: hidden;
    padding: 14px;
}
div#accordionAcr button.accordion-button.acr-button {
    background: #FFFFFF !important;
    padding: 14px 21px 14px !important;
    border-radius: 20px !important;
    font-family: Libre Franklin;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
div#accordionAcr .accordion-item {
    margin-bottom: 12px;
}
div#accordionAcr .accordion-item {
    border: none !important;
}
div#accordionAcr .acr-body {
    padding: 12px 21px;
}
section.help_sec {
    padding-bottom: 0;
}
.fb-body div.over_text {
    position: relative;
    padding: 0;
}
.fb-body div.over_text p {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 11px 20px 23px;
    margin: 0;
}


/*breast-cancer page*/
.steps_item.active .stp_active_cont {
    display: block;
}
.stp_active_cont {
    display: none;
}
.steps_item h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    color: #666666;
}
.steps_item.active h4 {
    color: #2E2E2E;  
}

.steps_item {
    margin-top: 34px;
}

.steps_item {
    padding-left: 40px;
}
.steps_row:after {
    content: '';
    width: 1px;
    height: 98%;
    position: absolute;
    background: #CE0135;
    left: 8px;
    top: 3px;
}
.steps_row {
    position: relative;
}
.steps_item {
    position: relative;
}
.steps_item:after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    background: url(../images/step.svg);
    left: 0;
    top: 2px;
    z-index:1
}
.stp_active_cont p.small {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #666666;
}
.stp_active_cont p {
    font-size: 16px;
    line-height: 22px;
}
.stp_active_cont p {
    color: #666666;
}
.stp_active_cont p.color_light {
    color: #2E2E2E;
}
section.breast_sec {
    padding-bottom: 0;
}
.text_over {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}
.text_over h5 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 57%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}
.expert_sec {
    padding-top: 32px;
}
.expert_sec h2.grad_text {
    margin-bottom: 28px;
}
button.accordion-button.acr-button img {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin-right: 13px;
}
button.accordion-button.acr-button small{
    color: #666666;
    font-size: 12px;
    margin-left: 5px;
}
.list_box {
    background: #F2BBA733;
    padding: 32px 25px 148px;
    margin-top: 22px;
    border-radius: 20px;
}
.red_box {
    background: #CF0337;
    color: #fff;
    padding: 25px 36px;
    border-radius: 20px;
    margin: -135px 16px 0;
    text-align: center;
    border: 1px solid #79797933;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.red_box p {
    margin-bottom: 0;
}

ul.check_list {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding-left: 0;
    color: #666666;
}
ul.check_list li {
    margin-bottom: 29px;
    position: relative;
    padding-left: 34px;
}
ul.check_list li:before {
    content: url(../images/check_icon.svg);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 5px;
}
.list_box h4 {
    color: #2E2E2E;
    text-align: center;
    font-weight: 600;
    margin-bottom: 26px;
}
section.risk_sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.column_list {
    list-style: none;
    padding: 0;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
ul.column_list span {
    display: block;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 15px;
}
ul.column_list li {
    width: 185px;
    background: #FBEBE5;
    padding: 20px 15px;
    border: 1px solid #79797933;
    border-radius: 20px;
    margin-right: 10px;
}
ul.column_list li p {
    margin-bottom: 0;
}
div#accordionAcrIc {
    background: #F7F7F7;
    border-radius: 20px;
    overflow: hidden;
    padding: 14px;
}
div#accordionAcrIc button.accordion-button.acr-button {
    background: #FFFFFF !important;
    padding: 14px 21px 14px !important;
    border-radius: 20px !important;
    font-family: Libre Franklin;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
div#accordionAcrIc .accordion-item {
    margin-bottom: 12px;
}
div#accordionAcrIc .accordion-item {
    border: none !important;
}
div#accordionAcrIc .acr-body {
    padding: 12px 21px;
}
section.sec_padd.story_sec.storybreast_sec{
    background: transparent;
    padding-top: 45px;
}
section.sec_padd.story_sec.storybreast_sec:after{
    content: none;
}

ul.user_slider {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.user_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.user_item figure {
    width: 45%;
}
.user_body {
    width: 51%;
    font-weight: 300;
    margin-top: 10px;
}
.user_body h5 {
    font-size: 18px;
    font-weight: 300;
    color: #2E2E2E;
}
.user_body h3 {
    margin-top: 24px;
    line-height: 45px;
    margin-bottom: 0;
}
.user_slider .slick-prev.slick-arrow {
    left: 34%;
    right: auto;
    bottom: -50px;
}
.user_slider .slick-next.slick-arrow {
    left: auto;
    right: 34%;
    bottom: -50px;
}
.comfort_sec{
    padding: 45px 0 80px;
}
.led_care_slider .led_care_box {
    margin: 0 8px;
    width: 174px;
}
.led_care_box_for img {
    margin: 0 auto 10px;
}
.led_care_slider .slick-list {
    padding: 25px 100px 35px;
}
.led_care_slider .slick-track{

}
.led_care_slider .led_care_box.slick-current{
    transform: scale(1.05);
    background: #CF0337;
    color: #fff;
    border: 1px solid #79797933;
    box-shadow: 1px 6px 4px 0px #00000059 inset;
}
.led_care_slider .led_care_box.slick-current figure{
    background: #fff;
}
.led_care_slider .led_care_box.slick-current figure img+img{
    position: absolute;
    opacity: 0;
}
.led_care_slider .led_care_box.slick-current figure img+img {
    position: absolute;
    opacity: 1;
}
.count_box span.big_number {
    font-weight: 500;
    font-size: 39px;
    line-height: 1.2;
    color: #CE0135;
    width: 44%;
}

.count_box {
    font-family: Libre Franklin;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
    margin-bottom: 30px;
}
.count_box span {
    width: 56%;
}
.count_box:first-child {
    padding-top: 25px;
    border-top: 1px solid #666666;
    margin-top: 60px;
}
section.expert_sec {
    padding-bottom: 10px;
}
.led_care_slider_for p b {
    display: block;
}
.form-group {
    display: flex;
    gap: 5px;
}
.form-group input.form-control {
    width: 56%;
    border-radius: 40px;
    min-height: 46px;
    background: #fff url(../images/search_icon.svg) no-repeat;
    background-position: 15px 50%;
    padding-left: 45px;
}
.form-group select {
    width: 100%;
    background: #CE0135;
    border: 1px solid #B7B7B7;
    border-radius: 40px;
    color: #fff;
    padding: 12px;
}
ul.choice_for {
    padding: 0;
}
ul.choice_from {
    background: #FFFFFF;
    border-radius: 20px 0 0 20px;
    padding: 15px 15px 15px 0;
}
ul.choice_from .slick-list {
    padding: 80px 0 80px 20px;
}
ul.choice_from li {
    margin: 10px 0;
}
ul.choice_from li p{
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
}
.choice_for li p {
    line-height: 30px;
    margin-bottom: 25px;
}
ul.choice_from li.slick-current p {
    font-weight: 700;
    color: #2E2E2E;
    text-decoration: underline;
}
.path_sec{
    background: linear-gradient(189.03deg, rgba(242, 215, 194, 0) 6.86%, rgba(242, 215, 194, 0.8) 56.86%, rgba(255, 255, 255, 0.8) 91.19%);
}
ul.choice_for.slick-slider {
    position: initial;
}
section.led_cancer_sec  {
    background: transparent;
    background: linear-gradient(189.03deg, rgba(242, 215, 194, 0) 19.86%, rgba(242, 215, 194, 0.8) 56.86%, rgba(255, 255, 255, 0.8) 91.19%);
    padding-bottom: 0;
}
.led_cancer_sec .led_care_box{
    padding: 15px 2px;
}
section.map_sec {
    background: url(../images/patel_svg_mb1.svg) no-repeat, linear-gradient(182deg, rgba(242, 215, 194, 0) 2.86%, rgba(242, 215, 194, 0.8) 36.86%, rgba(255, 255, 255, 0.8) 71.19%);
    background-size: initial;
    background-position: right bottom;
    padding-bottom: 77px;
}
section.map_sec h4 {
    font-size: 21px;
    line-height: 24px;
    margin: 27px 0 15px;
    text-align: center;
    color: #CE0135;
}
section.sec_padd.map_sec p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3E3E3E;
}
.map_sec ul {
    padding-left: 10px;
    list-style: none;
}
.map_sec ul a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.map_sec ul img {
    margin-right: 15px;
}
.map_sec ul li {
    margin-bottom: 25px;
}
.list_box_white {
    background: #ffffff;
    padding: 32px 25px;
    margin-top: -100px;
    border-radius: 20px;
}
.diff_sec{
    background: linear-gradient(189.03deg, rgba(242, 215, 194, 0) 6.86%, rgba(242, 215, 194, 0.8) 56.86%, rgba(255, 255, 255, 0.8) 96%);
}
.bc-body {
    padding: 0 23px 125px;
}
section.sec_padd.way_sec p.pe-3 {
    color: #666666;
}
.led_care_box p {
    font-weight: 300;
    color: #2E2E2E;
}
.led_care_box:hover p{
    color: #fff;
}
.led_care_slider .led_care_box.slick-current p {
    color: #fff;
}
.led_care_slider{
    text-align: center;
}
ul.accTabs {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 16px;
}
ul.accTabs li {
    background: #FFFFFF;
    padding: 16px 20px;
    border-radius: 30px;
    cursor: pointer;
}
ul.accTabs li.active {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: #CE0135;
    color: #fff;
}
/* Hide cancer type cards after the 8th one initially */
.load_box:nth-child(n+9) {
    display: none;
}
.over_text:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #000000b5, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.over_text {
    overflow: hidden;
    border-radius: 20px;
}
@media (width >= 767px) {
.accordion-item .over_text {
    overflow: visible;
}
}

.over_text p {
    position: relative;
    z-index: 1;
}
.take_mo_slide_in figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.take_mo_slide_in figure:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #000000b5, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.lcare_view_more p{
    color: #fff;
}
.accordion-button.ac-button{
    box-shadow: none;
}
.fw_400{
    font-weight: 400;
}
.pat_jourwrap {
    padding-right: 100px;
}
.pat_jour_sec {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom 40px;
}
.whatneed_tabs .nav-tabs {
    background: #fff;
    padding: 13px 0;
}
.whattheyneed_tab {
    position: relative;
    background-image: url(../images/needtab_bg.svg);
    background-size: auto 209px;
    background-repeat: no-repeat;
    background-position: top 140px center;
}
.whattheyneed_tab .nav-tabs{
    display: flex;
    justify-content: center;
    border: 0;
    margin-top: 30px;
}
.whattheyneed_tab .nav-tabs .nav-link{
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    position: relative;
    padding: 0 29px;
    box-shadow: none;
}
.whattheyneed_tab .nav-tabs .nav-link:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 22px;
    background: #666666;
}
.whattheyneed_tab .nav-tabs .nav-item:last-child .nav-link:after{
    opacity: 0;
}
.whattheyneed_tab .nav-tabs .nav-link.active{
    font-weight: 600;
    color: #2E2E2E;
}
.need_tab_cont h4{
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px;
}
.need_tab_cont{
    padding: 30px 0;
}
.need_tab_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.need_tab_list li{
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-right: 20px;
    color: #3E3E3E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.need_tab_list li:last-child{
    padding-right: 0;
}
.need_tab_list li figure{
    height: 52px;
    width: 52px;
    margin: 0 auto;
    border-radius: 50%;
    background: #CF0337;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.take_mom_slider .slick-list {
     padding: 0 19.5%; 
}
.take_mo_slide {
    padding: 0 11px;
}
.take_mom_slider .slick-prev.slick-arrow,
.real_exp_slider .slick-prev.slick-arrow{
    left: 34%;
    right: auto;
    bottom: -45px;
}
.take_mom_slider .slick-next.slick-arrow,
.real_exp_slider .slick-next.slick-arrow{
    left: auto;
    right: 34%;
    bottom: -45px;
}
.take_mo_slide_in {
    position: relative;
}
.take_mo_slide_in figure{
    margin-bottom: 0;
}
.take_mo_cap {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 28px 15px;
}
.take_mo_cap h4{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.take_mo_cap p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.take_mom_slider {
    margin-top: 30px;
}
ul.session_list li span:not(:first-child){
    font-weight: 400;
}
.confirt_kit_list ul{
    list-style: none;
    padding: 5px 0 0;
    margin: 0;
}
.confirt_kit_list ul li{
    margin-top: 15px;
    padding: 27px 63px 20px 24px;
    background: #fff;
    border-radius: 20px;
    text-align: left;
    position: relative;
}
.confirt_kit_sec{
    background-size: 100% 100%;
    background-position: center;
}
.confirt_kit_list ul li h4{
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.confirt_kit_list ul li p{
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}
.confirt_kit_list ul li a{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
}
.color_666{
    color: #666;
}
.real_expr_img{
    max-width: 160px;
}
.real_expr_cont{
    padding-left: 14px;
}
.real_expr_name .sub_head{
    color: #2E2E2E;
    margin-bottom: 5px;
    font-weight: 500;
}
.real_expr_name p{
    font-size: 18px;
}
.real_exp_slider{
    margin-top: 36px;
}
.real_expr_sec {
    background-position: center bottom 60px;
    background-repeat: no-repeat;
}
.real_expr_cont > p {
    line-height: 23px;
    margin-bottom: 27px;
}
.ptntpage_clinc_sec {
    background-size: auto;
}
.ptntpage_clinc_sec .btn_grp .btn_cmn:first-child {
    margin-right: 0;
}
.treatment_op_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.treatment_op_list ul li{
    padding:29px 20px;
    font-size: 21px;
    font-weight: 500;
    color: #666;
    position: relative;
}
.treatment_op_list ul li a{
    color: #2E2E2E;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top:35px;
    text-decoration: underline;
}



/** feedback points 24-april css start **/
.the_standerd_sec {
    background:linear-gradient(180deg, rgba(242, 215, 194, 0) 0%, rgba(242, 215, 194, 0.8) 58.52%, rgba(242, 215, 194, 0) 100%);
    background-position: 0 0;
    position: relative;
}
.the_standerd_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: -130px;
    background-image: url(../images/ever_standard_left.svg);
    width: 295px;
    height: 393px;
}
/** feedback points 24-april css end **/



/***********************/
/***********doctors page start************/
/***********************/
.bnr_cap_top .overlay_sec{
    bottom: auto;
    top: 50%;
    background: transparent;
    padding: 37px 0px 25px;
}
.bnr_cap_top .overlay_sec:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-weight: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
}
.doctor_oncology_art {
    background: url(../images/patel_svg_mb.svg) no-repeat;
    background-size: inherit;
    background-position: right -20px top 71px;
}
.doctor_oncology_art .grad_text {
    padding-right: 30px;
    background: linear-gradient(86.85deg, #666666 6.42%, #CE0135 64.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.doctor_oncology_art{
        position: relative;
}
.doctor_oncology_art:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    height: 305px;
    width: 100%;
    background-image: url(../images/doctor_oncology_bg.webp);
    background-size: 100% auto;
    background-position: center;
    z-index: -1;
}
.doctorpage_meet_expert .meetexpert_in{
    padding-top: 40px;
    background: transparent;
}
.meet_ex_fig {
    border-radius: 20px;
    overflow: hidden;
}
.meet_ex_fig img{
    width: 100%;
}
.doctorpage_meet_expert span.color_red{
    display: initial;
}
 .doctorpage_meet_expert .meet_expert_item .meet_ex_fig{
    margin-bottom: 33px;
}
.doctorpage_meet_expert .meet_expert_item .meet_hdr{
    display: block;
}
.doctorpage_meet_expert .meet_expert_item {
    border-bottom: 1px solid #666666;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.doctorpage_meet_expert .meet_expert_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.doctorpage_trt_sec .method_slider li h4{
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 20px;
}
.doctorpage_trt_sec ul.method_slider li a{
    left: 35px;
}
.doctorpage_trt_sec ul.method_slider li {
    padding: 35px 40px 150px;
    min-height: 300px;
}
.docotr_slide_icon{
    text-align: right;
}
.docotr_slide_icon {
    position: absolute;
    right: 13px;
    bottom: 13px;
}
.doctorpage_trt_sec ul.method_slider .slick-list {
    padding:0 58px;
}
.doctorpage_trt_sec ul.method_slider {
    margin: 0 -25px;
}
.doctorpage_trt_sec .method_slider .slick-arrow{
    display: none !important;
}
.fw_600{
    font-weight: 600;
}
.docpage_ledcare_sec .led_care_box{
    padding: 15px 2px;
    font-weight: 300;
}
.led_care_sec.docpage_ledcare_sec {
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.trtser_page_balance button.accordion-button.fb-button{
     padding: 26px 0 26px 0px !important;
}
.trtser_page_balance button.accordion-button.fb-button[aria-expanded="true"] {
    color: #cf0337;
    font-weight: 500;
    background: rgb(251 235 229 / 80%);
    border-radius: 20px 20px 0 0;
    padding-right: 22px !important;
    padding-left: 22px !important;
}
.trtser_page_balance .accordion-flush .accordion-collapse {
    background: rgb(251 235 229 / 80%);
    border-radius: 0 0 20px 20px;
    padding: 0 16px 3px;
}
.trtser_page_balance .accordion-flush .accordion-collapse.show{
    margin-bottom: 14px;
}
.trtser_page_balance button.accordion-button.fb-button[aria-expanded="true"]{
    margin-top: 14px;
}
.trtser_page_balance .fb-body div.over_text p {
    padding: 0 10px 20px 16px;
}
.trtser_page_balance .fb-body div.text-center {
    padding: 15px 23px 17px;
}
.finest_plus_list h4{
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #666;
    margin-bottom: 25px;
}
.tumour_board_sec .session_list li:first-child span{
    font-weight: 500;
}
.tumour_board_sec .session_list li:first-child span:first-child{
    color: #D0093B;
}
.tumour_board_sec{
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
}
.ser_page_dd_list .treat_desc{
    display: none;
}
.treat_desc {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400;
}
.ser_page_dd_list .treatment_op_list li{
    position: relative;
    
}
.ser_page_dd_list .treatment_op_list li:after{
    content: "";
    background-image: url(../images/dd_tgl_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 25px;
    top: 39px;
    width: 12px;
    height: 12px;
    background-size: 12px auto;
}
.meet_expert_sec.trtserv_meet_sec .meetexpert_in{
    padding-top: 0;
}
.meet_expert_sec.trtserv_meet_sec{
    background: transparent;
}
.meet_expert_sec.trtserv_meet_sec .meetexpert_in{
    background: transparent;
}

.meet_expert_sec.trtserv_meet_sec {
    background: transparent;
    background-size: 100% 100%;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
}
.form-group input.form-control {
    border: 1px solid #B7B7B7;
    box-shadow: none;
}
.filter_btn{
    padding-left: 16px;
}
.filter_btn .btn {
    border-radius: 40px;
    min-height: 46px;
    border: 1px solid #B7B7B7;
    background: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 20px;
    color: #8F8F8F;
    box-shadow: none;
}
.filter_btn .btn img{
    margin-right: 20px;
}
.form-group input.form-control::-webkit-input-placeholder{color: #8F8F8F;}
.form-group input.form-control:-moz-placeholder{color:#8F8F8F;}
.form-group input.form-control::-moz-placeholder{color:#8F8F8F;}
.form-group input.form-control:-ms-input-placeholder{ color:#8F8F8F;}

.way_sec.doctorpage_trt_sec{
    background: transparent;
    padding-top: 70px;
}
section.map_sec {
    background-position: right bottom 30px;
}
section.sec_padd.help_sec.finest_plus_list {
    padding-top: 80px;
    padding-bottom: 20px;
}
.tumour_board_sec ul.session_list li span {
    width: 64%;
}
.tumour_board_sec ul.session_list li span:first-child {
    width: 34%;
}
.tumour_board_sec ul.session_list li {
    margin-bottom: 22px;
}
.tumour_board_sec ul.session_list {
    list-style: none;
    padding-left: 0;
}
section.sec_padd.treatment_op_sec.ser_page_dd_list {
    padding-bottom: 100px;
}
/***********************/
/*********** doctors page end ************/
/***********************/


/***blog page start***/
.pagination_inr{
    background: #CF0337;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    padding: 3px;
}
.pagination_inr > a {
    width: 71px;
    height: 37px;
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_inr > a.disabled img{
    opacity: 0.4;
}
.pagi_count{
    padding: 0 19px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.pagination_inr > a.pagi_prev {
    transform: rotate(-180deg);
}
.blog_item  > img{
    width: 100%;
}
.blog_item a {
    float: right;
    margin-top: -30px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    display: block;
}
.blogs_inner_cont .head_cmn{
    font-size: 38px;
    line-height: 48px;
}
.blog_inr_img{
    border-radius: 20px;
    overflow: hidden;
}
.blog_inr_img img{
    width: 100%;
}
.blogs_inner_cont{
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.blog_inner_accord .accordion-item:nth-child(1) {
    background: #F5C9B933;
}
.blog_inner_accord .accordion-item:nth-child(2) {
    background: #FBEBE5;
}
.blog_inner_accord .accordion-item:nth-child(3) {
    background: #F9E0D7;
}
.blog_inner_accord .accordion-item:nth-child(4) {
    background: #F7D6CA;
}
.blog_inner_accord .accordion-item:nth-child(5) {
    background: #F5C9B9;
}
.blog_inner_accord .accordion-item:nth-child(6) {
    background: #FFCAB7;
}
.blog_inner_accord .accordion-item:nth-child(7) {
    background: #FFBCA3;
}

.blog_inner_accord .accordion-button.ac-button[aria-expanded="true"]{
    background:linear-gradient(86.85deg, #666666 6.42%, #CE0135 64.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
}
.blogs_page_list .blog_item {
    margin-bottom: 45px;
}
section.contact_sec{
    padding-top: 0;
}
.contact_sec ul {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    list-style: none;
}
.contact_sec ul li {
    padding-left: 60px;
    position: relative;
    min-height: 45px;
    margin-bottom: 25px;
}
.contact_sec ul li img {
    position: absolute;
    left: 0;
    max-width: 45px;
}

.contact_sec p.sub_head {
    font-weight: 500;
}
.contact_sec ul li span {
    color: #666666;
}
.space_sec {
    background: linear-gradient(186.03deg, rgba(242, 215, 194, 0) 12.86%, rgba(242, 215, 194, 0.8) 62.86%, rgba(255, 255, 255, 0.8) 93.19%);
}
.space_sec .list_box_white{
    margin-top: 0;
}
ul.plus_list.fw_600 {
    font-weight: 600;
}
section.map_sec p.sub_head.p_21 {
    font-size: 21px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 24px;
}
.meet_expert_sec .specexpert_in span.color_red {
    display: inline;
}
.meetexpert_in.specexpert_in {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 72.79%);
}

.space_sec .list_box_white p {
    margin-bottom: 0;
    color: #3E3E3E;
    font-weight: 600;
    margin-top: 15px;
}
ul#faqTabs {
    display: block !important;
    margin-bottom: 30px;
}
ul#faqTabs li.nav-item {
    display: inline-block;
    white-space: nowrap;
}
.risk_sec ul.column_list li p {
    min-height: 50px;
}
.row.full_sec img{
    border-radius: 12px;
}
.fb-body div.row {
    padding: 0;
}

/* FAQ Accordion fixes - minimal intervention to work with Bootstrap */
.accordion-collapse.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

/* Smooth accordion transitions */
.accordion-collapse {
    transition: none !important; /* Remove conflicting transitions */
}

.accordion-collapse.collapsing {
    transition: height 0.35s ease !important;
    overflow: hidden !important;
}

/* Prevent content flickering during initialization */
.accordion-body {
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}

/* Ensure FAQ content stays visible */
#dynamic-content .accordion-collapse.show {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    margin: 0 !important;
}

/* AGGRESSIVE SPACING FIX - Override Bootstrap defaults completely */
.body_sec .accordion-flush .accordion-item:not(:last-child) {
    border-bottom: 0 !important;
}

.body_sec .accordion-flush .accordion-item:not(:first-child) {
    border-top: 0 !important;
}

/* Force zero spacing on all accordion elements */
.body_sec .accordion-item,
.body_sec .accordion-item *:not(.accordion-body *) {
    margin: 0 !important;
    border: 0 !important;
}

/* Override Bootstrap's default spacing completely */
.body_sec .accordion-collapse.show,
.body_sec .accordion-collapse:not(.show),
.body_sec .accordion-collapse.collapsing {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Ensure accordion buttons don't add spacing */
.body_sec .accordion-button {
    margin: 0 !important;
    border: 0 !important;
    padding: 27px 0 27px 70px !important;
}

/* Force container to have no spacing issues */
.body_sec {
    overflow: hidden;
}

.body_sec .accordion-item {
    position: relative;
    overflow: visible;
}

/* Prevent height calculation issues */
.body_sec .accordion-collapse {
    will-change: height;
}

/* custom css*/
#dynamic-content figure p{
	margin-bottom: 0px;
}
.auto-p-link{
	line-height: inherit !important;
	margin-bottom: 0;
}
p.abt_opacity{
	opacity: 1;
}
.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-top: 22%;
	height: 100%;
	z-index: 9999;
	background: rgb(249,249,249);
  }
  @media (width >= 767px) {
	.contloc_list li{
		margin-right: 4px;
	}
  }
  @media (width <= 767px) {
	.contloc_list li{
		margin-right: 3px;
	}
  }
  .rec_item_count p{
    margin-bottom: 0px;
  }
  h2.grad_text i {
    font-weight: 500;
    font-style: italic;
}
.testimonial_item > p{
    margin-bottom: 0px;
}
ul.clinic_slider li .clinic-slide-cont {
    display: contents;
}
.led_care_box figure > p{
    display: contents;
}
.blog-small-image{
    max-width: 118px;
}
.text-uppercase{
    text-transform: uppercase;
}
.head_cmn strong{
    font-weight: inherit;
}
.p-display-content{
    display: contents;
}
.doctorpage_trt_sec .method_slider li h4{
    margin-bottom: 35px !important;
}

.tumour_board_sec ul.session_list li div {
    width: 64%;
}
.tumour_board_sec ul.session_list li div:first-child {
    width: 34%;
    margin-right: 4px;
}
ul.session_list li div {
    width: 54%;
    display: inline-block;
    vertical-align: top;
}

ul.session_list li div:first-child {
    font-weight: 700;
    color: #666666;
    width: 44%;
}
.treatment_op_sec ul li p {
    display: contents;
}
@media (min-width: 768px) {
    .led_care_slider_for p strong {
        font-size: 28px;
    }
}
.led_care_slider_for p strong {
    display: block;
}
.blog_item > a > img {
    margin-bottom: 26px;
}
.blog_item > a > img {
    width: 100%;
}
.led_care_box p a, .led_care_box p a:hover{
    color: inherit;
}
.led_care_box p{
    margin: 0;
}
.blog_body .l-blog-title-link{
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    margin-top: 0px;
    text-decoration: none !important;
}
.blog_item .l-blog-img-link{
    display: contents;
}
.stdrd_btn{
    display: none;
}
@media (max-width: 767px) {
 .blog_item .l-blog-img-link{
    margin-top: 0 !important;
    display: contents;
}
.blog_item .l-blog-title-link{
    margin-top: 0 !important;
    text-decoration: none !important;
    
}
.blog_body .l-blog-title-link{
    text-decoration: none !important;
    
}

.blog_item_vt .l-blog-title-link, .blog_body .l-blog-title-link {
    line-height: 24px;
    
}
.blog_item_vt > .l-blog-img-link > img {
    margin-right: 10px;
  }
  }