/* Open Sans Regular */
@font-face {
	font-family: "OpenSans-Regular";
	src: url("../fonts/OpenSans-Regular.eot");
	src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"), url("../fonts/OpenSans-Regulard41d.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* Open Sans Bold */
@font-face {
	font-family: "OpenSans-Bold";
	src: url("../fonts/OpenSans-Bold.eot");
	src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("../fonts/OpenSans-Boldd41d.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* DMSans Regular */
@font-face {
	font-family: "DMSans-Regular";
	src: url("../fonts/DMSans-Regular.eot");
	src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.ttf") format("truetype"), url("../fonts/DMSans-Regular.svg#DMSans-Regular") format("svg"), url("../fonts/DMSans-Regulard41d.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* DMSans SemiBold */
@font-face {
	font-family: "DMSans-SemiBold";
	src: url("../fonts/DMSans-SemiBold.eot");
	src: url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff"), url("../fonts/DMSans-SemiBold.ttf") format("truetype"), url("../fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg"), url("../fonts/DMSans-SemiBoldd41d.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* DMSans Bold */
@font-face {
	font-family: "DMSans-Bold";
	src: url("../fonts/DMSans-Bold.eot");
	src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype"), url("../fonts/DMSans-Bold.svg#DMSans-Bold") format("svg"), url("../fonts/DMSans-Boldd41d.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* ============================================================== Master Template ============================================================== */
:root {
	--a1-filter: brightness(0) saturate(1) invert(18%) sepia(84%) saturate(892%) hue-rotate(199deg) brightness(89%) contrast(94%);
	--s4-filter: brightness(0) saturate(1) invert(46%) sepia(10%) saturate(1212%) hue-rotate(0deg) brightness(89%) contrast(88%);
	--white-filter: brightness(0) saturate(1) invert(1);
}
html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}

body {
	font-family: "DMSans-Regular", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
	color: #4D4D4F;
	overflow-x: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
	color: #2C2C2C;
	margin: 0 0 .75rem;
}

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h5 b {
	font-family: "DMSans-SemiBold", sans-serif;
}

h1, .h1 {
	font-size: 2.688rem;
}

h2, .h2 {
	font-size: 2.313rem;
}

h3, .h3 {
	font-size: 1.938rem;
}

h4, .h4 {
	font-size: 1.625rem;
}

h5, .h5 {
	font-size: 1.188rem;
}

h6, .h6 {
	font-size: 1rem;
}

p, ol, ul, ol ul {
	margin: 0 0 1rem;
}

	p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
		margin: 1.75rem 0 .75rem;
	}

ol, ul {
	padding-left: 1.5rem;
}

strong, b {
	font-family: "DMSans-Bold", sans-serif;
	letter-spacing: -.5px;
}

a {
	color: #253872;
	text-decoration: underline;
	cursor: pointer;
	word-break: break-word;
}

	a:focus {
		outline: 0;
	}

	a:hover {
		color: #1E4094;
	}

img {
	image-rendering: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
	max-width: 100%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.square-btn {
	border-radius: 0 !important;
}
.primary-btn, .primary_btn,
.secondary_btn,
.primary-alt_btn,
.secondary-alt_btn,
.outline_btn {
	font-size: 1rem;
	padding: .5rem 1.75rem;
	margin: .5rem 0;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	word-break: normal;
}

.primary-btn, .primary_btn,
.secondary_btn.invert_bkg,
.cta-list-wrapper .col-lg-12:first-child > :first-child,
.multi-sticky-cta .col-lg-12:first-child > :first-child {
	background-color: #253872;
	color: #DDCFB6;
	border: 1px solid #253872;
}
.primary-btn.alt_color, .primary_btn.alt_color,
.secondary_btn.alt_color.invert_bkg,
.multi-sticky-cta a {
	background-color: #D2BA91;
	color: #514A42;
	border: 1px solid #D2BA91;
}
.primary-btn.invert_bkg, .primary_btn.invert_bkg,
.secondary_btn {
	background-color: transparent;
	color: #253872;
	border: 1px solid #253872;
}
.primary-btn.alt_color.invert_bkg, .primary_btn.alt_color.invert_bkg,
.secondary_btn.alt_color {
	background-color: transparent;
	color: #7C6C4F;
	border: 1px solid #7C6C4F;
}
.outline_btn {
	color: #253872;
	background-color: #FFF;
	border: 1px solid #253872;
}
.primary-btn:focus, .primary-btn:hover,
.primary_btn:focus, .primary_btn:hover,
.secondary_btn:focus, .secondary_btn:hover,
.outline_btn:focus, .outline_btn:hover {
	outline: none;
	text-decoration: none;
}
.primary-btn:focus,
.primary_btn:focus,
.primary-btn:hover,
.primary_btn:hover,
.secondary_btn.invert_bkg:focus,
.secondary_btn.invert_bkg:hover,
.cta-list-wrapper .col-lg-12:first-child > :first-child:focus,
.cta-list-wrapper .col-lg-12:first-child > :first-child:hover,
.multi-sticky-cta .col-lg-12:first-child > :first-child:focus,
.multi-sticky-cta .col-lg-12:first-child > :first-child:hover {
	background-color: #1E4094;
	color: #DDCFB6;
	border-color: #1E4094;
}
.primary-btn.invert_bkg:focus,
.primary_btn.invert_bkg:focus,
.secondary_btn:focus {
	background-color: #FFF;
	color: #1E4094;
	border-color: #1E4094;
}
.primary-btn.invert_bkg:hover,
.primary_btn.invert_bkg:hover,
.secondary_btn:hover {
	background-color: transparent;
	color: #1E4094;
	border-color: #1E4094;
}
.primary-btn.alt_color:focus,
.primary-btn.alt_color:hover,
.primary_btn.alt_color:focus,
.primary_btn.alt_color:hover,
.secondary_btn.alt_color.invert_bkg:focus,
.secondary_btn.alt_color.invert_bkg:hover,
.multi-sticky-cta a:focus,
.multi-sticky-cta a:hover {
	background-color: #DDCFB6;
	color: #514A42;
	border-color: #DDCFB6;
}
.primary-btn.alt_color.invert_bkg:focus,
.primary-btn.alt_color.invert_bkg:hover,
.primary_btn.alt_color.invert_bkg:focus,
.primary_btn.alt_color.invert_bkg:hover,
.secondary_btn.alt_color:focus,
.secondary_btn.alt_color:hover {
	background-color: transparent;
	color: #D2BA91;
	border-color: #D2BA91;
}
.outline_btn:focus {
	background-color: #F8F4ED;
}
.outline_btn:hover {
	color: #1E4094;
	border-color: #1E4094;
}
.primary_btn.search-btn {
	background-color: #1E4094;
	color: #D2BA91;
}
.primary_btn.search-btn:focus,
.primary_btn.search-btn:hover {
	color: #DDCFB6;
}
button[disabled],
button:hover[disabled] {
	color: #CCCCCC;
	background-color: #F8F6F6;
	border: 1px solid #F8F6F6;
	border-radius: 50px;
	padding: .5rem 1.75rem;
}
.cta-split {
	display: -webkit-flex;
	display: flex;
}
.cta-split > a {
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
}
.cta-split > a:first-child {
	margin-right: 5px;
}
.cta-split > a:last-child {
	margin-left: 5px;
}
.half-button {
	width: 48%;
	height: 66px;
}

	.half-button:nth-child(even) {
		float: right;
	}

	.half-button:nth-child(odd) {
		margin-right: 3px;
	}

	.half-button > span {
		display: block;
	}

label {
	font-family: "DMSans-Bold", sans-serif;
	color: #2C2C2C;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.sticky-hide {
	top: calc(100% - 40px);
}

.sticky-show {
	top: calc(100% - 220px);
}

.chevron-up::after {
	content: "\f077";
}

.chevron-down::after {
	content: "\f078";
}

.header-body {
	min-height: calc(100vh - 469px);
}

.full-width {
	width: 100%;
}

.f-13 {
	font-size: .813rem;
}

.f-15 {
	font-size: .938rem;
}

.f-18 {
	font-size: 1.125rem;
}

.p-32 {
	padding: 2rem;
}

.pt-340 {
	padding-top: 340px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-95 {
	padding-top: 95px;
}

.pb-6 {
	padding-bottom: 4rem;
}

.no-mb {
	margin-bottom: 0 !important;
}

div + h1, div + h2, div + h3, div + h4, div + h5,
img + h1, h3 + h5, table + h3, table + p {
	margin-top: 1.5rem;
}

/* Modal */
.modal {
	color: #2C2C2C;
}
.modal-backdrop {
	background-color: #F8F4ED;
}

.close {
	color: #4D4D4F;
}

.mobile-only.d-flex {
	display: none !important;
}

/* Placeholders */
::-webkit-input-placeholder {
	color: #CCCCCC !important;
}

::-moz-placeholder {
	color: #CCCCCC !important;
}

:-ms-input-placeholder {
	color: #CCCCCC !important;
}

input:-moz-placeholder {
	color: #CCCCCC !important;
}

/* Download */
.download {
	background-color: #F8F4ED;
	border: 1px solid #D2BA91;
	border-radius: .25rem;
	padding: .75rem;
	margin: 1.5rem 0;
	width: 100%;
	text-align: center;
}

	.download .highlight-content a {
		position: relative;
		padding-left: 2.5rem;
	}

		.download .highlight-content a::before {
			content: "";
			background: url("../images/menu_book.svg") no-repeat;
			position: absolute;
			width: 24px;
			height: 24px;
			left: 0;
		}

/* Checklist Bullets */
ul.checklist {
	list-style: none;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	padding-inline-start: 0;
	padding-left: 1.5rem;
}

	ul.checklist li {
		line-height: 1.8;
	}

		ul.checklist li::before {
			content: "";
			background-image: url(../images/check_circle.svg);
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
			width: 1rem;
			height: 1rem;
			float: left;
			margin-top: 0.4rem;
			margin-left: -1.5rem;
		}

.check-bullet-list > ul {
	list-style-image: url('../../../../../images/default-source/icons/tick-icon.svg');
}

	.check-bullet-list > ul li {
		padding-left: 2%;
		margin-bottom: 1rem;
	}

	.check-bullet-list > ul lik:last-child {
		margin-bottom: 0rem;
	}
/* Hero, Note & Tip Highlights */
.hero, .note, .tip, .did_you_know, .medical-reviewer-note {
	position: relative;
	padding: 1rem;
	margin: 0 0 1.5rem;
	border-radius: .5rem;
	font-size: .938rem;
}

.hero {
	background-color: #E8EBF2;
}

.note, .tip, .did_you_know, .medical-reviewer-note {
	background-color: #F8F4ED;
	color: #514A42;
}
.note a, .tip a, .did_you_know a, .medical-reviewer-note a {
	color: #514A42;
}
.note a:hover, .tip a:hover, .did_you_know a:hover, .medical-reviewer-note a:hover {
	color: #1E4094;
}
.medical-reviewer-note {
	margin: 1.5rem 0 1.5rem;
}

	.note::before,
	.tip::before,
	.did_you_know::before,
	.medical-reviewer-note::before {
		content: "";
		position: absolute;
		width: 32px;
		height: 32px;
		top: 50%;
		transform: translateY(-50%);
	}

.note::before {
	background: url("../images/post-it.svg") no-repeat;
}

.tip::before {
	background: url("../images/tip-alert.svg") no-repeat;
}

.did_you_know::before {
	background: url("../images/help_outline.svg") no-repeat;
}

.medical-reviewer-note::before {
	background: url("../images/medical_reviewer_badge.svg") no-repeat;
}

.note .highlight-content,
.tip .highlight-content,
.did_you_know .highlight-content {
	padding-left: 3rem;
}

.medical-reviewer-note .highlight-content {
	padding-left: 2.5rem;
}

.hero p:last-child, .note p:last-child, .tip p:last-child, .did_you_know p:last-child, .medical-reviewer-note p:last-child,
.hero ul:last-child, .note ul:last-child, .tip ul:last-child, .did_you_know ul:last-child, .medical-reviewer-note ul:last-child,
.hero ol:last-child, .note ol:last-child, .tip ol:last-child, .did_you_know ol:last-child, .medical-reviewer-note ol:last-child,
.hero div:last-child, .note div:last-child, .tip div:last-child, .did_you_know div:last-child, .medical-reviewer-note div:last-child {
	margin-bottom: 0;
}

.hover-color-reset:hover {
	color: unset;
}
/* Homepage - Explore DigiHealth App Section */
.explore-app {
	background: linear-gradient(283.95deg, #EFEEE6 0%, rgba(254, 254, 254, 0) 35.24%);
}

	.explore-app .container {
		padding-top: 4rem;
	}

	.explore-app .digiapp-desc {
		padding-bottom: 6rem;
	}
	.explore-app .digiapp-desc h2 {
		color: #4D4D4F;
	}

/* ============================================================== Accordion ============================================================== */

.accordion-actions {
	float: right;
	display: none;
}

.accordion-collapse-all, .accordion-expand-all {
	display: inline-block;
	margin: 20px 0;
	color: #005596;
	cursor: pointer;
}

	.accordion-collapse-all::after {
		content: " | ";
		font-size: 1.125rem;
		color: #000;
		padding: 0 5px;
	}

.accordion-wrapper {
	margin-bottom: 1.5rem;
}

.accordion-inner-wrap {
	transition: 0.4s;
	margin-bottom: 1.25rem;
}

.accordion {
	font-family: "OpenSans-Regular", sans-serif;
	color: #2C2C2C;
	background: #F8F4ED;
	border: none;
	padding: 1rem;
	width: 100%;
	text-align: left;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: flex;
}

	.accordion:focus {
		outline: none;
	}

	.accordion::after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f067";
		font-size: 1rem;
		color: #2C2C2C;
		float: right;
		margin: 0 0 0 1rem;
		align-self: center;
	}

.accordion-active {
	font-family: "DMSans-Bold", sans-serif;
	background: #DDCFB6;
}

	.accordion-active::after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f068";
	}

.acc-panel {
	padding: 1rem;
	margin-top: .5rem;
	background: #F0F0F0;
	border-top: none;
	display: none;
	overflow: hidden;
}

	.acc-panel h2:first-child, .acc-panel h3:first-child,
	.acc-panel h4:first-child, .acc-panel h5:first-child {
		margin-top: 0;
	}

	.acc-panel p:last-child,
	.acc-panel ul:last-child,
	.acc-panel ol:last-child,
	.acc-panel div:last-child {
		margin-bottom: 0;
	}

	.acc-panel > .row > .col-xs-12 {
		margin-bottom: 1rem;
	}
@media (hover: hover) {
	.accordion-inner-wrap:hover .accordion {
		background-color: #DDCFB6;
	}
}
.accordion-panel-active {
	display: block;
	word-wrap: break-word;
}

/* ============================================================== Tabs ============================================================== */

.tabbed-content {
	background: transparent;
	max-width: 100%;
	margin: 30px auto;
}

	.tabbed-content .tabs {
		display: block;
	}

.tabs ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D2BA91;
}

.tabbed-content .tabs li {
	display: inline-block;
	flex-basis: 0;
	flex-grow: 1;
}

.tabs ul li:not(:last-child) {
	margin-right: 1.5rem;
}

.tabs ul li a {
	font-family: "DMSans-Regular", sans-serif;
	color: #7C6C4F;
	background: #F0F0F0;
	border: 1px solid #D2BA91;
	border-radius: .5rem .5rem 0 0;
	padding: 1rem;
	margin-bottom: -1px;
	display: block;
	text-decoration: none;
	height: 102%;
}

.tabs ul li:first-child a {
	border-radius: 0 .5rem 0 0;
}

.tabs ul li:last-child a {
	border-radius: .5rem 0 0 0;
}

.tabs ul li a.active {
	font-family: "DMSans-SemiBold", sans-serif;
	color: #514A42;
	background: #F8F4ED;
	border: 1px solid transparent;
	border-color: #D2BA91 #D2BA91 transparent;
}

.tabs ul li a:hover {
	color: #2C2C2C;
	background: #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	text-decoration: none;
}

.tab-section {
	margin-bottom: 2px;
}

	.tab-section.active .tab-ctnt {
		background-color: #F8F4ED;
		border: 1px solid transparent;
		border-color: #F8F4ED #D2BA91 #D2BA91;
		padding: 2rem;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}

.tabbed-content .tab-section {
	min-height: 0;
	margin-bottom: 0;
}

	.tabbed-content .tab-section .tab-ctnt {
		opacity: 0;
		display: none;
		height: 0;
	}

	.tabbed-content .tab-section.active .tab-ctnt {
		opacity: 1;
		display: block;
		height: auto;
	}

	.tabbed-content .tab-section .tab-ctnt > p:last-child,
	.tabbed-content .tab-section .tab-ctnt > ul:last-child,
	.tabbed-content .tab-section .tab-ctnt > ol:last-child,
	.tabbed-content .tab-section .tab-ctnt > div:last-child,
	.tab-ctnt p:last-child {
		margin-bottom: 0;
	}

/* ============================================================== Tables ============================================================== */

.table-responsive {
	margin: 1rem 0 1rem;
	display: block;
	width: 100%;
	overflow: auto;
	height: auto;
}

	.table-responsive::-webkit-scrollbar {
		width: 5px;
		height: 8px;
		background-color: transparent; /* or add it to the track */
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background: #253872;
		border-radius: 100px;
	}

table tr th {
	font-family: "DMSans-Bold", sans-serif;
	font-size: .875rem;
	color: #2C2C2C;
	padding: .75rem 1.25rem .75rem 0;
	border-bottom: 1px solid #2C2C2C;
	vertical-align: top;
}

table tr td {
	padding: .75rem 1.25rem .75rem 0;
	border-bottom: 1px solid #F8F6F6;
	vertical-align: top;
}

.headless-table {
	width: 100%;
}

	.headless-table tr td:first-child {
		font-family: "OpenSans-Bold", sans-serif;
	}

.comparison-table tr th {
	font-size: .938rem;
	width: 50%;
}

	.comparison-table tr th:first-child, .comparison-table tr td:first-child {
		border-right: 1px solid #2C2C2C;
	}

	.comparison-table tr th:last-child, .comparison-table tr td:last-child {
		padding-left: 0.5rem;
	}

.comparison-table tr:last-child td {
	border-bottom: none;
}

/* ============================================================== "Need Help?" Boxes ============================================================== */
.need-help-text,
.need-help-img {
	background-color: #DDCFB6;
	margin: 2rem 0;
	background-image: url(../images/bkg-curve-type1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.need-help-text a,
.need-help-img a {
	color: #4D4D4F;
}
.need-help-text a:hover,
.need-help-img a:hover {
	color: #1E4094;
}
.need-help-text {
	padding: 2rem 2rem 3rem;
}
.need-help-img img {
	width: 100%;
}
.need-help-img .col-12 {
	margin: auto 0;
}
.need-help-img .col-12:last-child {
	padding: 2rem 4.5rem 2rem 2.5rem;
}
.need-help-text h2,
.need-help-img h2 {
	color: #514A42;
	text-align: center;
}
.need-help-img h2 {
	text-align: left;
	font-size: 1.938rem;
}
.need-help-text hr,
.need-help-img hr {
	border-color: #7C6C4F;
}

.need-help-text p,
.need-help-img p {
	margin-bottom: 0;
}

.need-help-img p {
	margin-bottom: 1rem;
}

.need-help-text p span,
.need-help-img p span {
	display: block;
}
.need-help-text p span a,
.need-help-img p span a {
	font-family: "OpenSans-Bold", sans-serif;
}
/* ============================================================== Not sure where to start container ============================================================== */
.where-to-start h5 {
	font-size: 1.313rem;
	color: #4D4D4F;
}

@media (max-width: 991px) {
	.where-to-start h5 {
		font-size: 1.188rem;
	}
}
/* ============================================================== Call to Book Box ============================================================== */
.call-to-book {
	background-color: #DDCFB6;
	padding: 2rem 1rem;
	margin: 3rem 0;
	background-image: url(../images/bkg-curve-type2.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
}

	.call-to-book h4 {
		text-align: center;
		color: #253B7E;
		font-size: 1.625rem;
	}

	.call-to-book a {
		font-family: "DMSans-Regular", sans-serif;
		font-size: 1.313rem;
		color: #4D4D4F;
		font-weight: bold;
	}
	.call-to-book a:hover {
		color: #1E4094;
	}

		.call-to-book a span {
			font-size: 1.125rem;
		}

/* ============================================================== "Not sure what to look for?" section ============================================================== */

.what-to-look-for .accordion-inner-wrap,
.what-to-look-for .accordion-inner-wrap .accordion,
.what-to-look-for .acc-panel {
	border-radius: .5rem;
	background-color: #F8F4ED;
}

.what-to-look-for .accordion-inner-wrap  {
	margin-bottom: 0;
	border: 1px solid #DDCFB6;
}

.what-to-look-for .accordion-inner-wrap .accordion {
	font-family: "OpenSans-Regular", sans-serif;
}

.what-to-look-for .accordion::after {
	content: "\f078";
}

.what-to-look-for .accordion-active::after {
	content: "\f077";
}

.what-to-look-for .acc-panel {
	padding: 0 1rem .5rem;
	margin-top: 0;
}

.what-to-look-for .row {
	margin-inline: -.5rem;
}
.what-to-look-for .row > * {
	padding-inline: .5rem;
}
.what-to-look-for a {
	font-size: .813rem;
	padding: .5rem;
	margin-top: 0;
}
.what-to-look-for-mobile {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	height: 220px;
	overflow: hidden;
	cursor: pointer;
}

.what-to-look-for-mobile .box {
	position: relative;
	height: 100%;
	padding: .5rem 1rem;
	background-color: #F8F4ED;
	border: 1px solid #DDCFB6;
	border-radius: .5rem .5rem 0 0;
	transition: all .5s ease-out;
}

		.what-to-look-for-mobile .box p {
			margin-bottom: .5rem;
		}

			.what-to-look-for-mobile .box p::after {
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				float: right;
			}

		.what-to-look-for-mobile .box a {
			padding: .5rem .75rem;
		}

/* ============================================================== Journey Component ============================================================== */

.journey {
	position: relative;
	padding: 2rem;
}

	.journey.bg-white {
		background-color: #fff;
	}

	.journey.bg-grey {
		background-color: #F8F8F8;
	}

	.journey::before {
		content: '';
		position: absolute;
		top: 5.5rem;
		left: 3.15rem;
		width: 2px;
		height: calc(100% - 7.35rem);
		background: #F8F6F6;
		background-image: linear-gradient(0deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #F8F6F6, #F8F6F6, #F8F6F6, #F8F6F6, #F8F6F6);
		background-size: 5px 15px, 100% 15px;
		border: none;
	}

.journey-icon {
	position: absolute;
	top: 40px;
	left: 35px;
}

.journey-content {
	padding-left: 3rem;
}

	.journey-content p:last-child,
	.journey-content ul:last-child,
	.journey-content ol:last-child,
	.journey-content div:last-child {
		margin-bottom: 0;
	}

/* ============================================================== Timeline ============================================================== */

.timeline-feature {
	position: relative;
	padding: 2rem;
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
	background-color: #F8F4ED;
	font-size: 1.125rem;
	color: #2C2C2C;
	width: 100%;
	text-align: left;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: flex;
}
.timeline .accordion-inner-wrap {
	background: #F8F4ED;
	border-radius: 0.5rem;
}
.timeline .accordion-inner-wrap .accordion {
	position: relative;
	padding: 2rem 2rem;
	border-radius: 0.5rem;
	background-color: #F8F4ED;
}
.timeline .award-tag,
.timeline-feature .award-tag {
	position: absolute;
	left: 2rem;
	font-size: .938rem;
	background-color: #DDCFB6;
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.timeline .award-year,
.timeline-feature .award-year {
	position: absolute;
	right: 2rem;
	font-family: "OpenSans-Regular", sans-serif;
	font-size: .938rem;
	padding: 0.5rem 0;
}

.timeline .accordion b,
.timeline .accordion strong,
.timeline-feature .title {
	font-family: "DMSans-SemiBold", sans-serif;
	padding-top: 3.5rem;
}

.timeline .accordion::after {
	font-size: 1.35rem;
	align-self: end;
}

.timeline .accordion.accordion-active {
	padding-bottom: 0.5rem;
}

.timeline .acc-panel {
	background-color: #F8F4ED;
	padding: 1rem 2rem 2rem;
	border-radius: 8px;
}

/* ============================================================== Read More ============================================================== */

/*.truncate-moreless.collapse:not(.show) {
	display: block;
	height: 20rem;
	overflow: hidden;
}
.truncate-moreless.collapsing[aria-expanded="false"] {
	height: 42px !important;
}
.collapsed-moreless{
	margin-top:1rem;
}*/

.collapsed-moreless:empty {
	margin-top: 0px;
}

/* ============================================================== Header Top ============================================================== */

.header-top {
	background-color: #182A61;
	color: #F8F4ED;
	padding: .75rem 0;
}

.header-bottom {
	background: linear-gradient(90deg, #182A61 12.5%, #1E4094 73.5%);
	padding: 1.625rem 0 1.5rem;
	top: 61px;
}

.header-top, .header-bottom, .mobile-main-menu {
	position: fixed;
	width: 100%;
	z-index: 15;
}
.header-top .row {
	align-items: center;
}
.header-top a {
	font-size: .938rem;
}
.mobile-main-menu {
	top: 61px;
	z-index: 14;
}

.login a {
	font-size: .75rem;
	margin: 0;
}

.header-bottom-back {
	top: 0;
	padding-top: 1.5rem;
}
.header-bottom-back .mobile-menu {
	padding-top: 0;
}
.header-bottom-postion {
	position: relative;
}

.scroll-down {
	transform: translate3d(0, -100%, 0);
}

.scroll-up {
	transform: none;
}

.main-body {
	padding-top: 163px;
}

.pt-space {
	padding-top: 0;
}

/* Top Menu */
.top-menu {
	border-right: 1px solid #D2BA91;
	padding-right: 0;
}

.sec-nav {
	float: right;
}

	.sec-nav a {
		text-decoration: none;
		color: #F8F4ED;
		border-left: 1px solid #D2BA91;
		padding: .25rem 1.5rem;
	}
	.sec-nav a:hover {
		color: #DDCFB6;
	}

		.sec-nav a img {
			width: 20px;
			filter: invert(1);
		}

/* ============================================================== Search Section ============================================================== */

.search {
	padding: 0 1rem 0 2rem;
	border-left: 1px solid #D2BA91;
}

.header-top .search .sf-content-block img {
	display: block;
	cursor: pointer;
}

span.gbl-searchbox-textcontrol {
	border: 1px solid #CCCCCC;
	border-radius: 0;
	margin: 0;
	color: #2c2c2c;
	background-color: #fff;
	overflow: visible;
	outline: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	padding: 0;
	vertical-align: middle;
	transition: all .1s ease;
	position: relative;
	cursor: default;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

	span.gbl-searchbox-textcontrol input.custom-input {
		font-family: "OpenSans-Regular", sans-serif;
		padding: .3rem 0;
		height: auto;
		text-indent: .8rem;
		border-radius: 3px;
		border-color: #CCC;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.65em;
		border: 0;
		margin: 0;
		display: block;
		width: 100%;
		font-size: 1rem;
		max-height: 36px;
		outline: 0;
	}

		span.gbl-searchbox-textcontrol input.custom-input:focus {
			border-radius: 0;
		}

	span.gbl-searchbox-textcontrol .custom-clear {
		right: 3rem !important;
		top: 50% !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		outline: 0;
		font-size: 1.6rem;
		display: none;
		position: absolute;
		cursor: pointer;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: .5
	}

	span.gbl-searchbox-textcontrol .custom-clear {
		display: none;
	}

	span.gbl-searchbox-textcontrol.gbl-searchbox-focus .custom-clear {
		display: inline-block !important;
	}

	span.gbl-searchbox-textcontrol .search-btn {
		padding: .25rem .5rem;
		margin: 0;
		border-radius: 0;
		font-size: 1.1rem;
		max-height: 36px;
	}

.search-box-container {
	background-color: #EBEBEB;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: .75rem 0;
}

	.search-box-container .ui-autocomplete {
		position: absolute;
		top: 0;
		left: 0;
		cursor: default;
	}
	.search-box-container .ui-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		outline: 0;
		z-index: 9999;
	}

	.search-box-container .ui-widget {
		font-family: OpenSans-Regular,sans-serif;
		font-size: 1rem;
	}

		.search-box-container .ui-widget.ui-widget-content {
			border: none;
			background: #fff;
			color: #333;
		}

	.search-box-container .ui-autocomplete .ui-menu-item {
		font-family: "OpenSans-Regular", sans-serif;
		color: #2C2C2C;
		background-color: #fff;
		border-bottom: 1px solid #F8F6F6;
		padding: 0px !important;
		margin: 0;
		cursor: pointer;
	}

		.search-box-container .ui-autocomplete .ui-menu-item:hover {
			color: #2c2c2c;
			background-color: #F8F4ED;
		}

		.search-box-container .ui-autocomplete .ui-menu-item:last-of-type {
			border-bottom: none;
		}

	.search-box-container .ui-autocomplete .selection-viewall {
		padding: .5rem 1rem !important;
		width: auto;
	}
	.search-box-container .ui-autocomplete .ui-menu-item {
		font-size: 1.125rem;
	}
	.search-box-container .ui-autocomplete .ui-menu-item .selection-text {
		display: block;
		border-color: #d5d5d5;
		box-sizing: content-box;
		padding: 1rem;
	}

		.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-title {
			display: block;
		}

			.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-title em {
				font-family: "OpenSans-Bold", sans-serif;
				font-style: normal !important;
				color: #2C2C2C;
				font-weight: bold;
			}

		.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-tags .tag-item {
			display: inline-block;
			color: #4D4D4F;
			font-size: .75rem;
			width: auto;
			margin-top: .5rem;
			margin-right: 10px;
			padding: .375rem .5rem;
			border: 1px solid #CCCCCC;
			border-radius: .5rem;
		}

	.search-box-container .ui-autocomplete .ui-menu-item .selection-viewall {
		text-align: center;
		margin: 0px auto;
		display: block;
		background-color: #E8EBF2;
		border-color: #d5d5d5;
		box-sizing: content-box;
	}

.doctor-viewall, .selection-viewall {
	background-color: #E8EBF2;
	text-align: center;
	width: 100%;
}

.search-box-container .ui-autocomplete .selection-suggest {
	cursor: default !important;
	padding: 12px 12px 14px 12px !important;
	font-size: .8rem;
}

	.search-box-container .ui-autocomplete .selection-suggest:hover {
		color: #2c2c2c;
		background-color: #F8F4ED;
	}

	.search-box-container .ui-autocomplete .selection-suggest .title {
		padding: .25rem 0 .75rem 0;
		font-weight: bold;
	}

	.search-box-container .ui-autocomplete .selection-suggest a {
		cursor: pointer !important;
		text-decoration: none;
		font-size: 1rem;
	}

		.search-box-container .ui-autocomplete .selection-suggest a:hover {
			text-decoration: underline;
		}

/* ============================================================== Logo & Mega Menu ============================================================== */

.logo {
	margin: auto;
}

.navbar {
	padding: 0;
	float: right;
}

.nav-link {
	font-size: .75rem;
	color: #2C2C2C;
	padding: 1rem !important;
	text-decoration: none;
}

.main-menu .nav-item.dropdown > .nav-link.dropdown-toggle {
	font-size: .875rem;
	color: #FFF;
}

.desktop-only:not(.mobile-only) .nav-link:hover {
	background-color: #E8EBF2;
	color: #2C2C2C !important;
}

.dropdown-toggle::after {
	display: none;
}

.desktop-only .navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.desktop-only:not(.mobile-only) .dropdown-menu {
	padding: .25rem 1rem 1.25rem;
	margin: 0;
	border: none;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
	min-width: 265px;
	z-index: 10;
}

.dropdown-item {
	font-family: "OpenSans-Regular", sans-serif;
	font-size: .75rem;
	color: #4D4D4F;
	padding: .5rem 0;
	text-decoration: none;
}

.dropdown-item:focus {
	color: #4D4D4F;
}

.dropdown-item:hover {
	background-color: transparent;
	color: #1E4094;
	text-decoration: underline;
}

.dropdown-menu > ul {
	background-color: #F8F4ED;
	list-style: none;
	padding: 1rem 1rem .25rem;
	margin: .75rem 0;
}

.dropdown-menu > ul > span {
	font-family: "DMSans-SemiBold", sans-serif;
	color: #7C6C4F;
	font-size: 1.188rem;
}

.dropdown-menu > ul > li > a:not(.icon)::after {
	content: url("../images/bi-arrow-right.svg");
	position: absolute;
	right: 2rem;
}

.desktop-only .navbar-nav li:last-child > ul.dropdown-menu {
	left: auto;
	right: 0;
}

/* ============================================================== Logo & Main Menu (Mobile) ============================================================== */

.mobile-only .navbar {
	float: none;
}

.mobile-menu {
	padding-top: .125rem;
	background: linear-gradient(90deg, #192B62 14%, #1E4094 62%);
	box-shadow: 0px 2px 6px 0px #00000021;
}

.mobile-dropdown {
	background-color: #F8F4ED;
	position: relative;
}

	.mobile-dropdown p {
		margin-bottom: 0;
		cursor: pointer;
	}

	.mobile-dropdown .dropdown-menu {
		border: none;
	}

	.mobile-dropdown .navbar-nav:not(.featured-sub) > .nav-item:not(:nth-last-child(-n+2)) {
		background-color: #E8EBF2;
		border-bottom: 1px solid #CCCCCC;
	}

	.mobile-dropdown .navbar-nav > .dropdown > div > .container > .nav-link,
	.mobile-dropdown .navbar-nav > .nav-item > p > .nav-link {
		font-size: 1.188rem;
		padding: 1.5rem 0 !important;
		cursor: pointer;
	}

	.mobile-dropdown .navbar-nav > .dropdown > div > .container > .nav-link {
		padding-right: 2.75rem !important;
	}

	.mobile-dropdown .dropdown-toggle[aria-expanded="true"] {
		background-color: #E8EBF2;
	}

	.mobile-dropdown .dropdown-menu .nav-link,
	.mobile-dropdown .dropdown-menu .featured-sub .nav-item .nav-link {
		font-size: 1rem;
		padding: .75rem 0 !important;
	}

.featured-sub {
	background-color: #F8F4ED;
	list-style: none;
	padding: 1rem 1rem .25rem;
	margin: .75rem 0;
	width: 100%;
}

	.featured-sub span {
		font-family: "DMSans-SemiBold", sans-serif;
		font-size: 1.188rem;
		padding-bottom: .75rem;
	}

	.featured-sub .nav-item p {
		padding: 0;
	}

.arrow-right {
	float: right;
	margin: .4rem 0 0;
	border: solid #514A42;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-toggle {
	position: absolute;
	top: .9rem;
	right: 15vw;
	cursor: pointer;
	content: url("../images/arrow_default.svg");
}

.navbar-nav .show .arrow-toggle {
	content: url("../images/arrow_selected.svg");
}

.mobile-dropdown .cta-btn {
	padding: 1.5rem 0;
}

.mobile-dropdown .cta-btn a {
	font-family: "DMSans-Bold", sans-serif;
	text-decoration: none;
	width: 100%;
	padding: 1.25rem 1.5rem 1.25rem 1rem;
	color: #514A42;
}
.mobile-dropdown .cta-btn [style*="#7C6C4F"] {
	color: #DDCFB6;
}
.mobile-dropdown .cta-btn [style*="#7C6C4F"] .arrow-right {
	border-color: #DDCFB6;
}
.mobile-dropdown .second-nav {
	color: #2C2C2C;
	list-style: none;
	padding: .156rem 0 1.656rem;
	font-family: "OpenSans-Regular", sans-serif;
}

	.mobile-dropdown .second-nav li {
		padding: 1.125rem 0;
	}

	.mobile-dropdown .second-nav a {
		text-decoration: none;
		color: #2C2C2C;
	}

	.mobile-dropdown .second-nav a img {
		margin-right: .5rem;
		filter: var(--a1-filter);
	}

.mobile-dropdown .social {
	height: 240px;
}

	.mobile-dropdown .social .container {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.mobile-dropdown .social .mobile-only {
		background-color: #FFF;
		margin: auto;
		padding: 1rem 2rem;
		width: 90%;
	}

		.mobile-dropdown .social .mobile-only .col-6:first-child {
			border-right: 1px solid #D2BA91;
		}

		.mobile-dropdown .social .mobile-only .col-6 > span {
			font-family: "DMSans-SemiBold", sans-serif;
			color: #2C2C2C;
			font-size: .813rem;
			padding-bottom: .5rem;
		}

		.mobile-dropdown .social .mobile-only ul {
			list-style: none;
			padding-left: 0;
		}

			.mobile-dropdown .social .mobile-only li {
				padding: .625rem 0;
			}

				.mobile-dropdown .social .mobile-only li a {
					color: #2C2C2C;
					text-decoration: none;
				}

					.mobile-dropdown .social .mobile-only ul li a .fab,
					.mobile-dropdown .social .mobile-only ul li a .fas {
						font-size: 1.25rem;
						color: #253872;
						padding-right: .625rem;
						vertical-align: middle;
					}

					.mobile-dropdown .social .mobile-only ul li a span {
						font-family: "OpenSans-Regular", sans-serif;
						font-size: .75rem;
					}

/* ============================================================== Hamburger Menu ============================================================== */

.mainmenu-toggler {
	color: #FFF;
	border: none;
	cursor: pointer;
	padding: 1rem;
	text-decoration: none;
}

	.mainmenu-toggler:focus {
		outline: none;
	}

	.mainmenu-toggler:hover {
		color: #DDCFB6;
		text-decoration: none;
	}

.menu-label {
	margin-right: .5rem;
	text-transform: uppercase;
}

.navbar-toggler-icon {
	background: none;
	width: auto;
	height: auto;
}

#toggle {
	width: 22px;
	height: 22px;
}

	#toggle div {
		width: 100%;
		height: 2px;
		background: #FFF;
		margin: 4px auto;
		transition: all 0.3s;
		backface-visibility: hidden;
	}

	#toggle.on .one, .mainmenu-toggler[aria-expanded=true] #toggle .one {
		-webkit-transform: rotate(45deg) translate(4px, 4px);
		/* WebKit */ -moz-transform: rotate(45deg) translate(4px, 4px);
		/* Mozilla */ -o-transform: rotate(45deg) translate(4px, 4px);
		/* Opera */ -ms-transform: rotate(45deg) translate(4px, 4px);
		/* Internet Explorer */ transform: rotate(45deg) translate(4px, 4px);
	}

	#toggle.on .two, .mainmenu-toggler[aria-expanded=true] #toggle .two {
		opacity: 0;
	}

	#toggle.on .three, .mainmenu-toggler[aria-expanded=true] #toggle .three {
		-webkit-transform: rotate(-45deg) translate(4px, -5px);
		/* WebKit */ -moz-transform: rotate(-45deg) translate(4px, -5px);
		/* Mozilla */ -o-transform: rotate(-45deg) translate(4px, -5px);
		/* Opera */ -ms-transform: rotate(-45deg) translate(4px, -5px);
		/* Internet Explorer */ transform: rotate(-45deg) translate(4px, -5px);
	}

@keyframes startNavAnim {
	from {
		opacity: 0;
		margin-top: 30px;
	}

	to {
		opacity: 1;
		margin-top: 0px;
	}
}

@-webkit-keyframes startNavAnim {
	from {
		opacity: 0;
		margin-top: 30px;
	}

	to {
		opacity: 1;
		margin-top: 0px;
	}
}

/* ============================================================== Language Selector ============================================================== */

.language-selector {
	padding-left: 1.75rem;
	margin-right: auto;
}

.page-language-selector .dropdown-menu {
	padding: .5rem 1.125rem;
	border: none;
	border-radius: 0;
	box-shadow: -4px 4px 12px 0px #0000001F;
	min-width: auto;
	margin-top: 0;
}

.page-language-selector a {
	text-decoration: none;
}

.page-language-selector .dropdown-toggle::after {
	display: none;
}

.page-language-selector .dropdown-toggle[aria-expanded="true"],
.page-language-selector .dropdown-toggle:hover {
	background-color: #D2BA91;
	border-radius: 0;
}

.selected-language {

	vertical-align: middle;
}

	.selected-language:before {
		content: "";
		display: block;
		background: url("../images/language.svg") no-repeat;
		width: 16px;
		height: 16px;
		float: left;
		margin: .4rem .5rem 0 0;
	}

#langauageSelector {
	padding-left: 0.375rem;
	color: #F8F4ED;
}

#langauageSelector img {
	filter: brightness(0) saturate(1) invert(89%) sepia(13%) saturate(910%) hue-rotate(343deg) brightness(86%) contrast(89%);
}

.page-language-selector.show .selected-language::before,
#langauageSelector:hover .selected-language::before {
	filter: var(--white-filter);
}
#langauageSelector:hover img,
.show #langauageSelector img {
	filter: var(--white-filter);
}

#pageNotFoundModal .modal-message {
	padding-bottom: 1.25rem;
}

/* ============================================================== Social Media ============================================================== */

.header-top .social-media .navbar {
	float: none;
}
.header-top .social-media .navbar-nav {
	padding: 0 1rem;
}
.header-top .social-media .fab,
.header-top .social-media .fas {
	font-size: 1.25rem;
	vertical-align: middle;
	padding: .5rem
}
.header-top .social-media .nav-item.dropdown .fa-phone {
	font-size: 1.25rem !important;
}
.header-top .social-media .fa-whatsapp {
	font-size: 1.375rem;
}
.header-top .nav-item > .fa-phone {
	padding: .563rem;
}
.header-top .social-media .nav-item.dropdown .fab:hover,
.header-top .social-media .nav-item.dropdown .fas:hover {
	background-color: #D2BA91;
	cursor: pointer;
	color: #FFF;
}

.header-top .social-media .dropdown-menu {
	padding: .5rem 1rem .5rem .5rem;
	background-color: #F8F4ED;
	border: 1px solid #D2BA91;
	border-radius: 0;
	box-shadow: none;
	min-width: auto;
}

.header-top .social-media .dropdown-item {
	padding: 0;
}
.header-top .social-media .dropdown-item .fab {
	color: #7C6C4F;
}

/* ============================================================== Global Announcement ============================================================== */

.announcement {
	position: relative;
	z-index: 14;
}

.ga-container {
	position: fixed;
	top: 178px;
	left: 50%;
	transform: translateX(-50%);
}

.ga-position {
	top: 113px;
}

.global-announcement .toast {
	flex-basis: unset;
	max-width: 100%;
	background-color: #E8EBF2;
	color: #2C2C2C;
	border-radius: 0;
	border-color: #E8EBF2;
}

.global-announcement .toast-body {
	padding: 1rem;
}

.global-announcement .toast h5 {
	margin-bottom: .5rem;
}

.global-announcement .toast p:last-child {
	margin-bottom: 0;
}

.global-announcement .close {
	color: #2C2C2C;
	opacity: 1;
	font-weight: unset;
}

	.global-announcement .close:hover {
		color: #4D4D4F;
	}

/* ============================================================== Breadcrumb ============================================================== */

.breadcrumb {
	background-color: transparent;
	padding: 1.5rem 0 .75rem;
	margin-bottom: 0;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #4D4D4F;
	font-size: .813rem;
}

	.breadcrumb-item a:hover {
		text-decoration: underline;
	}

.breadcrumb-item:first-child a {
	content: url("../images/home.svg");
	vertical-align: middle;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .75rem;
}

	.breadcrumb-item + .breadcrumb-item::before,
	.breadcrumb-item:last-child::after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f054";
		color: #D2BA91;
		padding-right: .75rem;
	}

.breadcrumb-item:last-child::after {
	padding-right: 0;
	padding-left: .75rem;
}

/* ============================================================== Page Banner ============================================================== */

.page-banner {
	padding-bottom: 2rem;
}

	.page-banner img {
		width: 100%;
	}

.banner-caption {
	margin: auto 0;
}

.banner-img-caption h1 {
	margin: 2rem 0;
}

/* ============================================================== Page Contents ============================================================== */

.grey-bg {
	background-color: #F8F6F6;
}

.gold-bg {
	background-color: #F4ECE1;
}

.beige-bg {
	background-color: #F8F4ED;
}

.w-782 {
	margin: 0 auto;
	width: 782px;
}

.horizontal-card {
	background-color: #F3F3F3;
	margin: 4rem 0;
	padding: 2rem;
}

	.horizontal-card .left-image,
	.horizontal-card .right-image {
		margin: auto 0;
	}

	.horizontal-card p:last-child, .horizontal-card div:last-child, .horizontal-card ul:last-child, .horizontal-card ol:last-child,
	.grey-card p:last-child, .grey-card div:last-child, .grey-card ul:last-child, .grey-card ol:last-child {
		margin-bottom: 0;
	}
/* ============================================================== Dropdown Menu (Mobile) ============================================================== */

.custom-nav-dropdown {
	width: 100%;
	border-width: 0;
	outline: 0;
	text-align: left;
	white-space: nowrap;
	display: block;
	vertical-align: middle;
	position: relative;
	background-image: none;
	color: #2e2e2e;
}

	.custom-nav-dropdown .dropdown-menu {
		width: 100%;
		z-index: 9990 !important;
		color: #2e2e2e;
		text-align: left;
		list-style: none;
		float: left;
		min-width: 10rem;
		padding: 0 !important;
		margin: 0 !important;
		margin-top: -1px !important;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #CCCCCC !important;
		border-radius: 0 !important;
		margin-left: 5px !important;
	}

	.custom-nav-dropdown .collapse {
		-webkit-transition: none !important;
		transition: height 0.01s !important;
		display: none !important;
	}

	.custom-nav-dropdown .collapsing {
		-webkit-transition: none !important;
		transition: none !important;
		display: none !important;
	}

.second-dropdown .dropdown-menu {
	left: 5px !important;
}

.custom-nav-dropdown .dropdown-menu a {
	width: 100%;
	text-align: left;
	display: block;
	font-family: "OpenSans-Regular", sans-serif;
	text-decoration: none !important;
	background-color: #fff;
	color: #2C2C2C;
	border: none;
	padding: 0.75rem 1rem !important;
	font-size: 1rem !important;
	white-space: initial;
	word-wrap: break-word;
}

	.custom-nav-dropdown .dropdown-menu a:first-of-type {
		padding-top: 1.2rem !important;
	}

	.custom-nav-dropdown .dropdown-menu a:last-of-type {
		padding-bottom: 1.2rem !important;
	}

.custom-nav-dropdown .btn.custom-nav-btn {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	vertical-align: middle;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 0.563rem 0 !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 0 !important;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.02));
	background-position: 50% 50%;
	background-color: #DDCFB6 !important;
	font-family: "DMSans-Bold", sans-serif;
	font-size: 1rem !important;
	color: #2e2e2e;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	position: relative;
	transition: all .1s ease;
	cursor: pointer;
	outline: 0;
	line-height: 1.65em;
	text-indent: 0.571em;
	margin: 0;
}

	.custom-nav-dropdown .btn.custom-nav-btn p {
		width: calc(100% - 35px);
		margin: 0 !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}

	.custom-nav-dropdown .btn.custom-nav-btn .arrow {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2rem;
		width: 14px;
		height: 24px;
	}

.fading-effect {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: transparent;
	background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1) 50%);
}

.custom-nav-dropdown.more-than-4 .dropdown-menu {
	height: 210px;
	max-height: 210px;
	overflow-y: hidden;
}

.custom-nav-dropdown.more-than-4 .dropdown-menu-primer {
	position: relative;
	max-height: 210px;
	overflow-y: scroll;
}

	.custom-nav-dropdown.more-than-4 .dropdown-menu-primer a {
		position: relative;
		z-index: 9995 !important;
	}

	.custom-nav-dropdown.more-than-4 .dropdown-menu-primer .fading-bottom {
		position: fixed;
		bottom: 0;
		right: 5px;
		width: 100%;
		height: 50px;
		z-index: 9999 !important;
		background: transparent;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
		background: -webkit-gradient(linear, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	}

@media (max-width: 400px) {
	.custom-nav-dropdown.more-than-4 .dropdown-menu {
		height: 200px;
		max-height: 200px;
	}

	.custom-nav-dropdown.more-than-4 .dropdown-menu-primer {
		max-height: 200px;
	}

		.custom-nav-dropdown.more-than-4 .dropdown-menu-primer a {
			font-size: 0.9rem !important;
		}
}

/* ============================================================== Media Cards ============================================================== */
.cta-section-bg,
.media-section-bg {
	background-color: #F8F6F6;
}

.grey-card {
	background-color: #F8F6F6;
	padding: 2rem;
	margin: 2rem 0;
}
.grey-card h2, .grey-card h3 {
	color: #2C2C2C;
}
	.grey-card img {
		width: 100%;
		margin-bottom: 2rem;
	}

	.grey-card.w-icon h3 {
		position: relative;
		padding-right: 2.5rem;
	}

	.grey-card h3 a {
		color: #2C2C2C;
		text-decoration: none;
	}

		.grey-card h3 a:hover {
			color: #1E4094;
			text-decoration: underline;
		}

	.grey-card.w-icon h3 img {
		width: auto;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.grey-card .links a {
		display: inline-block;
	}

		.grey-card .links a:not(:last-child) {
			padding-right: 1.5rem;
		}

/* ============================================================== Featured Tiles / Numbered Featured Tiles ============================================================== */

.featured-tiles {
	background-color: #F8F6F6;
	padding: 1rem;
	margin: 0.75rem 0;
	text-align: center;
}

	.featured-tiles img {
		margin-bottom: .75rem;
	}

	.featured-tiles .title {
		font-family: "OpenSans-Bold", sans-serif;
		font-size: .938rem;
	}

	.featured-tiles p {
		font-size: .938rem;
	}

.numbered-featured-tile {
	background-color: #F4ECE1;
	padding: 1.5rem;
	margin: 1rem 0;
	text-align: center;
}

	.featured-tiles p:last-child,
	.numbered-featured-tile p {
		margin-bottom: 0
	}

.ihh-he .row:not(:last-child) .col-12 {
	padding-bottom: 1.5rem;
}

.ihh-he .left-icon {
	padding-right: 0;
}

.ihh-he .right-detail {
	padding-left: 1rem;
}

	.ihh-he .right-detail p {
		margin-bottom: 0;
	}

/* ============================================================== Page Nav List ============================================================== */

.pg-nav-list {
	padding: 1.5rem 0;
}

	.pg-nav-list a {
		font-size: .938rem;
		color: #2C2C2C;
		background-color: #F8F4ED;
		padding: .5rem .75rem;
		margin: 1rem 0;
		text-decoration: none;
	}

		.pg-nav-list a:last-child {
			margin-right: 0;
		}

		.pg-nav-list a.active {
			font-family: "DMSans-Bold", sans-serif;
			color: #fff;
			background-color: #7C6C4F;
		}

		.pg-nav-list a:hover {
			color: #2C2C2C;
			background-color: #DDCFB6;
		}

/* ============================================================== Guide Page Nav List ============================================================== */

.sticky-cta {
	position: relative;
	z-index: 12;
}

.guide-nav-list {
	margin-bottom: 2rem;
	border-bottom: 1px solid #B8C3E9;
}

	.guide-nav-list span {
		font-family: "DMSans-SemiBold", sans-serif;
		font-size: .938rem;
		color: #7C6C4F;
	}

	.guide-nav-list ul {
		list-style: none;
		padding-left: .75rem;
	}

		.guide-nav-list ul li::before {
			content: "-";
			margin-left: -0.75rem
		}

		.guide-nav-list ul li {
			font-family: "DMSans-Regular", sans-serif;
			margin-bottom: 1rem;
		}

			.guide-nav-list ul li a {
				color: #2C2C2C;
				text-decoration: none;
			}

			.guide-nav-list ul li.active a {
				color: #CCCCCC;
			}

.guide-nav-list-mobile .k-dropdown {
	width: 100%;
}

.guide-nav-list-mobile .k-input {
	padding: 0;
}

.guide-nav-list-mobile .k-dropdown .k-dropdown-wrap {
	font-family: "OpenSans-Bold", sans-serif;
	color: #fff;
	background-color: #DDCFB6;
	padding: .906rem 1rem;
	border: none;
	box-shadow: none;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	.guide-nav-list-mobile .k-dropdown .k-dropdown-wrap:hover {
		background-color: #DDCFB6;
	}

.guide-nav-list-mobile .k-i-arrow-60-down::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
}

/* ============================================================== Guide Page Nav Buttons ============================================================== */

.guide-nav-btn {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

	.guide-nav-btn .prev-pg,
	.guide-nav-btn .next-pg {
		position: relative;
		text-align: center;
	}

	.guide-nav-btn .prev-pg,
	.guide-nav-btn .next-pg {
		margin: 2rem 0;
	}

		.guide-nav-btn .prev-pg a::before,
		.guide-nav-btn .next-pg a::after {
			content: "";
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			font-size: 1.313rem;
			width: 3rem;
			height: 3rem;
			padding: .5rem;
			color: #D2BA91;
			background: #1E4094;
			border-radius: 50%;
		}

		.guide-nav-btn .prev-pg a::before {
			left: 0;
			content: "\f060";
		}

		.guide-nav-btn .next-pg a::after {
			right: 0;
			content: "\f061";
		}

		.guide-nav-btn .prev-pg a,
		.guide-nav-btn .next-pg a {
			display: inline-block;
			width: 100%;
			color: #2C2C2C;
			text-decoration: none;
		}

		.guide-nav-btn .prev-pg a {
			padding: .75rem 0 .75rem 3.5rem;
		}

		.guide-nav-btn .next-pg a {
			padding: .75rem 3.5rem .75rem 0;
		}
			
		.guide-nav-btn .prev-pg a:hover,
		.guide-nav-btn .next-pg a:hover {
			color: #1E4094;
		}
		.guide-nav-btn .prev-pg a:hover::before,
		.guide-nav-btn .next-pg a:hover::after {
			color: #DDCFB6;
		}

/* ============================================================== "Jump to" group ============================================================== */

.jump-to-container {
	z-index: 9;
	position: fixed;
	right: 0;
	top: 45%;
}

.jump-to-btn-group {
	float: left;
	width: 63px;
	z-index: 9;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

	.jump-to-btn-group a.btn-jump-to {
		font-family: "DMSans-Regular", sans-serif;
		font-size: 1.313rem;
		color: #514A42;
		padding: 1rem;
		background: #F8F4ED;
		border-radius: 0 0 1rem 1rem;
		display: block;
		width: 165px;
		height: 63px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: #D2BA91;
	}

	.jump-to-btn-group .btn-jump-to .fas {
		font-size: .75rem;
		padding-left: .75rem;
		vertical-align: middle;
	}

.jump-to-container > .jump-to-content {
	float: left;
	min-width: 344px;
	padding: 2rem;
	background: #F8F4ED;
	display: none;
}

	.jump-to-container > .jump-to-content > a {
		font-family: "DMSans-Regular", sans-serif;
		font-size: 1.313rem;
		color: #333;
		text-decoration: none;
	}

		.jump-to-container > .jump-to-content > a:not(:last-child) {
			padding-bottom: 2rem;
		}

/* ============================================================== Find a Doctor, Medical Professional Search ============================================================== */

span.fmp-searchbox-textcontrol,
span.sch-searchbox-textcontrol {
	border: 1px solid #CCCCCC;
	border-radius: 0;
	margin: 1rem 0 2rem;
}

input.fmp-searchbox-textcontrol.k-input,
input.sch-searchbox-textcontrol.k-input {
	padding: 1rem 0;
	height: auto;
	text-indent: 1rem;
}

span.fmp-searchbox-textcontrol .search-btn,
span.sch-searchbox-textcontrol .search-btn {
	padding: .75rem;
	margin: 0;
	border-radius: 0;
	color: #D2BA91;
}

	span.fmp-searchbox-textcontrol .search-btn .k-icon,
	span.sch-searchbox-textcontrol .search-btn .k-icon {
		width: 1.7rem;
		height: 1.7rem;
		font-size: 1.4rem;
	}

		span.fmp-searchbox-textcontrol .search-btn .k-icon::before,
		span.sch-searchbox-textcontrol .search-btn .k-icon::before {
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: "\f002";
		}

.k-list-container.k-popup .type-global-page-search.selection-text,
.k-list-container.k-popup .type-health-az.selection-text,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text,
.k-list-container.k-popup .type-tests-and-treatments.selection-text,
.k-list-container.k-popup .type-specialties.selection-text,
.k-list-container.k-popup .type-featured-care-areas.selection-text,
.k-list-container.k-popup .type-healthplus.selection-text {
	font-size: 0.9rem;
	padding-left: 5px;
}

	.k-list-container.k-popup .type-global-page-search.selection-text .main-text1,
	.k-list-container.k-popup .type-health-az.selection-text .main-text1,
	.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text1,
	.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text1,
	.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text1,
	.k-list-container.k-popup .type-specialties.selection-text .main-text1,
	.k-list-container.k-popup .type-healthplus.selection-text .main-text1 {
		font-weight: normal;
		display: block;
	}

		.k-list-container.k-popup .type-global-page-search.selection-text .main-text1 em,
		.k-list-container.k-popup .type-health-az.selection-text .main-text1 em,
		.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text1 em,
		.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text1 em,
		.k-list-container.k-popup .type-specialties.selection-text .main-text1 em,
		.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text1 em,
		.k-list-container.k-popup .type-healthplus.selection-text .main-text1 em {
			font-style: normal !important;
			color: #877f59;
			font-weight: bold;
		}

	.k-list-container.k-popup .type-global-page-search.selection-text .main-text2,
	.k-list-container.k-popup .type-health-az.selection-text .main-text2,
	.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text2,
	.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text2,
	.k-list-container.k-popup .type-specialties.selection-text .main-text2,
	.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text2,
	.k-list-container.k-popup .type-healthplus.selection-text .main-text2 {
		display: block;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.5em;
	}

		.k-list-container.k-popup .type-global-page-search.selection-text .main-text2 em,
		.k-list-container.k-popup .type-health-az.selection-text .main-text2 em,
		.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text2 em,
		.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text2 em,
		.k-list-container.k-popup .type-specialties.selection-text .main-text2 em,
		.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text2 em,
		.k-list-container.k-popup .type-healthplus.selection-text .main-text2 em {
			font-style: normal !important;
			color: #877f59;
		}

	.k-list-container.k-popup .type-global-page-search.selection-text .main-text3,
	.k-list-container.k-popup .type-health-az.selection-text .main-text3,
	.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text3,
	.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text3,
	.k-list-container.k-popup .type-specialties.selection-text .main-text3,
	.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text3,
	.k-list-container.k-popup .type-healthplus.selection-text .main-text3 {
		display: block;
		margin-top: 5px;
	}

		.k-list-container.k-popup .type-global-page-search.selection-text .main-text3 em,
		.k-list-container.k-popup .type-health-az.selection-text .main-text3 em,
		.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text3 em,
		.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text3 em,
		.k-list-container.k-popup .type-specialties.selection-text .main-text3 em,
		.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text3 em,
		.k-list-container.k-popup .type-healthplus.selection-text .main-text3 em {
			font-style: normal !important;
			color: #877f59;
		}

	.k-list-container.k-popup .type-global-page-search.selection-text ul li,
	.k-list-container.k-popup .type-health-az.selection-text ul li,
	.k-list-container.k-popup .type-conditions-and-diseases.selection-text ul li,
	.k-list-container.k-popup .type-tests-and-treatments.selection-text ul li,
	.k-list-container.k-popup .type-specialties.selection-text ul li,
	.k-list-container.k-popup .type-featured-care-areas.selection-text ul li,
	.k-list-container.k-popup .type-healthplus.selection-text ul li {
		border-bottom: 1px solid #F8F6F6;
	}

	.k-list-container.k-popup .type-global-page-search.selection-text .main-tags .tag-item,
	.k-list-container.k-popup .type-health-az.selection-text .main-tags .tag-item,
	.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-tags .tag-item,
	.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-tags .tag-item,
	.k-list-container.k-popup .type-specialties.selection-text .main-tags .tag-item,
	.k-list-container.k-popup .type-featured-care-areas.selection-text .main-tags .tag-item,
	.k-list-container.k-popup .type-healthplus.selection-text .main-tags .tag-item {
		display: inline-block;
		margin-top: 0px;
		color: #5f5b47;
		font-size: .80rem;
		width: auto;
		margin-right: 10px;
	}

.k-state-default.type-global-page-search.selection-viewall,
.k-state-default.type-health-az.selection-viewall,
.k-state-default.type-conditions-and-diseases.selection-viewall,
.k-state-default.type-tests-and-treatments.selection-viewall,
.k-state-default.type-specialties.selection-viewall,
.k-state-default.type-featured-care-areas.selection-viewall {
	text-align: center;
	margin: 0px auto;
}

.k-list-container.k-popup .k-list-scroller ul.k-list[aria-multiselectable="true"] li.k-state-selected {
	background-color: #FFF !important;
	border-radius: 0;
	padding-right: 20px;
}

	.k-list-container.k-popup .k-list-scroller ul.k-list[aria-multiselectable="true"] li.k-state-selected::after {
		content: "";
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 1.25rem;
		height: 1.25rem;
		position: absolute;
		float: right;
		right: 10px;
		background-image: url(../images/check.svg);
	}

.k-list-scroller {
	border: 1px solid #CCCCCC;
}

#autoSearchBox-list ul li {
	border-bottom: 1px solid #F8F6F6;
}

.tooltip-wrapper {
	position: relative;
	margin: .5rem 0;
}

.tooltip-btn {
	/*font-size: .813rem;*/
	color: #4D4D4F;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: 0;
	text-decoration: underline;
}

	.tooltip-btn img {
		width: 21px;
	}

.tooltip-inner {
	background: #E0E4F0;
	color: #000000;
	font-size: .938rem;
	padding: 1rem;
	border-radius: 0;
	display: block;
	width: 100%;
	max-width: 379px;
}

.tooltip.show {
	opacity: 1;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #E0E4F0;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: #E0E4F0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #E0E4F0;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: #E0E4F0;
}

#type-selection-panel {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

	#type-selection-panel > div {
		margin-bottom: 1rem;
	}

.browse-by {
	margin-top: 1rem;
}

.alphabets {
	margin-top: 1.25rem;
}

	.alphabets a {
		font-family: "DMSans-SemiBold", sans-serif;
		font-size: 1.938rem;
		margin: .5rem;
		width: 3rem;
		height: 3rem;
		display: inline-block;
		text-align: center;
		text-decoration: none;
	}

		.alphabets a.enabled-name {
			color: #2C2C2C;
			background-color: #F8F4ED;
		}

			.alphabets a.enabled-name:focus,
			.alphabets a.enabled-name:hover {
				background-color: #DDCFB6;
			}


			.alphabets a.enabled-name.active {
				background-color: #7C6C4F;
				color: #fff;
			}

			.alphabets a.enabled-name.active:focus,
			.alphabets a.enabled-name.active:hover {
				color: #2C2C2C;
				background-color: #DDCFB6;
			}


		.alphabets a.disabled-name {
			color: #CCCCCC;
			background-color: #F8F6F6;
			cursor: default;
		}

			.alphabets a.disabled-name.active-d {
				color: #fff;
				background-color: #7e7e7e;
			}

.browse-by.fmp-filter .alphabets.mobile-only.scroll-horizontal {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	ms-overflow-style: -ms-autohiding-scrollbar;
}

	.browse-by.fmp-filter .alphabets.mobile-only.scroll-horizontal::-webkit-scrollbar {
		display: none;
	}

.browse-by .alphabets.scroll-horizontal {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	ms-overflow-style: -ms-autohiding-scrollbar;
}

	.browse-by .alphabets.scroll-horizontal::-webkit-scrollbar {
		display: none;
	}

.filter-btns button {
	font-size: 13px;
	padding: .5rem .75rem;
	color: #7C6C4F;
	border: 1px solid #7C6C4F;
	background-color: #F8F4ED;
}
.filter-btns button:first-child {
	margin-right: .75rem;
}
.filter-btns button.selected {
	color: #FFF;
	border-color: #7C6C4F;
	background-color: #7C6C4F;
}
.filter-btns button:focus,
.filter-btns button:hover {
	background-color: #DDCFB6;
	border-color: #7C6C4F;
	color: #7C6C4F;
}
.search-result-desktop {
	font-size: .938rem;
}
.search-result-desktop hr {
	border-top: 1px solid #CCCCCC;
}

.search-result-mobile {
	margin-bottom: 1.5rem;
}
.search-result-mobile .row {
	align-items: center;
}
	.search-result-mobile p {
		font-size: .813rem;
		margin: 1rem 0 0;
	}

	.search-result-mobile button,
	.search-result-mobile button:focus,
	.search-result-mobile button:hover {
		padding: .5rem 1rem;
		color: #253872;
		background-color: unset;
		border: 1px solid #253872;
	}

		.search-result-mobile button::after {
			content: url('../../../../../images/default-source/icons/filter.svg');
			padding-left: .25rem;
			vertical-align: middle;
			filter: var(--a1-filter);
		}

.filter-contents .form-filter:nth-child(2) {
	margin-top: 1rem;
}

.form-filter {
	margin: 2rem 0;
}

	.form-filter label {
		display: block;
	}
.cancel-link {
	font-size: 15px;
	float: right;
}

#fmpSpecialtySelect_listbox.k-list .k-item,
#fmpInsuranceSelect_listbox.k-list .k-item,
#fmpServiceSelect_listbox.k-list .k-item {
	padding: .3rem .75rem !important;
}

.k-multiselect-wrap[role="combobox"] ul.k-reset {
	padding-right: 0.45rem;
}

.browsetype-next {
	margin: 0px auto;
}

.fmp-searchbox-textcontrol .k-clear-value {
	/* right: calc(4em - 2px) !important; */
	right: 54px !important;
	top: calc(50% + 3px) !important;
}

/* for UIE: this is to hide the loading icon */
.fmp-searchbox-textcontrol .k-i-loading {
	display: none !important
}

#fmpSearchBox-list {
	height: auto !important;
}

	#fmpSearchBox-list .k-list-scroller {
		height: auto !important;
	}

	#fmpSearchBox-list .doctor-image {
		min-width: 40px;
		vertical-align: top;
		margin-top: 0.3rem;
	}

	#fmpSearchBox-list .doctor-name {
		font-size: 0.8rem;
		padding-left: 10px;
	}

		#fmpSearchBox-list .doctor-name .main-name {
			font-weight: bold;
		}

			#fmpSearchBox-list .doctor-name .main-name em {
				font-style: normal !important;
				color: #877f59;
			}

	#fmpSearchBox-list ul li {
		border-bottom: 1px solid #F8F6F6;
	}


/* "Find doctors" at allied hospitals box */
.find-at-allied-hospitals {
	background-color: #F8F4ED;
	padding: 32px;
}

/* Specialist Counts */
.specialist-count {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 6.25rem;
	color: #2C2C2C;
}

.specialist-label {
	margin-top: 0;
}

/* For devices with display height <= 670px */
#mobileFilterModal.small-display {
	font-size: 0.95rem;
	z-index: 10000;
}

	#mobileFilterModal.small-display .form-filter {
		margin: 1.5rem 0;
	}

		#mobileFilterModal.small-display .form-filter:nth-child(2) {
			margin-top: 0.8rem;
		}

/* ============================================================== Find a Doctor List Display ============================================================== */

.medprof-has-results {
	width: 95%;
	margin: 0 auto;
}
.medprof-has-results h5 {
	font-size: 1.313rem;
}
.medprof-has-results h5 a {
	color: #4D4D4F;
	text-decoration: none;
}
.medprof-has-results h5 a:hover {
	color: #1E4094;
	text-decoration: revert;
}
.medprof-has-results .item-content .primary_btn {
	font-size: 1rem;
}
.medprof-no-results {
	width: 90%;
	margin: 0 auto 4rem;
	padding: 2rem;
	background-color: #F0F0F0;
}
.medprof-no-results h3 {
	margin-bottom: 2rem;
}
#gridcontent-desktop > div > div {
	height: 100%;
}
#gridcontent-desktop > div > div > div {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.item-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: #fff;
	box-shadow: 0px 2px 6px rgb(0, 0, 0, 13%);
	border-radius: .125rem;
	padding: 1.5rem 1rem;
	margin-bottom: 1rem;
}

.video-url {
	margin-bottom: 1.5rem;
}

	.video-url a,
	.video-url .available-text {
		font-size: .75rem;
		text-decoration: none;
	}

	.video-url .available-text {
		margin-bottom: 0px !important;
	}

	.video-url i {
		font-size: 1.5rem;
		color: #9EC4E5;
		margin-right: .5rem;
		vertical-align: -.28rem;
	}

.main-content {
	flex-grow: 1;
}

.image-content {
	width: 72px;
	height: 88px;
	border: 1px solid #D2BA91;
	overflow: hidden;
	border-radius: 8px;
}

.detail-content {
	padding-left: 0;
}

.detail-content h5 {
	font-size: 1.313rem;
	margin-bottom: .25rem;
	word-break: break-word;
}
.detail-content h5 a {
	color: #4D4D4F;
	text-decoration: none;
}
.detail-content h5 a:hover {
	color: #1E4094;
	text-decoration: revert;
}
.medprof-info-brief .detail-content h5 {
	font-size: 1.125rem;
}
.medprof-info-brief .detail-content .detail-designation {
	font-family: "DMSans-Regular", sans-serif;
	margin-bottom: 0;
}
.medprof-info-brief .detail-content {
	align-self: center;
}
.medprof-info-brief .primary_btn {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.detail-designation {
	font-family: "DMSans-SemiBold", sans-serif;
	font-size: .938rem;
	margin-bottom: 1rem;
}

.detail-insurance, .detail-language {
	font-size: .813rem;
}

	.detail-insurance span,
	.detail-language span {
		font-family: "DMSans-SemiBold", sans-serif;
		font-size: .938rem;
	}

.action-content a {
	font-size: .938rem;
	padding: .5rem .25rem;
}

	.action-content a:nth-child(2) {
		margin-left: .75rem;
	}

.navigation {
	margin: 3rem 0;
}

.pagination .page-item:not(:last-child) {
	margin-right: 1rem;
}

.pagination .page-item .page-link {
	font-family: "DMSans-SemiBold", sans-serif;
	font-size: 1.188rem;
	color: #2C2C2C;
	background-color: #fff;
	border: none;
	text-decoration: none;
	text-align: center;
	padding: 0.5rem 0.78rem;
	height: 2.5rem;
	border-radius: 0;
}

.pagination .page-item.active .page-link {
	color: #FFF;
	background-color: #7C6C4F;
	border: none;
	border-radius: 0;
}

.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link {
	background-color: #F8F4ED;
	border: none;
	border-radius: 0;
	width: 3.25rem;
	padding: 0.5rem 0.75rem;
}

.pagination .page-item.prev .page-link:focus,
.pagination .page-item.next .page-link:focus,
.pagination .page-item.prev .page-link:hover,
.pagination .page-item.next .page-link:hover {
	background-color: #DDCFB6;
}

.pagination .page-item.disabled .page-link {
	color: #CCCCCC;
	background-color: #F8F6F6;
	border: none;
	border-radius: 0;
}

.type-specialist a.primary_btn,
.type-ahp a.primary_btn {
	font-size: 1.313rem;
	padding: 8px 14.5px;
	margin: 0;
	border-radius: 0;
}

.medical-reviewer-list {
	width: 100%;
	margin-top: 40px;
}

	.medical-reviewer-list #gridcontent-desktop .row .item-content {
		box-shadow: none;
		padding: 6px 0;
		margin-bottom: 0;
	}

	.medical-reviewer-list #gridcontent-desktop .image-content {
		width: 92px;
		height: 108px;
	}

	.medical-reviewer-list #gridcontent-desktop hr {
		margin: 1rem 0;
		clear: both;
		display: block;
		border: 0;
		width: 100%;
		background-color: #c4c4c4;
		height: 1px;
	}

	.medical-reviewer-list #gridcontent-desktop .row .item-content .action-content a {
		font-size: 1rem;
		padding: 0;
		text-decoration: underline;
		display: block;
		margin-top: 12px;
	}

	.medical-reviewer-list #gridcontent-desktop .detail-content {
		position: relative;
	}
	.medical-reviewer-list #gridcontent-desktop .detail-content .detail-box {
		width: 80%;
	}


	.medical-reviewer-list #gridcontent-desktop .detail-content .button-package {
		top: 50%;
		right: 15px;
		bottom: unset;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.medical-reviewer-list .click-btn .col-12 {
		text-align: center;
	}

	.medical-reviewer-list .click-btn .link-button {
		font-size: 1rem;
		padding: 0;
		text-decoration: underline;
		background-color: transparent;
		border: 0;
		display: inline-block;
		margin: 0 auto;
	}

/* ============================================================== Medical Professional Profile Page ============================================================== */

.white-bg-box {
	background: #FFFFFF;
	margin-top: 2rem;
	padding: 2rem;
}

.profile-img-box {
	display: flex;
}

.profile-img {
	flex-basis: 15%;
}

	.profile-img img {
		max-width: 120.75px;
		border-radius: 8px;
	}

.profile-text {
	flex-basis: 65%;
	margin-left: 1.5rem;
}

.quote {
	padding: 0.25rem 0 0.5rem;
}

.image-content img {
	width: 100%;
}

.profile-item-title {
	text-transform: uppercase;
	margin: 2rem 0 1rem;
	font-size: 1.313rem;
}

	.profile-item-title:first-child {
		margin-top: 0;
	}


.profile-content:last-child p:last-child {
	margin: 0;
}

.personal-info .profile-content {
	font-size: 1.313rem;
	color: #4D4D4F;
}

.medical-reviewer-box {
	position: absolute;
	top: -.5rem;
	right: 0;
}

.contact-centers {
	margin-bottom: 1rem;
}

	.contact-centers a {
		background-color: #253872;
		color: #D2BA91;
		padding: .6rem 0;
		margin-right: 1rem;
		width: 3rem;
		height: 3rem;
	}

	.contact-centers i {
		font-size: 1.65rem;
	}

	.contact-centers a[title="hotline"] .fa-phone-alt:before {
		content: url('../images/phone-alt.svg');
	}

	.contact-centers a[title="whatsapp"] i {
		font-size: 1.75rem;
	}

	.contact-centers a:focus,
	.contact-centers a:hover {
		color: #D2BA91;
		background-color: #1E4094;
	}

.quote-content {
	font-style: italic;
	font-size: 1.125rem;
	color: #2C2C2C;
	border-left: 2px solid #D2BA91;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.grey-bg .card.flex-md-row {
	background-color: #F8F6F6;
}
.grey-bg .card-body.d-flex.flex-column.align-items-start.grey-bg {
	background-color: #fff;
}

.profile-insurance-sub {
	font-weight: 400;
	font-style: italic;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	padding-top: 1rem;
}
.doctors-detail .card {
	border-color: #CCCCCC;
	border-radius: unset;
}
/* ============================================================== Related data ============================================================== */
.related-data-title {
	font-size: 1.313rem;
}
.related-data .tabs li a {
	color: #514A42;
}
.related-item a {
	color: #2C2C2C;
}
.related-item a:hover {
	color: #1E4094;
}
@media (max-width: 991px) {
    .related-data-title {
        font-size: 1.188rem;
    }
	.related-data .tabs li a {
		padding-inline: 1rem;
	}
}
/* ============================================================== PAC & Clinics ============================================================== */
.mp-pac-box {
	padding-bottom: 2rem;
}
.clinic-address-box {
	margin-bottom: 1rem;
}
.pac-name, .clinic-name {
	color: #7C6C4F;
	font-size: 1.313rem;
	margin-bottom: .5rem;
}
.mp-pac-box .pac-label + .pac-content {
	margin-bottom: .75rem;
}
.pac-description {
	font-size: 1.125rem;
}

	.pac-description p:last-child {
		margin: 0;
	}

.pac-label, .clinic-label {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 1.125rem;
	color: #4D4D4F;
	margin: 0 0 .5rem;
}

.pac-content {
	font-size: 1.125rem;
	margin-bottom: .5rem;
}

.clinic-box {
	margin-bottom: 1rem;
}

	.clinic-box:not(:last-child) {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 1rem;
	}

.clinic-title, .pac-title {
	text-transform: uppercase;
	color: #2C2C2C;
}

.clinic-address {
	font-size: 1.125rem;
	line-height: 120%;
	color: #4D4D4F;
	margin-bottom: 1rem;
}

.clinic-tel,
.clinic-fax {
	font-size: 1.125rem;
	width: 50%;
	float: left;
}

.right-sticky {
	position: relative;
}

.pac-container {
	margin-top: 2rem;
	overflow: hidden;
}

.pac-country-box {
	margin-top: 1rem;
}
.pac-country-box-list {
	margin-inline: -1rem;
	padding-inline: 1rem;
}
.pac-country-box:first-child {
	margin-top: 0;
}
.pac-country-box h5 {
	font-size: 1.313rem;
}
.pac-item-box {
	padding: 1rem;
	margin-bottom: 1rem;
	box-shadow: -4px 4px 12px 0px #0000001F;
}

.pac-item-box-container {
	overflow: hidden;
	margin-inline: -1rem;
	padding-inline: 1rem;
}

.pac-country {
	font-weight: 600;
	margin-top: 2rem;
}
.pac-country-box .pac-name {
	font-size: 1.625rem;
}
.pac-country-box .pac-label {
	font-size: .938rem;
}
.pac-content
.pac-read-more-container, .pac-view-all {
	text-align: center;
}

.pac-view-all {
	position: relative;
	top: -40px;
	height: 40px;
	background: transparent;
	background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1) 70%);
}

	.pac-view-all a {
		position: relative;
		top: 40px;
	}

.pac-qr-box {
	margin: 0rem 3.719rem;
}

.contact-oversea-office-box {
	margin-top: 1rem;
}

/* ============================================================== Make Appointment ============================================================== */

.k-list-container .k-list-scroller ul li {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #F8F6F6;
}

.make-appointment .nric-ddl,
.make-appointment .contact-no-ddl {
	max-width: 32%;
	margin-right: 7px;
}

.make-appointment .form-group {
	position: relative;
}

.make-appointment .error-message {
	position: relative;
}

.make-appointment .loading-div {
	padding: 1rem;
	padding-bottom: 0.9rem;
	min-height: 55px !important;
	background: transparent;
	position: relative;
}

	.make-appointment .loading-div .highlight-content {
		text-align: center;
	}

		.make-appointment .loading-div .highlight-content p {
			display: block;
			text-align: center;
			font-size: 1.2rem;
		}

			.make-appointment .loading-div .highlight-content p .fa {
				color: #253872;
			}

.make-appointment .custom-modal p {
	display: block;
}

	.make-appointment .custom-modal p:first-of-type {
		margin-top: 20px;
	}

.make-appointment .custom-modal h4 {
	font-family: "DMSans-SemiBold", sans-serif;
}

.make-appointment .custom-modal div.links-panel a {
	width: 100%;
	margin-bottom: 10px;
}

	.make-appointment .custom-modal div.links-panel a:last-of-type {
		margin-top: 10px;
	}

.make-appointment #contactNumber > span.k-dropdown,
.maternity-tour-form #contactNumber > span.k-dropdown,
.event-register-form #contactNumber > span.k-dropdown,
.make-appointment #caregiver-contactNumber-info > span.k-dropdown {
	margin-right: 7px;
	max-width: 32% !important;
}

	.make-appointment #contactNumber > span.k-dropdown > .k-dropdown-wrap,
	.maternity-tour-form #contactNumber > span.k-dropdown > .k-dropdown-wrap,
	.event-register-form #contactNumber > span.k-dropdown > .k-dropdown-wrap,
	.make-appointment #caregiver-contactNumber-info > span.k-dropdown > .k-dropdown-wrap {
		border: 1px solid #CCCCCC !important;
	}

#contactCountry-list .k-item,
#caregivercontactCountry-list .k-item {
	padding: 0.6rem 0.85rem !important;
}

.make-appointment #contactNumber span.k-dropdown .flag-section,
.maternity-tour-form #contactNumber span.k-dropdown .flag-section,
.event-register-form #contactNumber span.k-dropdown .flag-section,
.make-appointment #caregiver-contactNumber-info span.k-dropdown .flag-section,
.feedback-form #contactNumberContainer span.k-dropdown .flag-section {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 40px;
	max-height: 30px;
	margin-bottom: 4px;
	margin-right: 5px;
}

#contactCountry-list .k-item .flag-section,
#caregivercontactCountry-list .k-item .flag-section {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 40px;
	max-height: 30px;
	margin-bottom: -2px;
	margin-right: 12px;
	border: solid 1px #f1f1f1;
}

.make-appointment #contactNumber span.k-dropdown .text-section,
.maternity-tour-form #contactNumber span.k-dropdown .text-section,
.event-register-form #contactNumber span.k-dropdown .text-section,
.make-appointment #caregiver-contactNumber-info span.k-dropdown .text-section,
#contactCountry-list .k-item .text-section,
#caregivercontactCountry-list .k-item .text-section {
	display: inline-block;
}

#contactCountry-list .k-item.k-state-selected,
#caregivercontactCountry-list .k-item.k-state-selected {
	background-color: #e0e0e0 !important;
}

.error-active + .formTextAreaCount {
	bottom: 4px;
}

.formTextAreaCount {
	position: absolute;
	color: #666;
	font-size: .75rem;
	right: 12px;
	bottom: 12px;
	transition: bottom 0.4s ease;
}

@media (max-width: 575px) {
	.make-appointment .nric-ddl, .make-appointment .contact-no-ddl {
		max-width: 45%;
	}
}

/* ============================================================== Maternity Tour & Event Registration ============================================================== */

.maternity-tour-form-ddl,
.event-register-form-ddl {
	font-size: 1.125rem;
	display: block;
	position: relative;
	background-color: #F8F4ED;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.maternity-tour-form-ddl select,
.event-register-form-ddl select {
	display: block;
	position: relative;
	background-color: transparent;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	cursor: pointer;
	border: 0px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-word-break: normal;
	word-break: normal;
	-webkit-padding-end: 2.5rem !important;
	-webkit-padding-start: 1rem !important;
}
.event-register-form-ddl #preferredTimeslot-solo {
	display: none;
}
.maternity-tour-form-ddl .arrow,
.event-register-form-ddl .arrow {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 14px;
	height: 24px;
}

.maternity-tour-form-ddl.contact-no-ddl,
.event-register-form-ddl.contact-no-ddl {
	max-width: 35%;
	margin-right: 5px;
}

.maternity-tour-form .form-group,
.event-register-form .form-group {
	position: relative;
}

.maternity-tour-form .error-message,
.event-register-form .error-message {
	position: relative;
}

.maternity-tour-form .help-message,
.event-register-form .help-message {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	display: block;
}

.maternity-tour-form #step-results-found,
.event-register-form #step-results-found {
	display: block;
	margin: 1.85rem 0 1.85rem 0;
}

	.maternity-tour-form #step-results-found .findings-count,
	.event-register-form #step-results-found .findings-count {
		display: block;
		margin: 0;
	}

.maternity-tour-form #step-results-list,
.event-register-form #step-results-list {
	display: block;
}
	.maternity-tour-form #step-results-list .hero.booking-detail,
	.event-register-form #step-results-list .hero.booking-detail {
		padding: 2rem 2rem 3rem;
		margin: 0 0 1.5rem;
		border-radius: 0;
		background-color: #DDCFB6;
		background-image: url(../images/bkg-curve-type1.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	.maternity-tour-form #step-results-list .booking-detail h3,
	.event-register-form #step-results-list .booking-detail h3 {
		font-family: "DMSans-SemiBold", sans-serif;
	}

	.maternity-tour-form #step-results-list .booking-detail .detail-time,
	.event-register-form #step-results-list .booking-detail .detail-time {
		margin-top: 1.4rem;
	}

	.maternity-tour-form #step-results-list .booking-detail .detail-time,
	.maternity-tour-form #step-results-list .booking-detail .detail-location,
	.maternity-tour-form #step-results-list .booking-detail .detail-tourmode,
	.event-register-form #step-results-list .booking-detail .detail-time,
	.event-register-form #step-results-list .booking-detail .detail-location,
	.event-register-form #step-results-list .booking-detail .detail-tourmode {
		margin-bottom: 0.35rem;
	}

	.maternity-tour-form #step-results-list .booking-detail .panel-buttons,
	.event-register-form #step-results-list .booking-detail .panel-buttons {
		margin-top: 1.85rem;
	}

		.maternity-tour-form #step-results-list .booking-detail .panel-buttons a,
		.event-register-form #step-results-list .booking-detail .panel-buttons a {
			width: 100%;
			margin-bottom: 0;
		}

			.maternity-tour-form #step-results-list .booking-detail .panel-buttons a.detail-cancel,
			.event-register-form #step-results-list .booking-detail .panel-buttons a.detail-cancel {
				margin-top: 1rem;
			}

.maternity-tour-form .loading-div,
.event-register-form .loading-div {
	padding: 1rem;
	padding-bottom: 0.9rem;
	min-height: 55px !important;
	background: transparent;
	position: relative;
}

	.maternity-tour-form .loading-div .highlight-content,
	.event-register-form .loading-div .highlight-content {
		text-align: center;
	}

		.maternity-tour-form .loading-div .highlight-content p,
		.event-register-form .loading-div .highlight-content p {
			display: block;
			text-align: center;
			font-size: 1.2rem;
		}

			.maternity-tour-form .loading-div .highlight-content p .fa,
			.event-register-form .loading-div .highlight-content p .fa {
				color: #253872;
			}

.maternity-tour-form .original-booking-details,
.event-register-form .original-booking-details {
	margin-bottom: 30px;
}

	.maternity-tour-form .original-booking-details p,
	.event-register-form .original-booking-details p {
		margin: 0 0 0.3rem;
	}

.maternity-tour-form .k-datepicker .k-select.loading-date,
.event-register-form .k-datepicker .k-select.loading-date {
	margin-right: 48px;
	background-color: transparent !important;
	cursor: default;
	background-image: none !important;
}

	.maternity-tour-form .k-datepicker .k-select.loading-date .fa,
	.event-register-form .k-datepicker .k-select.loading-date .fa {
		color: #253872;
	}

.maternity-tour-form .maternity-tour-modal p,
.event-register-form .maternity-tour-modal p {
	display: block;
}

	.maternity-tour-form .maternity-tour-modal p:first-of-type,
	.event-register-form .maternity-tour-modal p:first-of-type {
		margin-top: 20px;
	}

.maternity-tour-form .maternity-tour-modal h4,
.event-register-form .maternity-tour-modal h4 {
	font-family: "DMSans-SemiBold", sans-serif;
}

.maternity-tour-form .maternity-tour-modal div.links-panel a,
.event-register-form .maternity-tour-modal div.links-panel a {
	width: 100%;
	margin-bottom: 10px;
}

	.maternity-tour-form .maternity-tour-modal div.links-panel a:last-of-type,
	.event-register-form .maternity-tour-modal div.links-panel a:last-of-type {
		margin-top: 10px;
	}

.maternity-tour-form .contact-no-ddl-text,
.event-register-form .contact-no-ddl-text {
	max-width: 32%;
	margin-right: 7px;
	cursor: initial;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
}

.maternity-tour-form .contact-no-ddl-text .flag-section,
.event-register-form .contact-no-ddl-text .flag-section {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 40px;
	max-height: 30px;
	margin-bottom: 1px;
	margin-right: 10px;
}

.maternity-tour-form .contact-no-ddl-text .text-section,
.event-register-form .contact-no-ddl-text .text-section {
	display: inline-block;
}

@media (max-width: 575px) {
	.maternity-tour-form-ddl.contact-no-ddl,
	.event-register-form-ddl.contact-no-ddl {
		max-width: 45%;
	}
}
.event-detail-particular .organiser-icon,
.event-register-form .form-group .organiser-icon {
	margin-bottom: 0.5rem;
}

.event-detail-particular .organiser-icon label,
.event-register-form .form-group .organiser-icon label {
	margin-bottom: 0;
}
/* ============================================================== Contact Us ============================================================== */
.listing-location-card.card {
	background-color: unset;
	box-shadow: -4px 4px 12px 0px #0000001F !important;
}
/* ============================================================== Media Coverage ============================================================== */
.mp-media-coverage {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 4rem auto;
}

	.mp-media-coverage > .media-coverage-button {
		margin: 2rem auto;
	}

	.mp-media-coverage a {
		text-decoration: none;
	}

	.mp-media-coverage .fa-arrow-right {
		color: #D2BA91;
		margin-left: .75rem;
	}

.mdc-title {
	margin-bottom: 2rem;
}

.mdc-doctor-profile {
	text-decoration: none;
}

	.mdc-doctor-profile i {
		color: #D2BA91;
		margin-right: .75rem;
	}

.mdc-result-text {
	font-size: .938rem;
	color: #333;
	margin-top: 2rem;
}

.mdc-language-box {
	margin: 2rem 0 0;
}

.mdc-item-box {
	background-color: #F8F4ED;
	margin-bottom: 2rem;
}

.mdc-item-info {
	font-size: .813rem;
	color: #2C2C2C;
	margin-bottom: 1rem;
}

.mdc-item-title {
	color: #514A42;
	margin-bottom: .5rem;
}

.mdc-item-content-box {
	padding: 2rem 2rem 1rem;
}

.mdc-item-content {
	font-size: .813rem;
	color: #4D4D4F;
}

.mdc-item-link {
	color: #D2BA91;
	background-color: #1E4094;
	width: 48px;
	height: 48px;
	float: right;
	text-align: center;
}

	.mdc-item-link i {
		position: relative;
		top: 25%;
		font-size: 1.25rem;
	}

	.mdc-item-link:focus,
	.mdc-item-link:hover {
		color: #DDCFB6;
	}

.mdc-item-noresult {
	background-color: #F0F0F0;
	padding: 2rem;
	width: 100%;
}

/* ============================================================== CTAs ============================================================== */

.scroll-back {
	font-size: .688rem;
	color: #4D4D4F;
	padding: .5rem;
	margin-bottom: 1rem;
	background: #F8F6F6;
	border-radius: 1000px;
	text-align: center;
	width: 4rem;
	height: 4rem;
}

	.scroll-back a {
		text-decoration: none;
	}

/* ============================================================== Forms ============================================================== */
.forms {
	font-family: "OpenSans-Regular", sans-serif;
}
.forms hr {
	margin: 1rem 0;
	border-top: 1px solid #CCCCCC;
}

.form-steps {
	font-size: .938rem;
	color: #CCCCCC;
	padding: .5rem;
	border-bottom: 4px solid #F8F6F6;
}

.form-steps.active {
	color: #2C2C2C;
	border-bottom: 4px solid #D2BA91;
}



.form-group {
	margin: 2rem 0;
}

.select {
	position: relative;
	background-color: #F8F4ED;
	padding: .75rem 2.5rem .75rem .5rem;
	cursor: pointer;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select-styled::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}

.select-options {
	background-color: #fff;
	position: absolute;
	display: none;
	list-style: none;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 14;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F8F6F6;
	max-height: 300px;
	overflow: hidden auto;
}
	/*#select-patientNationality .select-options,
#select-patientCountry .select-options {
	height: 300px;
	overflow: hidden scroll;
}*/
	.select-options li {
		padding: .75rem 1rem;
		border-bottom: 1px solid #F8F6F6;
	}

input[type="text"], textarea {
	width: 100%;
	padding: .75rem .5rem;
	border: 1px solid #CCCCCC;
}

#patientDob > span:first-child,
#registrantDob > span:first-child {
	margin-right: .375rem;
}

#patientDob > span:nth-child(2),
#registrantDob > span:nth-child(2) {
	margin: 0 .375rem;
}

#patientDob > span:last-child,
#registrantDob > span:last-child {
	margin-left: .375rem;
}

#deliveryDate > span:first-child {
	margin-right: .375rem;
}

#deliveryDate > span:nth-child(2) {
	margin: 0 .375rem;
}

#deliveryDate > span:last-child {
	margin-left: .375rem;
}

#gender input:nth-child(3) {
	margin-left: 2rem;
}

#IdentityNumber .select,
#contactNumber .select,
#caregiver-contactNumber-info .select {
	margin-right: .25rem;
}

#IdentityNumber input,
#contactNumber input,
#caregiver-contactNumber-info input {
	margin-left: .25rem;
}

#IdentityNumber .select,
#contactNumber .select,
#caregiver-contactNumber-info .select {
	width: 35%;
}

.forms span.k-combobox,
.forms span.k-datepicker {
	width: 100%;
}

.disable-drop-select {
	color: #CCCCCC;
	background-color: #F8F6F6;
	cursor: default;
}

.error-active {
	border: 1px solid #ff0000 !important;
}

.error-message {
	font-size: .813rem;
	color: #ff0000;
	margin-top: .5rem;
}

.edit-text {
	color: #00284A;
	text-decoration: underline;
	cursor: pointer;
}

#form-step3 label {
	font-family: "DMSans-Regular", sans-serif;
	font-size: 1.125rem;
	color: #7C6C4F;
}

#form-step3 input[type="text"], #form-step3 textarea {
	color: #2C2C2C;
	background-color: transparent;
	border: none;
	padding: 0;
}

#form-step3 textarea {
	resize: none;
}

.pdpa-text {
	color: #CCCCCC;
}

#PDPAchk input, #Marketingchk input {
	margin-top: .45rem;
}

input[type="checkbox"] {
	-webkit-transform: scale(1.3);
	height: 15px;
	width: 15px;
}

#PDPAchk label, #Marketingchk label {
	font-size: 1.125rem;
	color: #4F4F4F;
	margin-left: 1rem;
	flex: 2;
}

.forms .back-next-btn button:first-child {
	margin-right: 1rem;
}

.forms .back-next-btn button:last-child {
	margin-left: 1rem;
}

#reCaptchaField > div {
	margin: 0 auto;
}

.forms .modal {
	z-index: 10003;
}

.forms .modal-content {
	position: relative;
	width: 580px;
	padding: 1rem 1.5rem;
	margin: 161px auto 0;
	box-shadow: 0px 0px 12px rgba(1, 19, 27, 0.2);
	background-color: #E8EBF2;
}

#close-myModal {
	position: absolute;
	top: .5rem;
	right: 1.5rem;
	font-size: 1.5rem;
}

#close-myModal:hover {
	cursor: pointer;
}

.requested-slot {
	margin-top: 30px;
	margin-bottom: 20px;
}

.requested-slot .title {
	font-size: 1.125rem;
	color: #828282;
	margin-bottom: .5rem;
}

.requested-slot label {
	font-size: 1.125rem;
}

.flag-section-text {
	background-color: #efefef;
	color: #5b5b5b;
	text-align: center;
	vertical-align: middle;
}

.k-input .flag-section-text {
	border: 0 !important;
	font-size: 0.9rem;
	max-width: 50px;
	text-align: left;
}

/* ============================================================== CTS Pages ============================================================== */

#faqAccordion {
	margin-top: 1.5rem;
}

.faq-intro:not(:first-child) {
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #CCCCCC;
}

#faqAccordion .accordion-inner-wrap,
#faqAccordion .accordion,
#faqAccordion .accordion-active {
	background: transparent;
}

#faqAccordion .accordion-inner-wrap {
	margin-bottom: 0;
}

#faqAccordion .accordion-inner-wrap:last-child {
	border-bottom: 1px solid #CCCCCC;
}

#faqAccordion .accordion {
	font-family: "OpenSans-Bold", sans-serif;
	border-top: 1px solid #CCCCCC;
	padding: 1.5rem 0;
}

#faqAccordion .accordion-active {
	padding: 1.5rem 0 1rem;
}

#faqAccordion .accordion p {
	margin-bottom: 0;
}

#faqAccordion .acc-panel {
	padding: 0 0 1.5rem;
	background: transparent;
}

/* ============================================================== "Share This" section ============================================================== */

.st-checkbox {
	display: none;
}

.st-checkbox:checked ~ .st-social {
	opacity: 1;
	transform: scale(1) translateY(-40px) translateX(120px);
}

.st-share-icon {
	position: relative;
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 1.125rem;
	color: #2C2C2C;
	margin: 1.25rem 0 .5rem;
	cursor: pointer;
}

.st-share-icon::before {
	content: "";
	background: url("../images/share.svg") no-repeat;
	position: absolute;
	width: 32px;
	height: 32px;
}

.st-share-icon span {
	padding-left: 2.5rem;
}

.st-social {
	transform-origin: 50% 0%;
	transform: scale(0) translateY(-190px);
	opacity: 0;
	transition: .5s;
	border: 1px solid #253872;
	width: 280px;
	height: 46px;
}

ul.st-social-list {
	position: relative;
	left: 0;
	right: 0;
	margin: -5px auto 0;
	color: #253872;
	width: 250px;
	padding: 0;
	list-style: none;
}

ul.st-social-list li {
	font-size: 20px;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	float: left;
	display: block;
	height: 22px;
}

ul.st-social-list li:hover {
	color: rgba(0,0,0,.5);
}

ul.st-social-list:after {
	content: '';
	left: 0;
	right: 0;
	margin: 46px auto;
	height: 0;
	width: 0;
	/*border-left: 20px solid transparent;
border-top: 20px solid transparent;*/
}

ul.st-social-list:before {
	border: 20px solid #E34429;
}

/* ============================================================== Health Screen Packages ============================================================== */

.health-screen-packages {
	background-color: #DDCFB6;
	padding: 3rem 0;
	margin: 4rem 0;
	background-image: url(../images/bkg-curve-type2.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
}
.health-screen-packages h2 {
	color: #253872;
}

/* ============================================================== Background Color Boxes ============================================================== */

.alabaster-box {
	background: #DDCFB6;
	margin-top: 2rem;
	padding: 1rem;
}
.alabaster-box h2 {
	font-family: "DMSans-Bold", sans-serif;
	font-size: 1.313rem;
	margin-bottom: 1rem;
}
.alabaster-box > :last-child {
	margin-bottom: 0;
}
@media(max-width: 991px) {
	.alabaster-box h2 {
		font-size: 1.188rem;
	}
}
/* ============================================================== Card Sliders ============================================================== */
.swiper-container h5 {
	font-size: 1.313rem;
}
.swiper-location, .swiper-card {
	margin: 1rem 0 2rem;
}

.swiper-location .swiper-slide, .swiper-card .swiper-slide {
	height: auto;
}

.swiper-location-box {
	background-color: #F8F4ED;
	/*box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.12);*/
	padding: 1rem;
	height: 100%;
}
.grey-bg .swiper-location-box {
	background-color: #fff;
}
.swiper-location-box h4 {
	color: #7C6C4F;
	margin-top: 1.5rem;
	min-height: 63px;
}

.swiper-location-top img {
	width: 100%;
}
.swiper-location-bottom b {
	font-size: .813rem;
	margin-bottom: .5rem;
	display: block;
}

.swiper-location-bottom p {
	margin: 0 0 1rem;
}

.swiper-location-bottom > p:last-child {
	margin: 0;
}

.swiper-container .swiper-slide .swiper-location-bottom .main-title {
	text-decoration: none;
}

.swiper-container .swiper-slide .swiper-location-bottom .main-title:hover {
	text-decoration: underline;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	width: 55px !important;
	height: 55px !important;
	background-color: #DDCFB6;
	border-radius: 50%;
	z-index: 10;
}

.swiper-container .swiper-button-prev {
	left: -1.8rem;
}

.swiper-container .swiper-button-next {
	right: -1.8rem;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	color: #2C2C2C;
	font-size: 20px;
}

.swiper-container .swiper-button-next::after {
	content: "\f054";
}

.swiper-container .swiper-button-disabled,
.slick-disabled {
	opacity: 0 !important;
}
.static-swiper .swiper-location-bottom {
    padding: 2rem 1rem 4.5rem;
}

.static-swiper .swiper-location-box h4 {
    min-height: 0;
}

.static-swiper .upper-display h2 {
    margin-top: 4rem;
}

.static-swiper .upper-display a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.static-swiper .swiper-location-box {
    position: relative;
    padding: 0;
}

.static-swiper .swiper-location-box > .row {
    height: 100%;
}

.static-swiper .swiper-location-box h4 {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #2C2C2C;
    margin-top: 0;
}

.static-swiper .swiper-location-bottom p {
    margin: 0;
}

/* Large Mobile Landscape, Tablets */
@media (max-width: 991px) {
    .static-swiper .upper-display h2 {
        margin-top: 2rem;
        font-size: 1.188rem;
    }	
}
.swiper-video-img::before {
		content: "";
		position: absolute;
		width: 63px;
		height: 62px;
		background: url("../../../../../images/default-source/icons/playicon.svg") no-repeat;
		/* Center positioning */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.swiper-video-img {
    position: relative;
}
/* ============================================================== Homepage Banner ============================================================== */
.home-banner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: unset;
}
.home-banner .swiper-slide {
	display: flex;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.home-banner .swiper-slide .img-container {
	overflow-y: hidden;
}

.home-banner .swiper-slide img {
	width: 100%;
}

.home-banner .swiper-slide .title {
	font-size: 2.688rem;
	font-family: "DMSans-SemiBold", sans-serif;
}

.home-banner .swiper-slide .caption {
	color: #4D4D4F;
}

.home-banner .swiper-slide .caption .find-out-more {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.home-banner .swiper-slide .caption .find-out-more a {
	text-decoration: none;
}

.home-banner .swiper-slide .caption .fa-arrow-right::before {
	color: #D2BA91;
	margin-left: 0.75rem;
}

.home-banner .swiper-pagination-bullet {
	background-color: #F8F6F6;
	border-radius: unset;
	width: 36px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
}

.home-banner .swiper-pagination-bullet:focus {
	outline: none;
}

.home-banner .swiper-pagination-bullet:first-child,
.home-banner .swiper-pagination-bullet:last-child {
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
}

.home-banner .swiper-pagination-bullet:first-child::after,
.home-banner .swiper-pagination-bullet:last-child::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 36px;
	height: 8px;
	background: #F8F6F6;
	-webkit-transform: skew(30deg );
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}

.home-banner .swiper-pagination-bullet:first-child::after {
	left: -3px;
}

.home-banner .swiper-pagination-bullet:last-child::before {
	right: -3px;
}

.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after,
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child::before,
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #253872;
}

	.home-banner .swiper-pagination {
		position: relative;
		text-align: left;
	}

	.home-banner .para-container {
		padding: 2rem 1rem 0.7rem;
	}

@media (max-width: 991px) {
	.home-banner .swiper-slide .img-container {
		height: auto;
	}

	.home-banner .para-container {
		padding: 2rem 1rem;
	}

	.home-banner .swiper-slide .title {
		font-size: 2.313rem
	}

	.home-banner .swiper-pagination {
		position: absolute;
		bottom: 57vw;
		left: 50%;
		transform: translateX(-50%);
		max-width: 690px;
	}
}

@media (max-width: 767px) {
	.home-banner .swiper-pagination {
		max-width: 510px;
	}

	.event-card-details span,
	.event-card-details label {
		display: contents !important;
	}

	.organiser-icon,
	.date-icon,
	.time-icon,
	.location-icon,
	.price-icon,
	.language-icon {
		background-position-y: 0.3rem !important;
	}
}

@media (max-width: 575px) {
	.home-banner .para-container {
		padding: 2rem 0;
	}
}
/* ============================================================== Featured Care Card Sliders ============================================================== */

.featured-care-area .swiper-location-bottom {
	padding: 2rem 1rem 4.5rem;
}
.featured-care-area .swiper-location-box h4 {
	min-height: 0;
}

.featured-care-area .upper-display h2 {
	text-transform: uppercase;
	margin-top: 4rem;
}

.featured-care-area .upper-display a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

a.icon-360deg {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.room-highlights b {
	font-family: "DMSans-SemiBold", sans-serif;
	font-size: .688rem;
	margin: 0.75rem 0 0.5rem;
}

.button-package {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.313rem;
	padding: 0.516rem 0.926rem;
	color: #D2BA91;
	background-color: #1E4094;
}
.button-package:focus,
.button-package:hover {
	color: #DDCFB6;
}
.featured-care-area.homepage-swiper .swiper-location-bottom {
	padding: 2rem 3rem 4.5rem 1rem;
	color: #F8F4ED;

}
.featured-care-area.homepage-swiper .swiper-location-box {
	background: linear-gradient(90deg, #253B7E 35%, #182A61 100%);
}
.featured-care-area.homepage-swiper .swiper-location-box .row::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background-image: url(../images/bkg-curve-home.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.featured-care-area.homepage-swiper .swiper-location-box .row > * {
	z-index: 1;
}
.featured-care-area.homepage-swiper .swiper-location-box h4 {
	font-size: 1.938rem;
	color: #C3A97D;
}
.featured-care-area.homepage-swiper .button-package {
	right: 15px;
	z-index: 1;
	background-color: #D2BA91;
	color: #253872;
}
.featured-care-area.homepage-swiper .button-package:hover {
	color: #1E4094;
}
.featured-care-area.homepage-swiper .swiper-button-prev,
.featured-care-area.homepage-swiper .swiper-button-next {
	top: 55%;
}
/* ============================================================== Health A-Z Page/s ============================================================== */

.page-search-result {
	border-bottom: 1px solid #F8F6F6;
	margin-bottom: 1rem;
}

.result-page-title {
	margin-bottom: 0.75rem;
}

	.result-page-title a {
		color: #2C2C2C;
		text-decoration: none;
	}

		.result-page-title a em {
			font-style: normal !important;
			font-weight: bold !important;
			color: #877f59;
		}

		.result-page-title a:hover {
			text-decoration: underline;
		}

.result-page-tags {
	margin-bottom: 1rem;
}

	.result-page-tags .page-tag-item {
		font-size: .75rem;
		border: 1px solid #CCCCCC;
		border-radius: .5rem;
		padding: .375rem .5rem;
	}

.result-page-content {
	font-size: .938rem;
}

	.result-page-content em {
		font-style: normal !important;
		font-weight: bold !important;
		color: #877f59;
	}

.mobile-only.special-cta-btn-grp,
.make-appointment-mobile-only {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 690px;
}

.guide-nav-list-sticky,
.make-appt-btn,
.desktop-only.special-cta-btn-grp,
.left-sticky-cta,
.right-sticky-cta,
.sticky-ctabtn {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
}

.left-sticky {
	padding-bottom: 2rem;
}

/* ============================================================== Global/Conditions/Specialties/Health Filter ============================================================== */
.sch-searchbox-textcontrol .k-clear-value {
	/* right: calc(4em - 2px) !important; */
	right: 54px !important;
	top: calc(50% + 3px) !important;
}

.sch-searchbox-textcontrol .k-i-loading {
	display: none !important
}

.sticky-autocomplete {
	position: fixed;
	background-color: #fff;
	z-index: 998;
	margin: 0px auto;
	width: 100%;
	left: 0;
}

.sticky-autocomplete .autocomplete-box {
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;
}

.sticky-autocomplete span.sch-searchbox-textcontrol {
	margin: 1rem 0 0 !important;
}

@media (min-width: 576px) {
	.sticky-autocomplete .autocomplete-box {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.sticky-autocomplete .autocomplete-box {
		max-width: 720px;
	}
}

/*#spDT_SpecificBodyPart-list .k-list-scroller {
	min-height: 275px !important;
}

#spMB_SpecificBodyPart-list .k-list-scroller {
	min-height: 220px !important;
}*/

.pagesearch-has-results {
	width: 95%;
	margin: 0 auto;
}

.pagesearch-no-results {
	width: 90%;
	margin: 0 auto 4rem;
	padding: 2rem;
	background-color: #F0F0F0;
}

	.pagesearch-no-results h3 {
		margin-bottom: 2rem;
	}
.omp-content-box .alabaster-box {
	background-color: #F8F4ED;
}
.omp-content-box .alabaster-box h2 {
	background-color: #F8F4ED;
	text-transform: uppercase;
}
.omp-content-box .filter-desktop {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.condition-content-container .pdfdownload {
	border-radius: 4px;
	border: 1px solid #D2BA91;
	background: #F8F4ED;
	font-weight: 700;
	padding: .5rem;
	display: flex;
	font-size: 1.313rem;
	line-height: 1.2;
	color: #253872;
}
.condition-content-container .pdfdownload img {
	margin-right: 1.75rem;
	border-radius: .25rem;
	width: 120px;
	height: 120px;
}
.condition-content-container .pdfdownload a {
	text-decoration: none;
}
.condition-content-container .pdfdownload .default-icon {
	margin-right: 0.5rem;
	width: 28px;
	height: 28px;
	margin-bottom: 0.2rem;
}
.condition-content-container .secondary_btn {
	padding: .25rem .5rem .25rem .75rem;
	line-height: normal;
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0;
}
.condition-content-container .secondary_btn::after {
	content: url(../images/download.html);
	height: 1.5rem;
	margin-left: .25rem;
	display: inline-block;
    vertical-align: text-bottom;
}
/* ============================================================== Find Overseas Office ============================================================== */
.find-oversea-office-box {
	padding: 2rem;
	background-color: #F3F3F3;
	margin-bottom: 2rem;
}

/* ============================================================== Sub Nav Swiper ============================================================== */

.sub-nav-swiper > .swiper-wrapper > .swiper-slide {
	width: auto;
}

.sub-nav-swiper > .swiper-button-disabled {
	display: none;
}

.sub-nav-swiper > .swiper-button-prev, .sub-nav-swiper > .swiper-button-next {
	color: #7C6C4F;
	width: 35px;
}

.sub-nav-swiper > .swiper-button-prev {
	left: 0;
	justify-content: start;
	background: linear-gradient(to right, #fff 60%, rgba(255, 255, 255, 0) 100%);
}

.sub-nav-swiper > .swiper-button-next {
	right: 0;
	justify-content: end;
	background: linear-gradient(to left, #fff 60%, rgba(255, 255, 255, 0) 100%);
}

	.sub-nav-swiper > .swiper-button-next::after, .sub-nav-swiper > .swiper-button-prev::after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 1rem;
		color: #7C6C4F;
	}

.sub-nav-swiper > .swiper-button-prev::after {
	content: "\f053";
}

.sub-nav-swiper > .swiper-button-next::after {
	content: "\f054";
}

.sub-nav-swiper > .swiper-wrapper > a.swiper-slide-active {
	font-family: "OpenSans-Bold", sans-serif;
	color: #fff;
	background-color: #7C6C4F;
}

/* ============================================================== Maternity Package Card Slider & Health Plus Card Slider  ============================================================== */
.mount-elizabeth-hospital .swiper-location-box,
.mount-elizabeth-novena-hospital .swiper-location-box,
.featured-care-area .swiper-location-box,
.healthplus-swiper .swiper-location-box,
.healthplus-latest-article-swiper .swiper-location-box,
.related-articles-swiper .swiper-location-box {
	position: relative;
	padding: 0;
}

	.mount-elizabeth-hospital .swiper-location-box > .row,
	.mount-elizabeth-novena-hospital .swiper-location-box > .row,
	.featured-care-area .swiper-location-box > .row,
	.healthplus-swiper .swiper-location-box > .row,
	.healthplus-latest-article-swiper .swiper-location-box > .row,
	.related-articles-swiper .swiper-location-box > .row {
		height: 100%;
	}

.mount-elizabeth-hospital .swiper-location-bottom,
.mount-elizabeth-novena-hospital .swiper-location-bottom,
.healthplus-swiper .swiper-location-bottom,
.healthplus-latest-article-swiper .swiper-location-bottom {
	padding: 1rem 2rem 3rem 2rem;
}
.related-articles-swiper .swiper-location-bottom {
	padding: 1rem 1rem 3rem 1rem;
}
.mount-elizabeth-hospital .swiper-location-box h4,
.mount-elizabeth-novena-hospital .swiper-location-box h4,
.featured-care-area .swiper-location-box h4, .spotlight-container .swiper-location-box h4,
.healthplus-swiper .swiper-location-box h4,
.healthplus-latest-article-swiper .swiper-location-box h4,
.related-articles-swiper .swiper-location-box h4 {
	font-family: "DMSans-SemiBold", sans-serif;
	margin-top: 0;
}

.mount-elizabeth-hospital .swiper-location-bottom p,
.mount-elizabeth-novena-hospital .swiper-location-bottom p,
.featured-care-area .swiper-location-bottom p,
.healthplus-swiper .swiper-location-bottom p,
.healthplus-latest-article-swiper .swiper-location-bottom p,
.related-articles-swiper .swiper-location-bottom p {
	margin: 0;
}
.related-healthplus-articles h5 {
	font-size: 1.313rem;
}
.healthplus-swiper .swiper-location-bottom,
.healthplus-latest-article-swiper .swiper-location-bottom,
.related-articles-swiper .swiper-location-bottom {
	font-size: .938rem;
}
.healthplus-latest-article-swiper .result-page-tags,
.healthplus-swiper .result-page-tags,
.related-articles-swiper .result-page-tags {
	padding: 2rem 0 1rem 0;
}
@media (max-width: 991px) {
	.related-healthplus-articles h5 {
		font-size: 1.188rem;
	}
	.healthplus-swiper .swiper-location-bottom .main-title p,
	.healthplus-latest-article-swiper .swiper-location-bottom .main-title p,
	.related-articles-swiper .swiper-location-bottom .main-title p {
		font-size: 1.438rem;
	}
	.healthplus-swiper .swiper-location-bottom,
	.healthplus-latest-article-swiper .swiper-location-bottom,
	.related-articles-swiper .swiper-location-bottom {
		font-size: .813rem;
	}
}
/* ============================================================== Maternity Package Details ============================================================== */
.maternitypackage-detail-image img {
	width: 100%;
}

.maternitypackage-detail-profile .maternitypackage-detail-profile-bg {
	background-color: #F8F4ED;
}
.maternitypackage-detail-profile .maternitypackage-detail-profile-bg h1 {
	color: #7C6C4F;
}
.maternitypackage-detail-profile .hospital-name,
.maternitypackage-detail-profile .room-size,
.maternitypackage-detail-profile .price-text,
.hospitalroom-detail-profile .hospital-name,
.hospitalroom-detail-profile .room-size,
.hospitalroom-detail-profile .price-text {
	position: relative;
	padding-left: 2rem;
}

	.maternitypackage-detail-profile .hospital-name::before,
	.maternitypackage-detail-profile .room-size::before,
	.maternitypackage-detail-profile .price-text::before,
	.hospitalroom-detail-profile .hospital-name::before,
	.hospitalroom-detail-profile .room-size::before,
	.hospitalroom-detail-profile .price-text::before {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		left: 0;
	}

	.maternitypackage-detail-profile .hospital-name::before,
	.hospitalroom-detail-profile .hospital-name::before {
		background: url("../images/location_on.svg") no-repeat;
	}

	.maternitypackage-detail-profile .room-size::before,
	.hospitalroom-detail-profile .room-size::before {
		background: url("../images/bedroom.svg") no-repeat;
	}

	.maternitypackage-detail-profile .price-text::before,
	.hospitalroom-detail-profile .price-text::before {
		background: url("../images/attach_money.svg") no-repeat;
	}

.maternitypackage-detail-vtour .maternitypackage-detail-vtour-bg {
	background-color: #DDCFB6;
	padding: 2rem 2rem 3rem;
	background-image: url(../images/bkg-curve-type1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Room-Tnc {
	font-family: "DMSans-Regular", sans-serif;
	margin-top: 1.5rem;
}

.two-col-list div {
	line-height: 1.7;
	margin-bottom: 1rem;
	padding-left: 3.25rem
}

	.two-col-list div::before {
		content: "";
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 2rem;
		height: 2rem;
		float: left;
		margin-left: -2.5rem;
	}

	.two-col-list div[data-item="free-wifi"]::before {
		background-image: url(../images/wifi.svg);
	}

	.two-col-list div[data-item="in-room-telephone"]::before {
		background-image: url(../images/call.svg);
	}

	.two-col-list div[data-item="in-room-safe"]::before {
		background-image: url(../images/secure-safe.svg);
	}

	.two-col-list div[data-item="lodger-bed"]::before,
	.two-col-list div[data-item="optional-caregiver-room"]::before {
		background-image: url(../images/bedroom-big.svg);
	}

	.two-col-list div[data-item="lodger-bed-cum-sofa"]::before {
		background-image: url(../images/lodger-bed-cum-sofa.svg);
	}

	.two-col-list div[data-item="spacious-guest-lounge"]::before {
		background-image: url(../images/guest-lounge.svg);
	}

	.two-col-list div[data-item="adjoining-living-room-and-optional-outdoor-terrace"]::before {
		background-image: url(../images/outdoor-terrace.svg);
	}

	.two-col-list div[data-item="individual-temperature-control"]::before {
		background-image: url(../images/remote-control.svg);
	}

	.two-col-list div[data-item="personal-wardrobe"]::before {
		background-image: url(../images/wardrobe-hanger.svg);
	}

	.two-col-list div[data-item="personal-wardrobe-and-writing-desk"]::before,
	.two-col-list div[data-item="writing-desk"]::before {
		background-image: url(../images/writing-desk.svg);
	}

	.two-col-list div[data-item="visitor-chair"]::before {
		background-image: url(../images/chair.svg);
	}

	.two-col-list div[data-item="multi-function-usb-power-points"]::before {
		background-image: url(../images/usb-port.svg);
	}

	.two-col-list div[data-item="rain-shower-and-temperature-control-toilet-seat"]::before,
	.two-col-list div[data-item="shared-bathroom"]::before,
	.two-col-list div[data-item="ensuite-bathroom"]::before,
	.two-col-list div[data-item="ensuite-bathroom-with-a-bathtub"]::before,
	.two-col-list div[data-item="ensuite-bathroom-bathtub"]::before {
		background-image: url(../images/shower.svg);
	}

	.two-col-list div[data-item="luxury-toiletries-with-plush-towels-and-slippers"]::before {
		background-image: url(../images/shampoo.svg);
	}

	.two-col-list div[data-item="toiletry-kit-towels-and-slippers-upon-request"]::before {
		background-image: url(../images/hanger.svg);
	}

	.two-col-list div[data-item="toiletry-kit-towels-and-slippers-upon-request"]::before {
		background-image: url(../images/towels.svg);
	}

	.two-col-list div[data-item="hairdryer"]::before {
		background-image: url(../images/hairdryer.svg);
	}
	.two-col-list div[data-item="bedroom-slippers"]::before {
		background-image: url(../images/slippers.png);
		filter: var(--s4-filter);
	}
	.two-col-list div[data-item="ensuite-shared-restroom"]::before {
		background-image: url(../images/toilet.png);
		filter: var(--s4-filter);
	}
ul.check li::before,
.check div::before {
	background-image: url(../images/check.svg);
	filter: var(--s4-filter);
}

.grey-bg p:last-child, .grey-bg a:last-child, .grey-bg div:last-child, .grey-bg ul:last-child, .grey-bg ol:last-child,
.gold-bg p:last-child, .gold-bg a:last-child, .gold-bg div:last-child, .gold-bg ul:last-child, .gold-bg ol:last-child,
.beige-bg p:last-child, .beige-bg a:last-child, .beige-bg div:last-child, .beige-bg ul:last-child, .beige-bg ol:last-child {
	margin-bottom: 0;
}

.maternitypackage-detail-choices:not(:last-child),
.hospitalroom-detail-choices:not(:nth-last-child(2)):not(.Room-Tnc) {
	margin-bottom: 1.25rem;
}
/* ============================================================== Spotlight ============================================================== */
.spotlight-container .swiper .swiper-wrapper {
	max-height: 305px;
}

.spotlight-container .swiper .swiper-slide .card .card-img-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 62%);
}

.spotlight-container .swiper .swiper-slide .card .card-title {
	color: #FFF;
}
/* ============================================================== Photo Gallery ============================================================== */
.mySlides, Slides, .row1, .numbertext {
	display: none;
}

.mySlides {
	position: relative;
	cursor: pointer;
}

	.mySlides:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		bottom: 0;
		left: 0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 45%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

.caption-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFF;
	background-color: transparent;
	padding: 1.5rem;
}

	.caption-container .row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

#caption, #caption1 {
	margin: auto;
}

.img-pg {
	color: #fff;
	text-align: right;
	margin: auto;
}

.photo-gallery-thumb {
	margin: 1.5rem -.7rem;
}

/* Position the image container (needed to position the left and right arrows) */
.photo-gallery-modal .container {
	position: relative;
}

.closecursor-container {
	margin: 2rem 3rem 1rem;
}

.photo-gallery-modal .close {
	color: #FFF;
	font-size: 1.5rem;
}

.photo-gallery-modal .modal-content {
	background: #2C2C2C;
	border-radius: 0;
	height: 100%;
}

.cursor {
	cursor: pointer;
}

.controlbutton .prev, .controlbutton .next {
	position: absolute;
	top: 36%;
	width: auto;
	font-size: 1.25rem;
	padding: 0.5rem 1.047rem;
	background-color: #fff;
	border-radius: 50%;
}

.controlbutton .prev {
	left: -3.5rem;
}

.controlbutton .next {
	right: -3.5rem;
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.column {
	margin: 0 10px;
	overflow: hidden;
}

	.column.active .demo {
		border: 5px solid #00325E;
	}

	.column.active:focus, .column:focus {
		outline: none;
	}

.slick-prev,
.slick-next {
	width: 36px;
	height: 36px;
	background-color: #DDCFB6;
	border-radius: 50%;
	z-index: 13;
}

.slick-prev {
	left: -.5rem;
}

.slick-next {
	right: -.5rem;
}

.slick-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	color: #2C2C2C;
}

.slick-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #2C2C2C;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #DDCFB6;
}
/* slick video container */
.slick-container {
  width: 100%;
  margin: 0 auto;
  max-width: 75%;
}

.slick-container .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-container .slick-list {
  padding-top: 10%!important;
  padding-bottom: 10%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.slick-container .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-container .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.slick-container .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-container .slick-snext,
.slick-container .slick-sprev,
.slick-container .slick-snext2,
.slick-container .slick-sprev2{
  display: block;
}

.slick-container .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-container .slick-snext {
  opacity: 1;
  transform: translate3d(108%,0,-10px);
  z-index: 1;
  perspective: 1000px;
  }

.slick-container .slick-snext2 {
  opacity: 1;
  transform: translate3d(265%,0,-50px);
  z-index: 0;
  perspective: 1000px;
}

.slick-container .slick-sprev {
  opacity: 1;
  transform: translate3d(-108%,0,-10px);
}

.slick-container .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-265%,0,-50px);
}


@media screen and (min-width: 720px) {
  .slick-container .slick-snext {
  opacity: 1;
  transform: translate3d(28%,0,-20px);
  z-index: 1;
  perspective: 1000px;
  }
  
  .slick-container .slick-snext2 {
  opacity: 1;
  transform: translate3d(68%,0,-50px);
  z-index: 0;
  perspective: 1000px;
  }
  
  .slick-container .slick-sprev {
  opacity: 1;
  transform: translate3d(-28%,0,-20px);
  }

.slick-container .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-68%,0,-50px);
  }
}

.slick-container .slick-item {
  display: block;
  width: auto;
}

@media (max-width: 991px) {
   #slickModal .modal-dialog, #videoModal .modal-dialog {
      max-width: 85%;
   }
}
.slick-container .rev_slider {
    position: relative;
}
.slick-container .slick-prev,.slick-container .slick-next {
    width: 36px;
    height: 36px;
    background-color: #DDCFB6;
}
.slick-container .slick-prev {
    left: -55px;
}
.slick-container .slick-next {
    right: -55px;
   z-index:10;
}
.slick-container .slick-prev:before,.slick-container .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2C2C2C;
}
.slick-container .slick-prev:before {
    content: "\f053";
}
.slick-container .slick-next:before {
    content: "\f054";
}
.slick-container .slick-prev:hover,
.slick-container .slick-prev:focus,
.slick-container .slick-next:hover,
.slick-container .slick-next:focus {
	background-color: #DDCFB6;
}

#slickModal .modal-dialog,#videoModal .modal-dialog {
	max-width: 60%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}

.select-image {
	width: 781px;
}

	.select-image .Slides, .select-image .Slides img {
		max-height: 500px;
	}

.photo-gallery-modal .caption-container {
	position: relative;
	background-color: #2C2C2C;
	text-align: center;
	padding: 1rem;
}

	.photo-gallery-modal .caption-container .img-pg {
		text-align: center;
		margin-top: 1rem;
	}

/* ============================================================== Content Hub Main/Sub ============================================================== */

.contenthubm-awards .table-responsive .p-description {
	padding: 1.5rem 0
}

.contenthubm-bodysection .video-display {
	padding: 56.25% 0 0 0;
	position: relative;
}

	.contenthubm-bodysection .video-display iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* ============================================================== Homepage CTAs ============================================================== */

	.homepage-cta .primary_btn {
		font-family: "DMSans-Bold", sans-serif;
		font-size: 1.125rem;
		color: #514A42;
		text-align: left;
		padding: 1.5rem 2rem 1.5rem 1.125rem;
		border-radius: 0;
		position: relative;
	}

	.homepage-cta .primary_btn.btn-1 {
		background-color: #D2BA91;
		border-color: #D2BA91;
	}

	.homepage-cta .primary_btn.btn-2 {
		background-color: #DDCFB6;
		border-color: #DDCFB6;
	}

	.homepage-cta .primary_btn.btn-3 {
		color: #F8F4ED;
		background-color: #7C6C4F;
		border-color: #7C6C4F;
	}

	.homepage-cta .primary_btn .fa-chevron-right {
		position: absolute;
		right: 1.125rem;
		top: 50%;
		transform: translateY(-50%);
	}
/* ============================================================== Hospital room ============================================================== */
.hospitalroom-detail-vtour .grey-bg {
	background-color: #DDCFB6;
	background-image: url(../images/bkg-curve-type1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 3.75rem;
}
.hospitalroom-rate-tab,
.hospitalroom-rate-tab .price-text {
	font-size: .938rem;
}
.hospitalroom-rate-tab h3 {
	font-family: "DMSans-SemiBold", sans-serif;
	font-size: 1.313rem;
	margin-bottom: 1.5rem;
}
.hospitalroom-rate-tab table {
	margin-bottom: 2rem;
	border-bottom: 1px solid #CCCCCC;
}
.hospitalroom-rate-tab table::after {
	content: "";
	display: block;
	margin-top: 1.5rem;
}
.hospitalroom-rate-tab td br:last-child {
	display: none;
}

.hospitalroom-rate-tab td {
	padding-block: .5rem;
}
.hospitalroom-rate-tab td:first-child {
	font-family: "DMSans-SemiBold", sans-serif;
}
.hospitalroom-rate-tab .note::before {
	top: 1rem;
	-ms-transform: unset;
	transform: unset;
}
@media (max-width: 991px) {
	.hospitalroom-detail-vtour .grey-bg {
		padding-bottom: 2.5rem;
		background-size: clamp(8.25rem, 39.08%, 12rem);
	}
	.hospitalroom-rate-tab,
	.hospitalroom-rate-tab .price-text {
		font-size: .813rem;
	}
	.hospitalroom-rate-tab h3 {
		font-size: 1.188rem;
	}
	.hospitalroom-rate-tab table {
		margin-bottom: 1.5rem;
	}
	.hospitalroom-rate-tab table::after {
		margin-top: 1rem;
	}
	.hospitalroom-rate-tab td {
		padding-block: .375rem;
	}
}
/* ============================================================== Custom Nav Dropdown Section ============================================================== */

	.custom-nav-dropdown .dropdown-menu::-webkit-scrollbar {
		width: 7px !important;
		height: 8px !important;
		background-color: transparent !important;
	}

	.custom-nav-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
		background: #253872 !important;
		border-radius: 100px !important;
	}

	.ratio-169 > .row > .col-12 > img {
		margin-bottom: 1.5rem;
		aspect-ratio: 16 / 9;
	}

/* ============================================================== Custom Dropdown Form Control ============================================================== */

.custom-ddl {
	font-size: 1.125rem;
	display: block;
	position: relative;
	background-color: #F8F4ED;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.custom-ddl select {
	color: #2C2C2C;
	display: block;
	position: relative;
	background-color: transparent;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	cursor: pointer;
	border: 0px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-word-break: normal;
	word-break: normal;
	-webkit-padding-end: 2.5rem !important;
	-webkit-padding-start: 1rem !important;
}

.custom-ddl .arrow {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 14px;
	height: 24px;
}

.contact-no-ddl {
	font-size: 1.125rem;
	max-width: 35%;
	margin-right: 5px;
}
@media (max-width: 575px) {
	.contact-no-ddl {
		max-width: 45%;
	}
}
/* ============================================================== AFD  ============================================================== */
.oop-wrapper #header {
	margin-bottom: 2rem;
}
.oop-wrapper #header hr {
	margin-block: 3rem;
	border-color: #F8F6F6;
}
.oop-wrapper h2 {
	font-size: 1.625rem;
	margin-bottom: .5rem;
}
.oop-wrapper h4 {
	font-size: 1.313rem;
}
.oop-percentile {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5rem;
}

	.oop-percentile.radio-btn p::before {
		transform: translateY(-50%);
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 0.9rem;
		padding: 0rem 0.5rem;
		border-radius: 50%;
		content: "";
	}

	.oop-percentile.radio-btn.oop-cost p::before {
		background: #1E4094;
	}

	.oop-percentile.radio-btn.oop-bill p::before {
		background: #DDCFB6;
	}

	.oop-percentile.radio-btn.oop-medisave p::before {
		background: #7C6C4F;
	}

	.oop-percentile.radio-btn p strong {
		font-size: .938rem;
		margin-left: 0.7rem;
	}

	.oop-percentile.radio-btn a {
		font-size: .938rem;
		margin-left: 2rem;
	}

	.oop-percentile h4 {
		margin: 0 0 0 2rem;
	}

	.oop-percentile.oop-cost h4 {
		font-size: 1.9375rem;
		color: #1E4094;
	}


.oop-cost {
	margin-top: 1rem;
	scroll-margin-top: 7rem;
}

	.oop-bill p,
	.oop-cost p,
	.oop-medisave p {
		margin: 0;
	}

	.oop-percentile-summary {
		background: #E8EBF2;
		font-size: .938rem;
		margin-top: 2.5rem;
		border: 1px solid #1E4094;
		border-radius: 4px;
		padding: 1.5rem;
	}
	.oop-percentile-summary > .row {
		align-items: center;
	}

.oop-cost-summary {
	text-align: center;
	margin-bottom: 1rem;
}

.oop-panel,
.oop-non-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 4px;	
	font-size: .938rem;
	padding-inline: 1.5rem;
}
.oop-panel h3, .oop-panel h4 {
	color: #2C2C2C;
}
.oop-panel h3,
.oop-non-panel h3 {
	font-size: 2.313rem;
}
.oop-panel {
	background: #E8EBF2;
	border: 1px solid #1E4094;
}
.oop-non-panel {
	background: #F5F5F5;
	padding-top: 4.7rem;
}
	.oop-non-panel hr,
	.oop-panel h2 {
		text-align: center;
	}

	.oop-non-panel hr,
	.oop-panel hr {
		width: 100%;
		margin: 0.5rem 0;
	}

.oop-panel-detail,
.oop-non-panel-detail {
	margin-bottom: 1rem;
	border-radius: 8px;
	width: 100%;
	padding: 1rem;
}
.oop-panel-detail.list > div,
.oop-non-panel-detail.list > div {
	display: flex;
	align-items: center;
}
.oop-panel-detail.list .float-right,
.oop-non-panel-detail.list .float-right {
	margin-left: auto;
}
.oop-panel-detail .oop-tooltip,
.oop-non-panel-detail .oop-tooltip{
	margin-left: .435rem;
} 
.oop-panel-detail {
	background: #F8F4ED;
}
.oop-non-panel-detail {
	background: #F0F0F0;
}
.oop-tooltip {
	vertical-align: text-top;
}
.oop-chart-wrapper {
	aspect-ratio: 1;
	margin-inline: auto;
}
.oop-footer {
	align-self: center;
	text-align: center;
	margin-bottom: 3rem;
}

	.oop-footer .tip {
		margin-block: 1.5rem 3rem;
		text-align: left;
	}
	.oop-footer h4 {
		font-family: "DMSans-Bold", sans-serif;
		font-size: 1.625rem;
		margin-block: 4rem 1.5rem;
	}
	.oop-footer h4 + hr {
		display: none;
	}
	.oop-footer a {
		margin-block: 1.5rem 0;
		min-width: 240px;
	}

.oop-estimated-cost {
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
}

.oop-disclaimer {
	font-size: .75rem;
}
.oop-disclaimer > p:first-child {
	font-size: .938rem;
	margin-bottom: 0;
}
.oop-preauthorise {
	margin-top: 1rem !important;
	text-align: center;
	font-size: 13px;
}
.oop-cost-summary {
	margin-top: 3rem;
}
.oop-cost-summary strong {
	color: #514A42
}

.oop-cost-summary h4 > strong {
	color: #2C2C2C;
	font-size: 1.625rem;
}
#riderItemCard .card-body,
#ispItemCard .card-body {
	padding-bottom: 3rem;
}

.oop-bg-medisave {
	background: #7C6C4F;
	display: flex;
	color: #FFF;
}

.oop-bg-medisave span {
	flex-basis: 8.75rem;
}

.oop-bg-medisave .oop-tooltip {
	align-self: flex-start;
}

.oop-bg-medisave p {
	position: absolute;
	right: 1rem;
}

@media (max-width: 991px) {
	.oop-percentile.radio-btn p strong {
		font-size: .813rem;
		margin-left: .625rem;
	}
	.oop-wrapper #header hr {
		margin-block: 1.5rem;
	}
	.oop-wrapper h2 {
		font-size: 1.438rem;
	}
	.oop-chart-wrapper {
		width: 63%;
		min-width: 226px;
		max-width: 300px;
	}
	.oop-percentile {
		margin-top: 1rem;
	}
	.oop-percentile h4 {
		font-size: 1.188rem;
		margin-left: 1.625rem;
	}
	.oop-percentile.oop-cost h4 {
		font-size: 1.938rem;
	}
	.oop-percentile-summary {
		margin-top: 2rem;
	}
	.oop-percentile-summary ul {
		margin-top: .75rem;
	}
	.oop-wrapper .oop-estimated-cost {
		margin-top: 1.5rem;
	}
	.oop-cost-summary {
		margin-top: 2rem;
	}
	.oop-panel h3, .oop-non-panel h3 {
		font-size: 1.938rem;
	}
	.oop-panel-detail,
	.oop-non-panel-detail {
		font-size: .813rem;
		margin-block: 1rem 1.5rem;
	}
	.oop-bg-medisave {
		margin-top: 0;
	}
	.oop-bg-medisave span {
		flex-basis: 7.5rem;
	}
	.oop-footer .tip {
		margin-bottom: 2rem;
	}
	.oop-footer a {
		margin-top: unset;
	}
	.oop-footer h4 {
		font-size: 1.438rem;
		margin-bottom: 1rem;
	}
}
/* ============================================================== Event List Filter ============================================================== */
.event-btn {
	padding: 0.5rem 1.75rem;
	margin: 0.5rem 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	word-break: normal;
}

	.event-btn.inactive {
		color: #2C2C2C;
		background-color: #F8F4ED;
		border: 1px solid #7C6C4F;
	}
	.event-btn.active {
		color: #FFF;
		background-color: #7C6C4F;
		border: 1px solid #7C6C4F;
	}

/* ============================================================== Event List Display ============================================================== */
.swiper-event {
	margin-block: -.75rem;
}
.swiper-event .swiper-wrapper {
	padding-block: .75rem;
}
.event-card-box {
	position: relative;
	padding: 0;
	height: 100%;
	box-shadow: -4px 4px 12px 0px #0000001F;
}
.grey-bg .event-card-box {
	background-color: #fff;
}

.event-card-bottom {
	padding: 1rem 1rem 3rem 1rem;
}
.event-card-bottom h3 a {
	color: #7C6C4F;
	font-size: 1.438rem;
}
.event-card-bottom h3 a:focus,
.event-card-bottom h3 a:hover {
	color: #1E4094;
}
	.event-card-bottom p,
	.event-card-bottom label,
	.event-card-bottom li,
	.event-card-bottom span {
		font-size: 13px;
		margin: 0;
	}


.key-speaker-icon,.organiser-icon, .date-icon, .time-icon, .location-icon, .price-icon, .language-icon {
	background-size: 18px;
	background-position-y: 0.5rem;
	background-repeat: no-repeat;
}
.key-speaker-icon {
	background-image: url("../../../../../images/default-source/icons/empty-person-transparent.svg");
	background-size: 15px;
	background-position-y: 1rem;
}
.organiser-icon {
	background-image: url("../../../../../images/default-source/icons/people-outline.svg");
	background-size: 20px;
}
.date-icon {
	background-image: url("../../../../../images/default-source/icons/calendar-grey.svg");
}

.time-icon {
	background-image: url("../../../../../images/default-source/icons/time.svg");
}

.location-icon {
	background-image: url("../../../../../images/default-source/icons/location-grey.svg");
}

.price-icon {
	background-image: url("../../../../../images/default-source/icons/price.svg");
}

.language-icon {
	background-image: url("../../../../../images/default-source/icons/language-grey.svg");
}

.event-card-top {
	background-color: #F8F6F6;
	height: 213.26px;
}

.event-card-details {
	padding-left: 1.5rem;
	height: 100%;
}

	.event-card-details span,
	.event-card-details label {
		display: flex;
	}

.button-package.event-card-button {
	text-decoration: none !important;
	font-family: "OpenSans-Regular", sans-serif;
	width: 100%;
	font-size: 1.125rem;
	padding: .75rem;
	color: #FFF;
}

	.button-package.event-card-button i {
		color: #D2BA91;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.button-package.event-card-button:hover,
	.button-package.event-card-button:hover i {
		color: #DDCFB6;
	}
	.event-has-results {
		width: 100%;
		margin: 0 auto;
	}

	.event-no-results {
		width: 90%;
		margin: 0 auto 4rem;
		padding: 2rem;
		background-color: #F0F0F0;
	}

	.event-no-results h3 {
		margin-bottom: 2rem;
	}

.event-subscribe {
	padding: 2rem;
}

.event-expired-chip {
	display: inline-block;
	margin-top: 0.5rem;
	border-color: #C5C5C5 !important;
	color: #C5C5C5 !important;
}

.event-cancelled-chip {
	display: inline-block;
	margin-top: 0.5rem;
	border-color: red !important;
	color: #C5C5C5 !important;
}

.event-expired-button {
	background-color: #253872 !important;
}

.event-card-key-speaker {
	margin-top: 1rem;
}
/* Event Detail */
.chip {
	/* Center the content */
	align-items: center;
	display: inline-flex;
	justify-content: center;
	/* Rounded border */
	border-radius: 9999px;
	border: 1px solid #C5C5C5 !important;
	/* Spacing */
	padding: 0.25rem 0.5rem;
	margin-right: 0.25rem;
}

.chip-content {
	font-size: 0.813rem;
}

/* ============================================================== Health Plus ============================================================== */
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.health-plus-searchbox-title {
	margin-top: 2rem;
	font-family: "DMSans-SemiBold", sans-serif;
}
span.healthplus-searchbox-textcontrol {
	border: 1px solid #CCCCCC;
	border-radius: 0;
	margin: 1rem 0 2rem;
	font-family: "OpenSans-Regular", sans-serif;
}

input.healthplus-searchbox-textcontrol.k-input {
	padding: 1rem 0;
	height: auto;
	text-indent: 1rem;
}

span.healthplus-searchbox-textcontrol .search-btn {
	padding: .75rem;
	margin: 0;
	border-radius: 0;
}

	span.healthplus-searchbox-textcontrol .search-btn .k-icon {
		width: 1.7rem;
		height: 1.7rem;
		font-size: 1.4rem;
	}

		span.healthplus-searchbox-textcontrol .search-btn .k-icon::before {
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: "\f002";
		}

.healthplus-searchbox-textcontrol .k-clear-value {
	/* right: calc(4em - 2px) !important; */
	right: 54px !important;
	top: calc(50% + 3px) !important;
}

.health-plus-video-slider-item::before, .video-slick-item::before {
	content: "";
	position: absolute;
	width: 63px;
	height: 62px;
	background: url("../../../../../images/default-source/icons/playicon.svg") no-repeat;
	/* Center positioning */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.healthplus-featuredtopic {
	background-color: #F8F6F6;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	margin-top: 1.5rem;
}

.healthplus-featuredtopic h3 {
	text-align: center;
}
.healthplus-featuredtopic a {
	font-size: 15px;
	border-radius: 1.5rem;
	color: #514A42;
	background-color: #DDCFB6;
	padding: 0.5rem 0.75rem;
	margin: 0.4rem 0.25rem;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	word-break: normal;
}
.healthplus-featuredtopic a:hover {
	color: #1E4094;
}

.healthplus-editorspick-view-all,
.healthplus-latestarticles-view-all {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 1.125rem;
}
.healthplus-result-listing .card .card-body:first-child {
	background-color: #F8F6F6;
}
.healthplus-result-listing .card-body {
	padding: 0;
	min-height: 200px;
}
	.healthplus-result-listing .card-body .left-content .img {
		display: flex;
		height: 100%;
		cursor: pointer;
	}
	.healthplus-result-listing .card-body .left-content .img a {
		width: 100%;
	}
	.healthplus-result-listing .card-body .left-content .video-img::before {
		content: "";
		position: absolute;
		width: 63px;
		height: 62px;
		background: url("../../../../../images/default-source/icons/playicon.svg") no-repeat center;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.healthplus-result-listing .card-body .left-content .img img {
		object-fit: cover;
		min-height: 200px;
		height: 100%;
		width: 100%;
	}

.healthplus-result-listing .card-body .right-content h3 {
	color: #7C6C4F;
	font-size: 1.3125rem;
	margin-bottom: 1rem;
}
.healthplus-result-listing .card-body .right-content > p {
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.healthplus-result-listing .card-body .right-content > p::after {
	content: "";
    display: inline-block;
    margin-left: 2.5rem;
}
.healthplus-result-listing .card-body .right-content > p + .row {
	margin-right: 0;
	margin-bottom: .875rem;
}
.healthplus-result-listing .card-body .right-content a {
	text-decoration: none;
}
.healthplus-result-listing .card-body .right-content a:hover {
	text-decoration: underline;
}
.healthplus-result-listing .card-body .right-content em {
	font-style: normal !important;
	font-weight: bold !important;
	color: #877f59;
}
.healthplus-card-chips {
	bottom: 0;
	position: absolute;
	padding: 1rem;
	left: 43.5%;
}
.healthplus-landingpage-card-chips {
	display: inline-block;
	margin-top: 0.5rem;
	background-color: #F8F6F6;
}
.healthplus-searchresult-card-chips {
	margin-left: 15px;
	background-color: #F8F6F6;
}
.healthplus-relatedarticles-card-chips {
	display: inline-block;
	margin-top: 0.5rem;
	background-color: #F8F6F6;
}
.healthplus-no-results {
	width: 90%;
	margin: 0 auto 4rem;
	padding: 2rem;
	background-color: #F0F0F0;
}
.healthplus-no-results h3 {
	margin-bottom: 2rem;
}
.desktop-only.healthplus-result-listing .card-body .left-content {
	flex: 0 0 48.5%;
	max-width: 48.5%;
}
.desktop-only.healthplus-result-listing .card-body .right-content {
	flex: 0 0 51.5%;
	max-width: 51.5%;
	padding: 1.75rem 1.75rem 1.5rem 0.75rem;
}
.mobile-only.healthplus-result-listing .card-body .right-content {
	padding: 2rem;
}
@media (min-width: 576px) {
	#videoSlickModal .modal-dialog {
		max-width: 80%;
	}
}
#videoModal .modal-dialog {
	max-width: 60%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
	#videoModal .modal-dialog {
		max-width: 85%;
	}
}
.healthplus-detail-source {
	text-align: right;
	font-size: 11px;
	color: #CCCCCC;
}
.healthplus-detail-lastupdate {
	margin-top: 1rem;
	font-size: .938rem;
}
.healthplus-detail-cta {
	padding: 2rem;
	background-color: #DDCFB6;
	margin-top: 3rem;
	background-image: url(../images/bkg-curve-type1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.healthplus-detail-cta h4 {
	font-size: 1.938rem;
	color: #253872;
}
.healthplus-detail-cta .primary_btn {
	width: 100% !important;
}
.healthplus-detail-highlights {
	padding: 2rem;
	background: #E8EBF2;
	margin-top: 3rem;
}
.healthplus-detail-articletags {
	background-color: #F8F6F6;
	padding: 2rem;
	margin-top: 1rem;
}
.healthplus-detail-articletags a {
	font-size: 15px;
	border-radius: .5rem;
	background-color: #DDCFB6;
	color: #514A42;
	padding: 0.5rem 0.75rem;
	margin: 0.4rem 0.25rem;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	word-break: normal;
}
.healthplus-detail-articletags a:hover {
	color: #1E4094;
}
.healthplus-detail-standfirst {
	background-color: #E0E4F0;
	padding: 1rem;
}
	.healthplus-detail-standfirst h4 {
		color: #514A42;
	}

	.healthplus-detail-standfirst > *:first-child {
		margin: 0;
	}

.related-articles-view-all {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

@media (max-width: 720px) {
	.health-plus-video-slider-item::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 56px;
		background: url("../../../../../images/default-source/icons/playicon-mobile.svg") no-repeat;
		left: 39%;
		top: 32%;
	}
}

/* ============================================================== Feedback/Words of Appreciation ============================================================== */
.swiper-event-container,
.feedback-mp-container {
	margin-inline: -.75rem -.25rem;
}
.swiper-event-container .related-event-title-box,
.swiper-event-container .swiper-event,
.feedback-mp-container .related-feedback-title-box,
.feedback-mp-container .swiper {
	padding-inline: .75rem .25rem;
}
.swiper-event-container .related-event-title-box a,
.feedback-mp-container  .related-event-title-box a {
	right: .25rem;
}
.feedback-mp-container {
	margin-bottom: 2rem;
}
.feedback-mp-container .swiper {
	margin-block: -.75rem;
}
.feedback-mp-container .swiper-wrapper {
	padding-block: .75rem;
}
.feedback-item-container {
	border: none;
	box-shadow: -4px 4px 12px 0px #0000001F !important;
}
.feedback-item-container.card .card-body:first-child {
	background-color: unset;
}
.feedback-item-content {
	border-left: 2px solid #D2BA91;
	padding-left: 1rem;
}
.feedback-item-content span,
.feedback-item-content span + i {
	font-size: 1.313rem;
}
.feedback-item-readmore {
	display: block;
	text-align: center;
}
.feedback-item-readmore > .fa-arrow-right {
	color: #D2BA91;
	margin-left: 0.8rem;
}
#feedbackCarousel.carousel .carousel-indicators {
	bottom: -50px;}
#feedbackCarousel.carousel .carousel-indicators li {
	background-color: #F8F6F6;
}
#feedbackCarousel.carousel .carousel-indicators li.active {
	background-color: #253872;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-prev,
#feedbackCarousel.carousel .carousel-inner .carousel-control-next {
	opacity: 1;
	text-decoration: none;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-prev {
	justify-content: flex-start;
	padding-left: 1rem;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-next {
	justify-content: flex-end;
	padding-right: 1rem;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-prev-icon,
#feedbackCarousel.carousel .carousel-inner .carousel-control-next-icon {
	color: #D2BA91;
	background: #1E4094;
	width: auto;
	height: auto;
	padding: 0.813rem 0.899rem;
	border-radius: 50%;
	font-size: 1.375rem;
}
.feedback-no-results {
	width: 90%;
	margin: 0 auto 4rem;
	padding: 2rem;
	background-color: #F0F0F0;
}
.dropZoneElement {
	position: relative;
	display: inline-block;
	background-color: #F3F3F3;
	border: 2px dashed #D2BA91;
	width: 100%;
	height: 164px;
	text-align: center;
	align-items: center;
	border-radius: 4px;
	padding: 2rem 0;
}
.feedback-form-img-note {
	color: #4D4D4F;
	font-size: 13px;
}
.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#feedback-upload-container > .k-widget {
	border-style: none;
}
#feedback-upload-container > .k-widget > .k-upload-files {
	margin-top: 4rem;
	text-align: left;
}
#feedback-upload-container .k-dropzone {
	display: unset;
}
#feedback-upload-container .k-upload-button {
	border: unset;
	background-color: transparent;
	margin: unset;
}
#feedback-upload-container .k-action-buttons {
	display: none;
}
#feedback-upload-container .k-button.k-upload-button>span{
	font-size:16px;
}
.feedbackfile-wrapper .file-heading {
	display: inline-block;
	float: left;
	width: 100%;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.feedbackfile-wrapper .file-size-heading {
	color: #CCCCCC;
}
li.k-file div.feedbackfile-wrapper {
	position: relative;
	width: 100%;
	text-align: left;
}

/* ============================================================== Card Carousel ============================================================== */
.card-carousel-swiper .swiper-location-bottom {
	padding: 2rem 1rem 4.5rem;
}

.card-carousel-swiper .swiper-location-box h4 {
	min-height: 0;
}

.card-carousel-swiper .swiper-location-box {
	position: relative;
	padding: 0;
}

	.card-carousel-swiper .swiper-location-box > .row {
		height: 100%;
	}

	.card-carousel-swiper .swiper-location-box h4 {
		font-family: "DMSans-SemiBold", sans-serif;
		color: #2C2C2C;
		margin-top: 0;
	}

.card-carousel-swiper .swiper-location-bottom p {
	margin: 0;
}

.card-carousel-swiper img {
	min-height: 213px;
}
/* ============================================================== Package card ============================================================== */
.card {
	color: #4D4D4F;
}
.card > .card-body:first-child {
	background-color: #F8F4ED;
}
.card > .card-body:first-child h3,
.card > .card-body:first-child h5 {
	font-size: 1.438rem;
	color: #7C6C4F;
}
.card > .card-body:first-child a:not(.button-package):not(.primary_btn) {
	color: #4D4D4F;
}
/* ============================================================== Error Pages ============================================================== */
.error-pg img {
	margin: 3rem 0 4rem;
}

.error-form img {
	margin: 2rem 0 4rem;
}

.error-pg > p {
	font-family: "DMSans-Regular", sans-serif;
}

.grey-box {
	background-color: #F0F0F0;
	padding: 2rem;
	margin-top: 2rem;
	width: 100%;
}

.error-pg:not(.error-form) .grey-box h3 {
	margin-bottom: 2rem;
}

.grey-box p:last-child {
	margin-bottom: 0;
}

.error-pg:not(.error-form) .grey-box a {
	font-size: 1.125rem;
	color: #00284A;
	text-decoration: none;
}

/* ============================================================== Footer Section ============================================================== */

.footer {
	background-color: #E8EBF2;
}

.footer-top {
	padding: 4rem 0 2rem;
}

	.footer-top .about-meh {
		font-size: 15px;
		line-height: 1.125rem;
	}

		.footer-top .about-meh p:first-child {
			font-family: "DMSans-Regular", sans-serif;
		}

		.footer-top .about-meh hr {
			border-top: 1px solid #B3BACF;
			margin: 2rem 0;
		}

		.footer-top .about-meh img + p {
			margin: .75rem 0;
		}

		.footer-top .about-meh .col-6:first-child {
			padding-right: .5rem;
		}

		.footer-top .about-meh .col-6:last-child {
			padding-left: .5rem;
		}

		.footer-top .about-meh .col-6:first-child a img {
			float: right;
		}

		.footer-top .about-meh .col-6:last-child a img {
			float: left;
		}

    .footer-top .quick-links ul {
        list-style: none;
        padding-left: 0;
    }

    .footer-top .quick-links ul li {
        margin-bottom: 1.5rem;
    }

    .footer-top .quick-links ul li a {
		color: #2C2C2C;
        font-size: 1.125rem;
        line-height: 1rem;
        text-decoration: none;
    }

    .footer-top .quick-links ul li a:hover {
        text-decoration: underline;
    }
	.footer-top h5 {
		font-size: 1.625rem;
	}

	.footer-bottom {
		border-top: 1px solid #B8C3E9;
		padding: 2rem 0;
	}

	.footer-bottom .copyright p {
		font-size: .75rem;
		line-height: 1rem;
		margin: 0;
	}
	.footer-bottom a {
		font-size: .75rem;
		color: #2C2C2C;
	}
	.footer-bottom a:hover {
		color: #1E4094;
	}
	.footer-bottom .footer-links ul {
		list-style: none;
		float: none;
		margin: .375rem 0 0;
		padding-left: 0;
		line-height: 1rem;
	}

	.footer-bottom .footer-links ul li {
		font-size: .813rem;
		display: inline-block;
	}

	.footer-bottom .footer-links ul li:not(:last-child) {
		padding-right: 2rem;
	}

/* ============================================================== Generalized Kendo CSS ============================================================== */

.k-list .k-item {
	font-family: "OpenSans-Regular", sans-serif;
	background-color: #fff;
	color: #2C2C2C;
	border: none;
	padding: .75rem 1rem !important;
	border-bottom: 1px solid #F8F6F6;
}
.k-popup .k-list .k-item {
	background-color: #F8F4ED;
}
.k-popup .k-list .k-item.k-state-hover {
	background-color: #ececec;
}
#fmpSearchBox-list ul li {
	padding: 0 !important;
	border: 0;
}

	#fmpSearchBox-list ul li > div {
		padding: .75rem 1rem;
		width: 100%;
	}

.k-list .k-item.k-state-selected {
	background-color: #fff !important;
	color: #2C2C2C !important;
	box-shadow: none !important;
}

.k-dropdown {
	width: 100% !important;
}

.k-list {
	border: 1px solid #CCCCCC !important;
}

.k-dropdown .k-dropdown-wrap,
.k-combobox .k-dropdown-wrap,
.k-datepicker .k-picker-wrap,
.k-multiselect .k-multiselect-wrap {
	padding: .563rem 0 !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 0 !important;
}
.k-dropdown .k-dropdown-wrap {
	background-color: #F8F4ED !important;
}

.k-dropdown .k-input,
.k-multiselect {
	font-size: 1rem !important;
}

.k-dropdown .k-select,
.k-combobox .k-select,
.k-datepicker .k-select {
	background-color: #F8F4ED !important;
	border-radius: 0 !important;
	padding: .75rem .5rem !important;
	width: auto !important;
}
.k-datepicker .k-select {
	color: #D2BA91;
	background-color: #1E4094 !important;
}

	.k-dropdown .k-select .k-icon,
	.k-combobox .k-select .k-icon,
	.k-datepicker .k-select .k-icon {
		width: 1.5rem !important;
		height: 1.5rem !important;
	}

		.k-dropdown .k-select .k-icon:before,
		.k-combobox .k-select .k-icon:before,
		.k-datepicker .k-select .k-icon:before {
			width: auto !important;
			height: auto !important;
		}

.k-i-arrow-60-down::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078" !important;
	margin-top: .25rem;
}

.k-i-calendar::before {
	content: url('../images/calendar.svg') !important;
}

.k-multiselect .k-multiselect-wrap .k-input {
	margin-top: .25rem;
}

.k-multiselect .k-multiselect-wrap li.k-button {
	font-size: .813rem;
	line-height: 1.2;
	padding: .5rem 2rem .5rem .75rem;
	margin-left: .5rem;
	border-radius: .5rem;
}

.k-multiselect .k-multiselect-wrap .k-button .k-select {
	padding: 0 .5rem;
}

.k-multiselect .k-multiselect-wrap .k-clear-value {
	top: 50% !important;
	transform: translateY(-50%);
}

.k-multiselect.k-state-focused {
	box-shadow: none;
}

.k-animation-container > .k-popup {
	border: none !important;
	box-shadow: none !important;
}

.k-calendar .k-header {
	padding: 0 !important;
	background-color: #fff !important;
	border: none !important;
	box-shadow: none !important;
}

.k-nav-fast {
	font-family: "OpenSans-Bold", sans-serif !important;
	font-size: 1.125rem !important;
	border-radius: 0 !important;
	height: 48px !important;
}

.k-nav-prev.k-button.k-flat,
.k-nav-next.k-button.k-flat {
	background-color: #F8F4ED !important;
	border-radius: 0 !important;
	padding: .5rem !important;
	width: 48px !important;
	height: 48px !important;
}

	.k-nav-prev.k-button.k-flat:focus,
	.k-nav-next.k-button.k-flat:focus,
	.k-nav-prev.k-button.k-flat:hover,
	.k-nav-next.k-button.k-flat:hover {
		background-color: #DDCFB6 !important;
	}

.k-nav-prev .k-icon::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053" !important;
}

.k-nav-next .k-icon::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054" !important;
}

.k-calendar .k-calendar-decadeview,
.k-calendar .k-calendar-monthview,
.k-calendar .k-calendar-yearview {
	padding: 0 !important;
}

.k-calendar-th {
	font-family: "OpenSans-Regular", sans-serif !important;
	font-size: .813rem !important;
	color: #2C2C2C !important;
	text-transform: capitalize !important;
}

.k-calendar .k-content td {
	border-radius: 0 !important;
}

.k-calendar-monthview .k-calendar-td {
	color: #7C6C4F !important;
	background-color: #F8F4ED !important;
}

.k-calendar .k-content .k-link {
	font-family: "OpenSans-Regular", sans-serif !important;
	font-size: .813rem !important;
}

.k-calendar .k-other-month {
	color: #2C2C2C !important;
	background-color: transparent !important;
	visibility: hidden;
}

.k-calendar-monthview .k-calendar-td.k-state-disabled {
	color: #CCCCCC !important;
	background-color: #F3F3F3 !important;
}

.k-calendar .k-content .k-link {
	border-radius: 0 !important;
}

.k-calendar .k-today,
.k-calendar .k-today .k-link {
	color: #2C2C2C !important;
	background-color: #F8F4ED !important;
	box-shadow: none !important;
}

.k-calendar .k-calendar-td.k-state-selected,
.k-calendar .k-calendar-td.k-state-selected .k-link {
	border-color: transparent !important;
	color: #F8F6F6 !important;
	background-color: #7C6C4F !important;
}

.k-calendar .k-calendar-td.k-state-focused .k-link,
.k-calendar .k-calendar-td.k-state-focus .k-link {
	box-shadow: none !important;
}

.k-calendar-monthview .k-calendar-td.k-state-hover,
.k-calendar-monthview .k-calendar-td.k-state-hover .k-link {
	color: #7C6C4F !important;
	background-color: #DDCFB6 !important;
}

.k-calendar-footer, .k-calendar .k-footer {
	display: none !important;
}
.footer-bottom .copyright, .footer-bottom .footer-links {
	text-align: center;
}

/* ============================================================== Mobile Responsiveness (Media) ============================================================== */

@supports not (aspect-ratio: 16 / 9) {
	.ratio-169 > .row > .col-12 > img::before {
		float: left;
		padding-top: 56.62%;
		content: "";
	}

	.ratio-169 > .row > .col-12 > img::after {
		display: block;
		content: "";
		clear: both;
	}
}

@media (prefers-color-scheme: dark) {
	.primary-btn, .primary_btn {
		color: #7C6C4F;
		background-color: #F8F4ED;
		border-color: #DDCFB6;
	}
	.primary-btn:focus, .primary_btn:focus,
	.primary-btn:hover, .primary_btn:hover {
		color: #7C6C4F;
		background-color: #DDCFB6;
		border-color: #D2BA91;
	}
	.primary-btn:hover, .primary_btn:hover {
		border-color: #DDCFB6;
	}
	.primary-btn.alt_color
	.primary_btn.alt_color,
	.secondary_btn {
		color: #2C2C2C;
		background-color: #DDCFB6;
		border-color: #DDCFB6;
	}
}

/* Large Desktops */
@media (max-width: 1199px) {
	.item-content {
		padding: .75rem .5rem;
	}

	.profile-text {
		flex-basis: 63%;
	}

	.spotlight-container .swiper .swiper-wrapper {
		max-height: 250px;
	}
}

@media (min-width: 992px) {
	.pagination .page-item .page-link:focus,
	.pagination .page-item .page-link:hover {
		background-color: #DDCFB6;
		color: #2C2C2C;
	}
}
/*============================================================ Centre of Excellence ============================================================*/
.coe-wrapper {
	color: #1D274C;
	font-size: 1rem;
}
.coe-wrapper h1,
.coe-wrapper h2,
.coe-wrapper h4 {
	color: #1D274C;
	font-weight: 300;
}
.coe-wrapper h2 {
	font-size: 3rem;
}
.coe-wrapper h4 {
	font-size: 1.5rem;
}
.coe-wrapper h5 {
	font-weight: 300;
}
.coe-wrapper .upper-display {
	font-size: 1.375rem;
}
.coe-wrapper .upper-display {
	margin-bottom: 2rem;
}
.coe-wrapper .upper-display p:last-child {
	margin: 0;
}
.coeBanner {
	margin-top: -2px;
}
.coeBanner img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3.025;
	-webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 2.22%, #FFFFFF 34.75%);
	mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 2.22%, #FFFFFF 34.75%);
}
.coe-wrapper .primary_btn {
	color: #FFF;
	background-color: #253872;
}
.coe-wrapper .primary_btn:focus,
.coe-wrapper .primary_btn:hover {
	background-color: #1E4094;
}
.coe-wrapper .swiper-pagination {
	--swiper-pagination-bullet-size: 8.85px;
}
.coe-wrapper .swiper-pagination-vertical {
	--swiper-pagination-bullet-vertical-gap: 14px;
}
.coe-wrapper .swiper-pagination-bullet {
	margin: 8px 0;
	background-color: transparent;
	border: 1px solid #1D274C;
	opacity: 1;
}
.coe-wrapper .swiper-pagination .active,
.coe-wrapper .swiper-pagination-bullet-active {
	background-color: #1D274C;
}
.coe-swiper-wrapper {
	display: flex;
	justify-content: start;
	align-items: start;
	margin-bottom: 5rem;
}
.coe-swiper-wrapper img {
	object-fit: cover;
}
.coe-wrapper .swiper-buttons {
	margin-left: 1.5rem;
}
.coe-wrapper .swiper-button-prev,
.coe-wrapper .swiper-button-next {
	width: 50px !important;
    height: 50px !important;
	position: static;
    display: inline-flex;
    flex-direction: column;
	background-color: #101833;
}
.coe-wrapper .swiper-button-prev::after,
.coe-wrapper .swiper-button-next::after  {
	display: none;
}
.coe-wrapper .swiper-buttons span {
	width: 19px;
	height: 22px;
	display: inline-block;
	background-color: #CECEFF;
	position: relative;
	-webkit-clip-path: polygon(100% 0, 42% 50%, 100% 100%, 58% 100%, 0 50%, 58% 0);
	clip-path: polygon(100% 0, 42% 50%, 100% 100%, 58% 100%, 0 50%, 58% 0);
}
.coe-wrapper .swiper-buttons span::before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #101833;
	position: absolute;
	-webkit-clip-path: polygon(86% 6%, 29% 50%, 86% 94%, 60% 94%, 10% 50%, 60% 6%);
	clip-path: polygon(86% 6%, 29% 50%, 86% 94%, 60% 94%, 10% 50%, 60% 6%);
}
.coe-wrapper .swiper-button-next {
	margin-left: .75rem;
	transform: rotate(-180deg);
}
.coe-wrapper .img-icon {
	position: absolute;
	width: 53px;
	font-size: 1.5rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #101833;
	inset: 20px 20px auto auto;
	display: flex;
	align-items: center;
	pointer-events: none;
}
.coe-wrapper .swiper-video-img::before {
	display: none;
}
.coe-wrapper .swiper-video-img .img-icon::after {
	content: "";
    background-color: #FFF;
    flex: unset;
    width: 29%;
    height: 45%;
    margin-left: 40%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 51%);
    clip-path: polygon(0 0, 0 100%, 100% 51%);
}
.coe-swiper-wrapper .img-icon::after {
	content: "\f061";
    color: #FFF;
    flex: 1;
    text-align: center;
}
.coe-swiper-wrapper .swiper + .swiper-pagination {
	position: static;
	margin-top: 1rem;
}
.coe-wrapper .accordion::after {
	display: none;
}
.coe-wrapper .accordion-wrapper .icon {
	--icon-size: 37.5px;
	display: inline-flex;
	line-height: 0;
	align-self: center;
	justify-content: center;
}
.coe-wrapper .accordion-wrapper .icon::after {
	content: url(../images/plus.svg);
	width: var(--icon-size);
	line-height: 0;
}

.coe_carousel:not(.show) .sidetext .container {
	transform: translateY(96px);
	opacity: 0;
}
.coe_carousel:not(.show) .sidetext::before {
	transform: translateX(-100%);
}
.coe_carousel:not(.show) .coe_carousel_inner > * {
	opacity: 0;
	transform: translateY(200px);
}
.coe_lead_section {
	height: 100%;
}
.coe_lead_section .sidetext {
	color: #1B2B5E;
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 6px;
	font-weight: 600;
	column-gap: 2rem;
	overflow: hidden;
	padding-bottom: 7rem;
    margin-bottom: -7rem;
}
.coe_lead_section .sidetext .container {
	flex: 1 0 auto;
	transform: translateY(0);	
	opacity: 1;
	transition: all 2s ease-in-out;
}
.coe_lead_section .sidetext::before,
.coe_lead_section .sidetext::after,
.coe-facilities-contents::before,
.coe-facilities-contents::after {
	content: "";
	flex: 1 auto;
}
.coe_lead_section .sidetext::before {
	height: 2px;
	background-color: #1B2B5E;
	transform: translateX(0);
    transition: transform 2s ease-in-out;
}
.coe_lead_section .sidetext h1 {
	font-size: 1.125rem;
	margin-bottom: 0;
	font-family: 'DMSans-SemiBold', sans-serif;
}
.coe_carousel_keypoints,
.coe-facilities-contents {
	position: -webkit-sticky;
	position: sticky;
}
.coe_carousel_keypoints {
	top: 3.75rem;
}
.lowered .coe_carousel_keypoints {
	top: 8rem;
}
.coe_lead_section .swiper-pagination span {
	display: block;
}
.coe_carousel_inner {
	margin-block: 2rem 1rem;
	--left-width: 50%;
	position: relative;
	color: #1D274C;
}
.coe_carousel_inner > * {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.5s ease-in-out .5s;
}
.coe_carousel_inner > :first-child {
	position: relative;
	z-index: 2;
}
.coe_carousel_inner h2 {
	margin-bottom: 0;
}
.coe_carousel_top,
.coe_carousel_bottom {
	position: relative;
	overflow-y: hidden;
}
.coe_carousel_top {
	margin-left: 2.5rem;
	transition: all .8s ease;
}
.coe_carousel_bottom {
	font-size: 1.125rem;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.coe_carousel_inner .swiper-pagination {
	top: .5rem;
	transition: all 1.5s ease-in-out .5s;
}
.coe_carousel .carousel_top_item,
.coe_carousel .carousel_bottom_item {
	position: absolute;
	top: 0;
	transition: all .8s ease;
	opacity: 0;
}
.coe_carousel .carousel_bottom_item {
	inset: auto 0 0;
	border-radius: 40px;
}
.coe_carousel .carousel_top_item.processing:not(.active),
.coe_carousel .carousel_bottom_item.processing:not(.active) {
	opacity: 0;
}
.coe_carousel .carousel_top_item.processing:not(.active) {
	transform: translateY(-20px);
}
.coe_carousel .carousel_top_item.active {
	opacity: 1;
	overflow-y: hidden;
}
.coe_carousel .carousel_top_item.active:not(.processing) {
	position: static;
}
.coe_carousel .carousel_bottom_item.processing:not(.active) {
	transition: opacity .8s ease;
}
.coe_carousel .carousel_bottom_item.active {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.coe_carousel .carousel_bottom_item h4,
.coe_carousel .carousel_bottom_item .info p,
.coe_carousel .carousel_bottom_item img {
	opacity: 0;
	transition: all .8s ease;
}
.coe_carousel .carousel_bottom_item h4,
.coe_carousel .carousel_bottom_item .info p {
	transform: translateY(20px);
}
.coe_carousel .carousel_bottom_item.processing h4,
.coe_carousel .carousel_bottom_item.processing .info p {
	transform: translateY(0);
}
.coe_carousel .carousel_bottom_item.active h4,
.coe_carousel .carousel_bottom_item.active .info p,
.coe_carousel .carousel_bottom_item.active img {
	transform: translateY(0);
	opacity: 1;
}
.coe_carousel_inner img {
	--gap: 1.5rem;
	width: var(--left-width);
	object-fit: cover;
	object-position: top;
	aspect-ratio: 1.6045;
	max-height: 349px;
	border-bottom-right-radius: 40px;
}
.coe_carousel_inner .d-lg-flex {
	position: absolute;
	background: #F8F4EE;
    justify-content: flex-end;	
    padding-inline: 2rem;
    border-radius: 40px;
	inset: auto 0 0;
	min-height: 250px;
	z-index: -1;
}
.coe_carousel_inner .info {
	width: calc(100% - var(--left-width));
	padding-left: 1.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.coe_carousel_inner .info > * {
	margin-bottom: 0;
}
.coe_carousel_inner .info > :first-child {
	padding-block: 2rem;
}
.coe_carousel_inner .info-tips {
	font-size: 1rem;
	color: #2C2C2C;
	text-align: left;
	margin-top: auto;
}
.coe_carousel_inner .info-tips > * {
	padding: .75rem;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 34px 0px #00000017;	
}
.coe_carousel_inner .info-tips > :nth-child(2n + 1) {
	background-color: #E6DBC5;
}
.coe_carousel_inner .info-tips > :nth-child(2n) {
	background-color: #F8F4EE;
}
.coe_carousel_inner .info-tips strong {
	color: #1D274C;
}
.coe_keypoints,
.coe_keypoints h3,
.coe_keypoints p {
	transition: all 0.5s linear .25s;
	opacity: 0;
}
.coe_keypoints {
	--first-mobspan: .8s;
	--sec-mobspan: 1.2s;
	--delay: 2s;
	transform: translateY(100px);
	transition-delay: var(--delay);
}
.coe_keypoints_inner {
	background-color: #E2D4C1;
	padding: 1.5rem 4rem;
	border-radius: 40px;
	text-align: center;
}
.coe_keypoints h3 {
	font-size: 1.375rem;
	font-weight: 300;
	color: #1D274C;
}
.coe_keypoints p {
	margin-bottom: 0;
}
.coe_keypoints .col-lg-4:nth-child(1) p {
	transition-delay: calc(var(--delay) + 1s);
}
.coe_keypoints .col-lg-4:nth-child(2) p {
	transition-delay: calc(var(--delay) + 1.75s);
}
.coe_keypoints .col-lg-4:nth-child(3) p {
	transition-delay: calc(var(--delay) + 2.5s);
}
.coe_keypoints.show,
.coe_keypoints.show h3,
.coe_keypoints.show p {
	opacity: 1;
}
.coe_keypoints.show {
	transform: translateY(0);
}
.coe_accordions_cards_wrapper {
	--prevSpan: 1s;
	--bottom-distance: 16rem;
	padding-top: 5rem;
	overflow: hidden;
}
.coe-accordion .acc-panel {
	color: #FFF;
	font-size: 1.125rem;
	padding: 0;
	margin-top: 1.875rem;
}
.coe-accordion .acc-panel strong,
.coe_accordions_cards .acc-heading {
	font-family: 'DMSans-SemiBold', sans-serif;
}
.coe-accordion .acc-panel a {
	color: #FFF;
}
.coe_accordions_cards {
	font-size: 1.5rem;
	position: relative;
	padding-top: 2rem;
	padding-left: 1.5rem;
	color: #1D274C;
	margin-bottom: 6rem;
}
.coe_accordions_cards h2 {	
	transform: translateY(-129px);
	transition: transform 1s ease-in-out;
}
.coe_accordions_cards_bkg {
	position: absolute;
	height: 100%;
	width: 86.07%;
	background-color: #E6DBC5 ;
	border-radius: 40px;
	z-index: -1;
	top: 0; 
	left: 0;
	transform: translateY(-3rem);
}
.coe_accordions_cards_img {
	padding-top: 3.25rem;
    padding-left: 2.5rem;
    flex: 0 0 calc(100% - var(--inline-ratio));
    max-width: calc(100% - var(--inline-ratio));
	transition: transform .5s ease-in-out;
}
.coe_accordions_cards button,
.coe_accordions_cards .acc-heading {
	position: relative;
	width: 100%;
	display: flex;
}
.coe_accordions_cards button {
	text-align: start;
	border: none;
	padding: 0;
	margin-bottom: 2rem;
	align-items: baseline;
	overflow: hidden;
}
.coe_accordions_cards .acc-heading {
	padding: 1.5rem 2rem;
	align-items: center;
	justify-content: space-between;
}
.coe_accordions_cards .acc-panel {
	word-wrap: break-word;
	margin-top: 0;
	background-color: unset;
	opacity: 0;
	padding: 1.5rem 2rem;
	width: 100%;
}
.coe_accordions_cards .acc-panel .icon::before {
	display: none;
}
.coe_accordions_cards .acc-panel h4,
.coe_accordions_cards .acc-panel h3 {
	font-family: "DMSans-SemiBold", sans-serif;
	display: flex;
	color: #FFF;
    justify-content: space-between;
	align-items: center;
}
.coe_accordions_cards .acc-panel h3 {
	font-size: var(--btn-font-size);
	align-items: flex-start;
}
.coe_accordions_cards .acc-panel .icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
.coe_accordions_cards .acc-panel .icon::after {
	background-color: unset;
	aspect-ratio: unset;
	content: "";
	position: static;
	border: 2px solid #FFF;
    display: inline-block;
    width: 33px;
    padding-block: 2.5px;
}
.coe_accordions_cards_top {
	align-items: flex-start;
	--inline-ratio: 65.54%
}
.coe_accordions_cards_top > :first-child {
	flex: 0 0 var(--inline-ratio);
    max-width: var(--inline-ratio);
}
.coe_accordions_cards_top .accordion-wrapper {
	margin-left: -1.5rem;
}
.coe_accordions_cards_top button {
	background-color: #FFF;
	border-radius: 0 50px 50px 0;
}
.coe_accordions_cards_top .acc-heading {
	color: #1D274C;
}
.coe_accordions_cards_top .active {
	background: #121939;
}
.coe_accordions_cards_wrapper .intro p {
	margin-bottom: 2rem;
	transform: translateY(2rem);
}
.coe_accordions_cards_bottom .accordion-wrapper,		
.coe_accordions_cards_bottom .accordion-inner-wrap:last-child {
	margin-bottom: 0;
}
.coe_accordions_cards_bottom button {
	--btn-font-size: 1.5rem;
	border-radius: 40px;
	box-shadow: 0px 0px 34px 0px #00000017;
	min-height: calc(2 * var(--btn-font-size) + 1.5rem);
}
.coe_accordions_cards_bottom .acc-heading {
	line-height: 1;
	color: #FFF;
	font-size: var(--btn-font-size);
	z-index: 1;
}
.coe_accordions_cards_bottom button::after,
.coe_accordions_cards_bottom img {
	position: absolute;
	width: 100%;
    height: 100%;
}
.coe_accordions_cards_bottom button::after {
	content: "";
	background: rgb(20,20,20, 0.7);
}
.coe_accordions_cards_bottom button:hover::after {
	background: rgb(20,20,20, 0.4);
}
.coe_accordions_cards_bottom button.active::after {
	background: #101833E5 !important;
}
.coe_accordions_cards_bottom .acc-heading {
	padding-block: 1.375rem;
}
.coe_accordions_cards_bottom .acc-heading .icon {
	--icon-size: 32px;
	padding: 1rem;
	background-color: #101833;
	border-radius: 50%;
}
.coe_accordions_cards_bottom .acc-heading .icon::after {
	width: unset;
	-webkit-filter: var(--white-filter);
    filter: var(--white-filter);
}
.coe_accordions_cards_bottom .acc-panel {
	padding-block: 2.5rem;
	z-index: 1;
}
.coe_accordions_cards_bottom .acc-panel .icon {
	width: 44px;
    height: 44px;
    border-radius: 50%;
	align-self: flex-start;
	align-items: center;
    background-color: #FFF;
} 
.coe_accordions_cards_bottom .acc-panel .icon::after {
	border-color: #101833;
	width: 16.5px;
	padding-block: .475px;
}
.coe_accordions_cards_bottom .box .acc-heading {
	aspect-ratio: 2.007;
	padding-block: 1.875rem;
	align-items: flex-end;
}
.coe_accordions_cards_bottom .box .acc-heading .icon {
	align-self: flex-start;
	position: static;
}
.coe_accordions_cards_bottom img {
    object-fit: cover;
}
.coe_accordions_cards_bottom .acc-console {
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: .625rem 1.25rem;
}
.coe_accordions_cards button,
.coe_accordions_cards_bottom,
.coe_accordions_cards_bottom button::after,
.coe_accordions_cards .acc-heading,
.coe_accordions_cards .acc-panel {
	transition: all .5s ease-in-out;
}
.coe_accordions_cards .active .acc-heading {
	opacity: 0;
}
.coe_accordions_cards .active:not(.processing) .acc-heading {
	display: none;
}
.coe_accordions_cards .processing .acc-panel {
	display: block;
	position: absolute;
	top: 0;
}
.coe_accordions_cards .active .acc-panel {
	display: block;
	opacity: 1;
}
.coe_accordions_cards .active:not(.processing) .acc-panel {
	position: relative;
}
.coe-conditions-wrapper {
    margin-bottom: 2rem;
    opacity: 0;
    transition: all .8s ease;
	position: relative;
	z-index: 1;
}
.coe-conditions-wrapper.show {
    opacity: 1;
}
.coe-conditions-wrapper .select-conditions a {
    color: #000;
    background-color: #FFF;
    border-radius: 8px;
    border: unset;
    margin-right: .75rem;
    padding: .5rem .75rem;
}
.coe-conditions-wrapper .select-conditions .invert_bkg:hover {
	color: #2C2C2C;
	background-color: #E2D4C1;
}
.coe-conditions .grey-card {
    background-color: #ECECEC;
	border-radius: 40px 40px 0 0;
    box-shadow: 0px 0px 34px 0px #00000017;
}
.coe-conditions-wrapper .select-conditions a:not(.invert_bkg) {
    color: #FFF;
    background-color: #1B2B5E;
}
.coe-conditions .accordion {
    background-color: #F7F7F5;
}
.coe-conditions .accordion-inner-wrap .icon::before {
	background-color: #7A6C53CC;
}

.coe-conditions .accordion-inner-wrap.active .icon::before {
	display: none;
}
.coe-conditions .accordion-inner-wrap.active .icon::after {
	position: static;
}
.coe-conditions-wrapper .accordion-header p {
    font-family: "DMSans-Regular", sans-serif;
}
.coe-conditions-wrapper .accordion-inner-wrap {
	display: grid;
	grid-template-rows: min-content 0fr;
}
.coe-conditions-wrapper .accordion-inner-wrap button {
	border-bottom: 1px solid #BEBEBE;
}
.coe-conditions-wrapper .accordion-inner-wrap.active {
	grid-template-rows: min-content 1fr;
}
.coe-conditions-wrapper .acc-panel {
	display: flex;
	transition: all .4s ease;
	opacity: 0;
	background: linear-gradient(90deg, #CFB796 0%, #E2D4C1 50.44%);
}
.coe-conditions-wrapper .accordion-inner-wrap .icon {
	margin-inline: .375rem;
	flex-shrink: 0;
	position: relative;
}
.coe-conditions-wrapper .accordion-inner-wrap .icon,
.coe-conditions-wrapper .accordion-inner-wrap .icon::before {
	content: "";
	width: var(--icon-size);
	height: 6px;
	background-color: #EBE1D4;
}
.coe-conditions-wrapper .accordion-inner-wrap .icon::before {
	transform: rotate(90deg);
	width: 34px;
}
.coe-conditions-wrapper .accordion-inner-wrap .icon::after {
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: brightness(0) invert(39%) sepia(36%) saturate(307%) hue-rotate(360deg) brightness(99%) contrast(86%);
	filter: brightness(0) invert(39%) sepia(36%) saturate(307%) hue-rotate(360deg) brightness(99%) contrast(86%)
}
.coe-conditions-wrapper .accordion-inner-wrap.active .acc-panel {
	opacity: 1;
}
.coe-conditions-wrapper .accordion-inner-wrap.active .icon {
	height: unset;
	background-color: unset;
}
.coe-conditions-wrapper .accordion-inner-wrap.active .icon::before {
	display: none;
}
.coe-conditions-wrapper .accordion-inner-wrap.active .icon::after {
	content: "";
	-webkit-filter: unset;
	filter: unset;
	position: static;
	transform: unset;
	height: 9px;
	--icon-size: 33px;
	border: 2px solid #7A6C53CC;
	background-color: #EBE1D4;
}
.coe-conditions-wrapper .acc-panel > .col-lg-6 {
	padding-inline: 0;
}
.coe-conditions-wrapper .acc-panel > :first-child {
    padding: 2rem 3rem;
}
.coe-conditions-wrapper .acc-panel .info-card {
    background-color: #FFF;
    margin-block: 1.5rem;
    padding: 1.15rem;
    border-radius: 8px;
    color: #1B2B5E;
}
.coe-conditions-wrapper .acc-panel .info-card h5 {
    color: #1B2B5E;
    font-size: 1.25rem;
}
.coe-conditions-wrapper .acc-panel > :last-child {
	display: flex;
}
.coe-conditions-wrapper .acc-panel .img-panel {
	width: 100%;
	padding: 0;
	margin: auto 0;
}
.coe-conditions-wrapper .acc-panel .img-panel img {
    flex-grow: 1;
    cursor: pointer;
	object-fit: cover;
}
.coe-conditions-wrapper .no-content-panel {
    background: #F0F0F0;
    padding: 1.15rem;
    text-align: center;
}
.coe-conditions-note {
    padding: 1.5rem 3rem;
    border-radius: 40px;
    background-color: #EBE1D4;
	margin-bottom: 5rem;
}
.coe-testimonials-swiper {
	opacity: 0;
	transition: all .75s ease;
}
.coe-testimonials-swiper.show {
	opacity: 1;
}
.coe-testimonials-swiper .swiper-container {
    width: 100%;
}
.coe-testimonials-swiper .swiper-slide {
    border-radius: 40px;
    overflow: hidden;
    background-color: #EBE1D4;
    height: auto;
    display: flex;
    flex-direction: column;
}
.coe-testimonials-swiper .slide-panel-bottom {
    padding: 1.5rem 1.875rem;
    display: flex;
    align-items: center;
    flex: 1;
}
.coe-testimonials-swiper h4 {
    font-size: 1.375rem;
    flex: 0 0 26%;
    margin: 0;
}
.coe-testimonials-swiper .slide-panel-bottom p {
    margin: 0 1rem 0;
    flex: 1;
    max-width: 52%;
}
.coe-testimonials-swiper .cta-link {
    flex-shrink: 0;
    margin-left: auto;
	display: flex;
	justify-content: center;
}
.coe-testimonials-swiper .cta-link a {
    font-size: 1.4375rem;
    margin: auto 0;
	flex-basis: 340px;
}
.coe-testimonials-swiper img {
	aspect-ratio: 3.3;
    cursor: pointer;
}
.coe-specialists-swiper {
	--firstSpan: .7s;
	position: relative;
}
.coe-specialists-swiper::before,
.coe-specialists-swiper::after {
	content: "";
    position: absolute;
    display: block;
	z-index: -1;
	width: 100%;
	-webkit-filter:grayscale(100%) opacity(0.1);
	filter: grayscale(100%) opacity(0.1);
}
.coe-specialists-swiper::before {
	background: var(--bkg-l, none) no-repeat right 50%;
    top: -50%;
    height: calc(100% + 1000px);
    transform: rotate(180deg);
}
.coe-specialists-swiper::after {
	background: var(--bkg-r, none) no-repeat right 0%;
	height: calc(100% + 1000px);
	top: 50%;
	transform: translateY(-50%);
}
.coe-specialists-swiper,
.coe-specialists-swiper h2 + p {
	transition: all var(--firstSpan) ease;
}
.coe-specialists-swiper .swiper-buttons,
.coe-specialists-swiper .swiper,
.coe-specialists-swiper .swiper-slide-active,
.coe-specialists-swiper .swiper-pagination {
	transition: all var(--firstSpan) ease calc(var(--firstSpan) + .15s);
}
.coe-specialists-swiper,
.coe-specialists-swiper .swiper-buttons,
.coe-specialists-swiper .swiper,
.coe-specialists-swiper .swiper-pagination {
	opacity: 0;
}
.coe-specialists-swiper.show,
.coe-specialists-swiper.show .swiper-buttons,
.coe-specialists-swiper.show .swiper,
.coe-specialists-swiper.show .swiper-pagination {
    opacity: 1;
}
.coe-specialists-swiper h2 {
	transition: all var(--firstSpan) ease;
	transform: translateY(-20px);
}
.coe-specialists-swiper .swiper-pagination {
	transform: translateY(45px)
}
.coe-specialists-swiper .swiper-container {
    width: 100%;
}
.coe-specialists-swiper .swiper {
    color: #000;
    font-size: 1.5rem;
    margin-block: 4rem;
	transform: translateX(45px);
}
.coe-specialists-swiper .swiper-slide {
	background-color: #FFF;
    line-height: 1.2;
    aspect-ratio: 2.2786;
    display: flex;
    border-radius: 32px;
    overflow: auto;
    box-shadow: 0px 0px 34px 0px #00000017;
}
.coe-specialists-swiper .slide-panel-left {
    flex-basis: 50%;
    padding: 1.5rem;
    overflow-y: auto;
	font-weight: 300;
}
.coe-specialists-swiper .slide-panel-left p {
    margin: 0;
}
.coe-specialists-swiper .slide-panel-img {
    flex-basis: 50%;
    cursor: pointer;
}
.coe-specialists-swiper .swiper-slide img {
    height: 100%;
}
.coe-specialists-swiper .swiper-slide-active {
	z-index: 1;
	transform: translateX(70%);
}
.coe-specialists-swiper.show,
.coe-specialists-swiper.show h2,
.coe-specialists-swiper.show h2 + p,
.coe-specialists-swiper.show .swiper-pagination,
.coe-specialists-swiper.show .swiper,
.coe-specialists-swiper.show .swiper-slide-active {
	transform: unset;
}
.coe-wrapper .specialists-cta {
	border: 2px solid #E4E4E4;
	background-color: #FFF;
	border-radius: 40px;
	padding: 1.5rem 2.75rem;
	font-size: 1.375rem;
	margin-bottom: 5rem;
	transition: all .7s ease;
	opacity: 0;
	transform: translateY(45px);
}
.coe-wrapper .specialists-cta.show {
	opacity: 1;
	transform: unset;
}
.coe-wrapper .specialists-cta:hover {
	background-color: #EB877733;
}
.coe-wrapper .specialists-cta .grid {
	display: grid;
	grid-template-columns: fit-content(100%) 1fr;
	gap: .25rem 2rem;
}
.coe-wrapper .specialists-cta img {
	grid-row: 1 / 3;
}
.coe-wrapper .specialists-cta .counter {
	align-self: end;
	font-size: 3.375rem;
}
.coe-wrapper .specialists-cta .primary_btn {
	font-size: 1.4375rem;
	width: 100%;
    max-width: 350px;
}
.coe-facilities-wrapper {
	opacity: 0;
	transition: all .8s ease;
}
.coe-facilities-wrapper.show {
	opacity: 1;
}
.coe-facilities-contents {
	--topGap: 7.875rem;
	display: flex;
	top: var(--topGap);
	transition: all .8s ease;
}
.coe-facilities-contents.lowered {
	--topGap: 11.625rem;
}
.coe-facilities-contents::before {
    background-color: #F8F4EE;
    margin-right: -15px;
    padding-right: 15px;
}
.coe-facilities-container h2 {
    font-size: 2.3125rem;
    margin-bottom: 1rem;
}
.coe-facilities-container h2 + p {
    margin-bottom: 2rem;
}
.coe-facilities-container .carousel {
	transition: all .8s ease;
}
.coe-facilities-container .carousel_item {
	transition: all .8s ease;
	position: absolute;
	top: 0;
	opacity: 0;
}
.coe-facilities-container .carousel_item.processing:not(.active) {
	display: block;
	z-index: 1;
}
.coe-facilities-container .carousel_item.active {
	display: block;
	opacity: 1;
	position: relative;
	z-index: 1;
}
.coe-facilities-container .carousel-wrapper {
	position: relative;
	display: flex;
	padding: 4rem 2rem;
	background-color: #F8F4EE;
	border-radius: 0 40px 40px 0;
	overflow: hidden;
}
.coe-facilities-container .carousel-wrapper .swiper-pagination {
    position: static;
    transform: unset;
    margin: calc(-1 *var(--swiper-pagination-bullet-vertical-gap)) 2rem 0 0;
}
.coe-facilities-container .carousel-wrapper img {
	object-fit: cover;
}
.coe-facilities-container .slide-thumbnail {
    width: 35%;
}
.coe-facilities-container img {
    aspect-ratio: 1.869;
    border-radius: 5px;
}
.coe-facilities-container .slide-description {
    padding-left: 1.5rem;
    flex: 1;
}
/* ========================================== Centre of excellence - Animation ========================================== */
.coe_accordions_cards_bkg,
.coe_accordions_cards_top,
.coe_accordions_cards_wrapper .intro p {
	opacity: 0;
	transition: all 1s ease-in;
}
.coe_accordions_cards_wrapper .intro p,
.coe_accordions_cards_top button:not(.processing):first-child {
	transition-delay: var(--prevSpan);
}
.coe_accordions_cards_top button:not(.processing):first-child {
	transform: unset;
}
.coe_accordions_cards_top button:not(.processing),
.coe_accordions_cards_bottom {
	opacity: 0;
	transform: translateY(var(--bottom-distance));
	transition: all .8s ease-out calc(var(--prevSpan) + 1s);
}
.show .coe_accordions_cards_img {
	animation: coe_accordions_cards_wrapper_ImageAnimation 2s 0s ease-in 1 forwards;
}
.show .coe_accordions_cards_bkg,
.show .coe_accordions_cards_top,
.show .coe_accordions_cards h2,
.coe_accordions_cards_wrapper.show .intro p,
.show .coe_accordions_cards_top button,
.show .coe_accordions_cards_bottom {
	opacity: 1;
	transform: unset;
}
@keyframes coe_accordions_cards_wrapper_ImageAnimation {
	0% {
		transform: scale(1.02) translate(-1%, calc(1% + 2rem));
	}
	50% {
		transform: scale(1) translate(0, calc(2rem));
	}
	100% {
		transform: scale(1) translate(0, 0);
	}
}
/* Large Mobile Landscape, Tablets */
@media (max-width: 991px) {
	body {
		font-size: 1rem;
	}
	h1, .h1 {
		font-size: 2.313rem;
	}

	h2, .h2 {
		font-size: 1.938rem;
	}

	h3, .h3 {
		font-size: 1.688rem;
	}

	h4, .h4 {
		font-size: 1.438rem;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.f-15 {
		font-size: .813rem;
	}

	.pt-4 {
		padding-top: 2rem !important;
	}

	.pb-6 {
		padding-bottom: 2rem;
	}

	.f-13,
	.note, .tip, .did_you_know, .medical-reviewer-note {
		font-size: .688rem;
	}

	.hero, .pagination .page-item .page-link,
	.comparison-table tr th {
		font-size: .813rem;
	}

	.accordion {
		padding: 1.125rem .75rem;
	}
	.tabs ul li:not(:last-child) {
		margin-right: .5rem;
	}

	.tabs ul li a {
		font-family: "OpenSans-Regular", sans-serif;
		padding: .5rem 1rem;
		min-height: calc(2rem * 1.2 + 1rem);
	}

		.tabs ul li a.active {
			font-family: "OpenSans-Bold", sans-serif;
		}

	.p-32,
	.tab-section.active .tab-ctnt {
		padding: 1rem;
	}
	.need-help-text {
		padding: 1rem 1rem 2.5rem;
		background-size: clamp(8.25rem, 39.08%, 12rem);
	}
	.need-help-img {
		background-size: clamp(8.25rem, 39.08%, 12rem);
	}
	.need-help-img .col-12:last-child {
		padding: 1rem 1.938rem 2.5rem;
	}
		.need-help-text.text-center {
			text-align: left !important;
		}

		.need-help-text h2 {
			text-align: left;
		}

		.need-help-text .col-12:not(:last-child) {
			margin-bottom: 1rem;
		}
		

		.f-18, .need-help-text p,
		.search-box-container .ui-autocomplete .ui-menu-item {
			font-size: .813rem;
		}
		.header-top .search-box-container .gbl-searchbox-textcontrol input {
			text-indent: .75rem;
			font-size: .813rem;
		}
		.search-box-container .ui-autocomplete .ui-menu-item .selection-suggest {
			font-size: .688rem;
		}
		.search-box-container .ui-autocomplete .ui-menu-item .selection-suggest a {
			font-size: 1rem;
		}
		.search-box-container .ui-autocomplete .ui-menu-item .selection-text {
			padding: .5rem;
		}
		.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-tags .tag-item {
			padding: .375rem .5rem;
			font-size: .688rem;
		}

			.need-help-text p span {
				font-size: .875rem;
			}
	.call-to-book {
		padding: 1rem;
		background-image: unset;
	}
	.call-to-book h4 {
		font-size: 1.438rem;
	}
	.call-to-book a {
		font-size: 1.188rem;
	}

		.call-to-book a span {
			font-size: .813rem;
		}

	.language-selector {
		padding-left: 0;
	}

	.search {
		border: none;
	}

	.header-bottom {
		padding: 0;
	}

		.header-bottom .container {
			position: relative;
		}
	.header-bottom-back {
		padding-top: 0;
	}
	.ga-container {
		top: 138px;
	}

	.ga-position {
		top: 75px;
	}

	.main-menu {
		text-align: right;
	}

	.main-body {
		padding-top: 119px;
	}

	.breadcrumb-section {
		background-color: #F8F8F8;
	}

	.breadcrumb {
		padding: .9rem 0 .7rem;
	}

	.breadcrumb-item:first-child a {
		content: "Home";
	}

	.breadcrumb-item,
	.breadcrumb-item:last-child::after {
		display: none;
	}

		.breadcrumb-item:last-child {
			display: block;
		}

		.breadcrumb-item:first-child a::before,
		.breadcrumb-item + .breadcrumb-item::before {
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: "\f053";
		}

		.breadcrumb-item:first-child a::before {
			color: #D2BA91;
			padding-right: 1rem;
		}

		.breadcrumb-item:first-child a:hover::before {
			text-decoration: none;
		}

	.page-banner {
		padding-bottom: 1.5rem;
	}

	.banner-caption {
		padding-top: 1rem;
	}

	.banner-img-caption h1 {
		margin: 1rem 0 2rem;
	}

	.w-782 {
		width: auto;
	}

	.ihh-he .left-icon img {
		width: 32px;
	}

	.horizontal-card, .grey-card {
		margin: 2rem 0;
		padding: 1rem;
	}

		.horizontal-card img,
		.grey-card img {
			width: 100%;
			margin-bottom: 1rem;
		}

		.grey-card.w-icon h3 {
			padding-right: 2rem;
		}

			.grey-card.w-icon h3 img {
				width: 1.5rem;
			}

		.grey-card .links a {
			display: block;
			padding-right: 0;
			margin-bottom: 1.5rem;
		}

			.grey-card .links a:last-child {
				margin-bottom: 0;
			}

	.numbered-featured-tile {
		padding: 2rem;
	}

	.guide-nav-btn .prev-pg,
	.guide-nav-btn .next-pg {
		margin: .25rem 0;
	}

	.horizontal-card .left-image,
	.guide-nav-btn .col-12:last-child {
		order: 1;
	}

	.horizontal-card .right-content,
	.guide-nav-btn .col-12:first-child {
		order: 2;
	}

	.jump-to-container {
		top: 25%;
	}

	.jump-to-btn-group {
		width: 35px;
	}

		.jump-to-btn-group a.btn-jump-to {
			font-size: .813rem;
			padding: .5rem;
			width: 100px;
			height: 35px;
		}

	.jump-to-container > .jump-to-content > a {
		font-size: 1.125rem;
	}

	.swiper-pagination {
		z-index: 1;
	}

	.profile-img-box {
		display: block;
	}

	.profile-img img {
		max-width: 129.17px;
	}

	.profile-img {
		max-width: 129px;
		margin: 0 auto 2rem;
	}

	.profile-text {
		margin-left: auto;
	}

	.pac-description, .pac-label, .pac-content,
	.clinic-label, .clinic-address, .clinic-tel, .clinic-fax,
	.pac-name, .clinic-name {
		font-size: 1rem;
	}
	.pac-label {
		margin-bottom: 0;
	}
	.clinic-box .clinic-address-box .clinic-address {
		margin-bottom: .5rem;
	}
	
	.profile-item-title {
		font-size: 1.188rem;
	}
	.forms .modal-content {
		margin: 188px auto 0;
	}
		
	.error-pg img {
		margin: 2.5rem 0;
	}

	.error-form img {
		margin: 2rem 0;
	}

	.pt-155, .pt-95 {
		padding-top: 0;
	}

	.medprof-has-results {
		width: 100%;
	}

	.image-content {
		width: 100px;
		height: 100px;
	}

	.browse-by {
		padding-bottom: 1rem !important;
	}
	.detail-language span {
		font-size: .813rem;
	}
	.pagination {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.mdc-item-list-box {
		margin-top: 2.5rem;
	}

	.mdc-result-text {
		margin-top: 1rem;
	}

	.mdc-result-text {
		margin-top: 1rem;
	}

	.medprof-no-results {
		margin: 0 auto;
	}

	.mp-media-coverage {
		margin-bottom: 0px;
	}

	.health-screen-packages {
		padding: 1rem 0 2.5rem;
		margin: 2rem 0;
		background-image: url(../images/bkg-curve-type1.png);
		background-position-y: bottom;
		background-size: clamp(8.25rem, 55.08%, 22rem);
	}
	.swiper-container h5 {
		font-size: 1.188rem;
	}
	.swiper-location, .pagesearch-has-results {
		width: 100%
	}

		.swiper-location .swiper-slide,
		.feedback-mp-container .swiper-slide,
		.swiper-event .swiper-slide {
			width: 80%;
		}

	.swiper-location-box h4 {
		height: auto;
		min-height: 0;
	}

	.swiper-location-bottom p {
		font-size: .813rem;
		margin: 0 0 .5rem;
	}

	.mount-elizabeth-hospital .swiper-location-box img,
	.mount-elizabeth-novena-hospital .swiper-location-box img {
		width: 100%;
	}

	.mount-elizabeth-hospital .swiper-location-bottom,
	.mount-elizabeth-novena-hospital .swiper-location-bottom {
		padding: 1rem 1rem 3rem;
	}

	a.icon-360deg {
		top: 1rem;
		right: 1rem;
	}

	.filter-item {
		margin-bottom: 1rem;
	}

	.pagination .page-item .page-link {
		width: 1.9rem;
		height: 1.9rem;
		padding: .5rem;
	}

	.left-sticky-cta {
		position: relative;
		top: 0;
	}

	.footer-top {
		padding: 2rem 0;
	}

		.footer-top .about-meh {
			margin: 0 0 1.5rem;
		}

		.footer-top .about-meh hr {
			margin: 1rem 0 2rem;
		}

		.footer-top .about-meh img + p {
			margin: .75rem 0 1rem;
		}

		.footer-top .quick-links > div {
			border-top: 1px solid #B3BACF;
			padding: 1.5rem 0;
		}
		.footer-top h5 {
			font-size: 1.438rem;
		}

		.footer-bottom {
			padding: 1rem 0 1.5rem;
		}
	   
		.footer-bottom .copyright p span {
			display: block;
		}

		.footer-bottom .footer-links ul {
			margin-top: 1rem;
			float: none;
		}

		.footer-bottom .footer-links ul li:not(:last-child) {
			padding-right: 0;
		}

		.footer-bottom .footer-links ul li:not(:last-child)::after {
			content: " | ";
			padding: 0 1.25rem;
		}

		.footer-bottom .footer-links {
			order: 1;
			margin-bottom: 1rem;
		}

		.footer-bottom .copyright {
			order: 2;
		}
		.footer-bottom a {
			font-size: .813rem;
		}

	.k-list-container.k-popup .type-global-page-search.selection-text,
	.k-list-container.k-popup .type-health-az.selection-text,
	.k-list-container.k-popup .type-conditions-and-diseases.selection-text,
	.k-list-container.k-popup .type-tests-and-treatments.selection-text,
	.k-list-container.k-popup .type-specialties.selection-text,
	.k-list-container.k-popup .type-featured-care-areas.selection-text,
	.k-list-container.k-popup .type-healthplus.selection-text {
		font-size: 0.9rem;
	}

		.k-list-container.k-popup .type-global-page-search.selection-text .main-tags .tag-item,
		.k-list-container.k-popup .type-health-az.selection-text .main-tags .tag-item,
		.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-tags .tag-item,
		.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-tags .tag-item,
		.k-list-container.k-popup .type-specialties.selection-text .main-tags .tag-item,
		.k-list-container.k-popup .type-featured-care-areas.selection-text .main-tags .tag-item,
		.k-list-container.k-popup .type-healthplus.selection-text .main-tags .tag-item {
			font-size: 0.8rem;
		}

	.pagesearch-no-results {
		margin: 0 auto 4rem;
	}
	.pac-country-box h5 {
		font-size: 1.188rem;
	}
	.pac-qr-box {
		margin: 0;
	}

		.pac-qr-box > div {
			padding-left: 0px;
			padding-right: 0px;
		}

	.guide-nav-mobile-sticky {
		position: fixed;
		top: 0;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
		z-index: 12;
		width: 100%;
	}

	.multi-sticky-cta,
	.right-sticky-cta {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 12;
		width: 690px;
	}

	.journey {
		padding: .75rem;
	}

		.journey::before {
			top: 4.25rem;
			left: 1.9rem;
			height: calc(100% - 5rem);
		}

	.journey-icon {
		top: 20px;
		left: 15px;
	}

	.headless-table tr td:first-child {
		border-bottom: none;
		padding-top: 1rem;
	}

	.headless-table tr td {
		display: block;
		padding-top: 0;
		padding-bottom: 1rem;
	}

	.comparison-table tr th:first-child, .comparison-table tr td:first-child {
		padding-right: .75rem
	}

	.comparison-table tr th:last-child, .comparison-table tr td:last-child {
		padding-left: .75rem;
	}

	.timeline .accordion,
	.timeline-feature {
		padding: 1rem;
	}

		.timeline .award-tag,
		.timeline-feature .award-tag {
			left: 1rem;
			font-size: .813rem;
		}

		.timeline .award-year,
		.timeline-feature .award-year {
			right: 1rem;
			font-size: .813rem;
		}

		.timeline-feature .title,
		.timeline .accordion::after {
			font-size: 1rem;
		}

	.timeline .acc-panel {
		padding: .5rem 1rem 1rem;
	}

	.grey-bg .text-center,
	.gold-bg .text-center,
	.beige-bg .text-center {
		text-align: left !important;
	}

	.two-col-list div {
		padding-left: 3rem;
	}

		.two-col-list div::before {
			width: 1.5rem;
			height: 1.5rem;
			margin-top: .25rem;
			margin-left: -2rem
		}

	.search-box-container {
		background-color: #FFFFFF;
	}

	#caption, #caption1 {
		font-size: .688rem;
	}

	.img-pg {
		font-family: "OpenSans-Regular", sans-serif;
		font-size: 1rem;
	}

	.closecursor-container {
		margin: 2rem 1rem 1.5rem;
	}

	.select-image {
		width: 100%;
		max-width: 720px !important;
	}

	.column {
		width: 25%;
	}

	.controlbutton .next,
	.controlbutton .prev {
		top: 22vw;
		font-size: 1rem;
		padding: 0.375rem .813rem
	}

	.controlbutton .next {
		right: 15px;
	}

	.controlbutton .prev {
		left: 15px;
	}

	.featured-care-area .upper-display h2 {
		margin-top: 2rem;
		font-size: 1.188rem;
	}
	.featured-care-area.homepage-swiper .swiper-location-box .row::after {
		display: none;
	}
	.featured-care-area.homepage-swiper .swiper-location-bottom {
		position: inherit;
		padding: 2rem 2rem 4.5rem 2rem;
	}
	.featured-care-area.homepage-swiper .swiper-location-box h4 {
		font-size: 1.438rem;
	}
	.featured-care-area.homepage-swiper .button-package {
		right: 0;
	}

	.homepage-cta .d-flex,
	.homepage-cta .primary_btn {
		display: block !important;
		margin: 0 !important;
	}

	.homepage-cta .container {
		max-width: none;
	}

		.homepage-cta .container .row > .col-12.d-flex {
			padding: 0;
		}

	.homepage-cta .primary_btn {
		font-size: 1rem;
		padding: 1.25rem 2rem 1.25rem 1rem;
	}

	.container.mobile-only.what-to-look-for-mobile.sticky-hide,
	.container.mobile-only.what-to-look-for-mobile.sticky-show {
		z-index: 9999;
	}

	#guide-nav-mobile1-list .menu-link,
	#guide-nav-mobile1-list .menu-link:hover {
		text-decoration: none !important;
	}

	.arrow-toggle {
		right: 12vw;
	}

	.mobile-only.d-flex {
		display: flex !important;
	}

	.detail-content {
		padding-left: 1rem;
	}
	.detail-content h5 {
		font-size: 1.188rem
	}
	.medprof-info-brief .detail-content h5 {
		font-size: 1rem;
	}
	.detail-three-col {
		padding-left: 0 !important;
	}

	.logo img {
		width: 197px;
		height: auto;
	}

	.explore-app {
		background: linear-gradient(334.18deg, #EFEEE6 19.29%, #FFFFFF 97.14%);
	}

		.explore-app .container {
			padding-top: 1rem;
		}

		.explore-app .digiapp-desc {
			padding-bottom: 1rem;
		}

			.explore-app .digiapp-desc p {
				margin-bottom: 1rem !important;
			}

	.custom-nav-dropdown .dropdown-menu-primer::-webkit-scrollbar {
		width: 5px;
		background-color: transparent !important;
	}

	.custom-nav-dropdown .dropdown-menu-primer::-webkit-scrollbar-track {
		background: #FFF !important;
	}

	.custom-nav-dropdown .dropdown-menu-primer::-webkit-scrollbar-thumb {
		background: transparent !important;
		border-radius: 100px !important;
	}

	.detail-designation {
		word-break: break-word;
		font-size: 0.813rem;
	}

	.medical-reviewer-list #gridcontent-mobile .row .item-content {
		box-shadow: none;
		border-radius: 0;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.medical-reviewer-list #gridcontent-mobile .data-contents .line-hr {
		display: none;
	}

	.medical-reviewer-list #gridcontent-mobile .line-hr hr {
		margin-top: 1rem;
		margin-bottom: 1rem;
		clear: both;
		display: block;
		border: 0;
		width: 100%;
		background-color: #c4c4c4;
		height: 1px;
	}

	.medical-reviewer-list #gridcontent-mobile .row .item-content .action-content a {
		font-size: 1rem;
		padding: 0;
		text-decoration: underline;
		display: block;
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content {
		position: relative;
	}

		.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box {
			position: absolute;
			margin: 0;
			top: 50%;
			border-left-width: 0;
			width: 100%;
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

			.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box h5 {
				width: 80%;
			}
			.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box p {
				margin-bottom: 0;
				font-family: "DMSans-Regular", sans-serif;
				font-weight: bold;
				width: 80%;
			}

		.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .button-package {
			position: absolute;
			margin: 0;
			top: 50%;
			right: 15px;
			bottom: unset;
			display: block;
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	.maternity-tour-form #step-results-list .hero.booking-detail,
	.event-register-form #step-results-list .hero.booking-detail,
	.maternitypackage-detail-vtour .maternitypackage-detail-vtour-bg {
		padding: 1rem 1rem 2.5rem;
		background-size: clamp(8.25rem, 39.08%, 12rem);
	}

	.spotlight-container .swiper .swiper-wrapper {
		max-height: 27rem;
	}

	.spotlight-container .swiper .swiper-slide .card .card-img-overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 52%);
	}

	.spotlight-container .swiper .swiper-slide .card .card-title {
		font-size: 1.438rem;
	}
	.healthplus-detail-lastupdate {
		font-size: .813rem;
	}
	.healthplus-detail-cta {
		padding: 1rem 1rem 2.5rem;
		background-size: clamp(8.25rem, 39.08%, 12rem);
	}
	.healthplus-detail-cta h4 {
		font-size: 1.688rem;
	}
	.feedback-item-content span,
	.feedback-item-content span + i {
		font-size: 1.188rem;
	}
	#feedbackCarousel.carousel .carousel-inner .carousel-control-prev {
		padding-left: 0.5rem;
	}
	#feedbackCarousel.carousel .carousel-inner .carousel-control-next {
		padding-right: 0.5rem;
	}
	#feedbackCarousel.carousel .carousel-inner .carousel-control-prev-icon,
	#feedbackCarousel.carousel .carousel-inner .carousel-control-next-icon {
		padding: 0.4375rem 0.5rem;
		font-size: 1rem;
	}
	#riderItemCard .card-body, 
	#ispItemCard .card-body {
		padding-bottom: 1rem;
	}

	.condition-content-container .pdfdownload {
		font-size: 0.813rem;
		padding: 0.75rem 1rem;
	}

		.condition-content-container .pdfdownload img {
			width: 80px;
			height: 80px;
			margin-right: 1rem;
		}

		.condition-content-container .pdfdownload .default-icon {
			width: 20px;
			height: 20px;
		}
	
	.condition-content-container .secondary_btn {
		font-size: 1rem;
	}
	
	.condition-content-container .secondary_btn::after {
		height: 1.25rem;
		margin-left: 0;
	}
	.profile-insurance-sub {
		font-size: 0.8125rem;
		line-height: 1rem;
		padding-top: 0.5rem;
	}
	.coe-wrapper h2,
	.coe-wrapper .static-swiper h2 {
		font-size: 2.125rem;
	}
	.coe-wrapper h4,
	.coe-wrapper .upper-display {
		font-size: 1.125rem;
	}
	.coe-swiper-wrapper {
		margin-bottom: 4rem;
	}
	.coe-swiper-wrapper .img-icon {
		font-size: 1rem;
		width: 37px;
	}
	.coe-wrapper .swiper-pagination-vertical {
		--swiper-pagination-bullet-vertical-gap: 8px;
		--swiper-pagination-bullet-size: 5px;
	}
	.coe_carousel_keypoints {
		top: -18.875rem;
	}
	.lowered .coe_carousel_keypoints {
		top: -15.875rem;
	}
	.coe_lead_section {
		transition: top .8s ease;
	}
	.coe_carousel {
		padding-block: 20rem;
		margin-block: -20rem;
	}
	.coe_carousel:not(.show) .coe_carousel_inner > * {
		transform: translateY(50px);
	}
	.coe_lead_section .swiper-pagination span {
		width: 5px;
		height: 5px;
	}
	.coeBanner img {
		-webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 6.22%, #FFFFFF 67.78%);
		mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 6.22%, #FFFFFF 67.78%);
	}
	.coe_lead_section .sidetext {
		column-gap: unset;
	}
	.coe_lead_section .sidetext .container {
		padding-inline: 10px;
	}
	.coe_lead_section .sidetext::before,
	.coe_lead_section .sidetext .container,
	.coe_carousel_inner > * {
		transition-duration: 1s;
		transition-delay: unset;
	}
	.coe_carousel_inner > :not(:first-child) {
		transition-delay: 1s;
	}
	.coe_lead_section .sidetext::before {
		padding-right: 16px;
	}
	.coe_carousel .carousel_top_item {
		width: 100%;
	}
	.coe_carousel_bottom {
		display: block;
		margin-top: 1rem;
	}
	.coe_carousel_bottom .carousel_bottom_item {
		top: 0;
		bottom: auto;
	}
	.coe_carousel_bottom .carousel_bottom_item h4 {
		font-size: 1.125rem;
	}
	.coe_carousel_top {
		margin-left: unset;
	}
	.coe_carousel_inner .swiper-pagination {
		top: unset;
	}
	.coe_carousel_inner img {
		width: 100%;
		max-height: unset;
		display: block;
		margin-inline: auto;
		border-radius: unset;
	}
	.coe_carousel_inner .info > :first-child {
		padding-block: 1.25rem;
	}
	.coe_carousel_inner .d-lg-flex {
		position: static;
		padding-top: 176px;
		margin-top: -176px;
		min-height: unset;
	}
	.coe_carousel_inner .info {
		width: unset;
		padding-left: unset;
	}
	.coe_keypoints {
		transition: opacity var(--first-mobspan) linear 0s;
	}
	.coe_keypoints h3 {
		transition-duration: var(--sec-mobspan);
		transition-delay: calc(var(--first-mobspan) + .2s);
		margin-bottom: 2.5rem;
	}
	.coe_keypoints.show h3 {
		margin-bottom: .5rem;
	}
	.coe_keypoints .row .col-lg-4 p {
		transition-duration: .6s;
		transition-delay: calc(var(--first-mobspan) + var(--sec-mobspan) + .2s);
	}
	.coe_keypoints .row .col-lg-4:not(:last-child) p {
		margin-bottom: 1.5rem;
	}
	.coe_keypoints_inner {
		padding: 1.5rem;
	}
	.coe_keypoints h3 {
		font-size: 1.5rem
	}
	.coe_accordions_cards {
		font-size: 1rem;
		padding-top: 2rem;
		padding-inline: .875rem;
		margin-bottom: 3.75rem;
		--accordions-gap: 80px;
	}
	.coe_accordions_cards_bkg {
		width: calc(100% + 16px);
	}
	.coe_accordions_cards h2 {
		font-size: 1.75rem;
	}
	.coe_accordions_cards .acc-panel {
		font-size: 1rem;
	}
	.coe_accordions_cards_top {
		--inline-ratio: 55.22%;
		position: relative;
	}
	.coe_accordions_cards_top > :first-child {
		max-width: unset;
	}
	.coe_accordions_cards_top .acc-heading,
	.coe_accordions_cards .acc-panel h3,
	.coe_accordions_cards .acc-panel h4 {
		font-size: 1.125rem;
	}
	.coe_accordions_cards_top .acc-heading {
		padding-block: 1.125rem 1.5rem 1.125rem 1.125rem;
	}
	.coe_accordions_cards_wrapper .intro {
		transition: all .8s ease-in-out;
	}
	.coe_accordions_cards_wrapper .intro p {
		max-width: calc(var(--inline-ratio) + .5rem);
	}
	.coe_accordions_cards_img {
		padding: unset;
		position: absolute;
		top: 3rem;
		right: -64px;
		z-index: -1;
		max-width: calc((100% - var(--inline-ratio)) + 48px);
	}
	.coe_accordions_cards_top .accordion-wrapper {
		margin-left: -0.875rem;
		margin-top: var(--accordions-gap);
	}
	.coe_accordions_cards_bottom button {
		border-radius: 24px;
	}
	.coe_accordions_cards_bottom .acc-heading {
		font-size: 1.5rem;
		padding-inline: 1.5rem 1rem;
	}
	.coe_accordions_cards .acc-panel h3 {
		font-family: "DMSans-Bold", sans-serif;
		align-items: center;
		gap: 1rem;
	}
	.coe_accordions_cards_bottom .acc-console {
		padding-inline: 1rem;
	}
	.coe_accordions_cards_bottom .box .acc-heading {
		aspect-ratio: 1.2097;
		padding-block: 1rem 1.5rem;
	}
	.coe_accordions_cards_bottom .acc-panel {
		padding: 1.5rem .75rem 1.5rem 1rem;
	}
	.coe_accordions_cards_bottom .acc-panel .icon::after {
		width: 17.29px;
	}
	.coe-conditions-wrapper {
		margin-bottom: 1rem;
	}
	.coe-conditions .grey-card {
		box-shadow: unset;
		border-radius: unset;
	}
	.coe-conditions h4 {
		font-size: 1.375rem
	}
	.coe-conditions-wrapper .acc-panel {
		background: linear-gradient(90deg, #CFB796 0%, #E2D4C1 77.44%);
	}
	.coe-conditions-wrapper .acc-panel .info-card h5 {
		font-size: 1.5rem;
	}
    .coe-conditions-wrapper .acc-panel {
        flex-direction: column-reverse;
    }
    .coe-conditions-wrapper .acc-panel > :first-child {
        padding: 2rem 1rem;
    }
	.coe-conditions-note {
		font-size: .875rem;
		padding: 1rem;
		margin-bottom: 4rem;
		border-radius: 10px;
	}
	.coe-testimonials-swiper img {
		aspect-ratio: 1;
	}
    .coe-testimonials-swiper .slide-panel-bottom {
        flex-direction: column;
        gap: 1.5rem;
    }
    .coe-testimonials-swiper h4 {
		font-size: 1.75rem;
        flex: unset;
    }
    .coe-testimonials-swiper .slide-panel-bottom p {
        max-width: unset;
    }
	.coe-testimonials-swiper .cta-link {
		width: 100%;
	}
	.coe-specialists-swiper h2 {
		transform: unset;
	}
	.coe-specialists-swiper .swiper {
		font-size: 1rem;
		margin-block: 2rem 1rem;
	}
	.coe-specialists-swiper .swiper-slide {
		aspect-ratio: 1.591;
		border-radius: 17px 40px 40px 17px;
	}
	.coe-specialists-swiper,
	.coe-specialists-swiper h2 + p,
	.coe-specialists-swiper .swiper,
	.coe-specialists-swiper .swiper-slide-active,
	.coe-specialists-swiper .swiper-pagination {
		transform: translateY(60px);
	}
	.coe-specialists-swiper .slide-panel-left {
		padding: 2rem 1rem;
	}
	.coe-specialists-swiper .upper-display ~ *,
	.coe-specialists-swiper .swiper-slide-active {
		transition-delay: unset;
	}
	.coe-wrapper .specialists-cta {
		padding: 1.5rem;
		margin-bottom: 4rem;
		transform: translateX(-30px);
	}
	.coe-wrapper .specialists-cta .grid {
		gap: .75rem;
		margin-bottom: 2rem;
		font-size: 1.125rem;
	}
	.coe-wrapper .specialists-cta img {
		grid-row: unset;
	}
	.coe-wrapper .specialists-cta .counter {
		align-self: center;
	}
	.coe-wrapper .specialists-cta .counter + * {
		grid-column: 1 / 3;
	}
	.coe-facilities-contents {
		--topGap: 4.75rem;
	}
	.coe-facilities-contents.lowered {
		--topGap: 8.625rem;
	}
	.coe-facilities-contents::before,
	.coe-facilities-contents::after {
		display: none;
	}
	.coe-facilities-container .carousel-wrapper {
		padding: 2rem 1rem;
		border-radius: 40px;
	}
    .coe-facilities-container .carousel-wrapper .swiper-pagination {
        margin-right: 1rem;
    }
	.coe-facilities-container .carousel-wrapper-right {
		display: flex;
		flex-direction: column;
	}
    .coe-facilities-container h2 {
        font-size: 1.75rem;
    }
    .coe-facilities-container h2 + p {
        margin-bottom: 1.5rem;
    }
	.coe-facilities-container .slide-thumbnail {
		width: unset;
	}
    .coe-facilities-container .slide-description {
        padding: 1.5rem 0 0;
    }
	.coe_accordions_cards_wrapper {
		--prevSpan: 0s;
		--firstSpan: 1s;
		--secSpan: 1.2s;
		--totalSpan: calc(var(--firstSpan) + var(--secSpan));
		transition: transform var(--secSpan) linear;
	}
	.coe_accordions_cards_bkg,
	.coe_accordions_cards_wrapper.blocked .coe_accordions_cards_img,
	.coe_accordions_cards_top > :first-child {
		opacity: 0;
	}
	.coe_accordions_cards_wrapper.bkg-show .coe_accordions_cards_bkg,
	.coe_accordions_cards_top button:not(.processing),
	.coe_accordions_cards_top,
	.show .coe_accordions_cards_top > :first-child {
		opacity: 1;
	}
	.coe_accordions_cards_wrapper.blocked .coe_accordions_cards_img {
		transform: translateY(calc(-1* var(--accordions-gap) - 1.5rem));
	}
	.coe_accordions_cards_bkg {
		transition: opacity .6s linear;
	}
	.coe_accordions_cards_top > :first-child {
		transition: opacity 1s ease-in;
	}
	.coe_accordions_cards_wrapper,
	.coe_accordions_cards_bkg,
	.show.coe_accordions_cards_wrapper .intro,
	.coe_accordions_cards h2,
	.coe_accordions_cards_wrapper .intro p,
	.coe_accordions_cards_top button:not(.processing),
	.coe_accordions_cards_bottom .col-lg-6:first-child .coe-accordion:first-child,
	.coe_accordions_cards_bottom .accordion-wrapper .coe-accordion.show {
		transform: unset;
	}
	.coe_accordions_cards_wrapper .intro {
		transform: translateY(calc(100% + var(--accordions-gap)));
	}
	.coe_accordions_cards_img {
		transform: translateY(calc(-1* var(--accordions-gap)));
		transition: opacity 1.2s linear var(--firstSpan), transform .6s linear var(--totalSpan);
	}
	.coe_accordions_cards_top .accordion-wrapper,
	.coe_accordions_cards_bottom {
		transform: translateY(calc(var(--accordions-gap)));
	}
	.coe_accordions_cards_bottom .coe-accordion:not(.processing) {
		transform: translateY(clamp(112px, 120%, 135px));
		transition: all .25s ease;
	}
	.show .coe_accordions_cards_img,
	.show .coe_accordions_cards_bottom,
	.show .coe_accordions_cards_top .accordion-wrapper {
		transform: unset;
		animation: unset !important;
		transition: all .8s ease-in-out 0s;
	}
}
/* Medium Tablet Landscape/Portrait */
@media (max-width: 850px) {
	.arrow-toggle {
		right: 8vw;
	}
}

@media (max-width: 800px) {
	.arrow-toggle {
		right: 5vw;
	}
}

/* Small Tablet Landscape/Portrait, Mobile Landscape */
@media (max-width: 767px) {
	.arrow-toggle {
		right: 13vw;
	}

	.forms .modal-content {
		width: 94%;
		margin: 188px auto 0;
	}

	.swiper-location-box h4 {
		min-height: 63px;
	}

	.mobile-only.special-cta-btn-grp,
	.make-appointment-mobile-only,
	.multi-sticky-cta,
	.right-sticky-cta {
		width: 510px;
	}

	.swiper-container .swiper-button-prev,
	.swiper-container .swiper-button-next {
		width: 30px !important;
		height: 30px !important;
	}

	.swiper-container .swiper-button-prev {
		left: -15px;
	}

	.swiper-container .swiper-button-next {
		right: -15px;
	}

		.swiper-container .swiper-button-prev::after,
		.swiper-container .swiper-button-next::after {
			font-size: .8rem;
		}

	.detail-content {
		padding-left: 0;
	}

	.profile-second-box {
		margin-top: 2rem;
	}

	iframe {
		height: 225px;
	}

	.event-card-details.time-icon ul {
		display: inline-grid;
		margin-bottom: 0;
	}

	.spotlight-container .swiper .swiper-wrapper {
		max-height: 20rem;
	}
}

/* Small Mobile Landscape */
@media (max-width: 650px) {
	.arrow-toggle {
		right: 8vw;
	}
}

@media (max-width: 575px) {
	.arrow-toggle {
		right: 1rem;
	}

	#IdentityNumber .select, #contactNumber .select, #caregiver-contactNumber-info .select {
		width: 45%;
	}

	.make-appointment #contactNumber > span.k-dropdown,
	.maternity-tour-form #contactNumber > span.k-dropdown,
	.event-register-form #contactNumber > span.k-dropdown,
	.make-appointment #caregiver-contactNumber-info > span.k-dropdown {
		max-width: 45% !important;
	}

	.mobile-only.special-cta-btn-grp,
	.make-appointment-mobile-only,
	.multi-sticky-cta,
	.right-sticky-cta {
		width: calc(100% - 30px);
	}

	.medical-reviewer-list #gridcontent-mobile .row .main-content .image-content {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}

	.spotlight-container .swiper .swiper-wrapper {
		max-height: 58vw;
	}
}

@media (max-width: 475px) {
	.medical-reviewer-list #gridcontent-mobile .row .main-content .image-content {
		width: 90%;
		height: 0;
		padding-bottom: 90%;
	}

	.medical-reviewer-list #gridcontent-mobile .row .item-content .action-content a {
		font-size: 0.8rem;
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box h5 {
		width: 70%;
	}

	.medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box p {
		font-size: 0.8rem;
		font-family: "DMSans-Regular", sans-serif;
		font-weight: bold;
		width: 70%;
	}
}
/* Timer */
.timer {
	margin: 2rem 0;
}

.sticky-timer {
	z-index: 13;
	background-color: white;
	width: 100%;
}
@media (min-width: 1200px) {
	.sticky-timer .container {
		padding: 0;
		max-width: 100%;
	}
}
@media (min-width: 768px){
	.sticky-timer .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sticky-timer:not(.position-fixed) .container {
		padding-left:0px;
	}
}
/* ipad landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.sticky-timer {
		left: 0;
	}
}
@media (max-width: 991px) {
	.timer {
		margin: 1rem 0 2rem;
	}

	.mobile-timer {
		border-bottom: 1px solid #F8F6F6;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
		left: 0px;
	}
}
/* Large Mobile Portrait */
@media (max-width: 414px) {
	.sticky-timer .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.sticky-timer:not(.position-fixed) .container {
		padding-left: 0px;
	}

	.language-selector {
		padding-left: 1.25rem;
	}

	.top-menu, social-media {
		display: none;
	}

	.swiper-location-box h4 {
		min-height: 83px;
	}
}

@media (min-width: 576px){
	.sticky-timer .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* Small Mobile Portrait */
@media (max-width: 375px) {
	.what-to-look-for-mobile .box a {
		font-size: .875rem;
		padding: .5rem;
	}
	.coe-facilities-container .carousel-wrapper .swiper-pagination + div {
		max-height: calc(100vh - var(--topGap) - 5rem);
	}
}
/* To avoid zoom in effect, apply font size 16px for iphone.*/
@supports (-webkit-overflow-scrolling: touch) {
	.k-input, .k-input:active {
		font-size: 16px !important;
	}
}
/* to hide some */
.header-top .outline_btn {
	display: none !important
}