article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	color: #1c1c1c;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-family: "Comfortaa-Regular";
}
body.lock {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #4BC4A2;
	text-decoration: none;
	padding: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
a:hover {
	color: #1c1c1c;
	text-decoration: none !important;
}
ul {
	margin-left: 25px;
	margin-bottom: 30px;
}
ul:last-child {
	margin-bottom: 0;
}
ul li {
	list-style-type: disc;
}

/**** TYPOGRAPHY START ****/
.title {
	margin-bottom: 24px;
}
.title h6 {
	font-size: 15px;
	font-weight: 700;
	color: #4BC4A2;
	text-transform: uppercase;
	margin-bottom: 16px;
}
h1 {
	
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}
h2 {
	
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
}
h3 {
	
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}
h4 {
	
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}
h6 {
	
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
strong, b {
	font-weight: 700;
}
p {
	margin-bottom: 30px;
    
}
.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
.f-small {
	font-size: 13px;
	line-height: 1.3;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
/**** TYPOGRAPHY END ****/

/**** CONTAINER, SPACINGS PADDING MARGIN CLASS START ****/
.container {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 70px;
	padding-right: 70px;
}
.container-small {
	max-width: 1320px;
}
.d-none { display: none !important; }
.d-block { display: block !important; }
.w-100 { width: 100%; }
.section-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-secondary {
	background-color: #422668;
	color: #fff;
}
.bg-grey {
	background-color: #ededed;
}
/* PADDINGS */
.s-pt,
.s-py {
    padding-top: 160px;
}
.s-pb,
.s-py {
    padding-bottom: 160px;
}
.s-pt-half,
.s-py-half {
    padding-top: 80px;
}
.s-pb-half,
.s-py-half {
    padding-bottom: 80px;
}
/* PADDINGS */
/* MARGINS */
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}
.mb-0 { margin-bottom: 0 !important; }
/* MARGINS */
/**** CONTAINER, SPACINGS PADDING MARGIN CLASS END ****/
/**** GRID CSS START ****/
.d-flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-wrap {
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align-center {
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start {
    align-items:start;
    -webkit-align-items:start;
    -ms-align-items:start;
}
.align-end {
	align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
/**** GRID CSS END ****/

.wrapper {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
main {
	width: 100%;
}
.whatsapp-link {
	position: fixed;
	z-index: 3;
	bottom: 20px;
	right: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #25d366;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.whatsapp-link i{
	width: 30px;
	height: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #25d366;
	margin-left: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top {
	position: fixed;
	z-index: 3;
	bottom: -100%;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #321a53;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
body.scrolled .back-to-top {
	bottom: 20px;
}
.back-to-top i {
	margin-top: -3px;
}
.back-to-top:hover {
	background-color: #4BC4A2;
	color: #321a53;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 60px;
	background-color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
body.home .site-header,
.site-header.default-header {
	background-color: transparent;
}
body.home .site-header .logo .dark,
.site-header.default-header .logo .dark {
	display:none;
}
.logo .dark { position:absolute; }
body.scrolled .site-header .logo .dark,
body.scrolled .site-header.default-header .logo .dark {
	display:block;
}
body.home .site-header .logo .light,
.site-header.default-header .logo .light {
	display:block;
}
body.scrolled .site-header {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
	box-shadow: 0 3px 45px rgba(0,0,0,0.15);
}
.logo {
	max-width: 200px;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
body.scrolled .site-header .logo {
	max-width: 170px;
}
.main-menu ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.main-menu ul li.nav-btn a {
    position: relative;
    z-index: 1;
    color: #fff !important;
}
.main-menu ul li.nav-btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #48C4A2;
    border-radius: 50px;
    z-index: -1;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.main-menu ul li.has-sub .submenu-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu ul li.has-sub .submenu-button i {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.main-menu ul li.has-sub.active .submenu-button i {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.main-menu .sub-menu li {
	display: block;
}
.main-menu .sub-menu li a,
body.home .main-menu .sub-menu li a,
.site-header.default-header .main-menu .sub-menu li a {
	font-size: 16px;
	color: #111;
	line-height: 1.2;
	font-weight: 400;
	opacity: 1;
	margin-bottom: 0;
}
.main-menu .sub-menu li a:hover {
	color: #4BC4A2 !important;
}
.main-menu ul > li a {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #1c1c1c;
	margin: 0 5px;
	padding: 4px 0;
	opacity: 0.75;
	position: relative;
}
body.home .main-menu ul > li a, .site-header.default-header .main-menu ul > li a {
	color: #3c1667;
	opacity: 1;
}
body.scrolled .site-header .main-menu ul > li a {
	color: #422668;
}
.main-menu ul li a span {
	display: block;
	position: relative;
	z-index: 1;
}
.main-menu > ul > li > a:after {
	content: "";
	background-color: #fff;
	width: 0;
	height: 2px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.main-menu > ul > li.active > a:after,
.main-menu > ul > li > a:hover:after {
	/*width: 100%;*/
}
body.scrolled .site-header .main-menu > ul > li a:after {
	background-color: #1c1c1c;
}
.main-menu ul li a:hover {
	opacity: 1;
}
.site-header .call {
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: 20px;
	background-color: #4BC4A2;
	font-size: 14px;
	color: #061122;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.site-header .call:hover {
	opacity: .85;
}
.menu-toggle {
	display: none;
	z-index: 2;
	position: relative;
}
.site-header .menu-toggle .menu-btn {
	width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.site-header .menu-toggle .menu-btn span,
.site-header .menu-toggle .menu-btn span:before,
.site-header .menu-toggle .menu-btn span:after {
	background: #111;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	display: inline-block;
	transition: all 0.15s linear;
}
.site-header .menu-toggle .menu-btn span:before,
.site-header .menu-toggle .menu-btn span:after {
	content: '';
	position: absolute;
	left: 0;
}
.site-header .menu-toggle .menu-btn span:before {
	transform: translateY(-6px);
}
.site-header .menu-toggle .menu-btn span:after {
	transform: translateY(6px);
}
.site-header .menu-toggle.open .menu-btn span {
	background: transparent;
}
.site-header .menu-toggle.open .menu-btn span:before {
	transform: rotate(45deg);
}
.site-header .menu-toggle.open .menu-btn span:after {
	transform: rotate(-45deg);
}

.scroll-to {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-animation: down_arrow_bounce 2.3s infinite;
	-moz-animation: down_arrow_bounce 2.3s infinite;
	animation: down_arrow_bounce 2.3s infinite;
}
@keyframes down_arrow_bounce {
 0%,
 100%,
 20%,
 50%,
 80% {
  transform:translateY(0)
 }
 40% {
  transform:translateY(-14px)
 }
 60% {
  transform:translateY(-7px)
 }
}
.scroll-to i {
	font-size: 24px;
	position: relative;
	z-index: 1;
	color: #061122;
}
.scroll-to:after {
	content: "";
	width: 120%;
	height: 120%;
	position: absolute;
	top: 50%;	
	left: 50%;
	background-color: #4BC4A2;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.scroll-to:hover:after {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.sub-header .block-left .bg {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #130922;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	background-blend-mode: soft-light;
}
.sub-header .block-left .inner {
	position: relative;
	z-index: 1;
}
.sub-header .block-right {
	width: 12.66666667%;
	margin-left: -2%;
}
.sub-header .block-right .btn { 
	width: 100%;
	padding-left: 0;
	padding-right: 0; 
	border-radius: 10px;
}

@keyframes ctaArrowSVGStart {
	0% {
		transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0);
	}
	100% {
		transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0);
	}
}
@keyframes ctaArrowSVGEnd {
	0% {
		transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0);
	}
	100% {
		transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0);
	}
}
@keyframes ctaArrowTextStart {
	0% {
		transform:translateX(6px) translateZ(0);
	}
	100% {
		transform:translateX(0) translateZ(0);
	}
}
@keyframes ctaArrowTextEnd {
	0% {
		transform:translateX(0) translateZ(0);
	}
	100% {
		transform:translateX(6px) translateZ(0);
	}
}
@keyframes ctaArrowStart {
	0% {
		stroke-dashoffset:140px;
		stroke-dasharray:140px;
	}
	100% {
		stroke-dasharray:140px;
		stroke-dashoffset:10px;
	}
}
@keyframes ctaArrowStartTeam {
	0% {
		stroke-dashoffset:0;
		stroke-dasharray:0;
	}
	50% {
		stroke-dashoffset:140px;
		stroke-dasharray:140px;
	}
	100% {
		stroke-dasharray:140px;
		stroke-dashoffset:10px;
	}
}
@keyframes ctaArrowEnd {
	0% {
		stroke-dashoffset:10px;
		stroke-dasharray:150px 150px;
	}
	40% {
		opacity:1;
	}
	100% {
		opacity:0;
		stroke-dashoffset:-53px;
		stroke-dasharray:1px 150px;
	}
}
@keyframes ctaArrowLineStart {
	0% {
		transform-origin:left;
		transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
	}
	100% {
		transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0);
	}
}
@keyframes ctaArrowLineEnd {
	0% {
		transform-origin:right;
		transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(0) translateY(calc(-50% + .5px)) translateZ(0);
	}
	51% {
		transform-origin:left;
	}
	100% {
		transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
		transform-origin:left;
	}
}

.site-footer {
	background-color: #2f1b4a;
	margin-top: auto;
	color: #fff;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #E13C91;
}
.site-footer .footer-logo {
	width: 70%;
}
.footer-top-bottom .footer-logo {
	width: 40%;
  background-color: #FFF;
  padding: 10px 15px;
  border-radius: 5px;
}
.site-footer .button-container {
  display: flex;
  gap: 10px;
  align-items: center;
	margin-top: 15px;
}
.site-footer .button-container .btn {
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
.site-footer .button-container .secondary {
  background-color: #e6e6ea;
  color: #3c1667;
}
.site-footer .button-container .primary {
  background-color: #48bb9b;
  color: #fff;
}
.footer-left {
	text-align:center;
	color: #FFF;
	font-size: 16px;
}
.footer-left p {
	margin-top: 0px;
	color: #FFF;
}
.footer-top {
	padding: 75px 0;
	margin: 0 -20px;
}
.footer-top .block {
	width: 25%;
	padding: 0 20px;
}
.footer-top h4 {	
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFF;
	text-transform: capitalize;
}
.footer-top ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
}
.footer-top ul li a {
	color: #fff;
	padding: 3px 0;
	position: relative;
	font-size: 14px;
}
.footer-top ul li a:after {
	/*content: "";
	background-color: #fff;
	width: 0;
	height: 2px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;*/
}
.footer-bottom {
	font-size: 14px;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
}
.footer-bottom .footer-right .social-media li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.footer-bottom .footer-right .social-media li a {
	font-size: 18px;
}

.main-menu ul li.nav-btn a:before{
	border-radius:10px;
}

.t-part .contact-box .contact-details { 
	width: 50%; 
}
.t-part .contact-box .contact-address { 
	width: 50%; 
}
.b-part {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-top h2 {
	color: #FFF;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.footer-top p {
	color: #FFF;
	line-height: 1.5;
}
.footer-contact-item {
	/*display: flex;
  align-items: center;
  gap: 8px;*/
	margin-bottom: 20px;
}
.footer-contact-item i {
	font-size: 18px;
  background-color: #E13C91;
  border-radius: 50px;
  width: 55px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
}
.footer-contact-item span {
	color: #E64496;
	font-size: 16px;
}
.footer-contact-item p {
	color: #FFF;
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 0px;
}

.blog-area {
    padding: 70px 0 70px;
}
.blog-area .section-title {
	text-align: center;
  margin: 0px 50px 45px;
	max-width: 100%;
}
.blog-area .section-title span {
    text-align: center;
    font-size: 30px;
    margin: 0 auto;	
	color: #44286A;
}
.blog-area .section-title p {
    margin-top: 10px;
    margin-bottom: 0;
	font-size: 20px;
}
.blog-area .blog-grid {
    height: calc(100% - 30px);
    margin-bottom: 30px;
	box-shadow: 0 10px 25px rgba(72, 187, 155, 0.2);
  border-radius: 20px;
}
.blog-area .blog-img a {
    display: block;
    border-radius: 46px;
    overflow: hidden;
}
.blog-area .blog-img img {
    width: 100%;
    aspect-ratio: 1 / 0.79;
    object-fit: cover;
    border-radius: 46px;
    transition: all 0.4s ease-in-out;
}
.blog-area .blog-img:hover img {
    transform: scale(1.1);
}
.blog-area .blog-content {
	padding: 0px 20px 20px;
}
.blog-area .blog-content .blog-date {
    color: #E64496;
  text-transform: capitalize;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0px;
}
.blog-area .blog-content a {
	color: #44286A;
  font-size: 16px;
}
.blog-area .blog-content h2 {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.4em;
	min-height: 55px;
}
.blog-area .blog-content .readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease-in-out;
	color: #48bb9b;
	font-weight: bold;
	font-family: "Comfortaa-Regular";
}

.logo img {
    transition: opacity 0.3s ease;
}
.logo-scrolled {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
body.scrolled .logo-default {
    opacity: 0;
}
body.scrolled .logo-scrolled {
    opacity: 1;
}

.hero-section {
	background-color: #f9fafb;
	position: relative;
	padding: 150px 70px 70px;
	border-radius: 0px 0px 50px 50px;
}
.hero-section .profile-img {
	position: relative;
}
.hero-section .profile-img .nhs-badge {
	position: absolute;
	top: 15px;
	right: 125px;
	z-index: 5;
	background: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	font-size: 12px;
  	font-weight: 600;
}
.hero-section .profile-img .nhs-badge i {
	color: #48bb9b;
}
.hero-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-section .row {
    display: flex;
    align-items: center;
}
.hero-section .profile-img img {
	border-radius: 50px;
	max-width: 70%;
	position: relative;
  	display: inline-block;
}
.hero-section .hero-content h1 {
    font-size: 50px;
  	line-height: 1.4;
    color: #0b2e22;
    margin-bottom: 20px;
	font-family: "Quicksand-Medium";
}
.hero-section .hero-content h1 strong {
	font-size: 60px;
}
.hero-section .hero-content .light {
    font-weight: 400;
    color: #5a6f65;
	font-style: italic;
}
.hero-section .hero-content p {
    font-size: 18px;
    color: #4a5f55;
    max-width: 600px;
    margin-bottom: 30px;
}
.hero-section .hero-content .hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.hero-section .hero-content .hero-actions select {
	padding: 15px 30px;
	border-radius: 30px;
	border: 0px;
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	padding-right: 2.5rem;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23666'%3E%3Cpath d='M5.5 7l4.5 5 4.5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 20px;
}
.hero-section .hero-content .hero select {
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #cfd8d3;
    font-size: 16px;
    background: transparent;
    outline: none;
}
.hero-section .hero-content .btn-primary {
	padding: 10px 20px;
	border-radius: 10px;
	background: #3c1667;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	line-height: 2;
}
.hero-section .hero-content .btn-primary:hover {
    background: #E13C91;
}
.hero-section .review-banner {
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.hero-section .review-banner .google-logo {
   height: 40px;
    width: auto;
}
.hero-section .review-banner .stars i {
  color: #fac029;
  font-size: 15px;
  margin-right: 4px;
}
.hero-section .review-banner .rating-text {
  font-size: 16px;
  color: #202124;
  margin-top: 6px;
}

.profile-section {
	padding: 70px 0px;
}
.profile-section .profile-section-image {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.profile-section .profile-section-image .largeimg {
    width: 100%;
    border-radius: 30px;
    display: block;
}
.profile-section .profile-section-image .smallimg {
    position: absolute;
    bottom: 0px;
  right: -100px;
  width: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.profile-section .profile-section-content h2 {
	font-size: 30px;
	color: #422668;
}
.profile-section .profile-section-content span {
	font-size: 20px;
}
.profile-section .profile-section-content p {
	font-size: 16px;
	margin-bottom: 15px;
}
.profile-section .profile-section-content a {
	background-color: #E13C91;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
	margin-top: 20px;
}
.profile-section .profile-section-content a:hover {
	background-color: #48bb9b;
}
.profile-section .feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
	margin-top: 30px;
}
.profile-section .feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #e9ecf7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-section .feature-icon img {
    width: 30px;
}
.profile-section .feature-content h4 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #422668;
}
.profile-section .feature-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.services-details {
	/*background-color: #F3F3FF;
	border-radius: 50px;
	padding: 70px 0px;*/
	padding: 0px 0px;
}
.services-details .section-title {
  text-align: center;
  margin: 0px 50px 45px;
  max-width: 100%;
}
.services-details .section-title span {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  color: #44286A;
}
.services-details .section-title p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.services-details .services-item {
    /*background: #FFF;
    padding: 30px;
    border-radius: 30px;*/
    padding: 0px;
    border-radius: 10px;
}
.services-details .services-header {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    padding: 20px 20px;
}
.services-details .services-header h3 {
    margin: 0;
    font-size: 20px;
    color: #0b1c3d;
	min-height: 70px;
  line-height: 1.5;
}
.services-details .services-btn {
    /*font-size: 20px;
    color: #0b1c3d;*/
	font-size: 14px;
	color: #0b1c3d;
	padding: 10px 20px;
	border-radius: 10px;
	background: #3c1667;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	width: auto;
	margin: 0 auto;
}
.services-details .services-btn:hover {
	background: #E13C91;
}
.services-details .divider {
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
.services-details .services-text {
    color: #6b7a90;
    line-height: 1.7;
    margin-bottom: 20px;
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-details .services-image a {
	display: block;
}
.services-details .services-image img {
    /*width: 100%;
    border-radius: 20px;
    display: block;*/
	/*display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;*/
	width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.services-details .services-image {
	height: 250px;
  overflow: hidden;
}


.address-details {
	padding: 70px 0px;
}
.address-details .location-card {
    background: #44286a;
    color: #fff;
    padding: 50px 40px;
    border-radius: 50px 50px 100px 50px;
    position: relative;
    height: 100%;
}
.address-details .location-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #48bb9b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-details .location-icon i {
    color: #fff;
    font-size: 18px;
}
.address-details .location-card h2 {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 500;
}
.address-details .divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 20px 0;
}
.address-details .location-card p {
    margin: 0 0 25px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
	font-size: 20px;
}
.address-details .location-btn {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.address-details .location-btn i {
    font-size: 16px;
}
.address-details .location-btn:hover {
    background: #fff;
    color: #16325c;
}
.address-details .location-btn:hover i {
    transform: translate(3px, -3px);
    transition: 0.3s;
}
.address-details  .section-title {
  text-align: center;
  margin: 0px 50px 45px;
  max-width: 100%;
}
.address-details  .section-title span {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  color: #44286A;
}

.counter-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  background-color: #3c1667;
  padding: 40px;
  margin: 50px 0px;
  border-radius: 50px 50px;
}
.counter-container .counter-box {
	flex: 1;
  text-align: center;
  text-align: center;
  transition: all 0.3s ease;
  border-right: 1px solid #ddd;
}
.counter-container .counter-box:last-child {
  border-right: 0px;
}
.counter-container .counter-box:hover {
  transform: translateY(-6px);
}
.counter-container .counter-number {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0px;
}
.counter-container .counter-title {
  font-size: 16px;
  color: #FFF;
  margin-top: 0px;
}

.cta-banner {
  background: #e6dcfa;
  padding: 40px 20px;
  margin: 20px 0px 0px;
}
.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cta-container .cta-content h2 {
  font-size: 24px;
  color: #2e1a47;
  margin: 0 0 8px;
  font-weight: 600;
}
.cta-container .cta-content p {
  margin: 0;
  color: #5a4a6a;
  font-size: 14px;
}
.cta-container .cta-btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #3c1667;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}
.cta-btn:hover {
  background: #E13C91;
}

.our-locations {
	padding: 60px 70px 70px;
}
.our-locations .padding-right {
	padding-right: 30px;
}
.our-locations .padding-left {
	padding-left: 30px;
}
.our-locations iframe {
	height: 1680px !important;
}
.our-locations .section-title {
  text-align: center;
  margin: 0px 50px 45px;
  max-width: 100%;
}
.our-locations .section-title span {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  color: #44286A;
}
.our-locations .section-title p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.our-locations .location-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.our-locations .location-card h2 {
	font-size: 30px;
	margin-bottom: 5px;
}
.our-locations .location-card p {
	margin-bottom: 10px;
}
.our-locations .location-card span {
	font-weight: 600;
  color: #E64496;
  margin-bottom: 5px;
}
.our-locations .location-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-locations .location-image img {
    max-width: 100%;
    height: auto;
    /*max-height: 350px;*/
    object-fit: cover;
    border-radius: 20px;
}
.our-locations .location-right {
	text-align: right;
}
.our-locations .location-actions {
    /*display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;*/
    margin-top: 20px;
}
.our-locations .location-actions a {
    white-space: nowrap;
    margin-right: 10px;
}
.our-locations .location-btn {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 10px;
	background: #4BC4A2;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	width: auto;
	margin: 0 auto;
}
.our-locations .location-btn:hover {
	background: #E13C91;
}
.our-locations .cta-btn {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 10px;
	background: #3c1667;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	width: auto;
	margin: 0 auto;
}
.our-locations .cta-btn:hover {
	background: #E13C91;
}

#testimonials {
	background-color: #f9fafb;
	padding: 70px;
	background-image: none !important;
}
#testimonials:before {
	background-color: transparent;
}
#testimonials h2, #testimonials h6, #testimonials p {
  color: #44286A !important;
  padding: 0px !important;
}
#testimonials .section-title h2::before {
	content: none !important;
}
#testimonials .section-title span {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  color: #44286A;
}
#testimonials .section-title p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
	color: #494949;
}

@media (max-width: 1300px) {
	h1 {
		font-size: 46px;
	}
}
@media (max-width: 1199px) {
	.site-header {
		padding: 20px;
	}
	.logo {
		max-width: 180px;
	}
	body.scrolled .site-header .logo {
		max-width: 150px;
	}
	.t-part .contact-box .contact-details {
		margin-bottom: 10px;
	}
	.t-part .contact-box .contact-details,
	.t-part .contact-box .contact-address {
		width: 100%;
	}
}

@media (max-width: 1023px) {
    .site-header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:20px;
    }
    .site-header .logo{
        max-width:160px;
        flex:0 0 auto;
    }
    .site-header .menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-left:auto;
        flex:0 0 auto;
    }
    .site-header .main-menu{
        position:fixed;
    }
	
	.main-menu ul{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }
    .main-menu ul li{
        width:100%;
    }
    .main-menu ul li a{
        font-size:30px;
        display:block;
        width:100%;
    }
	.main-menu ul.d-flex{
        flex-direction:column;
        align-items:flex-start !important;
    }
	
	.main-menu ul.d-flex{
        flex-direction:column;
        align-items:flex-start !important;
        gap:12px !important;
    }
    .main-menu ul li{
        width:100%;
        margin:0;
        padding:0;
    }
    .main-menu ul li a{
        font-size:20px !important;
        font-weight:700 !important;
        line-height:1.2;
        padding:4px 0 !important;
        margin:0 !important;
    }
    .main-menu ul li.nav-btn{
        width:100%;
        margin-top:10px;
    }
    .main-menu ul li.nav-btn a{
        width:100%;
        text-align:center;
        padding:14px 20px !important;
        border-radius:10px;
        display:block;
    }
}

@media (min-width: 1023px) {
	.site-header .call {
		display: none;
	}
	.main-menu ul li.has-sub .submenu-button {
		display: none;
	}
	.main-menu ul li.nav-btn a:after {
		display: none;
	}
	.main-menu ul li.nav-btn a, body.scrolled .site-header .main-menu ul li.nav-btn a {
		opacity: 1;
		color: #fff;
		padding: 10px 20px 10px 20px;
		font-weight: bold;
	}
	.main-menu ul li.nav-btn a:hover {
		background: #E13C91;
	}
	.main-menu ul li.nav-btn a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #3c1667;
		box-shadow: 0 10px 25px rgba(0,0,0,0.13);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	.main-menu ul li.nav-btn a:hover:before{
		transform: scale(1.07);
	}
	.main-menu .sub-menu {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		position: absolute;
		top: 110%;
		left: 0;
		background-color: #fff;
		padding: 16px;
		width: 250px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	.main-menu li.has-sub:hover > ul {
		opacity: 1;
		pointer-events: inherit;
		visibility: visible;
		top: 100%;
	}
}
@media (max-width: 1023px) {
	.s-pt,
	.s-py {
	    padding-top: 80px;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 80px;
	}
	.s-pt-half,
	.s-py-half {
	    padding-top: 80px;
	}
	.s-pb-half,
	.s-py-half {
	    padding-bottom: 80px;
	}
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.site-header .menu-toggle {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
	    -webkit-align-items: center;
	    align-items: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	}
	.main-menu {
		position: fixed;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding: 80px 50px;
		background: #fff;
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
	    -webkit-align-items: center;
	    align-items: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	.main-menu.open {
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		top: 0;
	}
	.main-menu ul {
		width: 100%;
	}
	.main-menu ul li {
		display: block;
	}
	.main-menu ul > li a {
		padding: 10px 0;
		margin: 0;
		font-size: 30px;
		color: #111;
		display: inline-block;
	}
	body.home .main-menu ul > li a {
		color: #111;
	}
	.main-menu .sub-menu {
		display: none;
		padding: 20px;
	}
	.main-menu .sub-menu li a {
		color: #111;
		font-weight: 700;
		padding: 5px 0;
	}

	.hero-section .hero-img {
		width: 100%;
	}
	.hero-section .hero-content {
		width: 100%;
		padding: 50px;
	}
	.sub-header {
		margin-top: 0;
	}
	.sub-header .block-left {
		width: 90%;
		padding: 40px 40px 40px 0;
	}
	.sub-header .block-left ul li {
		width: 50%;
	}
	.sub-header .block-right {
		display: none;
	}
	.b-part .form,
	.b-part .map {
		width: 100%;
	}
	.b-part {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-section {
		padding: 100px 0px 70px;
	}
	.hero-section .hero-content {
		padding: 0px;
	}
	.hero-section .profile-img {
		margin-top: 50px;
	}
	.hero-section .hero-content h1 {
		font-size: 30px;
	}
	.hero-section .profile-img img {
		max-width: 60%;
	}
	
	.our-locations .section-title span {
		font-size: 25px;
		margin: 0 auto 30px;
		display: block;
	}	
	.our-locations {
	  padding: 60px 0px 30px;
	}
	.our-locations .row{
        display:flex;
        flex-direction:column;
        margin-bottom:50px;
    }
    .our-locations .row .col-sm-6{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
    }
    .our-locations .location-image{
        order:1;
        margin-bottom:25px;
    }
    .our-locations .location-card{
        order:2;
        text-align:center;
        align-items:center;
    }
    .our-locations .location-card h2{
        font-size:30px;
        line-height:1.2;
        margin-bottom:12px;
    }
    .our-locations .location-card span{
        display:block;
        margin-bottom:15px;
        font-size:16px;
        line-height:1.5;
    }
    .our-locations .location-card p{
        font-size:16px;
        line-height:1.7;
        margin-bottom:20px;
    }
    .our-locations .location-actions{
        display:flex;
        justify-content:center;
        gap:12px;
        flex-wrap:wrap;
        margin-top:20px;
    }
    .our-locations .location-actions a{
        min-width:140px;
        text-align:center;
    }
    .our-locations .location-image img{
        width:100%;
        border-radius:25px;
        display:block;
    }
	
	.our-locations iframe {
	  height: 1250px !important;
	}
}

@media (max-width: 767px) {
	#testimonials {
		padding: 70px 30px;
	}
	
	.footer-top ul {
		padding-left: 15px;
	}
	
	.our-locations .section-title span {
		font-size: 25px;
		margin: 0 auto 30px;
		display: block;
	}	
	.our-locations {
	  padding: 60px 0px 30px;
	}
	.our-locations .row{
        display:flex;
        flex-direction:column;
        margin-bottom:50px;
    }
    .our-locations .row .col-sm-6{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
    }
    .our-locations .location-image{
        order:1;
        margin-bottom:25px;
    }
    .our-locations .location-card{
        order:2;
        text-align:center;
        align-items:center;
    }
    .our-locations .location-card h2{
        font-size:30px;
        line-height:1.2;
        margin-bottom:12px;
    }
    .our-locations .location-card span{
        display:block;
        margin-bottom:15px;
        font-size:16px;
        line-height:1.5;
    }
    .our-locations .location-card p{
        font-size:16px;
        line-height:1.7;
        margin-bottom:20px;
    }
    .our-locations .location-actions{
        display:flex;
        justify-content:center;
        gap:12px;
        flex-wrap:wrap;
        margin-top:20px;
    }
    .our-locations .location-actions a{
        min-width:140px;
        text-align:center;
    }
    .our-locations .location-image img{
        width:100%;
        border-radius:25px;
        display:block;
    }
	
	.counter-container{
        flex-direction:column;
        gap:0;
        padding:30px 20px;
    }
    .counter-container .counter-box{
        width:100%;
        border-right:none !important;
        border-bottom:1px solid rgba(255,255,255,0.2);
        padding:20px 0;
    }
    .counter-container .counter-box:last-child{
        border-bottom:none;
    }
    .counter-container .counter-number{
        font-size:42px;
        line-height:1;
        margin-bottom:10px;
    }
    .counter-container .counter-title{
        font-size:16px;
        line-height:1.4;
        white-space:nowrap;
    }
	
	.our-locations .location-image img {
        max-height: 200px;
        margin: 0 auto;
        display: block;
    }
    .our-locations .location-card {
        text-align: center;
        align-items: center;
    }

	.cta-container {
	    flex-direction: column;
	    align-items: flex-start;
	  }

	.cta-container .cta-btn {
	    margin-top: 15px;
	  }

	body {
		font-size: 16px;
		line-height: 1.5;
	}
	.title h6 {
		margin-bottom: 10px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	.link_text {
		font-size: 16px;
	}
	.custom-checkbox input[type="checkbox"] + label {
		font-size: 16px;
	}
	.btn {
		font-size: 16px;
		padding: 18px 30px;
	}
	.s-pt,
	.s-py {
	    padding-top: 60px;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 60px;
	}
	.s-pt-half,
	.s-py-half {
	    padding-top: 40px;
	}
	.s-pb-half,
	.s-py-half {
	    padding-bottom: 40px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-menu {
		padding: 80px 20px;
	}
	.hero-section .hero-content {
		padding: 30px 20px;
	}
	.footer-top {
		padding: 30px 0;
	}
	.footer-top .block {
		width: 50%;
		margin-bottom: 30px;
	}
	.footer-top .block:last-child {
		margin-bottom: 0;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .footer-left,
	.footer-bottom .footer-right {
		width: 100%;
	}
	.emergency-bottom-details {
		margin: 0 6px;
	}
	
	.hero-section{
        padding:120px 20px 40px;
    }

    .hero-section .container,
    .hero-section .row{
        display:block;
    }

    .hero-section .col-sm-6{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
    }
    .hero-section .hero-content{
        width:100%;
        padding:0;
    }
    .hero-section .hero-content h1{
        font-size:25px;
        line-height:1.5;
    }
    .hero-section .hero-content h1 strong{
        font-size:38px;
    }
    .hero-section .hero-actions{
        display:flex;
        flex-direction:column;
        gap:15px;
        width:100%;
    }
    .hero-section .hero-actions select,
    .hero-section .hero-actions .btn-primary{
        width:100%;
    }
    .hero-section .hero-actions .btn-primary{
        text-align:center;
    }
    .hero-section .review-banner{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
        padding:15px 0;
    }
    .hero-section .profile-img{
        margin-top:40px;
        text-align:center;
    }
    .hero-section .profile-img img{
        max-width:100%;
    }
    .hero-section .profile-img .nhs-badge{
        right:20px;
        top:10px;
    }
}
@media (max-width: 575px) {
	.our-locations iframe {
  		height: 1450px !important;
	}
	
	.sub-header .container {
		padding-left: 20px;
		padding-right: 0px;
	}
	.footer-top .block {
		width: 100%;
	}
}