/*****  Fonts  *****/
/*
font-family: 'Roboto', sans-serif;
*/
/*****  Global Style  *****/

* {
	margin: 0;
	padding: 0;
	outline: none !important;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #494343;
	overflow-x: hidden;
}

body.without-login {
	padding-bottom: 60px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	line-height: 1.5;
}

h1,
.h1 {
	font-size: 44px;
	font-weight: 700;
	color: #015596;
	line-height: 1.5;
}

h2,
.h2 {
	font-size: 44px;
	font-weight: 700;
	color: #3b4146;
	line-height: 1.5;
}

h3,
.h3 {
	font-size: 36px;
	font-weight: 700;
	color: #3b4146;
	line-height: 1.5;
}

h4,
.h4 {
	font-size: 30px;
	font-weight: 700;
	color: #3b4146;
	line-height: 1.5;
}

h5,
.h5 {
	font-size: 24px;
	font-weight: 700;
	color: #3b4146;
	line-height: 1.5;
}

h6,
.h6 {
	font-size: 20px;
	font-weight: 700;
	color: #3b4146;
	line-height: 1.5;
}

img {
	max-width: 100%;
	vertical-align: top;
}

p {
	line-height: 1.5;
}

a,
i.icons,
button,
input[type="submit"],
.overlay {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a {
	color: #21bc8b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #212a56;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

button[disabled],
html input[disabled] {
	opacity: 0.5;
}

/*****  Main CSS  *****/

.main {
	width: 100%;
}

.header-margin {
	margin-top: 60px;
}

/*****  Header  *****/

header.header {
	background-color: #21bc8b;
	width: 100%;
	padding: 12px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.logo {
	display: inline-block;
	position: relative;
}

.logo::before {
	content: "";
	position: absolute;
	right: -25px;
	top: -12px;
	bottom: -12px;
	width: 700px;
	z-index: -1;
	background-color: #212a56;
}

header.header .top-contact-info {
	margin: 0;
	padding: 0 0 0 25px;
}

header.header .top-contact-info li {
	margin: 0;
	padding: 0 15px;
}

header.header .top-contact-info li:first-child {
	padding-left: 0;
}

header.header .top-contact-info li:last-child {
	padding-right: 0;
}

header.header .top-contact-info li a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

header.header .top-contact-info li a:hover,
header.header .top-contact-info li a:focus,
header.header .top-contact-info li.active a {
	color: #212a56;
}

header.header .top-contact-info li a i {
	margin-right: 8px;
}

header.header .topbar-menu {
	margin: 0;
	padding: 0 0 0 10px;
}

header.header .topbar-menu>li {
	margin: 0;
	padding: 0 15px;
}

header.header .topbar-menu>li:first-child {
	padding-left: 0 !important;
}

header.header .topbar-menu>li:last-child {
	padding-right: 0 !important;
}

header.header .topbar-menu>li>a {
	font-size: 22px;
	color: #fff;
}

header.header .topbar-menu>li>a:hover,
header.header .topbar-menu>li>a:focus,
header.header .topbar-menu>li.active a {
	color: #212a56;
}

.map-dropdown .dropdown-toggle:after {
	display: none;
}

.map-dropdown .dropdown-menu {
	width: 350px;
	padding: 0;
	overflow: hidden;
}

.map-dropdown-item {
	border-bottom: 1px solid #212a56;
}

.map-dropdown-item:last-child {
	border-bottom: none;
}

.map-dropdown-item-icon {
	width: 45px;
	text-align: center;
	background-color: #212a56;
	font-size: 20px;
	color: #fff;
	padding: 10px;
	line-height: 1.7;
}

.map-dropdown-item-text {
	padding: 6px 15px;
}

.map-dropdown-item-text p {
	font-size: 15px;
	font-weight: 500;
	color: #494343;
	margin: 0 0 -5px;
}

.map-dropdown-item-text a {
	font-size: 13px;
	color: #2c4a9f;
}

.map-dropdown-item-text a:hover,
.map-dropdown-item-text a:focus {
	text-decoration: underline;
}

.user-dropdown .dropdown-toggle:after {
	display: none;
}

.user-dropdown .dropdown-menu {
	width: 200px;
	padding: 0;
	overflow: hidden;
}

.user-dropdown li {
	border-bottom: 1px solid #ccc;
}

.user-dropdown li a {
	padding: 8px 15px;
	font-weight: 600;
}

.user-dropdown li a:hover,
.user-dropdown li a:focus {
	background-color: #212a56;
	color: #fff;
}

.main-menu {
	position: fixed;
	left: -300px;
	top: 0;
	background-color: #fff;
	width: 100%;
	max-width: 280px;
	height: 100%;
	padding: 0;
	list-style: none;
	box-shadow: 0 0px 10px #888;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu.mm-active {
	left: 0;
}

.main-menu li {
	border-bottom: 1px solid #ddd;
}

.main-menu li a {
	font-size: 16px;
	font-weight: 600;
	color: #212a56;
	padding: 10px 15px;
	display: block;
}

.main-menu li a:hover,
.main-menu li a:focus {
	background-color: #21bc8b;
	color: #fff;
}

/*****  Login Box  *****/

.login-page {
	height: calc(100vh - 60px);
	padding: 120px 0 60px;
	min-height: 600px;
}

.login-box {
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 30px;
}

.form-area .form-floating>label {
	font-size: 14PX;
}

.form-area .form-control,
.form-area .form-select {
	background-color: #fff !important;
	border: none;
	border-bottom: 1px solid #dfdfdf;
	border-radius: 0;
	color: #212a56;
	font-size: 14PX;
}

.form-area .form-control:focus,
.form-area .form-select:focus {
	box-shadow: none !important;
	border-bottom-color: #212a56;
}

.form-area .form-control.bvalidator_invalid {
	border-bottom-color: #f00;
}

div.bVErrMsgContainer {
	display: none !important;
}

.error-message {
	font-size: 14px;
	color: #f00;
	line-height: 1.5;
}

.btn-gb {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to right, #0db680 0%, #354fc4 100%);
	border: none;
	border-radius: 10px;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: 12px 30px;
}

.btn-gb:hover,
.btn-gb:focus {
	background: linear-gradient(to right, #354fc4 0%, #0db680 100%);
	color: #fff;
}

.btn-green {
	background-color: #6faf13;
	border: 1px solid #6faf13;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	padding: 6px 15px;
	vertical-align: top;
}

.btn-green:hover,
.btn-green:focus {
	background-color: #5d960b;
	border-color: #5d960b;
	text-decoration: none;
	color: #fff;
}

.btn-red {
	background-color: #b02926;
	border: 1px solid #b02926;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	padding: 6px 15px;
	vertical-align: top;
}

.btn-red:hover,
.btn-red:focus {
	background-color: #901a17;
	border-color: #901a17;
	text-decoration: none;
	color: #fff;
}


/*****  Welcome Section  *****/

.welcome-section {
	padding: 60px 0;
}

.box-1 {
	background-color: #f0faff;
	padding: 40px;
	border-radius: 40px;
}

.box-1 i {
	color: #212a56;
	font-size: 32px;
}

.box-1 h5,
.box-1 .h5 {
	color: #2f2827;
	font-weight: 400;
}

.box-1 h5 strong,
.box-1 .h5 strong {
	display: block;
	font-weight: 900;
}

.day-section {
	padding: 60px 0;
}

.day-section-inner {
	position: relative;
}

.day-section-inner::before,
.day-section-inner::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 1000%;
	z-index: 3;
}

.day-section-inner:before {
	right: 100%;
}

.day-section-inner:after {
	left: 100%;
}

.day-slider {
	position: relative;
	overflow: inherit;
}

.day-slider::before {
	content: "";
	background-color: #02b37b;
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	height: 2px;
	margin-top: -1px;
}

.day-slider .slide-inner {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background-color: #d8d8d8;
	text-align: center;
	line-height: 75px;
	font-size: 14px;
	font-weight: 600;
	color: #212a56;
	margin: 0 auto;
	cursor: pointer;
	padding: 0;
}

.day-slider .slide-inner.active {
	background-color: #21bc8b;
	color: #fff;
}

.days-pop {
	position: absolute;
	background-color: #f0faff;
	border-radius: 15px;
	overflow: hidden;
	width: 220px;
	left: 50%;
	-web-transform: translateX(-50%);
	transform: translateX(-50%);
}

.days-pop h6,
.days-pop .h6 {
	background-color: #212a56;
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.days-pop-items {
	max-height: 265px;
	overflow-y: auto;
}

.days-pop-item {
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}

.days-pop-item.done {
	background-color: #21bc8b;
	color: #fff;
}

.days-pop-item img {
	max-width: 34px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 100%;
	height: auto !important;
	margin-right: 0 !important;
	border-radius: 7px;
	background-color: #fff;
}

.days-pop-item p {
	font-size: 13px;
	line-height: 1.4;
}

.day-slider .swiper-button-prev,
.day-slider .swiper-button-next {
	background-color: #fff;
}

.day-slider .swiper-button-prev {
	left: 0;
}

.day-slider .swiper-button-next {
	right: 0;
}

.day-slider .swiper-button-prev:after,
.day-slider .swiper-button-next:after {
	font-size: 30px;
	color: #212a56;
}

.section-1 {
	padding: 60px 0;
}

.box-2 {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	padding: 25px 40px;
	border-radius: 25px;
}

.box-2 h6,
.box-2 .h6 {
	color: #212a56;
	font-weight: 600;
}

.box-2 a {
	color: #494343;
}

.box-2 a:hover {
	color: #21bc8b;
}

.box-2 h5,
.box-2 .h5 {
	color: #2f2827;
	font-weight: 400;
}

.box-2 h5 strong,
.box-2 .h5 strong {
	display: block;
	font-weight: 900;
}

.box-2 p {
	font-weight: 500;
}

.surgeon-box img {
	width: 200px;
	height: 200px;
}

/*****  Footer  *****/

.footer {
	background-color: #212a56;
	padding: 30px 0;
}

.without-login .footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer h6,
.footer .h6 {
	color: #fff;
	margin-bottom: 15px;
}

.footer-contact-info {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact-info li {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin: 0 0 10px;
	padding-left: 30px;
	position: relative;
}

.footer-contact-info a {
	color: #fff;
}

.footer-contact-info a:hover,
.footer-contact-info a:focus {
	color: #21bc8b;
}

.footer-contact-info i {
	color: #21bc8b;
	position: absolute;
	left: 0;
	top: 5px;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin: 0 0 10px;
}

.footer-menu a {
	color: #fff;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: #21bc8b;
}


.cust-alert-danger {
	background-color: #ffe1e1;
	border-width: 2px;
}

.cust-alert-danger {
	font-size: 14px;
}

.cust-alert-danger i {
	font-size: 32px;
	color: #eb7373;
}

ol {
	margin: 0;
	padding: 0 12px 0 30px;
}

ol li {
	margin-bottom: 10px;
}

.form-check {
	padding-left: 30px;
}

.form-check-input {
	width: 20px;
	height: 20px;
	border-radius: 1px !important;
	box-shadow: none !important;
	margin-top: 2px;
	border: 2px solid #d8d8d8;
}

.form-check-input:checked {
	background-color: #00864a !important;
	border-color: #00864a;
}

.form-check .form-check-input {
	margin-left: -30px !important;
}

.form-check-input[type="radio"] {
	background-color: #d8d8d8;
	border-radius: 100px !important;
}

.form-check-input:checked[type="radio"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.collapse-green,
.collapse-yellow {
	display: inline-block;
	vertical-align: top;
	background-color: #9ce9d1;
	border-radius: 5px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	color: #494343;
	cursor: pointer;
	padding: 6px 35px;
	position: relative;
	width: 100%;
	max-width: 200px;
}

.collapse-green:hover,
.collapse-green:focus,
.collapse-yellow:hover,
.collapse-yellow:focus {
	background-color: #9ce9d1;
	color: #494343;
}

.collapse-green i,
.collapse-yellow i {
	font-size: 18px;
	color: #36b288;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.collapse-green::after,
.collapse-yellow::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #9ce9d1;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.collapse-green.collapsed::after,
.collapse-yellow.collapsed::after {
	display: none;
}

.collapse-yellow {
	background-color: #e9dc9c;
	color: #494343;
}

.collapse-yellow:hover,
.collapse-yellow:focus {
	background-color: #e9dc9c;
	color: #494343;
}

.collapse-yellow i {
	color: #e06000;
}

.collapse-yellow::after {
	border-top: 10px solid #e9dc9c;
}

.box-3 {
	background-color: #ffffff;
	padding: 25px 40px;
	border-radius: 25px;
}

.alert-success {
	background-color: #9ce9d1;
}

.alert-secondary {
	background-color: #d8d8d8;
}

.alert-warning {
	background-color: #e9dc9c;
}

.lab-investigations-items {
	padding: 6px 12px;
	border: none;
	border-radius: 100px;
	font-size: 13px;
	color: #544f4f;
	margin-bottom: 10px;
}

.alert-danger.lab-investigations-items {
	background-color: #e99c9c;
}

.lab-investigations-items i {
	font-size: 16px;
}

.alert-success.lab-investigations-items i {
	color: #36b288;
}

.alert-danger.lab-investigations-items i {
	color: #e21515;
}

.alert-warning.lab-investigations-items i {
	color: #e27f15;
}

.alert-secondary.lab-investigations-items {
	color: #acacac;
}

.cust-file-input {
	text-align: center;
}

.cust-file-input i {
	display: block;
	font-size: 60px;
	color: #d8d8d8;
	margin-bottom: 15px;
}

.cust-file-input label {
	display: block;
	background-color: #9ce9d1;
	padding: 10px 30px;
	max-width: 260px;
	border-radius: 10px;
	margin: 0 auto 10px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	cursor: pointer;
}

.box-4 {
	background-color: #eef1ff;
	padding: 20px 25px;
	border-radius: 25px;
	font-size: 14px;
}

.box-5 {
	background-color: #f5f5f5;
	padding: 20px 25px;
	border-radius: 25px;
}

.accordion-left-icon .accordion-item {
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	overflow: hidden;
	background-color: transparent;
}

.accordion-left-icon .accordion-button {
	background-color: transparent !important;
	color: #000032;
	box-shadow: none !important;
	position: relative;
	padding-left: 50px;
}

.accordion-left-icon .accordion-body {
	border-top: 1px solid #e1e1e1;
}

.accordion-left-icon .accordion-button::after {
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -10px;
}

.list-1 {
	list-style: none;
	margin: 0;
	padding: 0 12px;
}

.list-1 li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.list-1 li::before {
	content: "\f219";
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 10px;
	color: #049c6c;
}

.heading-line {
	position: relative;
}

.heading-line::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 3px;
	background-color: #21bc8b;
	transform: translate(-50%);
}

.accordion-plus-icon .accordion-item {
	background-color: #f4f7fb;
	border: none;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.accordion-plus-icon .accordion-button {
	background-color: transparent !important;
	color: #212a56;
	box-shadow: none !important;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding-right: 50px;
}

.accordion-plus-icon .accordion-body {
	border-top: 1px solid #e4e4e4;
}

.accordion-plus-icon .accordion-button::after {
	color: #212a56;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.table.table-bordered {
	border-color: #159b71;
}

.table tr th,
.table tr td {
	background: none;
	font-size: 14px;
	border-color: #159b71;
}

.table.table-bordered tr th {
	background: #21bc8b;
	border-color: #159b71;
	color: #fff;
}

.table.table-bordered tr td {
	border-color: #159b71;
}

.registration-page .login-box {
	max-width: 700px;
}

.form-floating .select2-container {
	width: 100% !important;
	padding: 1.625rem .75rem .625rem .75rem !important;
	border-bottom: 1px solid #dfdfdf;
	color: #212a56;
	font-size: 14PX;
}

.select2-results__options .select2-results__option {
	color: #212a56;
	font-size: 14PX;
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
	background-color: #21bc8b !important;
}

.form-floating .select2-selection {
	border: none !important;
}

.form-floating .select2-selection .select2-selection__rendered {
	padding: 0 !important;
}


.form-floating .select2-selection .select2-selection__rendered .select2-selection__choice {
	background-color: #21bc8b;
	border: 1px solid #21bc8b;
	padding: 1px 5px 3px;
	color: #fff;
	font-size: 13px;
}

.form-floating .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	color: #212a56;
	margin-right: 4px;
}

.ui-datepicker {
	z-index: 10 !important;
}

.ui-datepicker .ui-datepicker-header {
	border: 1px solid rgb(240, 250, 255);
	background: rgb(240, 250, 255);
	color: #fff;
	font-weight: 400;
	padding: 4px;
}

.ui-datepicker .ui-datepicker-header select {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 1px 5px;
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 12px !important;
	height: 28px;
	margin: 0 3px !important;
	border-radius: 2px;
	line-height: 1;
	font-weight: 600;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px !important;
	width: 1.8em;
	height: 1.8em;
	border: 1px solid #fff;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px !important;
}

.client-days-pop-main .days-pop {
	position: relative;
}

/*****  Responsiveness  *****/

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1200px;
	}
}

@media (max-width: 1199.5px) {

	.days-pop {
		width: 200px;
	}

	.days-pop h6,
	.days-pop .h6 {
		font-size: 16px;
	}

	.surgeon-box img {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 991.5px) {
	header.header {
		overflow: hidden;
	}

	.logo {
		display: block;
		text-align: center;
	}

	.logo::before {
		right: -50%;
		width: auto;
		left: -50%;
	}

	header.header .top-contact-info {
		margin: 20px 0 0;
		padding: 0;
	}

	header.header .topbar-menu {
		margin: 20px 0 0;
		padding: 0;
	}

	.header-margin {
		margin-top: 120px;
	}

	.box-1 {
		padding: 35px 25px;
	}

	.box-2 {
		padding: 20px 25px;
	}
}

@media (max-width: 767.5px) {
	header.header .top-contact-info li {
		padding: 0 10px;
	}

	header.header .top-contact-info li a {
		font-size: 15px;
	}

	.login-box {
		padding: 35px 25px;
	}

	.box-1 {
		margin: 20px 0;
	}

	.surgeon-box {
		display: block !important;
		text-align: center;
	}

	.surgeon-box .flex-grow-1 {
		margin-left: 0 !important;
	}
}

@media (max-width: 479.5px) {}