/*!
Theme Name: Sanjivani Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sanjivani-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sanjivani Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
	--font-18: 18px;
	--font-16: 16px;
	--font-20: 20px;
	--font-24: 24px;
	--font-28: 28px;
	--font-34: 34px;
	--font-48: 48px;
	--font-64: 64px;
	--font-60: 60px;
	--primary-color: #00A8D6;
	--secondary-color: #ff0101;
	--white-color: #ffffff;
	--black-color: #000;
	--heading-color: rgb(0, 168, 214);
	--body-color: #42464E;
	--font-roboto: "Roboto", sans-serif;
	--font-inter: "Inter", sans-serif;
	--bg-one: #F2F5F7;
}

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	/* 	overflow-x: hidden; */
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-inter);
	color: var(--body-color);
	font-size: var(--font-18);
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: var(--primary-color);
	transition: 0.5s all;
}

a:hover {
	color: var(--secondary-color);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-roboto);
	margin: 0;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: 700;
}

.title {
	font-size: var(--font-64);
	color: var(--heading-color);
}

.heading {
	font-size: var(--font-28);
}

.subheading {
	font-size: var(--font-20);
	color: var(--secondary-color);
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 20px;
}

.button,
.button.white,
.whatsapp {
	display: inline-block;
	position: relative;
	font-family: var(--font-roboto);
	font-size: var(--font-18);
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	border-radius: 10px;
	padding: 10px 40px;
	background: var(--primary-color);
	color: var(--white-color);
	cursor: pointer;
	transition: 0.5s all ease-in-out;
	border: 2px solid var(--primary-color);
	z-index: 0;
	overflow: hidden;
}

.button:hover {
	color: var(--primary-color);
	background: var(--white-color);
	border: 1px solid var(--primary-color);
}

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

.button.white:after {
	content: none;
}

.button.white:hover {
	color: var(--white-color);
}

img {
	max-width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.wrapper {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

.wrapper.big {
	max-width: 1480px;
}

section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

section.small-padding {
	padding: 50px 0;
}

section.pt-0 {
	padding-top: 0 !important;
}

section.pb-0 {
	padding-bottom: 0 !important;
}

section.p-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

::placeholder {
	color: #857878;
}

input,
textarea,
select {
	font-family: var(--font-inter);
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--black-color);
	line-height: 1.2;
	appearance: none;
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
	padding: 15px;
	border-radius: 0;
	outline: 0;
	border: none;
	background: var(--white-color);
	display: block;
	/* 	margin-top: 10px; */
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23d9d9d9" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

textarea {
	max-height: 150px;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #d9d9d9;
	opacity: 0.75;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 7px;
	/* position: relative; */
	position: absolute;
	top: 50%;
	right: 0;
}

.form-btn {
	position: relative;
	width: fit-content;
}

input.wpcf7-submit.button {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%);
}

.wpcf7-spinner::before {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	transform-origin: 7px 7px;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.heading-group {
	margin-bottom: 30px;
}

.intro-description {
	margin-bottom: 30px;
}

.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

a.scrolltotop {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	bottom: 10px;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	transition: 0.5s all;
	z-index: 99;
}

a.whatsapp-link {
	background: #25d366;
	border-radius: 50%;
	bottom: 70px;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 99;
	transition: 0.5s all;
	font-size: 30px;
	border: 1px solid transparent;
}

a.whatsapp-link:hover {
	color: #25d366;
	background: var(--white-color);
	border: 1px solid #25d366;
}

a.scrolltotop:hover {
	background: var(--white-color);
	color: var(--primary-color);
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* HEADER */
.header-top-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

ul.social-icons {
	display: flex;
	align-items: center;
}

.site-header {
	position: relative;
	z-index: 1;
}

.site-header-top {
	padding: 10px 0;
	background: var(--bg-one);
	display: none;
}

ul.social-icons li a {
	color: var(--black-color);
}

ul.social-icons li a:hover {
	color: var(--secondary-color);
}

ul.social-icons li:not(:last-child) {
	margin-right: 20px;
}

.header-bottom {
	padding: 20px 0;
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}

.header-bottom-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}

.site-branding {
	width: fit-content;
}

.site-branding img {
	max-width: 280px;
}

.menu {
	display: flex;
	align-items: center;
}

.menu li.menu-item-has-children>a:after {
	content: " \f107";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	margin-top: 3px;
	margin-left: 5px;
}

.menu>li {
	position: relative;
}

.menu>li:not(:last-child) {
	margin-right: 30px;
}

.menu li a {
	font-weight: 700;
}

.current-menu-item a,.current-menu-parent > a {
	color: var(--secondary-color) !important;
}

.menu>li>ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	background: #FFF;
	transition: 0.5s all ease-in;
	transform: perspective(600px) rotateX(-90deg);
	overflow: visible;
	min-width: 250px;
	top: 35px;
	transform-origin: 0% 0%;
	left: 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
	border-top: 2px solid var(--primary-color);
}

.menu>li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition: transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transform: perspective(600px) rotateX(0deg);
	overflow: visible;

}

ul.sub-menu li {
	padding: 10px;
}

.header-toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: var(--primary-color);
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

.bar.animate {
	background-color: var(--primary-color);
}

.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.bars {
	display: flex;
	flex-direction: column;
}

/* BANNER */
.banner-bg {
	position: absolute;
	inset: 0;
	width: 100%;
}

.banner-bg img {
	width: 100%;
	height: 100%;
}

.banner-wrap {
	padding: 100px 0;
}

.banner-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	overflow: hidden;
}

.banner-content .intro-description {
	width: 80%;
}

.banner-content {
	width: 38%;
}

.banner-image {
	width: 45%;
	transform: translatey(100%);
	transition: 0.5s;
}

.slick-slide.slick-current.slick-active .banner-image {
	transform: translatey(0);
	transition: 1s;
}

.banner-image img {
	width: 100%;
	height: 100%;
	border: 5px solid var(--primary-color);
	border-radius: 15px
}

.banner-content .intro-description p {
	font-size: var(--font-20);
	font-weight: 400;
	color: var(--heading-color);
	font-family: var(--font-roboto);
}

.slick-list {
	height: 100%;
	display: flex;
}

.slick-track {
	display: flex;
	height: 100%;
}

.slick-slide,
.slick-slide>div {
	height: 100%;
}

.banner-list>li {
	height: 100%;
}


.slick-next,
.slick-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	opacity: 1;
	transition: all 200ms ease-out;
	background-color: #4d4d4d;
	outline-style: solid;
	outline-width: 1px;
	border: 1px solid #5E5E5E;
	border-radius: 15px;
}

.slick-prev {
	z-index: 1;
	left: 30px;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {

	background: var(--body-color);
}

.slick-prev:before,
.slick-next:before {
	transition: all 200ms ease-out;
	content: " \f104";
	display: flex;
	position: absolute;
	/* border: 1px solid #5E5E5E; */
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	font-family: 'FontAwesome';
	color: var(--white-color);
	transform: translate(-50%, -50%);
	justify-content: center;
	align-items: center;
	font-size: var(--font-18);
}

.slick-next:hover,
.slick-prev:hover {
	background-color: #fff !important;
	outline-color: #272727 !important;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

.slick-next:hover:before,
.slick-prev:hover:before {
	color: #4d4d4d;
}

.slick-next:before {
	content: " \f105";
	font-family: 'FontAwesome';
}

.slick-next {
	right: 30px;
}

/* COUNTER */

.counter-number-block {
	justify-content: center;
	text-align: center;
	font-size: var(--font-60);
	color: var(--white-color);
	font-weight: 900;
	font-family: var(--font-roboto);
}

.counter-block {
	text-align: center;
}

.counter-main-block {
	width: 25%;
	margin: 10px 0;
	padding: 0 10px;
}

.counter-row {
	margin: -10px;
}

section.counter-section.small-padding {
	background: var(--primary-color);
}

.counter-heading p {
	color: var(--white-color);
}

/* ABOUT */

.about-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
	/* height: 100%; */
}

.about-image-block {
	width: 40%;
	height: 100%;
}

.about-top-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* height: 100%; */
	width: 40%;
}

.about-image-one {
	width: 100%;
	margin-bottom: 10px;
}

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

.about-image-bottom {
	margin-top: 10px;
	/* height: 100%; */
}

.image {
	position: relative;
	padding-top: 75%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-position: center;
}

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

.about-content {
	width: 57%;
	/* padding: 10px 0; */
}

.small-heading {
	color: var(--primary-color);
	font-size: var(--font-20);
	margin-bottom: 20px;
}

/* SERVICE */

.service-list li {
	padding: 0 10px;
}

.service-image {
	width: 100%;
	margin-bottom: 20px;
}

.service-heading {
	margin-bottom: 20px;
	font-size: var(--font-20);
	text-transform: capitalize;
}

.service-btn .button {
	padding: 0;
	background: transparent;
	border: none;
	color: var(--primary-color);
	font-size: var(--font-16);
}

.service-btn .button:hover {
	color: var(--secondary-color);
}

.service-list .slick-next {
	right: 0;
}

.service-list .slick-next:before,
.service-list .slick-prev:before {
	color: var(--black-color);
	font-size: var(--font-28);
	border: none;
}

.service-list .slick-prev {
	left: 0;
}

.service-list {
	margin-top: 50px;
	padding: 0 10px;
}

.service-list .slick-next,
.service-list .slick-prev {
	background: transparent;
	border: none;
	outline: none;
	width: 0;
	height: 0;
}

/* FOOTER */
.cta {
	background: var(--primary-color);
}

.cta-left .heading {
	font-size: var(--font-24);
	color: #fff;
	display: inline-flex;
	font-weight: 400;
	line-height: 1.3;
}

.cta-left i {
	margin-right: 20px;
	font-size: var(--font-60);
}

.cta-left {
	width: 55%;
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cta-btn .button {
	background: var(--white-color);
	color: var(--black-color);
	font-size: var(--font-16);
}

.cta-btn .button:hover {
	background: var(--primary-color);
	color: var(--white-color);
	border: 2px solid var(--white-color);
}

/* FOOTER */
.site-footer {
	padding: 50px 0;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-block {
	max-width: 320px;
}

.footer-block .site-branding {
	margin-bottom: 30px;
}

.footer-heading {
	margin-bottom: 30px;
	font-size: var(--font-24);
	font-weight: 600;
}

.footer-menu a {
	font-size: var(--font-16);
	color: var(--body-color);
	text-transform: capitalize;
}

.footer-menu a:hover {
	color: var(--secondary-color);
}

.footer-menu li:not(:last-child) {
	margin-bottom: 10px;
}

.page-banner {
	/*     padding: 50px 0; */
	background: var(--primary-color);
	color: var(--white-color);
}

.page-banner-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-title {
	color: var(--white-color);
	font-size: var(--font-34);
	text-transform: uppercase;
}

.breadcrumb {
	display: flex;
	align-items: center;
}

.breadcrumb a {
	color: var(--white-color);
	font-size: var(--font-20);
}

.breadcrumb i {
	margin: 0 15px;
}

.breadcrumb a:hover {
	color: var(--secondary-color);
}

.breadcrumb p {
	font-size: var(--font-20);
}

.contact-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin: -15px; */
}

.contact-block:not(:last-child) {
	margin-bottom: 50px;
}

.contact-block>div {
	display: flex;
	/* color: var(--white-color); */
}

.contact-block>div i {
	margin-right: 20px;
	font-size: var(--font-48);
	color: var(--primary-color);
}

.contact-heading {
	font-size: var(--font-24);
	margin-bottom: 15px;
}

.contact-left a {
	font-size: var(--font-16);
	color: var(--black-color);
	display: block;
	margin-bottom: 10px;
}

.cta-form {
	margin-bottom: 30px;
	padding: 30px 20px;
	border: 1px solid var(--black-color);
	text-align: center;
}

.cta-heading {
	/* margin-bottom: 40px; */
	font-size: var(--font-34);
}

.form-col {
	width: 48%;
	border-bottom: 1px solid var(--body-color);
	margin-bottom: 30px;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-col:last-child {
	width: 100%;
	margin-bottom: 0;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.health-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

ul.health-list li:not(:last-child) {
	margin-bottom: 10px;
}

ul.health-list li>div>p {
	position: relative;
}

ul.health-list li>div>p:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.health-left {
	width: 50%;
}

.health-image {
	width: 48%;
}

.health-image img {
	width: 100%;
	height: 100%;
}

.testi-block {
	padding: 20px;
	background: #E2E2E2;
	border-radius: 10px;
}

.testimonial-bottom {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.client-image {
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	margin-right: 20px;
	border-radius: 100%;
}

.client-image img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.client-name {
	font-size: var(--font-20);
	margin-bottom: 10px;
}

.client-designation {
	font-size: var(--font-16);
	color: var(--primary-color);
	font-weight: 400;
}

ul.service-page-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px;
}

ul.service-page-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

ul.service-page-list li>div {
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.service-btn {
	line-height: 1;
}

.service-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.service-content p {
	font-size: var(--font-16);
}

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

.service-image img {
	width: 100%;
	height: 100%;
}

/* .service-page-list .service-image img {
	border-radius: 20px;
} */

.service-page-list .service-heading {
	color: var(--black-color);
}

.single-service-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
}

.single-service-image {
	width: 30%;
}

.single-service-content {
	width: 65%;
}

.single-service-image img {
	width: 100%;
	height: 100%;
}

.doctor-image {
	/* width: 20%; */
	/* margin: 0 auto; */
	position: sticky;
	position: -webkit-sticky;
	top: 20px;
}

.doctor-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.doctor-designation {
	margin-top: 10px;
	font-size: var(--font-16);
	color: var(--primary-color);
	font-weight: 400;
	line-height: 1.5;
}

.doctor-name a {
	font-size: var(--font-24);
	color: var(--black-color);
	font-weight: 600;
}

ul.certi-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	justify-content: center;
}

ul.certi-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.certi-image img {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.doctor-list li:nth-child(even) .single-service-block {
	flex-direction: row-reverse;
}

ul.doctor-list>li:not(:last-child) {
	margin-bottom: 50px;
}

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

ul.award-list {
	columns: 3;
	break-inside: avoid;
}

.award-list li {
	break-inside: avoid;
	margin-bottom: 30px;
}

ul.certi-list li>div {
	height: 100%;
}

.certi-image {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
	box-shadow: 2px 2px 7px 0 #000;
}

.certificate {
	background: var(--bg-one);
}

.certi-image:hover img {
	transform: scale(1.02);
}

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

.banner-btn {
	line-height: 1;
}

.contact-wrap {
	width: 50%;
	padding: 50px;
	background: var(--bg-one);
}

.map {
	width: 50%;
}

.contact-left a:last-child {
	margin-bottom: 0;
}

.contact-left a:hover {
	color: var(--secondary-color);
}

.awards-list .slick-list {
	overflow: unset;
}

.awards-list li>div {
	padding: 5px;
	box-shadow: 2px 2px 5px #000;
	border: 1px solid #ccc;
}

.awards-list li {
	padding: 0 10px;
}

.certificate-row .heading {
	font-size: var(--font-34);
}

.awards-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

.service {
	background: var(--bg-one);
}

.service-block {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #000;
}

.service-bottom {
	padding: 10px;
}

.certi-image iframe {
	width: 100%;
}

/*  */
.insight-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.insight-block {
	width: 33.33%;
	padding: 0 15px;
	margin: 15px 0;
}

.insight-row .insight-img {
	padding-top: 100%;
}

.insight-img {
	margin-bottom: 30px;
	position: relative;
	padding-top: 102.4%;
}

.insight-img img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
}

.insight-content .heading {
	font-size: var(--font-24);
	color: var(--primary-color);
}

.insight-content .heading,
.insight-content p {
	margin-bottom: 20px;
}

.insight-content p,
.insight-content span {
	font-size: 18px;
}

.insight-inner {
	position: relative;
}

.insight-inner a {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.insight-content span {
	display: inline-flex;
	align-items: center;
}

.insight-content span i {
	margin-left: 8px;
}

/* SINGLE-BLOG */
.blog-left {
	width: 70%;
	padding: 0 16px;
	margin: 16px 0;
}

.blog-right {
	width: 30%;
	padding: 0 16px;
	margin: 16px 0;
}

.blog-left .heading {
	color: #3c27a5;
}

.single-blog-img {
	margin-bottom: 30px;
}

.single-blog-img img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #ccc;
}

.wp-block-image img {
	width: 100%;
}

.blog-left .heading-group span,
.related-blog span {
	margin-top: 8px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.28;
	vertical-align: middle;
}

.blog-right .heading {
	color: #1d237f;
}

.related-post {
	padding: 20px;
	border: 1px solid #ccc;
}

.related-blog:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.related-blog h6,.blog-meta {
	color: #000;
	font-size: var(--font-16);
	margin-bottom: 10px;
	line-height: 1.3;
}

.related-blog {
	position: relative;
}

.related-blog a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.blog-category li {
	margin: 5px;
	display: inline-block;
	border: 1px solid #cccccc;
	position: relative;
}

.blog-category ul {
	margin: -5px;
	padding: 0;
}

.related-post {
	margin-bottom: 30px;
}

.blog-category ul li a {
	color: #000;
	padding: 4px 10px 4px 10px;
	display: inline-block;
	font-size: 16px;
}

.blog-left .heading-group span img,
.related-blog span img {
	margin-right: 8px;
}

.team-content .button {
	padding: 10px;
	font-size: 15px;
}

.blog-row {
	display: flex;
	flex-wrap: wrap;
}

.sticky-blog {
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
	width: 100%;
	z-index: 1;
}

section.single-blog-section {
	overflow: unset;
	padding-top: 30px;
}

.wp-block-heading {
	font-size: var(--font-28);
	color: var(--black-color);
	margin-bottom: 10px;
}

h3.wp-block-heading {
	font-size: var(--font-24);
	margin-top: 15px;
}

.doctors,
.single-service {
	overflow: unset;
}

.emergency-heartbeat {
	position: relative;
	background: #ffffff;
	padding: 60px 0;
	text-align: center;
	overflow: hidden;
	font-family: inherit;
}

.emergency-heartbeat svg {
	width: 100%;
	max-width: 900px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}

.emergency-heartbeat path {
	fill: none;
	stroke: var(--secondary-color);
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 600;
	stroke-dashoffset: 600;
	animation: drawLine 3s ease-out infinite;
}

@keyframes drawLine {
	0% {
		stroke-dashoffset: 600;
		opacity: 0.6;
	}

	40% {
		stroke-dashoffset: 0;
		opacity: 1;
	}

	100% {
		stroke-dashoffset: -600;
		opacity: 0.6;
	}
}

ul.about-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}

ul.about-list>li {
	width: 33.33%;
	margin: 10px 0;
	padding: 0 10px;
}

ul.about-list>li>div {
	height: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 5px 0 #ccc;
}

.list-heading {
	font-size: var(--font-20);
	margin-bottom: 15px;
	border-bottom: 1px solid;
	padding: 0 15px 5px 0px;
	display: inline-block;
}

.list-detail p {
	font-size: var(--font-16);
}

.list-detail ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.trust-content {
	padding: 50px 20px;
	background: var(--primary-color);
	color: var(--white-color);
	text-align: center;
	position: relative;
	border-radius: 15px;
}

.trust-content:after {
	content: "";
	background: var(--secondary-color);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: translate(-10px, -10px);
	border-radius: 15px;
}

.doctor-image .image {
	padding-top: 100%;
}

.doctor-detail>ul {
	list-style: disc;
	padding-left: 20px;
}

.doctor-detail>ul li>ul {
	list-style: circle;
	padding-left: 20px;
}

.doctor-detail>ul>li {
	margin-bottom: 20px;
}

.cta-btn {
	line-height: 1;
}
ul.wp-block-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
    ul.wp-block-list li:not(:last-child){
        margin-bottom:5px;
    }
.contact-left {
    width: 75%;
}