.result-text p {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 0 0 10px;
	line-height: 1.4;
}

.result-text p:last-child {
	margin-bottom: 0;
}

.result-label {
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin-right: 16px;
}

.result-value {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	text-align: right;
}

.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-7 { padding-top: 1.75rem; }
.pt-8 { padding-top: 2rem; }
.pt-9 { padding-top: 2.25rem; }
.pt-10 { padding-top: 2.5rem; }

.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-7 { padding-bottom: 1.75rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-9 { padding-bottom: 2.25rem; }
.pb-10 { padding-bottom: 2.5rem; }

.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pl-5 { padding-left: 1.25rem; }
.pl-6 { padding-left: 1.5rem; }
.pl-7 { padding-left: 1.75rem; }
.pl-8 { padding-left: 2rem; }
.pl-9 { padding-left: 2.25rem; }
.pl-10 { padding-left: 2.5rem; }

.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 0.75rem; }
.pr-4 { padding-right: 1rem; }
.pr-5 { padding-right: 1.25rem; }
.pr-6 { padding-right: 1.5rem; }
.pr-7 { padding-right: 1.75rem; }
.pr-8 { padding-right: 2rem; }
.pr-9 { padding-right: 2.25rem; }
.pr-10 { padding-right: 2.5rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-9 { margin-top: 2.25rem; }
.mt-10 { margin-top: 2.5rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-9 { margin-bottom: 2.25rem; }
.mb-10 { margin-bottom: 2.5rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 0.75rem; }
.ml-4 { margin-left: 1rem; }
.ml-5 { margin-left: 1.25rem; }
.ml-6 { margin-left: 1.5rem; }
.ml-7 { margin-left: 1.75rem; }
.ml-8 { margin-left: 2rem; }
.ml-9 { margin-left: 2.25rem; }
.ml-10 { margin-left: 2.5rem; }

.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.mr-5 { margin-right: 1.25rem; }
.mr-6 { margin-right: 1.5rem; }
.mr-7 { margin-right: 1.75rem; }
.mr-8 { margin-right: 2rem; }
.mr-9 { margin-right: 2.25rem; }
.mr-10 { margin-right: 2.5rem; }

.m-auto { margin: auto; }
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }

/* Classic black-and-white pricing cards */
#services .pricing-table {
	background: #fff;
	border: 1px solid transparent;
	box-shadow: none;
	max-width: 320px;
	padding: 28px 22px;
	transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#services .pricing-table:hover {
	background: #f8f8f8;
	transform: translateY(-3px);
}

#services .pricing-table h3 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: none;
	color: #111;
	border-bottom: 1px solid transparent;
	padding-bottom: 16px;
	margin-bottom: 18px;
}

#services .pricing-table p {
	color: #222;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 10px;
}

#services .pricing-table p strong {
	font-size: 26px;
	line-height: 1.2;
	display: inline-block;
}

#services .pricing-table .price {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

#services .price-icon {
	background: #111;
	color: #fff;
	border: 1px solid transparent;
}

#services .pricing-table.special {
	background: #111;
	border-color: transparent;
}

#services .pricing-table.special h3,
#services .pricing-table.special p,
#services .pricing-table.special .price {
	color: #fff;
	border-bottom-color: transparent;
}

#services .pricing-table.special .price-icon {
	background: #fff;
	color: #111;
	border-color: transparent;
}

#services .pricing-table .view-more {
	display: inline-block;
	background: #fff;
	border: 1px solid transparent;
	color: #111;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	padding: 10px 16px;
}

#services .pricing-table .view-more:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}

#services .pricing-table.special .view-more {
	background: #fff;
	color: #111;
	border-color: transparent;
}

#services .pricing-table.special .view-more:hover {
	background: transparent;
	color: #fff;
}

/* Portfolio process cards: full-width image with content below */
#portfolio .box-40,
#portfolio .box-60 {
	width: 100%;
	float: none;
}

#portfolio .box-40 {
	display: block;
}

#portfolio .box-40 img {
	display: block;
	width: 100%;
	height: auto;
}

#portfolio .box-60 {
	text-align: left;
}

.logo img{
    height: 70px;
}

.top-contact-bar {
	background: #111;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-contact-bar .top-contact-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px 24px;
	padding: 8px 0;
	flex-wrap: wrap;
}

.top-contact-bar a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.top-contact-bar a:hover {
	color: #d7d7d7;
	text-decoration: none;
}

.top-contact-bar i {
	font-size: 14px;
}

.header-call-desktop {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-decoration: none;
	white-space: nowrap;
}

.header-call-desktop i {
	font-size: 18px;
}

.header-call-desktop:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.14);
}

.header-row{
	display: block;
}
@media (min-width: 991px){

	.nav-collapse{
		height: unset !important;
	}
}

@media (max-width: 991px) {
	.top-contact-bar {
		display: block;
	}

	.header-call-desktop {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.top-contact-bar .top-contact-inner {
		justify-content: center;
		text-align: center;
		padding: 10px 0;
		gap: 8px 16px;
	}

	.top-contact-bar a {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.top-contact-bar {
		display: none;
	}

	.header-row {
		display: flex;
		align-items: center;
	}

	.header-row .col-md-8 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 18px;
	}

	.header-row .navigation {
		float: none;
		display: flex;
		align-items: center;
		padding: 0;
		margin: 0;
	}

	.header-row .navigation li {
		float: none;
	}

	.header-call-desktop {
		display: inline-flex;
	}
}

/* Bootstrap 3 mobile collapse fix */
@media (max-width: 979px) {
	.navigation.nav-collapse {
		background: #000;
		height: 0;
		overflow: hidden;
	}

	.navigation.nav-collapse.in {
		background: #000;
		height: auto !important;
		overflow: visible;
	}
}

@keyframes whatsappWidgetPop {
	0% {
		opacity: 0;
		transform: translateX(22px) scale(0.88);
	}
	70% {
		opacity: 1;
		transform: translateX(0) scale(1.04);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

.whatsapp-float-wrap {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: flex;
	align-items: center;
	opacity: 0;
	transform-origin: right center;
	animation: whatsappWidgetPop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

.whatsapp-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	color: #111;
	padding: 12px 18px 12px 16px;
	border-radius: 999px;
	margin-right: -10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.18);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.whatsapp-pill::after {
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #ffffff;
	border-radius: 50%;
}

.whatsapp-pill:hover {
	color: #111;
	text-decoration: none;
}

.whatsapp-pill i {
	color: #25d366;
	font-size: 15px;
}

.whatsapp-float {
	position: relative;
	background: #25d366;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}

.whatsapp-float:hover {
	transform: scale(1.08);
}

.whatsapp-float img{
	height: 36px;
	width: 36px;
}

.whatsapp-float a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 30px;
	text-decoration: none;
}

@media (max-width: 575px) {
	.whatsapp-float-wrap {
		right: 14px;
		bottom: 14px;
	}

	.whatsapp-pill {
		padding: 10px 14px 10px 12px;
		font-size: 12px;
	}

	.whatsapp-float {
		width: 54px;
		height: 54px;
	}

	.whatsapp-float img {
		width: 32px;
		height: 32px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.whatsapp-float-wrap {
		animation: none;
		opacity: 1;
	}
}

.site-footer {
    position: relative;
	background: #587887;
	color: #fff;
	padding: 55px 0 25px;
	text-align: left;
}

.site-footer h4 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.site-footer a {
	color: inherit;
}

.site-footer a:hover {
	color: #fff;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 14px;
}

.footer-logo img {
	height: 52px;
	width: auto;
}

.footer-description {
	max-width: 460px;
	margin: 0 0 22px;
	color: #cfcfcf !important;
	font-size: 14px;
	line-height: 1.7;
}

.footer-links,
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li,
.footer-contact li {
	margin-bottom: 10px;
	color: #d9d9d9;
	font-size: 14px;
	line-height: 1.6;
}

.footer-links a {
	color: #d9d9d9;
	text-decoration: none;
}

.footer-links a:hover {
	color: #fff;
}

.footer-contact i {
	width: 18px;
	margin-right: 10px;
	color: #fff;
}

.footer-main {
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}

.footer-bottom {
	padding-top: 18px;
}

.footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #bfbfbf;
}



.bac-btn{
	font-size: 18px !important;
	font-weight: 700 !important;
	padding: 10px 24px !important;
}

#contact .contact-points {
	padding: 22px;
}

#contact .contact-points .about-title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
	color: #111;
}

#contact .contact-points-desc {
	margin: 0 0 14px;
	color: #444;
	line-height: 1.65;
	font-size: 15px;
}

#contact .contact-points-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact .contact-points-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	color: #111;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
}

#contact .contact-points-list li:last-child {
	margin-bottom: 0;
}

#contact .contact-points-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #111;
}

@media (max-width: 991px) {
	#contact .contact-points {
		margin-bottom: 20px;
	}
}

#message-us > img{
	width: 100%;
	aspect-ratio: 16/5 !important;
	object-fit: cover;
}

@media (max-width: 767px) {
	.site-footer {
		padding: 40px 0 20px;
	}

	.site-footer .footer-main > div {
		margin-bottom: 25px;
	}

	.footer-main {
		padding-bottom: 0;
		border-bottom: 0;
	}
}

#status{
    background-size: contain;
}

.hero-contact-details {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.hero-contact-details p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.4;
}


.hero-contact-details i {
	width: 22px;
	margin-right: 6px;
	text-align: center;
}

.hero-contact-details a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-contact-details a:hover {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
	.hero-contact-details p {
		font-size: 15px;
	}
}

/* About page layout */
.inner-page #home {
	background: #f3f3f3;
	min-height: 0;
	padding-bottom: 0;
}

.inner-page .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #587887;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.inner-page #home{
	padding-top: 100px;
}
.inner-page .header .container {
	background: transparent;
}

.inner-page #home .slideshow,
.inner-page #home .pattern,
.inner-page #home .slide-content,
.inner-page #home .home-video,
.inner-page #home video {
	display: none !important;
}

.about-hero-wrap {
	padding-top: 150px;
	padding-bottom: 70px;
}

.about-hero-copy h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 14px;
	color: #111;
}

.about-hero-copy h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 42px;
	line-height: 1.18;
	margin: 0 0 20px;
	color: #000;
}

.about-hero-copy p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333;
}

.about-hero-list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}

.about-hero-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #111;
}

.about-hero-list li:before {
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	color: #111;
	font-size: 16px;
}

.about-hero-image {
	padding: 10px;
}

.about-hero-image img,
.about-block-image img,
.doctor-profile-card img,
.logos-item img {
	display: block;
	width: 100%;
	height: auto;
}

.about-intro p {
	font-size: 17px;
	line-height: 1.9;
	margin: 0;
	color: #222;
}

.about-block-copy h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.2;
	color: #111;
	margin: 0 0 18px;
}

.about-block-copy p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 16px;
}

.about-video {
	width: 100%;
	height: auto;
	display: block;
	background: #000;
}

.doctor-profile-card h3 {
	font-size: 28px;
	margin: 18px 0 6px;
	font-family: "Georgia", "Times New Roman", serif;
	color: #111;
}

.doctor-credentials {
	font-size: 16px;
	color: #666;
	margin: 0;
}

.about-stats-row {
	margin-top: 24px;
}

.about-stat-box {
	text-align: center;
	margin-bottom: 20px;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
}

.about-stat-box h4 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 42px;
	margin: 0 0 8px;
	color: #111;
}

.about-stat-box p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin: 0;
}

.logos-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.logos-item {
	text-align: center;
	min-height: 90px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.logos-item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 86px;
}

.about-press-grid .logos-item img {
	max-height: 64px;
	width: auto;
	max-width: 100%;
}

.faq-wrap {
	padding-top: 10px;
}

.faq-item {
	border-bottom: 1px solid #e3e3e3;
	padding: 14px 0;
}

.faq-item:last-child {
	border-bottom: 0;
}

.faq-item summary {
	cursor: pointer;
	font-size: 19px;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	color: #111;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary:after {
	content: "+";
	float: right;
	font-size: 20px;
	line-height: 1;
	margin-top: 3px;
}

.faq-item[open] summary:after {
	content: "-";
}

.faq-item p,
.faq-item ul {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

details ul{
	padding-left: 20px;
}

@media (max-width: 991px) {
	.about-hero-wrap {
		padding-top: 120px;
	}

	.about-hero-copy h1 {
		font-size: 34px;
	}

	.about-hero-image {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about-hero-wrap {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.about-hero-copy h4 {
		font-size: 17px;
	}

	.about-hero-copy h1,
	.about-block-copy h2 {
		font-size: 28px;
	}

	.faq-item summary {
		font-size: 17px;
	}
}

/* Testimonials page */
.testimonials-hero-wrap {
	padding-top: 150px;
	padding-bottom: 70px;
}

.testimonials-hero-image {
	padding: 10px;
}

.testimonials-hero-image img,
.journey-card img,
.result-card img,
.trust-row img {
	display: block;
	width: 100%;
	height: auto;
}

.testimonials-hero-copy {
	padding-top: 12px;
}

.testimonials-hero-copy .trust-stars {
	max-width: 260px;
	margin-bottom: 20px;
}

.testimonials-hero-copy h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 46px;
	line-height: 1.15;
	margin: 0 0 16px;
	color: #111;
}

.testimonials-hero-copy p {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 24px;
	color: #333;
}

.journey-quote {
	border-left: 3px solid #111;
}

.journey-quote p {
	margin: 0;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.55;
	color: #111;
}

.journey-card,
.result-card,
.story-row {
	margin-bottom: 30px;
}

.story-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.story-item {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.story-card {
	overflow: hidden;
	min-height: 100%;
}

.story-frame {
	position: relative;
	height: 280px;
	background: #000;
	overflow: hidden;
}

.story-frame iframe,
.story-frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.story-body {
	border-top: 1px solid #ececec;
}

.journey-card h4,
.story-title {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 12px;
	color: #111;
}

.journey-card p,
.story-row p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	margin: 0;
}

.story-video {
	position: relative;
	background: #000;
	overflow: hidden;
}

.story-video iframe,
.story-video video {
	border: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.testimonials-page .embed-responsive {
	background: #000;
}

.testimonials-page .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.shorts-row {
	margin-top: 10px;
}

.shorts-grid {
	margin-left: -12px;
	margin-right: -12px;
}

.shorts-item {
	float: left;
	width: 33.3333%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}

.trust-row {
	padding-top: 26px;
	padding-bottom: 26px;
}

.result-card {
	position: relative;
	overflow: hidden;
}

.result-card:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 78px;
	height: 18px;
	background: url("../uploads/2025/04/best.png") no-repeat center;
	background-size: contain;
	pointer-events: none;
}

.result-meta {
	border-top: 1px solid #e5e5e5;
}

.result-meta p {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	line-height: 1.45;
}

@media (max-width: 991px) {
	.testimonials-hero-wrap {
		padding-top: 120px;
	}

	.testimonials-hero-copy {
		padding-top: 25px;
	}

	.testimonials-hero-copy h1 {
		font-size: 38px;
	}

	.journey-quote p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.testimonials-hero-wrap {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.story-item {
		width: 100%;
	}

	.shorts-item {
		width: 100%;
	}

	.story-frame {
		height: 220px;
	}

	.testimonials-hero-copy h1 {
		font-size: 30px;
	}

	.journey-quote p {
		font-size: 20px;
	}
}

/* Science page */
.science-page #science-intro,
.science-page #science-causes,
.science-page #science-process,
.science-page #science-cta,
.science-page #science-faq {
	background: #f5f5f5;
}

.science-page .science-hero-wrap {
	padding-top: 140px;
	padding-bottom: 70px;
}

.science-page .science-hero-title .title-inner {
	background-color: transparent;
	max-width: 880px;
}

.science-page .science-hero-title .title-inner h3{
	background-color: transparent;
}

.science-page .science-hero-title h3 {
	margin: 0;
}

.science-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.science-grid .science-col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.science-grid-2 .science-col {
	width: 50%;
}

.science-grid-3 .science-col {
	width: 33.333333%;
}

.science-page .science-block,
.science-page .science-stage,
.science-page .science-faq-nav,
.science-page .science-faq-content {
	border: 1px solid #e8e8e8;
}

.science-page .science-block h2,
.science-page .science-faq-content h3,
.science-page .science-faq-nav h3,
.science-page .science-stage h4 {
	color: #0f0f0f;
}

.science-page .science-block h2 {
	margin-top: 0;
	margin-bottom: 18px;
}

.science-page .science-block h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #111111;
	font-size: 22px;
	line-height: 1.35;
}

.science-page .science-block p {
	margin-bottom: 14px;
	color: #4f4f4f;
	line-height: 1.7;
}

.science-page .science-image-wrap {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	min-height: 100%;
}

.science-page .science-image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.science-page .science-stage {
	min-height: 200px;
}

.science-page .science-stage h4 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.35;
}

.science-page .science-stage p {
	margin-bottom: 0;
	color: #4f4f4f;
	line-height: 1.65;
}

.science-faq-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.science-faq-grid .science-faq-nav-col,
.science-faq-grid .science-faq-content-col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.science-faq-grid .science-faq-nav-col {
	width: 34%;
}

.science-faq-grid .science-faq-content-col {
	width: 66%;
}

.science-page .science-faq-nav h3 {
	margin-top: 0;
	margin-bottom: 18px;
}

.science-page .science-faq-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.science-page .science-faq-nav ul li {
	margin-bottom: 10px;
}

.science-page .science-faq-nav ul li:last-child {
	margin-bottom: 0;
}

.science-page .science-faq-nav a {
	color: #111111;
	font-weight: 600;
	line-height: 1.5;
}

.science-page .science-faq-content h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.35;
}

.science-page .science-faq-content p {
	margin-bottom: 18px;
	color: #4f4f4f;
	line-height: 1.7;
}

@media (max-width: 1199px) {
	.science-page .science-stage {
		min-height: 250px;
	}
}

@media (max-width: 991px) {
	.science-grid-2 .science-col,
	.science-grid-3 .science-col,
	.science-faq-grid .science-faq-nav-col,
	.science-faq-grid .science-faq-content-col {
		width: 100%;
	}

	.science-page .science-image-wrap {
		min-height: 0;
	}

	.science-page .science-image-wrap img {
		height: auto;
	}

	.science-page .science-stage {
		min-height: 0;
	}

	.science-page .science-faq-nav {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.science-page .science-hero-wrap {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.science-page .science-hero-title .title-inner {
		padding: 20px;
	}

	.science-page .science-block h2 {
		font-size: 27px;
	}

	.science-page .science-block h3 {
		font-size: 20px;
	}

	.science-page .science-faq-content h3 {
		font-size: 22px;
	}
}

/* Pricing page */
.pricing-page #pricing-intro,
.pricing-page #services,
.pricing-page #pricing-compare,
.pricing-page #pricing-faq {
	background: #f5f5f5;
}

.pricing-page .pricing-hero-wrap {
	padding-top: 140px;
	padding-bottom: 70px;
}

.pricing-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.pricing-grid .pricing-col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.pricing-grid-2 .pricing-col {
	width: 50%;
}

.pricing-page .pricing-hero-copy,
.pricing-page .pricing-note,
.pricing-page .pricing-compare-card,
.pricing-page .pricing-faq-wrap {
	border: 1px solid #e8e8e8;
}

.pricing-page .pricing-hero-copy {
	min-height: 100%;
}

.pricing-page .pricing-kicker {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #222;
}

.pricing-page .pricing-hero-copy h3 {
	margin-top: 0;
	margin-bottom: 12px;
}

.pricing-page .pricing-hero-copy p {
	color: #4f4f4f;
	line-height: 1.75;
	margin-bottom: 16px;
}

.pricing-page .pricing-hero-image {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	min-height: 100%;
}

.pricing-page .pricing-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pricing-finance-wrap {
	padding: 25px;
	margin-bottom: 35px;
	border: 1px solid #e8e8e8;
}

.pricing-finance-icon {
	float: left;
	width: 110px;
	text-align: center;
}

.pricing-finance-icon img {
	max-width: 85px;
	height: auto;
	display: inline-block;
}

.pricing-finance-copy {
	margin-left: 120px;
	padding-top: 8px;
}

.pricing-finance-copy h2 {
	margin: 0 0 8px;
	font-size: 30px;
}

.pricing-finance-copy p {
	margin: 0;
	font-size: 17px;
	color: #4f4f4f;
}

.pricing-page .pricing-note h4,
.pricing-page .pricing-compare-card h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.35;
}

.pricing-page .pricing-note p,
.pricing-page .pricing-compare-card p {
	margin-bottom: 12px;
	color: #4f4f4f;
	line-height: 1.7;
}

.pricing-page .pricing-note p:last-child,
.pricing-page .pricing-compare-card p:last-child {
	margin-bottom: 0;
}

.pricing-page .pricing-note-negative {
	border-top: 3px solid #111;
}

.pricing-page .pricing-note-positive {
	border-top: 3px solid #000;
	background: #fafafa;
}

.pricing-page .pricing-compare-card {
	text-align: center;
}

.pricing-page .pricing-compare-card i {
	font-size: 36px;
	margin-bottom: 14px;
	color: #111;
}

.pricing-page .pricing-faq-item {
	border-bottom: 1px solid #e3e3e3;
	padding: 14px 0;
}

.pricing-page .pricing-faq-item:last-child {
	border-bottom: 0;
}

.pricing-page .pricing-faq-item summary {
	cursor: pointer;
	font-size: 19px;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	color: #111;
	list-style: none;
}

.pricing-page .pricing-faq-item summary::-webkit-details-marker {
	display: none;
}

.pricing-page .pricing-faq-item summary:after {
	content: "+";
	float: right;
	font-size: 20px;
	line-height: 1;
	margin-top: 3px;
}

.pricing-page .pricing-faq-item[open] summary:after {
	content: "-";
}

.pricing-page .pricing-faq-item p {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

/* Contact page */
#contact-intro,
#visit-us,
#contact {
	background: #f5f5f5;
}

.contact-hero-wrap {
	padding-top: 140px;
	padding-bottom: 70px;
}

.contact-hero-title .title-inner {
	margin: 0 auto;
	max-width: 860px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px;
}

.contact-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.contact-col {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.contact-block,
.contact-whatsapp,
.contact-map-wrap {
	border: 1px solid #e8e8e8;
}

.contact-block h2,
.contact-whatsapp h3 {
	margin-top: 0;
	margin-bottom: 14px;
	color: #111;
}

.contact-block p,
.contact-whatsapp p {
	margin-bottom: 12px;
	line-height: 1.75;
	color: #4f4f4f;
}

.address-list a,
.address-list li{
	font-weight: 500;
	color: #0f0f0f;
}

.contact-image-wrap {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	min-height: 100%;
}

.contact-image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-whatsapp {
	margin-top: 5px;
	margin-bottom: 10px;
	background: #fafafa;
	border-left: 4px solid #111;
}

.contact-map-wrap {
	overflow: hidden;
	background: #eee;
	height: 100%;
	min-height: 340px;
}

.contact-map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 340px;
	border: 0;
	display: block;
}

.about-title{
	font-size: 36px;
}

.journey-card{
	margin-bottom: 0;
	height: 100%;
}

#portfolio .row{
	display: flex;
	flex-wrap: wrap;
}

#portfolio .row> div{
	padding-bottom: 24px;
}


/* ul.navigation li:last-child a{
	display: none;
} */
@media (max-width: 991px) {

	ul.navigation li:last-child a{
		display: block;
	}
	.pricing-grid-2 .pricing-col,
	.contact-col {
		width: 100%;
	}

	.pricing-page .pricing-hero-image,
	.contact-image-wrap {
		min-height: 0;
	}

	.pricing-page .pricing-hero-image img,
	.contact-image-wrap img {
		height: auto;
	}

	.pricing-finance-icon {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.pricing-finance-copy {
		margin-left: 0;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.pricing-page .pricing-hero-wrap,
	.contact-hero-wrap {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.contact-hero-title .title-inner {
		padding: 20px;
	}

	.pricing-finance-wrap {
		padding: 20px;
	}

	.pricing-finance-copy h2 {
		font-size: 26px;
	}
}

@media (max-width: 979px) {
	.nav-collapse{
		top: 110px !important;
		background-color: #587887 !important;
	}

	.header{
		height: unset !important;
	}
	.menu-btn{
		margin-top: 10px;
	}
}

.footer-links li, .footer-contact li a{
	color: #d9d9d9;
}