@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
	--brand-color-theme-1: #1F5A96;
	--brand-color-theme-2: #F4B400;
	--brand-color-theme-3: linear-gradient(135deg, #1a4b8c 0%, #0d2340 100%);
	--brand-color-theme-4: #000000;
	--brand-color-theme-5: #f4b40014;
	--brand-font-family-heading: "Lato", sans-serif;
	--brand-font-family-body: "Lato", sans-serif;
}

.img-section {
	display: none;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #12375d70;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.brand-color-theme-1-text {
	color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-text {
	color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-1-bg {
	background-color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-bg {
	background-color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-bg {
	background-image: var(--brand-color-theme-3) !important;
}

.brand-color-theme-5-bg {
	background-color: var(--brand-color-theme-5) !important;
}

html {
	font-size: 16px;
}

body {
	padding: 0;
	padding-top: 0 !important;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1rem;
	line-height: 1.5;
	color: #222;
	font-family: var(--brand-font-family-body);
}

p {}

a,
span {}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--brand-font-family-heading);
}

h1 {
	font-size: 2.25rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h3 {
	font-weight: 600;
	font-size: 2.6rem;
}

h4 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 1rem 0;
	font-family: 'Lato';
}

h5 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 1rem 0;
	font-family: 'Lato';
}

h6 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 1rem 0;
	font-family: 'Lato';
}

ol,
ul {
	padding: 0;
}

ol li,
ul li {
	margin: .5em 0 .5em 18px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.no-spacing {
	padding: 0 !important;
	margin: 0 !important;
}

.bg-none {
	background: transparent !important;
}

.container {
	min-width: 320px;
}

body.width-full #fContent>.container {
	width: 100%;
	padding: 0;
	min-width: 100%;
}

body.width-full #fMatter {
	padding: 0;
}

#f-messages {
	margin: 0;
	background-color: var(--brand-color-theme-1);
	position: fixed;
	top: 0rem;
	width: 100% !important;
	left: 0;
	color: white;
	z-index: 9999999;
}

#f-messages .item {
	background-color: var(--brand-color-theme-1);
}

@-webkit-keyframes fadeOutmessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		display: none;
	}
}

@keyframes fadeOutmessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		display: none;
	}
}

.fadeOutmessage {
	-webkit-animation-name: fadeOutmessage;
	animation-name: fadeOutmessage;
}

#fPageTitle {
	display: block;
}

#nav-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	font-size: 18px;
	background-color: var(--brand-color-theme-1);
	color: white;
	cursor: pointer;
	width: 48px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: var(--brand-color-theme-1);
	border-image: initial;
	padding: 10px 5px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgb(37 34 25);
	visibility: visible !important;
}

#nav-up:hover {
	background-color: rgb(255, 255, 255);
	color: var(--brand-color-theme-1);
}

/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
	width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
	margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
	padding-top: 0rem;
	padding-bottom: 3rem;
	overflow: hidden;
}

.fRegion.region-header>.row {
	justify-content: space-between;
}

.fPageTitle {
	background-color: var(--brand-color-theme-1);
	color: white;
	text-align: center;
	padding: 2rem 1rem;
}

.fPageTitle h1 {
	font-weight: 700;
}

body.title-off .fPageTitle {
	display: none;
}

.bg-abstract-1 {
	background-color: rgb(240, 178, 22, 0.1);
}

.bg-abstract-1 div.fModuleContent,
.bg-abstract-1 div.fModuleTitle {
	position: relative;
	z-index: 9;
}

.bg-abstract-1 div.fModuleContent::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200px;
	background-color: var(--brand-color-theme-1);
	opacity: .05;
	left: -20%;
	rotate: 10deg;
	top: 0;
	z-index: -1;
}

.f-photo-with-custom-text .fModuleTitle {
	display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle {
	display: block;
}

.text-justify {
	text-align: justify;
}

.fModuleTitle h3 {
	color: var(--brand-color-theme-4);
	font-size: 2.6rem;
}

.fModuleTitle h3 span {
	color: var(--brand-color-theme-1);
}

.fModuleTitle p {
	font-size: 1rem;
	width: 600px;
	max-width: 100%;
	color: #666;
	font-weight: normal;
}

.title-center .fModuleTitle p {
	margin: 10px auto 0 auto;
}

.title-center .fGalleryContainer>h4 {
	text-align: center !important;
}

.fGalleryContainer>h4 {
	font-size: 1.3rem;
	color: var(--brand-color-theme-2);
	font-weight: 600;
}


.title-white .fModuleTitle h3 {
	color: white;
}

.title-white .fModuleTitle p {
	color: white;
}

.title-white .fModuleTitle h3 span {
	color: var(--brand-color-theme-2);
}

.title-white.bg-abstract-1 .fModuleTitle h3 span {
	color: var(--brand-color-theme-2);
}


.title-center .fModuleTitle h3 {
	text-align: center !important;
}

.f-photo-with-custom-text.title-center .fModuleContent .fModuleTitle h3 {
	text-align: start !important;
}

ul.fGalleryImages.fGalleryList {
	position: relative;
	margin-top: 0px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
	margin: 0px;
	list-style: none;
}

.ItemfinnerGallery {
	position: relative;
}

/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
}

@media (min-width: 576px) {
	.fModuleEnd .fModuleTitle {
		width: 540px;
	}
}

@media (min-width: 768px) {
	.fModuleEnd .fModuleTitle {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.fModuleEnd .fModuleTitle {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.fModuleEnd .fModuleTitle {
		width: 1140px;
	}
}

@media (min-width: 1400px) {
	.fModuleEnd .fModuleTitle {
		width: 1320px;
	}
}

.collapse.show {
	display: block !important;
}

.collapse.in {
	display: block !important;
}

.navbar-header .navbar-toggler {
	display: none;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 1rem;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle .icon-bar {
	position: absolute;
	right: 0;
	height: 3px;
	width: 26px;
	background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
	transform: rotate(-45deg);
	margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
	transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: none;
	/* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
	margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
	z-index: 9999;
}

/* Header */

header .fModule.fLogo {
	padding-left: 0;
	padding-right: 0;
}

.region-header .fModule,
.region-headertop .fModule {
	display: flex;
	align-items: center;
	align-self: center;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.headertop ul li {
	display: inline-block;
	align-items: center;
	padding: 0 0.7em 0 0;
	position: relative;
}

.headertop ul li ul {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	display: none;
}

.headertop ul li ul li {
	border: none;
	display: block;
}

.Ftop-header-logo li.fGalleryItem {
	width: 42%;
}

/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

/*** Button ***/

.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
	background-color: var(--brand-color-theme-2);
	display: inline-block;
	padding: 10px 2rem;
	color: #000 !important;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid var(--brand-color-theme-2);
	transition: all .4s;

	&:hover {
		background-color: transparent;
		color: var(--brand-color-theme-2) !important;
	}
}

.fButton.smallfButton {
	padding: 6px 1rem;
	font-size: .8rem;
}

.fButton2 {
	background-color: transparent;
	display: inline-block;
	padding: 10px 2rem;
	color: var(--brand-color-theme-2) !important;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid var(--brand-color-theme-2);
	transition: all .4s;
}

.fButton2:hover {
	background-color: var(--brand-color-theme-2);
	color: #000 !important;
}

/****--Form---****/

select {
	word-wrap: normal;
	padding: 0.3rem 10px;
}

.fForm label {
	float: left;
	text-align: left;
	font-size: 16px;
	width: 100%;
}

.fForm .buttons {
	padding: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.fForm .form-heading {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 0;
	padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
	padding: 0.85rem 10px;
	width: 100%;
}

.fForm .hint {
	color: #333;
	margin: 11px 0;
}

.fForm .hint a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.fForm .hint a:hover {
	color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
	display: inline-block;
	margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
	display: flex;
	align-items: center;
	width: 100%;
}

.fForm .form-item-option.checkbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fForm .form-item-option.checkbox>label {
	width: fit-content;
	margin-right: 10px;
	position: relative;
}

.fForm .form-item-option.checkbox>label>input {
	position: relative;
	top: 10.2px;
}

.user-register-group table tr:nth-child(odd) {
	background: #ddd;
}

.listing-header-item-currency {
	width: fit-content;
	display: flex;
	border: 1px solid var(--brand-color-theme-2);
	border-radius: 0.25rem;
	overflow: hidden;

	>* {
		border: 0;
		border-radius: 0;
	}

	input[type="submit"] {
		padding: 0.5rem 0.75rem;
		background: var(--brand-color-theme-2);
		color: #fff;
	}
}

/*----------iconset----------*/

.iconset .fMenu {
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.iconset .fMenu li {
	padding: 1rem;
}

.iconset .fMenu a {
	display: block;
	padding: 1rem;
	font-weight: bold;
	color: #000;
	height: 100%;
	background: #f5f5f5;
	transition: 0.3s all ease-in-out;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
	position: relative;
}

.iconset .fMenu a:hover {
	background: #efefef;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
	width: auto;
	max-width: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.menu-item-text .action:before {
	display: block;
	content: "";
	height: 1.04rem;
	width: 1.04rem;
	background: red;
	border-radius: 1rem;
	position: absolute;
	left: 10px;
	top: 19%;
	transform: translate(0, -50%);
	animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Common CSS */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 2rem 1rem;
	width: 700px;
	max-width: 100%;
	margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
	border: 0;
	padding: 0;
}

.fForm .error {
	margin: .5rem 0 0 0;
	font-size: .8rem;
}

.buttons {
	padding-left: 12px !important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
	padding-left: 0 !important;
}

/* login page ends here */

/* Custom Header */

.fheaderToptwo {
	background-color: #070f1e;
	padding: 5px 0 7px 0;
}

.f-language-btn .fMenu {
	display: flex;
	flex-wrap: wrap;
}

.f-language-btn .fMenu>.menu-item {
	padding-right: 12px;
}

.f-language-btn .fMenu>.menu-item.selected>a,
.f-language-btn .fMenu>.menu-item>a:hover {
	border-color: var(--brand-color-theme-2);
	background-color: var(--brand-color-theme-2);
	color: #070f1e;
}

.f-language-btn .fMenu>.menu-item>a {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .3);
	color: rgba(255, 255, 255, .65);
	font-size: .65rem;
	letter-spacing: .06em;
	padding: .28rem .6rem;
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s;
}

.f-contact-header .contact-links .contact-link {
	color: rgba(255, 255, 255, .65);
	font-size: .85rem;
	display: inline-block;
	padding-left: 12px;
}

.f-contact-header .contact-links .contact-link:hover {
	color: var(--brand-color-theme-2);
}

.fheaderToptwo .region-headertop>.row {
	justify-content: space-between;
}

.fheaderToptwo .fModule {
	width: fit-content;
}

.fHeader {
	position: sticky;
	top: 0;
	z-index: 999;
	background-image: var(--brand-color-theme-3);
}

body.not-home .fHeader {
	background-color: var(--brand-color-theme-1);
}

.fHeader.active {
	background-color: var(--brand-color-theme-1);
}

/*custom-css*/

/* banner starts here */

.f-banner-new .fGalleryText {
	position: absolute;
	inset: 0;
	align-content: center;
	text-shadow: 1px 1px 1px #0000005e;
	background-image: linear-gradient(135deg, rgba(13, 35, 64, .82) 0%, rgba(13, 35, 64, .35) 55%, rgba(0, 0, 0, .15) 100%);
}

.f-banner-new .fGalleryImage img {
	min-height: 600px;
	max-height: 700px;
	object-fit: cover;
}

.f-banner-new .fGalleryText h3 {
	font-size: 4rem;
	color: white;
	font-weight: 600;
	line-height: 1.1em;

}

.f-banner-new .fGalleryText h3 em {
	color: var(--brand-color-theme-2);
}

.f-banner-new .fGalleryText h3 span {
	display: block;
}

.f-banner-new .fGalleryText p {
	font-size: 1rem;
	color: white;
	width: 600px;
	max-width: 100%;
}

.f-banner-new .fGalleryText .fButtonBannerDiv {
	text-shadow: none;
	margin-bottom: 10px;
}

.f-banner-new .fGalleryText .fButtonBannerDiv a.fButton {
	display: inline-block;
	margin-right: 10px;
}

.f-banner-new .fGalleryText .numbers .boxes {
	width: 180px;
	aspect-ratio: 1/.75;
	text-align: center;
	align-content: center;
	padding: 12px;
}


.f-banner-new .fGalleryText .numbers .boxes .item {
	border: 1px solid rgba(240, 165, 0, .4);
	background-color: rgba(240, 165, 0, .15);
	padding: 10px;
	text-shadow: none;
	border-radius: 3px;
}

.f-banner-new .fGalleryText .numbers .boxes .item h5 {
	margin: 0;
	color: white;
	font-size: 2rem;
	line-height: 1em;
}

.f-banner-new .fGalleryText .numbers .boxes .item span {
	font-size: .85rem;
	margin-top: 10px;
	color: white;
	line-height: 1.3em;
	display: block;
}

.f-banner-new .fGalleryText .numbers .boxes:nth-child(2) .item {
	border: 1px solid rgba(192, 57, 43, .5);
	background-color: rgba(192, 58, 43, 0.194);
}

.f-banner-new .fGalleryText .numbers .boxes:nth-child(3) .item {
	background-color: #ffffff27;
	border-color: #dedede;
}

/* banner ends here */

/* What is colorectal cancer? starts here */

.f-images-cancer .fGalleryImage img {
	border-radius: .3rem;
}

/* What is colorectal cancer? ends here */

/* logos starts here */

.f-logos-after-banner {
	width: 1275px;
	margin: 0 auto;
	max-width: 100%;
}

.f-logos-after-banner .fGalleryContainer>h4 {
	text-align: center;
}

.f-logos-after-banner .fGalleryItem {
	padding: 12px;
}

.f-logos-after-banner .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.f-logos-after-banner .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	width: 60px;
	display: inline-block;
}

.f-logos-after-banner .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	font-size: 1rem;
	font-weight: 600;
	padding-left: 10px;

	span {
		font-size: .8rem;
		display: block;
		font-weight: normal;
	}
}

/* logos ends here */

/* what are the risk factors starts here */

.f-risk-factors .fGalleryContainer {
	padding: 12px;
}

.f-risk-factors .fGalleryContainer>h4 {
	color: var(--brand-color-theme-1);
	text-align: start !important;
	padding-left: 4px;
	font-weight: 600;
	font-size: 1.2rem;
	border-bottom: 3px solid var(--brand-color-theme-4);
	padding-bottom: 7px;
}

.f-risk-factors .fGalleryContainer>h4 span {
	font-size: .9rem;
	font-weight: normal;
	display: block;
	color: #666;
}

.f-risk-factors .fGalleryItem {
	margin: 0;
	padding: 5px 0;
}

.f-risk-factors .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #dedede;
	padding: 7px 0;
}

.f-risk-factors .fGalleryItem .ItemfinnerGallery h3 {
	font-size: 1rem;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
}

.f-risk-factors .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 500px;
	background-color: #f4b3007c;
	align-content: center;
	text-align: center;
}

.f-risk-factors .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	width: 20px;
}

/* what are the risk factors ends here */

/* stages starts here */

.f-stages .stage-list .stage-item {
	padding: 12px;
}

.f-stages .stage-list .stage-item .stage-item-inner {
	display: grid;
	grid-template-columns: 65px 1fr auto;
	align-items: start;
	gap: 1.25rem;
	background: #fff;
	border-radius: 4px;
	padding: 1.5rem 1.75rem;
	border-left: 4px solid transparent;
	transition: box-shadow .25s, transform .25s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	height: 100%;
}

.f-stages .stage-list .s1 .stage-item-inner {
	border-color: #27ae60;
}

.f-stages .stage-list .s2 .stage-item-inner {
	border-color: #f39c12;
}

.f-stages .stage-list .s3 .stage-item-inner {
	border-color: #e67e22;
}

.f-stages .stage-list .s4 .stage-item-inner {
	border-color: #c0392b;
}

.f-stages .stage-list .stage-item .stage-item-inner:hover {
	transform: translateY(-5px);
	box-shadow: 8px 28px rgba(0, 0, 0, .1)
}


.f-stages .stage-list .stage-item .stage-item-inner .stage-num {
	font-size: 2.4rem;
	color: var(--brand-color-theme-1);
	line-height: 1;
	text-align: center;
	font-weight: 800;
}

.f-stages .stage-list .stage-item .stage-item-inner .stage-info strong {
	display: block;
	font-size: .92rem;
	color: #666;
	margin-bottom: .18rem;
	font-weight: 600;
}

.f-stages .stage-list .stage-item .stage-item-inner .stage-info span {
	color: #666;
	font-size: .83rem;
}

.f-stages .stage-list .survival-pct {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 800;
}

.f-stages .stage-list .survival-label {
	font-size: .68rem;
	color: #5a6480;
	letter-spacing: .05em;
}

.f-stages .stage-list .s1 .survival-pct {
	color: #27ae60;
}

.f-stages .stage-list .s2 .survival-pct {
	color: #f39c12;
}

.f-stages .stage-list .s3 .survival-pct {
	color: #e67e22;
}

.f-stages .stage-list .s4 .survival-pct {
	color: #c0392b;
}

/* stages ends here */

/* common starts here */

.f-common .status>div {
	padding: 12px;
}

.f-common .status>div div.item {
	background-color: #f8eeed;
	border-radius: 4px;
	padding: 1.75rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	transition: background .3s;
	border-left: 4px solid #ffbcb6;
}

.f-common .status>div div.item .status-num {
	font-size: 3.5rem;
	color: var(--brand-color-theme-1);
	line-height: 1;
	min-width: 65px;
	font-weight: 800;
}

.f-common .status>div div.item .status-text b {
	margin-bottom: 7px;
	color: #000;
}

.f-common .status>div div.item .status-text p {
	margin: 0;
}


.f-common .late-detection>div.col-12 {
	padding: 12px;
}

.f-common .late-detection .item {
	background: rgba(192, 57, 43, .15);
	border: 1px solid rgba(192, 57, 43, .4);
	border-radius: 4px;
	padding: 1.75rem;
}

.f-common .late-detection .item .late-stage-text {
	color: rgba(000, 000, 000, .55);
	font-size: .75rem;
	margin-bottom: 1.1rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.f-common .late-detection .item h4 {
	margin: 7px 0;
	color: var(--brand-color-theme-1);
	font-weight: 800;
}

.f-common .late-detection .item p {
	margin: 0;
	font-size: .9rem;
}

.f-common .late-detection .item .late-and-early {
	margin-top: 10px;
}

.f-common .late-detection .item .late-and-early>span {
	width: 25px;
	height: 25px;
	border-radius: 500px;
	display: inline-block;
	position: relative;
	font-size: 1rem;
	background-color: rgba(192, 57, 43, .7);
}

.f-common .late-detection .item .late-and-early>span::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #c03a2bf7;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 500px;
	box-shadow: 1px 1px 1px 1px #ffffff8f;
}

.f-common .late-detection .item .late-and-early>span.person-early {
	background-color: rgb(17, 115, 186);
}

.f-common .late-detection .item .late-and-early>span.person-early::after {
	background-color: #ffffff92;
	box-shadow: none;
}

.f-common {
	overflow: visible !important;
}

.f-common .f-media-image img {
	border-radius: .3rem;
}

/* common ends here */

/* sign and symptoms */

.f-sign-symptoms .fGalleryItem {
	padding: 12px;
}

.f-sign-symptoms .fGalleryItem .ItemfinnerGallery {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 4px;
	padding: 1.4rem;
	text-align: center;
	transition: background .25s, transform .25s;
	height: 100%;
}

.f-sign-symptoms .fGalleryItem .ItemfinnerGallery:hover {
	background: rgba(255, 255, 255, .13);
	transform: translateY(-3px);
}

.f-sign-symptoms .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	width: 60px;
}

.f-sign-symptoms .fGalleryItem .ItemfinnerGallery .fGalleryText p {
	margin-bottom: 0;
	color: white;
}

/* get screened starts here */

.f-get-screened {
	overflow: visible !important;
}

.get-screened>div {
	padding: 12px;
}

.get-screened>div .item {
	background-color: #f8eeed;
	border-radius: 4px;
	padding: 1.75rem;
	transition: background .3s;
	border-top: 4px solid #ffbcb6;
}

.get-screened>div .item h4 {
	margin-top: 0;
	font-size: 1.5rem;
}

.get-screened>div .item span {
	display: block;
	margin-bottom: 7px;
	padding: 4px 1rem;
	border-radius: 4px;
	width: fit-content;
}

.f-get-screened .f-all-get-screened>div:nth-child(1) {
	padding: 12px;
}

.f-get-screened .f-all-get-screened>div .item-list-screened {
	background-color: var(--brand-color-theme-1);
	color: white;
	border-radius: 4px;
	padding: 1.75rem;
	transition: background .3s;
	position: sticky;
	top: 80px;
}

.f-screened-badge .col-12 {
	padding: 12px;
}

.f-screened-badge .col-12 .item {
	background-image: var(--brand-color-theme-3);
	border-radius: 4px;
	padding: 1.75rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	transition: background .3s;
	border: 1px solid #dedede;
	align-items: center;
}

.f-screened-badge .col-12 .item .f-num {
	font-size: 3rem;
	font-weight: 800;
	white-space: nowrap;
	line-height: 1;
	color: var(--brand-color-theme-2);
}

.f-screened-badge .col-12 .item .f-text-badge-screened b {
	margin-bottom: 7px;
	color: white;
}

.f-screened-badge .col-12 .item .f-text-badge-screened p {
	margin-top: 0;
	margin-bottom: 0;
	color: white;
}

/* get screened ends here */

/* how do i reduce my risk starts here */

.f-reduce-risk .fGalleryItem {
	padding: 12px;
}

.f-reduce-risk .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	background-color: var(--brand-color-theme-5);
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow .25s, transform .25s;
}

.f-reduce-risk .fGalleryItem .ItemfinnerGallery:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
	transform: translateY(-3px);
}

.f-reduce-risk .fGalleryItem .ItemfinnerGallery .fGalleryText {
	padding: 12px;
}

.f-reduce-risk .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: var(--brand-color-theme-1);
}

.f-reduce-risk .fGalleryItem .ItemfinnerGallery .fGalleryText p {
	margin: 0;
	font-size: .9rem;
}

.f-reduce-risk .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	aspect-ratio: 1/.7;
	object-fit: cover;
}

/* how do i reduce my risk ends here */

/* recommendations starts here */

.f-dietary-recommendations .fGalleryItem {
	padding: 12px;
}

.f-dietary-recommendations .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	display: flex;
	background-color: var(--brand-color-theme-5);
	padding: 12px;
	border-radius: 5px;
}

.f-dietary-recommendations .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	display: inline-block;
	min-width: 50px;
	max-width: 50px;
}

.f-dietary-recommendations .fGalleryItem .ItemfinnerGallery .fGalleryText {
	padding-left: 7px;
}

.f-dietary-recommendations .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	font-size: 1.2rem;
	margin: 0;
	margin-bottom: 7px;

}

.f-dietary-recommendations .fGalleryItem .ItemfinnerGallery .fGalleryText p {
	margin: 0;
	font-size: .9rem;
}

/* recommendations ends here */

/* gallery starts here */

.f-gallery-section .fGalleryImages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 10px;
	margin-top: 2rem !important;
}

.f-gallery-section .fGalleryImages .fGalleryItem:nth-child(1) {
	grid-column: span 2;
}

/* 2 colspan */

.f-gallery-section .fGalleryImages .fGalleryItem:nth-child(2) {
	grid-row: span 2;
	grid-column: span 1;
}

.f-gallery-section .fGalleryImages .fGalleryItem:nth-child(3) {
	grid-column: span 1;
}

.f-gallery-section .fGalleryImages .fGalleryItem:nth-child(4) {
	grid-column: span 1;
}

.f-gallery-section .fGalleryImages .fGalleryItem:nth-child(5) {
	grid-column: span 1;
}

.f-gallery-section .fGalleryImages .fGalleryItem:nth-child(6) {
	grid-column: span 1;
}

.f-gallery-section .fGalleryImages .fGalleryItem .ItemfinnerGallery {
	height: 100%;
}

.f-gallery-section .fGalleryItem .fGalleryImage img {
	min-height: 200px;
	max-height: 200px;
	object-fit: cover;
}

.f-gallery-section .fGalleryItem .fGalleryText {
	position: absolute;
	inset: 0;
	align-content: end;
	padding: 12px;
	background-image: linear-gradient(transparent, rgba(13, 35, 64, .82));
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}

.f-gallery-section .fGalleryImages .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
	opacity: 1;
	visibility: visible;
}

.f-gallery-section .fGalleryItem .fGalleryText h3 {
	font-size: 1.1rem;
	color: var(--brand-color-theme-2);
}

.f-gallery-section .fGalleryItem:nth-child(2) .fGalleryImage img {
	height: 100%;
	max-height: unset;
}

.inset-full {
	inset: 0 !important;
}

/* gallery ends here */

/* survivor stories start here */

.f-survivor-story .f-media {
	background: linear-gradient(135deg, rgba(240, 165, 0, .07) 0%, rgba(26, 75, 140, .07) 100%);
	border: 1px solid rgba(240, 165, 0, .25);
	border-left: 4px solid var(--brand-color-theme-2);
	border-radius: 6px;
	padding: 2rem 2.25rem;
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 1.75rem;
	align-items: start;
	position: relative;
}

.f-survivor-story.brand-color-theme-1-bg .f-media {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(240, 165, 0, .3);
	border-left-color: var(--brand-color-theme-2);
}

.f-survivor-story .f-media .f-media-image {
	width: 80px;
	align-content: center;
	text-align: center;
	height: 80px;
	border-radius: 500px;
	background: var(--brand-color-theme-3);
	border: 3px solid var(--brand-color-theme-2);
	font-size: 1.8rem;
}

.f-survivor-story .f-media .f-media-image img {
	height: 100%;
	object-fit: cover;
	width: 70px;
	height: 70px;
	border-radius: 500px;
}

.f-survivor-story .f-media .f-media-text .story-tag {
	background-color: var(--brand-color-theme-2);
	color: var(--brand-color-theme-4);
	font-size: .65rem;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 1rem;
	border-radius: 500px;
}

.f-survivor-story .f-media .f-media-text .name-survivor h5 {
	margin: 0;
	font-size: .9rem;
}

.f-survivor-story.brand-color-theme-1-bg .f-media .f-media-text .name-survivor h5 {
	color: white;
}

.f-survivor-story .f-media .f-media-text .name-survivor h5 span {
	display: block;
	font-size: .75rem;
	font-weight: normal;
	margin-top: 3px;
	color: #666;
}

.f-survivor-story.brand-color-theme-1-bg .f-media .f-media-text .name-survivor h5 span {
	color: white;
}

.f-survivor-story.brand-color-theme-1-bg .f-media .f-media-text p {
	color: white;
}

/* survivor stories end here */

/* footer starts here */

.footer-contact .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-contact .container .fModuleTitle {
	width: fit-content;
}

.footer-contact .container .fModuleTitle p {
	margin-bottom: 0;
	margin-top: 8px;
}

.footer-contact .container .fModuleContent {
	width: fit-content;
}

footer .fModuleTitle h3 {
	font-size: 1.7rem;
	font-weight: 700;
}

footer .fModuleTitle p {
	width: 400px;
	max-width: 100%;
}

footer .title-white .fModuleTitle p {
	color: rgba(255, 255, 255, .58);
	font-size: .9rem;
}

#fFooter .footer-contact .contact-links {
	display: flex;
	align-items: center;
	gap: .5rem;
}

#fFooter .footer-contact .contact-link {

	color: var(--brand-color-theme-2);
	text-decoration: none;
	font-weight: 500;
	font-size: .86rem;
	border: 1px solid rgba(240, 165, 0, .38);
	padding: .6rem 1.1rem;
	border-radius: 2px;
	transition: background .2s;

	&:hover {
		background-color: rgba(240, 165, 0, .1);
	}
}

#fFooter {
	background-color: #070f1e;
	color: rgba(255, 255, 255, .38);
	margin-top: -7px;
}

#fFooter>* {
	color: rgba(255, 255, 255, .38);
}

.footer-logos .fModuleContent {
	width: 600px;
	background-color: rgba(255, 255, 255, .04);
	margin: 0 auto;
	max-width: 100%;
}

.footer-logos .fGalleryItem .fGalleryImage img {
	max-height: 60px;
	max-width: 60px;
}

.footer-logos .fGalleryItem {
	width: auto;
	padding: 12px !important;
}

.footer-logos .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	text-align: center;
}

.footer-logos .fGalleryItem .ItemfinnerGallery h3 {
	font-size: .7rem;
	margin-top: 6px;
	margin-bottom: 0;
}

.f-footer-text p {
	font-size: .8rem;
}

/* footer ends here */

/* player starts here */

.f-player-file-mp3 .col-12:nth-child(1) p {
	text-align: justify;
}

.f-player-file-mp3 .player-card {
	width: 400px;
	max-width: 100%;
	background: #23272b;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	position: relative;
	margin: 2rem auto 2rem auto;
}

.f-player-file-mp3 .display-area {
	background: linear-gradient(180deg, #113871 0%, #0d1a2d 100%);
	padding: 1.5rem 1rem;
	text-align: center;
}

.f-player-file-mp3 .music-note-icon {
	font-size: 3.5rem;
	color: #7a6fb3;
	margin-bottom: .8rem;
	display: inline-block;
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.f-player-file-mp3 .subtitle {
	color: #f3a616;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.f-player-file-mp3 .song-title {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700;
}

.f-player-file-mp3 .controls-area {
	padding: 2rem 1rem;
	background: #282c31;
}

.f-player-file-mp3 .progress-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 20px;
}

.f-player-file-mp3 .time {
	color: #7e868e;
	font-size: 13px;
	min-width: 35px;
}

.f-player-file-mp3 .progress-bar-container {
	flex-grow: 1;
	height: 4px;
	background: #3e444a;
	border-radius: 10px;
	cursor: pointer;
}

.f-player-file-mp3 .progress-fill {
	height: 100%;
	width: 0%;
	background: #f3a616;
	border-radius: 10px;
	transition: width 0.1s linear;
}

.f-player-file-mp3 .button-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	margin-bottom: 20px;
}

.f-player-file-mp3 .control-btn {
	background: none;
	border: none;
	color: #8c959e;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.f-player-file-mp3 .control-btn#btn-mute {
	position: absolute;
	right: 40px;
}

.f-player-file-mp3 .control-btn:hover {
	color: #ffffff;
}

.f-player-file-mp3 .play-pause-btn {
	background: #f3a616;
	color: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	box-shadow: 0 10px 25px rgba(243, 166, 22, 0.3);
}

.f-player-file-mp3 #spectrum-container {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 3px;
	margin-top: 10px;
}

.f-player-file-mp3 .bar {
	width: 5px;
	background-color: #f3a616;
	border-radius: 2px;
	height: 5px;
	transition: height 0.05s ease;
}

.f-player-file-mp3 span.tags {
	background: rgba(240, 165, 0, .14);
	border: 1px solid rgba(240, 165, 0, .3);
	color: var(--brand-color-theme-2);
	padding: .28rem .75rem;
	border-radius: 20px;
	font-size: .8rem;
	letter-spacing: .05em;
	margin: 0 7px 10px 0;
	display: inline-block;
}

/* player ends here */

/* stages design 2 starts here */


.stage .ItemfinnerGallery {
	height: 100%;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
}

.stage .ItemfinnerGallery img {
	width: 80px;
	height: 80px;
	border: 1px solid var(--brand-color-theme-2);
	border-radius: 500px;
	margin: 0 40px 0 0;
}

.stage .ItemfinnerGallery .fGalleryImage {
	position: relative;
	width: fit-content;
	display: inline-block;
}

.stage .ItemfinnerGallery .fGalleryImage::after {
	content: "";
	width: 25px;
	height: 10px;
	background-image: url("https://storage.unitedwebnetwork.com/files/1391/081e273a143bc76c0e47a6c45a2fcfd8.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}

.stage .ItemfinnerGallery h3 {
	font-size: 1.6rem;
	color: var(--brand-color-theme-1);
	line-height: 40px;
	text-align: left;
	align-items: center;
	display: flex;
	margin: 0 30px;
	width: 100%;
}

.stage .ItemfinnerGallery h3 span {
	font-size: 3rem;
	display: inline-block;
	width: 75px;
	border-right: 1px dashed #dedede;
	padding: 10px;
	color: var(--brand-color-theme-1);
	text-align: start;
}

.stage .ItemfinnerGallery h3 span:nth-child(2) {
	width: 200px;
	text-align: center;
	color: var(--brand-color-theme-2);
}

.stage .ItemfinnerGallery h3 label {
	padding-left: 30px;
}

.stage .ItemfinnerGallery .fGalleryText {
	height: 100%;
	width: 80%;
	align-content: center;
}


.stage .ItemfinnerGallery .fGalleryText .stage-section {
	display: flex;
	position: relative;
	align-items: center;
	background: white;
	border-radius: 20px;
	padding: 12px 0;
}

.stage .ItemfinnerGallery .fGalleryText .stage-section.brand-color-theme-2-bg h3 span {
	padding: 5px 10px;
}



.stage li {
	margin-bottom: 30px !important;
}

.stage h5 {
	margin: 0 0 20px 0;
	font-weight: 600;
}

/* How colonoscopy prevents colon cancer? starts here */

.f-how-colonoscopy .fGalleryItem {
	padding: 12px;
}

.f-how-colonoscopy .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	padding: 1.2rem;
	background-color: #f8eeed;
	border-radius: 5px;
}

.f-how-colonoscopy .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	height: 100%;
	background-color: white;
	object-fit: contain;
	border-radius: 5px;
}

/* How colonoscopy prevents colon cancer? ends here */

/* resources start here */

.f-resources .fGalleryItem
{
	padding: 12px;
}

.f-resources .fGalleryItem .ItemfinnerGallery
{
	height: 100%;
	border: 1px solid #fabcb7;
	background-color: #f8eeed;
	padding: 1rem;
	border-radius: 5px;
}

.f-resources .fGalleryItem .ItemfinnerGallery h3
{
	margin: 1rem 0 0 0;
	font-size: 1rem;
	text-align: center;
	color: var(--brand-color-theme-1);
}

.f-resources .fGalleryItem .ItemfinnerGallery .fGalleryImage img{
	border-radius: 5px;
	aspect-ratio: 1/.8;
	object-fit: contain;
	background-color: white;
}
/* resources end here */

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/
@media(min-width:991.9px) {
	#fFooter .f-footer-menu {
		width: fit-content;
	}

	.f-common .f-media-image img {
		position: sticky;
		top: 80px;
	}
}

@media(min-width:991.9px) {
	.f-header-logo img {
		width: 200px;
	}

	.f-header-logo {
		width: fit-content;
	}

	.main-menu .fMenu {
		display: flex;
		justify-content: end;
		align-items: center;
	}

	.main-menu .fMenu>li {
		padding: 7px 7px;
		position: relative;
		margin: 0 !important;
	}

	.main-menu .fMenu>li.has-submenu {
		padding-right: 15px;
	}

	.main-menu .fMenu>li>a {
		color: rgba(255, 255, 255, .75);
		text-decoration: none;
		font-size: 1rem;
		font-weight: 500;
		text-transform: capitalize;
		transition: color .2s;
	}

	.main-menu .fMenu>li:last-child {
		padding-right: 0;
	}

	.main-menu .fMenu>li:last-child>a {
		background-color: var(--brand-color-theme-2);
		display: inline-block;
		padding: 10px 1rem;
		color: #000;
		font-weight: 500;
		border-radius: 4px;
		border: 1px solid var(--brand-color-theme-2);
	}

	.main-menu .fMenu>li>ul {
		position: absolute;
		text-align: left;
		top: 3.8rem;
		left: 7px;
		background-color: white;
		visibility: hidden;
		min-width: 230px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		opacity: 0;
		z-index: -1;
		box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		padding: 0;
	}

	.main-menu .fMenu>li.has-submenu>a {
		position: static;
	}

	.main-menu .fMenu>li.has-submenu>a::before {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: .8rem;
	}

	.main-menu .fMenu>li>ul::before {
		content: "";
		position: absolute;
		left: 0;
		height: 2.3rem;
		width: 100%;
		top: -2rem;
		background-color: transparent;
	}

	.main-menu .fMenu>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		z-index: 9;
	}

	.main-menu .fMenu>li>ul>li {
		display: block;
		margin: 0 0;
		padding: 0px 0px;
	}

	.main-menu .fMenu>li>ul>li>a {
		font-size: .9rem;
		line-height: 1.2em;
		color: var(--brand-color-theme-2);
		padding: .7rem .5rem;
		display: block;
		border-bottom: 1px solid #dedede;
	}

	.main-menu .fMenu>li>ul>li>a:hover {
		background-color: var(--brand-color-theme-2);
		color: white;
	}

	.main-menu .fMenu>li>ul>li:last-child>a {
		border-bottom: 0;
	}

	header .main-menu {
		width: fit-content;
	}
}

@media(min-width:1299.99px) {
	#fFooter .f-contact {
		width: fit-content;
	}

	.f-header-logo img {
		width: 230px;
	}

	.main-menu .fMenu>li>ul>li>a,
	.main-menu .fMenu>li>a {
		font-size: .2;
	}

	.f-galleryImages .fGalleryItem {
		width: 20%;
	}
}

/*xl*/

@media (max-width: 1399.99px) {
	html {
		font-size: 16px;
	}
}

@media(max-width:1299.99px) {}


@media(max-width: 991.9px) {
	html {
		font-size: 15px;
	}

	.f-logo-header img {
		width: 130px;
	}

	h3 {
		font-size: 2rem;
	}

	.fModuleTitle h3 {
		font-size: 1.7rem;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.fHeader .navbar-header {
		margin: 0;
	}

	.fHeader .navbar-header .row.row-0 {
		margin: 0 15px;
	}

	.navbar-header .navbar-toggler {
		display: block;
	}

	.navbar-collapse.collapse.show {
		display: block;
	}

	.region-header,
	.region-headertop {
		display: inline-block;
		width: 100%;
	}

	.region-header .fModule,
	.region-headertop .fModule {
		display: block;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.navbar-toggle .icon-bar {
		background-color: var(--brand-color-theme-2);
	}

	.main-menu nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 4em;
		height: fit-content;
		width: 100%;
		background-color: var(--brand-color-theme-2);
		width: 95%;
		padding: 0;
		z-index: 999;
	}

	.main-menu {
		position: static !important;
	}

	.main-menu nav ul {
		margin: 0;
	}

	.main-menu nav ul.fMenu>li>a {
		display: block;
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
		background-color: var(--brand-color-theme-2);
	}

	.main-menu nav ul.fMenu>li:last-child>a {
		border-bottom: 0;
	}

	.main-menu nav ul.fMenu>li.has-submenu>a::after {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: white;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul {
		position: relative;
		padding: 7px;
		background-color: var(--brand-color-theme-1);
		display: none;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
		background-color: var(--brand-color-theme-2);
		display: block;
	}

	.f-photo-with-custom-text .fModuleTitle {
		display: block;
	}

	.f-photo-with-custom-text .fModuleContent .fModuleTitle {
		display: none;
	}

	.f-header-logo img {
		width: 230px;
	}

	.fHeader {
		padding: 0px 0 12px 0;
	}

	.f-banner-new .fGalleryText h3 {
		font-size: 3rem;
	}

	.f-banner-new .fGalleryText .numbers .boxes .item h5 {
		font-size: 1.5rem;
	}

	.f-banner-new .fGalleryText .numbers .boxes {
		width: 150px;
		aspect-ratio: unset;
	}

	.fModuleTitle p {
		margin-bottom: 1rem !important;
	}

	.f-gallery-section .fGalleryImages {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

	.f-gallery-section .fGalleryImages .fGalleryItem {
		width: 50%;
		padding: 12px;
	}

	.f-gallery-section .fGalleryItem:nth-child(2) .fGalleryImage img {
		max-height: 200px;
		height: unset;
	}

	.footer-contact {
		text-align: center;
	}

	.footer-contact .container .fModuleContent,
	.footer-contact .container .fModuleTitle {
		width: 100%;
	}

	.footer-contact .container .fModuleTitle p {
		margin: 1rem auto;
	}

	#fFooter .footer-contact .contact-links {
		justify-content: center;
	}

	.f-get-screened .f-all-get-screened>div .item-list-screened {
		position: static;
	}

	.stage li {
		margin-bottom: 10px !important;
	}

	.stage .ItemfinnerGallery {
		height: unset;
	}

	.stage-section {
		width: 100%;
	}

	.stage-section,
	.stage .ItemfinnerGallery h3 {
		display: block;
		font-size: 1.5rem;
	}

	.stage .ItemfinnerGallery h3 span:nth-child(2),
	.stage .ItemfinnerGallery h3 span {
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
		padding: 0;
		border-right: 0;
		border-bottom: 1px dashed #dedede;
	}

	.stage .ItemfinnerGallery .fGalleryText {
		padding: 12px;
		width: 100%;
	}

	.stage .ItemfinnerGallery h3 label {
		padding: 0px;
		text-align: center;
		display: block;
	}

	.stage .ItemfinnerGallery img {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.stage .ItemfinnerGallery .fGalleryImage::after {
		top: unset;
		transform: translateX(-50%);
		bottom: 10px;
		right: 0;
		left: 37%;
		rotate: 90deg;
	}

	.f-contact-header .contact-links .contact-link {
		background: transparent;
		border: 1px solid rgba(255, 255, 255, .3);
		color: rgba(255, 255, 255, .65);
		font-size: .65rem;
		letter-spacing: .06em;
		padding: .28rem .6rem;
		border-radius: 2px;
		cursor: pointer;
		margin-left: 10px;
		transition: all .2s;
	}

	.f-contact-header .contact-links .contact-link:hover {
		border-color: var(--brand-color-theme-2);
		background-color: var(--brand-color-theme-2);
		color: #070f1e;
	}
}


/*sm*/

@media(max-width:574.99px) {
	.f-banner-new .fGalleryText h3 {
		font-size: 2.5rem;
	}

	.f-banner-new .fGalleryText .numbers .boxes {
		width: 120px;
		padding-right: 0;
	}

	.f-banner-new .fGalleryText .fButtonBannerDiv>a {
		padding: 7px 1.5rem;
		font-size: .9rem;
	}

	.f-language-btn .navbar {
		justify-content: center;
	}

	.f-language-btn .fMenu {
		justify-content: center;
	}

	.f-language-btn .fMenu>.menu-item {
		padding-right: 12px;
	}

	.f-contact-header .contact-links {
		text-align: center;

	}

	/* .f-contact-header .contact-links .contact-link {
		padding: 15px 7px 0 7px;
	} */

	.f-survivor-story .f-media {
		display: flex;
		flex-wrap: wrap;
		grid-template-columns: unset;
		gap: 1rem;
		justify-content: center;
		padding: 1rem 1rem;
	}

	.f-survivor-story .f-media .f-media-text {
		text-align: justify;
	}

	.f-common .status>div div.item .status-num {
		min-height: unset;
		width: 100%;
		text-align: center;
	}

	.f-common .status>div div.item .status-text {
		text-align: center;
	}

	.f-common .status>div div.item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.f-common .late-detection .item .late-and-early>span {
		width: 20px;
		height: 20px;
	}

	.f-common .late-detection .item {
		padding: 1rem;
		text-align: center;
	}

	.f-common .late-detection .item .late-and-early>span.person-early::after {
		width: 10px;
		height: 10px;
	}

	.f-stages .stage-list .stage-item .stage-item-inner {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		grid-template-columns: unset;
		text-align: center;
		justify-content: center;
	}

	.f-stages .stage-list .stage-item .stage-item-inner .stage-num {
		text-align: center;
	}

	.f-stages .stage-list .stage-item .stage-item-inner .stage-right {
		text-align: center;
	}

	.f-screened-badge .col-12 .item {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.f-gallery-section .fGalleryItem {
		width: 100% !important;
		padding: 12px 0 !important;
	}

	.f-gallery-section .fGalleryItem:nth-child(2) .fGalleryImage img,
	.f-gallery-section .fGalleryItem .fGalleryImage img {
		min-height: 200px;
		max-height: 200px;
	}

	.footer-contact .container .fModuleTitle h3 {
		text-align: center;
	}

	#fFooter .footer-contact .contact-links {
		flex-wrap: wrap;
		justify-content: center;
	}

	#fFooter .footer-contact .contact-link {
		width: 75%;
		text-align: center;
	}

	.stage .ItemfinnerGallery .fGalleryText {
		padding: 12px 0;
	}
}

@media(max-width:400px) {
	.f-banner-new .fGalleryText .numbers .boxes {
		width: 110px;
	}

	.f-banner-new .fGalleryText>.container {
		padding: 12px 12px;
	}

	.footer-logos .fGalleryItem .fGalleryImage img {
		max-width: 50px;
		max-height: 50px;
	}
}