html, body, *:not(i):not(em):not(.fa):not([class*="fa-"]):not(.sf-button):not(.sf-icon):not([class*="-icon"]) {
	font-family: 'Roboto', sans-serif !important;
}
h2 {
    letter-spacing: 0px;
}
header .wrapper .left-col .sub-site-logo {
    padding: 18px 16px 18px 1px;
    background: #fff;
    display: block;
    position: relative;
    margin-left: -1px;
}
header .wrapper .left-col .sub-site-logo::before {
	display: none;
}
header.nav-active .wrapper .left-col .sub-site-logo a:nth-child(2) img{
	filter: none;
}
.hero-banner {
    background: url(../images/LCPC_hero_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 80px;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
	overflow: hidden;
}
.hero-banner:before {
    content: '';
	background: linear-gradient(43.85deg, rgba(35, 16, 0, 0.7) 34.16%, rgba(35, 16, 0, 0.2) 62.78%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	min-width: 1440px;
}
.over_wrapper {
    overflow: hidden;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    border: 1px solid #FFFFFF;
}
.hero-banner .content {
    position: relative;
    z-index: 1;
    max-width: 930px;
}
.hero-banner h2 {
	color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 0px;
}
.btn.custom_btn {
    padding: 12px 18px;
    background-color: #F5821F;
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    min-width: auto;
	box-shadow: none;
	transform: none;
}
.btn.custom_btn:hover {
    background-color: #00539B;
	color: #fff;
}
.btn.outline_btn {
    font-size: 18px;
    gap: 20px;
}
.lg-container {
	max-width: 1240px;
}

.stats-section {
	background-color: #f2f2f2;
	padding: 100px 24px;
}
.stats-section .page_head {
	max-width: 830px;
}
.page_head h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.15;
    color: #4D4F53;
}
.page_head .section-heading {
    margin-bottom: 12px;
}
.page_head p {
    font-size: 16px;
    line-height: 130%;
	font-weight: 400;
	color: #000000;
    margin-bottom: 22px;
}
.page_head .intro-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
	color: #000000;
    margin-bottom: 20px;
}
.page_head p:last-child, .page_head .intro-text:last-child {
	margin-bottom: 0px;
}
.page_head .here-link {
    color: #F5821F;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}
.page_head .here-link:hover {
    color: #0055a0;
}

.stats-row {
	display: flex;
	gap: 24px;
	margin: 40px 0 0;
}

.stats-row .stats-item {
    background-color: white;
    padding: 36px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.stats-row .stats-item.item1 {
    max-width: 420px;
}

.stats-item h3 {
    color: #00539B;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -1px;
	counter-reset: counter;
}
.stats-item h4 {
	font-size: 20px;
	color: #00539B;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 12px;
}
.stats-item h4:last-child {
	margin: 0;
}
.stats-item p {
	font-size: 16px;
	color: #000000;
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 0px;
}

.stories-section {
    background-color: #004a8f;
    color: #fff;
    padding: 100px 24px;
    overflow: hidden;
}

.stories-section .image-container {
    height: 410px;
    overflow: hidden;
    position: relative;
}
.stories-section .image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stories-section .card-heading-color {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
	font-weight: 700;
}
.stories-section p.card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
	margin-bottom: 12px;
}
.stories-section .card-link-color {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
	font-size: 16px;
	line-height: 130%;
	transition: all .3s ease;
}
.stories-section .card-link-color i {
    color: #F5821F;
    font-size: 18px;
    min-width: 18px;
    text-align: right;
	transition: all .3s ease;
}
.stories-section .card-link-color:hover {
	gap: 10px;
}
.stories-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
	margin-bottom: 12px;
}
.stories-section p.lead {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
	margin-bottom: 0px;
}
.gap_12 {
	margin-left: -12px;
	margin-right: -12px;
}
.gap_12 > div{
	padding-left: 12px;
	padding-right: 12px;
}
.gap_6 {
	margin-left: -6px;
	margin-right: -6px;
}
.gap_6 > div{
	padding-left: 6px;
	padding-right: 6px;
}
.gap_20 {
	margin-left: -20px;
	margin-right: -20px;
}
.gap_20 > div{
	padding-left: 20px;
	padding-right: 20px;
}
.gap_30 {
	margin-left: -30px;
	margin-right: -30px;
}
.gap_30 > div{
	padding-left: 30px;
	padding-right: 30px;
}
.right_box {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 34px;
}
.palliative-care-section {
    background-color: #fff;
    padding: 100px 24px;
}
.palliative-care-section .program_list {
    margin-left: -24px;
    margin-right: -24px;
}
.program_list {
	padding-top: 40px;
}
.palliative-care-section .experience-boxes {
	height: auto !important;
    min-height: auto !important;
}
.image-card-item {
    position: relative;
    height: 100%;
    height: 400px;
    cursor: pointer;
    max-height: 400px;
	margin-bottom: 25px;
}
.image-card-item .arrow-indicator {
    color: #F5821F;
    font-size: 18px;
    transition: transform 0.3s ease;
    margin-left: 6px;
}
.image-card-item:hover .arrow-indicator {
    transform: translateX(5px);
}
.image-card-item .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
    transition: transform 0.4s ease-in-out;
}
.image-card-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
    z-index: 1;
	padding: 32px;
    background: linear-gradient(16.52deg, rgba(35, 16, 0, 0.8) 11.44%, rgba(35, 16, 0, 0) 88.56%);
}
.image-card-item:hover .overlay {
	background: linear-gradient(16.52deg, #00539BB2 11.44%, #00539BB2 88.56%);
}
.image-card-item .overlay h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}
.image-card-item .arrow-link {
    position: absolute;
    right: 20px;
    bottom: -25px;
}
.image-card-item:hover .arrow-link .uni-link, .research-card:hover .arrow-link .uni-link {
    background: #f5821f;
    border: 1px solid #fff;
    opacity: 1;
}
.image-card-item:hover .arrow-link .uni-link:before, .research-card:hover .arrow-link .uni-link:before {
    color: #ffffff;
}
.palliative-care-section .page_head {
    max-width: 935px;
}

.research-hero-section {
    background-color: #FFFFFF;
    padding: 0px 0px 70px;
}
.main-content-box {
    position: relative;
    padding-bottom: 100px;
}

.background-image-wrap {
    height: 600px;
    position: relative;
}
.background-image-wrap:before {
    content: '';
    background: linear-gradient(270deg, rgba(35, 16, 0, 0) 0%, rgba(35, 16, 0, 0.7) 59.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.research_content {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1288px;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    flex-flow: column;
    gap: 40px;
	padding: 0 24px;
}
.content-overlay-area {
    max-width: 480px;
}
.content-overlay-area h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.18;
    margin-bottom: 12px;
    color: #fff;
}
.content-overlay-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 0px;
}
.content-overlay-area .lead {
    font-size: 20px;
}
.card-grid-container {
    display: flex;
    gap: 12px;
}
.research-card {
    background-color: #00539B;
    border: none;
    border-radius: 0;
    min-height: 180px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    padding: 32px;
    justify-content: space-between;
    width: 100%;
}
.research-card .arrow-link {
    position: absolute;
    right: 20px;
    bottom: -25px;
}
.research-card h5 {
    font-size: 22px;
    line-height: 1.3;
	margin-bottom: 0;
	color: #fff;
}

.stay-updated-section {
    background-color: #f0f0f0;
	padding: 80px;
}
.mailing-list-link {
    color: #F5821F; 
    text-decoration: none;
    transition: color 0.3s ease;
}
.mailing-list-link:hover {
	color: #F5821F; 
    text-decoration: underline;
}
.cta-card-row {
	display: flex;
	gap: 24px;
	padding-top: 40px;
}
.cta-card-row .right-arrow {
    font-weight: 700;
    min-width: 275px;
    font-size: 18px;
    padding: 20px 24px;
	gap: 25px;
}

body .inner-banner {
	background:#fff;
    padding: 75px 80px;
    height: 400px;
    align-items: center;
	overflow: hidden;
}
.inner-banner:before {
	z-index: 1;
	background: linear-gradient(77.55deg, rgba(0, 0, 0, 0.7) 9.04%, rgba(0, 0, 0, 0) 90.96%);
}
.inner-banner .over_wrapper {
    z-index: 1;
	top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.inner-banner picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.inner-banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-banner h2 {
    margin: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
}
.breadcrumb_nav {
	padding: 16px 24px;
	background: #fff;
}
.breadcrumb_nav .breadcrumb {
    padding: 0px;
    gap: 16px;
    align-items: center;
    background: transparent;
	margin-bottom: 0;
}
.breadcrumb_nav .breadcrumb-item {
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 130%;
    color: #4D4F53;
	padding: 0px;
}
.breadcrumb_nav .breadcrumb-item:before {
	display: none;
}
.breadcrumb_nav a {
    color: #00539B;
    font-style: normal;
}
.breadcrumb_nav .arrow {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-intro, .py_80 {
	padding: 80px 24px;
}
.about-intro .page_head h2, .shaping-care-sec .page_head h2, .page_head.primary h2 {
    margin-bottom: 24px;
	color: #00539B;
}
.about-intro .page_head .intro-text {
    font-size: 24px;
    line-height: 130%;
    max-width: 970px;
}
.director_sec {
	padding: 80px 24px;
    background-color: #f8f8f8;
}
.director_sec h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #00539B;
    margin-bottom: 40px;
}
.director-image {
    max-height: 350px;
    object-fit: cover;
}
.director-quote {
    display: flex;
    flex-flow: column;
    gap: 24px;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    border: none;
}
.director-quote p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
}
.director-quote .blockquote-footer:before {
    display: none;
}
.director-quote .blockquote-footer {
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}
.director-quote cite {
    font-weight: 700;
    font-style: normal;
}

.flex_row {
	display: flex;
	gap: 40px;
}
.flex_row .col_8 {
	width: 100%;
}
.flex_row .col_4 {
    max-width: 250px;
    width: 100%;
}
.about_info_sec {
	padding: 80px 24px;
}
.about_info_sec .container {
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.sub_page_head h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #00539B;
    margin-bottom: 24px;
}
.sub_page_head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;
}
.sub_page_head p:last-child {
    margin-bottom: 0px;
}
.sub_page_head .btn.custom_btn, .info_div .btn.custom_btn, .guidance-card .btn.custom_btn, .bio_info .btn.custom_btn {
    font-size: 14px;
}
.image-box {
    height: 315px;
}
.image-box .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gap_18 {
	margin-left: -18px;
	margin-right: -18px;
}
.gap_18 > div{
	padding-left: 18px;
	padding-right: 18px;
}
.our-impact p, .team-partners p {
    margin-bottom: 24px;
}
.contact-cta {
	padding: 80px 24px;
    background-color: #e5e5e5;
}
.filter-categories-container {
    background: #F0F0F0;
    padding: 20px 15px;
	justify-content: center;
}
.filter-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
	justify-content: center;
}

.filter-wrapper::-webkit-scrollbar {
    display: none;
}
.filter_categories {
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.filter_categories a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #4D4F53;
}
.filter_categories a:hover {
    color: #00539b;
}
.filter-nav-arrow {
    border: none;
    color: #004a8f;
    padding: 5px;
    height: 24px;
    width: 24px;
    min-width: 24px;
    z-index: 10;
    font-size: 1.2rem;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-nav-arrow:focus {
    outline: none;
    box-shadow: none;
}

.filter-nav-arrow.disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.shaping-care-sec {
	padding: 80px 24px;
}
.feature_row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.feature-block {
    padding: 32px;
    background: #f0f0f0;
    height: 100%;
}
.feature-block .feature-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #4D4F53;
    margin: 0px 0px 12px;
}
.feature-block .feature-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}
.programmes_sec {
	padding: 80px 24px;
    background-color: #F0F0F0; 
}
.section-heading {
	color: #00539B;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 24px;
}
.filter_list {
    display: flex;
    gap: 24px;
	align-items: center;
}
.filter_list .filter-label {
    color: #4D4F53;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    white-space: nowrap;
}
.download-link {
    color: #00539B;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.download-link i {
	color: #F5821F;
	transition: 0.3s ease;
}
.download-link:hover i {
    transform: translateX(4px);
}
.Programmes_filter-row {
    display: flex;
    flex-flow: column;
    gap: 24px;
    padding: 40px 0 24px;
}
.Programmes_filter-row .filter-select, .Programmes_filter-row .search-input{
    border-radius: 0;
    border-color: #4D4F53;
    height: 48px;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 130%;
    color: #4D4F53;
}
.Programmes_filter-row .filter-select {
    background: #FFFFFF url(../images/select_icon.svg) no-repeat;
    background-position: right 22px center;
    padding-right: 35px;
}
.search-group {
	position: relative;
}
.search-group .search-input {
	padding-right: 50px;
}
.search-group .search-icon {
    position: absolute;
    right: 24px;
    top: 15px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #4D4F53;
}
.row.programme-grid {
    margin: 40px -22px -44px;
}
.row.programme-grid > div{
    padding: 0 22px 44px;
}
.programme-card {
    background: #fff;
    padding: 32px;
    transition: 0.3s ease;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 300px;
}
.programme-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #00539B;
    margin: 0;
}
.programme-description {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin: 0;
}
.readmore-link {
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #00539B;
    font-weight: 700;
}
.readmore-link i {
    color: #F5821F;
    transition: 0.3s ease;
    font-size: 14px;
}
.readmore-link:hover i {
    transform: translateX(4px);
}
.pagination-custom {
    margin: 0;
    gap: 8px;
	padding-top: 40px;
}
.pagination-custom .page-link {
    color: #000000;
    border-radius: 0 !important;
    background: transparent;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-custom .active .page-link, .pagination-custom .page-link:hover {
    background-color: #F5821F;
    color: #FFFFFF;
}

.testimonial-sec {
	padding: 80px 24px;
}
.testimonialSlider {
    padding-bottom: 40px;
}
.testimonial-sec .arrows {
    height: 50px;
}
.testimonial-sec .arrows .slick-arrow {
	bottom: 0px;
}
.testimonial-content {
    max-width: 900px;
}
.quote-icon {
    display: block;
    margin-bottom: 40px;
}
.testimonial-content .quote-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 12px;
}
.author-name, .author-title {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}
.author-title {
    font-weight: 400;
    padding-top: 2px;
}
.author-details {
    gap: 12px;
}
.author-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.testimonial-next {
    background-color: #fff;
}
.testimonial-next:hover {
    background-color: #F5821F;
	border-color: #F5821F;
}
.testimonial-next:hover .next-icon {
    color: #fff;
}
.light_grey {
	background: #F0F0F0 !important;
}
.light_grey .testimonial-content {
    max-width: 100%;
}
.object-cover {
    object-fit: cover;
}
.research_page_sec, .news_events_page {
	padding: 80px 24px;
}
.research_page_sec .container {
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.image-box.featured-image {
    height: 475px;
    padding-right: 40px;
}
.featured-tag {
    font-size: 20px;
    line-height: 130%;
    color: #00539B;
    display: block;
    margin-bottom: 8px;
}
.featured-study-card h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #4d4f53;
    margin-bottom: 24px;
}
.learn-more-link {
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.learn-more-link i {
    color: #F5821F;
    transition: 0.3s ease;
}
.learn-more-link:hover {
    color: #fff;
}
.learn-more-link:hover i {
    transform: translateX(4px);
}
.research-areas-grid, .guidance-grid {
    margin-bottom: -40px;
}
.research-areas-grid .mb-4, .guidance-grid .mb-4, .feature-icon-grid .mb-4 {
    margin-bottom: 40px !important;
}
.research-areas-grid h2, .guidance-grid h2, .sub_heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 24px;
}
.research-areas-grid h2{
	color: #00539B;
}
.guidance-grid h2, .sub_heading {
    color: #00539B;
}
.research_card {
    transition: 0.3s ease, transform 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background: #00539b;
    padding: 24px;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
.research_card:hover {
    transform: translateY(-3px);
}
.research-area-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
	color: #fff;
}
.research_card .learn-more-link {
    font-size: 16px;
	color: #fff;
}
.research_card:hover .learn-more-link i {
    transform: translateX(4px);
}
.publications-cta-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 400px;
}
.publications-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.publications-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
    gap: 24px;
    padding: 50px 24px;
}
.publications-overlay h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 24px;
    max-width: 650px;
}
.resources_section {
	padding: 80px 24px;
}
.resources_section .container, .serious_sec .container{
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.pt_40 {
	padding-top: 40px !important;
}
.guidance-card {
    overflow: hidden;
}
.guidance-image-wrap {
    height: 300px;
    overflow: hidden;
}
.guidance-image-wrap img{
	transition: 0.3s;
}
.guidance-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(240, 240, 240, 1);
    padding: 24px;
    gap: 20px;
}
.guidance-title {
    color: rgba(77, 79, 83, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
}
.guidance-card:focus-visible .guidance-image-wrap img, .guidance-card:hover .guidance-image-wrap img {
    transform: scale(1.075);
}
.guidance-card:focus-visible .btn.custom_btn, .guidance-card:hover .btn.custom_btn{
    background-color: #00539B;
    color: #fff;
}
.slick-news-slider {
    padding: 40px 0;
    margin-right: -60px;
}
.news_list_sec h3, .events_view h3 {
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 83, 155, 1);
    margin: 0;
}
.news_card {
    display: flex;
    gap: 40px;
    align-items: center;
}
.news_card .news_img {
    height: 355px;
    overflow: hidden;
	width: 100%;
}
.news_card .news_img .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news_card .card-body {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 12px;
	padding: 0;
    width: 100%;
}
.news-card-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #4d4f53;
    margin: 0;
}
.news_card .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}
.news_card .learn-more-link {
    color: #00539b;
    font-size: 16px;
}
.slick-news-slider .slick-track {
    display: flex;
}
.slick-news-slider .slick-track:before, .slick-news-slider .slick-track:after {
    display: none;
}
.slick-news-slider .news-item {
    margin-right: 60px;
    height: auto;
}
.slick-news-slider .slick-slide, .testimonialSlider .slick-slide{
    transform: scale(.6);
    transition: all .6s ease;
    transform-origin: center;
}
.slick-news-slider .slick-slide.slick-active, .slick-news-slider .slick-slide.slick-current, 
.testimonialSlider .slick-slide.slick-active, .testimonialSlider .slick-slide.slick-current {
    transform: scale(1);
    transition: all 1s ease;
}
.news_list_view .arrows {
    height: 50px;
}
.news_list_view .arrows .line {
    padding-bottom: 25px;
}
.news_list_view .arrows .slick-arrow {
    bottom: 0;
}

.event_list_view {
    padding-top: 40px;
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.event-card {
	display: flex;
	align-items: stretch;
	transition: 0.3s ease;
}
.event-date-box {
    background-color: rgba(0, 83, 155, 1);
    color: rgba(255, 255, 255, 1);
    padding: 24px 18px;
    text-align: center;
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 150px;
}
.event-date-box .day {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.18;
}
.event-date-box .month {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
}
.event-content {
    padding: 20px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.5px solid rgba(77, 79, 83, 1);
    border-left: none;
    flex-grow: 1;
    gap: 12px;
}
.event-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: rgba(0, 0, 0, 1);
}
.event-content .arrow-icon {
    color: rgba(245, 130, 31, 1);
    font-size: 20px;
	transition: 0.3s ease;
}
.event-card:hover .arrow-icon{
	transform: translateX(4px);
}
.bg_grey {
	background: #f0f0f0;
}
.bg_primary {
	background: #00539b;
}
.members_row {
    margin-bottom: -24px;
}
.members_row > div {
    padding-bottom: 24px;
}
.team_card {
    height: 100%;
    background: #f0f0f0;
    display: flex;
    flex-flow: column;
}
.bg_grey .team_card{
	background: #ffffff;
}
.team_card .member-image {
    width: 100%;
    display: block;
    height: 235px;
    min-height: 235px;
    overflow: hidden;
}
.team_card .member-image img {
    height: calc(100% + 5px);
    width: 100%;
    object-fit: cover;
    object-position: center -5px;
}
.team_card .card_body {
    padding: 20px;
    gap: 8px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
}
.team_card .chairman-label {
    color: rgba(245, 130, 31, 1);
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}
.team_card .member-name {
    color: rgba(0, 83, 155, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
}
.team_card .member-title {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin: 0;
}
.team_card .member-title b {
    font-weight: 700;
}
.bio-link {
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: rgba(0, 83, 155, 1);
    font-weight: 700;
	margin-top: auto;
}
.bio-link i {
    color: #F5821F;
    transition: 0.3s ease;
}
.bio-link:hover i, .team_card:hover .bio-link i{
    transform: translateX(4px);
}
.partner_list {
    background: rgba(255, 255, 255, 1);
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primary_bg {
    background: #0055a0 !important;
}
.primary_bg .sub_page_head h2 {
    color: #ffffff;
}
.primary_bg .btn.custom_btn:hover {
    background-color: #eb7916;
    color: #fff;
}

.contact-container .container, .container_flex .container {
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.bio_info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #00539b;
    margin-bottom: 12px;
}
.bio_info p, .bio_info ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}
.bio_info ul li {
	margin-bottom: 2px;
}
.bio_info ul li:last-child {
	margin-bottom: 0px;
}
.info_div h3 {
    color: rgba(0, 83, 155, 1);
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
}
.info_div p, .info_div ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 2px;
}
.info_div p {
    margin-bottom: 15px;
}
.info_div strong{
    font-weight: 700;
}
.info_div p a {
    color: #f5821f;
}
.info_div p:last-child {
    margin-bottom: 0px;
}
.info_div p.mb-0:not(:last-child) {
    padding-bottom: 2px;
}
.info_div .btn_div {
    margin-top: 24px;
}
.info_div.primary h3 {
    margin-bottom: 24px;
}
.info_div h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: rgba(0, 83, 155, 1);
}
.btn_div {
    gap: 24px;
}
.social-btn {
    background-color: rgba(0, 83, 155, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: white;
    padding: 32px;
    display: flex;
	gap: 12px;
    align-items: center;
    justify-content: space-between;
	transition: 0.3s ease;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
	min-width: 300px;
}
.social-btn i {
	transition: 0.3s ease;
    color: #f5821f;
}
.social-btn:hover {
	background-color: rgb(7 88 157);
	color: white;
}
.social-btn:hover i {
	transform: translateX(5px);
}
.social-btn .d-flex {
    gap: 12px;
}
.stay-updated-box {
	background: rgba(240, 240, 240, 1);
	padding: 40px;
}

.course-section {
	padding: 50px 0;
}
.course-title {
	color: #004d99;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.course-intro-text {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
	margin-bottom: 40px;
}
.interdisciplinary-text {
	color: #004d99;
	font-weight: bold;
}
.course-accordion .card {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.course-accordion .card-header {
	background-color: white;
	padding: 0;
	border-bottom: none;
}
.course-accordion .btn-link {
	color: #333;
	font-size: 1.25rem;
	font-weight: 600;
	width: 100%;
	text-align: left;
	padding: 15px 0;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.course-accordion .btn-link:hover {
	color: #004d99;
}
.course-accordion .plus-icon {
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
}
.course-accordion .card-body {
	padding: 0 0 15px 0;
	color: #555;
}
.accordion_new .AccordionHeader .accordionTitle {
    padding: 30px 0;
    font-size: 20px;
}
.accordion_new .accordion .accordion-item .accordion-content {
    padding-bottom: 50px;
}
.image-box.h_390 {
    height: 390px;
}
.impact_sec .background-image-wrap {
    height: 450px;
}
.impact_sec .content-overlay-area {
    max-width: 550px;
}
.impact_sec .background-image-wrap:before {
	background: linear-gradient(77.55deg, rgba(0, 0, 0, 0.85) 9.04%, rgba(0, 0, 0, 0.2) 90.96%);
}
.impact_sec .research_content {
    max-width: 1040px;
    padding: 0 24px;
    margin-top: -310px;
    position: relative;
}
.impact_sec .stats-row .stats-item {
    background: #f0f0f0;
}
.impact_sec .stats-item h4, .impact_sec .stats-item p{
    margin-bottom: 24px;
}
.impact_sec .readmore-link {
    margin-top: auto;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.user_info_list .info_div h3 {
    color: #4d4f53;
    margin-bottom: 12px;
}
.user_info_list .info_div p {
    margin-bottom: 12px;
}
.user_info_list {
    display: flex;
    flex-flow: column;
    gap: 40px;
}
.line_breaker {
    border-color: #000;
    margin: 45px 0;
}
.user_info_list .director-image {
    min-height: 285px;
    max-height: 285px;
}
.user_info_list .director-quote .blockquote-footer {
    font-size: 24px;
    color: #4d4f53;
}
.milestone_list {
    display: flex;
    flex-flow: column;
    gap: 40px;
}
.milestone_list .info_div h3 {
    color: #f5821f;
    margin-bottom: 12px;
}
.milestone_list .info_div p {
    font-size: 20px;
}
.serious_sec .page_head h2 {
    color: #00539b;
    font-size: 32px;
    margin-bottom: 24px;
}
.feature-block.primary {
    background: #00539b;
    padding: 24px;
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: flex-start;
    min-height: 290px;
}
.primary .readmore-link {
    color: #fff;
    margin-top: auto;
	gap: 10px;
	letter-spacing: 0.5px;
}
.primary .readmore-link em {
    color: #F5821F;
    transition: 0.3s ease;
}

.feature-block.primary h4, .feature-block.primary p{
    margin: 0;
	color: #fff;
}
.feature-block.primary p {
	font-size: 16px;
    line-height: 130%;
}
.chips {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
.chips span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #f5821f;
    padding: 8px;
    background: #f0f0f0;
}
.page_head h4 {
	font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}
.info_div ul {
    margin: 0 0 16px;
    padding-left: 25px;
}
.bio_info ul {
    margin: 0 0 14px;
    padding-left: 24px;
}
.info_div ul:last-child, .bio_info ul:last-child, .page_head h4:last-child {
	margin: 0;
}
.info_div ul li:has(ul) {
    list-style: none;
}
.info_div ul li, .bio_info ul li {
    list-style: disc;
}
.info_div ul li:last-child {
    margin: 0;
}
.info_div p + ul {
    margin-top: -12px;
}
.confirm_info {
    padding: 10px 0 24px;
}
.confirm_info p {
    font-weight: 700;
    margin-bottom: 12px;
}
label.checkbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    display: inline-flex;
    gap: 12px;
    margin: 0;
    cursor: pointer;
}
label.checkbox input {
    width: 20px;
    height: 20px;
    background: rgba(240, 240, 240, 1);
    border-radius: 4px;
	cursor: pointer;
}
.guidance-content {
    display: flex;
    align-items: flex-start;
    background: #f0f0f0;
    padding: 24px;
    gap: 20px;
    flex-flow: column;
    height: calc(100% - 300px);
}
.guidance-content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #4d4f53;
    margin: 0;
}
.guidance-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    margin: 0;
}
.brief_grid .guidance-content {
    padding: 36px;
    gap: 24px;
}
.brief_grid .guidance-content .d-flex {
    flex-flow: column;
    gap: 12px;
}
.brief_grid .guidance-content .btn.custom_btn {
    margin-top: auto;
}
.custom_tabs .tab-content-wrapper .tab-content {
    padding: 0;
}
.custom_tabs .tabs {
    gap: 0px;
    border-bottom: 1px solid #999;
}
.custom_tabs .tabs .tab {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #00539b;
    border-bottom: 4px solid transparent;
    margin-bottom: -1px;
	flex: auto;
}
.custom_tabs .tabs .tab.fadactive {
    border-bottom: 4px solid #00539b;
    color: #00539b;
}
.custom_tabs .tabs .tab:hover {
	color: #00539b;
}
.list_view {
    list-style: none;
    margin-bottom: 14px;
}
.list_view li {
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    padding: 20px 0;
}
.list_view h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #f5821f;
    margin-bottom: 8px;
}
.list_view p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}
.custom_tabs .readmore-link {
    color: #f5821f;
}
.custom_tabs .readmore-link:hover {
    color: #00539B;
}
.container.wrapper {
    width: 100%;
}
.faculty_image {
    max-width: 230px !important;
    height: 265px !important;
    object-fit: cover;
    min-width: 230px;
}
.faculty_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.faculty_wrapper {
    align-items: center;
}
.faculty_wrapper .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    margin-bottom: 2px !important;
}
.faculty_wrapper .description b {
    font-weight: 700;
}
.faculty_wrapper .contact-details a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #f5821f !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.faculty_wrapper .contact-details i {
    color: #00539B !important;
    min-width: 15px;
    text-align: center;
}
.faculty_wrapper .left-col {
    gap: 12px !important;
}
.faculty_wrapper .mt-4 {
    margin-top: 13px !important;
}
.faculty_wrapper .contact-details {
    align-items: flex-start;
}
.faculty-details .bio-tabs {
    padding-top: 40px;
}
.faculty-details .bio-tabs .wrapper, .faculty-details .container.wrapper {
    padding: 0px !important;
}
.faculty-details .bio-tabs .wrapper .tabs {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.faculty-details .bio-tabs .tab-body {
    padding: 40px 0 !important;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 40px;
}
.view_more {
	color: #f5821f;
	gap: 10px;
}
.table_style thead tr th {
    background: #00539B;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    border: 1px solid #999;
    padding: 20px;
}
.table_style tbody tr td {
    color: #000;
    border: 1px solid #999;
    padding: 20px;
    vertical-align: middle;
}
.S_No {
    max-width: 80px;
    width: 80px;
    min-width: 80px;
}
.table_style .info_div p {
    margin-bottom: 12px;
}
.table_style .info_div p + ul {
    margin-top: -9px;
}
.gap-3 {
    gap: 10px !important;
}
.outcomes_list p {
    margin-bottom: 20px;
}
.request_form {
    margin-top: 30px;
}
.request_form form {
	display: flex;
    flex-flow: column;
    gap: 32px;
}
.request_form .form-group {
    margin: 0;
}
.request_form .btn.custom_btn {
    font-size: 14px;
}
.request_form h3 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #00539b;
    margin: 0 0 32px;
}
label.form-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: block;
    color: #000;
    margin-bottom: 8px;
}
.request_form .form-control {
    border: 1px solid #999;
    padding: 6px 12px;
    font-size: 16px !important;
    height: 50px;
    border-radius: 0;
}
.request_form h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    margin-bottom: 12px;
}
.checkbox_list {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 8px;
}
.captcha {
    display: flex;
    color: #f5821f;
    align-items: center;
    gap: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.captcha span {
    max-width: 110px;
}
.custom_btn.sm {
    font-size: 14px;
}
.news_list_sec {
	padding: 0 24px;
}
.team_accordion .accordion-header {
	background: transparent !important;
}
.accordion-item.bio_info p a {
	display: inline-block;
	margin-bottom: 3px;
}
.accordion-item {
    cursor: inherit;
}

@media (min-width:768px) {
	.team_accordion .accordion-header {
		pointer-events: none;
	}
	.team_accordion .accordion-header:after {
		display: none !important;
	}
	.team_accordion .accordion-content {
		display: block !important;
		padding: 0px !important;
	}
	.compass_sec .accordion-wrapper .team_accordion:not(:last-child) {
		margin-bottom: 40px;
	}
}

@media (min-width:992px) {
	.container.sm, .container.wrapper {
		max-width: 992px;
	}
	.impact_sec .hero-background-image {
		object-position: 0 -15px;
	}
}

@media (min-width:1280px) {
	.px-xxl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;    
	}
}

@media (max-width:1299px) {
	.gap_30 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.gap_30 > div{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:1199px) {
	.stats-section, .stories-section, .palliative-care-section {
		padding: 85px 24px;
	}
	.hero-banner h2 {
		font-size: 52px;
	}
	.page_head h2 {
		font-size: 44px;
		line-height: 1.14;
	}
	.page_head .intro-text {
		font-size: 18px;
	}
	.stats-row .stats-item {
		padding: 30px 28px;
	}
	.stats-item h3 {
		font-size: 44px;
		letter-spacing: -1px;
	}
	.stats-item h4 {
		font-size: 18px;
	}
	.stories-section h2 {
		font-size: 44px;
	}
	.stories-section p.lead {
		font-size: 18px;
	}
	.stories-section .card-heading-color {
		font-size: 28px;
	}
	.stories-section p.card-text {
		font-size: 17px;
	}
	.right_box {
		gap: 20px;
	}
	.image-card-item {
		height: 500px;
		max-height: 500px;
	}
	.content-overlay-area h2 {
		font-size: 44px;
	}
	.content-overlay-area .lead {
		font-size: 18px;
	}
	.research-card {
		padding: 30px;
	}
	.background-image-wrap {
		height: 500px;
	}
	.about-intro, .py_80, .director_sec, .about_info_sec, .shaping-care-sec, .testimonial-sec, .programmes_sec, .research_page_sec, .news_events_page, .resources_section, .contact-cta{
		padding: 68px 24px;
	}
	.research-hero-section {
		padding: 0px 0px 60px;
	}
	.stay-updated-section {
		padding: 65px;
	}
	.cta-card-row .right-arrow {
		min-width: 250px;
	}
	.cta-card-row:has(.right-arrow:nth-child(3)) .right-arrow {
		width: 100%;
	}
	.hero-banner {
		padding: 90px 70px;
		height: 480px;
	}
	.over_wrapper {
		top: 35px;
		bottom: 35px;
		left: 35px;
		right: 35px;
	}
	.section-heading {
		font-size: 30px;
		margin-bottom: 22px;
	}
	body .inner-banner {
		padding: 70px 70px;
		height: 390px;
	}
	.about-intro .page_head .intro-text {
		font-size: 20px;
	}
	.about_info_sec .container {
		gap: 62px;
	}
	.gap_18 {
		margin-left: -14px;
		margin-right: -14px;
	}
	.gap_18 > div {
		padding-left: 14px;
		padding-right: 14px;
	}
	.sub_page_head h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.sub_page_head p {
		margin-bottom: 18px;
	}
	.row.programme-grid {
		margin: 40px -15px -30px;
	}
	.row.programme-grid > div {
		padding: 0 15px 30px;
	}
	.gap_20 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.gap_20 > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.image-box.featured-image {
		height: 475px;
		padding-right: 20px;
	}
	.publications-cta-box {
		height: 380px;
	}
	.research-areas-grid, .guidance-grid {
		margin-bottom: -30px;
	}
	.research-areas-grid .mb-4, .guidance-grid .mb-4, .feature-icon-grid .mb-4 {
		margin-bottom: 30px !important;
	}
	.research_page_sec .container {
		gap: 70px;
	}
	.partner_list {
		padding: 65px;
		gap: 30px;
	}
	.slick-news-slider {
		margin-right: -24px;
	}
	.slick-news-slider .news-item {
		margin-right: 24px;
		height: auto;
	}
}

@media (max-width:991px) {
	.hero-banner h2 {
        font-size: 42px;
    }
	.hero-banner {
        padding: 80px 65px;
        height: 440px;
    }
	.stats-section, .stories-section, .palliative-care-section {
        padding: 75px 24px;
    }
	.page_head h2 {
        font-size: 36px;
    }
	.page_head .intro-text {
        font-size: 17px;
    }
	.btn.outline_btn {
		font-size: 17px;
		gap: 17px;
		padding: 10px 16px;
		min-width: 185px;
	}
	.stats-row {
		gap: 20px;
		margin: 32px 0 0;
		flex-wrap: wrap;
	}
	.stats-row .stats-item {
        width: calc(50% - 12px);
    }
	.stories-section .image-container {
		margin-bottom: 35px;
	}
	.stories-section h2 {
        font-size: 36px;
    }
	.stories-section p.lead {
        font-size: 17px;
    }
	.stories-section .card-heading-color {
        font-size: 25px;
    }
	.stories-section p.card-text {
        font-size: 16px;
    }
	.stories-section .card-link-color {
		font-size: 15px;
	}
	.palliative-care-section .program_list {
		padding-bottom: 45px;
	}
	.content-overlay-area h2 {
        font-size: 36px;
    }
	.content-overlay-area .lead {
        font-size: 16px;
    }
	.research_content {
		gap: 35px;
	}
	.background-image-wrap {
        height: 450px;
    }
	.research-card {
        padding: 22px;
        min-height: 165px;
    }
	.research-card h5 {
		font-size: 22px;
	}
	.research-hero-section {
        padding: 0px 0px 50px;
    }
	.stay-updated-section {
        padding: 45px 30px;
    }
	.section-heading {
        font-size: 26px;
    }
	.cta-card-row {
		gap: 18px;
		padding-top: 30px;
	}
	.cta-card-row .right-arrow {
        min-width: 190px;
        line-height: normal;
        font-size: 16px;
        padding: 18px 18px;
    }
	.about-intro, .py_80, .director_sec, .about_info_sec, .shaping-care-sec, .testimonial-sec, .programmes_sec, .research_page_sec, .news_events_page, .resources_section, .contact-cta{
        padding: 60px 24px;
    }
	.image-card-item .overlay h4 {
		font-size: 28px;
		line-height: 34px;
	}
	.about-intro .page_head .intro-text {
        font-size: 18px;
    }
	.director-quote p {
		font-size: 18px;
	}
	.director-quote .blockquote-footer {
		font-size: 16px;
	}
	.flex_row {
		gap: 30px;
	}
	.filter-categories-container {
		gap: 3px;
	}
	.filter_categories {
        gap: 25px;
        width: 100%;
        justify-content: flex-start;
    }
	.filter_categories a {
		font-size: 15px;
	}
	.gap_20 {
        margin-left: -12px;
        margin-right: -12px;
    }
	.gap_20 > div {
        padding-left: 12px;
        padding-right: 12px;
    }
	.feature-block {
		padding: 22px;
	}
	.feature-block .feature-title {
		font-size: 22px;
	}
	.image-box.featured-image {
        height: 400px;
        padding-right: 0;
    }
	.publications-cta-box {
        height: 370px;
    }
	.resources_section .container, .serious_sec .container {
		gap: 70px;
	}
	.research-areas-grid, .guidance-grid {
        margin-bottom: -24px;
    }
	.research-areas-grid .mb-4, .guidance-grid .mb-4, .feature-icon-grid .mb-4 {
        margin-bottom: 24px !important;
    }
	.guidance-image-wrap {
		height: 250px;
	}
	.guidance-content-wrap {
		padding: 20px;
		gap: 18px;
	}
	.research_page_sec .container{
		gap: 55px;
	}
	.slick-news-slider {
		padding: 25px 0;
	}
	.news-card-title {
		font-size: 26px;
	}
	.news_card {
		gap: 30px;
	}
	.news_card .news_img {
		height: 325px;
	}
	.news_list_sec h3, .events_view h3 {
		font-size: 26px;
	}
	.partner_list {
		padding: 45px 25px;
	}
	.social-btn {
		padding: 25px;
		font-size: 18px;
		min-width: 290px;
	}
	.image-box.h_390 {
		height: 360px;
	}
	.filter_list {
		gap: 14px;
	}
	.filter_list .filter-label {
		font-size: 15px;
	}
	.custom_tabs .tabs {
        width: 100%;
        overflow: inherit;
        padding-bottom: 0;
    }
	.guidance-content {
		height: calc(100% - 250px);
	}
}

@media (max-width:767px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		width: 100%;
	}
	.cta-card-row {
        gap: 24px;
        padding-top: 24px;
        flex-flow: column;
    }
	.over_wrapper, .inner-banner .over_wrapper {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
	.hero-banner h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
		max-width: 260px;
        margin: 0 auto;
    }
	.inner-banner h2 {
		max-width: 217px;
	}
	.hero-banner .content {
		text-align: center;
	}
	.hero-banner .btn.custom_btn {
		margin-top: 12px;
	}
	.hero-banner {
        padding: 70px 40px 40px;
        height: 300px;
        align-items: flex-end;
    }
	header .wrapper .left-col .logo {
        padding: 15px 12px;
    }
	header .wrapper .left-col .sub-site-logo {
		padding: 14px 12px 14px 1px;
	}
	header .wrapper .left-col .sub-site-logo .main-logo {
		padding-left: 12px;
	}
	header .wrapper .right-col .nav-btn .menu-icon .hamburger span.line {
		width: 18px;
	}
	header .wrapper .right-col .nav-btn {
        padding: 10px 12px;
        width: 40px;
    }
	header .wrapper .right-col .search-btn {
        padding: 8px 8px;
        width: 35px;
    }
	header .wrapper .right-col .search-btn .search-icon i {
		font-size: 18px;
		width: 18px;
	}
	header .wrapper .right-col .nav-btn .menu-icon.open .hamburger span.line:last-child {
		transform: rotate(130deg) translateX(-5px) translateY(-1px);
	}
	header .wrapper .right-col .nav-btn .menu-icon.open .hamburger span.line:first-child {
		transform: rotate(45deg) translateX(2px) translateY(-3px);
	}
	header .wrapper .right-col .nav-btn:focus-visible .menu-icon .hamburger span.line:nth-child(2), header .wrapper .right-col .nav-btn:hover .menu-icon .hamburger span.line:nth-child(2) {
		margin: 4px 0;
	}
	.stats-section, .stories-section, .palliative-care-section {
        padding: 40px 24px;
    }
	.page_head p {
		font-size: 14px;
		margin-bottom: 14px;
	}
	.page_head h2 {
        font-size: 24px;
    }
	.page_head .intro-text {
        font-size: 16px;
    }
	.stats-row {
        gap: 12px;
        margin: 24px 0;
    }
	.stats-row .stats-item {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
	.stats-row .stats-item.item1 {
		max-width: 100%;
	}
	.stats-item h3 {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
	.stats-item h4 {
        font-size: 16px;
    }
	.stats-item p {
		font-size: 14px;
	}
	.btn.custom_btn {
		font-size: 14px;
	}
	.stories-section .image-container {
        margin-bottom: 24px;
        height: auto;
    }
	.stories-section h2 {
        font-size: 24px;
    }
	.stories-section p.card-text {
        font-size: 16px;
        margin-bottom: 24px;
    }
	.right_box {
        gap: 24px;
    }
	.stories-section .card-heading-color {
        font-size: 20px;
    }
	.stories-section .card-link-color {
        font-size: 14px;
		gap: 6px;
    }
	.stories-section .card-link-color i {
		font-size: 15px;
		min-width: 15px;
	}
	.image-card-item {
        height: 365px;
        max-height: 365px;
		margin-bottom: 21px;
    }
	.image-card-item .overlay {
		padding: 24px;
	}
	.image-card-item .overlay h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0px;
		max-width: 230px;
	}
	.arrow-link .uni-link {
		width: 40px;
		height: 40px;
	}
	.image-card-item .arrow-link {
		right: 20px;
		bottom: -20px;
	}
	.experience .arrows .line {
		padding-bottom: 10px;
	}
	.palliative-care-section .program_list {
        padding-bottom: 30px;
    }
	.research-hero-section {
        padding: 0px 0px 40px;
    }
	.background-image-wrap {
        height: 315px;
    }
	.research_content {
        gap: 30px;
        position: static;
        margin-top: -288px;
    }
	.content-overlay-area h2 {
        font-size: 22px;
        max-width: 136px;
        line-height: 1.29;
    }
	.content-overlay-area {
		max-width: 210px;
	}
	.content-overlay-area .lead {
        margin-bottom: 24px;
    }
	.content-overlay-area h2 br {
		display: none;
	}
	.card-grid-container {
		gap: 12px;
		flex-flow: column;
		padding-top: 25px;
	}
	.research-card {
        padding: 24px;
        min-height: 100px;
        margin-bottom: 24px;
    }
	.research-card h5 {
        font-size: 18px;
    }
	.research-card .arrow-link {
		right: 24px;
		bottom: -20px;
	}
	.main-content-box {
		padding-bottom: 0px;
	}
	.stay-updated-section {
        padding: 24px;
    }
	.stay-updated-section h3.section-heading {
        font-size: 24px;
        max-width: 175px;
		line-height: 27px;
    }
	.cta-card-row .right-arrow {
        font-size: 14px;
        padding: 15px 24px;
    }
	.about-intro, .py_80, .director_sec, .about_info_sec, .shaping-care-sec, .testimonial-sec, .programmes_sec, .research_page_sec, .news_events_page, .resources_section, .contact-cta {
        padding: 40px 24px;
    }
	.research-hero-section {
        padding: 0px;
    }
	.palliative-care-section .page_head .intro-text {
        font-size: 16px;
        margin-bottom: 24px;
    }
	body .inner-banner {
        padding: 70px 40px 40px;
        height: 250px;
        align-items: flex-end;
    }
	.breadcrumb_nav {
		padding: 10px 24px;
	}
	.breadcrumb_nav .breadcrumb-item {
		font-size: 12px;
	}
	.breadcrumb_nav .breadcrumb {
        gap: 4px;
        row-gap: 2px;
    }
	.about-intro .page_head h2, .shaping-care-sec .page_head h2, .page_head.primary h2 {
		margin-bottom: 20px;
		color: #00539B;
		padding-right: 8px;
	}
	.about-intro .page_head h2 br, .shaping-care-sec .page_head h2 br, .page_head.primary h2 br {
		display: none;
	}
	.about-intro .page_head .intro-text {
        font-size: 16px;
    }
	.flex_row {
        gap: 24px;
        flex-flow: column-reverse;
        align-items: flex-start !important;
    }
	.director-image {
		max-height: 325px;
		width: 100%;
		object-position: top;
	}
	.flex_row .col_4 {
		max-width: 350px;
	}
	.director-quote p {
        font-size: 16px;
    }
	.director-quote .blockquote-footer {
        font-size: 14px;
    }
	.sub_page_head h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
	.sub_page_head p {
        margin-bottom: 12px;
        font-size: 14px;
    }
	.our_vision .row, .team-partners .row {
		flex-flow: column-reverse;
		gap: 24px;
	}
	.image-box {
		height: auto;
	}
	.about_info_sec .container {
        gap: 40px;
    }
	.our-impact .row {
		gap: 24px;
	}
	header.nav-active .wrapper .left-col .sub-site-logo .white-logo {
		padding-left: 12px;
	}
	.feature_row {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.feature-block {
        padding: 24px;
    }
	.feature-block .feature-title {
        font-size: 16px;
    }
	.row.feature_row {
		gap: 12px;
	}
	.section-heading {
        font-size: 20px;
    }
	.download-link {
		font-size: 14px;
	}
	.programme-card {
		padding: 24px;
		min-height: auto;
	}
	.programme-title {
		font-size: 16px;
	}
	.readmore-link {
        font-size: 14px;
        text-align: left;
    }
	.row.programme-grid > div {
        padding: 0 15px 12px;
    }
	.quote-icon {
		margin-bottom: 24px;
	}
	.testimonial-content .quote-text {
		font-size: 16px;
	}
	.row.programme-grid {
        margin: 24px -15px -12px;
    }
	.filter_categories {
        gap: 20px;
        padding: 0 2px;
    }
	.filter_categories a {
		font-size: 12px;
	}
	.filter-categories-container {
		padding: 8px 8px;
	}
	.breadcrumb_filter {
		display: flex;
		flex-flow: column-reverse;
	}
	.image-box.featured-image {
        height: auto;
        max-width: 380px;
        max-height: 350px;
        overflow: hidden;
    }
	.image-box.featured-image .img-fluid {
		object-position: top;
	}
	.featured-tag {
		font-size: 16px;
	}
	.featured-study-card h2 {
		font-size: 20px;
	}
	.research_page_sec .page_head .custom_btn {
		margin-top: 10px;
	}
	.research_page_sec .page_head h2, .research_page_sec .page_head p {
		margin-top: 14px;
	}
	.research-areas-grid h2, .guidance-grid h2, .sub_heading {
		font-size: 20px;
	}
	.research_card {
		min-height: auto;
	}
	.research-area-title {
		font-size: 16px;
	}
	.research_card .learn-more-link {
		font-size: 14px;
	}
	.research-areas-grid .mb-4, .guidance-grid .mb-4, .feature-icon-grid .mb-4 {
		margin-bottom: 12px !important;
	}
	.research-areas-grid, .guidance-grid {
		margin-bottom: -12px;
	}
	.publications-overlay h2 {
		font-size: 20px;
		margin: 0 0 14px;
		max-width: 350px;
	}
	.publications-overlay {
		padding: 35px 24px;
	}
	.publications-cta-box {
        height: 220px;
    }
	.pt_40 {
		padding-top: 24px !important;
	}
	.guidance-content-wrap {
        padding: 22px;
        gap: 18px;
    }
	.guidance-title {
		font-size: 16px;
	}
	.resources_section .container, .serious_sec .container {
        gap: 40px;
    }
	.guidance-image-wrap {
        height: auto;
		min-height: 180px;
    }
	.guidance-image-wrap img {
		min-height: 180px;
	}
	.news_list_sec {
		padding: 40px 24px;
		background: #f0f0f0;
	}
	.news_list_sec h3, .events_view h3 {
		font-size: 20px;
	}
	.slick-news-slider {
        padding: 24px 0 18px;
    }
	.news_card {
        gap: 24px;
        flex-flow: column-reverse;
    }
	.news_card .news_img {
        height: 275px;
    }
	.news-card-title {
        font-size: 16px;
    }
	.news_card .card-text, .news_card .learn-more-link{
		font-size: 14px;
	}
	.event_list_view {
		padding-top: 24px;
	}
	.event-date-box .day, .event-date-box .month{
		font-size: 16px;
	}
	.event-date-box {
		padding: 12px;
		width: 65px;
		min-width: 65px;
		min-height: 95px;
	}
	.event-content {
		padding: 12px 12px;
		gap: 8px;
	}
	.event-content p {
		font-size: 14px;
	}
	.event-content .arrow-icon {
		font-size: 16px;
	}
	.pagination-custom {
		padding-top: 24px;
	}
	.team_accordion .sub_heading {
		margin: 0;
	}
	.team_accordion .accordion-header:after {
		height: 30px !important;
		width: 30px !important;
		min-height: 30px !important;
		min-width: 30px !important;
		background: transparent !important;
		color: #f5821f !important;
		font-size: 14px;
	}
	.team_accordion .accordion-content {
		padding: 24px 0 0 !important;
	}
	.team_card .member-name {
		font-size: 16px;
	}
	.partner_list {
        padding: 24px;
        gap: 30px;
        flex-flow: column;
    }
	.partner_list img {
		max-height: 60px;
	}
	.contact-cta .sub_page_head h2 {
        margin-bottom: 24px;
    }
	.info_div h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.info_div p, .info_div ul li {
		font-size: 14px;
	}
	.social-btn {
        padding: 12px 22px 12px 12px;
        font-size: 14px;
        min-width: 270px;
        width: 100%;
        max-width: 350px;
    }
	.btn_div {
		gap: 12px;
	}
	.info_div p {
		margin-bottom: 14px;
	}
	.info_div.bg_gray {
		background: #f0f0f0;
		padding: 24px;
	}
	.impact_sec .content-overlay-area h2 {
        font-size: 24px;
        max-width: 100%;
		margin-bottom: 5px;
    }
	.content-overlay-area p {
		font-size: 14px;
	}
	.impact_sec .background-image-wrap {
		height: 370px;
	}
	.impact_sec .research_content {
		gap: 24px;
	}
	.research_content .stats-row .stats-item {
        padding: 24px;
    }
	.impact_sec .stats-item h4, .impact_sec .stats-item p {
		margin-bottom: 12px;
	}
	.impact_sec .main-content-box {
        padding-bottom: 16px;
    }
	.user_info_list .flex_row {
        gap: 12px;
        flex-flow: column;
    }
	.user_info_list {
		gap: 24px;
	}
	.user_info_list .director-image {
        min-height: auto;
        max-height: max-content;
    }
	.director-quote {
		gap: 12px;
	}
	.user_info_list .director-quote .blockquote-footer {
		font-size: 16px;
	}
	.user_info_list .director-quote p {
        font-size: 14px;
    }
	.line_breaker {
		margin: 40px 0;
	}
	.mb_40 {
		margin-bottom: 24px !important;
	}
	.milestone_list {
		gap: 24px;
	}
	.milestone_list .info_div h3 {
		margin-bottom: 5px;
	}
	.milestone_list .info_div p {
		font-size: 14px;
	}
	.info_div.primary h3 {
		font-size: 24px;
		margin-bottom: 22px;
	}
	.info_div h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.accordion_new .AccordionHeader .accordionTitle {
		padding: 24px 0;
		font-size: 16px;
	}
	.accordion-wrapper .accordion .accordion-item .accordion-header::after {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
		font-size: 14px;
    }
	.accordion_new .magazine-title p {
		font-size: 14px;
	}
	.accordion_new .accordion .accordion-item .accordion-content {
		padding-bottom: 24px;
	}
	.contact_info h3 {
		font-size: 20px;
		margin-bottom: 22px;
	}
	.contact_info p {
		margin-bottom: 18px;
	}
	.serious_sec .page_head h2 {
		font-size: 24px;
		margin-bottom: 22px;
		max-width: 315px;
	}
	.feature-block.primary {
		min-height: auto;
	}
	.feature-block.primary .feature-title {
        font-size: 20px;
    }
	.chips {
		margin-bottom: 24px;
	}
	.page_head h4 {
		font-size: 16px;
	}
	.SG_pall_sec .info_div h3{
		font-size: 20px;
        margin-bottom: 12px;
	}
	label.checkbox {
		font-size: 14px;
		gap: 8px;
	}
	.custom_tabs .tabs .tab {
		font-size: 14px;
	}
	.tabs-container.custom_tabs {
		padding-top: 40px;
	}
	.list_view h4 {
		font-size: 14px;
	}
	.guidance-card {
		overflow: hidden;
		max-width: 375px;
	}
	.guidance-content {
        height: auto;
    }
	.guidance-content h3 {
		font-size: 16px;
	}
	.brief_grid .guidance-content {
		padding: 24px;
		gap: 20px;
	}
	.outcomes_list .section-heading {
		font-size: 24px;
	}
	.request_form {
		margin-top: 0;
	}
	.request_form h3 {
		font-size: 20px;
		margin: 0 0 24px;
	}
	.request_form form {
		gap: 24px;
	}
	.captcha {
		gap: 15px;
		font-size: 14px;
	}
	.faculty-details .wrapper .faculty-details-wrapper {
		gap: 24px;
		align-items: flex-start;
	}
	.faculty_image {
		max-width: 165px !important;
		height: 170px !important;
		min-width: 150px;
	}
	.description-items .section-heading {
		font-size: 24px;
	}
	.bio_info h3 {
		font-size: 16px;
	}
	.faculty-details .bio-tabs .tab-body {
		padding: 40px 0 24px !important;
		gap: 24px;
	}
	header .wrapper .left-col .sub-site-logo img, header .wrapper .left-col .logo img {
        height: 24px !important;
        width: auto;
        max-width: none;
    }
	.table_style thead tr th {
		padding: 15px;
		font-size: 15px;
	}
	.S_No {
		max-width: 65px;
		width: 65px;
		min-width: 65px;
	}
	.table_style tbody tr td {
		padding: 15px;
	}
	.table_style .info_div p {
		margin-bottom: 10px;
	}
	.info_div p + ul {
		margin-top: -10px;
	}
	.table_style .info_div p + ul {
		margin-top: -5px;
	}
	.team_accordion .bio_info h3 {
		margin: 0;
	}
	.team_accordion .accordion-item.bio_info {
		border-bottom: 1px solid #999 !important;
		padding: 20px 0;
	}
	.team_accordion .bio_info .accordion-content {
        padding: 14px 0 0 !important;
    }
	.hero-banner:before {
		min-height: 700px;
	}
	.bio-tabs .wrapper .tabs .tab {
		padding: 12px 18px;
		line-height: normal;
	}
	.filter-nav-arrow.disabled {
		opacity: 40%;
	}
	.breadcrumb_nav .arrow {
		height: 20px;
		width: 20px;
	}
	.news_list_view {
		max-width: 400px;
	}
	.testimonialSlider {
		padding-bottom: 24px;
	}
	.Programmes_filter-row {
		gap: 15px;
		padding: 24px 0 24px;
	}
	.filter_list {
        gap: 14px;
        flex-flow: column;
        align-items: flex-start;
    }
	.Programmes_filter-row .filter-select, .Programmes_filter-row .search-input {
		height: 46px;
		padding: 12px 16px;
		font-size: 14px !important;
	}
	.author-photo {
		width: 44px;
		height: 44px;
	}
	.author-details {
		gap: 10px;
	}
}

@media (max-width: 599px) {
	.bio_container {
		background: #0e549c;
		margin: 0 -24px;
		width: auto;
		padding: 12px 20px;
	}
	.bio-tabs .wrapper .tabs .tab {
        padding: 0px;
    }
	.bio_container .tabs {
		padding-bottom: 0px !important;
		overflow: hidden !important;
	}
	.bio-tabs .bio_container .tabs .tab {
		color: #fff;
		font-weight: 400;
	}
	.bio-tabs .bio_container .tabs .tab.active {
		color: #fff;
		font-weight: 700;
	}
	.bio-tabs .wrapper .bio_container .arrow.left-arrow {
		left: 13px;
		color: #fff;
	}
	.bio-tabs .wrapper .bio_container .arrow.right-arrow {
		right: 13px;
		color: #fff;
	}
	.bio-tabs .wrapper .tabs {
		width: calc(100% - 36px);
	}
	.faculty-details .bio-tabs .wrapper .tabs {
		gap: 20px;
	}
}

@media (max-width: 575px) {
	.team_card {
        max-width: 350px;
        height: auto;
    }
	.team_card .member-image {
        height: auto;
        min-height: auto;
        max-height: 350px;
    }
	.image-box.h_390 {
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .arrows .line {
        width: 52vw;
    }
	.news_card .news_img {
        height: 240px;
    }
	.author-title {
		font-size: 13.6px;
	}
	.team_card .member-image {
        max-height: 330px;
    }
}


@media (max-width: 370px) {
	.team_card .member-image {
		height: 250px;
	}
}