/* ----------------------------------------------------------------
	Canvas: Doctors
-----------------------------------------------------------------*/


:root, .not-dark {
	--cnvs-themecolor: #0A3C3F;
	--cnvs-themecolor-rgb: 10, 60, 63;
	--cnvs-themecolor-2: #A9E8E0;
	--cnvs-themecolor-2-rgb: 169, 232, 224;
	--cnvs-color-yellow: #FEC160;
	--cnvs-primary-font: 'DM Sans', Sans-Serif;
	--cnvs-body-font: 'Rubik', sans-serif;
	--cnvs-section-bg: #f9f6e9;
}

/*@media (min-width: 992px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(960px - 24px);
	}
}

@media (min-width: 1200px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(1140px - 24px);
	}
}

@media (min-width: 1400px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(1320px - 24px);
	}
}*/

/*.dark {
	--cnvs-header-sticky-bg: transparent;
	--cnvs-header-floating-bg: var(--cnvs-themecolor);
}*/

.slider-element {
	margin-top: -1px;
}

.bg-color-2,
.h-bg-color-2:hover {
	background-color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-bg-opacity, 1)) !important;
}

	.bg-color-2[class*=bg-opacity-],
	.h-bg-color-2[class*=bg-opacity-]:hover {
		background-color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-bg-opacity, 1)) !important;
	}

.color-2,
.h-color-2:hover {
	color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-text-opacity, 1)) !important;
}

.color-yellow,
.h-color-yellow:hover {
	color: var(--cnvs-color-yellow) !important;
}


.hero-card {
	position: absolute;
	bottom: 10%;
}

@media (max-width: 991.98px) {
	.hero-card {
		position: relative;
		transform: none !important;
		margin-top: 20px;
		width: max-content !important;
	}
}

.bootstrap-select {
	position: relative;
	flex: 1 1 auto;
	width: 1% !important;
	min-width: 0;
}

/*.dropdown-menu {
	width: max-content;
	min-width: max-content;
}
*/
.bootstrap-select .btn-light {
	--bs-btn-active-bg: transparent;
	--bs-btn-bg: transparent;
	--bs-btn-hover-bg: transparent;
	--bs-btn-border-width: 0;
	--bs-btn-focus-box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item.selected {
	background-color: var(--cnvs-section-bg);
	color: #111;
}

.hand-mobile-img {
	--cnvs-hand-mobile-img-size: 180px;
	--cnvs-hand-mobile-img-right: 0px;
	position: absolute;
	width: var(--cnvs-hand-mobile-img-size);
	height: var(--cnvs-hand-mobile-img-size);
	top: calc(-1 * var(--cnvs-hand-mobile-img-size));
	right: var(--cnvs-hand-mobile-img-right);
	z-index: -1;
	object-fit: contain;
}

@media (min-width: 992px) {
	.hand-mobile-img {
		--cnvs-hand-mobile-img-size: 280px;
		--cnvs-hand-mobile-img-right: 100px;
	}
}

.slider-gradient-bg {
	background-image: linear-gradient(90deg, #26434d29, #FDFAEF);
}

.services-categories {
	counter-reset: services-category-item-number;
}

	.services-categories .services-category-item {
		position: relative;
	}

		.services-categories .services-category-item::before {
			position: absolute;
			z-index: 1;
			top: 5px;
			left: var(--bs-gutter-x);
			font-size: 80%;
			font-family: monospace;
			font-weight: bold;
			counter-increment: services-category-item-number;
			content: counter(services-category-item-number, decimal-leading-zero)".";
		}


		.services-categories .services-category-item a:hover {
			background-color: var(--cnvs-themecolor);
			color: rgba(255,255,255,0.6);
		}

			.services-categories .services-category-item a:hover h4 {
				color: #FFF;
			}

		.services-categories .services-category-item:hover::before {
			color: #FFF;
		}

#categories-tab.nav-pills {
	--bs-nav-pills-link-active-bg: var(--cnvs-themecolor);
	gap: 10px;
}

#categories-tab .nav-link:not(.active) {
	background-color: var(--cnvs-themecolor-2);
}

.underliner {
	--cnvs-underliner-size: 50%;
	--cnvs-underliner-color: var(--cnvs-themecolor-2-rgb);
	--cnvs-underliner-opacity: 1;
}

.doctor-lists h4 {
	font-size: 1.125rem;
}

.doctor-lists small {
	font-size: 0.925rem;
	opacity: 0.7;
}

.widget-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--cnvs-themecolor);
	border-radius: 12px;
}

/*.is-expanded-menu #header-wrap {
	position: fixed !important;
	top: 30px !important;
	transition: all .3s ease;
}

.is-expanded-menu .sticky-header #header-wrap {
	top: 10px !important;
}
*/
#header {
	--cnvs-primary-menu-font-size: 13px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-font-weight: 700;
}


/*Medical css*/
#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}
.section.dark .bg-color h2 {
	color: #FFF;
}

.section.dark .bg-color label {
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	text-transform: capitalize;
}

/**/

/*Animation*/
/*@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}



/* ----------------------------------------------------------------
	Canvas: Medical
-----------------------------------------------------------------*/

/*:root {
	--cnvs-themecolor: #fe5843;
	--cnvs-themecolor-rgb: 254, 88, 67;
	--cnvs-body-font: 'Lato', sans-serif;
	--cnvs-primary-font: 'Montserrat', sans-serif;
	--cnvs-secondary-font: 'Montserrat', sans-serif;
}





.form-control.error { border: 2px solid red; }


.footer-big-contacts {
	color: var(--cnvs-contrast-800);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}





.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

.entry-content p { margin-bottom: 15px; }

.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
}

.form-control.error { border: 2px solid red; }

ul.price-table { list-style: none; }

ul.price-table li {
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.price-table li span { font-weight: bold; }

ul.price-table li .value {
	float: right;
	color: #666;
}

.more-link { margin-top: 20px; }*/


/* ----------------------------------------------------------------
	Medical Demo - RTL Support
-----------------------------------------------------------------*/

/*.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0;
}

.rtl .time-table-wrap .time-table { text-align: right; }

.rtl .time-table-wrap .time-table .col-md-5 { padding-right: 0; }

.rtl ul.price-table li { background-position: right center; }

.rtl ul.price-table li span { float: right; }

.rtl ul.price-table li .value { float: left; }*/
