html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	--primary-color: #0000FF;
	--body-fonts: 'Montserrat', sans-serif;
	--recoleta-fonts: 'Recoleta', sans-serif;
	--acqua-color: #00bfb2;
	--secondary-dark-color: #006c7b;
	--dark-blue-color: #006271;
	--blue-light-color: #4b6771;
	--white-color: #FFF;
	--gray-light: #eceaed;
	--footer-bg: #cce0e3;
	--black-color: #000;

	--line-height: 1.5;
}

body {
	font-family: 'FoundersGrotesk', sans-serif;
	font-weight: 400;
	color: var(--dark-blue-color);
	font-size: 18px;
}

.forhealth-cms h1:not(.herobanner-content h1, .doc-detail-right h1),
.forhealth-cms h2:not(.calltoaction-section.calltoaction-a .cta-content h2, .calltoaction-section.calltoaction-b .cta-content h2, .full-heading, .contact-detail-list h2),
.forhealth-cms h3:not(.gps-details .bulk-bill h3, .ftr-medical-center h3, .ftr-quick-links h3),
.forhealth-cms h4,
.forhealth-cms h5,
.forhealth-cms h6 {
	color: var(--secondary-dark-color);
	display: block;
	width: 100%;
	font-family: var(--recoleta-fonts);
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.2;
}

.forhealth-cms h1:not(.herobanner-content h1, .doc-detail-right h1) {
	font-weight: 600;
	font-size: 52px;
}

.forhealth-cms h2:not(.calltoaction-section.calltoaction-a .cta-content h2, .calltoaction-section.calltoaction-b .cta-content h2, .full-heading, .contact-detail-list h2) {
	font-weight: 600;
	font-size: 40px;
}

.forhealth-cms h3:not(.gps-details .bulk-bill h3, .ftr-medical-center h3, .ftr-quick-links h3) {
	font-weight: 600;
	font-size: 34px;
}

.forhealth-cms h4 {
	font-weight: 500;
	font-size: 28px;
}

.forhealth-cms h5 {
	font-weight: 500;
	font-size: 24px;
}

.forhealth-cms h6 {
	font-weight: 500;
	font-size: 22px;
}

.forhealth-cms p:not(.filter-section > p, .herobanner-content p, .doc-detail-right p, .gps-details p, .doc-list-wrap .doc-list-back p) {
	color: var(--secondary-dark-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 10px;
}

.forhealth-cms p a {
	color: var(--acqua-color);
	text-decoration: underline;
}

.forhealth-cms ul li:not(.ftr-quick-links ul li, .menu-header ul li, .menu-header ul li ul li, .our-services-sec ul li, .doc-list ul li, .filter-lst ul li, .newgpslist > ul > li, .herobanner-services ul li, .doct-booking ul li, .medical-openhours .opendaytime ul li, .doctor-list-int ul li, .gps-details .bulk-bill ul li, .gps-details .area-gps ul li, .hospitalDetail ul.timeList li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .rightBlock.hideMobile .hospitalDetail ul.timeList li) {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: var(--dark-blue-color);
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 400;
	position: relative;
	min-height: auto;
	padding-left: 24px;
	overflow: hidden;
}

.forhealth-cms .downloadApp ul li {
	padding-left: 0px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.forhealth-cms ul li:not(.ftr-quick-links ul li, .menu-header ul li, .menu-header ul li ul li, .our-services-sec ul li, .doc-list ul li, .filter-lst ul li, .newgpslist > ul > li, .herobanner-services ul li, .doct-booking ul li, .medical-openhours .opendaytime ul li, .doctor-list-int ul li, .gps-details .bulk-bill ul li, .gps-details .area-gps ul li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .rightBlock.hideMobile .hospitalDetail ul.timeList li)::before {
	background: url(../images/plus.svg);
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background-size: cover;
}

.tblOuter {
	margin-bottom: 40px;
	margin-top: 10px;
}

a.mcBtn {
	background: var(--acqua-color);
	color: #FFF;
	text-decoration: none;
	border-radius: 32px;
	padding: 10px 20px;
	margin-top: 15px;
	display: inline-block;
}

.nano .nano-pane {
	background: #888;
}

.nano .nano-slider {
	background: #111;
}

@font-face {
	font-family: 'Recoleta';
	src: url('../fonts/latinotype_-_recoleta_bold-webfont.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Recoleta';
	src: url('../fonts/latinotype_-_recoleta_medium-webfont.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FoundersGrotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/founders-grotesk-medium.woff2') format('woff2');
}

@font-face {
	font-family: 'FoundersGrotesk';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/founders-grotesk-regular-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'FoundersGrotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/founders-grotesk-regular.woff2') format('woff2');
}

* {
	box-sizing: border-box;
}

.main-wrapper {
	width: 100%;
	margin: 0px auto;
}

.inner-wrapper {
	width: 1200px;
	margin: 0px auto;
}

img {
	max-width: 100%;
}

/*Header*/
.bg-header {
	background-color: var(--gray-light);
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px;
}

.logo-header {
	padding: 20px 0px;
}

.logo-header img {
	width: 200px;
}

.menu-header ul {
	display: flex;
}

.menu-header>ul>li {
	margin-right: 50px;
	position: relative;
	padding: 50px 0px;
}

.menu-header>ul>li>a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-header ul.submenu-ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 122px;
	width: 760px;
	position: absolute;
	height: auto;
	background-color: var(--white-color);
	left: -280px;
	z-index: 99;
}

.menu-header ul li:hover ul.submenu-ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.menu-header ul li:last-child {
	margin-right: 0px;
}

.menu-header>ul>li.submenu>a {
	position: relative;
}

.menu-header>ul>li.submenu>a:after {
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--blue-light-color);
	position: absolute;
	top: 12px;
	right: -23px;
	content: '';
	transition: all 0.3s ease-out;
}

.menu-header>ul>li.submenu>a:hover:after {
	border-top: 8px solid var(--acqua-color);
}

.menu-header ul>li:last-child>a:not(.sub-menu-wrap-footer ul li a, .sub-menu-wrap ul li a) {
	color: var(--white-color);
	background-color: var(--acqua-color);
	padding: 9px 22px;
	border-radius: 32px;
	font-size: 18px;
}

.menu-header ul>li>a {
	color: var(--dark-blue-color);
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.menu-header ul>li>a:hover {
	color: var(--acqua-color);
	border-bottom: 2px solid var(--acqua-color);
}

.menu-header ul>li.submenu:hover:after {
	border-top: 6px solid var(--acqua-color);
}

.menu-header ul>li:last-child>a:hover:not(.sub-menu-wrap-footer ul li a, .sub-menu-wrap ul li a) {
	color: var(--white-color);
	border-bottom: 0px;
	background-color: var(--secondary-dark-color);
}

.submenu-ul .sub-menu-wrap {
	display: flex;
	flex-wrap: wrap;
}

.sub-menu-wrap-footer {
	padding: 25px 35px;
	background: #eceaed;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	gap: 20px;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li {
	border: 1px solid #000;
	padding: 12px 25px;
	border-radius: 32px;
	line-height: 16px;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li a {
	font-size: 20px;
	font-weight: 500;
	color: #00bfb2;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(1) {
	border: 1px solid #00bfb2;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(1):hover {
	background: #00bfb2;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(1) a {
	color: #00bfb2;
	padding-left: 30px;
	position: relative;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(1) a::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	background: url(../images/call-teleheaalth-white.svg) no-repeat;
	width: 24px;
	height: 24px;
	filter: brightness(0) saturate(100%) invert(54%) sepia(39%) saturate(2294%) hue-rotate(136deg) brightness(95%) contrast(101%);
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(1):hover a:before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(155deg) brightness(103%) contrast(103%);
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(2) {
	border: 1px solid #e31c79;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(2):hover {
	background: #e31c79;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(2) a {

	color: #e31c79;
	padding-left: 25px;
	position: relative;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(2) a::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	background: url(../images/repeat-prescriptions-white.svg) no-repeat;
	width: 24px;
	height: 24px;
	filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(5763%) hue-rotate(318deg) brightness(90%) contrast(98%);
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(2):hover a::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(155deg) brightness(103%) contrast(103%);
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(3) {
	border: 1px solid #00a3e0;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(3):hover {
	background: #00a3e0;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(3) a {

	color: #00a3e0;
	padding-left: 25px;
	position: relative;
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(3) a::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	background: url(../images/refresh-ccw.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: cover;
	filter: brightness(0) saturate(100%) invert(52%) sepia(15%) saturate(6843%) hue-rotate(163deg) brightness(93%) contrast(101%);
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:nth-child(3):hover a::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(155deg) brightness(103%) contrast(103%);
}

.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li:hover a,
.sub-menu-wrap-footer .sub-menu-wrap-footer-inner ul li a:hover {
	text-decoration: none !important;
	color: #FFF;
	border-bottom: 0px;
}

.speciality-service span,
.core-service-menu span,
.sub-menu-wrap-footer .sub-menu-wrap-footer-inner span {
	font-size: 22px;
	margin-bottom: 6px;
	display: block;
	color: var(--dark-blue-color);
}

.core-service-menu span {
	margin-bottom: 0px;
	padding-left: 10px;
}

.speciality-service ul li {
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0px;
}

.speciality-service ul li a:hover,
.speciality-service ul li:last-child a:hover {
	border: 0 !important;
}

.speciality-service ul li:last-child a {
	background: transparent;
	border-radius: 0;
	padding: 0px;
	color: var(--dark-blue-color);
}

.speciality-service ul li:last-child a:hover {
	background: transparent;
	color: var(--acqua-color);
	border-bottom: 2px solid var(--acqua-color);
}

.submenu-ul .sub-menu-wrap .core-service-menu {
	width: 70%;
	overflow: hidden;
	padding: 25px 15px;
	margin-right: 0%;
}

.submenu-ul .sub-menu-wrap .speciality-service {
	width: 30%;
	overflow: hidden;
	background-color: #f7f7f8;
	padding: 25px 30px;
}

.submenu-ul .sub-menu-wrap .core-service-menu ul {
	flex-wrap: wrap;
	gap: 18px;
	row-gap: 0px;
	margin-top: 22px;
}

.submenu-ul .sub-menu-wrap .speciality-service>ul>li>a {
	font-size: 18px;
}

.submenu-ul .sub-menu-wrap .core-service-menu ul li {
	margin-right: 0;
}

.speciality-service ul {
	flex-wrap: wrap;
	margin-top: 30px;
}

.core-service-menu ul li {
	width: 48%;
	margin-bottom: 0px;

}

.core-service-menu ul li a {
	color: var(--dark-blue-color);
	font-size: 18px;
	font-weight: 500;
}

.core-service-menu ul li a span {
	color: var(--dark-blue-color);
	font-size: 12px;
	font-weight: 400;
	display: block;
	width: 100%;
	margin-top: 6px;
	padding-left: 0px;
}

.core-service-menu ul li:last-child a,
.core-service-menu ul li:last-child:hover a {
	border-radius: 0;
	background: transparent;
	color: var(--dark-blue-color);
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}

.core-service-menu ul li:hover {
	background: var(--acqua-color);
	border-radius: 32px;
}

.core-service-menu ul li:hover a,
.core-service-menu ul li:hover span,
.core-service-menu ul li:last-child:hover span,
.core-service-menu ul li:last-child:hover a {
	color: var(--white-color);
	border: 0;
}

.core-service-menu ul li.megamenu-sub {
	position: relative;
	padding: 12px 12px 12px 42px;
}

.core-service-menu ul li.megamenu-sub::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	width: 38px;
	height: 38px;
}

.core-service-menu ul li.urgent-care::before {
	background: url('../images/urgent-care-menu.svg');
}

.core-service-menu ul li.skin-check::before {
	background: url('../images/skin-check-acqua.svg');
}

.core-service-menu ul li.women-health::before {
	background: url('../images/women-healthcare.svg');
}

.core-service-menu ul li.dental-quality::before {
	background: url('../images/dental.svg');
}

.core-service-menu ul li.telehealth-consult::before {
	background: url('../images/Telehealth-Teal-Services.svg');
}

.core-service-menu ul li.general-practice::before {
	background: url('../images/General-Practice-Teal.svg');
}

.core-service-menu ul li::before {
	filter: brightness(0) saturate(100%) invert(20%) sepia(71%) saturate(2966%) hue-rotate(170deg) brightness(89%) contrast(101%);
}

.core-service-menu ul li:hover::before {
	filter: grayscale(100) brightness(100);
}

/*Footer*/
.bg-footer {
	background-color: var(--footer-bg);
}

.footer-section {
	display: flex;
	padding: 40px 0px 60px 0px;
	gap: 2%;
}

.ftr-logo {
	width: 28%;
}

.ftr-quick-links {
	width: 18%;
}

.ftr-medical-center {
	width: 28%;
}

.ftr-health-logo {
	width: 20%;
}

.ftr-logo img {
	width: 180px;
}

.ftr-logo a {
	width: 100%;
	display: block;
	color: var(--dark-blue-color);
	font-weight: 500;
	font-size: 20px;
	margin-top: 30px;
}

.ftr-quick-links h3,
.ftr-medical-center h3 {
	color: var(--dark-blue-color);
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 20px;
}

.ftr-quick-links ul li {
	margin-bottom: 9px;
}

.ftr-quick-links ul li a,
.ftr-medical-center a {
	font-size: 16px;
	color: var(--dark-blue-color);
	font-weight: 500;
	text-decoration: none;
	display: block;
}

.ftr-medical-center a.ftr-location,
.ftr-medical-center a.ftr-call-icon {
	position: relative;
	padding-left: 25px;
}

.ftr-medical-center a.ftr-location::before {
	width: 15px;
	height: 22px;
	content: '';
	top: 3px;
	left: 5px;
	background: url('../images/location-pin-light.svg') no-repeat left center;
	position: absolute;
}

.ftr-medical-center a.ftr-call-icon::before {
	width: 22px;
	height: 22px;
	content: '';
	top: 2px;
	left: 0;
	background: url('../images/call-light-icon.svg') no-repeat left center;
	position: absolute;
}

.ftr-medical-center a {
	margin-bottom: 9px;
	line-height: 22px;
}

.forhealth-logo-ftr {
	width: 180px;
}

.ftr-health-logo a {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.ftr-health-logo a img {
	width: 40px;
}

.ftr-health-logo {
	text-align: right;
}

/*Action CTA Dark*/
.bg-action-dark {
	background-color: var(--dark-blue-color);
	padding: 20px 0px;
}

.action-bar,
.action-bar-two {
	display: flex;
	justify-content: space-between;

}

.action-bar span,
.action-bar-two span,
.action-bar span a {
	color: var(--white-color);
	font-size: 20px;
	position: relative;
	text-decoration: none;
}

.action-bar-two {
	width: 90%;
	margin: 0px auto;
}

.action-bar .address-icon {
	position: relative;
}

.action-bar-two span.card-icon::before {
	content: '';
	position: absolute;
	background: url('../images/billing-card.svg') no-repeat center left;
	top: -2px;
	left: 0px;
	width: 25px;
	height: 25px;
}

.action-bar .address-icon::before {
	content: '';
	position: absolute;
	background: url('../images/location-pin-light-white.svg') no-repeat center left;
	top: -2px;
	left: 0px;
	width: 18px;
	height: 24px;
}

.action-bar .call-icon::before {
	content: '';
	position: absolute;
	background: url('../images/call-light-icon-white.svg') no-repeat center left;
	top: -2px;
	left: 0px;
	width: 24px;
	height: 24px;
}

.action-bar-two span.service-icon:before {
	content: '';
	position: absolute;
	background: url('../images/call-teleheaalth.svg') no-repeat center left;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 24px;
}

.action-bar-two span.watch-icon:before {
	content: '';
	position: absolute;
	background: url('../images/opendaysclock.svg') no-repeat center left;
	top: -2px;
	left: 0px;
	width: 24px;
	height: 24px;
}

.action-bar-two span.card-icon,
.action-bar-two span.service-icon,
.action-bar-two span.watch-icon {
	padding-left: 35px;
}

.action-bar .address-icon {
	padding-left: 20px;
}

.action-bar .call-icon {
	padding-left: 25px;
}

.bg-action-light {
	background-color: var(--acqua-color);
	padding: 20px 0px;
}

.darkcta {
	background: var(--dark-blue-color);
}

.calltoaction-section {
	padding: 60px 0px;
}

.calltoaction-section.calltoaction-a .cta-content h2 {
	font-family: 'Recoleta';
	font-size: 52px;
	color: var(--white-color);
	line-height: 62px;
	margin-bottom: 60px;
	font-weight: 500;
}

.calltoaction-section.calltoaction-b .cta-content h2 {
	font-family: var(--recoleta-fonts);
	font-size: 52px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 70px;
	font-weight: 500;
}

.calltoaction-section.calltoaction-b .cta-content h2 span {
	font-weight: 700;
}

.calltoaction-section.calltoaction-a .cta-content span {
	display: block;
	color: var(--acqua-color);
}

.calltoaction-section.calltoaction-a .cta-content a {
	background-color: var(--acqua-color);
	color: var(--white-color);
	border-radius: 30px;
	font-size: 18px;
	padding: 12px 30px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	padding-right: 60px;
}

.calltoaction-section.calltoaction-a .cta-content a:hover {
	background-color: var(--white-color);
	color: var(--dark-blue-color);
}

.calltoaction-section.calltoaction-a .cta-content a:hover:after {
	filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(3946%) hue-rotate(177deg) brightness(99%) contrast(102%);
}

.calltoaction-section.calltoaction-a .cta-content a:after {
	content: '';
	position: absolute;
	top: 17px;
	right: 31px;
	background: url(../images/arrow-right.svg);
	width: 16px;
	height: 16px;
	background-size: cover;
}

.hearthicon {
	position: relative;
}

.hearthicon::after {
	background: url(../images/Heart-Right-IMG.png);
	content: '';
	width: 134px;
	height: 210px;
	position: absolute;
	top: 55px;
	right: 0px;
	background-size: contain;
	background-repeat: no-repeat;
}

/*Action CTA Light*/

.calltoaction-section.calltoaction-b .cta-content span {
	color: var(--dark-blue-color);
}

.calltoaction-b {
	display: flex;
}

.calltoaction-b .cta-content-img img {
	max-width: 100%;
}

.lightcta {
	background-color: var(--acqua-color);
}

.download-aap {
	display: flex;
	flex-wrap: wrap;
}

.download-aap span {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	color: var(--white-color) !important;
	font-weight: 500;
	font-size: 24px;
}

.download-aap a {
	margin-right: 20px;
	width: 170px;
}

.download-aap a img {
	border: 2px solid #FFF;
	border-radius: 12px;
}

.download-aap a:last-child {
	margin-right: 0px;
}

.calltoaction-section.calltoaction-b .cta-content {
	width: 70%;
}

.calltoaction-section.calltoaction-b .cta-content-img {
	width: 30%;
}

/* Our Services */
.bg-our-services {
	background-color: var(--gray-light);
	overflow: hidden;
}

.our-services-sec {
	padding: 60px 0px;
}

.our-services-sec ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}

.our-services-sec ul li {
	width: 33%;
	margin-right: 0;
	margin-top: 60px;
	text-align: center;
}

.our-services-sec ul li img {
	width: 240px;
}

.our-services-sec ul li:nth-child(3n+3) {
	margin-right: 0px;
}

.full-heading {
	color: var(--secondary-dark-color);
	display: block;
	width: 100%;
	text-align: center;
	font-family: var(--recoleta-fonts);
	font-weight: 600;
	font-size: 52px;
}

.full-heading img {
	width: 55px;
	position: relative;
	left: -5px;
	top: 5px;
}

.bg-experienced-doc {
	background-color: var(--gray-light);
}

.experienced-doc {
	padding: 60px 0px;
}

.doc-list ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 48px;
	row-gap: 60px;
	width: 100%;
}

.doc-list ul li {
	width: 22%;
	margin-right: 0;
	text-align: center;
	margin-top: 0;
	display: inline-block;
}

.doc-list ul li::before {
	display: none;
}

.doc-list {
	margin-top: 60px;
}

.doc-list ul li img {
	border-radius: 50%;
	margin-bottom: 15px;
}

.doc-list ul li a.doc-name {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

.doc-list ul li span.doc-deg {
	color: var(--secondary-dark-color);
	display: block;
	font-size: 14px;
	margin-bottom: 9px;
	line-height: 18px;
}

.doc-list ul li span.doc-des {
	color: var(--acqua-color);
	font-size: 20px;
	font-weight: 500;
	display: block;
	width: 100%;
	min-height: 50px;
	line-height: 24px;
}

.doc-list ul li a {
	text-decoration: none;
}

.doc-list ul li a.grid-btn {
	background: var(--acqua-color);
	color: var(--white-color);
	text-decoration: none;
	font-size: 18px;
	width: 140px;
	display: block;
	padding: 12px;
	font-weight: 500;
	margin: 0px auto;
	margin-top: 10px;
	border-radius: 30px;
	transition: all 0.3s ease-out;
}

.doc-list ul li a.grid-btn:hover {
	background: var(--secondary-dark-color);
	color: var(--white-color);
}

/*Doctor List Flip Start*/
.doc-list ul li {

	border-radius: 6px;
}

.doc-list ul li img {
	padding: 15px;
}

.doc-list-wrap {
	transition: transform 0.6s;
	transform-style: preserve-3d;
	height: 100%;
	height: 450px;
	border-radius: 30px;

}

.doc-list-wrap .doc-list-front {
	position: absolute;
	backface-visibility: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 30px;
}

.doc-list-wrap .doc-list-back {
	position: absolute;
	backface-visibility: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	transform: rotateY(180deg);
	padding: 30px;
	padding-bottom: 15px;
	background-color: #FFF;
	border-radius: 30px;
}

.doc-list ul li:hover .doc-list-wrap {
	transform: rotateY(180deg);
	transition: transform 0.5s;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.doc-list-wrap .doc-list-front a.grid-btn {
	margin-bottom: 15px;
}

.doc-list-wrap .doc-list-back a.grid-btn,
.doc-list-wrap .doc-list-front a.grid-btn {
	margin-top: auto;
}

.doc-list-wrap .doc-list-back {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	padding-top: 15px;
}

.doc-list-wrap .doc-list-back p {
	color: var(--secondary-dark-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.doc-list-wrap .doc-list-back a.grid-btn {
	text-align: center;
}

.doc-list-wrap .doc-list-back p a {
	color: #006271;
	text-decoration: underline;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;
	position: relative;
}

.doc-list-wrap .doc-list-back p a:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 77px;
	background: url(../images/arrow-right.svg);
	width: 16px;
	height: 16px;
	background-size: cover;
	filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(3946%) hue-rotate(177deg) brightness(99%) contrast(102%);
}

.doc-list-back .gps-details {
	margin-top: 9px;
}

.doc-list-back .gps-details .bulk-bill {
	width: auto;
	margin-bottom: 0px;
	padding: 15px;
	max-height: inherit;
	overflow: auto;
	margin-top: 10px;
}

.doc-list-back .gps-details .bulk-bill h3 {
	font-size: 18px;
	margin-bottom: 6px;
}

.doc-list-back .gps-details .bulk-bill ul {
	text-align: left;
}

.doc-list-back .gps-details .bulk-bill ul li {
	font-size: 16px;
	margin: 0px;
	text-align: left;
	position: relative;

}

.doc-list-back .gps-details .bulk-bill ul li::before {
	background: url('../images/check-circle.svg');
	width: 14px;
	height: 14px;
	content: '';
	position: absolute;
	top: 5px;
	left: 1px;
	background-size: cover;
	z-index: 99;
	display: block !important;
}

@media (min-width: 700px) and (max-width: 899px) {
	.doc-list-back .gps-details .bulk-bill ul li {
		width: 100% !important;
	}
}

/*Doctor List Flip Close*/
.viewall-sec {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.viewall-sec a {
	text-decoration: none;
	font-size: 32px;
	color: var(--secondary-dark-color);
	font-weight: 500;
	position: relative;
}

.viewall-sec a:hover {
	color: var(--acqua-color);
}

.viewall-sec a:after {
	background: url('../images/circle-arrow-2.svg');
	content: '';
	position: absolute;
	top: 8px;
	right: -35px;
	width: 28px;
	height: 28px;
	background-size: cover;
}

.viewall-sec a:hover:after {
	background: url('../images/circle-arrow.svg');
	content: '';
	position: absolute;
	top: 8px;
	right: -35px;
	width: 28px;
	height: 28px;
	background-size: cover;
}

/* Our Practitioners */
.bg-white {
	background-color: var(--white-color);
}

.filter-section {
	padding: 60px 0px;
}

.filter-section>p {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 20px auto;
	width: 90%;
}

.filter-lst {
	margin: 40px 0px 20px 0px;
}

.filter-lst ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.filter-lst ul li {
	margin-right: 15px;
	color: var(--dark-blue-color);
	font-weight: 500;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.filter-lst ul li a {
	background-color: var(--white-color);
	color: var(--acqua-color);
	padding: 15px 20px;
	font-weight: 500;
	border: 1px solid var(--acqua-color);
	text-decoration: none;
	font-size: 18px;
	border-radius: 30px;
	transition: all 0.3s ease-out;
}

.filter-lst ul li a:hover,
.filter-lst ul li.active-filter a {
	background-color: var(--acqua-color);
	color: var(--white-color);
}

.filter-lst ul li:last-child {
	margin-right: 0px;
}

/*New GPs*/
.meet-gps-section {
	padding: 30px 0px;
}

.txtleft {
	text-align: left;
}

.newgpslist {
	margin-top: 30px;
}

.newgpslist ul {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	align-items: start;
	position: relative;
	perspective: 500px;
}

.newgpslist ul li {
	width: 30%;
	margin-right: 0;
	background-color: #d9e7e9;
	border-radius: 30px;
}

.newgpslist ul li .card-wrapper {
	transition: transform 0.6s;
	transform-style: preserve-3d;
	height: 100%;
}

.newgpslist ul li:hover .card-wrapper {
	transform: rotateY(180deg);
	transition: transform 0.5s;
}

.newgpslist ul li .card-wrapper .front-card,
.newgpslist ul li .card-wrapper .back-card {
	position: absolute;
	backface-visibility: hidden;
	width: 100%;
	padding: 30px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.newgpslist ul li .card-wrapper .back-card {
	transform: rotateY(180deg);
}

.newgpslist ul li:nth-child(3n + 3) {
	margin-right: 0px;
}

.newgpslist ul li img {
	border-radius: 50%;
}

.newgpslist ul li .gps-details {
	width: 250px;
	margin: 0px auto;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.gps-details span.gpsname {
	color: var(--secondary-dark-color);
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: 15px;
}

.gps-details a.gpsname,
.gps-details a.gpsname:hover {
	color: var(--secondary-dark-color);
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: 15px;
	background: transparent;
	padding: 0px;
	width: auto;
	border-radius: 0px;
}

.gps-details .area-gps ul {
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	margin: 20px auto;
	gap: inherit;
}

.gps-details .area-gps ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: var(--dark-blue-color);
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
	min-height: auto;
	overflow: hidden;
}

.gps-details .area-gps ul li::before {
	background: url('../images/plus.svg');
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background-size: cover;
}

.gps-details a {
	background: var(--acqua-color);
	color: var(--white-color);
	text-decoration: none;
	font-size: 18px;
	width: 180px;
	display: block;
	padding: 15px 20px;
	font-weight: 500;
	margin: 0px auto;
	border-radius: 30px;
	text-align: center;
	transition: all 0.3s ease-out;
	margin-top: auto;
}

.gps-details a:hover {
	background-color: var(--secondary-dark-color);
}

.gps-details p {
	color: var(--dark-blue-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin: 20px 0px;
	text-align: left;
	margin-bottom: 35px;
}

.gps-details p a.gps-doc-more {
	background: transparent;
	padding: 0;
	text-align: left;
	margin: 0px;
	margin-top: 9px;
}

.bulk-bill {
	background-color: #97d700;
}

.gps-details .bulk-bill {
	width: 250px;
	margin: 0px auto;
	padding: 25px;
	border-radius: 16px;
	margin-bottom: 40px;
}

.gps-details .bulk-bill ul li {
	color: #086271;
	font-size: 16px;
	background: transparent;
}

.gps-details .bulk-bill ul {
	display: flex;
	flex-wrap: wrap;
	gap: inherit;
}

.gps-details .bulk-bill ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #086271;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 9px;
	position: relative;
	padding-left: 25px;
	min-height: 22px;
	overflow: hidden;
}

.gps-details .bulk-bill ul li::before {
	background: url('../images/check-circle.svg');
	width: 14px;
	height: 14px;
	content: '';
	position: absolute;
	top: 5px;
	left: 1px;
	background-size: cover;
	z-index: 99;
}

.gps-details .bulk-bill ul li:last-child {
	margin-bottom: 0px;
}

.gps-details .bulk-bill h3 {
	color: #086271;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.newgpslist>ul>li {
	height: 610px;
	/*&25*/
	overflow: auto;
}

/* Hero Banner */
.herbanner-img {
	background: url('../images/hero-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.hero-section {
	padding: 60px 0px;
	display: flex;
	gap: 10%;
}

.herobanner-content {
	width: 60%;
}

.herobanner-content h1 {
	font-family: var(--recoleta-fonts);
	font-size: 60px;
	margin-bottom: 15px;
	margin-top: 25px;
	color: var(--white-color);
	font-weight: 600;
	line-height: 68px;
}

.herobanner-content p {
	font-size: 25px;
	margin-bottom: 30px;
	color: var(--white-color);
	line-height: 34px;
	width: 590px;
}

.herobanner-content h1,
.herobanner-content p {
	text-shadow: 1px 2px 4px rgba(0,0,0,0.6);
}

.herobanner-content a {
	background: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	text-decoration: none;
	font-size: 18px;
	width: 180px;
	display: block;
	padding: 20px 20px;
	font-weight: 500;
	border-radius: 30px;
	text-align: center;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: -1px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 13px 0px rgba(0,0,0,0.75);
}

.herobanner-content a:hover {
	background: var(--acqua-color);
	border: 1px solid var(--acqua-color);
}

.herobanner-services {
	width: 30%;
	background: var(--white-color);
	border-radius: 12px;
	padding: 25px;
}

.herobanner-services .service-heading {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}

.herobanner-services input {
	width: 100%;
	border-radius: 6px;
	outline: none;
	border: 0px;
	padding: 12px 10px;
	font-size: 14px;
	margin-bottom: 6px;
	background: var(--gray-light);
}

.herobanner-services ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eeecef;
}

.herobanner-services ul li:last-child {
	border: 0px;
}

.herobanner-services ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--black-color);
	padding: 12px 0px;
}

.herobanner-services ul li:last-child a {
	border-bottom: 0px;
}

.herobanner-services ul li {
	position: relative;
	padding-left: 45px;
	transition: all 0.3s ease-out;
}

.herobanner-services ul li::before {
	content: '';
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}

.herobanner-services ul li:hover {
	background-color: #e6eff1;
}

.herobanner-services ul li.physiotherapy::before {
	background: url('../images/Physiotherapy.svg');
}

.herobanner-services ul li.skinchecks::before {
	background: url('../images/skin-icon.svg');
}

.herobanner-services ul li.travelvac::before {
	background: url('../images/vaccinations.svg');
}

.herobanner-services ul li.womenhealth::before {
	background: url('../images/womenhealth.svg');
}

.herobanner-services ul li.urgentcare::before {
	background: url('../images/urgentcare.svg');
}

.herobanner-services ul li.bulkbilling::before {
	background: url('../images/bulk-billing.svg');
}

.herobanner-services ul li.generalprac::before {
	background: url('../images/generalpractioner.svg');
}

.herobanner-services ul li::after {
	width: 0px;
	height: 0px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid var(--dark-blue-color);
	position: absolute;
	right: 6px;
	top: 11px;
	content: '';
}

.herobanner-services input[type="search"] {
	background: var(--gray-light) url('../images/search.svg') no-repeat left top;
	background-position: 10px 10px;
	padding-left: 40px;
	background-size: 19px;
}

.herobanner-services input[type="search"]::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 500;
}

.herobanner-services input[type="search"]::-moz-placeholder {
	font-size: 16px;
	font-weight: 500;
}

.herobanner-services input[type="search"]:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 500;
}

.herobanner-services input[type="search"]:-moz-placeholder {
	font-size: 16px;
	font-weight: 500;
}

/* Doctor Detail*/
.doctor-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0px;
	gap: 7%;
}

.doc-detail-left {
	width: 28%;

}

.doc-detail-right {
	width: 65%;
}

.doct-pic {
	text-align: center;
}

.doct-pic img {
	border-radius: 50%;
	width: 300px;
}

.doct-pic a {
	background: var(--acqua-color);
	color: var(--white-color);
	text-decoration: none;
	font-size: 18px;
	width: 180px;
	display: block;
	padding: 15px 20px;
	font-weight: 500;
	margin: 0px auto;
	border-radius: 30px;
	text-align: center;
	margin: 20px auto;
	transition: all 0.3s ease-out;
}

.doct-pic a:hover {
	background: var(--secondary-dark-color);
}

.doct-lang {
	text-align: center;
}

.doct-lang span {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
}

.doct-lang .lan-type {
	color: var(--secondary-dark-color);
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}

.doct-booking {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}

.doct-booking span {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
	text-align: center;
	margin-top: 30px;
	width: 100%;
}

.doct-booking ul {
	display: block;
}

.doct-booking ul li {
	width: 100%;
	margin-bottom: 9px;
}

.doct-booking ul li a {
	background-color: var(--white-color);
	color: var(--acqua-color);
	padding: 12px 30px;
	font-weight: 500;
	border: 1px solid var(--acqua-color);
	text-decoration: none;
	font-size: 16px;
	border-radius: 9px;
	display: block;
	transition: all 0.3s ease-out;
}

.doct-booking ul li a:hover {
	background-color: var(--acqua-color);
	color: var(--white-color);
}

.doc-detail-right h1 {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	display: block;
	margin-top: 15px;
}

.doc-detail-right .doc-degree {
	color: var(--secondary-dark-color);
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 12px;
}

.doc-type {
	color: var(--acqua-color);
	font-size: 20px;
	font-weight: 500;
	display: block;
	width: 100%;
	line-height: 28px;
}

.doc-detail-right p {
	color: var(--secondary-dark-color);
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	display: block;
	margin-top: 15px;
	line-height: 28px;
}

.doctor-list-int {
	border-top: 2px solid var(--acqua-color);
	margin-top: 30px;
	padding-top: 30px;
}

.doctor-list-int-heading {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
}

.doctor-list-int ul {
	margin-top: 30px;
	margin-bottom: 60px;
}

.doctor-list-int ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: var(--dark-blue-color);
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
	min-height: auto;
	overflow: hidden;
}

.doctor-list-int ul li::before {
	background: url('../images/plus.svg');
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background-size: cover;
}

.doct-appointment {
	background: var(--acqua-color);
	display: flex;
	justify-content: space-between;
	padding: 25px;
	align-items: center;
	border-radius: 12px;
}

.doct-appointment span {
	font-family: var(--recoleta-fonts);
	color: var(--white-color);
	font-size: 35px;
	font-weight: 500;
}

.doct-appointment a {
	color: var(--secondary-dark-color);
	background-color: var(--white-color);
	text-decoration: none;
	font-size: 18px;
	padding: 9px 18px;
	border-radius: 12px;
	transition: all 0.3s ease-out;
	font-weight: 500;
}

.doct-appointment a:hover {
	background: var(--secondary-dark-color);
	color: var(--white-color);
}

/*Floating icon right*/
.floating-icon {
	position: fixed;
	width: 100px;
	z-index: 999;
	right: 0px;
	top: calc(60% - 157px);
	text-align: center;
}

.floating-icon * {
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px 0px 0px 50px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.float-book-online {
	background: #00a3e0;

}

.float-book-online img,
.float-callus img,
.float-repeat-prescri img,
.float-book-telehealth img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 18px;
	margin-bottom: 4px;
}

.float-callus,
.float-repeat-prescri,
.float-book-telehealth,
.float-book-online {
	margin-bottom: 9px;
}

.floating-icon a {
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
	padding: 9px 6px 9px 20px;
	display: block;
}

.float-callus {
	background: #753bbd;

}

.float-repeat-prescri {
	background: #e31c79;

}

.float-book-telehealth {
	background: #00bfb2;
	margin-bottom: 0px;
}

/*Contact Us*/
.contact-us-detail {
	background: var(--secondary-dark-color);
}

.contact-wrap {
	display: flex;
	padding: 60px 0px;
}

.contact-detail-map {
	position: relative;
}

.contact-detail-list,
.contact-detail-map {
	width: 50%;
}

.contact-detail-map .address-map {
	display: none !important;
	background: url('../images/map-pointer.png');
	width: 240px;
	height: 70px;
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	top: calc(50% - 35px);
	left: calc(50% - 120px);
	font-size: 18px;
	padding-left: 90px;
	font-weight: 500;
	color: var(--white-color);
	padding-top: 15px;
}

.contact-detail-list h2 {
	font-family: var(--recoleta-fonts);
	font-size: 52px;
	color: var(--white-color);
	font-weight: 600;
	line-height: 68px;
}

.address-medical {
	margin-top: 0px;
}

.address-medical .medical-name {
	font-size: 24px;
	font-weight: 500;
	color: var(--white-color);
	line-height: 28px;
}

.address-medical .medical-name span {
	display: block;
	font-weight: 100;
}

.medical-contact {
	margin-top: 20px;
}

.address-medical .medical-contact a,
.address-medical .medical-address,
.address-medical .mediacl-fax {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 35px;
	position: relative;
}

.address-medical .medical-address {
	margin-top: 9px;
	line-height: 22px;
}

.medical-contact a::before {
	width: 22px;
	height: 22px;
	content: '';
	top: 0px;
	left: 0;
	background: url('../images/call-light-icon.svg') no-repeat left center;
	position: absolute;
}

.mediacl-fax {
	margin-top: 12px;
}

.mediacl-fax::before {
	width: 18px;
	height: 18px;
	content: '';
	top: 0;
	left: 3px;
	background: url('../images/fax-icon.svg') no-repeat left center;
	position: absolute;
}

.medical-address::before {
	width: 15px;
	height: 22px;
	content: '';
	top: 3px;
	left: 5px;
	background: url('../images/location-pin-light.svg') no-repeat left center;
	position: absolute;
}

.medical-openhours {
	margin-top: 60px;
}

.medical-openhours .med-openhur {
	font-size: 24px;
	color: var(--acqua-color);
	font-weight: 500;
}

.medical-openhours .opendaytime {
	margin-top: 12px;
	width: 400px;
	line-height: 22px;
	padding-left: 30px;
	position: relative;
}

.medical-openhours .opendaytime::before {
	position: absolute;
	background: url('../images/opendaysclock-dark.svg') no-repeat top center;
	content: '';
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	background-size: cover;
}

.medical-openhours .opendaytime ul li {
	color: var(--white-color);
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.medical-openhours .opendaytime ul li span {
	font-weight: 500;
	width: 200px;
}

.medical-openhours .opendaytime ul li span:nth-child(2) {
	font-weight: 100;
}

.open-hours-service {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;

}

.open-hours-service a {
	font-weight: 500;
	font-size: 18px;
	color: var(--acqua-color);
	text-decoration: none;
	position: relative;
}

.open-hours-service a:hover,
.open-hours-service a:hover:after {
	color: var(--white-color);
	filter: grayscale(100) brightness(100);
}

.open-hours-service a:after {
	background: url(../images/circle-arrow.svg);
	content: '';
	position: absolute;
	top: 3px;
	right: -25px;
	width: 18px;
	height: 18px;
	background-size: cover;
}

.medical-btn {
	display: flex;
	justify-content: flex-start;
	gap: 25px;
}

.medical-btn a {
	background: var(--white-color);
	color: var(--secondary-dark-color);
	;
	text-decoration: none;
	font-size: 18px;
	width: 180px;
	padding: 15px 20px;
	font-weight: 500;
	border-radius: 30px;
	text-align: center;
	transition: all 0.3s ease-out;
}

.medical-btn a:hover {
	background: var(--acqua-color);
	color: var(--white-color);
}


.flexBox {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 60px;
	gap: 10%;
}

.textwithimage {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.aboutDoctors {
	padding-top: 60px;
	padding-bottom: 60px;
}

.leftBlock {
	width: 60%;
}

.rightBlock {
	width: 30%;
}

.leftBlock .rightBlock {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 60px;
}

.ourLocation h3 {
	margin-bottom: 20px;
}

.iframeMpa {
	position: relative;
	margin-bottom: 40px;
}

a.centreAddress {
	position: absolute;
	top: 0px;
	z-index: 9;
	left: 0px;
	background: var(--secondary-dark-color);
	padding: 25px;
	font-size: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #FFF;
	max-width: 340px;
	font-weight: 400;
}

.hospitalDetail .address {
	margin-top: 15px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 15px;
	line-height: 22px;
}

.hospitalDetail .address a {
	margin-left: 10px;
	color: var(--white-color);
	border-bottom: 0px;
	background-color: var(--secondary-dark-color);
	padding: 12px 22px;
	border-radius: 32px;
	text-decoration: none;
	margin: 0px;
}

a#bookbutton {
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	display: inline-block;
	background: var(--acqua-color);
	padding: 9px 22px;
	font-size: 16px;
	border-radius: 32px;
}

.abtBtnOuter {
	margin: 20px 0px 40px 0px !important;
}

ul.aboutdesc li:last-child {
	margin-bottom: 40px;
}

ul.aboutdesc li a {
	color: var(--acqua-color);

}

.panel {
	padding: 20px 20px 30px 20px;
}

.panel p {
	margin-top: 0px !important;
}

.panel p strong {
	font-weight: 500;
}

.panel ul.aboutdesc li:last-child {
	margin-bottom: 0px;
}

ul.timeList li {
	padding-left: 0px;
}

.leftBlock .rightBlock .hospitalDetail {
	width: 50%;
}

ul.timeList li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

ul.timeList li h5 {
	width: auto;
	margin: 0px;
}

ul.timeList li p {
	display: block;
	width: 100px;
	margin-left: 20px;
	margin-bottom: 0px;
}

ul.timeList li p a {
	text-decoration: none;
}

.telehealth-listing ul {
	margin-top: 30px;
}

.textwithimage .text-left-info h2 {
	margin-bottom: 20px;
}

/*.showMobile a,
.abtBtnOuter a
{
    color: var(--white-color);
    background-color: var(--acqua-color);
    padding: 12px 22px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-out;
}*/
.textwithimage h4 a {
	color: var(--acqua-color);
	font-size: 24px;
	font-weight: 500;
}

.tblOuter table tr th {
	font-size: 18px;
	font-weight: 500;
	background-color: #D3D3D3;
	color: #006271;
	padding: 10px;
	border: 1px solid #006271;
	text-align: center;
}

.tblOuter table tr td {
	color: #006271;
	padding: 10px;
	border: 1px solid #006271;
	text-align: center;
}

.accordian-aboutus button.accordion {
	background-color: #006271;
	color: #fff;
	padding: 12px 15px;
	border: 1px solid #fff;
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.36px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	font-weight: 600;
}

.downloadApp ul {
	display: flex;
	gap: 30px;
}

.downloadApp ul li {
	padding-left: 0px;
	width: auto;
	margin-top: 30px;
}

.downloadApp ul li::before {
	display: none;
}

.for-mobile,
.hamburger-menu,
.mobile-main-menu,
.for-mobile.mb-privacy-menu {
	display: none;
}

.doc-list ul li img {
	width: 400px;
}

.action-cta-mb span a {
	color: #FFF;
	text-decoration: none;
}

.mobile-main-menu {
	display: none;
}

ul.submenu-ul a:empty {
	display: none;
}

.showMobile {
	display: none;
}

.for-desktop.desk-hide {
	display: block !important;
}

.aboutDoctors video {
	margin-top: 30px;
}

.flexBox .hospitalDetail {
	width: 35%;
}

.flexBox .docSliderWrapper {
	width: 55%;
}

.doctors-slider-mob-heading,
.doctors-slider-heading {
	width: 100%;
}

.doctors-slider-mob-heading h1,
.doctors-slider-heading h1 {
	font-size: 32px;
	text-align: left;
}

.doctors-slider-heading h1 {
	font-size: 40px;
	padding-top: 40px;
}

.doctors-slider-heading h1 br {
	display: none;
}

.campaignWrapper.threeColBox .flexBox .colBox {
	width: 31%;
}

.campaignWrapper.threeColBox .flexBox {
	gap: 3%;
}

.serviceList.flexBox {
	gap: 5%;
	flex-flow: row wrap;
	height: 100%;
	padding-top: 0;
}

.serviceList.flexBox .col-3 {
	width: 30%;
	margin-bottom: 60px;
	flex-flow: column;
	display: flex;
}

.serviceList.flexBox .col-3 .serviceBox {
	border: 0px;
	padding: 28px 28px;
	border-radius: 30px;
	background: rgb(217, 231, 233);
	align-items: stretch;
	flex-direction: column;
	display: flex;
	height: 100%;
}

.serviceList.flexBox .col-3 .serviceBox h3 {
	margin-bottom: 25px !important;
}

.serviceList.flexBox .col-3 .serviceBox .phoneNoList.phone-list h5 {
	margin: 0px;
}

.serviceList.flexBox .col-3 .serviceBox .phoneNoList.phone-list ul.timeList.srevice-panel {
	margin: 0px;
}

.serviceList.flexBox .col-3 .serviceBox .phoneNoList.phone-list ul.timeList.srevice-panel li {
	width: 120px;
	justify-content: end;
}

.serviceList.flexBox .col-3 .serviceBox .phoneNoList.phone-list ul.timeList.srevice-panel li span,
.serviceList.flexBox .col-3 .serviceBox ul.timeList li span {
	text-align: right;
}

.serviceList.flexBox .col-3 .serviceBox .phoneNoList.phone-list ul.timeList.srevice-panel li a {
	color: var(--acqua-color);
	text-decoration: none;
	text-decoration: underline;
}

.serviceList.flexBox .col-3 .serviceBox .phoneNoList.phone-list {
	display: flex;
	justify-content: space-between;
}

.serviceList.flexBox .col-3 .serviceBox ul.timeList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.serviceList.flexBox .col-3 .serviceBox ul.timeList li {
	justify-content: space-between;
	width: 100%;
	line-height: 28px;
}

.serviceList.flexBox .col-3 .serviceBox ul.timeList li label {
	font-weight: 500;
}

.serviceList.flexBox .col-3 .serviceBox h3 {
	margin: 0px;
	padding: 0px;
}

.serviceList.flexBox .col-3 .serviceBox h3 a,
.serviceList.flexBox .col-3 .serviceBox h3 a:hover {
	text-decoration: none;
	color: var(--secondary-dark-color);
}

.serviceList.flexBox .col-3 .serviceBox a.mcBtn {
	text-decoration: none;
	font-size: 18px;
	width: 140px;
	display: block;
	padding: 12px;
	font-weight: 500;
	margin: 10px auto 0px;
	border-radius: 30px;
	transition: all 0.3s ease-out 0s;
	text-align: center;
	background: var(--acqua-color);
	color: var(--white-color);
}

.serviceList.flexBox .col-3 .serviceBox a.mcBtn:hover {
	background: var(--secondary-dark-color);
	color: var(--white-color);
}

.serviceList.flexBox .col-3 .serviceBox .text-center {
	margin-top: auto;
}

.Services_mobile {
	display: none;
}

.campaignWrapper.threeColBox .flexBox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.flexBox.row1 {
	padding: 0px;
}

.rightBlock.hideMobile .hospitalDetail {
	width: initial;
}

.hospitalDetail ul.timeList li {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	line-height: 48px;
}

.hospitalDetail ul.timeList li span a {
	color: var(--acqua-color);
}

.consultation-fees-popup-btn:hover {
	background: #006c7b !important;
}

.ci-popup-close svg {
	width: 100%;
	filter: none !important;
	fill: #006C7B;
	filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(2336%) hue-rotate(170deg) brightness(90%) contrast(101%) !important;
}

.forhealth-book-popup .forhealth-book-popup__header {
	background: #00bfb2;
	padding: 18px 30px !important;
}

.forhealth-book-popup .forhealth-book-popup__header h3 {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}

.forhealth-book-popup .forhealth-book-popup__header .forhealth-book-popup__close {
	filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(192%) hue-rotate(160deg) brightness(119%) contrast(100%);
}

.forhealth-book-popup .forhealth-book-popup__body {
	padding: 30px 30px;
	background: #eceaed;
}

.forhealth-book-popup .forhealth-book-popup__item {
	width: 100%;
	border: 1px solid #dfdfdf;
	margin: 0px auto;
	margin-bottom: 15px;
	padding: 12px;
	background: #FFF;
}

.forhealth-book-popup .forhealth-book-popup__item:last-child {
	margin-bottom: 0px;
}

.forhealth-book-popup .forhealth-book-popup__item span {
	color: var(--dark-blue-color);
	font-size: 22px;
	font-weight: 500;
}

.forhealth-book-popup .forhealth-book-popup__close svg {
	width: 22px;
	height: 22px;
}

@media (max-width:1200px) {
	.logo-header img {
		width: 150px;
	}

	.showMobile {
		display: block;
	}

	.inner-wrapper {
		width: 95%;
		margin: 0px auto;
	}

	.doc-list ul {
		gap: 4%;
	}

	.newgpslist ul {
		gap: 5%;
	}

	.contact-detail-map iframe,
	.newgpslist ul li .gps-details,
	.gps-details .bulk-bill {
		width: 100%;
	}

	.doc-list ul li {
		margin-bottom: 50px;
	}

	.doc-list ul li:last-child {
		margin-bottom: 0px;
	}

	.viewall-sec a:after {
		display: none;
	}

	.viewall-sec a {
		text-decoration: none;
		font-size: 22px;
		color: #FFF;
		font-weight: 500;
		position: relative;
		background: var(--secondary-dark-color);
		padding: 12px 25px;
		border-radius: 32px;
	}

	.action-img-small {
		width: 40px !important;
	}

	.doc-list ul li img {
		width: 250px;
	}

	.tblOuter {
		width: 100%;
		overflow: auto;
	}

}

@media (max-width:1099px) {
	.inner-wrapper {
		width: 95%;
		margin: 0px auto;
	}

	.contact-detail-list h2,
	.full-heading,
	.calltoaction-section.calltoaction-a .cta-content h2,
	.calltoaction-section.calltoaction-b .cta-content h2 {
		font-size: 42px;
	}

	.herobanner-content h1 {
		font-size: 52px;
	}

	.hero-section {
		gap: 5%;
	}

	.herobanner-content a {
		border: 2px solid var(--white-color);
		font-size: 20px;
	}

	.campaignWrapper.threeColBox .flexBox .colBox {
		width: 70%;
		margin-bottom: 30px !important;
		margin: 0px auto;
	}
}

@media (max-width:1024px) {
	.medical-openhours .opendaytime {
		width: 100%;
	}

	.herobanner-services {
		display: none;
	}

	.herobanner-content {
		width: 100%;
	}

	.herobanner-services.for-mobile {
		display: block;
		width: 100%;
	}

	.doc-list ul li {
		width: 30%;
	}

	.newgpslist ul li {
		width: 32%;
	}

	.newgpslist ul {
		gap: 2%;
	}

	.filter-lst ul li {
		margin-right: 10px;
		font-size: 16px;
	}

	.filter-lst ul li a {
		padding: 10px 12px;
		font-size: 16px;
	}

	.contact-detail-list h2,
	.full-heading,
	.calltoaction-section.calltoaction-a .cta-content h2,
	.calltoaction-section.calltoaction-b .cta-content h2 {
		font-size: 38px;
	}
}

@media (max-width:900px) {
	.medical-openhours .opendaytime ul li span {
		font-weight: 500;
		width: 100px;
		display: inline-block;
	}

	.medical-openhours .opendaytime ul li span:nth-child(2) {
		width: auto;
	}

	.doc-list-wrap .doc-list-back a.grid-btn {
		width: 160px;
	}

	.footer-section {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}

	.ftr-quick-links {
		margin-top: 30px;
	}

	.ftr-medical-center {
		margin-top: 20px;
	}

	.ftr-health-logo {
		margin-top: 20px;
		text-align: left;
	}

	.herbanner-img {
		background-position: center;
	}

	.our-services-sec ul li {
		width: 70%;
		margin-right: 0;
		margin-top: 35px;
		text-align: center;
		background: #FFF;
		padding: 20px;
		border-radius: 32px;
	}

	.hero-section,
	.herobanner-services {
		flex-wrap: wrap;
		padding: 60px 40px;
	}

	.popup-fourhealth,
	.hero-section .herobanner-services,
	.floating-icon,
	.for-desktop,
	.calltoaction-section.calltoaction-b .cta-content-img,
	.menu-header,
	.hideMobile {
		display: none;
	}

	.for-desktop.desk-hide {
		display: none !important;
	}

	.herobanner-content h1 {
		font-size: 48px;
		line-height: 58px;
		margin-top: 0px;
	}

	.contact-detail-list h2,
	.full-heading,
	.calltoaction-section.calltoaction-a .cta-content h2,
	.calltoaction-section.calltoaction-b .cta-content h2 {
		font-size: 42px;
	}

	.contact-wrap {
		flex-wrap: wrap;
	}

	.section-header {
		padding: 0px 20px;
	}

	.filter-section,
	.experienced-doc,
	.meet-gps-section,
	.contact-wrap,
	.calltoaction-section,
	.footer-section,
	.doc-detail-left,
	.doc-detail-right {
		padding: 40px 20px;
	}

	.inner-wrapper,
	.contact-detail-list,
	.contact-detail-map,
	.doc-detail-left,
	.doc-detail-right,
	.herobanner-content,
	.herobanner-services,
	.herobanner-content p,
	.newgpslist ul li,
	.doc-list ul li,
	.calltoaction-section.calltoaction-b .cta-content,
	.contact-detail-map iframe,
	.ftr-logo,
	.ftr-quick-links,
	.ftr-medical-center,
	.ftr-health-logo,
	.download-aap span,
	.filter-lst,
	.action-cta-mb span {
		width: 100%;
	}

	.for-mobile,
	.hamburger-menu {
		display: block;
	}

	.bg-header {
		background: #006271;
	}

	.doctor-wrap {
		padding: 0px;
	}

	.hearthicon::after {
		width: 90px;
		height: 150px;
	}

	.calltoaction-section.calltoaction-a .cta-content h2,
	.calltoaction-section.calltoaction-b .cta-content h2 {
		line-height: 52px;
	}

	.calltoaction-section.calltoaction-b .cta-content h2 {
		margin: 0px;
	}

	.cta-pics {
		margin: 20px 0px;
	}

	.download-aap span {
		display: block;
		margin-bottom: 25px;
		font-weight: 500;
		font-size: 26px;
	}

	.download-aap a {
		width: 150px;
	}

	.hamburger-menu {
		display: inline-block;
		cursor: pointer;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 35px;
		height: 5px;
		background-color: #FFF;
		margin: 6px 0;
		transition: 0.4s;
	}

	.change .bar1 {
		transform: translate(0, 11px) rotate(-45deg);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		transform: translate(0, -11px) rotate(45deg);
	}

	.mobile-main-menu {
		width: 100%;
		background-color: var(--gray-light);
	}

	.mobile-main-menu ul {
		padding: 20px 40px;
		margin: 0px;
		padding-bottom: 60px;
	}

	.mobile-main-menu>ul>li {
		line-height: 32px;
		margin-bottom: 9px;
	}

	.mobile-main-menu>ul>li>a {
		color: var(--dark-blue-color);
		text-decoration: none;
		font-size: 28px;
		font-weight: 500;
	}

	.mobile-main-menu>ul>li>a:hover,
	.mobile-main-menu>ul>li>ul>li a:hover {
		color: var(--acqua-color);
	}

	.mobile-main-menu>ul>li>ul {
		padding: 0px;
		margin: 0px;
	}

	.mobile-main-menu>ul>li>ul>li {
		line-height: 38px;
		padding-left: 26px;
		position: relative;
	}

	.mobile-main-menu>ul>li>ul>li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 9px;
		background: url('../images/mobile-menu/urgent-care-menu.svg');
		width: 22px;
		height: 22px;
	}

	.mobile-main-menu>ul>li>ul>li:hover::before {
		filter: invert(38%) sepia(93%) saturate(821%) hue-rotate(139deg) brightness(114%) contrast(101%);
	}

	.mobile-main-menu>ul>li>ul>li a {
		color: var(--dark-blue-color);
		font-size: 22px;
		text-decoration: none;
		font-weight: 400;
	}

	.mobile-main-menu>ul>li:last-child {
		margin-top: 25px;
	}

	.mobile-main-menu>ul>li:last-child a {
		color: #FFF;
		padding: 15px 30px;
		background: #00bfb2;
		display: inline-block;
		border-radius: 32px;
		line-height: normal;
		font-size: 28px;
	}

	.medical-btn {
		margin-top: 40px;
		margin-bottom: 30px;
		text-align: center;
	}

	.medical-btn a:nth-child(1) {
		margin-right: 20px;
	}

	.bg-action-light.for-mobile {
		padding: 0px;
	}

	.action-cta-mb {
		padding: 40px 40px;
	}

	.medical-btn a {
		padding: 12px 16px;
		font-size: 18px;
	}

	.action-cta-mb span {
		display: block;
		text-align: center;
		margin-bottom: 50px;
		font-size: 28px;
		color: var(--white-color);
	}

	.action-cta-mb img {
		display: block;
		margin: 0px auto;
		width: 60px;
		margin-bottom: 10px;
	}

	.filter-lst {
		margin: 60px 0px 0px 0px;
		overflow: hidden;
	}

	.filter-lst ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		overflow: auto;
		gap: 0px;
	}

	.filter-lst ul li {
		width: 100%;
		background: #00bfb2;
		padding: 10px;
		margin-bottom: 2px;
		margin-right: 0px;
	}

	.filter-lst ul li:nth-child(1) {
		margin-right: 0px;
		color: var(--white-color);
		font-weight: 500;
		font-size: 18px;
		background: var(--secondary-dark-color);
		padding: 10px;
	}

	.filter-lst ul li a,
	.filter-lst ul li a:hover {
		background-color: transparent;
		color: var(--white-color);
		padding: 0px;
		font-weight: 500;
		border: 0px;
		text-decoration: none;
		font-size: 16px;
		border-radius: 0px;
		outline: none;
		transition: all 0.3s ease-out;
		width: 100%;
		display: block;
	}

	.newgpslist>ul>li {

		overflow: auto;
		margin-bottom: 40px;
	}

	.hearthicon::after {
		display: none;
	}

	.cta-content>img {
		width: 50%;
	}

	.meet-gps-section h2.full-heading {
		text-align: center;
	}

	.gps-details .area-gps ul,
	.gps-details .bulk-bill {
		text-align: left;
	}

	.newgpslist>ul>li {
		text-align: center;
	}

	.gps-details a.gpsname {
		font-size: 28px;
	}

	.newgpslist ul li img {
		width: 250px;
		margin: 0px auto;
	}

	.gps-details .bulk-bill ul li::before {
		top: 3px;
	}

	.action-cta-mb span:last-child {
		margin-bottom: 0px;
	}

	.address-medical {
		margin-top: 30px;
	}

	.address-medical .medical-contact a,
	.address-medical .medical-address {
		font-size: 20px;
	}

	.medical-openhours .opendaytime ul li {
		font-size: 16px;
	}

	.address-medical .medical-name {
		font-size: 28px;
		line-height: 35px;
	}

	.medical-openhours,
	.open-hours-service {
		margin-top: 40px;
	}

	.open-hours-service {
		margin-bottom: 40px;
	}

	.doc-list ul li a.grid-btn {
		width: 200px;
		margin-top: 4px;
	}

	.forhealth-cms h2:not(.calltoaction-section.calltoaction-a .cta-content h2, .calltoaction-section.calltoaction-b .cta-content h2, .full-heading, .contact-detail-list h2) {
		font-size: 34px;
	}

	.full-heading img {
		width: 45px;
	}

	.hero-section {
		padding: 40px 20px !important;
	}

	.herobanner-services .service-heading {
		font-size: 28px;
	}

	.herobanner-services ul li a {
		font-size: 20px;
		padding: 16px 0px;
	}

	.herobanner-services ul li::after {
		top: 20px;
	}

	.herobanner-services ul li::before {
		top: 9px;
	}

	.doc-title-mobile {
		color: var(--secondary-dark-color);
		font-size: 24px;
		font-weight: 500;
		margin-bottom: 6px;
		display: block;
		margin-top: 15px;
	}

	.doc-degree-mobile {
		color: var(--secondary-dark-color);
		display: block;
		font-size: 14px;
		margin-bottom: 9px;
	}

	.doc-type-mobile {
		color: var(--acqua-color);
		font-size: 20px;
		font-weight: 500;
		display: block;
		width: 100%;
		min-height: 50px;
		line-height: 24px;
	}

	.doct-pic a {
		font-size: 22px;
		width: 225px;
		margin: 10px auto;
		margin-bottom: 40px;
	}

	.doc-detail-right {
		padding-top: 0px;
	}

	.flexBox {
		display: flex;
		flex-wrap: wrap;
		padding-top: 60px;
		padding-bottom: 60px;
		gap: 10%;
		padding: 20px;
	}

	.leftBlock,
	.rightBlock {
		width: 100%;
	}

	.careersWrapper .textwithimage .text-left-info,
	.careersWrapper .textwithimage .image-right-info,
	.textwithimage .text-left-info,
	.textwithimage .image-right-info {
		width: 100% !important;
	}

	.aboutDoctors {
		padding: 20px;
	}

	.forhealth-cms ul li:not(.ftr-quick-links ul li, .menu-header ul li, .menu-header ul li ul li, .our-services-sec ul li, .doc-list ul li, .filter-lst ul li, .newgpslist > ul > li, .herobanner-services ul li, .doct-booking ul li, .medical-openhours .opendaytime ul li, .doctor-list-int ul li, .gps-details .bulk-bill ul li, .gps-details .area-gps ul li, .hospitalDetail ul.timeList li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .rightBlock.hideMobile .hospitalDetail ul.timeList li) {
		padding-left: 25px;
		line-height: 30px;
	}

	.forhealth-cms h1:not(.herobanner-content h1, .doc-detail-right h1) {
		font-weight: 600;
		font-size: 36px;
	}

	.forhealth-cms h2:not(.calltoaction-section.calltoaction-a .cta-content h2, .calltoaction-section.calltoaction-b .cta-content h2, .full-heading, .contact-detail-list h2) {
		font-weight: 600;
		font-size: 30px;
	}

	.forhealth-cms h3:not(.gps-details .bulk-bill h3, .ftr-medical-center h3, .ftr-quick-links h3) {
		font-weight: 600;
		font-size: 24px;
	}

	.forhealth-cms h4 {
		font-weight: 600;
		font-size: 22px;
	}

	.forhealth-cms h5 {
		font-weight: 500;
		font-size: 18px;
	}

	.forhealth-cms h6 {
		font-weight: 500;
		font-size: 12px;
	}

	.forhealth-cms p:not(.filter-section > p, .herobanner-content p, .doc-detail-right p, .gps-details p) {
		font-size: 18px;
	}

	.ftr-action-btn-m {
		display: flex;
	}

	.ftr-action-btn-m a {
		width: 50%;
	}

	.ftr-action-btn-m a {
		background: #00a3e0;
		padding: 18px;
		color: #FFF;
		text-decoration: none;
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
		position: relative;
		padding-left: 60px;
	}

	.ftr-action-btn-m a::before {
		background: url('../images/calendar-white.svg') no-repeat;
		width: 45px;
		height: 45px;
		content: '';
		position: absolute;
		top: 18px;
		left: 12px;
	}

	.ftr-action-btn-m a:nth-child(2):before {
		background: url('../images/Phone-ftr-white-mb.svg') no-repeat;
		width: 45px;
		height: 45px;
		content: '';
		position: absolute;
		top: 18px;
		left: 12px;
	}

	.ftr-action-btn-m.fixedfooter {
		position: fixed;
		z-index: 9999;
		width: 100%;
		bottom: 0px;
	}

	.ftr-action-btn-m a:nth-child(2) {
		background: #753bbd;
	}

	.ftr-action-logo-m {
		background: #006271;
		font-size: 42px;
		color: #FFF;
		font-weight: 500;
		text-align: left;
		padding: 20px 20px;
	}

	.ftr-action-logo-m img {
		width: 42px;
		position: relative;
		top: 6px;
	}

	.ftr-health-logo a.mb-privacy-menu {
		color: var(--dark-blue-color);
		font-weight: 500;
		font-size: 20px;
	}

	.hospitalDetail ul.timeList li {
		padding-left: 0px;
	}

	.ourLocation {
		padding: 20px;
	}

	.forhealth-cms ul li:not(.ftr-quick-links ul li, .menu-header ul li, .menu-header ul li ul li, .our-services-sec ul li, .doc-list ul li, .filter-lst ul li, .newgpslist > ul > li, .herobanner-services ul li, .doct-booking ul li, .medical-openhours .opendaytime ul li, .doctor-list-int ul li, .gps-details .bulk-bill ul li, .gps-details .area-gps ul li, .hospitalDetail ul.timeList li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .rightBlock.hideMobile .hospitalDetail ul.timeList li) {
		line-height: 30px;
	}

	.forhealth-cms ul li:not(.ftr-quick-links ul li, .menu-header ul li, .menu-header ul li ul li, .our-services-sec ul li, .doc-list ul li, .filter-lst ul li, .newgpslist > ul > li, .herobanner-services ul li, .doct-booking ul li, .medical-openhours .opendaytime ul li, .doctor-list-int ul li, .gps-details .bulk-bill ul li, .gps-details .area-gps ul li, .serviceList.flexBox .col-3 .serviceBox ul.timeList li, .rightBlock.hideMobile .hospitalDetail ul.timeList li)::before {
		top: 9px;
	}

	.doc-list ul li {
		padding-left: 0px;
	}

	.for-mobile.mb-privacy-menu {
		display: block;
	}

	.serviceList.flexBox .col-3 {
		width: 70%;
		margin: 0px auto;
		margin-bottom: 60px;
	}

	.services h2,
	.doctors-slider-heading h1 {
		padding: 0px 20px;
	}

	.doctors-slider-heading h1 {
		font-weight: 600;
		font-size: 36px;
	}

	.calltoaction-section.calltoaction-b .cta-content span {
		display: block;
	}
}

@media (min-width:700px) and (max-width:899px) {
	.hospitalDetail .address {
		justify-content: flex-start;
	}

	.hospitalDetail .address a {
		margin-left: 130px !important;
	}

	.our-services-sec ul li {
		width: 40%;
	}

	.doc-list ul {
		justify-content: space-evenly;
	}

	.doc-list ul li {
		width: 45% !important;
	}

	.newgpslist>ul {
		gap: 2%;
		justify-content: space-between;
	}

	.newgpslist>ul>li {
		width: 46% !important;
	}

}

@media (max-width:699px) {
	.newgpslist ul {
		justify-content: center;
	}

	.newgpslist>ul>li {
		width: 90%;
	}

	.newgpslist>ul>li:last-child {
		margin-bottom: 0px;
	}

	.viewall-sec a {
		width: 90%;
		display: block;
		margin: 0px auto;
		padding: 20px 25px;
	}

	.doct-booking ul {
		width: 100%;
	}
}

@media (max-width:600px) {
	.serviceList.flexBox .col-3 {
		width: 90%;
		margin: 0px auto;
		margin-bottom: 60px;
	}

	.campaignWrapper.threeColBox .flexBox .colBox {
		width: 100%;
		margin-bottom: 30px;
	}

	.doct-appointment {
		padding: 12px;
	}

	.doct-appointment span {
		font-size: 18px;
	}

	.doct-appointment a {
		width: 110px;
		text-align: center;
		font-size: 16px;
		padding: 9px 10px;
	}

	.contact-detail-list h2,
	.full-heading,
	.calltoaction-section.calltoaction-a .cta-content h2,
	.calltoaction-section.calltoaction-b .cta-content h2 {
		font-size: 34px;
		line-height: 42px !important;
	}

	.hearthicon::after {
		display: none;
	}

	.download-aap a {
		width: 150px;
	}

	.download-aap a {
		margin-right: 15px;
	}

	.our-services-sec ul li {
		width: 80%;
		margin-top: 36px;
		padding: 15px 20px;
	}

	.doc-list ul {
		justify-content: center;
	}

	.doc-list ul li {
		width: 80% !important;
	}

	.filter-section>p {
		font-size: 18px;
		line-height: 22px;
	}

	.herobanner-content h1 {
		font-size: 42px;
		line-height: 48px;
	}

	.herobanner-content p {
		line-height: 28px;
		font-size: 22px;
	}

	.hero-section,
	.herobanner-services {
		flex-wrap: wrap;
		padding: 20px;
	}

	.medical-openhours .opendaytime ul li span:nth-child(2) {
		margin-left: 15px;
	}

	.medical-openhours .opendaytime ul li {
		display: block;
	}

	.cta-content>img {
		width: 100%;
	}

}

.herbanner-img.gp-hero-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.herbanner-img.gp-hero-banner .hero-section {
	padding-bottom: 100px;
}

.herbanner-img.gp-hero-banner .herobanner-content a {
	width: 220px;
	padding: 15px 20px;
}

.herbanner-img.gp-hero-banner .herobanner-content p {
	font-size: 24px;
}

.gp-emp-bg-wrapper {
	display: flex;
	gap: 5%;
	padding: 60px 0px;
}

.gp-emp-bg-left {
	width: 50%;
}

.gp-emp-bg-left h2 {
	font-family: 'Recoleta';
	font-size: 43px;
	color: var(--secondary-dark-color);
	line-height: 52px;
	margin-bottom: 20px;
	font-weight: 600;
}

.gp-emp-bg-left p {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: var(--secondary-dark-color);
}

.gp-emp-bg-left h2 span {
	display: block;
	color: var(--acqua-color);
}

.gp-emp-bg-right {
	width: 50%;
}

.register-bg {
	background-color: #00bfb2;
}

.gp-register-frm {
	display: flex;
	gap: 5%;
	padding: 60px 0px;
}

.gp-register-frm .gp-register-content {
	width: 40%;
}

.gp-register-frm .gp-register-content h2 {
	font-family: 'Recoleta';
	font-size: 48px;
	color: var(--secondary-dark-color);
	line-height: 62px;
	font-weight: 600;
	margin-bottom: 20px;
}

.gp-register-frm .gp-register-content p {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: var(--white-color);
}

.gp-register-frm .gp-register-frm {
	width: 60%;
	padding-top: 0px;
}

.gp-slider-bg {
	background-color: #cce1e5;
}

.gp-slider-bg {
	padding: 60px 0px;
}

.gpslider-wrap h2 {
	color: var(--secondary-dark-color);
	display: block;
	width: 100%;
	text-align: center;
	font-family: var(--recoleta-fonts);
	font-weight: 600;
	font-size: 48px;
	list-style: 62px;
	margin-bottom: 30px;
}

.slidergp-main {
	display: flex;
	gap: 20px;
}

.gp-review-bg {
	background-color: #FFF;
	padding-bottom: 20px;
}

.gp-review-inner {
	display: flex;
	gap: 5%;
	padding: 60px 0px;
	width: 75%;
	margin: 0px auto;
}

.gp-review-inner .gp-review-image {
	width: 30%;
}

.gp-review-inner .gp-review-image img {
	border-radius: 50%;
}

.gp-review-inner .gp-review-content {
	width: 60%;
}

.gp-review-inner .gp-review-content img {
	width: 62px;
}

.gp-review-inner .gp-review-content p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: var(--secondary-dark-color);
	margin: 20px 0px;
	line-height: 26px;
}

.bg-our-services.our-service-gp h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
}

.gp-review-inner .gp-review-content h3 {
	color: var(--acqua-color);
	font-size: 26px;
	font-weight: 500;
}

.gp-review-inner .gp-review-content h4 {
	color: var(--secondary-dark-color);
	font-size: 20px;
	font-weight: 500;
	margin-top: 6px;
}

.key-ftr {
	background-color: var(--gray-light);
}

.key-ftr-list {
	padding: 30px 0px;
	gap: 15px;
	display: flex;
	justify-content: space-between;
}

.key-ftr-list .key-ftr-icon {
	position: relative;
	padding-left: 55px;
}

.key-ftr-list .key-ftr-icon::before {
	background: url(../images/General-Practice-Teal-a-svg.svg);
	width: 40px;
	height: 50px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.key-ftr-list .key-ftr-icon span {

	font-size: 28px;
	font-weight: 600;
	font-family: var(--recoleta-fonts);
}

.key-ftr-list .key-ftr-icon span:nth-child(1) {
	color: var(--acqua-color);
	display: block;
	margin-bottom: 6px;
}

.key-ftr-list .key-ftr-icon span:nth-child(2) {
	color: var(--secondary-dark-color);
	font-size: 18px;
	display: block;
	font-weight: 400;
}

.gp-flip-bg {
	background-color: var(--secondary-dark-color);
}

.gp-flip-inner {
	padding: 60px 0px;
}

.gp-flip-inner h2 {
	color: var(--white-color);
	display: block;
	width: 100%;
	text-align: center;
	font-family: var(--recoleta-fonts);
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 30px;
	line-height: 62px;
}

ul.section-gp-flip {
	width: 100%;
	display: flex;
	gap: 50px;
	height: 600px;
	align-items: center;
	justify-content: center;
	position: relative;


}

.section-gp-flip li {
	width: 28%;
	border-radius: 15px;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	height: 242px;
}

.section-gp-flip .flip-gp-inner {
	transform-style: preserve-3d;
	height: 100%;
}

.section-gp-flip .flip-gp-inner .gp-flip-front {
	background-color: #00b5ad;
	align-items: center;
	transform: rotateY(0deg);
	height: 242px;
}

.section-gp-flip .flip-gp-inner .gp-flip-front,
.section-gp-flip .flip-gp-inner .gp-flip-back {
	position: absolute;
	backface-visibility: hidden;
	width: 100%;
	padding: 30px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	border-radius: 15px;
	transition: width 600ms ease-in-out,
		height 600ms ease-in-out,
		top 600ms ease-in-out,
		left 600ms ease-in-out;
}

.section-gp-flip li:hover .flip-gp-inner {
	transform: rotateY(180deg);
	transition: transform 0.5s;
}

.section-gp-flip .flip-gp-inner .gp-flip-back {
	transform: rotateY(180deg);
	background-color: #eceaed;
	position: absolute;
	top: -64px;
}

.section-gp-flip .flip-gp-inner .gp-flip-back ul li {
	background-color: transparent;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 22px;
	color: #000;
}

.section-gp-flip .flip-gp-inner .gp-flip-back ul li::before {
	background: url(../images/plus-gp-flip.svg);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background-size: cover;
}

.section-gp-flip .flip-gp-inner .gp-flip-back h2 {
	color: var(--secondary-dark-color);
	font-size: 24px;
	font-weight: 600;
	margin-top: 6px;
	display: block;
	font-family: var(--body-fonts);
}

.section-gp-flip .flip-gp-inner .gp-flip-back img {
	margin: 0px auto;
	margin-bottom: 20px;
}

.section-gp-flip .flip-gp-inner img {
	width: 120px;
}

.section-gp-flip .flip-gp-inner span {
	color: var(--white-color);
	font-size: 28px;
	font-weight: 500;
	margin-top: 6px;
	display: block;
}

.gpslider-wrap {
	position: relative;
}

.gpslider-wrap .slick-prev.slick-arrow {
	position: absolute;
	top: calc(50% - 17.5px);
	left: 15px;
	z-index: 9999;
	background: url(../images/next-icon-gp.svg);
	width: 35px;
	height: 35px;
	font-size: 0px;
	border: 0px;
	transform: rotate(180deg);
	background-size: contain;
	transition: all 0.3s ease-out;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 36%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(256deg) brightness(104%) contrast(104%);
}

.gpslider-wrap .slick-next.slick-arrow {
	position: absolute;
	top: calc(50% - 17.5px);
	right: 15px;
	z-index: 9999;
	background: url(../images/next-icon-gp.svg);
	width: 35px;
	height: 35px;
	font-size: 0px;
	border: 0px;
	background-size: contain;
	transition: all 0.3s ease-out;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 36%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(256deg) brightness(104%) contrast(104%);
}

.gpslider-wrap .slick-prev.slick-arrow:hover,
.gpslider-wrap .slick-next.slick-arrow:hover {
	transition: all 0.3s ease-out;
	filter: brightness(0) saturate(100%) invert(48%) sepia(46%) saturate(3321%) hue-rotate(144deg) brightness(104%) contrast(101%);
}

.gpslider-wrap .slick-slide {

	margin-right: 10px;
	margin-left: 10px;
}

.our-services-sec.ourservice-row-fr ul li {
	width: 25%;
}

.our-services-sec.ourservice-row-fr ul li img {
	height: 60px;
	width: auto;
}

.content-img-sec {
	background-color: var(--acqua-color);
}

.content-img-sec-inner {
	padding: 90px 0px;
	display: flex;
	gap: 80px;
}

.content-img-content {
	width: 50%;
}

.content-img-content h2 {
	font-family: var(--recoleta-fonts);
	font-size: 43px;
	color: var(--secondary-dark-color);
	font-weight: 600;
	line-height: 52px;
	margin-bottom: 20px;
}

.content-img-content p {
	font-size: 24px;
	color: #FFF;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.content-img-content a {
	background: var(--secondary-dark-color);
	color: var(--white-color);
	text-decoration: none;
	font-size: 18px;
	width: auto;
	padding: 15px 35px;
	font-weight: 500;
	border-radius: 30px;
	text-align: center;
	transition: all 0.3s ease-out;
	display: inline-block;
}

.content-img-content a:hover {
	background: var(--white-color);
	color: var(--secondary-dark-color);
}

.content-img-image {
	width: 50%;
}

.content-img-image img,
.content-img-image video {
	max-width: 100%;
	border-radius: 32px;
}

.content-img-image video {
	width: 100%;
}

.expand-cards-wrap {
	align-items: center;
	display: flex;
	height: 75vh;
	justify-content: center;
	gap: 50px;
}

.card {
	box-sizing: border-box;
	height: 220px;
	overflow: hidden;
	transition: 0.5s;
	padding: 30px 30px 30px 30px;
	box-shadow: 0 10px 20px rgb(35 35 35 / 5%);
	background: #00bfb2;
	border-radius: 15px;
	width: 340px;
	transition: all 0.5s ease-in;
}

.card:hover {
	height: 400px;
	background-color: #eceaed;
	transition: all 0.5s ease-in;
}

.card:hover .card__top {
	margin-bottom: 10px;
}

.card__top {
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	color: #eee;
	align-items: center;
	height: 160px;
	width: auto;
	background: #00bfb2;
	transition: all 0.5s ease-in;
	margin-bottom: 30px;
}

.card__top img {
	width: 90px;
	margin-bottom: 10px;
}

.card .card__top img {
	transition: all 0.5s ease-in;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5821%) hue-rotate(170deg) brightness(109%) contrast(110%);
}

.card:hover .card__top img {
	filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1031%) hue-rotate(128deg) brightness(87%) contrast(101%);
}

.card__top>h6 {
	color: var(--white-color);
	font-size: 25px;
	font-weight: 500;
	margin-top: 6px;
	display: block;
	text-align: center;
	line-height: 28px;
}

.card:hover .card__top>h6 {
	color: var(--secondary-dark-color);
	font-size: 25px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 6px;
	display: block;
	transition: all 0.5s ease-in;
}


.card:hover>.card__top {
	background-color: #eceaed;
}

.card__bottom {
	height: auto;
	width: auto;
	display: flex;
	text-align: left;

}

.card__bottom ul li {
	background-color: transparent;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}

.card__bottom ul li::before {
	background: url(../images/plus-gp-flip.svg);
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	background-size: cover;
}

.card:hover .card__top img {
	width: 70px;
	transition: all 0.5s ease-in;
}

.card:hover .card__top {
	height: 142px;
}

@media(max-width:900px) {
	.gp-hero-banner .herobanner-content h1 {
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	.herbanner-img.gp-hero-banner .herobanner-content p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 40px;
	}

	.herbanner-img.gp-hero-banner .herobanner-content a {
		margin-bottom: 80px;
	}

	.our-services-sec ul {
		flex-wrap: wrap;
	}

	.our-services-sec.ourservice-row-fr ul li {
		width: 80%;
	}

	.gp-emp-bg-wrapper,
	.gp-register-frm,
	.gp-flip-bg,
	.content-img-sec-inner,
	.gp-slider-bg,
	.gp-review-inner,
	.gp-review-bg {
		flex-wrap: wrap;
		padding: 30px;
	}

	.gp-emp-bg-left,
	.gp-emp-bg-right,
	.gp-register-frm .gp-register-content,
	.gp-register-frm .gp-register-frm,
	.content-img-content,
	.content-img-image,
	.gp-review-inner .gp-review-image,
	.gp-review-inner .gp-review-content {
		width: 100%;
	}

	.gp-flip-inner {
		padding: 0px;
	}

	.gp-emp-bg-left h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.gp-register-frm .gp-register-content h2 {
		font-size: 32px;
		font-weight: 600;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.gp-flip-inner h2 {
		font-size: 32px;
		font-weight: 600;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.gpslider-wrap h2 {
		font-size: 32px;
		font-weight: 600;
		line-height: 40px;
		margin-bottom: 40px;
	}

	.gp-emp-bg-left p {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		color: var(--secondary-dark-color);
		margin-bottom: 60px;
	}

	.gp-register-frm .gp-register-content p {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.expand-cards-wrap {
		gap: 0;
		flex-wrap: wrap;
		height: auto;
	}

	.card {
		height: 120px;
		width: 100%;
		padding: 15px 40px;
		margin-top: 40px;
	}

	.card__top {
		height: 94px;
		width: auto;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
	}

	.card__top img {
		width: 75px;
		margin-right: 20px;
		margin-bottom: 0px;
	}

	.card__top>h6,
	.card:hover .card__top>h6 {
		font-size: 22px;
		margin-top: 0px;
		display: block;
		text-align: left;
	}

	.card__bottom {
		height: auto;
		width: auto;
	}

	.card__bottom ul li {
		text-align: left;
		padding-left: 28px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;

	}

	.card__bottom ul li::before {

		top: 4px;
		width: 16px;
		height: 16px;
	}

	.card:hover {
		height: auto;
	}

	.gp-review-inner {
		display: flex;
		gap: 0;
		padding: 30px 0px;
		width: 100%;
		margin: 0px auto;
		flex-wrap: wrap;
	}

	.gp-review-image {
		text-align: center;
	}

	.gp-review-image img {
		width: 210px;
		height: 210px;
		margin: 0px auto;
	}

	.gp-emp-bg .gp-emp-bg-wrapper {
		padding: 0px;
	}

	.gp-emp-bg .gp-emp-bg-wrapper .gp-emp-bg-left {
		padding: 30px;
		padding-bottom: 0px !important;
	}

	.gp-emp-bg-right {
		display: flex;
	}

	.slidergp-main {
		margin-bottom: 40px;
	}

	.slidergp-main .slider-slide img,
	.content-img-sec-inner .content-img-image img {
		border-radius: 15px;
	}

	.gp-review-inner .gp-review-content p {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}

	.gp-review-inner .gp-review-content h3 {
		font-size: 22px;
		font-weight: 500;
	}

	.gp-review-inner .gp-review-content h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.gp-review-inner .gp-review-content img {
		width: 55px;
	}

	.content-img-content h2,
	.bg-our-services.our-service-gp h2 {
		font-size: 32px;
		font-weight: 600;
		line-height: 40px;
	}

	.our-services-sec.ourservice-row-fr {
		padding: 30px 0px;
	}

	.content-img-content p {
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
	}

	.content-img-sec-inner {
		gap: 40px;
	}

	.content-img-sec-inner .content-img-image {
		margin-bottom: 40px;
	}

	.content-img-content a {
		width: 100%;
	}

	.gp-flip-bg {
		padding-bottom: 70px;
	}

	.slick-dots {
		display: none !important;
	}

}


/* Doctor loader spinner */
.doc-loader {
	width: 150px;
	height: auto;
	margin: 10% auto;
}

.simplebar-track.simplebar-vertical {
	background: #fff;
	margin-right: 10px;
	margin-top: 8%;
	height: 90%;
	border-radius: 999px;
	width: 14px;
}

.simplebar-scrollbar.simplebar-visible:before {
	background: #66A1AA;
	opacity: 1;
}

.simplebar-scrollbar:before {
	top: 26px;
	bottom: 26px;
}

.simplebar-track.simplebar-vertical::before {
	content: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 5H0L4.69565 0L9 5Z" fill="%23006271"/></svg>');
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3px;
}

.simplebar-track.simplebar-vertical::after {
	content: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 5H0L4.69565 0L9 5Z" fill="%23006271"/></svg>');
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 3px;
	transform: rotate(180deg);
}


/*Accordian styling*/
.accordian-aboutus {
	padding-bottom: 60px;
	padding-top: 0px;
	padding-left: 12px;
}

.accordian-aboutus .accordion {
	background-color: #006271;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 22px;
	letter-spacing: 0.36px;
	color: #f3f3f3;
	font-family: 'FoundersGrotesk', sans-serif;
	margin-bottom: 3px;
	transition: 0.4s;
	line-height: 28px;
	padding-bottom: 15px;
	position: relative;
	font-weight: 400 !important;
}

.accordian-aboutus .accordion:after {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	right: 20px;
	top: 20px;
}

.accordian-aboutus .accordion.active:after {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	right: 20px;
	top: 20px;
}

.accordian-aboutus .accordion.active {
	margin-bottom: 3px;
}

.accordian-aboutus .accordian-aboutus h3 {
	font-size: 18px;
}

.accordian-aboutus .panel {
	background-color: white;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 3px;
	max-height: 0;
	padding: 0 !important;
}

.accordian-aboutus .accordion,
.accordian-aboutus .accordion.active {
	background-color: #006271;
	color: #fff;
	padding: 10px 10px 10px 10px !important;
	border: 1px solid #fff;
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.36px;
	cursor: pointer;
}

.accordian-aboutus .accordion:hover,
.accordian-aboutus .accordion.active:hover {
	background-color: #006271;
	color: #fff;
}

.accordian-aboutus .accordion:after {
	content: "\01F873";
	background: none;
	font-size: 18px;
	right: 0;
	top: 14px;
}

.accordian-aboutus .accordion.active:after {
	content: "\01F871";
	top: 11px;
	right: 0;
}

.accordian-aboutus .accordion.active+.panel {
	padding: 15px 10px !important
}

/* Book Online Popup */
.forhealth-book-popup-overlay {
	position: fixed;
	inset: 0;
	display: none;
	background-color: #00000069;
	z-index: 999998;
}

.forhealth-book-popup-overlay.active {
	display: block;
}

.forhealth-book-popup {
	width: 400px;
	max-width: 98%;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	background-color: #fff;
	border-radius: 10px;
}

.forhealth-book-popup.active {
	display: block;
}

.forhealth-book-popup__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
}

.forhealth-book-popup__close {
	cursor: pointer;
}

.forhealth-book-popup__close svg {
	width: 30px;
	height: 30px;
}

.forhealth-book-popup__body {
	padding: 5px 15px;
}

.forhealth-book-popup__list {
	list-style: none;
}

.forhealth-book-popup__item {
	width: 100%;
	border-radius: 9999px !important;
	transition: all 300ms ease-in-out;
}

.forhealth-book-popup__item:hover {
	background-color: var(--dark-blue-color);
}

.forhealth-book-popup__item:hover img {
	filter: brightness(100);
}

.forhealth-book-popup__item:hover span {
	color: #fff;
}

.forhealth-book-popup__item a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
}

.forhealth-book-popup__item img {
	width: 40px;
}


/* Buttons. */
.button {
	display: inline-block;
	border-radius: 30px;
	font-size: 18px;
	padding: 12px 30px;
	text-decoration: none !important;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

.button.button--primary {
	background-color: var(--acqua-color);
	color: var(--white-color);
}


@media(min-width:901px) and (max-width:1024px)
{
	.menu-header>ul>li.submenu>a:after
	{
		width: 0px;
		height: 0px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid var(--blue-light-color);
		position: absolute;
		top: 9px;
		right: -20px;
		content: '';
		transition: all 0.3s ease-out;
	}
	.menu-header ul>li>a
	{
		font-size: 18px;
	}
	.menu-header>ul>li
	{
		margin-right: 35px;
	}
}

/* New forhealth popup. */
.fh-html-no-scroll {
	overflow: hidden;
}

.fh-popup-overlay {
	position: fixed;
	inset: 0;
	z-index: 999998;
	min-height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	transition: opacity .4s ease;
}

.fh-popup {
	position: fixed;
	top: 50px;
	bottom: 20px;
	left: 10px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999;
	max-width: 840px;
}

.fh-popup__close {
	position: fixed;
	right: 10px;
	top: 10px;
	background: #000000a8;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-weight: 700;
	cursor: pointer;
}

.fh-popup iframe {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.postDetailWarpper.newtheme2024
{
        max-width: 1200px;
    margin: 0px auto;
        font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.postDetailWarpper.newtheme2024 .container h2
{
color: var(--secondary-dark-color);
    display: block;
    width: 100%;
    text-align: left;
    font-family: var(--recoleta-fonts);
    font-weight: 600;
    font-size: 52px;
margin-bottom:30px;
    line-height: 58px;
}
.postDetailWarpper.newtheme2024 .postContent
{
    margin-top: 30px;
}
.postDetailWarpper.newtheme2024 .postContent p a
{
color: var(--dark-blue-color);
}
.postDetailWarpper.newtheme2024 .postContent ul,
.postDetailWarpper.newtheme2024 .postContent ol
{
margin:15px 0px;
}
.postDetailWarpper.newtheme2024 .postContent ul li,
.postDetailWarpper.newtheme2024 .postContent ol li
{
    position:relative;
    padding-left: 25px;
    line-height: 28px;
}
.postDetailWarpper.newtheme2024 .postContent ul li:before,
.postDetailWarpper.newtheme2024 .postContent ol li:before
{
    background: url('/wp-content/themes/forhealth-mc-2024/assets/images/plus.svg');
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background-size: cover;
}
.postDetailWarpper.newtheme2024 .postContent ul li a,
.postDetailWarpper.newtheme2024 .postContent ol li a
{
    color: var(--dark-blue-color);
}
.postDetailWarpper.newtheme2024 .postContent h1 {
    font-weight: 600;
    font-size: 52px;
    color: var(--secondary-dark-color) !important;
margin:15px 0px;
}
.postDetailWarpper.newtheme2024 .postContent h2
{
    font-weight: 600;
    font-size: 40px;
    color: var(--secondary-dark-color) !important;
margin:15px 0px;
}
.postDetailWarpper.newtheme2024 .postContent h3{
    font-weight: 600;
    font-size: 34px;
    color: var(--secondary-dark-color) !important;
margin:15px 0px;
}
.postDetailWarpper.newtheme2024 .postContent h4 {
    font-weight: 500;
    font-size: 28px;
    color: var(--secondary-dark-color) !important;
margin:15px 0px;
}
.postDetailWarpper.newtheme2024 .postContent h5 {
    font-weight: 500;
    font-size: 24px;
    color: var(--secondary-dark-color) !important;
margin:15px 0px;
}
.postDetailWarpper.newtheme2024 .postContent h6 {
    font-weight: 500;
    font-size: 22px;
    color: var(--secondary-dark-color) !important;
margin:15px 0px;
}
.PromoHeroImage .PromoHeroImage-halfcolimage
{
    background:none !important;
}

@media (max-width:1199)
{
		.postDetailWarpper.newtheme2024
		{
			width:100%;
		}
		.postDetailWarpper.newtheme2024 .container h2
		{
			font-size: 32px;
			line-height: 42px;
		}
}




body {
	margin-top: 120px;
}

.bg-header {
	position: fixed;
	z-index: 999;
	top: 0;
}

/* If admin bar */
body.admin-bar .bg-header {
	top: 32px;
}

@media( max-width: 900px ) {
	body {
		margin-top: 0;
	}

	.bg-header {
		position: static;
	}
}
