**********************************

/*** 	   02. General css		  ***/
/************************************/
figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

html,
body {
	width: 100%;
	overflow-x: clip;
}

.image-anime {
	position: relative;
	overflow: hidden;
	background-image: url(../../interviews/images/chat-banner.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.company-founder-image .image-anime {
	border-radius: 100%;
	margin: 0;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.image-anime::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.section-row {
	margin-bottom: 80px;
}

.section-row .section-title {
	margin-bottom: 0;
}

.section-title-content p {
	margin: 0;
}

.section-btn {
	text-align: end;
}

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

.section-title h3 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #4D6F94;
	padding-left: 28px;
	margin-bottom: 20px;
}

.section-title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
	background: #4D6F94;
	background-position: left center;
	background-size: cover;
	width: 18px;
	height: 4px;
}

.section-title h1 {
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title h2 {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title p {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 18px;
}

/************************************/
/***        04. Hero css	      ***/
/************************************/
.hero {
	position: relative;
	padding-bottom: 86px;
}

.hero .hero-section {
	background: url(../images/hero-bg.svg), #4D6F94 no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 100px 0 186px;
}

.hero.bg-image .hero-section {
	position: relative;
	background: url('../images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;

	padding: 150px 0 236px;
}

.hero.bg-image .hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #4D6F94;
	opacity: 50%;
	width: 100%;
	height: 100%;
}

.hero.bg-image .hero-section .hero-content {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.hero-content .section-title {
	margin-bottom: 10px;
}

.hero-content .section-title p,
.hero-content .section-title h1 {
	color: #fff;
}

.hero-content .section-title h1 img {
	max-width: 129px;
	border-radius: 100px;
}

.hero-content-body {
	border-top: 1px solid var(--dark-divider-color);
	border-bottom: 1px solid var(--dark-divider-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 20px 0;
	margin-bottom: 10px;
	margin-top: 150px;
}

.hero-counter-box {
	width: calc(33.33% - 40px);
}

.hero-counter-box h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.hero-counter-box p {
	text-transform: capitalize;
	line-height: 1.4em;
	color: #fff;
	margin: 0;
}

.hero-content-footer .btn-default {
	padding: 19px 30px 19px 70px;
	margin-right: 30px;
}

.hero-content-footer .btn-default.btn-highlighted {
	padding: 18px 30px 18px 60px;
	margin-right: 0px;
}

.hero-content-footer .btn-default.btn-highlighted::before {
	background-image: url(../images/icon-plus.svg);
	width: 16px;
	height: 16px;
	background-size: 16px auto;
}

.hero-content-footer .btn-default.btn-highlighted:hover:before {
	transform: translate(30px, -50%) rotate(45deg);
}

.hero-image {
	position: relative;
	padding-left: 80px;
}

.hero-img figure {
	display: block;
	border-radius: 40px;
}

.hero-img img {
	width: 100%;
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
	border-radius: 40px;
}

.company-service-rating {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: auto;
	right: auto;
	width: 100%;
	max-width: 240px;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 2;
	animation: serviceratingmoveobject 6s ease-in-out infinite alternate;
	will-change: transform;
}

@keyframes serviceratingmoveobject {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(-6px, -10px, 0);
	}

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

.our-cta-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 15px;
	z-index: 2;
}

.cta-content-box {
	background-color: #fff;
	border: 1px solid var(--divider-color);
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 9%);
	border-radius: 40px;
	padding: 28px;
	align-items: center;
}

.cta-item {
	border-right: 1px solid var(--divider-color);
	display: flex;
	align-items: center;
	padding-right: 15px;
}

.cta-item .icon-box {
	position: relative;
	background-color: #4D6F94;
	border-radius: 15px;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 15px;
	transition: all 0.5s ease-in-out;
	color: #fff;
	font-size: 28px;
}

.cta-item:hover .icon-box {
	background-color: #4D6F94;
}

.cta-item .icon-box::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #4D6F94;
	border-radius: 15px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.cta-item .icon-box img {
	position: relative;
	max-width: 34px;
	z-index: 1;
}

.cta-item-content {
	width: calc(100% - 85px);
}

.cta-item-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.cta-item-content p {
	margin: 0;
}

.cta-btn {
	text-align: center;
}

/************************************/
/***       05. About Us css	      ***/
/************************************/

.about-us {
	padding: 100px 0;
}

.about-img figure {
	display: block;
	mask-image: url(../images/about-image-bg-shape.svg);
	background-image: url(../images/about-image-bg-shape.svg);
	mask-size: cover;
	mask-position: center center;
	mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.about-image {
	position: relative;
	margin-right: 30px;
}

.about-img img {
	width: 100%;
	height: 100%;
}

.company-experience {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/about-counter-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 30px;
	display: flex;
	align-items: center;
	width: 192px;
	height: 214px;
	overflow: hidden;
	padding: 20px;
	box-shadow: 0px 10px 20px rgb(77 111 148 / 25%);
}

.company-experience::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #4D6F94;
	width: 100%;
	height: 100%;
}

.company-experience-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.company-experience-counter {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	z-index: 1;
}

.company-experience-counter h2 {
	font-size: 60px;
	color: #fff;
}

.company-experience-content {
	position: relative;
	text-align: center;
	z-index: 1;
}

.company-experience-content p {
	color: #fff;
	margin: 0;
}

.about-us-body {
	border-top: 1px solid #F0F0FF;
	border-bottom: 1px solid #F0F0FF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 25px 0;
	margin-bottom: 40px;
}

.about-body-item {
	width: calc(50% - 25px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.about-counter {
	width: calc(40% - 10px);
}

.about-counter h2 {
	font-size: 40px;
	font-weight: 600;
	color: #4D6F94;
}

.about-counter-content {
	width: calc(60% - 10px);
}

.about-counter-content p {
	text-transform: capitalize;
	margin: 0;
}

.about-us-footer {
	display: flex;
	align-items: center;
}

.about-us-footer-btn {
	margin-right: 50px;
	line-height: normal;
}

.about-company-founder {
	display: flex;
	align-items: center;
}

.company-founder-image {
	margin-right: 20px;
}

.company-founder-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.company-founder-content {
	width: calc(100% - 80px);
}

.company-founder-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.company-founder-content p {
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/***      06. Our Services css	  ***/
/************************************/

.our-service {
	background: linear-gradient(180deg, #4D6F94 70%, #fff 30%);
	padding: 100px 0 20px;
}

.service-item {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 9%);
	border: 1px solid #f4f4f4;
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 25px;
}

.service-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.service-item-box {
	display: flex;
	align-items: center;
}

.service-item-box .icon-box {
	position: relative;
	background-color: #4D6F94;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 15px;
	transition: all 0.5s ease-in-out;
	color: #fff;
	font-size: 24px;
}

.service-item-box .icon-box::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #4D6F94;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.service-item-box .icon-box img {
	position: relative;
	max-width: 38px;
	z-index: 1;
}

.service-item-content {
	width: calc(100% - 65px);
}

.service-item-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.service-readmore {
	margin-left: 10px;
}

.service-readmore img {
	max-width: 30px;
	transition: all 0.3s ease-in-out;
}

.service-item:hover .service-readmore img {
	transform: rotate(45deg);
}

.service-body {
	margin-bottom: 30px;
}

.service-body p {
	margin: 0;
}

.service-image {
	border-radius: 20px;
	overflow: hidden;
}

.service-image img {
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.5s ease-out;
}

.service-item:hover .service-image img {
	transform: scale(1.1)
}

/************************************/
/***     07. Our Expertise css	  ***/
/************************************/

.our-expertise {
	padding: 50px 0 100px;
}

.expertise-content .section-title {
	border-bottom: 1px solid #F0F0FF;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.expertise-list-box {
	margin-bottom: 30px;
}

.expertise-list-box:last-child {
	margin-bottom: 0;
}

.expertise-list-title {
	margin-bottom: 20px;
}

.expertise-list-title h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-left: 35px;
}

.expertise-list-title h3::before {
	content: '\f14a';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	color: #4D6F94;
}

.expertise-list-content p {
	margin: 0;
}

.expertise-image {
	position: relative;
	background: url('../images/expertise-image-bg.svg') no-repeat;
	background-position: center center;
	background-size: auto;
	border-radius: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 30px;
}

.expertise-img-1 {
	width: calc(50% - 15px);
}

.expertise-img-2 {
	padding-top: 165px;
	width: calc(50% - 15px);
}

.expertise-img-1 img figure,
.expertise-img-2 img figure {
	display: block;
	border-radius: 40px;
}

.expertise-img-1 img,
.expertise-img-2 img {
	aspect-ratio: 1 / 1.29;
	object-fit: cover;
	border-radius: 40px;
}

.expert-doctor {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 10px 0px 36.8px -4px #0000001A;
	border: 1px solid #f4f4f4;
	border-radius: 15px;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 300px;
	padding: 25px;
	animation: doctormoveobject 3s infinite linear alternate;
}

@keyframes doctormoveobject {
	50% {
		left: 40px;
	}
}

.expert-doctor .icon-box {
	background-color: #4D6F94;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	font-size: 26px;
}

.expert-doctor:hover .icon-box {
	background-color: #4D6F94;
}

.expert-doctor .icon-box img {
	max-width: 30px;
}

.expert-doctor-content {
	width: calc(100% - 80px);
}

.expert-doctor-content h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 1px;
}

.expert-doctor-content p {
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/***     08. Why Choose Us css	  ***/
/************************************/

.why-choose-us {
	background: #4D6F94 url('../images/why-choose-us-bg.svg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0 0px;
}

.why-choose-content .section-title p,
.why-choose-content .section-title h2,
.why-choose-content .section-title h3 {
	color: #fff;
}

.why-choose-content .section-title h3::before {
	filter: brightness(0) invert(1);
}

.why-choose-image img {
	width: 100%;
	aspect-ratio: 1 / 1.42;
	object-fit: cover;
}

.why-choose-item {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.why-choose-item:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.why-choose-item .icon-box {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.5s ease-in-out;
	color: #4D6F94;
	font-size: 20px;
}

.why-choose-item .icon-box img {
	position: relative;
	max-width: 35px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img {
	filter: brightness(1) invert(1);
}

.why-choose-item-content {
	width: calc(100% - 70px);
}

.why-choose-item-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 5px;
}

.why-choose-item-content p {
	color: #fff;
	margin: 0;
}

/************************************/
/***      09. How It Work css	  ***/
/************************************/

.doctor-work-img-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.doctor-work-img-box figure {
	background-color: #4D6F94;
	border: 10px solid #fff;
	border-radius: 40px;
	padding: 10px 12px;
}

.doctor-work-img-box img {
	max-width: 158px;
	border-radius: 40px;
}

/************************************/
/***     16. About us Page css	  ***/
/************************************/
.our-excellence {
	background: linear-gradient(180deg, #4D6F94 70%, #fff 30%);
	padding: 100px 0 20px;
}

.our-excellence .section-title h2 {
	color: #fff;
}

.excellence-item {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px #00000008;
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
}

.excellence-item .icon-box {
	margin-bottom: 30px;
}

.excellence-item .icon-box img {
	max-width: 80px;
}

.excellence-title {
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.excellence-title h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.excellence-content p {
	margin: 0;
}

.how-it-work.about-how-work {
	padding: 50px 0 100px;
}

.our-doctors {
	padding: 100px 0;
}

.page-services {
	padding: 100px 0 70px;
}

/************************************/
/***   18. Service Single css	  ***/
/************************************/

.page-service-single {
	padding: 100px 0;
}

.service-single-content {
	margin-right: 30px;
}

.service-single-slider {
	position: relative;
	margin-bottom: 40px;
}

.service-single-btn .service-single-button-prev::before {
	transform: rotate(225deg);
}

.service-slider-image {
	border-radius: 40px;
	overflow: hidden;
}

.service-slider-image img {
	border-radius: 40px;
	overflow: hidden;
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
}

.service-single-slider .swiper-pagination {
	position: absolute;
	text-align: center;
	bottom: 20px;
	z-index: 1;
}

.service-single-slider .swiper-pagination .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
	margin: 0px 4px;
}

.service-single-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4D6F94;
	opacity: 1;
}

.service-entry {
	margin-bottom: 50px;
}

.service-entry h2 {
	font-size: 46px;
	margin-bottom: 20px;
}

.service-entry h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.service-entry p {
	margin-bottom: 20px;
}

.service-entry p:last-child {
	margin-bottom: 0px;
}

.service-entry ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.service-entry ul li {
	position: relative;
	width: 100%;
	color: #4D6F94;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding-left: 30px;
}

.service-entry ul li:before {
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 20px;
	color: #4D6F94;
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 2px;
	left: 0;
}

.service-entry-image {
	margin-bottom: 20px;
}

.service-entry-img img {
	border-radius: 40px;
}

.service-sidebar {
	position: sticky;
	top: 20px;
}

.service-catagery-list {
	background-color: #4D6F94;
	border-radius: 40px;
	padding: 40px;
	margin-bottom: 40px;
}

.service-catagery-list h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-catagery-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-catagery-list ul li {
	background-color: #fff;
	border-radius: 14px;
	padding: 15px;
	margin-bottom: 15px;
}

.service-catagery-list ul li:last-child {
	margin-bottom: 0;
}

.service-catagery-list ul li a {
	display: block;
	position: relative;
	color: var(--text-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a {
	color: #4D6F94;
}

.service-catagery-list ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0px, -50%);
	background-image: url('../images/icon-plus-accent.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 14px;
	height: 14px;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a::after {
	transform: translate(0px, -50%) rotate(45deg);
}

.service-sidebar .section-cta-box {
	display: flex;
	box-shadow: 0px 10px 30px 0px #00000008;
	border: 1px solid var(--divider-color);
	padding: 30px;
}


/************************************/
/***      29. Responsive css	  ***/
/************************************/



.hero-content-footer {
	display: flex;
}

.banner-srch {
	position: relative;
	max-width: 550px;
	margin-bottom: 32px;
	width: 100%;
	margin-top: 20px;
}

.banner-srch .form-control {
	min-height: 54px;
	border-radius: 30px;
	padding: 0 50px 0 50px;
}

.banner-srch .form-control:focus {
	box-shadow: none;
	border: 1px solid #089bab;
}

.btn-srch {
	width: 48px;
	height: 48px;
	display: inline-block;
	background: #4D6F94;
	color: #fff;
	border-radius: 50%;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	transition: all .5s ease-in-out;
}

.btn-srch:hover {
	opacity: .8;
}

.search-box {
	width: 100%;
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 8px;
	min-height: 54px;
	border-radius: 28px;
	padding: 0 50px 0 30px;
}

.white-title.section-title h3::before {
	background: #fff;
}

.company-rating-icon {
	margin-bottom: 10px;
}

.company-rating-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.company-rating-icon ul li {
	display: inline-block;
}

.company-rating-icon ul li i {
	font-size: 16px;
	color: #4D6F94;
}

.company-rating-content h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.company-rating-content p {
	line-height: 1.4em;
	margin: 0;
}

/* ================== LANDING CHAT BUBBLES (Right Edge) ================== */
.landing-chat-bubbles {
	position: absolute;
	left: 20px;
	bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 2;
	pointer-events: none;
}

.landing-chat-bubbles .bubble {
	background: #6F8FA9;
	color: #fff;
	border-radius: 14px 14px 14px 0px;
	padding: 10px 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	font-size: 21px;
	line-height: 1.4;
	opacity: 0;
}



.landing-chat-bubbles .bubble-sm {
	max-width: 60px;
	text-align: center;
}

/* Bubble Animation */
@keyframes show-bubble {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes hide-bubble {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.landing-chat-bubbles .bubble-animation {
	transition: opacity 0.9s ease-in-out;
}

.landing-chat-bubbles .bubble-animation.show {
	animation: show-bubble 0.9s forwards;
}

.landing-chat-bubbles .bubble-animation.hide {
	animation: hide-bubble 0.9s forwards;
}



/* .copy-right p a {
	font-weight: 600;
	color: #4D6F94 !important;
} */

/* ================== TESTIMONIALS CSS START ================== */
.testimonial-area {
	background-color: #f7f7f7;
	position: relative;
	overflow-x: hidden;
}

.testimonial-area:after {
	content: "";
	position: absolute;
	top: 30%;
	right: 0px;
	background-image: url("../images/polygon-shape1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 70px;
	height: 34px;
}

.testimonial-area::before {
	content: "";
	position: absolute;
	top: 30%;
	left: -40px;
	width: 83px;
	height: 83px;
	background-color: #4D6F94;
	border-radius: 100%;
}

.testimonial-area .single-slide {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.testimonial-area .single-slide .test-img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	min-width: 90px;
	margin: 0 auto;
	display: block;
}

.testimonial-area .single-slide .test-img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.testimonial-area .single-slide .info {
	text-align: center;
}

.testimonial-area .single-slide .info .icon {
	font-size: 20px;
	color: #4D6F94;
}

.testimonial-area .single-slide .info p {
	font-size: 16px;
	line-height: 30px;
	color: #2d2e2e;
	margin: 0;
	font-weight: 400;
}

.testimonial-area .single-slide .test-btm h6 {
	font-size: 20px;
	line-height: 30px;
	color: #2d2e2e;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4px;
}

.testimonial-area .single-slide .test-btm .rating-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.testimonial-area .single-slide .test-btm .rating-list li i {
	font-size: 15px;
	color: #f8d254;
}

.testimonial-area .single-slide .test-btm .rating-list li.empty i {
	color: #ababab;
}

/* ================== TESTIMONIALS EBDS START ================== */


.counter-card {
	text-align: center;
	border-right: 2px solid #000;
}

.counter-card h4 {
	font-size: 42px;
	font-weight: 800;
	color: #4D6F94;
	margin-bottom: 0;
}

.counter-card h5 {
	font-size: 38px;
	color: #000;
}

.counter-inr {
	display: flex;
	align-items: center;
	justify-content: center;
}

.counter-inr span {
	font-size: 42px;
	font-weight: 800;
	color: #4D6F94;
}

.symptoms-btn {
	margin-top: 20px;
	padding: 15px 29px;
	color: #4D6F94;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #fff;
	transition: .5s all;
}

.symptoms-btn:hover {
	background-color: #4D6F94;
	color: #fff;
}

.work-h3 {
	color: #212529;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0px;
	/* 120% */
	text-transform: capitalize;
}

.work-p {
	color: #212529;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.work-anime {
	border-radius: 40px;
	background: #F9F9F9;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-height: 800px) {
	.hero-content-body {
		margin-top: 0px;
	}

	.hero .hero-section {
		padding: 100px 0px 186px;
	}
}

@media (max-width: 1199px) {
	.about-counter h2 {
		font-size: 32px;
		margin-bottom: 0px;
	}

	.about-counter {
		width: auto;
	}

	.about-counter-content {
		width: 100%;
	}

	.about-body-item {
		flex-wrap: nowrap;
		width: 100%;
	}

	.about-us-body {
		gap: 20px;
	}
}

@media only screen and (max-width: 1279px) {
	.company-service-rating {
		top: 15px;
		left: -35px;
		right: auto;
		bottom: auto;
	}

	.section-title h1 {
		font-size: 65px;
	}

	.hero-counter-box h2 {
		font-size: 30px;
	}

	.hero-counter-box p {
		font-size: 13px;
	}

	.hero-content-body {
		margin-top: 0px;
	}

	.company-rating-content p {
		font-size: 12px;
	}

	.company-rating-content h3 {
		font-size: 16px;
	}

	.landing-chat-bubbles .bubble {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.main-menu ul li {
		margin: 0;
	}

	.company-experience {
		width: 140px;
		height: 160px;
		padding: 10px;
	}

	.company-experience-counter h2 {
		font-size: 50px;
	}

	.company-experience-content p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-btn {
		align-items: center;
		justify-content: center;
	}

	.slicknav_nav li,
	.slicknav_nav ul {
		display: block;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.section-row {
		margin-bottom: 50px;
	}

	.section-btn {
		margin-top: 20px;
		text-align: center;
	}

	.section-title-content p {
		margin: 0;
		margin-top: 15px;
	}

	.section-title {
		margin-bottom: 40px;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.section-title h3 {
		margin-bottom: 15px;
		text-align: center;
	}

	.section-title h1 {
		/* font-size: 40px; */
		text-align: center;
	}

	.why-choose-btn.wow.fadeInUp {
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.section-title h2 {
		font-size: 38px;
	}

	.section-title p {
		margin-top: 20px;
		margin-bottom: 0;
		text-align: center;

	}

	.hero-content,
	.hero-content .section-title,
	.hero-content .section-title p {
		text-align: center;
	}

	.hero-content-footer {
		justify-content: center;
		gap: 16px;
	}

	.hero-content-footer .btn-default {
		margin-right: 0;
	}

	.banner-srch {
		margin: 20px auto;
	}

	.hero-counter-box {
		text-align: center;
	}

	.hero {
		padding-bottom: 108px;
	}

	.hero .hero-section {
		padding: 50px 0 158px;
	}

	.hero-section.hero-slider-layout .hero-slide {
		padding: 100px 0 200px;
	}

	.hero.bg-image .hero-section {
		padding: 100px 0 200px;
	}

	.hero-section.hero-slider-layout .hero-pagination {
		bottom: 140px;
	}

	.hero-content {
		margin-bottom: 30px;
	}

	.hero-content .section-title {
		margin-bottom: 30px;
		margin-top: 40px;
	}

	.hero.bg-image .hero-section .hero-content .section-title h1 {
		font-size: 62px;
	}

	.hero-content-body {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.hero-counter-box h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.hero-image {
		padding-left: 0px;
		padding-bottom: 50px;
	}

	.hero-img img {
		aspect-ratio: 1 / 0.8;
	}

	/* .company-service-rating {
		position: absolute;
		top: 15px;
		left: 15px !important;
		right: auto;
		bottom: auto;
		transform: none;
		max-width: 240px;
		padding: 15px;
		margin: 0;
		box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
		animation: none;
	} */

	@keyframes serviceratingmoveobject {
		50% {
			transform: translateY(-4px);
		}
	}

	.company-rating-icon {
		margin-bottom: 5px;
	}

	.company-rating-content h3 {
		margin-bottom: 5px;
	}

	.cta-content-box {
		padding: 30px;
	}

	.cta-item {
		margin-bottom: 30px;
	}

	.cta-content-box .col-md-6:nth-child(2n + 2) .cta-item {
		border-right: none;
		padding-right: 0;
	}

	.cta-item .icon-box {
		width: 60px;
		height: 60px;
	}

	.cta-item .icon-box img {
		max-width: 28px;
	}

	.cta-item-content {
		width: calc(100% - 75px);
	}

	.cta-item-content h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.about-us {
		padding: 50px 0;
	}

	.about-us-content {
		margin-bottom: 30px;
	}

	.about-us-body {
		gap: 20px;
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.about-body-item {
		width: calc(50% - 10px);
	}

	.about-counter {
		width: calc(32% - 10px);
	}

	.about-counter h2 {
		font-size: 36px;
	}

	.about-counter-content {
		width: calc(68% - 10px);
	}

	.about-image {
		margin-right: 0px;
	}

	.company-experience {
		width: 230px;
		height: 255px;
	}

	.company-experience-counter h2 {
		font-size: 50px;
	}

	.our-service {
		padding: 50px 0 0px;
		background: linear-gradient(180deg, #4D6F94 100%, #fff 0%);
	}

	.service-item {
		padding: 30px;
	}

	.service-item-content h3 {
		font-size: 18px;
	}

	.service-body {
		margin-bottom: 20px;
	}

	.our-expertise {
		padding: 25px 0 50px;
	}

	.expertise-content {
		margin-bottom: 30px;
	}

	.expertise-content .section-title {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.expertise-list-title {
		margin-bottom: 10px;
	}

	.expertise-list-box {
		margin-bottom: 20px;
	}

	.expertise-image {
		max-width: 635px;
		margin: 0 auto;
	}

	.why-choose-us {
		padding: 50px 0 0;
	}

	.why-choose-content {
		margin-bottom: 30px;
	}

	.why-choose-list {
		margin-bottom: 30px;
	}

	.why-choose-item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.why-choose-image {
		text-align: center;
	}

	.why-choose-image img {
		width: 100%;
		max-width: 50%;
		aspect-ratio: 1 / 1.4;
		margin: 0 auto;
	}

	.our-transformation {
		padding: 25px 0 20px;
	}

	.section-cta-box {
		padding: 30px;
	}

	.section-cta-box .icon-box {
		margin-right: 20px;
	}

	.section-cta-box .icon-box img {
		max-width: 50px;
	}

	.section-cta-content {
		width: calc(100% - 70px);
	}

	.section-cta-content p {
		margin-bottom: 5px;
	}

	.section-cta-content h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}


	.page-header {
		padding: 80px 0;
	}

	.page-header-box h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.our-excellence {
		background: linear-gradient(180deg, #4D6F94 50%, #fff 50%);
		padding: 50px 0 0px;
	}

	.excellence-item {
		padding: 30px;
	}

	.excellence-item .icon-box {
		margin-bottom: 20px;
	}

	.excellence-item .icon-box img {
		max-width: 70px;
	}

	.excellence-title {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.how-it-work.about-how-work {
		padding: 25px 0 50px;
	}

	.our-doctors {
		padding: 50px 0 20px;
	}

	.team-image {
		margin-bottom: 20px;
	}

	.team-image img {
		aspect-ratio: 1 / 1.1;
	}

	.our-faqs.page-about-faqs {
		padding: 25px 0 50px;
	}

	.page-services {
		padding: 50px 0 20px;
	}

	.our-faqs.page-about-faqs.page-service-faqs {
		padding: 50px 0;
	}

	.our-testimonials.service-testimonials {
		padding: 50px 0;
	}

	.page-service-single {
		padding: 50px 0;
	}

	.service-single-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.service-single-slider {
		margin-bottom: 30px;
	}

	.service-entry {
		margin-bottom: 40px;
	}

	.service-entry h2 {
		font-size: 38px;
	}

	.service-catagery-list {
		padding: 30px;
		margin-bottom: 30px;
	}

	.service-catagery-list h3 {
		margin-bottom: 20px;
	}

	.page-doctor {
		padding: 50px 0 20px;
	}

	.page-doctor-single {
		padding: 50px 0;
	}

	.doctor-details-sidebar {
		position: initial;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.about-doctor-info {
		margin-bottom: 40px;
	}

	.doctor-details-box {
		margin-bottom: 30px;
	}

	.doctor-details-box .doctor-image {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.doctor-details-box .doctor-image img {
		aspect-ratio: 1 / 0.99;
	}

	.about-doctor-info p {
		margin-bottom: 20px;
	}

	.about-doctor-info h2 {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.counter-card h5 {
		font-size: 28px;
		color: #000;
	}

	.counter-card {
		margin-bottom: 25px;
	}

}


@media only screen and (max-width: 767px) {

	.btn-default {
		padding: 17px 55px 17px 25px;
	}

	.section-row {
		margin-bottom: 40px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.section-title h1 {
		font-size: 36px;
	}

	.hero-content .section-title {
		margin-top: 70px;
	}

	.section-title p br {
		display: none;
	}

	.section-title h2 {
		font-size: 28px;
	}

	.section-title p {
		margin-top: 15px;
	}

	.hero {
		padding-bottom: 141px;
	}

	.hero .hero-section {
		padding: 50px 0 190px;
	}

	.hero.bg-image .hero-section .hero-content .section-title h1 {
		font-size: 38px;
	}

	.hero-section.hero-slider-layout .hero-slide {
		padding: 50px 0 250px;
	}

	.hero-section.hero-slider-layout .hero-pagination {
		bottom: 190px;
	}

	.hero-content .section-title h1 img {
		max-width: 90px;
	}

	.hero-content-body {
		padding: 15px 0;
		margin-bottom: 30px;
		gap: 20px;
	}

	.hero-content,
	.hero-content .section-title,
	.hero-content .section-title p {
		text-align: center;
	}

	.hero-content-footer {
		justify-content: center;
		gap: 12px;
	}

	.hero-counter-box {
		width: calc(33.33% - 13.33px);
	}

	.hero-counter-box h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.hero-content-footer .btn-default.btn-highlighted {
		margin-top: 15px;
	}

	.hero-content-footer .btn-default {
		padding: 17px 25px 17px 65px;
		margin-right: 0;
	}

	.hero-content-footer .btn-default.btn-highlighted {
		padding: 16px 25px 16px 55px;
	}

	.hero-image {
		padding-bottom: 80px;
		max-width: 440px;
		margin: 0 auto;
	}

	.company-rating-content h3 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.cta-content-box {
		padding: 20px 10px;
	}

	.cta-item {
		border-right: none;
		padding-right: 0px;
	}

	.about-us-body {
		padding: 15px 0;
	}

	.about-body-item {
		width: 100%;
	}

	.about-counter {
		width: calc(28% - 10px);
	}

	.about-counter h2 {
		font-size: 32px;
	}

	.about-counter-content {
		width: calc(72% - 10px);
	}

	.about-us-footer {
		display: block;
	}

	.about-us-footer-btn {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.company-experience {
		width: 140px;
		height: 145px;
		padding: 5px;
	}

	.company-experience-counter h2 {
		font-size: 30px;
	}

	.company-experience-content p {
		font-size: 12px;
	}

	.service-item {
		padding: 20px;
	}

	.service-header {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-body {
		margin-bottom: 15px;
	}

	.service-image img {
		aspect-ratio: 1 / 0.6;
	}

	.expertise-list-title h3 {
		font-size: 18px;
		padding-left: 30px;
	}

	.expertise-list-title h3::before {
		width: 22px;
		height: 22px;
	}

	.expertise-image {
		background-size: 75% auto;
		gap: 20px;
	}

	.expertise-img-1,
	.expertise-img-2 {
		width: calc(50% - 10px);
	}

	.expertise-img-2 {
		padding-top: 100px;
	}

	.expert-doctor {
		max-width: 220px;
		padding: 10px 15px;
	}

	.expert-doctor .icon-box {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}

	.expert-doctor .icon-box img {
		max-width: 26px;
	}

	.expert-doctor-content {
		width: calc(100% - 55px);
	}

	.expert-doctor-content h3 {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.why-choose-item-content h3 {
		font-size: 18px;
	}

	.why-choose-image img {
		max-width: 100%;
	}

	.author-content h3 {
		font-size: 18px;
	}


	.section-cta-box {
		padding: 20px;
	}

	.section-cta-box .icon-box {
		margin-right: 15px;
	}

	.section-cta-box .icon-box img {
		max-width: 40px;
	}

	.section-cta-content {
		width: calc(100% - 55px);
	}

	.section-cta-content h3 {
		font-size: 18px;
	}


	.our-excellence {
		background: linear-gradient(180deg, #4D6F94 40%, #fff 40%);
	}

	.excellence-item {
		padding: 30px 20px;
	}

	.excellence-item .icon-box {
		margin-bottom: 20px;
	}

	.excellence-item .icon-box img {
		max-width: 60px;
	}

	.excellence-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.excellence-title h3 {
		font-size: 18px;
	}

	.get-touch-title h3 {
		font-size: 18px;
	}

	.about-doctor-info {
		margin-bottom: 30px;
	}

	.about-doctor-info h2 {
		font-size: 28px;
	}

	.symptoms-btn {
		padding: 10px 19px;
		font-size: 14px;
	}

}