* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

* html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

:root {
	--pink: #ea4f77;
	--pink-dark: #c93456;
	--pink-light: #f06080;
	--teal: #6bbfbf;
	--teal-dark: #4a9e9e;
	--teal-bg: #a8cece;
	--teal-section: #b5d5d5;
	--cream: #f2d3be;
	--cream2: #ede5d5;
	--beige: #f2d3be;
	--beige2: #e8d8c0;
	--dark: #2c2c2c;
	--dark2: #3d3d3d;
	--text-muted: #6b6b6b;
	--text-light: #9a9a9a;
	--white: #ffffff;
	--bg-pink: #e8476a;
	--bg-teal: #5b9898;
	--shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	--radius: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: Barlow Semi Condensed;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #43383c;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: 0%;
	color: #43383c;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #111111bf;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.custom-container {
	max-width: 1800px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 100px 0px;
	margin: 0px;
}

.cmn-butn {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 12px 20px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 270px;
}

.cmn-butn span i {
	font-size: 25px;
}

.pink-butn {
	background: var(--pink);
	border: 1px solid var(--pink);
	color: var(--white);
}

.pink-butn:hover {
	background: var(--pink-dark);
	border: 1px solid var(--pink-dark);
	color: var(--white);
}

.wht-butn {
	background: var(--white);
	border: 1px solid #fff;
	color: var(--blackColor);
}

.wht-butn:hover {
	background: var(--navy);
	border: 1px solid var(--navy);
	color: var(--white);
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

.full-section-one {
	background: url(../images/full-body-bg.png) top left no-repeat;
	padding: 0px;
	margin: 0px;
	background: linear-gradient(180deg, #c7f3f2 0%, #f12d5d 100%);
}

.full-section-two {
	padding: 0px 0px 80px 0px;
	margin: 0px;
	background: linear-gradient(180deg, #c7f3f2 0%, #f12d5d 100%);
}

/* =================================== */
/* ============topbar===========*/
/* =================================== */

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

.main-nav {
	margin: 0px;
	padding: 20px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
}

.main-nav.scroll {
	background: #c7f3f2;
	height: auto;
	padding: 0px;
	transition: background-color 0.5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
	z-index: 99;
}

.main-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 50px;
	padding: 0px;
}

.logo {
	width: auto;
	height: 60px;
	margin: 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 12%;
	margin: 10px 0px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
	margin-right: 60px;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 40px;
}

.stellarnav>ul>li>a {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0%;

	color: #111111;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #ea4f77;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #ea4f77 !important;
	text-decoration: none;
	font-weight: 600;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 14px;
	padding: 10px 20px;
	color: #0e0e0e;
	font-weight: 400;
	font-family: DM Sans;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #000;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #000;
}

.stellarnav li.has-sub>a::after {
	content: "\+";
	margin-left: 8px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: 12px;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	height: 100%;
}

.btn-request-quote {
	border: 1px solid var(--white);
	color: var(--white);
	background: transparent;
	padding: 12px 30px;
	border-radius: 6px;
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s;
}

.btn-request-quote:hover {
	background: var(--white);
	color: var(--navy-dark);
	transform: translateY(-2px);
}

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

.banner-section {
	margin: 30px 0px 0px 0px;
}

.hero-section {
	background: #111111;
	border-radius: 20px;
	margin: 0 50px;
	overflow: hidden;
	position: relative;
	min-height: 850px;
	display: flex;
	align-items: center;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background: url("../images/Group-55.png") center/cover no-repeat;
	opacity: 0.7;
}

/* animated swirl overlay */
.hero-swirl {
	position: absolute;
	inset: 0;
	/* background: radial-gradient(ellipse at 65% 50%, transparent 30%, rgba(200,160,200,.18) 70%); */
	pointer-events: none;
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 80px 0;
	margin: 0px 100px;
}

.hero-content h1 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-size: 96px;
	line-height: 100px;
	letter-spacing: 0%;
	color: var(--white);
	margin: 0px 0px 30px 0px;
	padding: 0px;
	max-width: 50%;
}

.hero-content h1 span {
	color: #d4a86a;
	font-style: italic;
}

.hero-content p {
	font-family: Barlow Semi Condensed;
	font-weight: 400;

	font-size: 40px;

	line-height: 50px;
	letter-spacing: 0%;
	max-width: 440px;
	color: var(--white);
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.hero-badges {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 0px;
}

.hero-badges-title {
    margin-top: 25px;
}

.hero-badges-title h3 {
 color: var(--white);
}

.hero-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	/* background: rgba(255, 255, 255, 0.15); */
	/* backdrop-filter: blur(8px); */
	border-radius: 30px;
	padding: 15px 32px;
	color: rgba(255, 255, 255, 0.88);
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: var(--white);
	background: #000000ad;
}

.hero-badge img {
	width: 18px;
	height: 18px;
}

.hero-badge:hover {
	background: var(--pink);
}

/* =================================== */
/* ============banner-section=====*/
/* =================================== */

/* =================================== */
/* ===========about-section=====*/
/* =================================== */

.about-section {
	position: relative;
}

.about-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/about-right-bg.png") right top no-repeat;
	background-size: contain;
}

.about-section .custom-container {
	position: relative;
	z-index: 2;
}

.about-img-section {
	position: relative;

	height: 600px;
}

.about-img-main {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
	position: absolute;
	top: 0px;
	right: 0px;
}

.about-img-main img {
	width: 600px;
	height: 600px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}

.about-img-main:hover img {
	transform: scale(1.04);
}

.about-img-small {
	position: absolute;
	bottom: -120px;
	left: 0px;
	width: 400px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
	border: 8px solid #d4b5c3;
	height: 560px;
}

.about-img-small img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}


h3 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0%;
    color: #43383c;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.about-img-small:hover img {
	transform: scale(1.06);
}

/* clients box */

.about-section-text {
	padding: 0px 0px 0px 50px;
	margin: 0px;
}

.about-info-sec {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}

.clients-box-red {
	background: #fcf3e9;
	color: #000000;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 8px 28px rgba(74, 158, 158, 0.4);
	min-width: 300px;
	height: 100%;
	margin-bottom: 10px;
}

.clients-box-red h5 {
    color: #000;
    margin-bottom: 10px;
    font-size: 27px;
}

.check-list-cream li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Barlow Semi Condensed;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #000000;
    position: relative;
    padding: 0px 0px 0px 40px;
}

.check-list-cream li::before {
    content: "\f058";
    position: absolute;
    top: 10px;
    left: 10px;
    font: normal normal normal 16px / 1 FontAwesome;
    color: #ea4f77;
    font-size: 19px;
}
.clients-box {
	background: #7e969e;
	color: #fff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 8px 28px rgba(74, 158, 158, 0.4);
	min-width: 300px;
	height: 100%;
	margin-bottom: 10px;
}

.clients-box img {
	height: 36px;
	margin-bottom: 10px;
}

.clients-box h5 {
	font-family: Barlow Semi Condensed;
	font-weight: 600;

	font-size: 30px;

	line-height: 36px;
	letter-spacing: 0%;
	color: var(--white);
	padding: 0px;
	margin: 0px;
}

.check-list {
	list-style: none;
	padding: 0;
	margin-bottom: 28px;
}

.check-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 0%;
	color: #111111bf;
	position: relative;
	padding: 0px 0px 0px 40px;
}

.check-list li::before {
	content: "\f058";
	position: absolute;
	top: 10px;
	left: 10px;
	font: normal normal normal 16px/1 FontAwesome;
	color: #7e969e;
	font-size: 24px;
}

/* =================================== */
/* ===========about-section=====*/
/* =================================== */

/* =================================== */
/* ===========platform-section====*/
/* =================================== */

.platform-section {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.platform-card {
	border-radius: 20px;
	padding: 30px 28px 28px;
	height: 400px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
	cursor: pointer;
	z-index: 99;
}

.platform-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.platform-card.pink {
	background: var(--pink);
}

.platform-card.pink::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/frame-icon1.png) top right no-repeat;
	width: 200px;
	height: 160px;
	z-index: 9;
}

.platform-card.teal {
	background: #c8f3f2;
}

.platform-card.teal::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/frame-icon2.png) top right no-repeat;
	width: 200px;
	height: 160px;
}

.platform-card.slate {
	background: #7e969e;
}

.platform-card.slate::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/frame-icon3.png) top right no-repeat;
	width: 200px;
    height: 160px;
}

.platform-card h3 {
	font-family: DM Serif Display;
	font-weight: 400;

	font-size: 64px;

	line-height: 100px;
	letter-spacing: 0%;
	color: #fff;
	margin-bottom: 12px;
}

.platform-card.teal h3 {
	color: #6a7e85;
}

.platform-card.teal p {
	color: #4d4c4c;
}

.platform-card p {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 100px 0px;
	padding: 0px;
	max-width: 65%;
}

.platform-card-img {
	position: absolute;
	bottom: 60px;
	right: -16px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}

.platform-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn-book-now {
	background: #fff;
	color: #ea4f77;
	width: 300px;
	display: flex;
	justify-content: space-between;
	padding: 12px 30px;
	align-items: center;
}

/* .btn-book-now:hover {
  background: #22515e;
  color: #fff;
} */

.btn-book-now span i {
	font-size: 25px;
	color: #ea4f77;
}

/*.btn-book-now:hover i {*/
/*	color: #fff;*/
/*}*/

/* =================================== */
/* ===========platform-section=====*/
/* =================================== */

/* =================================== */
/* ===========conditions-section=====*/
/* =================================== */

.conditions-section {
	overflow: hidden;
}

.conditions-section-header {
	text-align: center;
	margin: 0px 0px 40px 0px;
}

.condition-card {
	background: var(--cream);
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	margin: 20px 0px;
	transition: all 0.35s;
	cursor: pointer;
	height: 200px;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
}

.condition-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
	background: var(--cream2);
}

.condition-card .heart {
	font-size: 1.6rem;
	color: var(--pink);
	margin-bottom: 14px;
	display: block;
}

.condition-card h5 {
	font-family: Barlow Semi Condensed;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;
	text-align: center;
	color: #111111bf;
	padding: 0px;
	margin: 0px;
}

/* Owl dots for conditions */
.conditions-owl .owl-dots {
	margin-top: 28px;
}

.conditions-owl .owl-dot span {
	background: rgba(255, 255, 255, 0.35) !important;
}

.conditions-owl .owl-dot.active span {
	background: #fff !important;
}

/* =================================== */
/* ===========conditions-section=====*/
/* =================================== */

/* =================================== */
/* ===========services-section=====*/
/* =================================== */

.services-section {
	overflow: hidden;
	padding: 100px 0px 100px 0px;
}

.services-section-inner {
	background: url("../images/services-bg.png") center/cover no-repeat;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px;
}

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

.services-section-header-text {
	padding: 0px;
	margin: 0px;
}

.services-section-header-text h2 {
	color: #fff;
}

.services-section-header-text h6 {
	color: #fff;
}

.services-section-header-text p {
	color: #fff;
}

.service-card {
	background: #fcf3e9;
	border-radius: 20px;
	padding: 40px 30px;
	height: 100%;
	transition: all 0.35s;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.15);
	background: var(--cream);
}

.service-card h4 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #6a7e85;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.service-icon-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	position: relative;
}

.service-icon-wrap img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	position: relative;
	z-index: 9;
}

.service-icon-bubble {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e9e1d7;
	position: absolute;
	left: 41px;
	bottom: -15px;
}

/* =================================== */
/* ===========services-section=====*/
/* =================================== */

/* =================================== */
/* ===========mission-section=====*/
/* =================================== */

.mission-section {
	overflow: hidden;
	background: url(../images/mission-bg.png) top left no-repeat;
	background-size: cover;
}

.mission-section-left {
	padding: 0px 80px 0px 0px;
	margin: 0px;
}

.mission-section-left p {
	margin-bottom: 50px;
}

.mission-card {
	background: var(--beige);
	border-radius: 20px;
	padding: 28px 24px;
	margin-bottom: 26px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}

.mission-card::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/about-box-icon.png) top right no-repeat;
	width: 142px;
	height: 100%;
}

.mission-card:hover {
	transform: translateX(6px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
	background: var(--beige2);
}

.mission-card h4 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.mission-card p {
	font-size: 20px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	max-width: 80%;
}

.video-wrap {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
}

.video-wrap img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}

.video-wrap:hover img {
	transform: scale(1.04);
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #22515ea6;
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: var(--white);
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.play-btn:hover {
	background: var(--pink);
	color: #fff;
	transform: translate(-50%, -50%) scale(1.12);
}

/* =================================== */
/* ===========mission-section=====*/
/* =================================== */

/* =================================== */
/* ===========mission-section=====*/
/* =================================== */

.testi-section {
	position: relative;
	overflow: hidden;
}

.testi-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/sucss-icon.png) top center no-repeat;
}

.testi-section-header {
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.testi-card {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow);
	border: 1px solid #12121214;
	display: flex;
	gap: 0;
	transition: all 0.3s;
	box-shadow: 0px 0px 40px 0px #12121214;
	padding: 20px;
	margin: 20px 0px;
	min-height: 300px;
}

.testi-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
}

.testi-img {
	width: 300px;
	height: 250px;
	flex-shrink: 0;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.testi-img img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testi-tag {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #f7f2ed;
	padding: 5px 12px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #575757;
	display: flex;
	align-items: center;
	gap: 5px;
}

.testi-tag::before {
	content: "\f111";
	font: normal normal normal 16px/1 FontAwesome;
	color: #575757;
	font-size: 8px;
}

.testi-body {
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.testi-body p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #111111bf;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.testi-body .testi-author {
	font-weight: 600;
	font-style: Regular;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #575757;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* Owl customization */
.testi-carousel .owl-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 32px;
}

.testi-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
	transition: all 0.25s;
}

.testi-carousel .owl-dots .owl-dot.active {
	background: #ce9e6e;
	width: 40px;
	border-radius: 15px;
}

/* =================================== */
/* ===========mission-section=====*/
/* =================================== */

/* =================================== */
/* ===========consult-row=====*/
/* =================================== */

/*.consult-row {*/
/*	display: grid;*/
/*	grid-template-columns: 1fr 1fr;*/
/*	gap: 10px;*/
/*}*/

.consult-panel {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	cursor: pointer;
}

.consult-panel::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/consult-icon.png) left top no-repeat;
	height: 160px;
	width: 100%;
}

.consult-panel img {
	width: 100%;
	/*height: 100%;*/
	height:700px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}

.consult-panel:hover img {
	transform: scale(1.06);
}

.consult-overlay {
	position: absolute;
	inset: 0;
	/* background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.3) 60%, transparent 100%); */
}

.consult-panel.consult-panel2 {
	position: relative;
}

.consult-panel.consult-panel2::after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/appo-icon.png) right bottom no-repeat;
	height: 220px;
	width: 100%;
}

.consult-panel.consult-panel2::before {
	display: none;
}

.consult-body {
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 0;
	padding: 36px 40px;
	max-width: 530px;
	top: 15%;
}

.consult-body h3 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-style: Regular;
	font-size: 60px;

	line-height: 70px;
	letter-spacing: 0%;
	color: var(--white);
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.consult-body h3 span {
	font-style: italic;
	color: #f2d7b6;
}

.consult-body p {
	font-family: Barlow Semi Condensed;
	font-weight: 400;

	font-size: 30px;

	line-height: 40px;
	letter-spacing: 0%;
	color: var(--white);
	margin: 0px 0px 80px 0px;
	padding: 0px;
}

/* =================================== */
/* ==========consult-row=====*/
/* =================================== */

/* =================================== */
/* ==========contact-section =====*/
/* =================================== */

.contact-section {
	overflow: hidden;
}

.contact-img-wrap {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.contact-img-wrap img {
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}

.contact-img-wrap:hover img {
	transform: scale(1.04);
}

.contact-section-right {
	padding: 0px 0px 0px 50px;
	margin: 0px;
}

.contact-section-right h2 {
	margin: 0px 0px 70px 0px;
}

.form-row-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 14px;
}

.cf-input {
	width: 100%;
	border: none;
	border-radius: 8px;
	padding: 14px 18px;
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #111111bf;
	margin: 0px;
	padding: 20px 30px;
	background: #dca9b8;
	outline: none;
	transition:
		background 0.25s,
		box-shadow 0.25s;
}

.cf-input:focus {
	background: #fff;
	box-shadow: 0 0 0 3px rgba(107, 191, 191, 0.3);
}

.cf-input::placeholder {
	color: #111111bf;
}

select.cf-input {
	appearance: none;
	background-color: #dca9b8;
}

textarea.cf-input {
	min-height: 140px;
	resize: none;
	margin-bottom: 20px !important;
}

.contact-section-right .cmn-butn.btn-book-now {
	border: none;
}

.cms-page ol {
    list-style: block;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 30px;
}

.cms-page ol li {
    align-items: center;
    gap: 10px;
    font-family: Barlow Semi Condensed;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #111111bf;
    position: relative;
    list-style: block !important;
}

.cms-page ul {
    list-style: block;
    padding: 0;
    margin-bottom: 28px;
    margin-left: 30px;
}

.cms-page ul li {
    align-items: center;
    gap: 10px;
    font-family: Barlow Semi Condensed;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #111111bf;
    position: relative;
        list-style: disc;
}

/* =================================== */
/* ==========contact-section =====*/
/* =================================== */

/* =================================== */
/* ==========footer-section =====*/
/* =================================== */

footer {
	background: #7e969e;
	border-radius: 20px;
	margin: 0 50px;
	overflow: hidden;
}

.footer-top {
	padding: 60px 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-logo img {
	height: 115px;
	margin: 0px;
	padding: 0px;
}

.newsletter-row {
	display: flex;
	align-items: start;
	justify-content: end;
	flex-direction: column;
	width: 100%;
	max-width: 730px;
	margin: 0px;
}

.newsletter-row h5 {
	font-family: DM Serif Display;
	font-weight: 500;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.newsletter-form {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
	gap: 10px;
}

.newsletter-form input {
	flex: 1;
	background: #fff;
	border: none;
	color: #fff;
	padding: 15px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
	color: #222222;
	outline: none;
	width: 700px;
	border-radius: 40px;
}

.newsletter-form input::placeholder {
	color: #222222;
}

.newsletter-form button {
	background: var(--pink);
	border: none;
	color: #fff;
	padding: 0 40px;
	font-style: Bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 30px;
}

.newsletter-form button:hover {
	background: var(--dark);
}

.footer-main {
	padding: 56px 0 36px;
}

.footer-heading {
	font-family: DM Serif Display;
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-desc {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	max-width: 260px;
	color: #fff;
}

.footer-contact-item {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}

.footer-contact-item p {
	color: #fff;
	display: flex;
	gap: 15px;
}

.footer-contact-item p a {
	color: #fff;
}

.footer-contact-item p a:hover {
	color: var(--pink);
}

.footer-mid-section {
	padding: 0px 0px 50px 0px;
}

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

.footer-links li {
	margin-bottom: 20px;
	padding: 0px 0px 0px 20px;
	position: relative;
}

.footer-links a {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: color 0.2s;
	color: var(--white);
}

.footer-links li::before {
	content: "\f0da";
	color: var(--white);
	font-size: 20px;
	position: absolute;
	font: normal normal normal 16px/1 FontAwesome;
	left: 0px;
	top: 4px;
}

.footer-links a:hover {
	color: var(--pink);
}

.footer-social {
    display: flex;
    gap: 15px;
    margin: 0px 0 16px 0;
    padding: 0px;
}

.form-row-grid2 {
    padding-bottom: 18px;
}

textarea.wpcf7-form-control.wpcf7-textarea.cf-input {
    height: 120px;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 30px;
	text-decoration: none;
	transition: all 0.25s;
}

.footer-social a:hover {
	color: var(--pink);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-copy {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 16px;
	letter-spacing: 0%;
	color: var(--white);
	padding: 0px;
	margin: 0px;
}

.footer-copy a {
	color: var(--white);
}

.footer-copy a:hover {
	color: var(--pink);
}

.footer-legal ul {
	display: flex;
	gap: 16px;
	justify-content: end;
}

.footer-legal a {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 16px;
	letter-spacing: 0%;
	text-align: right;
	text-decoration: none;
	transition: color 0.2s;
	padding: 0px;
	margin: 0px;
	color: var(--white);
}

.footer-legal a:hover {
	color: var(--pink);
}

/* =================================== */
/* ==========footer-section =====*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #ce9e6e;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/
@keyframes heroIn {
	from {
		opacity: 0;
		transform: translateY(36px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-anim-1 {
	animation: heroIn 1s ease 0.3s both;
}

.hero-anim-2 {
	animation: heroIn 1s ease 0.5s both;
}

.hero-anim-3 {
	animation: heroIn 1s ease 0.7s both;
}

.hero-anim-4 {
	animation: heroIn 1s ease 0.9s both;
}

@keyframes floatY {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

/*.float-anim {*/
/*	animation: floatY 4s ease-in-out infinite;*/
/*}*/

/*================================================
vedio Button Area CSS
=================================================*/


.play-button {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #22515ea6;
	border: 1px solid #22515ea6;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	/* background-color: #fbfcffb5; */
	border: 1px solid;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #fff;
	font-size: 30px;

}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/




.insurence .condition-card {
	background: var(--cream);
	border-radius: 20px;
	padding: 20px 20px;
	text-align: center;
	margin: 20px 0px;
	transition: all 0.35s;
	cursor: pointer;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
} 

.insurence .condition-card img {
	display: block;
	width: auto;
}


.testi-carousel .owl-nav {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}

.testi-carousel .owl-nav .owl-prev {
	background: #ea4f77 !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 25px !important;
	color: #fff !important;
}


.testi-carousel .owl-nav .owl-next {
	background: #ea4f77 !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 25px !important;
	color: #fff !important;
}






/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/
form.form-inline {
	max-width: 100%;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.cm-btn.btn-book-now {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 12px 20px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: url(../images/Arrow-2.png) no-repeat 94% 52%, #fff;
	border: aliceblue;

}

/*--inner page header--*/

.banner-inner {
	margin: 30px 0px 0px 0px;
}

.combo-inner {
	padding: 0 39px;
	position: relative;
}

.combo-inner img {
	width: 100%;
	border-radius: 15px;
}

.bannerContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.inner-bannerText h1 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.breadcrumb {
	justify-content: center;
	color: #fff;
}

/*--inner page header--*/

section.aboutuspage-section p {
	font-family: Barlow Semi Condensed;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #111111bf;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-align: justify;
}

/*-- Teams Start -- */
.team-overlay a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0 5px;
	border-radius: 50%;
	background: #ffffff;
	color: #333;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Hover Effects (Brand Colors) */
.team-overlay a:hover {
	transform: translateY(-5px);
	color: #fff;
}

/* Individual Colors */
.team-overlay a:nth-child(1):hover {
	background: #1877f2;
	/* Facebook */
}

.team-overlay a:nth-child(2):hover {
	background: #1da1f2;
	/* Twitter */
}

.team-overlay a:nth-child(3):hover {
	background: #0077b5;
	/* LinkedIn */
}

.team-img {
	width: 180px;
	height: 180px;
	margin: 20px auto 10px;
	border-radius: 50%;
	overflow: hidden;
	/* IMPORTANT */
	border: 4px solid #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	/* FIXES stretching */
}


.team-overlay {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(6px);
}

.card {
	border-radius: 15px;
	text-align: center;
	margin-bottom: 10px;
	 min-height: 800px;
}

/*-- Teams End -- */

.hero-content .cmn-butn {
    width: 180px;
}

.insurence-link {
    text-align: center;
}

.insurence-link a{
font-family: Barlow Semi Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px 20px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 270px;    
    background: var(--pink);
    border: 1px solid var(--pink);
    color: var(--white);
}

.insurence-link {
    padding-top: 32px;
}

.insurance-top {
    text-align: center;
    padding-bottom: 30px;
}


.insurance-listing1 .condition-card {
    justify-content: center;
    align-items: center;
}

.insurance-top.insurance-top2 {
    margin-top: 70px;
}

button.sub-menu-toggle {
    display: none;
}

.insurance-listing1 p{
    text-align:center;
}

.condition-card.insurance-inn h5{
font-size:30px;
}

.condition-card.insurance-inn {
    height: 100px;
}

.contact_form_text {
    padding: 0 12px;
    border-inline-start: 4px solid #c7f3f2;
    margin: 0 19px 25px;
}

.contact_form_text p {
    font-size: 17px;
    line-height: 30px;
    padding: 0px;
    color: #111111bf;
}

.contact_form_text p a {
    color: #000;
    font-weight: 600;
}

.tele-health-section h2{
    text-align:center;
}

.trlesec2 {
    padding-top: 50px;
}


.trlesec2 h3 {
         font-size: 30px;
        line-height: 55px;
}

.trlesec2 ul li {
    margin-bottom: 6px;
    padding: 0px 0px 0px 20px;
    position: relative;
    font-size: 18px;
}

.trlesec2 li::before {
    content: "\f0da";
    color: #111111bf;
    font-size: 20px;
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
    left: 0px;
    top: 4px;
}

.trlesec2 ul {
    list-style: none;
    padding: 0;
}

.wellness-section h2{
    text-align:left;
}

.wellness_btn {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.wellness_btn a {
    font-family: Barlow Semi Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px 20px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: auto;
    background: var(--pink);
    border: 1px solid var(--pink);
    color: var(--white);
}

.process-section h2{
   text-align:left; 
}


