.home-hero h1 > strong{
	color: #008DA8;
font-family: Roboto;
font-size: 4.58rem;
font-style: normal;
font-weight: 900;
line-height: 5.9rem;
}
/* Tablet */
@media (max-width: 767px) {
	.home-hero h1 > strong {
		font-size: 3.5rem; 
		line-height: 4.5rem;
	}
	.home .Principal-qoute-container {
	max-width: 35rem;
}
}

/* Mobile */
@media (max-width: 767px) {
	.home-hero h1 > strong {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	.home-hero h1 > strong{
	font-size: 3.488rem;
	line-height: 4.52rem;
	}
	 .home-quote-1 strong {
    margin-left: 0.2rem;
	}
		.first-coma{
		 margin-left: 0.5rem;
	}
	.quote-image p::first-letter {
    margin-left: -1rem;
	}
	.page-id-160  .quote-image  p {
		font-weight:500;
	}

	.desktop-br {
		display:none;
	}
	.home-quote-1 p::first-letter {
    margin-left: -9px;
}
}
.home-icon-row strong{
	font-weight: 700;
}
.care-partner-one > .e-con-inner {
	padding:0 !important;
}
.home-quote-1 strong{
	color:  #532F90;
	font-weight: 900;
}
@media only screen and (min-width: 1081px){
	.number-row{
	width:130.8rem;
}
}

.number-title sup {
    top: -1.5rem ;
    font-size: 53%;
}
.references-section a {
	color: #fff;
	text-decoration: underline;
	overflow-wrap: break-word;
/* 	word-break: break-all; */
	color: #FFF;

text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.mobile-br{
	display:none
}
.swiper-row {
    display: flex
;
}
.swiper-slide {
	min-height: 22.2rem;
}
.swiper-slide h4{
	color: #262626;
	font-family: Roboto;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 3.12rem; 
}
.swiper-slide p {
	color: #474747;
	font-family: Roboto;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	margin-top: 2rem;
	margin-right: 0.3px;
}
.swiper-slide a {
    position: absolute;
    bottom: 0.2rem;
    right: 0.1rem;
	color: var(--Secondary-Colors-Tolmar-Colors-Tolmar-Purple, #532F90);
	font-family: Roboto;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.34rem; 
	letter-spacing: -0.036rem;
}
.swiper-slide.swiper-slide-empty.swiper-slide-active {
    width: 17.1rem !important;
    flex-shrink: 0;
}
.swiper-slide:not(.swiper-slide-empty) {
    width: auto;
}
/* Swiper Navigation Buttons */
.swiper-row .nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
	position: absolute;
	min-height:22.2rem;
}

.swiper-row .nav::before {
    content: '';
    position: absolute;
    left: -10;
    top: 0;
    width: 19rem; 
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
    pointer-events: none; 
}

.swiper-nav {
    width: 4.8rem;
    height: 4.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
	z-index:50;
}


.swiper-next {
    background-image: url('/wp-content/uploads/2025/11/next-arrow.svg');
}


.swiper-next.swiper-button-disabled {
    background-image: url('/wp-content/uploads/2025/11/next-arrow-disabled.svg');
   
    
}


.swiper-prev {
    background-image: url('/wp-content/uploads/2025/11/prev-arrow.svg');
}


.swiper-prev.swiper-button-disabled {
    background-image: url('/wp-content/uploads/2025/11/perv-arrow-disabled.svg');
    
   
}



/* Read More Icon */
.read-more-icon {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('https://dev-rbca-care-partner.pantheonsite.io/wp-content/uploads/2025/11/read-more-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 1.8rem;
}
.home::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    background-image: 
        url('/wp-content/uploads/2025/11/next-arrow-disabled.svg'),
        url('/wp-content/uploads/2025/11/perv-arrow-disabled.svg'),
		url('/wp-content/uploads/2025/11/prev-arrow.svg'),
		url('/wp-content/uploads/2025/11/next-arrow.svg');
}
/* Mobile */
@media (max-width: 767px){
	.swiper-row .nav {

   display: flex;
    flex-direction: row;
    gap: 2rem;
    position: absolute;
    min-height: 50px;
    margin-top: 26.1rem;
    width: 100%;
    justify-content: center;
	}
	.swiper-slide.swiper-slide-empty.swiper-slide-active {
    width: 0rem !important;
    flex-shrink: 0;
  }
	.swiper-row .nav::before{
		display:none;
	}
	.swiper-slide a {
   
    left: -0.4rem;
	right:unset;
	}
	.swiper-prev.swiper-button-disabled {
    background-image: url(/wp-content/uploads/2025/11/perv-arrow-disabled.svg);
    margin-left: 0.8rem;
	}
	.swiper-wrapper {

		margin-left: -0.9rem;
	}
	.mobile-br{
	display:block;
	}
	.desktop-br{
		display:none;
	}
}



/* localized page*/

.blue-greditent:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    height: 41.5rem;
	background: linear-gradient(180deg, #E6F1F3 0%, #FFF 100%);


}
.loclalized-number sup {
    top: -1.5rem;
    font-size: 60%;
}
/* desktop only */
@media (min-width: 1200px){
	.localized-hero h1{
		margin-left: -0.04rem;
    	margin-top: 0.01rem;
	}
	.page-id-144 .references-section p{
		margin-right: 2.2rem !important;
	}
}
.home-quote-2 strong{
	font-weight:800 !important;
}
.home-article-all .elementor-button-icon svg {
   
    width: 2.4rem;
}
#understanding-prostate-cancer {
  	
	 scroll-margin-top: 4rem; 
}

