@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");

a {
	text-decoration: none;
}

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

a:hover,
a:focus {
	text-decoration: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #001737;
	text-align: left;
	background-color: #fff;
	position: relative;
}

input[type=text]:focus,
input[type=date]:focus,
textarea:focus,
input[type=number]:focus,
.selectpickers:focus,
input[type=datetime-local],
input[type=month],
input[type=time]:focus,
.custom-select:focus,
select.form-control:focus,
input[type=email]:focus,
input[type=file]:focus,
textarea.form-control:focus,
input[type=search]:focus,
input[type=datetime-local]:focus,
button:focus,
input[type=month]:focus,
.form-select:focus,
input[type=phone]:focus,
input[type=password]:focus {
	box-shadow: none;
	border-color: #023E87;
	outline: none;
}

.btn:focus {
	box-shadow: none;
	outline: none;
}

.cureboon_login_section {
	background-color: #fafafc;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	min-height: 100vh;
	padding: 20px;
	overflow-x: hidden;
}

.login_body_inner {
	max-width: 600px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	border: 1px solid rgba(72, 94, 144, 0.16);
	border-radius: 0.25rem;
	padding: 30px 30px 30px 30px;
	width: 100%;
}

/* .common_class {
    border: 1px solid #C9CACD;
    padding: 40px 50px;
    width: 100%;
} */

/* .common_class+.common_class {
    margin-top: 15px;
} */

.Connect_to_other_heading {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.56px;
	color: #023E87;
	opacity: 1;
	margin-bottom: 10px;
}

.welcome_to {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #444E61;
	opacity: 1;
	margin-bottom: 10px;
}

.logo_section {
	margin-bottom: 30px;
}

.label_form {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #023E87;
	opacity: 1;
	margin-bottom: 10px;
	position: relative;
}

.label_form span {
	color: #FE5B63;
}

.label_form .fa {
	color: #738499;
	cursor: pointer;
	padding-left: 5px;
}

.label_form .tool_tip {
	letter-spacing: 0.24px;
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 18px;
	background-color: #FE5B63;
	padding: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	right: -15px;
}

.label_form:hover .tool_tip {
	visibility: visible;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
	opacity: 1;
	z-index: 1;
}

.l_form_control {
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
	opacity: 1;
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 12px !important;
	line-height: 24px;
	padding: 15px 40px;
	border-radius: 0px;
}

.find_form_control {
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
	opacity: 1;
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 40px;
	border-radius: 0px;
}

.find_form_control_select {
	padding: 10px 20px;
}

.find_search_icon {
	position: absolute;
	top: 18px;
	left: 20px;
}

.find_list_search_btn,
.find_list_search_btn:hover,
.find_list_search_btn:focus {
	padding: 10px 18px;
	background-color: #FE5B63;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #FE5B63;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-bottom: 20px;
}

.find_list_search_btn::after {
	content: "";
	width: 1px;
	height: 50px;
	top: 0;
	background: #EAEAF3;
	position: absolute;
	left: -27px;
	bottom: 0;
}

.login_form_control {
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
	opacity: 1;
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 40px;
	border-radius: 0px;
}

.input_group {
	position: relative;
}

.form_icon {
	position: absolute;
	left: 12px;
	top: 14px;
}

.fropsrod,
.Remember_me {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #1B304A;
	padding-top: 5px;
}

.fropsrod {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #1B304A;
	padding-top: 5px;
	transition: .6s all ease-out;
}

.fropsrod:hover,
.fropsrod:focus {
	color: #FE5B63;
}

.form-check-input {
	width: 21px;
	height: 21px;
	border: 1px solid #C9CACD;
	border-radius: 5px;
	margin-right: 10px;
}

.form-check-input:checked {
	background-color: #023E87;
	border-color: #023E87;
}

.form-check-input:focus {
	box-shadow: none;
	outline: none;
}

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

.login_btn {
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	padding: 12px;
	font-size: 18px;
	letter-spacing: 0.36px;
	color: #FFFFFF;
	width: 100%;
	transition: .6s all ease-out;
	margin-bottom: 15px;
	border-radius: 0px;
}

.login_btn:hover,
.login_btn:focus {
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	color: #FFFFFF;
	outline: none;
	box-shadow: none;
}

.admin_btn {
	background-color: #28a745;
	border: 1px solid #28a745;
	padding: 12px;
	font-size: 18px;
	letter-spacing: 0.36px;
	color: #FFFFFF;
	width: 100%;
	transition: .6s all ease-out;
	margin-bottom: 15px;
	border-radius: 0px;
}

.admin_btn:hover,
.admin_btn:focus {
	background-color: #28a745;
	border: 1px solid #28a745;
	color: #FFFFFF;
	outline: none;
	box-shadow: none;
}

.divider-text {
	position: relative;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #444E61;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	margin-bottom: 15px;
}

.divider-text::before,
.divider-text::after {
	content: '';
	display: block;
	flex: 1;
	height: 1px;
	background-color: #e5e9f2;
}

.divider-text::before {
	margin-right: 10px;
}

.divider-text::after {
	margin-left: 10px;
}

.have_an_Account {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #444E61;
	margin-bottom: 0px;
}

.Register_Now,
.Register_Now:hover,
.Register_Now:focus {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #FE5B63;
	margin-bottom: 0px;
	transition: .6s all ease-out;
}

.do_not_account {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.social_login_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.Sign_in_with_Google {
	background-color: #fff;
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 15px;
	line-height: 24px;
	padding: 12px 20px;
	border: 1px solid #C9CACD;
	transition: .6s all ease-out;
	box-shadow: 0px 5px 15px #0000000F;
	border: 1px solid #fff;
	width: 100%;
}

.Sign_in_with_Google img {
	margin-right: 10px;
}

.Sign_in_with_Google:hover,
.Sign_in_with_Google:focus {
	outline: none;
	border: 1px solid #fff;
	box-shadow: 0px 2px 10px #0000000F;
}

.do_not_account a+a,
.social_login_btn a+a {
	margin-left: 20px;
}

.header_area_two+section,
.header_area_three+section {
	margin-top: 93px;
}

.h_dark {
	background: #392c60;
}

.header_area_cure .header_top {
	background: #023E87;
}

.header_area_cure .header_top a {
	transition: color 0.3s linear;
}

.header_area_cure .header_top a:hover {
	color: #e61a50;
}

.header_area_cure+section {
	margin-top: 134px;
}

.header_top {
	padding: 12px 0px;
	background-color: #023E87;
}

.payment_status_nav {
	margin-bottom: 0;
}

.payment_status_nav li {
	display: inline-block;
	font-size: 11px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #fff;
}

.payment_status_nav li:before {
	content: "";
	width: 1px;
	height: 10px;
	top: 2px;
	background: #fff;
	display: inline-block;
	position: relative;
	margin: 0px 12px 0px 10px;
}

.payment_status_nav li:first-child:before {
	display: none;
}

.payment_status_nav li a {
	color: #fff;
	font-weight: 300;
	padding-left: 5px;
}

.header_social_icon {
	text-align: right;
	margin-bottom: 0;
}

.header_social_icon li {
	display: inline-block;
	margin: 0px 0px 0px 5px;
}

.header_social_icon li a {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 28px;
	color: #023e87;
	display: inline-block;
	background: #ebeef5;
	text-align: center;
}

.Mobile_Verification_heading {
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0.62px;
	color: #023E87;
	margin-bottom: 24px;
	margin-top: 50px;
	font-weight: 500;
}

.Enter_the_code {
	text-align: left;
	letter-spacing: 0.48px;
	color: #023E87;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}

.enter_code_sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.very_l_form_control {
	width: calc(100% - 50px);
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	border-radius: 0;
}

.very_l_form_control+.very_l_form_control {
	margin-left: 10px;
}

.Resend_Code_btn {
	color: #738499;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin-bottom: 0px;
	transition: .6s all ease-out;
}

.Resend_Code_btn:hover,
.Resend_Code_btn:focus {
	color: #FE5B63;
}

.Resend_Code_sec {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 50px;
}

.Sign_different {
	color: #738499;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin-bottom: 0px;
	transition: .6s all ease-out;
}

.Sign_different:hover,
.Sign_different:focus {
	color: #FE5B63;
}

.difrent_account {
	margin-top: 20px;
}

.Reset_your_passward_btn {
	margin-top: 80px;
}

.mobile_form_control {
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
	opacity: 1;
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 20px;
	border-radius: 0px;
}

.mobile_input_group {
	letter-spacing: 0.4px;
	color: #738499;
	font-size: 15px;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	border: 1px solid #C9CACD;
	border-radius: 0px;
	line-height: 15px;
	font-weight: 500;
}

.mb_100 {
	margin-bottom: 100px;
}

.mb_15 {
	margin-bottom: 10px;
}

.step_section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.step_heading {
	font-size: 14px;
	line-height: 20px;
	color: #738499;
	letter-spacing: 0.28px;
	margin-bottom: 0;
}

.previous_btn+.step_heading {
	margin-left: 100px;
}


.common_class_step {
	border: 1px solid #C9CACD;
	padding: 30px 80px;
	width: 100%;
}

.Please_fill_heading {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.46px;
	color: #023E87;
	margin-bottom: 30px;
}

.Please_fill_heading span {
	letter-spacing: 0.36px;
	color: #FE5B63;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.per_form_control {
	padding: 15px 20px;
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
	opacity: 1;
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 14px;
	line-height: 24px;
	border-radius: 0px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_100 {
	margin-top: 100px;
}

.documention_details_step {
	position: absolute;
	top: 1px;
	width: 100%;
	right: 0px;
	left: 1px;
}

.documention_details_step .nav-link {
	padding: 0;
	height: 9px;
	background-color: #fff;
	width: calc(100% / 6);
}

.documention_details_step .nav-link.active {
	padding: 0;
	height: 8px;
	background-color: #FE5B63;
	width: calc(100% / 6);
}

.documention_details_section {
	padding: 30px 40px;
}

.left_document_card,
.right_document_card {
	border: 1px solid #E7E9EF;
}

.upload_inner_section {
	padding: 15px;
}

.upload_card {
	border-radius: 10px;
	border: 1.5px dashed #C9CACD;
	background-color: #FBFCFF;
}

.upload_card_body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 9px 25px 15px;
}

.upload_card_body h5 {
	font-size: 10px;
	line-height: 14px;
	color: #444E61;
	letter-spacing: 0.28px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.upload_card_body h5 a,
.upload_card_body h5 a:hover {
	color: #FE5B63;
}

.upload_btn {
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	padding: 8px 24px;
	font-size: 12px;
	letter-spacing: 0.36px;
	color: #FFFFFF;
	transition: .6s all ease-out;
	border-radius: 0px;
}

/* .upload_btn:hover, */
/* .upload_btn:focus {
    background-color: #fff;
    border: 1px solid #FE5B63;
    color: #FE5B63;
    outline: none;
    box-shadow: none;
} */

.document_nav .nav-item {
	padding-right: 15px;
}

.document_nav .nav-item .nav-link {
	background-color: #fff;
	font-size: 12px;
	color: #738499;
	letter-spacing: 0.28px;
	padding: 10px 15px;
	position: relative;
	background-image: url("../images/upload.png");
	background-repeat: no-repeat;
	background-position: right;
}

.document_nav .nav-item+.nav-item {
	border-top: 1px solid #E7E9EF;
}

.document_nav .nav-item .nav-link.active {
	background-color: transparent;
	/* color: #738499; */
	/* background-image: url("../images/sign.png"); */
	color: black;
}

.document_nav .nav-item .documentUploded {
	background-image: url("../images/sign.png");
}

.upload_card_view {
	border-radius: 10px;
	border: 1.5px dashed #C9CACD;
	background-color: #FBFCFF;
	padding: 10px;
}

.upload_card_body_view {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.upload_card_body_view h5 {
	font-size: 10px;
	line-height: 14px;
	color: #444E61;
	letter-spacing: 0.28px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-break: anywhere;
	margin-right: 15px;
}

.upload_vieinner {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 7px 12px #2B4BB50D;
}

.close_img {
	position: absolute;
	right: -4px;
	cursor: pointer;
}

.accordion_item .accordion_button {
	letter-spacing: 0.36px;
	color: #023E87;
	font-size: 18px;
	line-height: 28px;
	background-color: #FAFAFA;
}

.accordion_item .accordion_button:not(.collapsed) {
	color: #023E87;
	background-color: #FAFAFA;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.accordion-button:not(.collapsed) {
	color: #023E87;
	background-color: #FAFAFA;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion_item+.accordion_item {
	margin-top: 15px;
}

.accordion_button:focus {
	box-shadow: none;
	border: 0;
	outline: none;
}

.accordion-item:first-of-type {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.accordion-item:last-of-type {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.accordion_button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 18px;
	color: #023E87;
	text-align: left;
	background-color: #fafafa;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
}

.accordion_body {
	background-color: #fafafa;
	padding: 30px;
}

.aside {
	width: 250px;
	height: 100%;
}

.aside-fixed {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.aside-fixed+.content {
	margin-left: 250px;
}

.content {
	margin-left: 250px;
}

.content-body {
	position: relative;
	padding: 0 30px 30px 30px;
	height: calc(100% - 60px);
	overflow-y: auto;
	background-color: #fafafa;
}

.aside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 59px;
	padding: 0 18px;
	border-right: 1px solid rgba(72, 94, 144, 0.16);
	background-color: #fff;
}

@media (min-width: 992px) {
	.aside-header {
		padding: 0 20px;
		transform: none;
		height: 59px;
	}
}

.aside-header .burger-menu {
	color: #8392a5;
}

.aside-header .burger-menu:hover,
.aside-header .burger-menu:focus {
	color: #031d6b;
	box-shadow: none;
	outline: none;
	border: 0;
}

.aside-header .burger-menu svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: -2px;
}


/* .aside-logo {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: -3px;
} */


/* @media (min-width: 992px) {
	.aside-logo {
		font-size: 24px;
	}
} */

.aside-logo span {
	font-weight: normal;
}

.aside-logo,
.aside-logo:hover,
.aside-logo:focus {
	color: #031d6b;
}

.aside-logo span,
.aside-logo:hover span,
.aside-logo:focus span {
	color: #0168fa;
}

.aside-menu-link {
	color: #8392a5;
}

.aside-menu-link:hover,
.aside-menu-link:focus {
	color: #1b2e4b;
}

.aside-menu-link svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.5px;
	margin-top: -3px;
}

.aside-menu-link svg:last-child {
	width: 20px;
	height: 20px;
	display: none;
	margin-top: 0;
}

.aside-body {
	position: relative;
	padding: 25px;
	height: calc(100% - 60px);
	border-top: 1px solid rgba(72, 94, 144, 0.16);
	border-right: 1px solid rgba(72, 94, 144, 0.16);
	background-color: #fff;
}

.aside-loggedin {
	margin-bottom: 25px;
}

.aside-loggedin .avatar {
	width: 48px;
	height: 48px;
}

.aside-loggedin svg {
	width: 16px;
	height: 16px;
	stroke-width: 2.3px;
	pointer-events: none;
}

.aside-loggedin .collapsing {
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	.aside-loggedin .collapsing {
		transition: none;
	}
}

.aside-loggedin .nav {
	margin-top: 15px;
}

.aside-loggedin-user {
	margin-top: 15px;
}

.aside-loggedin-user a {
	color: #c0ccda;
}

.aside-loggedin-user a:hover,
.aside-loggedin-user a:focus {
	color: #1b2e4b;
}

.aside-alert-link {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.aside-alert-link a {
	color: rgba(27, 46, 75, 0.5);
	display: block;
}

.aside-alert-link a+a {
	margin-left: 10px;
}

.aside-alert-link a.new {
	position: relative;
}

.aside-alert-link a.new::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
	background-color: #dc3545;
	box-shadow: 0 0 0 2px #fff;
	border-radius: 100%;
}

.aside-alert-link a:hover,
.aside-alert-link a:focus {
	color: #1b2e4b;
}

.nav-aside {
	flex-direction: column;
	line-height: 1.6;
	font-size: 13px;
	white-space: nowrap;
}

.nav-aside .nav-label {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #738499;
	margin-bottom: 15px;
	display: block;
	transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
	.nav-aside .nav-label {
		transition: none;
	}
}

.nav-aside .nav-item {
	position: relative;
}

.nav-aside .nav-item.active .nav-link,
.nav-aside .nav-item.active .nav-link:hover,
.nav-aside .nav-item.active .nav-link:focus,
.nav-aside .nav-item.active .nav-link>svg {
	opacity: 1;
	color: #FE5B63;
}

.nav-aside .nav-item.active .nav-link::before {
	opacity: 1;
	visibility: visible;
	border-left-color: #FE5B63;
}

.nav-aside .nav-item .nav-link:hover svg {
	color: #FE5B63;
}

.nav-aside .nav-item+.nav-item {
	margin-top: 21px;
}

.nav-aside .nav-item ul {
	margin: 0;
	padding-left: 34px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.nav-aside .nav-item ul a {
	display: block;
	color: rgba(27, 46, 75, 0.75);
	padding: 2px 0;
}

.nav-aside .nav-item ul a:hover,
.nav-aside .nav-item ul a:focus {
	color: #1b2e4b;
}

.nav-aside .nav-item ul .active a {
	color: #0168fa;
}

.nav-aside .with-sub .nav-link::after {
	content: '\f3d1';
	font-family: 'Ionicons';
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-left: auto;
	opacity: .5;
}

.nav-aside .with-sub.show .nav-link {
	font-weight: 500;
}

.nav-aside .with-sub.show .nav-link::before {
	opacity: 1;
	visibility: visible;
}

.nav-aside .with-sub.show .nav-link::after {
	transform: rotate(90deg);
}

.nav-aside .with-sub.show ul {
	opacity: 1;
	visibility: visible;
	padding-bottom: 10px;
	height: auto;
}

.nav-aside .with-sub.show:not(.active) .nav-link {
	color: #1b2e4b;
}

.nav-aside .with-sub.show:not(.active) svg {
	color: #1b2e4b;
}

.nav-aside .nav-link {
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.28px;
	text-align: left;
	color: #1B304A;
	padding: 0;
	transition: all .6s ease-in-out;
	position: relative;
	display: flex;
}

.nav-aside .nav-link::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -25px;
	border-left: 3px solid #FE5B63;
	opacity: 0;
	visibility: hidden;
}

.nav-aside .nav-link:hover,
.nav-aside .nav-link:focus {
	color: #FE5B63;
}

.nav-aside svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.3px;
	margin-right: 15px;
	color: #1B304A;
	margin-top: 2px;
	transition: all .6s ease-in-out;
}

.content-header {
	background-color: #fff;
	height: 60px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	padding-left: 65px;
}

@media (min-width: 992px) {
	.content-header {
		height: 60px;
		padding: 0 30px;
	}
}

@media (max-width: 575px) {
	.content-header .nav {
		flex-wrap: nowrap;
	}
}

.content-header .nav-link {
	padding: 0;
	color: rgba(27, 46, 75, 0.75);
}

.content-header .nav-link:hover,
.content-header .nav-link:focus {
	color: #1b2e4b;
}

.content-header .nav-link+.nav-link {
	margin-left: 7px;
}

@media (min-width: 576px) {
	.content-header .nav-link+.nav-link {
		margin-left: 10px;
	}
}

.content-header svg {
	width: 18px;
	height: 18px;
}

@media (min-width: 992px) {
	.content-header svg {
		width: 20px;
		height: 20px;
	}
}

.content-header svg.feather-search {
	stroke-width: 2.8px;
}

.content-search {
	width: 250px;
	display: flex;
	align-items: center;
}

.content-search svg {
	stroke-width: 2.5px;
	margin-right: 10px;
	color: #8392a5;
}

.content-search .form-control {
	padding: 0;
	border-width: 0;
	background-color: transparent;
}

.content-search .form-control:focus {
	box-shadow: none;
	color: #1b2e4b;
}

.breadcrumb_style {
	margin-bottom: 0;
}

.breadcrumb_style .breadcrumb-item {
	font-size: 11px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 1.32px;
	text-align: left;
	color: #B1BBCE;
	transition: all .6s ease-in-out;
}

.breadcrumb_style .breadcrumb-item a {
	color: #B1BBCE;
	text-decoration: none;
}

.breadcrumb_style .breadcrumb-item.active {
	color: #FE5B63;
}

.breadcrumb_style .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 15px;
	color: #adacd2;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumb_style .breadcrumb-item+.breadcrumb-item {
	padding-left: 20px;
}

.breadcrumb_style .breadcrumb-item:nth-child(2):before {
	display: none
}

.mobile_asside_menu_btn,
.mobile_asside_menu_btn:hover,
.mobile_asside_menu_btn:focus {
	color: #444e61;
}

.mobile_asside_menu_btn svg {
	width: 20px;
	height: 20px;
	margin-top: -2px;
}

.alerat_link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.alerat_link .new {
	color: #444e61;
	position: relative;
	margin-right: 30px;
}


/* .alerat_link a.new::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #FE5B63 ;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 100%;
} */

.form_switch {
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form_switch span {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 14px;
}

.alerat_link a+div {
	margin-left: 35px;
}

.form_switch .form_check_input {
	margin: 0 10px;
	padding: 0;
	width: 55px;
	border: 1px solid #EAEAF3;
	border-radius: 23px;
}

.account_pro_img {
	width: 46px;
	height: 46px;
	background-color: transparent;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 15px;
}

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

.user_profile_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.user_photo_name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.Name_heading p {
	letter-spacing: 0.26px;
	color: #FE5B63;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 6px;
}

.Name_heading p span {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
}

.user_profile_section svg {
	color: #ADACD2;
	width: 16px;
	height: 16px;
	stroke-width: 2.3px;
	pointer-events: none;
}

.view_profile_menu {
	border: 0;
	padding: 0 0 0 40px;
	margin-bottom: 40px;
}

.view_profile_menu .nav-item .nav-link {
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.28px;
	text-align: left;
	color: #1B304A;
	padding: 0;
	transition: all .6s ease-in-out;
}

.view_profile_menu .nav-item .nav-link:hover,
.view_profile_menu .nav-item .nav-link:focus {
	color: #FE5B63;
	background-color: transparent;
}

.view_profile_menu li+li {
	margin-top: 15px;
}

.bredcrumb_btn_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #e2e5ed;
	margin-bottom: 25px;
}

.Add_New_Patient_btn {
	padding: 12px 18px;
	background-color: #FE5B63;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #FE5B63;
	transition: .6s all ease-out;
	border-radius: 0px;
	white-space: nowrap;
}

.Add_New_Patient_btn:hover,
.Add_New_Patient_btn:focus {
	color: #fff;
	border: 1px solid #FE5B63;
	outline: none;
	background-color: #FE5B63;
}

.Add_New_Prescription_btn,
.Add_New_Prescription_btn:hover,
.Add_New_Prescription_btn:focus {
	padding: 12px 18px;
	background-color: #fff;
	color: #1B304A;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #fff;
	transition: .6s all ease-out;
	border-radius: 0px;
	outline: none;
}

.Add_New_Prescription_btn svg {
	margin-right: 5px;
	width: 18px;
	height: 18px;
}

.Add_Emergency_Case {
	color: #FE5B63;
	border: 1px solid #FE5B63;
	background-color: transparent;
	transition: .6s all ease-out;
	border-radius: 0px
}

.Add_Emergency_Case:hover,
.Add_Emergency_Case:focus {
	background-color: #FE5B63;
	color: #fff;
	border: 1px solid #FE5B63;
}

.bcrumb_btn_sec a+a {
	margin-left: 12px;
}

.bcrumb_sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bcrumb_left,
.bcrumb_left:hover {
	border-radius: 15px;
	background-color: #FE5B63;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
	margin-right: 15px;
}

.bcrumb_left svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: 0px;
}

.bcrumb_sec span {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 1.02px;
	text-align: left;
	color: #444e61;
	margin-right: 8px;
}

.bcrumb_left_back_btn,
.bcrumb_left_back_btn:hover {
	background-color: #faeeef;
	color: #FE5B63;
	border: 1px solid #faeeef;
	border-radius: 15px;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-right: 15px;
}

.bcrumb_left_back_btn svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: 0px;
}

.bcrumb_left_back_btn span {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 1.02px;
	text-align: left;
	color: #444e61;
}

.find_section {
	border: 1px solid #EAEAF3;
	background-color: #fff;
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
}

.Find_Doctor {
	letter-spacing: 0.34px;
	color: #444E61;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 20px;
}

.find_search_btn {
	padding: 12px 18px;
	background-color: #FE5B63;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #FE5B63;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-bottom: 20px;
}

.find_search_btn:hover,
.find_search_btn:focus {
	color: #FE5B63;
	border: 1px solid #FE5B63;
	outline: none;
	background-color: #fff;
}

.waiting_search_btn {
	padding: 12px 18px;
	background-color: #F5B535;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #F5B535;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-bottom: 20px;
}

.waiting_search_btn:hover,
.waiting_search_btn:focus {
	color: #F5B535;
	border: 1px solid #F5B535;
	outline: none;
	background-color: #fff;
}

.decline_search_btn {
	padding: 12px 18px;
	background-color: #E2574C;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #F5B535;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-bottom: 20px;
}

.decline_search_btn:hover,
.decline_search_btn:focus {
	color: #E2574C;
	border: 1px solid #E2574C;
	outline: none;
	background-color: #fff;
}

.suitable_search_btn {
	padding: 12px 18px;
	background-color: #2570FE;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #2570FE;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-bottom: 20px;
}

.suitable_search_btn:hover,
.suitable_search_btn:focus {
	color: #2570FE;
	border: 1px solid #2570FE;
	outline: none;
	background-color: #fff;
}

.accepted_btn {
	padding: 12px 18px;
	background-color: #42CB6B;
	color: #fff;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #42CB6B;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-bottom: 20px;
}

.accepted_btn:hover,
.accepted_btn:focus {
	color: #42CB6B;
	border: 1px solid #42CB6B;
	outline: none;
	background-color: #fff;
}


.find_section_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.find_form_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.find_form_list li {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}

.form_search_icon {
	position: absolute;
	left: 15px;
	top: 24px;
}

.find_section_form .find_form+.find_button {
	margin-left: 54px;
}

.find_button {
	position: relative;
}

.find_button::after {
	content: "";
	width: 1px;
	height: 50px;
	top: 0;
	background: #EAEAF3;
	position: absolute;
	left: -27px;
	bottom: 0;
}

.favrate_doctor_section {
	background-color: #fff;
	padding: 0 25px;
	border: 1px solid #EAEAF3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.favrate_doctor_right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: 60px;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

.favrate_doctor_right::after {
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	background: #EAEAF3;
	position: absolute;
	left: -30px;
	bottom: 0;
}

.favrate_doctor_right a+a {
	margin-top: 20px;
}

.find_View_Profile_btn {
	padding: 12px 18px;
	background-color: #EEF1F8;
	color: #1B304A;
	letter-spacing: 0.32px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #EEF1F8;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 204px;
	margin-right: 10px;
}

.find_View_Profile_btn:hover,
.find_View_Profile_btn:focus {
	color: #FE5B63;
	border: 1px solid #FE5B63;
	outline: none;
	background-color: #fff;
}

.doctor_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	padding: 30px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAF3;
}

.doctor_list:last-child {
	border-bottom: 0px solid #EAEAF3;
}

.doctor_list li {
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
}

.doctor_list li:first-child {
	padding-left: 0;
}

.user_list_do {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.doc_img {
	width: 54px;
	height: 54px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 12px;
	border-radius: 12px;
}

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

.user_body {
	flex: 1;
}

.user_body p {
	letter-spacing: 0.34px;
	color: #444E61;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 0;
}

.user_body p span {
	color: #FE5B63;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 4px;
	display: block;
	position: relative;
	transition: all .3s ease-in;
}

.user_body p span .favrate_star {
	visibility: hidden;
	z-index: 1025;
	position: absolute;
	transition: all .3s ease-in;
	color: #FE5B63;
	padding: 0 7px;
}

.user_body p span:hover .favrate_star {
	visibility: visible;
	transition: all .3s ease-in;
	color: #FE5B63;
	padding: 0 7px;
}

.user_body p span .favrate_star svg {
	fill: #FE5B63;
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
}

.special_text_heading {
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
}

.special_text_subheading {
	letter-spacing: 0.36px;
	color: #444E61;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
}

.special_text_Online {
	letter-spacing: 0.32px;
	color: #42CB6B;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0;
}

.special_text_Online::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #42CB6B;
	position: absolute;
	left: 0;
	top: 8px;
}

.special_text_Offline {
	letter-spacing: 0.32px;
	color: #FE5B63;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0;
}

.special_text_Offline::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FE5B63;
	position: absolute;
	left: 0;
	top: 8px;
}

.favrate_doctor_section+.favrate_doctor_section {
	margin-top: 30px;
}

.bcrumb_left_back {
	border-radius: 0px;
	background-color: #faeeef;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #FE5B63;
	margin-right: 15px;
}

.bcrumb_left_back svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: 0px;
}

.fav_nav {
	margin-bottom: 30px;
	margin-top: 70px;
}

.fav_nav .nav-item {
	letter-spacing: 0.38px;
	color: #545D6F;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
}

.fav_nav .nav-item:first-child {
	color: #FE5B63
}

.fav_nav .nav-item svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: 10px;
	fill: #FE5B63;
}

.fav_nav .nav-item+.nav-item {
	margin-left: 66px;
}

.listof_doc_inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.all_result {
	letter-spacing: 0.84px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	white-space: nowrap;
	margin-right: 115px;
}

.find_form_list_of_doc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -9px;
	margin-left: -9px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.find_form_list_of_doc li {
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 9px;
	padding-left: 9px;
	margin-bottom: 0px;
}

.mb_30 {
	margin-bottom: 30px;
}

.label_search {
	position: absolute;
	font-size: 14px;
	margin-bottom: 0;
	left: 20px;
	top: 14px;
}

.pl_110 {
	padding-left: 110px;
}

.pl_95 {
	padding-left: 95px;
}

.doc_profile_photo {
	width: 55px;
	height: 55px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 12px;
}

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

.doc_media {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.doctor_name {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #FE5B63;
	margin-bottom: 0px;
}

.doctor_name_id {
	color: #444E61;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.doctor_name span {
	letter-spacing: 0.34px;
	color: #42CB6B;
	font-size: 17px;
	line-height: 25px;
	position: relative;
	padding-left: 40px;
}

.doctor_name span::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #42CB6B;
	position: absolute;
	left: 20px;
	top: 7px;
}

.doctor_list_exp {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.doctor_list_exp li {
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}

.request_recived_navbar {
	background-color: #fff;
	border: 1px solid #EAEAF3;
	padding: 25px 0;
	margin-top: 30px;
	margin-bottom: 40px;
}

.request_recived_navbar .nav-item {
	width: 50%;
	text-align: center;
}

.request_recived_navbar .nav-item .nav-link {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

.request_recived_navbar .nav-item .nav-link.active,
.request_recived_navbar .nav-item .nav-link:hover,
.request_recived_navbar .nav-item .nav-link:focus {
	color: #1B304A;
	background-color: transparent;
}

.request_recived_navbar .nav-item .nav-link.active::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 35%;
	width: 30%;
	border-bottom: 4px solid #FE5B63;
}

.req_rec_form {
	margin-left: 85px;
}

.req_rec_table_card {
	background-color: #fff;
	padding: 10px 30px 10px 30px;
	border: 1px solid #EAEAF3;
}

.req_rec_table {
	margin: 0;
	background-color: #fff;
}

.req_rec_table thead tr th {
	background-color: #fff;
	border-bottom: solid 1px #ebedf3;
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: #ebedf3;
}

.req_rec_table>tbody>tr>td {
	padding: 20px 14px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.32px;
	text-align: left;
	color: #444e61;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}

.req_rec_table>thead>tr>th {
	padding: 20px 14px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1.56px;
	text-align: left;
	color: #738499;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}

.req_rec_table>thead>tr>th:first-child,
.req_rec_table>tbody>tr>td:first-child {
	padding-left: 0;
}


/* .req_rec_table>tbody>tr:hover{
    background-color: #e8f1fc;
} */

.req_rec_table>tbody>tr+tr {
	border-top: solid 1px #ebedf3;
}

.Consult_New_btn {
	border: 1px solid #42CB6B;
	;
	background-color: #fff;
	padding: 11px 16px;
	letter-spacing: 0.28px;
	color: #42CB6B;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.Consult_New_btn:hover,
.Consult_New_btn:focus {
	color: #42CB6B;
	border: 1px solid #42CB6B;
	;
	background-color: #fff;
	outline: none;
}

.Send_request_btn {
	border: 1px solid #FE5B63;
	background-color: #fff;
	padding: 11px 16px;
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.Send_request_btn:hover,
.Consult_Now_btn:focus {
	color: #FE5B63;
	border: 1px solid #FE5B63;
	background-color: #fff;
	outline: none;
}

.actiob_view_btn {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 11px 20px 11px 0px;
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.actiob_view_btn:hover,
.actiob_view_btn:focus {
	color: #1B304A;
	border: 1px solid #fff;
	background-color: #fff;
	outline: none;
}

.patient_media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.blue_active {
	content: '';
	position: relative;
	top: -23px;
	right: -13px;
	background-color: #2570FE;
	width: 9px;
	height: 9px;
	z-index: 10;
	border-radius: 50%;
}

.orange_active {
	background-color: #F5B535;
}

.green_active {
	background-color: #42CB6B;
}

.name_icon {
	width: 50px;
	height: 50px;
	background-color: #EBEEF3;
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.Patient_name_d span {
	display: block;
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.Patient_name_d {
	letter-spacing: 1.56px;
	color: #738499;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 19px;
	margin-left: 15px;
}

.p_view_btn {
	color: #FE5B63;
}

.color_red {
	color: #FE5B63 !important;
}

.dropdown_hover_btn {
	color: #1B304A;
	padding: 0 10px;
	border: 0;
	box-shadow: none;
	outline: 0;
}

.dropdown_hover_btn svg {
	fill: #1B304A;
	width: 18px;
	height: 18px;
}

.dropdown_hover_btn:hover {
	color: #FE5B63;
	padding: 0 10px;
	border: 0;
	box-shadow: none;
	outline: 0;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	z-index: 1080;
	right: 0;
	padding: 0;
	border-radius: 0px;
	transition: all .3s ease-in;
	box-shadow: -1px 2px 19px 3px rgb(14 0 40 / 5%);
	border: 0;
}

.dropdown-content li .dropdown-item {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.32px;
	text-align: left;
	color: #444e61;
	white-space: nowrap;
	padding: 12px 15px;
	background-color: #fff;
}

.dropdown-content li+li {
	border-top: solid 1px #ebedf3;
}

.dropdown-content a:hover {
	background-color: #fff;
	color: #FE5B63;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.availaty_heading {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.46px;
	color: #023E87;
	margin-bottom: 15px;
}

.avarilti_check_card_inner {
	border: 1px solid #C9CACD;
	padding: 15px 16px;
}

.avarilti_check_card_inner+.avarilti_check_card_inner {
	margin-top: -1px;
}

.pending_btn {
	border: 1px solid #F5B535;
	border-radius: 16px;
	letter-spacing: 0.28px;
	color: #F5B535;
	font-size: 14px;
	background-color: #F5B5351A;
	padding: 4px 12px;
	min-width: 90px;
}

.pending_btn:hover {
	border: 1px solid #F5B535;
	color: #F5B535;
	background-color: #F5B5351A;
}

.Paid_btn {
	border: 1px solid #42CB6B;
	color: #42CB6B;
	background-color: #42CB6B1A;
}

.Paid_btn:hover {
	border: 1px solid #42CB6B;
	color: #42CB6B;
	background-color: #42CB6B1A;
}

.payment_status_nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0;
	/* margin-right: 200px; */
	white-space: nowrap;
}

.payment_status_nav li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.84px;
	color: #023E87;
	margin-bottom: 30px;
}

.payment_status_nav li:before {
	content: "";
	width: 1px;
	height: 12px;
	top: 1px;
	background: #dcdddf;
	display: inline-block;
	position: relative;
	margin: 0 12px 0 12px;
}

.payment_status_nav li:first-child:before {
	display: none
}

.find_form_list_of_payern {
	justify-content: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -9px;
	margin-left: -9px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.find_form_list_of_payern li {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-right: 9px;
	padding-left: 9px;
	margin-bottom: 0px;
}

.dues_color {
	color: #F5B535;
}

.recived_color {
	color: #42CB6B;
}


/* .profile_setting_navbar{
	margin-bottom: 30px;
    background-color: #fff;
} */

.profile_setting_tab_section {
	margin-bottom: 30px;
	background-color: #fff;
}

.profile_setting_navbar .nav-item .nav-link {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 0px;
	background-color: #fff;
	border-radius: 0px;
	transition: .6s all ease-out;
	position: relative;
	font-weight: 500;
}

.profile_setting_navbar .nav-item+.nav-item {
	margin-left: 60px;
}

.profile_setting_navbar .nav-item .nav-link.active,
.profile_setting_navbar .nav-item .nav-link:hover,
.profile_setting_navbar .nav-item .nav-link:focus {
	color: #1B304A;
	background-color: #fff;
	font-weight: 500;
}

.profile_setting_navbar .nav-item .nav-link.active::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #FC235A;
}

.profile_setting_personal {
	background-color: #fff;
	padding: 30px 40px 50px 40px;
}

.profile_edit_btn,
.profile_edit_btn:hover,
.profile_edit_btn:focus {
	padding: 0;
	color: #FE5B63;
	letter-spacing: 0.32px;
	color: #FE5B63;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	outline: none;
	box-shadow: none;
	border: 0;
}

.profile_edit_btn svg {
	width: 18px;
	height: 18px;
	margin-top: -2px;
	margin-right: 2px;
}

.profile_setting_navbar .nav-item .nav-link span {
	margin-left: 13px;
	padding: 4px 8px;
	letter-spacing: 0.28px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #FE5B63;
	border-radius: 4px;
}

.edit_btn {
	text-align: right;
}

.pf_form_control {
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
	letter-spacing: 0.36px;
	color: #738499;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 20px;
	border-radius: 0px;
}

.pf_label_form {
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.row-xl {
	margin-right: -20px;
	margin-left: -20px;
}

.row-xl>* {
	padding-left: 20px;
	padding-right: 20px;
}

.Add_Profile_heading {
	letter-spacing: 0.32px;
	color: #023E87;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.Change_Profile_btn,
.Change_Profile_btn:hover,
.Change_Profile_btn:focus {
	letter-spacing: 0.36px;
	color: #FE5B63;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-shadow: none;
	margin-bottom: 40px;
}

.add_profile_photo {
	border: 2px dashed #C9CACD;
	border-radius: 10px;
	background-color: #fff;
	padding: 24px;
	margin-bottom: 16px;
	width: 230px;
	height: 225px;
}

.add_profile_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.submit_btn,
.submit_btn:hover,
.submit_btn:focus {
	letter-spacing: 0.36px;
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
	padding: 18px 60px;
	outline: none;
	box-shadow: none;
}

.qualification_heading {
	letter-spacing: 1.32px;
	color: #1B304A;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 30px;
}

.qualification_form {
	background-color: #FFF;
	padding: 35px 40px 20px 40px;
}

.qualification_form+.qualification_form {
	margin-top: 30px;
}

.add_qualification_sec {
	text-align: right;
	margin-top: 30px;
}

.profile_document_sec {
	background-color: #fff;
	padding: 35px 40px 35px 40px;
}

.profile_setting_card {
	padding: 15px;
}

.profile_setting_card_body {
	background-color: #fff;
	max-width: 324px;
	margin: auto;
	justify-content: flex-start;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}

.profile_setting_card_body .close_img,
.awards_certificate_card .close_img {
	right: 20px;
}

.experience_edit_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Edit_bank_details .modal-dialog,
#Add_Experience_details .modal-dialog,
#Edit_Personal_Details .modal-dialog,
#Add_Qualification_details .modal-dialog,
#Add_Awards_Researches .modal-dialog,
#Add_fees_and_availability_details .modal-dialog,
#Edit_Speciality_Details .modal-dialog,
#Super_Speciality_Edit .modal-dialog,
#Edit_Graduation_Details .modal-dialog,
#Edit_Qualification_Details .modal-dialog {
	max-width: 815px;
}

#Edit_bank_details .modal-body,
#Add_Experience_details .modal-body,
#Edit_Personal_Details .modal-body,
#Add_Qualification_details .modal-body,
#Add_Awards_Researches .modal-body,
#Add_fees_and_availability_details .modal-body,
#Edit_Speciality_Details .modal-body,
#Super_Speciality_Edit .modal-body,
#Edit_Graduation_Details .modal-body,
#Edit_Qualification_Details .modal-body {
	padding: 0px 60px 7px 60px;
}

.bank_modal_header {
	border: 0;
	border-radius: 0px;
	padding: 37px 60px;
}

#Edit_bank_details .modal-content,
#Add_Experience_details .modal-content,
#Edit_Personal_Details .modal-content,
#Add_Qualification_details .modal-content,
#Add_Awards_Researches .modal-content,
#Add_fees_and_availability_details .modal-content,
#Edit_Speciality_Details .modal-content,
#Super_Speciality_Edit .modal-content,
#Edit_Graduation_Details .modal-content,
#Edit_Qualification_Details .modal-content {
	border-radius: 0px;
}

.bank_details_edit_btn,
.bank_details_edit_btn:hover,
.bank_details_edit_btn:focus {
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	padding: 20px;
	width: 100%;
	letter-spacing: 0.32px;
	color: #FFFFFF;
	font-size: 16px;
	box-shadow: none;
	outline: none;
}

.bnk_details_footer {
	padding: 0 60px 37px 60px;
	border: 0;
	border-radius: 0px;
	justify-content: center;
}

.bank_modal_header .modal-title {
	letter-spacing: 0.46px;
	color: #023E87;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}

.bank_details_close,
.bank_details_close:hover,
.bank_details_close:focus {
	background-color: #E2574C1A;
	border-radius: 3px;
	color: #E2574C;
	border: 1px solid #E2574C1A;
	outline: none;
	box-shadow: none;
	padding: 2px 4px;
}

.consultation_section_inner {
	padding: 35px 40px;
	background-color: #fff;
}

.consultation_section_inner+.consultation_section_inner {
	margin-top: 30px;
}

.availa_day_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.availa_day_list li {
	flex: 0 0 14.285714%;
	max-width: 14.285714%;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 0px;
}

.availa_header {
	background-color: #023E87;
	letter-spacing: 0.36px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding: 20px;
}

.availa_day_time {
	padding: 22px 15px;
	border: 1px solid #C9CACD;
	background-color: #FAFAFA;
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.availa_day_btn,
.availa_day_btn:hover,
.availa_day_btn:focus {
	padding: 24px;
	color: #FE5B63;
	text-align: center;
	display: block;
}

.availa_day_btn svg {
	width: 24px;
	height: 24px;
}

.availa_day_time+.availa_day_time {
	margin-top: -2px;
}

.award_btn_sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.awards_certificate_inner {
	background-color: #fff;
	padding: 40px;
}

.Research_heading {
	letter-spacing: 1.32px;
	color: #1B304A;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0px;
}

.Research_day_btn,
.Research_day_btn:hover,
.Research_day_btn:focus {
	letter-spacing: 0.32px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px;
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	box-shadow: none;
	outline: none;
}

.awards_certificate_inner+.awards_certificate_inner {
	margin-top: 30px;
}

.awards_certificate_doc {
	padding: 25px 40px;
	border: 2px dashed #C9CACD;
	border-radius: 10px;
	background-color: #FBFCFF;
}

.awards_certificate_card {
	background-color: #fff;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.awards_certificate_modal {
	padding: 20px;
	border: 2px dashed #C9CACD;
	border-radius: 10px;
	background-color: #FBFCFF;
	margin-bottom: 30px;
}

.profile_setting_card_modal {
	background-color: #fff;
	justify-content: flex-start;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}

.calender_day_inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 24px
}

.calender_day_left {
	background-color: #023E87;
	padding: 15px 60px;
	letter-spacing: 0.32px;
	color: #FFFFFF;
	font-size: 15px;
	border: 1px solid #023E87;
	min-width: 160px;
	text-align: center;
	margin-right: 5px;
}

.calender_day_right_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.calender_day_dro_sec {
	border: 1px solid #C9CACD;
	background-color: #FAFAFA;
	padding: 11px;
}

.calender_drop_btn {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	box-shadow: none;
	padding: 2px;
}

.calender_drop_btn:hover,
.calender_drop_btn:focus {
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: none;
	outline: none;
}

.calender_day_inner_body {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.calender_day_dro_sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.calender_day_dro_sec {
	margin: 2px 4px 2px 0px;
}

.calender_day_right_inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.docment_btn_add,
.docment_btn_add:hover,
.docment_btn_add:focus {
	padding: 15px;
	color: #FE5B63;
	text-align: center;
	display: block;
	fill: #FE5B63;
}

.docment_btn_add svg {
	width: 24px;
	height: 24px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_20 {
	margin-bottom: 20px;
}

.pt_5 {
	padding-top: 5px;
}

.input_group_inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.input_group_inner div+div {
	margin-left: 44px;
}

.account_section {
	background-color: #fff;
	padding: 40px;
	height: 100%;
}

.listof_doc_inner_by_name_id {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.remarks_div {
	max-width: 100%;
	overflow: hidden;
	white-space: break-spaces;
}

.remarks_div p {
	letter-spacing: 0.28px;
	color: #023E87;
	font-size: 14px;
	line-height: 24px;
}

.star_nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	list-style: none;
}

.star_nav li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	list-style: none;
	color: #FE5B63;
	cursor: pointer;
}

/* .star_nav li:last-child svg {
    fill: #FE5B63;
} */

.star_nav li+li {
	margin-left: 8px;
}

.star_nav li svg {
	width: 24px;
	height: 24px;
}

.consult_card {
	border: 1px solid #42CB6B;
	background-color: #42CB6B12;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.consult_card p {
	margin-bottom: 0px;
	letter-spacing: 0.34px;
	color: #42CB6B;
	font-size: 17px;
	line-height: 24px;
	padding: 0px 70px;
}

.waiting_card {
	border: 1px solid #F5B535;
	background-color: #F5B53512;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.waiting_card p {
	margin-bottom: 0px;
	letter-spacing: 0.34px;
	color: #F5B535;
	font-size: 17px;
	line-height: 24px;
	padding: 0px 70px;
}

.null_bank_details {
	border: 1px solid #FE5B63;
	background-color: #F5B53512;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
}

.null_bank_details p {
	margin-bottom: 0px;
	letter-spacing: 0.34px;
	color: #FE5B63;
	font-size: 17px;
	line-height: 24px;
}

.freeze_details {
	border: 1px solid red;
	background-color: #F5B53512;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
}

.freeze_details p {
	margin-bottom: 0px;
	letter-spacing: 0.34px;
	color: red;
	font-size: 16px;
	line-height: 24px;
	padding: 0px;
}

.not_suitable_details {
	border: 1px solid #2570FE;
	background-color: #2570FE1A;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.not_suitable_details p {
	margin-bottom: 0px;
	letter-spacing: 0.34px;
	color: #2570FE;
	font-size: 17px;
	line-height: 24px;
	padding: 0px 70px;
}

.postpone_details {
	border: 1px solid #42CB6B;
	background-color: #42CB6B;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.postpone_details p {
	margin-bottom: 0px;
	letter-spacing: 0.34px;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 24px;
	padding: 0px 70px;
}


.Consult_Now_btn,
.Consult_Now_btn:hover,
.Consult_Now_btn:focus {
	letter-spacing: 0.34px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	color: #fff;
	background-color: #42CB6B;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	border: none;
	padding: 15px 40px;
}

.Waiting_Now_btn,
.Waiting_Now_btn:hover,
.Waiting_Now_btn:focus {
	letter-spacing: 0.34px;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	color: #FE5B63;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	border: none;
}

.notification_media {
	display: flex;
	align-items: flex-start;
	padding: 15px;
}

.notification_media_body {
	flex: 1;
}

.notification_icon {
	width: 38px;
	height: 38px;
	background-color: #023E871A;
	border-radius: 50%;
	text-align: center;
	margin-right: 15px;
	line-height: 38px;
}

.notification_icon svg {
	width: 16px;
	height: 18px;
}

.notification_des {
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px;
}

.notification_time {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.notification_time svg {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	margin-top: -2px;
}

.notification_inner {
	background-color: #fff;
	padding: 15px 11px;
	max-width: 1274px;
	margin: auto;
	height: 100%;
}

.Unread_notification_media {
	background-color: #b50f180d;
}

.notification_inner_sec+.notification_inner_sec {
	margin-top: 50px;
}


/* notification */

.notification_sidebar {
	width: 627px;
	top: 60px;
	border: 0px;
}

.offcanvas-backdrop::before {
	background-color: rgba(0, 0, 0, .0);
}

.notification_btn {
	margin-right: 35px;
}

.notification_sidebar_header {
	background-color: #FE5B63;
	padding: 20px 15px 20px 15px;
	align-items: center;
}

.notification_tab_section {
	background-color: #FE5B63;
	padding: 0 15px 10px 15px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.notification_sidebar_header h5 {
	letter-spacing: 0.36px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
	font-weight: normal;
}

.notification_sidebar_header h5 span {
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
	margin-left: 8px;
	padding: 2px 4px;
	border-radius: 2px;
}

.notification_close_btn,
.notification_close_btn:hover,
.notification_close_btn:focus {
	color: #fff;
	padding: 0;
	box-shadow: none;
	outline: none;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.notification_close_btn svg {
	width: 24px;
	height: 24px;
}

.notification_sidebar_body {
	padding: 0px;
}

.notification_sidebar_navbar .nav-item .nav-link {
	letter-spacing: 0.28px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 5px 0px;
	background-color: transparent;
	border-radius: 0px;
	transition: .6s all ease-out;
	position: relative;
}

.notification_sidebar_navbar .nav-item+.nav-item {
	margin-left: 16px;
}

.notification_sidebar_navbar .nav-item .nav-link.active,
.notification_sidebar_navbar .nav-item .nav-link:hover,
.notification_sidebar_navbar .nav-item .nav-link:focus {
	color: #fff;
	background-color: transparent;
}

.notification_sidebar_navbar .nav-item .nav-link.active::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #fff;
}

.notification_view_all,
.notification_view_all:focus,
.notification_view_all:hover {
	letter-spacing: 0.28px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
	padding: 0;
	box-shadow: none;
	outline: none;
	border: none;
	background-color: transparent;
}

.notification_sidebar_inner_body {
	padding: 0px;
}

.doctor_profile_no_data {
	max-width: 720px;
	margin: auto;
	padding-top: 160px;
	text-align: center;
}

.no_data_heading {
	letter-spacing: 0.36px;
	color: #1B304A;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 56px;
}

.no_data_btn .btn+.btn {
	margin-left: 12px;
}

.admin_pat_main_sec {
	margin-top: 30px;
}

.patients_bredcrumb_btn_section {
	margin-bottom: 0px;
}

.bcrumb_sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bcrumb_left {
	border-radius: 15px;
	background-color: #FE5B63;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
	margin-right: 15px;
}

.bcrumb_left svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: 0px;
}

.bcrumb_left_back_patient {
	border-radius: 0px;
	background-color: transparent;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #444E61;
	margin-right: 20px;
	padding: 0;
}

.bcrumb_left_back_patient svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: 0px;
}

.doc_media {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.patients_name_icon {
	width: 85px;
	height: 85px;
	background-color: #EBEEF3;
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-right: 15px;
	letter-spacing: 0.54px;
	color: #444E61;
	font-size: 27px;
}

.Patient_Profile_name {
	letter-spacing: 0.34px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #FE5B63;
}

.Patient_Profile_name span {
	color: #444E61;
	font-weight: 600;
}

.Patient_Diagnosis_name {
	letter-spacing: 0.28px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}

.Patient_Diagnosis_name span {
	font-weight: 300;
	color: #738499;
}

.Patient_Consulted_name {
	letter-spacing: 0.28px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}

.Patient_Consulted_name span {
	font-weight: 300;
	color: #738499;
}

.patients_bredcrumb_right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.patients_bredcrumb_right .patient_media+.pat_btn_sec {
	margin-left: 32px;
}

.patient_name_icon {
	width: 54px;
	height: 54px;
	position: relative;
	margin-right: 15px;
	border-radius: 100%;
}

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

.patient_name_icon::after {
	content: '';
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	background-color: #42CB6B;
}

.name_icon img {
	max-width: 100%;
}

.Patient_doc_name_d span {
	display: block;
	color: #FE5B63;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

.Patient_doc_name_d {
	letter-spacing: 0px;
	color: #444E61;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0px;
	font-weight: normal;
}

.chat_todoc_btn,
.chat_todoc_btn:hover,
.chat_todoc_btn:focus {
	border: 1px solid #FE5B63;
	padding: 11px 32px;
	background-color: #fff;
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.chat_todoc_profile_btn,
.chat_todoc_profile_btn:hover,
.chat_todoc_profile_btn:focus {
	border: 1px solid #FE5B63;
	padding: 11px 32px;
	background-color: #FE5B63;
	letter-spacing: 0.28px;
	color: #fff;
	font-size: 14px;
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.pat_btn_sec a+a {
	margin-left: 12px;
}

.patients_bredcrumb_btn_section {
	background-color: #fff;
	padding: 20px;
}

.patient_des_details_section {
	border: 1px solid #EAEAF3;
	background-color: #fff;
	padding: 50px 0px 0px 20px;
	border: 0;
	margin-bottom: 30px;
}

.consultation_details_sec {
	background-color: #fff;
	padding: 40px 60px;
	margin-bottom: 30px;
}

.report_prescription_sec {
	background-color: #fff;
}

.patient_details_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	margin-bottom: 0;
	padding-left: 40px;
}

.patient_details_list li {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.patient_details_list li:first-child,
.patient_details_list li:nth-child(7) {
	padding-left: 0;
}

.special_text_heading {
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
}

.special_text_subheading {
	letter-spacing: 0.36px;
	color: #444E61;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0px;
}

.consultation_details_heading {
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.consultation_details_card {
	background-color: #fff;
	padding: 0px;
	border: 0px solid #EAEAF3;
}

.consultation_details_table thead tr th {
	background-color: #fff;
	border-bottom: solid 0px #ebedf3;
}

.date_hed {
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.date_day {
	letter-spacing: 0.84px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.actiob_view_btn {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 11px 20px 11px 0px;
	letter-spacing: 0.32px;
	color: #FE5B63;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.actiob_view_btn:hover,
.actiob_view_btn:focus {
	color: #FE5B63;
	border: 1px solid #fff;
	background-color: #fff;
	outline: none;
}

.report_prection_nav {
	padding: 0px 60px;
	margin-bottom: 40px;
}

.report_prection_tab {
	padding: 0;
}

.report_prection_tab {
	padding: 0;
}

.report_prection_tab .nav-item .nav-link {
	padding: 40px 0px 30px 0px;
}

.report_prection_tab .nav-item+.nav-item {
	margin-left: 40px;
}

.Pricing_nav_tab {
	margin-bottom: 34px;
	background-color: #fff;
}

.report_prescription_tab_sec {
	padding: 0 60px 40px 60px;
	background-color: #fff;
}

.Pricing_nav_tab {
	margin-bottom: 34px;
	background-color: #fff;
}

.Pricing_nav_tab .nav-item+.nav-item {
	margin: 0;
}

.Pricing_nav_tab .nav-item .nav-link {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 66px;
	background-color: #fff;
	border-radius: 0px;
	transition: .6s all ease-out;
	position: relative;
	font-weight: 500;
}

.Pricing_nav_tab .nav-item .nav-link.active,
.Pricing_nav_tab .nav-item .nav-link:hover,
.Pricing_nav_tab .nav-item .nav-link:focus {
	color: #1B304A;
	;
	background-color: #fff;
	font-weight: 500;
}

.Pricing_nav_tab .nav-item .nav-link.active::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #FC235A;
}

.report_prection_tab .nav-item .nav-link {
	padding: 40px 0px 30px 0px;
}

.report_prection_tab .nav-item+.nav-item {
	margin-left: 40px;
}

.listof_doc_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.all_result {
	letter-spacing: 0.84px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	white-space: nowrap;
	margin-right: 115px;
}

.mb_30 {
	margin-bottom: 30px;
}

.reports_documents_form_m {
	width: 50%;
}

.patients_filter_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.patients_filter_list li {
	flex: 0 0 70%;
	max-width: 70%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.new_case_section {
	background-color: #fff;
	padding: 30px;
}

.new_case_heading_button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.new_case_heading_details {
	letter-spacing: 1.68px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.mb_60 {
	margin-bottom: 60px;
}

.Add_New_other_details_btn,
.Add_New_other_details_btn:hover,
.Add_New_other_details_btn:focus {
	background-color: #FE5B630D;
	border: 1px solid #FE5B63;
	transition: .6s all ease-out;
	border-radius: 0px;
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
	width: 100%;
	padding: 15px 20px;
	text-align: left;
	outline: none;
	box-shadow: none;
	margin-bottom: 30px
}

.add_doc_titile {
	letter-spacing: 0.36px;
	color: #C9CACD;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}

.Add_New_other_documents_btn,
.Add_New_other_documents_btn:hover,
.Add_New_other_documents_btn:focus {
	border: 2px dashed #DDE3E9;
	border-radius: 10px;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	padding: 0px 150px;
	outline: none;
	box-shadow: none;
}

.basic_details_btn_sec {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.Add_basic_details_cancel_btn,
.Add_basic_details_cancel_btn:hover,
.Add_basic_details_cancel_btn:focus {
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
	padding: 18px 120px;
	text-align: center;
	border: 1px solid #FE5B63;
	background-color: #fff;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
}

.Add_basic_send_request_btn,
.Add_basic_send_request_btn:hover,
.Add_basic_send_request_btn:focus {
	letter-spacing: 0.28px;
	color: #fff;
	font-size: 14px;
	padding: 18px 120px;
	text-align: center;
	border: 1px solid #FE5B63;
	background-color: #FE5B63;
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.Add_click_here_select_btn,
.Add_click_here_select_btn:hover,
.Add_click_here_select_btn:focus {
	letter-spacing: 1.68px;
	color: #444E61;
	font-size: 14px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	outline: none;
	box-shadow: none;
}

.Add_click_here_select_btn span {
	color: #FE5B63;
}

.Add_chief_Complaints_btn,
.Add_chief_Complaints_btn:hover,
.Add_chief_Complaints_btn:focus {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	border: 0;
	outline: none;
	box-shadow: none;
	margin-bottom: 30px;
	padding: 0;
	border-radius: 0;
}

.Add_chief_Complaints_btn svg {
	width: 24px;
	height: 24px;
	margin-right: 9px;
	outline: #FE5B63;
}

.mb_15 {
	margin-bottom: 15px;
}

.new_case_patient_section {
	background-color: #fff;
	padding: 30px;
	height: 20%;
}

.patient_select_section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mr_30 {
	margin-right: 30px;
}

.py_18 {
	padding: 18px 40px;
}

.new_case_patient_bottom_section {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#OTP_Verification_Details .modal-dialog {
	max-width: 627px;
}

#Exists_Patient_Verification_Details .modal-dialog {
	max-width: 627px;
	;
}

.otp_modal_header {
	background: #FAFAFA;
	padding: 20px 25px;
	border: 0;
}

.otp_very_header {
	background: #FAFAFA;
	text-align: center;
	border-bottom: 2px solid #EAEAF3;
}

.otp_very_header p {
	letter-spacing: 0.48px;
	color: #1B304A;
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	padding-bottom: 30px;
}

#Add_Other_Relevant_details .modal-dialog {
	max-width: 683px;
}

#Add_Other_Relevant_details .modal-body {
	padding: 0;
}

#Add_Other_Relevant_details .Add_Other_modal_body {
	padding: 40px;
}

.Add_Other_modal_header {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.Add_Other_footer {
	border: 0;
	justify-content: center;
	padding-bottom: 30px;
	padding-top: 0;
}

#Consultation_Consent_From_Patient .modal-dialog,
#Exists_Patient_Consent_From_Patient .modal-dialog #OTP_Verification_Details .modal-dialog,
#Exists_Patient_Verification_Details .modal-dialog,
#Consult_Now_payment .modal-dialog,
#Save_Patient_Details .modal-dialog {
	max-width: 703px;
}

#Consultation_Consent_From_Patient .Consultation_modal_header,
#Exists_Patient_Consent_From_Patient .Consultation_modal_header,
#OTP_Verification_Details .Consultation_modal_header,
#Exists_Patient_Verification_Details .Consultation_modal_header,
#Consult_Now_payment .Consultation_modal_header,
#Save_Patient_Details .Consultation_modal_header {
	background-color: #FAFAFA;
	padding: 40px 40px;
	border-bottom: 1px solid #131314;
}

#showFeesBreakup .Consultation_modal_header {
	background-color: #FAFAFA;
	padding: 20px 20px;
	border-bottom: 1px solid #131314;
}

.Consultation_Consent_modal_header {
	background-color: #FAFAFA;
	padding: 40px 40px;
	border-bottom: 1px solid #EAEAF3;
}

#Consultation_Consent_From_Patient .modal-body,
#Exists_Patient_Consent_From_Patient .modal-body,
#OTP_Verification_Details .modal-body,
#Exists_Patient_Verification_Details .modal-body,
#Consult_Now_payment .modal-body,
#Save_Patient_Details .modal-body {
	padding: 0;
}

#Consultation_Consent_From_Patient .modal-body .Consultation_modal_body,
#Exists_Patient_Consent_From_Patient .modal-body .Consultation_modal_body,
#OTP_Verification_Details .modal-body .Consultation_modal_body,
#Exists_Patient_Verification_Details .modal-body .Consultation_modal_body,
#Consult_Now_payment .modal-body .Consultation_modal_body,
#Save_Patient_Details .modal-body .Consultation_modal_body,
#showFeesBreakup .modal-body .Consultation_modal_body {
	padding: 30px 40px;
	background-color: #FAFAFA;
}

.Consultation_Consent_modal_body {
	padding: 30px 80px;
	background-color: #FAFAFA;
}

.Consultation_Consent_modal_header h5 {
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	margin: 0;
	color: #1B304A;
	letter-spacing: 0.48px;
}

.Consent_from_text {
	letter-spacing: 0.32px;
	color: #FE5B63;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.Edit_number {
	font-size: 14px;
	letter-spacing: 0.28px;
	color: #FE5B63;
	background-color: #fff;
}

.change_mob_input_group .form-control:focus {
	border-color: #C9CACD;
}

.Consultation_modal_fotter {
	background-color: #FAFAFA;
	padding: 0 0 0px 0;
	border: 0px;
	justify-content: center;
}

.log_main_section {
	background-color: #f8f9fc;
	position: relative;
	height: calc(100% - 120px);
}

.log_sidebar_left {
	background-color: #fff;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
	width: 300px;
	border-right: 1px solid rgba(72, 94, 144, 0.16);
	height: 100%;
}

.log_content {
	position: absolute;
	top: 0;
	left: 300px;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
	background-color: #fff;
}

.log_content_body {
	margin-right: 300px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
}

.chat_sidebar_right {
	background-color: #fff;
	width: 300px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
}

.log_sidebar_left_header {
	padding: 0px 15px;
	height: 69px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.log_form_control,
.log_form_control:focus {
	letter-spacing: 0px;
	color: #738499;
	font-size: 14px;
	padding: 10px 10px 10px 30px;
	border-radius: 0px;
	border: 0px solid #EAEAF3 !important;
}

.log_form_search_icon {
	position: absolute;
	left: 10px;
	top: 16px;
}

.pl_65 {
	padding-left: 65px;
}

.log_media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	padding: 10px 10px;
	cursor: pointer;
	transition: .6s all ease-out;
}

.log_media:hover,
.log_media:focus {
	background-color: #F2F3F8;
}

.log_media_body {
	-ms-flex: 1;
	flex: 1;
}

.ml_12 {
	margin-left: 12px;
}

.log_avatar {
	width: 40px;
	height: 40px;
	position: relative;
}

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

.log_online::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	background-color: #42CB6B;
}

.log_media_body h6 {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 2px;
}

.log_media_body span {
	letter-spacing: 0.28px;
	color: #444E61;
	font-size: 12px;
	line-height: 15px;
}

.log_media_status {
	align-items: center;
	align-self: center;
	cursor: pointer;
}

.log_media_status .log_time {
	letter-spacing: 0.24px;
	color: #738499;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 2px;
}

.log_time_class {
	background-color: #FE5B63;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
	line-height: 20px;
}

.log_sidebar_body {
	position: absolute;
	top: 70px;
	bottom: 0px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

.doc_profile {
	letter-spacing: 0.24px;
	color: #738499;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 15px;
}

.doc_profile_status {
	letter-spacing: 0.28px;
	color: #42CB6B;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 15px;
}

.log_body_avatar {
	width: 48px;
	height: 48px;
}

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

.log_body_media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: transparent;
	transition: .6s all ease-out;
}

.log_content_body_header {
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	padding: 10px 15px;
}

.log_media_body_inner h6 {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 14px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 2px;
}

.log_media_body_inner {
	-ms-flex: 1;
	flex: 1;
}

.log_content_footer {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #F2F3F8;
	height: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.L_con_footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.L_send_btn,
.L_send_btn:hover,
.L_send_btn:focus {
	background-color: #FE5B63;
	padding: 8px 16px;
	letter-spacing: 0.32px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	display: inherit;
}

.L_send_btn svg {
	margin-left: 8px;
	margin-top: 2px;
}

.log_footer_form_control {
	font-size: inherit;
	border: 0;
	box-shadow: none !important;
	background-color: transparent;
	letter-spacing: 0.28px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
}

.log_content_inner_body {
	position: absolute;
	top: 70px;
	bottom: 60px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

.log_content_group {
	padding: 25px;
}

.L_Plus_btn,
.L_Plus_btn:hover,
.L_Plus_btn:focus {
	color: #738499;
	padding: 0;
	border: 0;
	box-shadow: none;
	outline: none
}

.L_Plus_btn svg {
	width: 25px;
	height: 25px;
}

.L_Link_btn,
.L_Link_btn:hover,
.L_Link_btn:focus {
	color: #738499;
	padding: 0;
	border: 0;
	box-shadow: none;
	outline: none;
}

.L_Link_btn svg {
	width: 25px;
	height: 23px;
}

.L_con_footer .btn+.btn {
	margin-left: 20px;
}

.chat_sidebar_right_header {
	padding: 10px;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.log_name_icon {
	width: 48px;
	height: 48px;
	background-color: #EBEEF3;
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.chat_sidebar_right_body {
	position: absolute;
	top: 70px;
	bottom: 0px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	overflow-y: scroll
}

.chat_sidebar_right_inner {
	padding: 20px;
}

.log_doc_details_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEAF3;
}

.log_doc_details_list li {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.provision_heading {
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.provision_text {
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.provision_dia {
	border-bottom: 1px solid #EAEAF3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.provision_text_pdf {
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
}

.provision_text_pdf img {
	margin-right: 10px;
}

.provision_precs {
	margin-bottom: 20px;
}

.provision_text_pdf {
	padding: 15px;
	background-color: #EEEEEE;
	border-radius: 8px;
}

.provision_media {
	margin-bottom: 30px;
}

.log_media_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	list-style: none;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEAF3;
}

.log_media_list li {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}

.log_media_img {
	width: 100%;
	height: 80px;
}

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

.coline_jost_heading {
	letter-spacing: 0px;
	color: #1B304A;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 100px;
}

.log_breadcrumb_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
}

.log_patient_select,
.log_patient_select:focus {
	border: 0;
	box-shadow: none;
	outline: none;
	letter-spacing: 0px;
	color: #738499;
	font-size: 14px;
	background-color: transparent;
	width: 120px;
}

.log_breadcrumb_right {
	background-color: #fff;
	padding: 15px;
}


/* chat */

.message-chat {
	width: 100%;
	overflow: hidden;
}

.message {
	position: relative;
	width: 100%;
}

.message br {
	clear: both;
}

.message .message-body {
	position: relative;
	width: auto;
	max-width: calc(100% - 40%);
	float: left;
	background-color: #F2F3F8;
	/* border-radius: 4px; */
	border: 1px solid #F2F3F8;
	margin: 0 5px 10px 15px;
	color: #1B304A;
}

.message:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 2px;
	float: left;
	z-index: 100;
	border-top: 2px solid transparent;
	border-left: none;
	border-bottom: 10px solid transparent;
	border-right: 13px solid #fff;
}

.message:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 2px;
	float: left;
	z-index: 99;
	border-top: 3px solid transparent;
	border-left: none;
	border-bottom: 11px solid transparent;
	border-right: 13px solid #dbe3e8;
}

.message .medium-image {
	float: left;
	margin-left: 10px;
}

.message .message-info {
	width: 100%;
}

.message .message-info>h5 {
	color: #738499;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.24px;
	float: right;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.message .message-info>h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 10px 10px 10px 10px;
	color: #1B304A;
	float: left;
}

.message hr {
	margin: 4px 2%;
	width: 96%;
	opacity: 0.75;
}

.message .message-text {
	text-align: left;
	padding: 10px 30px 0px 10px;
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 23px;
}

.message.my-message .message-body {
	float: right;
	margin: 0 15px 10px 5px;
}

.message.my-message:after {
	content: "";
	position: absolute;
	top: 0px;
	left: auto;
	right: 2px;
	float: left;
	z-index: 100;
	border-top: 2px solid transparent;
	border-left: 13px solid #F2F3F8;
	border-bottom: 10px solid transparent;
	border-right: none;
}

.message.my-message:before {
	content: "";
	position: absolute;
	top: 0px;
	left: auto;
	right: 2px;
	float: left;
	z-index: 99;
	border-top: 0px solid transparent;
	border-left: 13px solid #dbe3e8;
	border-bottom: 11px solid transparent;
	border-right: none;
}

.message.my-message .medium-image {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}

.message.my-message .message-info>h5 {
	/* float: left; */
	padding-left: 10px;
	padding-right: 10px;
}

.message.my-message .message-info>h4 {
	float: right;
}

.message.info .message-body {
	background-color: #F7F7F6;
	border: 1px solid #F7F7F6;
	color: #1B304A;
}

.message.info:after,
.message.info:before {
	border-right: 13px solid #F7F7F6;
}

.message.success .message-body {
	background-color: #0ec8a2;
	border: 1px solid #0ec8a2;
	color: #1B304A;
}

.message.success:after,
.message.success:before {
	border-right: 13px solid #0ec8a2;
}

.message.warning .message-body {
	background-color: #ff9e2a;
	border: 1px solid #ff9e2a;
	color: #fff;
}

.message.warning:after,
.message.warning:before {
	border-right: 13px solid #ff9e2a;
}

.message.danger .message-body {
	background-color: #f95858;
	border: 1px solid #f95858;
	color: #fff;
}

.message.danger:after,
.message.danger:before {
	border-right: 13px solid #f95858;
}

.message.dark .message-body {
	background-color: #314557;
	border: 1px solid #314557;
	color: #fff;
}

.message.dark:after,
.message.dark:before {
	border-right: 13px solid #314557;
}

.log_content_on_call {
	left: 0;
}

.doc_on_call {
	background-color: #42CB6B;
	border-radius: 0px;
}


/* chat  */

.coline_jost_heading_on_call {
	letter-spacing: 0.84px;
	color: #738499;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	padding: 14px 30px;
	line-height: 14px;
}

.log_on_call_breadcrumb_right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.log_on_call_breadcrumb_right .coline_jost_heading_on_call+.on_call_details_patients {
	margin-left: 15px;
}

.on_call_details_patients {
	background-color: #fff;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.on_call_details_patients p+p {
	margin-left: 50px;
}

.log_details_heading {
	letter-spacing: 0.84px;
	color: #738499;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}

.log_details_heading span {
	color: #1B304A;
}

.pay_edit_number,
.pay_edit_number:hover,
.pay_edit_number:focus {
	padding: 0;
	border: 0;
	outline: none;
	box-shadow: none;
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
	margin-bottom: 30px;
}

.amount_number_edit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pay_link_text {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.pay_link_text span {
	font-weight: 500;
	color: #1B304A;
}

#payment_request_sent .modal-dialog,
#Consult_payment_successful .modal-dialog {
	max-width: 703px;
}

#payment_request_sent .Consultation_modal_header,
#Consult_payment_successful .Consultation_modal_header {
	background-color: #FAFAFA;
	padding: 40px 40px;
	border-bottom: 2px solid #EAEAF3;
}

#Consult_payment_successful .Consultation_modal_header {
	background-color: #42CB6B;
	padding: 30px 40px;
	border-bottom: 2px solid #42CB6B;
	justify-content: center;
}

#Consult_payment_successful .Consultation_modal_header .modal-title {
	letter-spacing: 0.48px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
}

#payment_request_sent .modal-body,
#Consult_payment_successful .modal-body {
	padding: 0;
}

#Consult_payment_successful .modal-body .Consultation_modal_body {
	padding: 30px 40px;
	background-color: #FAFAFA;
}

#payment_request_sent .modal-body .Consultation_modal_body {
	padding: 30px 40px;
	background-color: #FAFAFA;
}

.Payment_Request_Sent {
	letter-spacing: 0.48px;
	color: #42CB6B;
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	padding-bottom: 30px;
	border-bottom: 1px solid #EAEAF3;
	text-align: center;
	margin-bottom: 30px;
}

.to_number {
	margin-bottom: 56px;
	letter-spacing: 0.4px;
	color: #1B304A;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
}

.The_online_payment {
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 2px;
	text-align: center;
}

.The_online_payment span {
	font-weight: 600;
}

.did_not_class {
	letter-spacing: 0.3px;
	color: #738499;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

.recipt_one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAF3;
	padding-top: 20px;
}

.recipt_one .recipt_date {
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.recipt_one .recipt_date_name {
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.rupees_in_word {
	border: 1px solid #EAEAF3;
	padding: 12px;
	text-align: center;
	letter-spacing: 0.28px;
	color: #1B304A;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
}

.request_canvas {
	position: fixed;
	bottom: -2px;
	right: 0;
	width: 320px;
	z-index: 1040;
}

.request_media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.request_name_icon {
	width: 36px;
	height: 36px;
	position: relative;
	margin-right: 12px;
}

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

.request_active::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	background-color: #42CB6B;
}

.request_doc_name_d {
	letter-spacing: 0.36px;
	color: #1B304A;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 0;
}

.request_accordion_button,
.request_accordion_button:hover,
.request_accordion_button:focus {
	padding: 20px 25px;
	border-bottom: 1px solid #EAEAF3;
	background-color: #fff;
	box-shadow: none;
	outline: none;
	border-radius: 0;
}

.request_accordion_item {
	border: 1px solid #EAEAF3;
}

.request_message_media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: center;
	background-color: #fff;
	padding: 15px 25px;
	cursor: pointer;
	transition: .6s all ease-out;
	border: 1px solid #EAEAF3;
	border-left: 0px;
}

.request_message_media+.request_message_media {
	margin-top: -2px;
}

.request_message_media:first-child {
	border-top: 0px;
}

.request_message_avatar {
	width: 36px;
	height: 36px;
	position: relative;
}

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

.request_message_media_body h6 {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 2px;
}

.request_message_media_body span {
	letter-spacing: 0.26px;
	color: #FE5B63;
	font-size: 13px;
	line-height: 13px;
}

.request_message_media_status {
	align-items: center;
	align-self: center;
}

.request_message_media_status .request_message_time {
	letter-spacing: 0.24px;
	color: #738499;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
}

.request_message_media_body {
	-ms-flex: 1;
	flex: 1;
}

.request_accordion_body {
	padding: 0px;
}

#New_request_message_modal .modal-dialog,
#Not_suitable_consultation .modal-dialog {
	max-width: 960px;
}

#New_request_message_modal .modal-content,
#Not_suitable_consultation .modal-content {
	background-color: #fff;
	box-shadow: -3px -3px 10px #0000000F;
	border-radius: 0px;
	border: 1px solid #EAEAF3;
}

#Not_suitable_consultation .modal-header h6 {
	letter-spacing: 0.48px;
	color: #1B304A;
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
}

#New_request_message_modal .modal-footer,
#New_request_message_modal .modal-footer>* {
	margin: 0;
	padding: 0;
	justify-content: center;
	background-color: #FAFAFA;
}

#New_request_message_modal .modal-footer .btn {
	padding: 18px 40px;
	color: #FE5B63;
}

#New_request_message_modal .modal-footer .btn+.btn {
	border-left: 1px solid #EAEAF3;
}

#New_request_message_modal .modal-footer .Postpone_todoc_btn {
	padding: 18px 40px;
	color: #42CB6B;
}

#New_request_message_modal .modal-footer .chat_Accept_todoc_btn {
	color: #42CB6B;
}

.Today_at_text {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.request_message_modal_avatar {
	width: 48px;
	height: 48px;
	position: relative;
}

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

#New_request_message_modal .modal-header {
	padding: 20px 30px;
	border-bottom: 0px solid #EAEAF3;
}

#New_request_message_modal .modal_header_two {
	padding: 0px 30px 15px 30px;
	border-bottom: 1px solid #EAEAF3;
}

#New_request_message_modal .modal-footer .btn:first-child {
	text-align: left;
}

#New_request_message_modal .modal-body {
	padding: 20px 30px;
}

#Not_suitable_consultation .modal-body {
	padding: 20px 30px;
}

#Not_suitable_consultation .modal-header {
	padding: 20px 30px;
	border-bottom: 1px solid #EAEAF3;
}

#Not_suitable_consultation .modal-footer {
	justify-content: center;
	padding: 20px 30px;
	border-bottom: 0px solid #EAEAF3;
}

.c_details {
	margin-bottom: 20px;
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
}

.c_details_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	list-style: none;
	padding: 0px 0;
	margin-bottom: 30px;
}

.c_details_list li {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.other_relevant_div {
	margin-bottom: 35px;
}

.other_relevant_text {
	margin-bottom: 7px;
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
}

.other_relevant_cont {
	margin-bottom: 0px;
	letter-spacing: 0.36px;
	color: #444E61;
	font-size: 18px;
	line-height: 27px;
}

.report_doc_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	list-style: none;
	padding: 0px 0;
	margin-bottom: 40px;
}

.report_doc_list li {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.doc_Report_Details {
	border: 1px solid #EAEAF3;
}

.One_page_pdf {
	letter-spacing: 0.24px;
	color: #738499;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	padding: 10px;
}

.details_media_doc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px;
	background-color: #FAFAFA;
}

.chat_Accept_toview_btn,
.chat_Accept_toview_btn:hover,
.chat_Accept_toview_btn:focus {
	padding: 0;
	outline: none;
	border: 0;
	box-shadow: none;
	letter-spacing: 0.28px;
	color: #FE5B63;
	font-size: 14px;
}

.detaisl_media_inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.Blood_Report_text {
	letter-spacing: 0.28px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 0;
}

.Skip_Reasoning_btn,
.Skip_Reasoning_btn:hover,
.Skip_Reasoning_btn:focus {
	border: 1px solid #FE5B63;
	padding: 15px 30px;
	letter-spacing: 0.32px;
	color: #FE5B63;
	font-size: 16px;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}

.send_Reasoning_btn,
.send_Reasoning_btn:hover,
.send_Reasoning_btn:focus {
	border: 1px solid #FE5B63;
	padding: 15px 60px;
	letter-spacing: 0.32px;
	color: #fff;
	background-color: #FE5B63;
	font-size: 16px;
	box-shadow: none;
	outline: none;
	border-radius: 0;
}

.registration_number {
	letter-spacing: 0.24px;
	color: #738499;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
}

.today_at_time {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.not_suitable_Media {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.Upload_Profile_heading {
	margin-bottom: 30px;
	letter-spacing: 0.32px;
	color: #023E87;
	font-size: 16px;
	line-height: 24px;
}

.profile_photo_section {
	margin-bottom: 15px;
	width: 230px;
	height: 225px;
	border: 2px dashed #C9CACD;
	border-radius: 10px;
	background-color: #FBFCFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	overflow: hidden;
}

.profile_photo_section img {
	width: 100%;
	height: 100%;
}

.select_file .input-file {
	display: none;
}

.select_file .input-file-trigger {
	letter-spacing: 0.36px;
	color: #FE5B63;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 40px;
	cursor: pointer;
}

#Add_Prescription_Details .modal-dialog {
	max-width: 1200px;
	background-color: #FAFAFA;
}

.heading_one {
	letter-spacing: 0.46px;
	color: #023E87;
	font-size: 23px;
	line-height: 34px;
	margin-bottom: 12px;
}

.sub_heading_one_modal {
	letter-spacing: 0.32px;
	color: #1B304A;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
}

.m_right_sub_heading {
	letter-spacing: 0.28px;
	color: #1B304A;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}

.Prescription_modal_header {
	background-color: #FAFAFA;
	padding: 30px 40px;
	align-items: flex-start;
}

.pres_details_footer {
	justify-content: center;
	background-color: #FAFAFA;
	padding: 30px;
	border-color: #FAFAFA;
}

.pre_modal_btn,
.pre_modal_btn:hover,
.pre_modal_btn:focus {
	border: 1px solid #FE5B63;
	padding: 15px 70px;
	background-color: #FAFAFA;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.32px;
	color: #FE5B63;
	border-radius: 0;
}

.pres_details_footer .btn+.btn {
	margin-left: 8px;
}

#Add_Prescription_Details .modal-body {
	padding: 0;
}

.prestable_section {
	padding: 40px 40px;
	border-bottom: 1px solid #C9CACD;
}

.pres_modal_table thead tr th {
	background-color: #fff;
	border-bottom: 0;
}

.req_rec_table>thead>tr>th {
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px;
	border-bottom: 0px;
}

.req_rec_table>tbody>tr>td {
	padding: 10px 20px;
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}

.pres_modal_label_form {
	letter-spacing: 1.68px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

.pres_modal_control {
	padding: 15px;
	letter-spacing: 0.28px;
	color: #444E61;
	font-size: 14px;
	line-height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C9CACD;
}

.pres_modal_body_inner {
	padding: 40px 20px 40px 40px;
	background-color: #FAFAFA;
	overflow-x: hidden;
}

.pres_modal_form_group+.pres_modal_form_group {
	margin-top: 25px;
}

.strength_heading {
	margin-bottom: 24px;
	letter-spacing: 1.68px;
	color: #1B304A;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.strength_sub_heading {
	margin-bottom: 30px;
	letter-spacing: 0.28px;
	color: #E2574C;
	font-size: 14px;
	line-height: 23px;
}

.row_pad {
	margin-right: -4px;
	margin-left: -4px;
}

.row_pad>* {
	padding-left: 4px;
	padding-right: 4px;
}

.type_pres_control {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.row_pad_pres {
	margin-right: -24px;
	margin-left: -24px;
}

.row_pad_pres>* {
	padding-left: 24px;
	padding-right: 24px;
}

.border_right_pres {
	border-right: 1px solid #C9CACD;
}

.note_heading_pres {
	letter-spacing: 0.28px;
	color: #738499;
	font-size: 14px;
	line-height: 20px;
	margin: 10px;
	border-bottom: 1px solid #C9CACD;
	padding-bottom: 23px;
	margin-top: 60px;
}

.note_heading_pres span {
	display: block;
	margin-bottom: 9px;
	font-weight: 600;
}

.pres_note_con {
	letter-spacing: 0.24px;
	color: #738499;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	padding-left: 10px;
}

.Add_Presciption_modal_btn,
.Add_Presciption_modal_btn:hover,
.Add_Presciption_modal_btn:focus {
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
	color: #fff;
}

.feedback_submit_btn,
.feedback_submit_btn:hover,
.feedback_submit_btn:focus {
	background-color: #FE5B63;
	padding: 12px 40px;
	letter-spacing: 0.4px;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #FE5B63;
	transition: .6s all ease-out;
	text-align: center;
	outline: none;
	box-shadow: none;
}

.search_mobile_text {
	letter-spacing: 0.32px;
	color: #738499;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	display: none;
}

.are_you_mbbs {
	text-align: center
}

.are_you_mbbs_heading {
	text-align: center;
}

.heading-format {
	position: relative;
	right: 20px;
}

#toJoinCall {
	padding: 12px 30px;
}

.closeButton {
	padding: 12px 30px;
	background-color: #FE5B63;
	border: 1px solid #FE5B63;
}

.show_verified {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #023E87;
	opacity: 1;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	flex-direction: row;
}

.show_verified span {
	color: #FE5B63;
}

.show_verified .icon {
	color: #738499;
	cursor: pointer;
	padding-left: 5px;
}

.show_verified .tool_tip {
	letter-spacing: 0.24px;
	color: #757575 !important;
	font-size: 11px;
	line-height: 18px;
	padding: 10px;
	background-color: white;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	right: -15px;
	border: 1px solid black;
	font-style: italic;
}

.show_verified:hover .tool_tip {
	visibility: visible;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
	opacity: 1;
	z-index: 1;
}

.awards {
	position: relative;
	float: right;
	text-align: left;
	left: 20px;
	bottom: 10px;
}

@media (min-width: 360px) and (max-width : 575) {
	.description {
		width: 150px !important
	}
}

.awardsWithoutDesc {
	position: relative;
	float: right;
	text-align: left;
	left: 20px;
}

#New_request_message_modal {
	overflow-y: auto !important;
	padding-left: 0 !important;
}

.saved-patient-list {
	flex: 0 0 33.33% !important;
	max-width: none !important;
	padding-right: 9px;
	padding-left: 9px;
	margin-bottom: 0px;
}

.doctor_tab {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #023E87;
	opacity: 1;
	margin-bottom: 10px;
	position: relative;
}

.doctor_tab span {
	color: #FE5B63;
}

.doctor_tab .fa {
	color: #738499;
	cursor: pointer;
	padding-left: 5px;
}

.doctor_tab .tool_tip {
	letter-spacing: 0.24px;
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 18px;
	background-color: #FE5B63;
	padding: 10px;
	border-radius: 4px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	width: auto;
	text-align: center;
	position: absolute;
	bottom: 120%;
	left: 25%;
	margin-left: -25%;
}

.doctor_tab:hover .tool_tip {
	visibility: visible;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
	opacity: 1;
	z-index: 1;
}

.doctor_tab .tool_tip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #FE5B63 transparent transparent transparent;
}

.doctor-panel .nav-item {
	width: 50%;
	text-align: center;
}

.pf_fees_form {
	letter-spacing: 0.32px;
	color: blue;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.resendLink {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #FE5B63;
	text-decoration: underline;
	padding-top: 5px;
	cursor: pointer;
}

.resendLink:hover,
.resendLink:focus {
	color: #FE5B63;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
}

.qualification_buttons {
	display: flex;
	float: right;
}

a:hover,
a:focus {
	color: #f96332;
}

p {
	line-height: 1.61em;
	font-size: 1.2em;
}


.nav-item .nav-link,
.nav-tabs .nav-link {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}


.nav-tabs {
	padding: 15px 0.7rem;
	border-bottom: 1px solid #FE5B63;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
	box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.nav-tabs>.nav-item>.nav-link {
	color: black;
	margin: 0;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 14px;
	padding: 11px 23px;
	line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
	background-color: #EAEAF3;
}

.nav-tabs>.nav-item>.nav-link.active {
	background-color: #FE5B63;
	border-radius: 30px;
	color: #FFFFFF;
}


.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
	color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
}

.nav-tabs>li+li {
	margin-left: 20px;
}

.recived_request_tab_section {
	background-color: white;
}

.justify-content-center {
	justify-content: space-evenly !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.ng-select .ng-select-container {
	background: none !important;
	border: none !important;
	padding: 0px !important;
	min-height: 0px !important;
	color: #738499 !important
}

.ng-select.ng-select-single .ng-select-container {
	height: initial !important;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
	top: 0 !important;
	left: 0 !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
	border-color: none !important;
	box-shadow: none !important;
}

.ng-arrow-wrapper {
	display: none !important;
}

.ng-clear-wrapper {
	display: none !important;
}

.ng-select .ng-select-container:hover {
	box-shadow: none !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
	white-space: normal !important;
}

.ng-select-opened {
	box-shadow: none;
	border-color: #023E87;
	outline: none;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
	background-color: #3b71ca !important;
	color: white !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
	background-color: #3b71ca !important;
	color: white !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
	font-weight: normal !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items {
	max-height: 200px !important;
}

.centeredPres {
	bottom: 90px;
	font-size: 10px;
	transform: translate(-4%, 10%);
	color: blue;
	position: relative;
}

.notePres {
	color: red;
	font-size: 12px;
}

@media print {
	.non-printable {
		display: none;
	}
}

.doc_spe {
	margin-bottom: 20px !important;
}

.patient-info {
	flex: 0 0 14.28% !important;
}

.doctor_id {
	color: #444e61 !important;
	font-size: 12px !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}

.doctor_name {
	font-size: 16px !important;
}

.company_logo {
	background-color: #FAFAFA;
}

.company_logo img {
	width: 30% !important;
}

.modal_header_left {
	text-align: left;
}

.modal_header_right {
	text-align: end;
}

.info_text {
	text-align: center;
	color: #FE5B63;
	font-size: 13px;
}

.tooltipNew {
	position: relative;
	display: inline-block;
}

.tooltipNew .tooltiptext {
	visibility: hidden;
	letter-spacing: 0.24px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	background-color: #FE5B63;
	padding: 10px;
	border-radius: 4px;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s;
	width: auto;
	text-align: center;
	position: absolute;
	top: 120%;
	left: 50%;
	margin-left: -50%;
}

.tooltipNew .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #FE5B63 transparent;
}

.tooltipNew:hover .tooltiptext {
	visibility: visible;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
	opacity: 1;
	z-index: 1;
}

.tooltipRight {
	position: relative;
	display: inline-block;
}

.tooltipRight .tooltiptextRight {
	visibility: hidden;
	width: 300px;
	background-color: #FE5B63;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	left: 150%;
	letter-spacing: 0.24px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	bottom: -30px;
}

.tooltipRight .tooltiptextRight::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #FE5B63 transparent transparent;
}

.tooltipRight:hover .tooltiptextRight {
	visibility: visible;
}

.addBackgroundColor {
	background-color: #b0e9b0 !important;
}

.custom-modal-height .modal-dialog {
	max-width: 80%;
	/* You can adjust the width if needed */
	height: 80vh;
	/* Set the desired height */
	margin: auto;
}

.custom-modal-height .modal-content {
	height: 90vh;
}


.tooltipTop {
	position: relative;
	display: inline-block;
}

.tooltipTop .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #FE5B63;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.tooltipTop .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #FE5B63 transparent transparent transparent;
}

.tooltipTop:hover .tooltiptext {
	visibility: visible;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
	opacity: 1;
	z-index: 1;
}