@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

* {
	padding:0;
	margin:0;
}
.bootstrap-select .dropdown-toggle:focus, * {outline:none}
body {
	font-family: 'Rubik', sans-serif ;
	font-weight:400;
	color:#1a1a1a;
	font-size:16px;padding-top:59px;
	background: #fff url(../images/45-degree-fabric-light.png) repeat top left;
}

h1, h2, h3, .h1, .h2, .h3, h4, h4, h5, .h5, .h6, .h6, .display-1 {
	font-weight:700;
}
h1, .h1 { font-size:40px; }
h2, .h2 { font-size:36px; }
h3, .h3 { font-size:32px; }
h4, .h4 { font-size:28px; }
h5, .h5 { font-size:24px; }
h6, .h6 { font-size:20px; }
.text-normal {
	font-weight: 400;
}
.container {
	max-width: 1200px !important;
}
p {
	/* font-weight: 300; */
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}
.bg-light {
	background-color:#e8f2ff;
}
.bg-danger {
	background-color:#f20002;
}
.bg-light-success {
	background-color:#e4ffe3;
}
.bg-warning {
	background-color:#ffba00 ;
}
.bg-info {
	background-color:#00b3ef ;
}
.border-danger {
	border-color:#f20002 ;
}
.btn {
	color:#fff;
	box-shadow:none;
	font-weight: 500 ;
	padding:0 20px ;
	font-size: 14px;
	margin:0;
	border-radius:4px;
	border:none;
    cursor: pointer;
	line-height: 40px;
	text-transform: capitalize ;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn:focus, .btn:hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{border:none;box-shadow:none !important;}

.btn-secondary  {
	background-color:#666 ;
	border-color:#666 ;
}
.btn-outline-primary {
	border:1px solid #0148a4 ;
	color:#0148a4 ;
}
.btn i{margin-right:3px;}
.text-primary {
	color:#0148a4 ;
}
img{
	display:block;
	max-width:100%;
	height:auto;
}
a, a:hover {
	text-decoration:none !important;
}
i.fa-google {
	color:#ea4335;
}
i.fa-paypal {
	color:#253b80;
}
.custom-control-label::before, .custom-control-label::after {
	width:18px;
	height:18px;
}
.custom-control-label::after {
	top: -2px;
	background: no-repeat 55%/55% 55%;
}
.custom-control-label::before {
    top:-2px;
}
.form-control:focus {
	box-shadow:none;
	outline:none;
	border-color:#ccc;;
}
a {
	color:#0148a4 ;
}
a:hover {
	color:#0250b5 ;
}
.btn,.btn:hover,.btn:focus,.btn:active,.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle{border:none;box-shadow:none;}
.btn-primary {
	background-color: #3b79c9 ;
	border-color: #3b79c9 ;
	opacity:1 ;
}
.btn-danger {
	background-color: #f20002 ;
	border-color: #f20002 ;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color:#044eae ;
	border-color:#044eae ;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color:#044eae;
	border-color:#044eae;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
	background-color:#ea080a;
	border-color:#ea080a;
}
section{padding:40px 0;}
section section{padding:0;}
.card{margin:0;}
.custom-control-input:checked~.custom-control-label::before {
	border-color: #3b79c9;
    background-color: #3b79c9;
}
.divbefore:before, .divafter:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.img-center {
	text-align:center;
}
.img-center img {
	display:inline-block;
	max-width:100%;
}
.font-bold {
	font-weight:600;
}
/* animation css */
.form-outer-wrapper {
	background:url(../images/form_bg.jpg) no-repeat top center / cover;
	position:fixed;
	height:100%;
	width:100%;
	overflow:auto;
}

.account-head img {
	max-width:150px;
	display:inline-block;
	margin-bottom:30px;
}
.card {
	background:rgba(255, 255, 255, 0.7);
}
.outer-card {
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	box-shadow:0px 5px 5px  rgba(69, 133, 217, 0.2) !important;
}
.card2 {
    margin: 0px 40px
}
.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}
.image-login-block {
	position:relative;
}

.image {
    width: auto;
    height: 280px;
	max-width:100%;
	position:relative;
	z-index:1;
}
.border-line {
    border-right: 1px solid #EEEEEE
}
.text-sm, .form-group label {
    font-size: 15px !important;
    font-weight: 500;
    margin-bottom: 5px !important;line-height: 1;
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    /* font-weight: 300 */
}

:-ms-input-placeholder {
    color: #BDBDBD;
    /* font-weight: 300 */
}

::-ms-input-placeholder {
    color: #BDBDBD;
    /* font-weight: 300 */
}
.form-group{margin-bottom:.6rem;}
input, textarea, .form-control, select {
    padding: 10px 12px 10px 12px ;
    border: 1px solid #dee2e6 ;
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    /* letter-spacing: 1px; */
	height:41px ;
	border-radius:0 ;
}
select {
    padding: 0 12px !important;
}
input[type="radio"], input[type="checkbox"] {
	height:auto !important;
}
textarea, textarea.form-control {
	height:auto !important;
}
input[type="date"].form-control {
	padding-right:0;
}
input:focus,
textarea:focus, .form-control:focus, select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #3b79c9;
    outline-width: 0
}
.dont-have-ac, .dont-have-ac a {
	font-size:16px;
}
.dont-have-ac a {
	color:#f20002 !important;
}


@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
.account-inner-box {
	padding:10px 30px 30px 30px;
}
.account-inner-box .account-head {
	margin-bottom:30px;
	position:relative;
}
.account-inner-box .account-head h4 {
	color:#3b79c9;
	display:inline-block;
	font-size:22px;
}
.account-inner-box .account-head:before {
	content:'';
	position:absolute;
	width:20%;
	height:4px;
	bottom:-4px;
	background-color:#3b79c9;
	left:50%;
	margin-left:-10%;
}
.form-register-outer .outer-card{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.form-register-outer .nav-pills .nav-link {
	padding:20px 15px;
	background-color:#f5f5f5;
	color:#3b79c9;
	border-radius:0;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.form-register-outer .nav-pills .nav-link.active {
	background-color:#3b79c9;
	color:#fff;
}
.form-register-outer .nav-pills .nav-item:last-child .nav-link{
	border-left:none;
	border-color:#f5f5f5;
}
.form-register-outer .nav-pills .nav-item:first-child .nav-link{
	border-color:#f5f5f5;
	border-right:none;
}
h6.verification-txt-block {
	line-height:28px; 
	padding:0px 30px 15px 30px;
	font-weight:400;
	font-size:18px;
}
.otp-center {
	text-align:center;
	margin-bottom:5px;
}
.otp-center .form-control {
	width:15%;
	display:inline-block;
	text-align:center;
	margin:0 3px;
}
.resend-otp-txt {
	margin-bottom:20px;
	font-size:15px;
	font-weight:400;
}
.health-header {
	background:#fff;  
}

.health-header .navbar  {
	box-shadow:none;
	padding-left:0;
	padding-right:0;
}
.search-group {
	position:relative;
	width:250px;
}
.search-group .form-control {
	border:none;
	border-radius:0;
	padding-right:45px !important;
}
.search-group .search-btn {
	position:absolute;
	height: 41px;
    width: 41px;
    background: #f00;
    border: none;
    top: 2px;
    right: 0;
	color:#fff;
}
.search-group .form-group, .search-group input {
	margin-bottom:0px !important;
}
.navbar-brand {
	padding:0;
}
.navbar-brand img {
	max-height:40px;
}
.menu-block{position:fixed;left:0;top:0;width:100%;z-index:100;/*border-bottom:1px solid #eee;*/box-shadow:0 0 15px rgb(0 0 0 / 5%);background:#fff;padding:5px 0;}
.menu-block .navbar {
	padding-top:5px;
	padding-bottom:5px;
}
.btn-sm {
	font-size:14px !important;
	text-transform:none !important;
}
.btn-sm i {
	font-size:14px !important;
}
.health-header .navbar .nav-item {
	color:#fff;
	padding:0 10px;
}
.health-header .navbar .nav-item a {
	color:#fff;
	font-weight:400;
}
.health-header .navbar .navbar-right li {
	position:relative;
}
.top-bar {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background-color:#4585d9;
	padding:10px 0;
	color:#fff;
}
.tp-address-tm-block span {
	margin-right:10px;
}
.top-bar a {
	color:#fff;
	margin-left:15px;
	font-size:16px;
}
.notification .dropdown-toggle{position:relative;}
.probtn{float:right;}
.nt-num {
	font-family: 'Open Sans', sans-serif;
	background:#f00;
	position:absolute;
	right:-5px;
	top:-8px;
	color:#f00;
	width:16px;
	height:16px;
	border-radius:15px;
	font-size:10px;
	line-height:16px;
	color:#fff;
	text-align:center;
	font-weight:400;
}
#navbarText .dropdown-toggle::after {
	display:none;
}
/* .menu-block {
	background-color:#fbfbfb;
} */
.menu-block .navbar-right a {
	line-height:30px;
	margin-left:22px;
}
.menu-block .navbar-right .dropdown-menu a {
	margin:0;
	padding:0;
} 
.user-profile-dropdown {
	position:relative;
	margin-top:0;
}
.menu-block .dropdown-menu.notify-drop {
	width: 300px;
	background-color: #fff;
	max-height: 360px;
	position: absolute;
	right: 0;
	left:inherit;
}
.menu-block .dropdown-menu.notify-drop .notify-drop-title {
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 15px 10px 15px;
}
.menu-block .dropdown-menu.notify-drop .drop-content {
	max-height: 280px;
	overflow-y: scroll;
}
.menu-block .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.menu-block .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}
.menu-block .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 10px 5px 10px;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
	background-color: #fafafa;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li:after {
	content: "";
	clear: both;
	display: block;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li:hover {
	background-color: #fcfcfc;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li:last-child {
	border-bottom: none;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li .notify-img {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0px 0px 8px 0px;
}
.menu-block .dropdown-menu.notify-drop .allRead {
	margin-right: 7px;
}
.menu-block .dropdown-menu.notify-drop .rIcon {
	float: right;
	color: #999;
}
.menu-block .dropdown-menu.notify-drop .rIcon:hover {
	color: #333;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li a {
	font-size: 12px;
	font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li hr {
	margin: 5px 0;
	width: 70%;
	border-color: #e2e2e2;
}
.menu-block .dropdown-menu.notify-drop .drop-content .pd-l0 {
	padding-left: 0;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li p {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin: 3px 0;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li p.time {
	font-size: 10px;
	font-weight: 600;
	top: -6px;
	margin: 8px 0px 0px 0px;
	padding: 0px 3px;
	border: 1px solid #e2e2e2;
	position: relative;
	background-image: linear-gradient(#fff,#f2f2f2);
	display: inline-block;
	border-radius: 2px;
	color: #B97745;
}
.menu-block .dropdown-menu.notify-drop .drop-content > li p.time:hover {
	background-image: linear-gradient(#fff,#fff);
}
.menu-block .dropdown-menu.notify-drop .notify-drop-footer {
	border-top: 1px solid #e2e2e2;
	bottom: 0;
	position: relative;
	padding: 0 15px;
}
.menu-block .dropdown-menu.notify-drop .notify-drop-footer a {
	color: #777;
	text-decoration: none;
	font-size:13px;
}
.menu-block .dropdown-menu.notify-drop .notify-drop-footer a:hover {
	color: #333;
}

.noti-drop-content .media-body, .noti-drop-content h5 {
	font-size:13px;
	margin-bottom:5px;
	line-height:1.1;
}
.noti-drop-content h5 {
	font-weight:600;
}
.noti-drop-content {
	font-weight:400;
}
.notification-img {
	width:50px;
	height:50px;
	overflow:hidden;
}
.notification-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.user-profile-dropdown .dropdown a.dropdown-toggle {
	font-size:15px;
}
.user-profile-dropdown .dropdown-menu {
	background:#4585d9;
	border-radius:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:none;
	padding:0;
	margin:0px 0px 0px 0px;
	padding:10px;
	min-width:100px;
}
/*.user-profile-dropdown .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #4585d9;
    position: absolute;
    top: -10px;
    right: 18px;
    transform: rotate(90deg);
}*/
.user-profile-dropdown .dropdown-menu {
	left:inherit !important;
	transform:translate3d(0)!important;
	right:0;
}
.user-profile-dropdown .dropdown {
	font-size:18px;
	font-weight:500;
	color:#3b79c9;
}
.user-profile-dropdown .dropdown a.dropdown-toggle {
	color:#3b79c9;
}
.user-profile-dropdown .dropdown a {
	color:#0250b5;
	font-size:14px;
	font-weight:600;
	margin-left:15px;
	/* letter-spacing: 1px; */
}
.user-profile-dropdown .dropdown a:hover {
	text-decoration:none;
}
.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
	background-color:#3b79c9;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.user-profile-dropdown .dropdown a.dropdown-item {
	padding:3px 10px;
	font-size:14px;
}
.profile-block {
	height:220px;
	position:relative;overflow:hidden;
}
/* .profile-block:before {
	content:'';
	position:absolute;
    left:-5%;
    top: -5%;
    right: 0;
    bottom: 0;
width:110%;height:110%;
    
} */

.user-profile-image {
	position:relative;
	top:167px;
	height:240px;
	display:block;
	overflow:hidden;
}
.user-profile-image img {
	height:244px;
	object-fit:cover;
	width:100%;
}
.user-profile-image .edit-profile-l {
	position:absolute;
	top:5px;
	right:5px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	background-color:#fff;
	display:inline-block;
	border-bottom-left-radius:5px;
}
.about-storage {
	/* position:relative;
	top:150px; */
	/* margin-left:-15px; */
	/* z-index:66; */
    top: 25px;
    position: relative;
}
.about-storage h5 {
	color:#fff;
	font-size:20px;
	font-weight:600;
	margin-bottom:0;
}

.head-block h4 {
	display:inline-block;
	position:relative;
	text-transform:capitalize;
	font-weight:600;margin-bottom: 3px;
    font-size: 20px;
}
.head-block h4 span:before {
	content:'';
	position:absolute;
	width:100%;
	height:3px;
	display:inline-block;
	background-color:#f20002;
	left:0;
	bottom:-11px;
}
.head-block h4 span {
	/* color:#f20002; */
	position:relative;
}
.head-block h4 small a {
	text-transform:none !important;
	font-size:14px;
}
.sorttype-block div {
	display:inline-block;
}
.sorttype-block div select.form-control {
	font-size:14px;
	height:auto;
	padding:0 5px !important;
	margin-left:0px;
	height:27px !important;
	line-height:27px;
	margin-top:0;
	margin-bottom:0;
	appearance:none;
	-webkit-appearance:none;
	-moz-webkit-appearance:none;
	-ms-webkit-appearance:none;
}

.pay-btn{background:#222;line-height:40px;border:none;border-radius:4px;padding:0 30px;color:#fff}
.sorttype-block div .all-btn {
	padding: 0px 10px;
    background: #3b79c9;
    border-radius: 0;
    color: #fff !important;
    height: 27px;
    line-height: 25px;
    display: inline-block;
}
.sorttype-block div a.btn{height:27px;line-height:27px;}
.aside-navbar {
    margin-top: -105px;
	height:calc(100% + 105px);
    background:
		linear-gradient(-135deg, #3875c4 10%, transparent),
		repeating-linear-gradient(45deg, #3875c4 0%, #1d64c0 6%, transparent 6%, transparent 10%),
		repeating-linear-gradient(-45deg, #3875c4 0%, #1d64c0 6%, transparent 6%, transparent 10%);
    background-color: #3875c4;
    border: 1px solid #dee2e6;
    /* margin-top: 0; */
    padding-top: 20px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.aside-navbar:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color:#3e7cce;
    transform: rotate(-45deg);
    z-index: 0;
    top: -170px;
    left: 50%;
	margin-left:-150px;
    border-radius: 15px;
	border:4px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 35px rgb(18 24 134 / 80%);
}
/*.aside-navbar {
	height:calc(100% - 119px);
	background-color:#fff;
}*/
.aside-navbar ul.nav-tabs {
	margin:100px 0 0 0;
	padding:0;
	background-color:#fff;
	border-left:1px solid #dee2e6;
	border-right:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
}
.aside-navbar .nav-tabs .nav-item {
	width:100% !important;
	position:relative;
}
.aside-navbar .nav-tabs .nav-item i {
	width:15px;
	margin-right:10px;
	opacity:0.5;
}
.aside-navbar .nav-tabs .nav-item span.collapseBtn {
	position: absolute;
    top: 1px;
    right: 10px;
	width:20px;
	height:45px;
	z-index:1;
	cursor:pointer;
	text-align:center;
	line-height:45px;
}
/* .aside-navbar li.nav-item .nav-link {
	padding:12px 15px;
	display:block;
	border-radius:0;
	border:none;
	border-bottom:1px dashed #ccc;
}
.aside-navbar li.nav-item .nav-link .navArrow {
	float:right;
}
.aside-navbar li.nav-item .nav-link:hover {
	color:#1b1b1b;
}
.aside-navbar li.nav-item .nav-link.active:hover {
	color:#fff;
}
.aside-navbar .nav-tabs .nav-item.show .nav-link, .aside-navbar .nav-tabs .nav-link.active {
	border:none;
	background:#4585d9;
	color:#fff;
}
.aside-navbar .nav-tabs li.nav-link.active span.collapseBtn {
	color:#fff !important
} */
.aside-navbar ul.nav-tabs {
	margin:55px 0 0 0;
	padding:0;
	background-color:#fff;
	border:none
}
.aside-navbar .nav-tabs .nav-item {
	width:100% !important;
	position:relative;
}
.aside-navbar .nav-tabs .nav-item.active {
	background: rgba(255, 255, 255, 0.3);
}
.aside-navbar .nav-tabs .nav-item i {
	width:15px;
	margin-right:10px;
	opacity:0.5;
}
.aside-navbar .nav-tabs .nav-item span.collapseBtn {
	position: absolute;
    top: 1px;
    right: 10px;
	width:20px;
	height:45px;
	z-index:1;
	cursor:pointer;
	text-align:center;
	line-height:45px;
}
.aside-navbar li.nav-item .nav-link {
	padding:12px 15px;
	display:block;
	border-radius:0;
	border:none;
	border-bottom:1px dashed #ccc;color: #fff;
    font-weight: 400;
}
.aside-navbar li.nav-item .nav-link .navArrow {
	float:right;
}
.aside-navbar li.nav-item .nav-link:hover,.aside-navbar li.nav-item .nav-link:focus {
	/* color:#1b1b1b; */
    background:transparent;
}
.aside-navbar li.nav-item .nav-link.active:hover {
	color:#fff;
}
.aside-navbar .nav-tabs .nav-item.show .nav-link, .aside-navbar .nav-tabs .nav-link.active {
	border:none;
	background:#4585d9;
	color:#fff;
}
.aside-navbar .nav-tabs li.nav-link.active span.collapseBtn {
	color:#fff !important
}
.aside-navbar li.nav-item .nav-link:before {
	content:'';
	left:0;
	top:0;
	position: absolute;
	bottom:0;
	width:0;
	background: rgba(255, 255, 255, 0.1);
	transition: all ease-in 0.3s;
	box-shadow:none;
}
.aside-navbar li.nav-item .nav-link:hover:before,.aside-navbar li.nav-item .nav-link.router-link-active:before {
	width:100%;
}
.aside-navbar li.nav-item .nav-link i {
	width:20px;
	text-align: center;
	margin-right: 5px;
	opacity: 1;
}
.report-card-outer table {
	border:none;
	margin:0;
	padding:0;
}
.report-card-outer table td, .report-card-outer table th {
	padding:0;
	border:none;
	font-weight:500;
}
.report-card-outer table td {
	font-size:16px;
}
.report-card-outer table td:nth-child(1) {
	width:23%;
}
.report-card-outer table td:nth-child(2) {
	width:42%;
}
.report-card-outer table td:nth-child(3) {
	width:20%;
}
.report-card-outer table td:nth-child(4) {
	width:20%;
}
.report-card-outer .card {
	box-shadow:none !important;
	background-color:#fff;
	border:none;
	margin-bottom:20px;
}
.report-card-outer .card:last-child {
	margin-bottom:0;
}
.report-card-outer .card .card-header {
	background:#fbfbfb;
	border-bottom: 1px solid #ebe9e9;
}
.report-card-outer .card .card-header h6 {
	margin-bottom:0;
	font-weight:600;
	color:#3b79c9;
	font-size:16px;
}
.report-card-outer .card .card-header a {
	margin-left:10px;
}

.divider-block {
	margin-top:5px;
	margin-bottom:16px;
	border-bottom: 2px double rgba(0,0,0,.1);
}
footer {
	/* margin-top:30px; */
	background:#4585d9;
	padding:15px 0;
}
.copyright-text, .copyright-text a {
	font-size:14px;
	color:#fff !important;
}
.loop-row-block {
	font-size:15px;
	margin-bottom:5px;
	border-bottom:1px dotted #b1b1b1;
	padding-top: 6px;
	padding-bottom: 6px;
}
.loop-row-block label{
	width:250px;
	font-weight:600;
	position:relative;
	margin-right:30px;
}
.loop-row-block label:after {
	content:':';
	position:absolute;
	right:0;
	top:0;
}
.loop-row-block .result, .loop-row-block .result p {
	font-weight:400;
	color:#666; width: calc(100% - 280px);
}
.consult-status-u-dtl .loop-row-block label{
	-ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
	font-weight:600;
}
.user-detail-block h5 {
	color: #3b79c9;
    margin: 30px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #3b79c9;
    font-weight: 600 !important;
}
.subs-content p {
	margin-bottom:5px;
	font-weight:400;
}
#pricing-table {
	margin:0;
}
/* start change css */
#pricing-table .card {
	box-shadow:none;
	border:1px solid #e1e1e1;
	padding:10px 10px 30px 10px;
	/* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2); */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	height:100%;
	margin-bottom: 25px !important;
}
#pricing-table .card .card-body {
	background:transparent;
	padding:0 0 7px 0;
}
#pricing-table .card .card-header{
	border:none;
	background:none;
	text-align:left;
	border-bottom:2px solid #f1f1f1;
	padding-bottom:5px;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	text-align:center;
}
#pricing-table .card .card-header .card-title {
	display:inline-block;
	font-size:20px;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:700;
	margin-right:5px;
}
#pricing-table .card.free {
	background:#dcebff url(../images/free-active@2x.png) no-repeat center bottom !important;
	background-size:100% 50px;
	border-color:#a1cafe;
}
#pricing-table .card.free.active {
	border-color:#77a3dc;
	border-width:3px;
	box-shadow:0px 0px 10px rgba(191, 216, 249, 1)
}
#pricing-table .card.monthly {
	background:#e9f7f7 url(../images/month_bg2x.png) no-repeat center bottom !important;
	background-size:100% 50px;
	border-color:#bae6e7;
}
#pricing-table .card.monthly.active {
	border-color:#8ac4c5;
	border-width:3px;
	box-shadow:0px 0px 10px rgba(194, 232, 232, 1)
}
#pricing-table .card.yearly {
	background:#f3f0f8 url(../images/year_bg2x.png) no-repeat center bottom !important;
	background-size:100% 50px;
	border-color:#d3c3f1;
}
#pricing-table .card.yearly.active {
	border-color:#aa94d4;
	border-width:3px;
	box-shadow:0px 0px 10px rgba(220, 208, 243, 1)
}
#pricing-table .card.free .card-header  {
	border-color:#bfd9fc;
	color:#0f6ee6;
}

#pricing-table .card.monthly .card-header {
	border-color:#d1f3f4;
	color:#21d1d1;
}
#pricing-table .card.yearly .card-header {
	border-color:#e8e0f7;
	color:#895cd1;
}
#pricing-table .sub-price  {
	font-size:34px;
	margin-left: 5px;
	display:inline-block;
}
#pricing-table .subs-time {
	display:inline-block;
	line-height:1;
	text-align:left;
	padding-left:4px;
	margin-left:4px;
	border-left:1px solid #000;
	position:relative;
	top:-2px;
}
#pricing-table .subs-time small {
	display:block;
	font-weight:500;
	color:#666
}
#pricing-table .sub-price small {
	font-size:16px;
    opacity: 1;
	position:relative;
	top:-11px;
	margin-right:3px;
}
#pricing-table .card.free .fas {
	color:#0f6ee6;
}
#pricing-table .card.free span.sub-price, #pricing-table .card.free .fas {
	color:#0f6ee6;
}
#pricing-table .card.monthly span.sub-price, #pricing-table .card.monthly .fas {
	color:#21d1d1;
}
#pricing-table .card.yearly span.sub-price, #pricing-table .card.yearly .fas {
	color:#895cd1 !important;
}
#pricing-table .subscr-price sup {
	font-size:14px;
	font-weight:600;
	color:#000
}
#pricing-table .subscr-price sup {
	top:-16px;
	font-size:17px;
}
#pricing-table ul{
	margin:15px 0 0 0;
	padding:0;
	float: none;
	text-align: left;
	display:block;
	text-align:center;
}
#pricing-table .btn {
	/* float: none;
	margin-top: 18px;
	position:absolute;
	bottom:15px;
	left:50%; */
	/* display: block; */
	/* margin-left:-25%;
	padding-left:0;
	padding-right:0;
	text-align:center; */
}
#pricing-table ul li {
	margin:0 0 5px;
	padding:0;
	font-weight:500;
	list-style:none;	
}
#pricing-table ul li:before {
	content: ' ';
	margin-right: 6px;
}
#pricing-table .subscr-price {
	display: block;
	margin-top:20px;
}
.sub-price {
	font-family:arial;
	font-weight:bold;
}
.subs-info-link {
	width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    right: 0;
    top: -2px;
    border: 1px solid #3b79c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 11px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    display: inline-block;
}
/* end change css */
#subscribeModal .custom-control-label, .my-custom-radio .custom-control-label {
	padding:0 15px;
	font-size:18px;
	width:100%;
	cursor:pointer;
	font-weight:600;
}
#subscribeModal .modal-sm, .my-custom-radio .modal-sm {
	max-width:400px;
}
#subscribeModal .modal-body, .my-custom-radio .modal-body {
	padding:15px 30px;
}
#subscribeModal  .custom-control, .my-custom-radio .custom-control {
	padding:10px 15px 10px 10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.card {
	box-shadow:none;
}
.custom-block-row {
	margin-top:5px;
}
.custom-block-row label {
	font-weight:400;
}
.oth-profile-image {
	width:150px;
	height:150px;
	margin:0 auto;
	display:inline-block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
	position:relative;
}
.oth-profile-image img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.other-profile-block .card {
	margin-bottom:30px;
	border:1px solid #fff;
	transition:all ease-in 0.2s;
}
.other-profile-block .card .card-body h5{
	font-size:20px;
	font-weight:600;
	margin-bottom:0;
	margin-top:10px;
}
.oth-viewdtl {
	opacity:1;
	position:absolute;
	width:120px;
	padding-top:10px;
	padding-bottom:15px;
	left:50%;
	bottom:-50px;
	margin-left:-60px;
	text-align:center;
	transition:all ease-in 0.2s;
}
.oth-viewdtl a {
	width:30px;
	height:30px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background:#f20002;
	display:inline-block;
	line-height:30px;
	color:#fff !important;
	font-size:14px;
}
.oth-viewdtl:hover {
	color:#fff;
}
.other-profile-block .card:hover {
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
}
.other-profile-block .card:hover .oth-viewdtl {
	bottom:0;
}
.text-600 {
	font-weight:600 !important;
}
.text-blue {
	color:#3b79c9 !important;
}
.add-more-div, .global-element {
	position:relative;
}
.add-more-div span.add-btn, .global-element .global-remove {
    position: absolute;
    top: 0px;
    right: 0;
    height: 41px;
    width: 38px;
    background: #3b79c9;
    text-align: center;
    line-height: 41px;
	color:#fff;
	cursor:pointer;
}
.global-element .global-remove  {
	background:#f20002;
}
.upload-collapse-links li {
	list-style:none;
}
.upload-collapse-links {
	background:transparent;
}
.upload-collapse-links li.nav-item a.nav-link {
	padding-left:35px;
	color:#fff !important;
}
.upload-collapse-links li.nav-item a.nav-link:focus {
	color:#1b1b1b;
}
.uploaded-file-block .card {
	margin-bottom:10px;
}
.uploaded-file-block .card:nth-child(odd) {
	background:#eeeeee;
}
.uploaded-file-block .card h6 {
	font-weight:600;
	margin-bottom:0px;
	font-size:18px;
	color:#3b79c9;
}
.uploaded-file-block .fileIcon i {
	font-size:43px;
}
.uploaded-file-block .fileIcon i.fa-file-pdf {
	color:#de2502;
}
.uploaded-file-block .fileIcon i.fa-file-word {
	color:#1462bb;
}
.uploaded-file-block .fileIcon i.fa-file-image {
	color:#58cd34;
}
.upload-img-block {
	line-height:0;
}
 input[type="file"] {
  display: block;
  padding:4px 13px !important;
}
.aside-navbar li.nav-item.active-pr {
	background:#f00;
}
.specialities-block {
	background:url(../images/spc-bg.jpg) no-repeat center / cover;
	padding:60px 15px;
	margin:40px 0 -30px;
}
.specialities-col {
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.05);
	text-align:center;
	background:#f4f4f4;
}
.specialities-col figure {
	margin:0;
}
.specialities-col figcaption {
	background:#4585d9;
	padding:15px;
	font-weight:400;
	color:#fff;
	font-size:14px;
	margin:0;
}
.specialities-col figcaption .h4 {
	color:#fff;
	font-weight:700;
	font-size:22px;
	margin:0px;
}
.timetable {
    color: #302d2a;
    font-weight: 500;
    padding: 0 12.2%;
    text-align: left;
    margin: 0;
}
.timetable .item {
    overflow: hidden;
    padding: 9px 0;
	font-size:14px;
}
.timetable .item:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}
.timetable .item .label {
    float: left;
    width: 50%;
}
.timetable .item .value {
    float: right;
}
.owl-carousel-specialist .owl-nav {
	position:absolute;
	width:100%;
	top:50%;
	height:40px;
	margin-top:-20px;
}
.owl-carousel-specialist .owl-nav .owl-prev, .owl-carousel-specialist .owl-nav .owl-next {
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	background:rgba(255, 255, 255, 0.5);
	color:rgba(255, 255, 255, 0);
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	text-align:center;
	overflow:hidden;
	font-size:22px;
	cursor:pointer;
}
.owl-carousel-specialist .owl-nav .owl-next {
	left:0;
}
.owl-carousel-specialist .owl-nav .owl-next:before, .owl-carousel-specialist .owl-nav .owl-prev:before {
	position:absolute;
	top:4px;
}
.owl-carousel-specialist .owl-nav .owl-next:before {
    content: "\f053";
	color:#fff;
	left:12px;
}
.owl-carousel-specialist .owl-nav .owl-prev {
	right:0;
}
.owl-carousel-specialist .owl-nav .owl-prev:before {
	content: "\f054";
	color:#fff;
	left:15px;
}
.owl-carousel-specialist .owl-dots {
	display:none !important;
}
.fa-star {
	color:#ffdf04;
}
.prof-bg-card {
	background:url(../images/dr-prf-bg.jpg) no-repeat center / cover;
}
.dr-photo {
	width:150px;
	height:150px;
	margin:0 auto;
	border:4px solid #fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
	margin-bottom:15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.dr-profile-bg h5 {
	font-weight:700;
	margin-bottom:0;
	color:#3b79c9;
}
.dr-profile-bg p {
	font-weight:500;
}
.dr-photo img {
	width:100%;
	height:150px;
	object-fit:cover;
}
.u-dr-row {
	position:relative;
	background:#fff;
	top:20px;
	margin:20px 20px 0 20px;
	padding:15px;
	border-radius:5px;
}
.u-dr-row address {
	margin-bottom:0;
}
.ask-dr {
	display:block;
	text-align:center;
	background:#4585d9;
	margin:-15px 0;
	height:54px;
	position:relative;
	line-height:50px;
	color:#fff;
	font-size:22px;
	font-weight:600;
}
.ask-dr i {
	position: absolute;
    left: 50%;
    top: -17px;
    font-size: 50px;
    color: #4585d9;
    margin-left: -15px;
}
.profile-history-card {
	margin-bottom:30px;
	font-size:15px;
	line-height:26px
}
.profile-history-card h6 {
	font-size:16px;
	/* letter-spacing:1px; */
	position:relative;
	color:#3b79c9;
	font-weight:500;
	margin-bottom:10px;
}
.mdi-image {
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	margin-top:5px;
}
.mdi-image img {
	width:auto;
	height:50px;
	origin:cover;
}
.profile-history-card .media:last-child {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
.profile-history-card .media {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.profile-history-card .media {
	line-height:22px;
	font-size:15px;
}
.profile-history-card h5 {
	font-size:15px;
	font-weight:600;
	margin-bottom:4px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	background:none;
}
.profile-history-card .timetable {
	padding:0;
}
.addressMap {
	margin-bottom:15px;
}
.addressMap iframe{
	width:100%;
	height:200px;
}
.consult-fee {
	font-size:16px;
	font-weight:600;
	line-height:1.1;
}
.consult-fee span {
	font-size:22px;
	font-weight:700;
	color:#f20002;
}
.specialist-card {
	border-radius:0;
	margin-bottom:30px;
} 
.specialist-card .card-body{
	padding:0;
	background-color:rgba(255, 255, 255, 0.7);
}
.specialist-card .specialities-col{
	background:none;
	box-shadow:none;
	position:relative;
	overflow:hidden;
}
.hover-btn-b {
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	transition:all ease-out 0.3s;
	padding-top:50px;
}
.hover-btn-b .btn-outline-primary {
	border:2px solid #fff !important;
	color:#fff !important;
}
.specialist-card .specialities-col:hover {
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
.specialist-card .specialities-col:hover .hover-btn-b {
	top:0;
}
.specialist-card .card-body figure {
	width:100px;
	height:100px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:5px solid #fff;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	margin:15px auto;
}
.specialist-card .card-body figure img {
	height:100px;
	object-fit:cover;
}
.specialist-card .card-body figcaption {
	padding:0 10px;
	background:none;
	color:#1b1b1b;
	font-size:14px;
	line-height:26px;
}
.specialist-card figcaption .h4 {
	color:#1b1b1b;
	font-size:18px;
	font-weight:600;
}
.specialist-card figcaption p {
	font-size:14px;
	font-weight:400;
	line-height:1.5;
	margin-top:6px;
	margin-bottom:15px;
	display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-link  {
	color:#3b79c9;
}
.page-item.active .page-link {
	background-color:#3b79c9;
	border-color:#3b79c9;
}
.page-link:focus  {
	box-shadow:none;
}
select option {
	padding:0 !important;
}
select#language {
	padding:0 !important;
}
select#language option {
	padding-left:13px !important;
	padding-right:13px !important;
}
.consult-profile-img {
	height:150px;
	width:150px;
}
.consult-profile-img img {
	height:150px;
	object-fit:cover;
}
.dt-time-post {
	margin-left:15px;
	width:auto;
	display:inline-block;
}
.consult-profile-block {
	background:rgba(255, 255, 255, 0.4);
	border:none;
}
.consult-profile-block .card-body {
	padding:0;
}
.consult-profile-block .card-body p {
	font-size:15px;
	margin-top:10px;
	line-height:1.4;
	font-weight:400;
	margin-bottom:15px;
}
.consult-profile-block .card-body h5 {
	font-size:20px;
	margin-bottom:0px;
	margin-top:10px;
	display:block;
}
.small-block-img {
	display:block;
}
.btn-group-block a {
	font-size:14px;
	font-weight:500;
}
.small-block-img {
	margin-bottom:10px;
}
.small-block-img img {
	height:60px;
	display:inline-block;
	margin-right:10px;
}
.report-images img {
	border:1px solid #ccc;
}
.report-content p {
	margin-bottom:25px;
	font-size:16px;
	font-weight:400;
}
.owl-carousel-reports .owl-dot.active {
	background:#3b79c9;
}
.owl-carousel-reports .owl-dots {
	margin-top:20px;
}
.physician-banner-h {
	background-position:center;
}
.progress {
	background:#fff;
}
.txt-stg {
	color:#3b79c9 !important;
	font-size:12px !important;
	text-transform:uppercase;
	margin:3px 0 0;
}
.about-storage h5.txt-stg  {
	font-weight:700 !important;
}
.stg-inner-cont {
	padding:25px 10px 10px 10px;
	background:rgba(255, 255, 255, 0.7);
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.location-practise-blk h6 {
	font-size:16px;
	font-weight:700;
	margin-bottom:0;
}
.multiselect-box .btn.dropdown-toggle { 
	border-radius: 0;
    border: 1px solid #ccc;
	background-color:#fff;
}
.multiselect-box .btn.dropdown-toggle:focus {
	box-shadow:none;
	background:none;
}
.multiselect-box .filter-option {
	padding-left: 15px !important;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
	color:#000 !important;
	line-height:28px;
}
.filter-option-inner-inner {
	color:#000;
}
.multiselect-box .dropup .dropdown-toggle::after {
	color:#333 !important
}
span.add, span.remove {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.remove_field {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f20002;
    width:25px;
	height:25px;
    border-radius: 50%;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:25px;
}
.remove_field:hover {
	color:#fff;
	background:#ea080a;
}
.searchbar{
	margin-bottom: auto;
	margin-top: auto;
	height: 26px;
	background-color: #fdfdfd;
	border:none;
	border-radius: 30px;
	padding:0;
}
.search_input{
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	caret-color:transparent;
	line-height: 26px;
	transition: width 0.4s linear;
	padding:0 !important;
	height:26px !important;
}
.searchbar:hover > .search_input{
	padding: 0 10px;
	width: 300px;
	caret-color:red;
	transition: width 0.4s linear;
	line-height:1.1;
	height:26px;
	margin:0;
	padding:0 10px !important;
	color:#333;
}
.search_input:focus {
	outline:none !important;
	border:none;
}
.searchbar:hover > .search_icon{
	background: transparent;
	color: #e74c3c;
}
.search_icon{
	height: 26px;
	width: 26px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color:#3b79c9;
	text-decoration:none;
	margin-left:0 !important;
	font-size:13px;
}
.user-patient-tab {
	margin:0;
}
.cstm-tbs .nav-item{flex: 0 0 auto;margin-right: 5px ;}
.cstm-tbs .nav-item .nav-link{    border-radius: 6px 6px 0 0;
    padding: 0 15px;
    line-height: 40px;  font-weight: 400;
    color: #a1a1a1;}
    .cstm-tbs .nav-item .nav-link.active,.cstm-tbs .nav-item .nav-link:hover{background:#fff;border-color:#dee2e6 #dee2e6 transparent #dee2e6;color: #222;}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	right:-15px !important;
	left:inherit !important;
}
.nav-tabs .nav-link {
	border-radius:0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color:transparent;
	background:#3b79c9;
	color:#fff;
}
#otherResultgallery a, #bodyResultgallery a, #drnoteResultgallery a, #imagingResultgallery a, #labResultgallery a {
	height:190px;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
	border:1px solid #ccc;
	background-color:#f1f1f1;
	border-radius:8px;
	position:relative;
}
#otherResultgallery a i, #bodyResultgallery a i, #drnoteResultgallery a i, #imagingResultgallery a i, #labResultgallery a i {
	font-size:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-28px;
}
#otherResultgallery a i.fa-file-word, #bodyResultgallery a i.fa-file-word, #drnoteResultgallery a i.fa-file-word, #imagingResultgallery a i.fa-file-word, #labResultgallery a i.fa-file-word {
	color:#2b579a;
}
#otherResultgallery a i.fa-file-pdf, #bodyResultgallery a i.fa-file-pdf, #drnoteResultgallery a i.fa-file-pdf, #imagingResultgallery a i.fa-file-pdf, #labResultgallery a i.fa-file-pdf {
	color:#f40f02;
}
#otherResultgallery a i.fa-file-alt, #bodyResultgallery a i.fa-file-alt, #drnoteResultgallery a i.fa-file-alt, #imagingResultgallery a i.fa-file-alt, #labResultgallery a i.fa-file-alt {
	color:#666666;
}
#otherResultgallery a img, #bodyResultgallery a img,  #drnoteResultgallery a img, #imagingResultgallery a img, #labResultgallery a img {
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}
.patient-list-col .card-body {
	padding:5px;
}
.patient-list-col .card-body figure {
	height:200px;
	overflow:hidden;
}
.patient-list-col .card-body figure img {
	width:100%;
	object-fit:cover;
	object-position:center
}
.patient-list-col .patient-dtl-block .h4 {
	font-size:16px;
	font-weight:600;
	margin-bottom:6px;
	color:#3b79c9;
	line-height:1.1;
}
.patient-list-col .patient-dtl-block {
	padding:0 10px 0 10px;
}
.patient-list-col .patient-dtl-block p {
	font-size:13px;
	font-weight:500;
	line-height:1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	overflow:hidden;
	height:42px;
}
.patient-list-col .patient-dtl-block a {
	font-size:12px;
	line-height:1.1;
}
.patient-email {
	font-size:13px;
	margin:5px 0;
	font-weight:500;
	color:#666;
}
.accept-job-content h6 {
	font-size:16px;
}
.success-icon i {
	font-size:45px;
}
.notification-icons-new {
	position:absolute;
	right:0;
	top:15px;
	display:none;
}
.msg-success-on-pp	 {
	font-weight:600;
}
.btn-close {
	width:30px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:-10px;
	top:-10px;
	background-color:#666;
	border-radius:50%;
	border:none;
	text-align:center;
	color:#fff;
	padding:0;
}
.btn-close:hover, .btn-close:focus {
	color:#fff;
	background:#999;
}
.msg-success-on-pp p {
	font-weight:500;
}
.label-bold {
	font-weight:600;
}
.p-dtl {
	padding:0;
	margin:10px 0 0 0;
}
.p-dtl li {
	list-style:none;
	display:inline-block;
	padding-right:10px;
	margin-right:5px;
	border-right:1px solid #ccc;
	line-height:1.1;
	font-size:14px;
}
.p-dtl li:last-child {
	padding-right:0;
	margin-right:0;
	border:none;
}
.upload-doc-block {
	font-size:30px;
}
.upload-doc-block h6 {
	font-size:16px;
	font-weight:600;
}
.upload-doc-block {
	margin:0 !important;
	padding:3px 0;
	border:1px solid #ccc;
	background:#fbfbfb;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat li {
    margin-bottom: 15px;
    border: 1px dotted #B3A9A9;
	border-radius:10px;
	padding:10px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
}
.chat li, .chat li p {
	font-size:16px;
	line-height:1.4;
	font-weight:400 !important;
}
.chat li small {
	font-size:14px;
	color:#3b79c9 !important;
	margin-bottom:5px;
}
.chat li .header strong{
	margin-bottom:10px;
	display:block
}
.age-s {
	color:#000;
	font-size:14px;
}
.submited-by.text-sm-dt{
	font-size:12px;

}
.dropdown-sm-box {
	padding:0;
}
.dropdown-sm-box .dropdown-item {
	padding:6px 12px !important;
}
.p-dtl li i {
	color:#3b79c9;
}
.bg-light-grey {
	background:#fdfdfd;
	border-left:1px dashed #e1e1e1;
}
.text-bold {
	font-weight:600;
}
.btn-group-block .dropdown-sm-box {
	position:relative !important;
	width:100% !important;
	transform: translate3d(0, 0, 0)!important;
}
.btn-group-block .dropdown-sm-box a {
	display:inline-block;
}
.respond-content, .dropdown-custom-bx, .respond-content2 {
	display:none;
}
.respond-content, .respond-content2 {
	background:#fff;
	padding:15px;
	position:relative;
}
.dropdown-custom-bx {
	width:100%;
}
.close-toggle {
	cursor:pointer;
	position:absolute;
	right:10px;
	bottom:10px;
}
.bg-light-grey a {
	font-size:14px;
}
.loop-row-block h6 {
	font-size:18px;
	margin-bottom:0;
}
.box-shadow-none {
	border-bottom:none !important;
	border-radius:0;
}
.radius-0 {
	border-radius:0 !important;
}
.border-top-none {
	border-top:none !important;
}
.userplan-block .loop-row-block label {
	width:190px;
	margin-bottom:0;
}
.search-col {
	position:relative;
}
.search-col input, .search-col .btn{
	height:50px;
	line-height:50px;
	padding:0 15px;
}
.search-col .input {
	margin-right:50px;
}
.search-col .btn {
	border-radius:0;
	position:absolute;
	top:0;
	right:0;
}
.enterprise-patient-list .patient-list-col .card-body {
	padding:0;
}
.enterprise-patient-list .patient-list-col .card-body p {
	height:auto;
	font-size:15px;
}	
.enterprise-patient-list .patient-list-col .card-body a.link-primary {
	position:relative;
	margin-top:15px;
	font-size:13px;
}
.a-link-group {
	position:absolute;
	right:10px;
	top:15px;
	z-index:9;
}
.patient-enterprise {
	font-size:16px;
	color:#000;
	margin-top:5px;
}
.patient-enterpris span {
	color:#666;
}
.chat li:nth-child(even) {
	margin-left:50px !important;
}
.border-none {
	border:none !important;
}
.chat li p {
	position:relative;
	padding-right:30px;
}
.edit-link-btn {
	position:absolute;
	bottom:5px;
	right:5px;
}
#patient-msg-modal .chat {
	height:300px;
	overflow:auto;
	padding:15px 15px 0 15px;
}
#patient-msg-modal .chat li, #patient-msg-modal .chat li p, #patient-msg-modal .chat li .chat-body {
	font-size:14px;
}
.add-comment-p, .add-comment-p2 {
	font-size:14px;
	font-weight:600;
}
.show-comment-form, .show-comment-form2 {
	display:none;
	padding:15px 15px 0 15px;
	background:#fff;
	border:1px solid #ccc;
}
.theme-header-new {
	position:relative;
	background:#fbfbfb;
	padding-top:10px;
	padding-bottom:10px;
}
.theme-header-new h6 {
	margin:0;
	padding:0;
	font-weight:600;
	font-size:20px;
	color:#3b79c9;
}
.theme-header-new .modal-close-btn {
	border:none;
	background:none;
	cursor:pointer;
}
.about-patient-row {
    /* background: rgba(255, 255, 255, 1); */
    /* margin-top: 22px; */
    /* padding: 0; */
    /* margin-left: 0;
    margin-right: 0; */
    padding: 10px;
    /* border-radius: 10px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0; */
    box-shadow: 0px -3px #0250b5;
	margin-top: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: rgba(240, 245, 252, .85) url(../images/3px-tile.png) repeat left top;
    /* border: 1px solid rgba(0, 0, 153, 0.1); */
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.about-patient-row {
	  -webkit-backdrop-filter: blur(15px);
	  backdrop-filter: blur(15px);
	  background-color: rgba(255, 255, 255, 0.5);
	}
  }

.about-patient-row .progress {
	background:#dfdfdf;
}
.about-patient-row .stg-inner-cont {
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px dotted #ccc;
	margin-left:5px;background: #fff;
}
.patient-name-age .h4 {
	font-weight:600;
	color:#0250b5;
	margin-bottom:0;
	font-size:20px;
	display: flex;
    flex-wrap: wrap;
	text-transform:capitalize;
}
.patient-age {
	font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}
.patient-name-age .form-control {
    /* width: 200px; */
    height: 30px !important;
    padding: 3px 5px !important;
    background: #fbfbfb;
    margin-top: 6px;
	width:80%;
	
}
.multi-report-block {
	/* padding:15px 0 ; */
	/* background:#fff; */
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	/* border-radius:5px; */
	/* box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1); */
	position:relative;
}
.multi-report-block.report-high, .multi-report-block.report-low, .multi-report-block.report-normal {
	font-weight:700;
	/* padding-left:20px; */
}
.highcharts-credits{display:none !important;}
 .multi-report-block.report-high {
	color:#e31801;
}
.multi-report-block.report-low {
	color:#046701;
} /*
.multi-report-block.report-high:before, .multi-report-block.report-low:before, .multi-report-block.report-normal:before {
	position:absolute;
	left:0;
	font-family:'Font Awesome 5 Free';
} */
/* .multi-report-block.report-high:before {
	content:"\f062";
}
.multi-report-block.report-low:before {
	content:"\f063";
}
.multi-report-block.report-normal:before {
	content:"\f338";
} */

.meeting-option{display:flex;align-items: center;}
.meeting-option .icons,.icns-btn .icons{padding: 0 4px;
    width: 40px;
    height: 40px;
    background: #3b79c9;
    border-radius: 50px;
    display: flex;
    align-items: center;justify-content: center;}
.meeting-option .icons img,.icns-btn .icons img{width:16px;}
.icns-btn{display:flex;justify-content:end;}


.multi-report-block.report-high h6, .multi-report-block.report-low h6 {
	font-weight:700;
}
.multi-report-block:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.multi-report-block h6 {
	font-size:17px;
	font-weight:500;
	margin-bottom:0;
}
.multi-report-block .report-status {
	font-size:15px;
	font-weight:600;
	margin-top:5px;
}
.multi-report-block .report-progress-bar {
	margin-top:10px;
}
.multi-report-block .report-progress-bar .progress {
	background:#ccc;
}
.chart-report-block, .chart-report-block2, .dropdown-custom-bx2  {
	display:none;
}
.report-card-outer .card .card-body {
	overflow:hidden;
	border-radius:5px;
}
.patient-report-card {
	background:#fefefe !important;
	border:none !important;
	border-radius:0 !important;
}
.patient-report-slider {
	/* background:rgba(255, 255, 255, 0.7);
	padding:15px 30px; */
	/*height:260px;*/
	/* margin-top:38px;
	margin-left:1px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; */
}
.about-s-patient-rc .about-patient-row .stg-inner-cont {
	padding-top:27px;
	padding-bottom:13px;
}
.rpt-dtl {
	padding:0 12px 6px; 
	font-size:14px;
}
.rpt-dtl span {
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;
}
.rpt-dtl span:last-child {
	border-right:none;
}
.rpt-dtl span strong {
	font-weight:500;
}
.graph-show-active .chart-report-block {
	display:block;
}
.text-highlight {
	font-weight:700 !important;
	color:#f20002;
}
.patient-report-slider .carousel-control-next, .patient-report-slider .carousel-control-prev {
	top:calc(50% - 20px);
	/* margin-top:-20px; */
	width:40px;
	height:40px;
    background: #3774c4;
    opacity: 1;
    border-radius: 0 7px 7px 0;
}
.patient-report-slider .carousel-control-next {
	/* background:#fff url(../images/prev.png) no-repeat center;
	background-size: 30px;
	right:-20px;
	border-radius:50%; */border-radius: 7px 0 0 7px;
}
.patient-report-slider .carousel-control-prev {
	/* background:#fff url(../images/back.png) no-repeat center;
	background-size: 30px;
	left:-20px;
	border-radius:50%; */
}
/* .patient-report-slider .carousel-control-next-icon {
	display:none;
}
.patient-report-slider .carousel-control-prev-icon {
	display:none;
} */
.collapseIcon {
	cursor:pointer;
}
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}
.report-links {
	margin-left:15px;
	color:#3b79c9;
}
.report-links a {
	margin-left:0 !important;
}
.specialist-card {
	box-shadow: 0px 0px 8px rgb(0 0 0 / 20%) !important;
}
.available-physicain .specialist-card {
	cursor:pointer;
	transition:all ease-out 0.2s;
}
.available-physicain .specialist-card:hover, .available-physicain .specialist-card.active {
	background:#eee;
	border-color:#3b79c9 !important;
}
.available-physicain .specialist-card .active-icon {
	position:absolute;
	top:3px;
	right:3px;
	width:20px;
	height:20px;
	background:transparent;
	border-radius:50%;
	display:none;
}
.available-physicain .specialist-card.active .active-icon i {
	font-size:20px;
	color:#32b40a;
}
.available-physicain .specialist-card.active .active-icon{
	display:block;
}
.available-physicain .specialist-card .card-body figure {
	margin-top:8px;
	margin-bottom:8px;
}
.available-physicain .specialist-card .card-body figcaption{
	margin-bottom:5px !important;
}
.available-physicain .specialist-card figcaption .h4 {
	font-size:14px !important;
}
.available-physicain .specilist-in span {
	color:#f20002;
}
.border-rounded {
	border-radius:10px !important;
	overflow:hidden;
}
.upload-doc-f, .upload-doc-f1 {
	display:none;
}
.attached-doc-img img {
	height:200px;
	width:100%;
	object-fit:cover;
}
.attached-doc-img figcaption {
	font-weight:600;
	color:#333;
}
.p-notificaton-drpdn {
	display:block;
}
.p-notificaton-drpdn a.dropdown-toggle {
	width:16px;
	height:30px;
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
}
.p-notificaton-drpdn .noti-drop-content {
	width:300px;
}
.p-notificaton-drpdn ul li {
	list-style:none;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #666;
}
.p-notificaton-drpdn ul li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.p-notificaton-drpdn .dropdown-toggle::after {
	display:none;
}
.btn-circle {
	position:absolute;
	right:15px;
	bottom:15px;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	padding:0;
}
.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}
.starRating i {
	font-size:20px;
	color:#ccc;
	cursor:pointer;
}
.rating-number {
	font-size:22px;
	font-weight:bold;
	line-height:0;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #ccc;
	font-family:arial;
}
.physician-list .owl-nav {
	position: absolute;
    top: 25%;
    width: 100%;
	height:30px;
}
.physician-list .owl-nav .owl-prev, .physician-list .owl-nav .owl-next {
	position:absolute;
	top:0;
	background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.physician-list .owl-nav .owl-prev {
	left:0;
}
.physician-list .owl-nav .owl-next {
	right:0;
}
.primary-active, .primary-active:focus, .primary-active:active {
	background-color:#00bed5 !important;
	border-color:#00bed5 !important;
	box-shadow:#00bed5;
	color:#fff !important;
}
.hpf-rp-arw {
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background:#fff;
	color:#3b79c9;
	cursor:pointer;
	position:absolute;
	bottom:0;
	right:0;
	display:inline-block;
	text-align:center;
	border:1px solid #eee;
}
.search-report-block {
	position:relative;
	margin-top:-15px;
	top:5px;
	display:inline-block;
}
.search-report-block .form-control {
	border-radius:30px !important;
	-webkit-border-radius:30px !important;
	-moz-border-radius:30px !important;
	height:40px;
	margin:0;
}
.search-report-block .btn {
	border-radius:50%;
	position:absolute;
	right:1px;
	top:1px;
	width:38px;
	height:38px;
	display:inline-block;
	padding:0 !important;
}
.btn-primary-outline {
	background:#fbfbfb !important;
	border:1px solid #eee !important;
	color:#333 !important;
	padding:5px 15px !important;
	height:auto !important;
	margin:5px 0 !important;
}
.amt-payable h6 {
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
	color:#666;
}
.amt-payable h6 span {
	color:#3b79c9;
}
.per-text {
	height:10px;
	position:absolute;
	top:-19px;
	left:15px;
	right:15px;
	font-weight:600;
	font-size:10px;
}
.per-text span{color:#1a1a1a !important;font-size: 13px !important;line-height: 1;}
.per-text .avail-c-spc {
	float:right;
}
.bootstrap-select .btn {
	border-radius:0;
	background:#fff;
	height:41px;
	border:1px solid lightgrey;
	font-size:14px;
	color:#2C3E50;
	padding-left:15px;
	padding-right:5px;
}
.bootstrap-select  .filter-option-inner-inner {
	color:#2C3E50;
	/* font-weight:300; */
}
span.maindatory-f {
	font-size: 16px;
    color: #f00;
    font-weight: 400;
}
.flag-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 2px black;
  overflow: hidden;
  margin-bottom: 20px;
}
.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: '';
}
.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.img-thumbnail.flag {
	width: 17px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    max-width: 100%;
    height: 11px;
    display: inline-block;	
}
.patient-photo img {
	width:25px;
	height:25px;
	border-radius:50%;
	display:inline-block;
	margin-right:5px;
}
.tp-mode-o {
	font-size: 40px;
    text-align: center;
    display: block;
    width: 100%;
	color:#3b79c9;
}
.advance-search-block {
	position:relative;
	top:-27px;
}
.advance-search-block .row {
	margin-left:-5px;
	margin-right:-5px;
}
.advance-search-form .row .col-md-4, .advance-search-form .row .col-md-12 {
	padding-left:5px !important;
	padding-right:5px !important;
}
.advance-search-block .btn {
	background-color:#666;
	padding:0 !important;
	width:38px;
	height:38px;
	color:#fff;
}
.patient-chat-ic  {
	position: absolute;
    right: 15px;
    bottom: -10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding: 0;
	background-color:#333 !important;
}
.consult-profile-block .chosen-container-single .chosen-single {
	height:30px !important;
	line-height:30px !important;
	margin-top:0;
}
.consult-profile-block .chosen-container-single .chosen-search input[type="text"] {
	padding: 5px 10px !important;
    height: auto !important;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
    height: 41px;
    margin-top: 2px;
    line-height: 40px;
	border: 1px solid lightgrey !important;
}
span.lbl {
	position:absolute;
	right:16px;
	bottom:17px;
	width:50px;
	display:inline-block;
	background:#f4f4f4	;
	height:39px;
	text-align:center;
	line-height:37px;
	color:#000;
}
.filter-dt-rpt select.form-control {
	height:auto;
	min-height:inherit;
	padding:5px !important;
}
.rbs-row {
	padding:15px;
	margin-left:-20px;
	margin-right:-20px;
}
.rbs-row:nth-child(odd) {
	background:#fff;
}
.text-red {
	color:#f20002;
}
.rbs-row .btn.btn-sm {
	padding:3px 10px !important;
	font-size:12px !important;
}
.rd-0 {
	border-radius:0 !important;
	padding: 9px 16px;
    font-size: 14px;
    margin-top: 3px;
}
.mt-30 {
	margin-top:28px !important;
}
.rbs-row table tr th, .rbs-row table tr td {
	padding:7px 10px!important;
	font-size:13px;
}
.patient-list-col .tag-patient-status {
	display:none;
} 
.pending-s-card, .inProgress-s-card, .endJob-s-card {
	display:block;
	overflow:hidden;
}
.pending-s-card .tag-patient-status, .inProgress-s-card .tag-patient-status, .endJob-s-card .tag-patient-status {
	padding: 2px;
    position: absolute;
    right: -50px;
    top: 12px;
    text-align: center;
    transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
	color:#fff;
    width: 160px;
    font-size: 12px;
	display:block;
}
.pending-s-card .tag-patient-status {
	 background-color:#ffc107;
}
.card.pending-s-card {
	border-color:#ffc107;
}
.inProgress-s-card .tag-patient-status {
	 background-color:#55ce63;
}
.card.inProgress-s-card {
	border-color:#55ce63;
}
.endJob-s-card .tag-patient-status {
	 background-color:#dc3545;
}
.card.endJob-s-card  {
	border-color:#dc3545;
}
.subTab-menu {
    background: #fff;
    margin:0;
}
.subTab-menu .nav-link {
	display: block;
    padding: 7px 3px;
    font-size: 13px;
	font-weight:500;
	color:#000;
    border-right: 1px solid #f1f1f1 !important;
}
.nav-tabs .nav-link {
	font-weight:500;
}
.subTab-menu .nav-item:last-child .nav-link {
	border-right:none !important;
}
.subTab-menu .nav-tabs .nav-item.show .nav-link, .subTab-menu .nav-tabs .nav-link.active {
	background:#333;
}
.tagsinput,.tagsinput *{
	box-sizing:border-box
}
.tagsinput{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background:#fff;
	font-family:sans-serif;
	font-size:14px;
	line-height:20px;
	color:#556270;
	padding:0;
	border:1px solid lightgrey;
	border-radius:2px;
}
.tagsinput.focus{
	border-color:#ccc
}
.tagsinput .tag{
	position:relative;
	background:#556270;
	display:block;
	max-width:100%;
	word-wrap:break-word;
	color:#fff;
	padding:5px 30px 5px 5px;
	border-radius:2px;
	margin:2px;
	line-height:1.9;
}
.tagsinput .tag .tag-remove{
	position:absolute;
	background:0 0;
	display:block;
	width:30px;
	height:30px;
	top:0;
	right:0;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	color:#ff6b6b;
	line-height:30px;
	padding:0;
	border:0;
}
.tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{
	background:#ff6b6b;
	position:absolute;
	display:block;
	width:10px;
	height:2px;
	top:17px;
	left:10px;
	content:'';
}
.tagsinput .tag .tag-remove:before {
	-webkit-transform:rotateZ(45deg);
	transform:rotateZ(45deg);
}
.tagsinput .tag .tag-remove:after{
	-webkit-transform:rotateZ(-45deg);
	transform:rotateZ(-45deg);
}
.tagsinput div{
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.tagsinput div input{
	background:0 0;
	display:block;
	width:100%;
	font-size:14px;
	line-height:20px;
	padding:0;
	border:0;
	margin:0;
}
.tagsinput div input.error{
	color:#ff6b6b;
}
.tagsinput div input::-ms-clear{
	display:none;
}
.tagsinput div input::-webkit-input-placeholder{
	color:#ccc;
	opacity:1;
}
.tagsinput div input:-moz-placeholder{
	color:#ccc;
	opacity:1;
}
.tagsinput div input::-moz-placeholder{
	color:#ccc;
	opacity:1;
}
.tagsinput div input:-ms-input-placeholder{
	color:#ccc;
	opacity:1;
}
.not-available-phy h6 {
	font-size:16px;
	line-height:26px;
}
.switch-dropdown .dropdown-menu {
	padding:0;
}
.switch-dropdown .dropdown-menu a.dropdown-item {
	padding:5px 10px;
	font-size:14px;
}
.report-card-outer table {
	width:100%;
}
.report-card-outer table.report-tableview-c td:nth-child(2), .report-card-outer table.report-tableview-c td:nth-child(3), .report-card-outer table.report-tableview-c td:nth-child(4), .report-card-outer table.report-tableview-c td:nth-child(5), .report-card-outer table.report-tableview-c td:nth-child(6) {
	width:auto;
}
.report-card-outer table.report-tableview-c td:nth-child(1) {
	text-align:left;
	background:#666;
	color:#fff;
	font-weight:600;
}
.report-card-outer table.report-tableview-c td, .report-card-outer table.report-tableview-c th {
	padding:4px 10px;
	text-align:center;
}
.report-card-outer table.report-tableview-c th {
	background:#17a2b8;
	color:#fff;
	line-height:1.1;
	padding-top:7px;
	padding-bottom:7px;
	border-right:1px solid #eee;
}
.report-card-outer table.report-tableview-c th:last-child {
	border:none;
}
.report-card-outer table.report-tableview-c td {
	border-right:1px solid #eee;
	font-size:14px;
}
.report-card-outer table.report-tableview-c tr td:last-child {
	border-right:none;
}
.comment-icon-a {
	cursor:pointer;
}
.report-card-outer table.report-tableview-c tr:nth-child(odd) {
	background-color:#fbfbfb;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}
.report-card-outer table.report-tableview-c tr:nth-child(odd):hover, .report-card-outer table.report-tableview-c tr:nth-child(even):hover {
	background:#666;
	color:#fff;
}
.report-card-outer table.report-tableview-c tr:nth-child(even) {
	background-color:#f6f6f6;
}
.report-card-outer table.report-tableview-c td .fa-comment-dots{
	color:#17a2b8;
}
.report-card-outer table.report-tableview-c tr:nth-child(odd):hover .fa-comment-dots, .report-card-outer table.report-tableview-c tr:nth-child(even):hover .fa-comment-dots {
	color:#fff;
}
/* .topSidebar {
    right: 0;
    position: absolute;
    top: 17px;
}
.topSidebar a{
	position:relative;
}
.topSidebar .dropdown-toggle::after {
	display:none;
} */
.rpt-content-row {
	position:relative;
}
.rpt-btn-rgt {
	position:absolute;
	right:0;
	top:0;
}
.update-kb-prev-thumb  {
	margin-top:17px !important;
}
.update-kb-prev-thumb .kv-file-remove {
	position: relative;
    margin-top: -7px;
    float: right;
    padding: 0;
    width: 35px;
    height: 35px;
}
.available-physicain .specialist-card.any-available-conslt figcaption .h4 {
	font-size:20px !important;
	margin-bottom:20px;
	margin-top:30px;
}
.available-physicain .any-available-conslt .specilist-in span {
	font-size: 16px;
    margin-top: 0px;
	font-weight:600;
    display: block;
    margin-bottom: 10px;
	color:#fff;
}
.set-min-pg input[type=number] {
	height: 41px;
	width: 41px;
	font-size: 16px;
	text-align: center;
	border: 1px solid lightgrey;
}
.set-min-pg input[type=number]::-webkit-inner-spin-button,
.set-min-pg input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cstm_chk_btn {
	position:relative;
	display:block;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	overflow:hidden;
	border:2px solid #3b79c9;
	color:#3b79c9;
	font-weight:600;
	margin-bottom:15px;
	background:#3b79c9;
	color:#fff;
}

.cstm_chk_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cstm_chk_btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;z-index:-1;
}

.cstm_chk_btn .checkmark ~ span { 
	display:block;
	cursor:pointer;
}
.cstm_chk_btn input:checked ~ .checkmark ~ span {color:#3b79c9;width:100%;line-height:50px;background:#fff;border-color:#3b79c9;}
.btn_ct .btn_nxt{margin-top:15px;}
.btn_ct .btn_nxt a{display:inline-block;line-height:48px;border-radius:35px;padding:0 30px;text-transform:uppercase;border:2px solid #3b79c9;background:#3b79c9;color:#fff;}
.btn_ct.hide,.login_fields{display:none;}
.login_fields.show{display:block;}
.form-control.filter-calender{padding:6px !important;height:32px; }
.label-sm{font-size:14px;font-weight:600;}


.nav-tabs .nav-link {
	padding-left:2px;
	padding-right:2px;
}
#vsLog .rbs-row  {
	margin-left:0px;
	margin-right:0px;
}
.multi-report-update {
	position:relative;
}
.rpt-btn-rgt a {
	margin-left:6px;
	font-size:18px;
}
.color-hightlight {
	padding-left:12px;
}
.color-hightlight span {
	display:inline-block;
	margin-right:15px;
	position:relative;
	font-size:14px;
	font-weight:600;
}
.color-hightlight span:before {
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:5px;
}
.color-hightlight span.high-line {
	color:#e31801;
}
.color-hightlight span.high-line:before {
	border:1px solid #e31801;
}
.color-hightlight span.normal-line {
	color:#000;
}
.color-hightlight span.normal-line:before {
	border:1px solid #000;
}
.color-hightlight span.low-line {
	color:#046701;
}
.color-hightlight span.low-line:before {
	border:1px solid #046701;
}
input[type=checkbox], input[type=radio] {
	padding:0;
	width:auto;
	height:auto;
	width:auto;
	margin-right:5px;
}
.avalConsFee, .anyCons-free {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #4585d9;
    line-height: 1.1;
    padding-top: 21px;
    border-top-left-radius: 100px;
    text-align: center;
    padding-left: 11px;
    font-weight: 600;
}
.anyCons-free {
	background: #000;
}
.available-physicain .specilist-in.avalConsFee span {
	color:#fff;
}
.specialties-block h6 {
	font-size:14px;
	font-weight:600;
}
.specialties-block small {
	font-size: 85%;
    display: block;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 7px;
}
.position-relative{position:relative;}
.btn_ct .btn_nxt button{display:inline-block;line-height:48px;border-radius:35px;padding:0 30px;text-transform:uppercase;border:2px solid #3b79c9;background:#3b79c9;color:#fff;}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid lightgray !important;
    border-radius: 0 !important;
    padding: 6px 12px 6px 12px !important;
    height: auto !important;
	margin-top:1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:42px !important;
}
.ng2-tag-input__text-input{
    height: auto !important;
    border: 1px solid lightgray !important;
	padding-top:7px !important;
	padding-bottom:7px !important;
}
.ng-tns-c77-1.ng-trigger{
	background: #fff !important;
    border-radius: 0;
    border: 1px solid lightgrey;
    height: 40px;
}
.ng-tns-c77-1.ng-trigger:hover, .ng-tns-c77-1.ng-trigger:focus {
	box-shadow:none !important;
}
.upload-img-box {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.upload-img-col {
	-ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
	padding:10px;
	
}
.upload-img-col .upload-img-inner {
	background: #f1f1f1;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    height: 100px;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	overflow:hidden;
}
.upload-img-col .upload-img-inner .delete-col {
	width:25px;
	height: 25px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fbfbfb;
    cursor: pointer;
    font-size: 14px;
    line-height: 23px;
    border: 1px solid #ccc;
    text-align: center;
}
.upload-img-col .upload-img-inner .delete-col i {
	color:#f00;
}
.img-large-icon {
	font-size:56px;
	opacity:1;
	height:100px;
}
.img-large-icon img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.editProfile-image{
	position:absolute;
	right:0px;
	top:0px;
	width:27px;
	height:35px;
	background-color: transparent;
	font-size: 20px;
	overflow: hidden;
	cursor: pointer;
	border-bottom-right-radius: 5px;
	text-align: center;
	line-height: 27px;
	color:#fff !important;
	text-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
}
.user-prof-icons .edit-profile-l {
	color: #fff;
    margin-left: 3px;
    font-size: 20px;
    position: relative;
    top: -1px;
	text-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
}
.editProfile-image input[type="file"] {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width: 100%;opacity: 0;
	cursor: pointer;
}
.updatebot-button button {
    border: none;
    margin-right: 10px;
    background: none;
    color: #3b79c9;
    font-size: 20px;
}


canvas {
	height:auto !important;
	width:auto !important;
}
.sub-price {
	font-size:22px;
}
.pcl {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:99;
}
.pcl img {
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
}
.payment-success-ic {
	    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    background: #28a745;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
}
p.success-msg-p {
	margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}
.sm-userimage {
	width:25px;
	height:25px;
	display:inline-block;
	background:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
	margin-right:8px;
}
.sm-userimage img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.other-profile-block .card:hover .oth-viewdtl a {
	margin:0 1px;	
}
.other-profile-block .card:hover .oth-viewdtl a .fa, .other-profile-block .card:hover .oth-viewdtl a .fas {
	opacity:0.8;
}
.other-profile-block .card:hover .oth-viewdtl a:hover {
	color:#fff;
}
.other-profile-block .card:hover .oth-viewdtl a:hover .fa, .other-profile-block .card:hover .oth-viewdtl a:hover .fas {
	opacity:1;
}
/* .btn-group-sm>.btn, .btn-sm {
	border-radius:25px !important;
	-webkit-border-radius:25px !important;
	-moz-border-radius:25px !important;
	font-size:14px !important;
	line-height:1.1 !important;
} */
/* .nav-tabs .nav-link {
	color:#3b79c9 !important;
} */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color:#3b79c9 ;
	color:#fff ;
}
.btn-secondary.dropdown-toggle {
    background-color: #666;
	margin-left:5px;
}
.form-control {
	border-radius:0 ;
}
.subTab-menu .nav-tabs .nav-link {
	color:#000 ;
}
.subTab-menu .nav-tabs .nav-item.show .nav-link, .subTab-menu .nav-tabs .nav-link.active {
	background:#333 ;
	color:#fff ;
}
.btn-group-report .btn-danger {
	border-color: none ;
	margin-left:5px;
}
.chart-report-block .rr-table {
    padding: 15px;
    background: #f1f1f1;
    margin-bottom: 15px;
}
.chart-report-block input, .chart-report-block textarea, .chart-report-block .form-control, .chart-report-block select {
	height:30px ;
	padding:0 10px ;
}
.chart-report-block select {
	width:80px !important;
	background:#fff !important;
}
.chart-report-block input[type="search"] {
	width:180px !important;
	background:#fff !important;
}
table.dataTable.no-footer {
	border:1px solid #ccc !important;
}
table thead tr th {
	border-bottom:1px solid #ccc !important;
}
table .fa.fa-trash {
	color:#f20002;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding:5px !important;
	line-height:1.1;
}
.chart-report-block .dataTables_wrapper .dataTables_paginate .paginate_button.current, .chart-report-block .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background:#3b79c9 !important;
	color:#fff !important;
	border:none !important;
}
.report-block-sep h6 {
	font-size:20px !important;
	font-weight:600 !important;
}
/* .btn {
	border-radius:30px !important;
	-webkit-border-radius:30px !important;
	-moz-border-radius:30px !important;
} */
.expire_actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.expire_actions .expirtBtn {
	font-size: 30px;
    font-weight: 600;
    color: #fff;
    background: none;
    border: none;
    transform: rotate(-45deg);
	opacity:0.8;
}
.modal.show .modal-dialog {
    transform: none;
    height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}
.other-profModal .card {
	margin-bottom:15px;
}
.other-profModal .card-body {
	padding:10px;
}
.other-profModal .card-body figcaption h5 {
	font-weight:600;
	font-size:14px;
	margin-bottom:3px;
}
.other-profModal .oth-profile-image {
	width:65px;
	height:65px;
}
.other-profModal .choose_check {
	position: absolute;
    top: 0;
    right: 0;
}
select.form-control {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.asterisk_sign {
	color:red;
}
.disabled, :disabled {
    pointer-events: inherit !important;
    cursor: no-drop !important;
    opacity: 1 !important;
    background: #e9ecef;
    border-color: #ced4da !important;
}

.no-record-find{padding-top: 100px;}
.no-record-find ~ h5{margin-bottom: 100px;}

.no-record-find img {
	height:190px;
	display:inline-block;
	margin-bottom:40px;
}
.custom-pricing-modal .h6 {
	margin-bottom:20px;
	color:#000;
	font-size:20px;
	font-weight:700;
}
.custom-pricing-modal ul {
	margin:0;
	padding:0;
}
.custom-pricing-modal ul li {
	list-style:none;
	display:block;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:none;
	border-bottom:1px solid #f1f1f1;
}
.custom-pricing-modal ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.custom-pricing-modal .modal-header {
	background-color:#f1f1f1;
	overflow:hidden;
	min-height:98px;
}
.custom-pricing-modal .btn-close {
	background:#3b79c9;
}
.custom-pricing-modal .modal-header .modal-title {
	font-size:24px;
	padding:10px 15px;
	background-color:#3b79c9;
	text-transform:uppercase;
	padding-bottom:0;
}
.custom-pricing-modal.free .modal-header .modal-title  {
	background-color:transparent;
}
.custom-pricing-modal.monthly .modal-header .modal-title  {
	background-color:transparent;
}
.custom-pricing-modal.yearly .modal-header .modal-title  {
	background-color:transparent;
}
.custom-pricing-modal.free .modal-header {
	background:#dcebff url(../images/free-active@2x.png) no-repeat center bottom;
	background-size:100% 50px;
	border-color:#a1cafe;
}

.custom-pricing-modal.monthly .modal-header {
	background:#e9f7f7 url(../images/month_bg2x.png) no-repeat center bottom;
	background-size:100% 50px;
	border-color:#bae6e7;
}
.custom-pricing-modal.yearly .modal-header {
	background:#f3f0f8 url(../images/year_bg2x.png) no-repeat center bottom;
	background-size:100% 50px;
	border-color:#d3c3f1;
}
.custom-pricing-modal.free .modal-header .modal-title, .custom-pricing-modal.free .modal-header .sub-price {
	color:#0f6ee6;
}
.custom-pricing-modal.monthly .modal-header .modal-title, .custom-pricing-modal.monthly .modal-header .sub-price {
	color:#21d1d1;
}
.custom-pricing-modal.yearly .modal-header .modal-title, .custom-pricing-modal.yearly .modal-header .sub-price {
	color:#895cd1;
}
.custom-pricing-modal .modal-header .sub-price {
	font-size:35px;
}
.custom-pricing-modal .modal-header .sub-price small {
	position: relative;
    top: -11px;
    font-size: 18px;
    margin-right: 2px;
}
.custom-pricing-modal .fas {
	font-size:14px;
}
select#patient_name {
	padding-top:6px !important;
}
.user-profile-image {
    position: relative;
    height: 120px;
    display: block;
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    z-index:9;
	top: 0;
}
.user-profile-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 300px;
    border: none;
    border-radius: 50%;
    padding: 0;
}

/* .patient-report-slider {
	padding: 30px 30px 15px;
	margin-top: 0;
} */
/* .about-storage {
	top: inherit;
    bottom: -80px;
    position: absolute;
    right: 2rem;
    left: 2rem;
} */
.aside-navbar ul.nav-tabs {
	background:none;
}

/* .aside-navbar .navbar-nav li.nav-item .nav-link {
	color:#fff;
	font-weight: 400;
	font-size: 15px;
	background:transparent;
	transition: all ease-in 0.3s;
	position: relative;
} */

.menu-block .navbar {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-brand img {
	max-height: 40px;
}
.user-prof-icons {
	position: absolute;
    /* bottom: -175px; */
    z-index: 99;
    right: 30px;
    left: 30px;
}
.fa-history {
	float:right;
	margin-top:18px;
}
.bottom-border {
	border-bottom:1px solid #f00;
}
.multiselect-dropdown[_ngcontent-c5] .dropdown-btn[_ngcontent-c5] {
        display: inline-block;
        border: 1px solid #adadad;
        width: 100%;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.1;
        text-align: left;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border-radius: 4px;
   }
   .row-chronic select, .row-surgeries input[type="date"] {
		width: calc(100% - 38px);
	}
   .row-chronic span.add-btn, .global-element .global-remove {
		right: 15px;
		top: 0px;
		line-height: 41px;
		height: 41px;
   }
   .row-surgeries span.add-btn, .row-surgeries .global-remove {
		right: 15px;
		top: 0;
		line-height: 40px;
		height: 40px; 
   }
   .form-control::placeholder {
	   color:#454545 !important;
	   font-weight:400 !important;
   }
   
   .passwordblock {
		position: relative;
		display: block;
		width: 100%;
   }
   .passwordblock span {
		position: absolute;
		right: 0;
		top: 0;
		width: 38px;
		height: 38px;
		text-align: center;
		line-height: 38px;
		cursor: pointer;
   }
   .passwordblock span.fa-eye-slash {
	   color:#ccc;
   }
   .col-lg-9 .health-content {
    background: #fff;
    padding: 25px;
    margin-top: -105px;
    border-radius: 8px;
   }
   .col-lg-9 .health-content .container {
	   padding-left:0;
	   padding-right:0;
   }
   .about-fdfa.mt-3, .about-fdfa.mt-md-5  {
	   /* margin-top:1rem !important; */
	   margin-top:0 !important;
   }
   .other-profile-block .card .card-body {
	   background-color:#fbfbfb;
	   border-radius:8px;
	   border:1px solid #f1f1f1;
   }
   .editProfile-image:hover {
	color:#fff !important;
}
.report-dtl-head .links-block a.dropdown-toggle:after {
	content:'';
	display:none;
}
.report-dtl-head .links-block .dropdown-menu {
	min-width:48px !important;
	background:#ecf4ff;
	border-color:#c6d9f2 !important;}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab, .report-dtl-head .links-block .dropdown-menu.show li a i.fas {
	font-size:20px;
}
.report-dtl-head .links-block .dropdown-menu.show li a {
	margin-left:0;
	padding:8px 13px;
	text-align:center;line-height:1;
}
.report-dtl-head .links-block .dropdown-menu.show li a.btn:focus {
	box-shadow:none !important;
}
.badge {
	font-weight:500 !important;
	box-shadow:none;
	font-size:13px !important
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-facebook {
	color:#336699;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-twitter {
	color:#00abf5;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-google-plus {
	color:#f13014;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-google-plus {
	color:#f13014;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-linkedin {
	color:#007eb7;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-pinterest {
	color:#df0000;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fab.fa-whatsapp {
	color:#00de5d;
}
.report-dtl-head .links-block .dropdown-menu.show li a i.fas.fa-envelope-square {
	color:#00bfc5;
}
span.langtag { 
    background: #fbfbfb;
    padding: 4px 7px;
    margin-right: 3px;
    display: inline-block;
    border-radius: 0;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 3px;
    border-radius: 3px;
    font-size: 12px;
}
.available-physicain .specialist-card .btn-primary-outline.btn-for-select {
	background-color:#00bed5 !important;
	border-color:#00bed5 !important;
}
.selected-physician {
	position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    line-height: 30px;
}
.available-physicain .not-any-available-conslt {
	height: calc(100% - 30px);
}
.available-physicain .not-any-available-conslt .specialities-col {
	height:calc(100% + 5px);
}
.available-physicain .not-any-available-conslt .card-body figcaption {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	padding-bottom:5px;
}
.confirmrow {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:10px
}
.confirmrow label {
	-ms-flex: 0 0 32%;
    flex: 0 0  32%;
    max-width: 32%;
	font-weight:500;
	text-align:left;
}
.order-confirm-final .card {
	border-color:#badff1;
	background:#effaff;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
}
.order-confirm-final .specialist-card .specialities-col:hover {
	box-shadow:none;
}
.order-confirm-final .card-body {
	padding:20px;
}
.confirmrow span {
	-ms-flex: 0 0 68%;
    flex: 0 0  68%;
    max-width: 68%;
	text-align:left;
}
i.orderconirm-img {
	width:80px;
	height:auto;
	margin:0 auto 20px;
	display:block;
}
i.orderconirm-img img  {
	width:100%;
	height:auto;
}
.btn {
	/*min-width:80px !important;*/
	margin-left:2px;
	margin-right:2px;
}
.sm-date {
	margin-top:-5px;
	color:#4585d9;
}
.sm-date small {
	font-size:95%;
}
.updateConsultTab .tp-mode-o {
	font-size:31px;
}
.consult-profile-block {
	background-color:rgba(255, 255, 255, 0.4) !important;
	border:none !important;
}
.health-status-card {
	background-color:rgba(255, 255, 255, 0.7) !important;
}
.modal-dialog {
    max-width: 700px !important;
}
.rounded-circle-center {
    border-radius: 50%!important;
    display: block !important;
    width: 60px !important;
	height:60px !important;
	max-width:60px !important;
    margin: 0 auto;
}
.modalScroll {
	max-height:400px;
	overflow:auto;
}
.sorting-btn .btn {
    height: 37px;
    line-height: 37px !important;
	width:37px !important;
    border-radius: 0px !important;
    padding: 0;
    display: inline-block;
    padding:0 !important;
    margin-top: 0;
	margin-left:5x;
	position:relative;
	top:-1px;
}
.float-right.sorttype-block > div {
	margin-right:5px;
}
.close-modal {
	background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 22px;
}
.modal-dialog .modal-content {
	background:none;
	box-shadow:none;
}
.health-header.health-physician-header .profile-block {
	margin-bottom:16px;
	height:175px;
}
.modal-content .custom-modal-content {
	background:#fff;
	width:70%;
	margin:0 auto;
}
.comfirm-modal-box .icon-center-thanks {
	margin-top:-48px;
	position:relative;
}
.comfirm-modal-box .icon-center-thanks i, .comfirm-modal-box .icon-center-thanks i {
	width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #343a40;
    line-height: 44px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #343a40;
}
a.row-link {
	color:#212529;
}
a.row-link:hover {
	text-decoration:none;
	color:#000;
}
.modal-content-outer {
	background:#fff;
}
.sorttype-block div .form-control {
	margin-top:0;
	margin-bottom:0;
	margin-left:0px;
	padding: 0px 5px !important;
    height: 27px !important;
    line-height: 27px !important;
}
.multiselect-dropdown[_ngcontent-dvf-c122] .dropdown-btn[_ngcontent-dvf-c122] {
	border-radius:0 !important;
	border-color:#ced4da !important;
	padding-left:6px !important;
	padding-right:6px !important;
}

.multiselect-dropdown[_ngcontent-dvf-c122] .dropdown-btn[_ngcontent-dvf-c122] .dropdown-multiselect__caret[_ngcontent-dvf-c122] {
	height:41px !important;
}
.row.row-chronic {
	margin-bottom:15px;
}
.card  {
	border:none !important;
	background:rgba(255, 255, 255, 0.7) !important;
}
.report-block-header small {
	font-weight: 600;
	font-size: 92%;
	margin-top: 3px;
    display: block;
}
.card.update-report-card {
	font-weight: 500;
    font-size: 14px;border: 1px solid #ebe9e9 !important;
}

.report-card-outer .card .card-header a {
	font-size:14px;
}
.card.update-report-card i, .custom-update-report-card i {
	width:16px;
	text-align:left;
	display:inline-block;
	margin-right:5px;
}
.card.update-report-card .report-footer-dtl, .custom-update-report-card .report-footer-dtl {
	font-family:arial;
}
.card.update-report-card .report-footer-dtl i, 
.card.update-report-card .report-tag i, 
.card.update-report-card .report-type i,
.custom-update-report-card .report-footer-dtl i, 
.custom-update-report-card .report-tag i, 
.custom-update-report-card .report-type i {
	color: #3b79c9;
}
.report-tag:before, .report-tag:after {
	display: table;
	content: '';
}
.report-tag:after {
	clear: both;
}
.report-tag a {
	margin:0 3px;
}
.card.update-report-card .report-tag a, .custom-update-report-card .report-tag a {
	font-size: 14px;
    background: #c1dbfc;
	border:1px solid #3b79c9;
    padding: 6px 12px;
    color: #3b79c9;
    border-radius: 50px;
	margin-right:5px;
	display: inline !important;
	height: auto !important;
    margin-bottom: 0 !important;
}
.card.update-report-card .card-title, .custom-update-report-card .card-title {
	color: #333;
    font-size: 18px;
    font-weight: 600;
}
.card.custom-update-report-card .card-body  {
	font-size:14px;
	font-weight:500;
}
.card.custom-update-report-card .card-body
.card.custom-update-report-card {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	margin-bottom:30px !important;
}
.card.custom-update-report-card .card-body {
	padding:15px 10px;
}
.custom-update-report-card .report-tag a {
	font-size:13px;
	font-weight:500 !important;
	margin-right:2px;
	background: #c1dbfc !important;
	border:1px solid #3b79c9 !important;
    padding: 6px 12px !important;
    color: #3b79c9 !important;
    border-radius: 50px !important;
}
.count-for-report {
	border-right:1px solid #333;
	margin-right:10px;  
	padding-right:15px;
}
.card {
	border:none !important;
	background:rgba(255, 255, 255, 0.7) !important
}
.consult-profile-block .card-body h5 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0;
    display: block;
}
.consult-profile-block .card-body h5 small {
	font-size:92%;
	font-family:arial;
}
.report-tag .label-bold, .report-type .label-bold {
	display:inline-block;
	width:100px;
	position:relative;
	margin-right:10px;
}
.report-tag .label-bold:after, .report-type .label-bold:after {
	content:':';
	position:absolute;
	right:0;
	top:0;
}

.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
	
}
.personal-info li {
    margin-bottom: 15px;display:flex;
}
.personal-info li .title {
    color: #000;
    font-weight: 600;
    margin-right: 30px;
	font-size:15px;width:140px;
}
.personal-info li .text {
    color: #333;
    display: block;
    overflow: hidden;
	font-size:15px;
}
.personal-info li a {
	color:#333;
}
.profile-update-header {
	background:url(../images/profile-bg.jpg) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:0;
	opacity:0.2;
}
.profile-basic .user-name.update-txt-style {
	color:#3b79c9;
	text-align:left;
	position:relative;
	display:inline-block;
}
.profile-basic .user-name.update-txt-style:after {
	content:'';
	border-bottom:2px dashed #3b79c9;
	width:100%;
	position:absolute;
	left:0;
	bottom:-15px;
	margin-left:0;
}
.profile-basic .user-name.update-txt-style small{
	display:block;
	font-size:14px;
	font-weight:500;
	margin-top:5px;
	color:#333;
}
.profile-card-body {
	border:1px solid #d6d6d6;
	border-radius:4px;
	overflow:hidden;
	box-shadow:0px 0px 8px rgba(0, 0, 10, 0.2);
}
.card-shadow {
	border:1px solid #d6d6d6;
	box-shadow:0px 0px 8px rgba(0, 0, 10, 0.2);
}
.profile-activity-block {
	margin-left:15px;
	margin-top:5px;
	text-transform:capitalize;
}
.profile-activity-block li {
	list-style:none;
	margin-bottom:5px;
	font-size:14px;
	border-bottom:1px dashed #d6d6d6;
	padding-bottom:5px;
	line-height:1.8;
}
.profile-activity-block li span {
	font-weight:600;
	width:60px;
	display:inline-block;
	position:relative;
	margin-right:10px;
}
.profile-activity-block li span:after {
	content:':';
	position:absolute;
	right:0;
	top:0;
}
.profile-activity-block li:last-child {
	margin-bottom:0;
	border:none;
	padding-bottom:0;
}
.h-profile-title {
	color:#3b79c9;
	font-size:22px;
	margin-bottom:15px;
	font-weight:700;
}
.custom-input-tag-u .ng2-tag-input {
	border-bottom: none !important;
}
.custom-input-tag-u .ng-trigger {
	height:40px;
    border-radius: 0;
    margin: 0 5px 5px 0;
    line-height: 40px;
	background: #c1dbfc;
    border: 1px solid #3b79c9;
	color: #3b79c9;
}
.custom-input-tag-u .ng-trigger:hover {
	background: #c1dbfc !important;
    border: 1px solid #3b79c9 !important;
	color: #3b79c9 !important;
	box-shadow: none !important;
}
.custom-input-tag-u svg {
	height: 40px !important;
}
.multiselect-dropdown .dropdown-btn {
	border-color: #ced4da !important;
	border-radius: 0 !important;
	min-height: 41px;
	margin:0; 
	background-color: #fff;
	padding-left:6px !important;
}
.multiselect-dropdown .dropdown-btn .selected-item {
	background: #c1dbfc !important;
    border: 1px solid #3b79c9 !important;
	color: #3b79c9 !important;
	font-size: 14px;
    border-radius: 0 !important;
    padding: 2px 8px !important;
	max-width: 100% !important;
	margin-bottom: 1px;
    margin-top: 1px;
}
.multiselect-dropdown .dropdown-btn .selected-item a {
	padding-left:5px !important;
	padding-right:0px !important;
	color:#000 !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
	height: 40px !important;
	padding: 0;
	line-height: 40px;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before {
	content: "\f078" !important;
	font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
	border:none !important;
	top:8px !important;
	right:0px !important;
	font-size: 12px;
	color:#444 !important;
} 
.multiselect-dropdown .dropdown-btn .selected-item:hover{box-shadow:none !important;}
.multiselect-dropdown .dropdown-list{box-shadow: none !important;
    margin-top: 5px !important;
    border-radius: 0 !important;border-color:#dee2e6 !important;padding:0 !important}
.multiselect-dropdown .dropdown-list .filter-textbox{}
.multiselect-dropdown .dropdown-list .filter-textbox input{}
.autocomplete-container .input-container input{border: 1px solid #dee2e6 !important;}
.autocomplete-container {
	box-shadow: none !important;
}
.add-more-div .position-relative {
	margin-bottom: 10px;
}
.file-loading {
	position: relative;
	background-color: #ced4da;
	width: calc(50% - 16px);
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.file-loading:after {
	position:absolute;
	left:0;
	right:0;
	text-align: center;
	content: "Upload File";
	top:0;
	margin-left:30px;
	font-weight: 600;
}
.file-loading:before {
	position:absolute;
	left:0;
	right:0;
	text-align: center;
	content: "\f093"; 
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	margin-left:-80px;
}
.file-loading input[type="file"] {
	opacity: 0;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height: 100% !important;
	z-index: 5;
}
input[type="date"] {
	padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
	.txt-stg {
		font-size:12px !important;
	}
	.patient-name-age .form-control {
		width:100%;
	}
}
@media screen and (max-width: 992px) {
	h6.verification-txt-block {
		padding:15px 0 5px;
	}
	.about-patient-row .stg-inner-cont {
		margin-left:0;
		margin-bottom:5px;
	}
	.patient-report-slider {
		margin-top:209px;
	}
	.report-card-outer .nav-item {
		margin-bottom:1px;
	}
	.report-card-outer .nav-link {
		padding-left:5px;
		padding-right:5px;
		background:#fbfbfb;
	}
	/* .patient-report-slider {
		height:auto;
	} */
	.search-report-block {
		margin-top:0;
	}
	.srch-mob-blk {
		width:100%;
	}
	.report-links {
		width:100%;
		display:block;
		margin-left:0;
	}
	.loop-row-block label {
		margin-bottom:0;
	}
	.loop-row-block.d-flex {
		display:block !important;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px dashed #ccc;
	}
	.stg-inner-cont {
		margin-bottom:5px;
	}
	.about-storage {
		position:relative;
		top:inherit;
		margin-top:20px;
	}
	/*.about-storage {
		position: absolute;
		top: inherit;
		margin-top: 20px;
		right: 15px;
		left: 0;
		bottom: 0px;
	}*/
	.user-profile-image {
		top:0;
		margin-top:10px;
	}
	.profile-block {
		height:auto;
		padding-bottom:16px;
	}
	.user-profile-image {
		height:100%;
		width:100%;
		max-width:115px;
		max-height:115px;
		margin-bottom:30px;
	}
	.aside-navbar::before {
		width:260px;
		height:260px;
		top:-150px;
		left:50%;
		margin-left:-130px;
	}
	.user-profile-image img {
		width:100%;
		height:auto;
	}
	.aside-navbar ul.nav-tabs {
		margin-top:0;
	}
	.aside-navbar {
		height:calc(100% - 50px);
		margin-top:0px;
	}
	/* .patient-report-slider {
		border-radius:0;
		margin-top:0;
	} */
	.about-patient-row {
		border-radius:0;
	}
	label {
		font-size:14px;
	}
	.head-block h4 {
		margin-bottom:20px;
	}
	.divider-block {
		margin-bottom:20px;
	}
	.p-report-header span.text-bold {
		display: inline-block;
		margin: 0 0 8px;
	}
	/* responsive css 25 May 2021 for 992 */
	
	.about-storage {
		position:relative;
		bottom:0;
		left:0;
		right:0;
		top:0;
	}
	.about-patient-row  {
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}
	.profile-block {
		margin-bottom:16px;
	}
	.patient-report-card .card-header, .report-card-outer .card .card-body {
		padding:10px;
	}
	/* add css on dated 27May2021 */
	.nav-tabs .nav-link {
		font-size:14px;
		margin-bottom: 0 !important;
	}
	.loop-row-block label::after {
		content:'';
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.account-head img {
		max-width:200px;
		margin-bottom:10px;
	}
	.image-login-block img {
		height:auto;
	}
	.outer-card {
		box-shadow:none !important;
		border-radius:0;
	}
	.card2 {
		margin:0;
	}
	.card.card0 {
		background:none !important;
	}
	.account-inner-box {
		padding-left:0;
		padding-right:0;
	}
	.resend-otp-txt {
		margin-bottom:10px;
	}
	.menu-block {
		background:#fff;
	}
	.health-header .navbar .include-sidebar-nav a {
		color: #3b79c9;
		margin: 0;
		padding: 5px 0;
	}
	.include-sidebar-nav span.collapseBtn {
		position: absolute;
		right: 0;
		top: 4px;
		width: 40px !important;
		bottom: 0;
	}
	.include-sidebar-nav span.collapseBtn i {
		color:#3b79c9;
	}
	.include-sidebar-nav span.collapseBtn i.fa-chevron-down {
		color:#fff;
	}
	.include-sidebar-nav .aside-navbar, .include-sidebar-nav .aside-navbar ul.nav-tabs {
		margin-top:0;
	}
	.include-sidebar-nav .aside-navbar ul.nav-tabs {
		border:none;
	}
	.health-header .navbar .include-sidebar-nav .nav-item a {
		padding:10px 0;
		color:#fff;
	}
	/* .topSidebar {
		right:25px; 
	} */
	.menu-block .navbar-toggler {
		padding: .25rem 0rem .25rem .75rem;
		position:relative;
		top:-6px;
		z-index:9;
	}
	/* .patient-report-slider {
		margin-top: 0;
	} */
	.profile-block {
		height:270px;
	}
	.user-profile-image {
		top:0;
		margin:20px auto 20px;
		width:100px;
		height:100px;
		position:relative;
	}
	.user-profile-image img {
		width:100%;
		margin-bottom:20px;
		height:auto;
	}
	.about-storage {
		position:static;
		margin-bottom:16px;
	}
	/* .patient-report-slider {
		height:auto;
	} */
	.srch-mob-blk {
		position:relative;
	}
	.srch-mob-blk .search-report-block {
		width:auto;
		margin-right:44px;
	}
	.advance-search-block {
		position:absolute;
		top:7px;
		right:0;
	}
	.search-report-block small {
		display:block;
		line-height:1.1;
		margin-top:5px;
	}
	.sidebar-nav-mob .quick-links {
		display:none !important;
	}
	.profile-block {
		height:auto;
	}
	.aside-navbar {
		margin-top:0;
	}
	.text-lft-mob {
		text-align:left !important;
	}
	.timetable {
		padding:10px;
	}
	.specialities-block {
		padding:30px 15px;
	}
	.rd-0 {
		border-radius:30px !important;
		padding:5px 20px;
	}
	.profile-block {
		padding-bottom:0;
		margin-bottom:16px;
	}
	.divider-block {
		margin-bottom:20px;
	}
	.float-right.sorttype-block {
		float:left !important;
	}
	.head-block .float-left {
		width:100% !important;
	}
	.head-block .float-left.srch-mob-blk .search-report-block {
		width:80% !important;
	}
	.report-card-outer table.lab-report-table td {
		display:block;
		padding-top:4px;
		padding-bottom:4px;
		width:100%;
	}
	.report-card-outer table.lab-report-table td:nth-child(4).text-right {
		text-align:left !important;
	}
	.form-register-outer .nav-pills .nav-link {
		font-size:14px;
		padding:8px !important;
	}
	.menu-block .navbar {
		padding-top:8px;
		padding-bottom:23px;
	}
	
	/* responsive css 25 May 2021 for 767 */
	.navbar-brand {
		max-width:150px;
		margin-top:10px;
	}
	.sidebar-nav-mob {
		display:none;
	}
	.about-patient-row .progress {
		height:10px;
	}
	.report-card-outer .nav-link {
		font-size: 15px;
		border: 1px solid #3b79c9 !important;
		margin: 0px 1px;
		padding:8px 12px;
	}
	.about-s-patient-rc .about-patient-row .stg-inner-cont {
		padding-top: 18px;
		padding-bottom: 4px;
	}
	.subTab-menu .nav-link {
		font-size:12px;
		border-color:#333 !important;
	}
	.patient-name-age .h4 {
		font-size:18px;
	}
	.language-select {
		float: none;
		margin-left:0;
		height: 25px;
		display: block;
		right: -25px;
		position: relative;
		top:3px;
	}
	.goog-te-gadget .goog-te-combo {
		margin:0 !important;
	}
	.language-select select {
		border-radius:0;
	}
	.user-profile-dropdown .dropdown a.dropdown-toggle {
		font-size:14px;
	}
	.patient-report-card .card-header, .report-card-outer .card .card-body {
		padding:10px;
	}
	.aside-navbar::before {
		left:50%;
		margin-left:-130px;
	}
	.user-profile-image .edit-profile-l {
		line-height:16px;
		width:35px;
	}
	.user-profile-image .edit-profile-l {
		top: calc(100% - 34px);
	}
	.user-patient-tab, .subTab-menu .nav-tabs {
		flex-flow:inherit !important;
		-moz-flex-flow:inherit !important;
		-webkit-flex-flow:inherit !important;
		overflow:auto;
		white-space:nowrap;
	}
	.nav-tabs .nav-item {
		margin-bottom:0;
	}
	.nav-tabs .nav-link {
		font-size: 15px;
		border: 1px solid #3b79c9 !important;
		margin: 0px 1px;
		padding: 8px 12px;
	}
	.subTab-menu .nav-item:last-child .nav-link {
		border-right: 1px solid !important;
	} 
	.subTab-menu .nav-tabs .nav-link {
		border-color:#333 !important;
		padding:5px 8px;
	}
	.p-dtl li {
		display:block;
		border:none;
		margin-bottom:6px;
		padding:0;
		margin-right:0;
	}
	.userdtl-update .result, .userdtl-update label {
		width:100%;
	}
	.u-dr-row {
		top:0;
		margin-bottom:15px;
	}
	.aside-navbar li.nav-item .nav-link {
		border:none !important;
	}
	.tp-mode-o {
		text-align:left;
	}
	.text-right.text-lft-mob {
		text-align: left !important;
	}
	.switch-dropdown .d-block {
		width:100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 576px) {
	h4, .h4 {
		font-size:20px;
	}
	.head-block h4 {
		margin-bottom:15px;
	}
	.ml-auto-mob {
		margin-right: auto !important;
		display: block;
		width: 100%;
		margin-top: 9px;
	}
	.image-login-block img {
		width:auto;
		height:auto;
	}
	.form-register-outer .nav-pills .nav-item {
		margin-bottom:1px;
		margin-top:1px;
	}
	.form-register-outer .nav-pills .nav-link {
		padding:15px;
	}
	/* .patient-report-slider {
		padding:15px 10px;
	} */
	.btn {
		margin-bottom:1px;
	}
	.align-self-center-mob .tp-mode-o {
		text-align:left;
	}
	.p-dtl {
		margin-top:0;
	}
	
	/* responsive css 25 May 2021 for 576 */
	.btn-sm {
		font-size: 13px !important;
		padding-left:5px;
		padding-right:5px;
	}
	#pricing-table .card .card-header .card-title {
		font-size:20px;
	}
	#pricing-table .sub-price {
		font-size:22px;
	}
	#pricing-table ul {
		float:none;
		display:block;
	}
	.subs-info-link {
		top:6px;
	}
	#pricing-table .btn {
		float:left;
		padding-left:10px;
		padding-right:10px;
	}
	.about-patient-row {
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 359px) {
	.menu-block .navbar-toggler {
		margin-top:-3px;
	}
	.language-select select {
		width:145px;
	}
	.navbar-brand img {
		max-height:28px;
	}
	.btn-sm {
		padding-left:2px;
		padding-right:2px;
	} 
}

.card.custom-update-report-card .card-body  {
	font-size:14px;
	font-weight:500;
}
.card.custom-update-report-card {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) !important;
	margin-bottom:30px !important;
}
.card.custom-update-report-card .card-body {
	padding:15px 10px;
}
.custom-update-report-card .report-tag a {
	font-size:13px;
	font-weight:500 !important;
	margin-right:2px;
}
#otherResultgallery a, #bodyResultgallery a, #drnoteResultgallery a, #imagingResultgallery a, #labResultgallery a {
    height: 170px;
	display:inline-block !important;
}
.card.patient-list-col {
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.2);
	color:#666;
}
.card.patient-list-col div {
	font-size:14px;
}
.age-s {
	font-size:14px;
}
.lang-block {
	font-size:15px;	
}
.sm-label-bold {
	font-weight:600;
	color:#000;
}
.submited-by.text-sm-dt {
	font-size:13px !important;
	font-weight:500;
	color:#000;
}
.patient-list-col .patient-dtl-block p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
}
.patient-list-col div, .patient-list-col span {
	font-size:15px;
	color:#ccc;
}
.patient-list-col .patient-dtl-block a {
	font-size:13px;
	font-weight:600;
}
.card.updated-patient-list {
	box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.card.updated-patient-list * {
	font-size:15px;
}
.updated-patient-list .h4 {
	font-size:20px;
	font-weight:600;
	color:#3b79c9;
}
.updated-patient-list .h4.text-sm-p {
	font-size:18px;
	font-weight:700;
}
.updated-patient-list p {
	font-weight:400;
	font-size:16px;
	line-height:1.4;
}
.updated-patient-list a.link-primary {
	font-weight:600;
	font-size:14px;margin-right:15px;
}
.patient-pic {
	height:100%;
}
.patient-pic img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.loop-row-block {
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #b1b1b1;
    padding-top: 6px;
    padding-bottom: 6px;
}
.loop-row-block:last-child {
	border:none;
}
.icon-center-thanks {
    width: 50px;
    margin: -42px auto 15px;
}
.icon-center-thanks i, .icon-center-thanks i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #343a40;
    line-height: 44px;
    border-radius: 50%;
    font-size: 25px !important;
    color: #fff;
    text-align: center;
    background: #343a40;
}
/* chat css */
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #f1f1f1;
    clear: both;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
	background:rgb(255 255 255 / 70%);
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: top;
  width: 100%;
 }
 .received_withd_msg p {
	background: #ebebeb none repeat scroll 0 0;
    border-radius: 25px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 18px 25px 18px 25px;
    width: auto;
    font-weight: 500;
    line-height: 1.5;
    border-top-left-radius: 0;
    display: inline-block;
    min-width: 122px;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { 
	max-width: 50%;
    display: inline-block;
}
.mesgs {
  padding: 0;
  width: 100%;
}

 .sent_msg p {
	background: #3b79c9 none repeat scroll 0 0;
	border-radius: 25px;
	font-size: 14px;
	margin: 0; color:#fff;
	padding: 18px 25px;
	width:auto;
	font-weight:500;
	line-height:1.5;
	text-align:left;
	display:inline-block;
	border-bottom-left-radius:0;
	min-width:122px;
}
.outgoing_msg{ overflow:hidden; margin:10px 0 10px;}
.outgoing_msg .outgoing_msg {margin:0;}
.sent_msg {
  float: right;
  max-width: 50%;
  text-align:right;
}
.sent_msg img, .received_msg img, .sent_msg img.img-thumbnail, .received_msg img.img-thumbnail {
	max-height:auto;
	max-width:130px;
	padding:0;
	background:none;
	border-radius:0;
}
.sent_msg i, .received_msg i {
	color:#fff;
	font-size:30px !important;
}
.received_msg i {
	color:#000 !important;
}
.sent_msg .img-large-icon, .received_msg .img-large-icon {
    font-size: 30px;
    opacity: 1;
    height: auto;
	line-height:1.1;
}
.input_msg_write {
	position:relative;
}
.input_msg_write input {
  background: #fff;
    color: #333;
    font-size: 15px;
    min-height: 60px;
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
    border: none !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #3b79c9 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 16px;
  top: 12px;
  width: 33px;
}
.messaging { padding: 0 0 0 0;}
.msg_history {
  height: 440px;
  overflow: auto;
  padding-right:16px;
}
.chat-header figure {
	width:60px;
	height:60px;
	border-radius:50%;
	margin-right:15px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:0;
}
.chat-header figure img{width:100%;height:52px;object-fit:cover;}
.chat-header h6 {
	font-size:18px;
	font-weight:600;
	color:#3b79c9;
}
.chat-header h6 small {
	color:#000;
}
.chat-header {
	align-items: center;
	padding:10px 15px 10px 15px;
	background:rgb(255 255 255 / 90%);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-bottom:0px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.btn-attact {
	position: absolute;
    width: 33px;
    height: 33px;
    background: none;
    display: inline-block;
    left: 16px;
    top: 13px;
    color: #333;
    text-align: center;
    line-height: 33px;
    overflow: hidden;
}
.btn-attact input[type="file"] {
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.meeting-option {
	position:absolute;
	right:16px;
	top:0;
}
.meeting-option a {
	margin-left:3px;
}
.meeting-option a i {
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	background:#3b79c9;
	font-size:20px !important;
	color:#fff;
	transition:all 0.5 ease-in;
}
.updated-patient-list figure {
	position:relative;
	overflow:hidden;
	height:100%;
}
.updated-patient-list figure img {
	width:100%;
	height:100%;
	object-fit:cover;
} 
.updated-patient-list figure .meeting-option {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	left:-300px;
	right:inherit;
	bottom:0;
	display: flex !important;
    align-items: center;
    justify-content: center;
	top:inherit;
	transition:all 0.5s;
}
.updated-patient-list figure .meeting-option a {
	margin:0 6px;
}
.updated-patient-list figure .meeting-option a i {
	width:30px;
	height:30px;
	line-height:30px;
}
.updated-patient-list:hover figure .meeting-option {
	left:0px;
}
.typeOfConsutl {
	display: flex;
    align-items: center;
	color:#3b79c9;
}
.typeOfConsutl i {
	font-size:26px !important;
	margin-left:0;
}
.tpconsult {
	position:absolute;
	right:0;
	bottom:0;
	width:60px;
	height:60px;
	background:none;
	text-align:center;
	line-height:60px;
	font-size:26px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-top-left-radius:45px;
	overflow:hidden;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
}
.tpconsult i {
	font-size:26px !important;
	width:60px;
	height:60px;
	background:rgba(255,255,255,0.9);
	line-height:60px;
	color:#3b79c9;
}
.send-prf-link a:hover h6 {
	text-decoration:underline;
}
p.no-background {
    padding: 0;
	overflow:hidden;
	background:none;
}
a.file-name-msg {
	display: flex;
    align-items: center;
}
a.file-name-msg .fileName {
	font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
.received_withd_msg a.file-name-msg .fileName {
	color: #000;
}
.sent_msg a.file-name-msg .fileName {
	color: #fff;
}
/* .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary.dropdown-toggle:focus, .btn-secondary.dropdown-toggle:hover {
	background-color: #545b62 !important;
}
.btn-info, .btn-primary, .btn-info:hover, .btn-primary:hover, .btn-secondary, .btn-secondary:hover {
	color:#fff !important
} */
.complete-consult {
    position: absolute;
    right: 0;
    padding: 8px 15px;
    bottom: 0;
    background: #0148a4;
    color: #fff !important;
    font-weight: 600;
    border-top-left-radius: 10px;
}
.complete-consult:hover,.complete-consult:focus,.complete-consult:active{color:#fff !important;}
.compt-user-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}
.compt-user-img img{width:100%;height:58px;object-fit:cover;}
.dr-profile-bg h5 {
    font-weight: 700 !important;
    margin-bottom: 0;
    color: #3b79c9;
}
small.smLink {
    font-size: 13px;
    font-weight: 600;
}
small.smLink a {
    color: #28a745 !important;
}
.consult-note{background: #3472c3;
padding:7px 50px 10px;
color: #FFF;
position: absolute;
bottom: 9px;
right: -66px;
transform: rotate(-45deg);
border: 1px dashed #FFF;
box-shadow: 0 0 0 3px #3472c3;
margin: 5px;}
.consult-note.med{background: #EA4335;
box-shadow: 0 0 0 3px #EA4335;}
.card-body{position:relative;}

/* .subscription-prch-user .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#fff !important;
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	color:#495057 !important;
} */
a#toggle_btn {
	color:#fff !important;
}
a.logo img {
	filter: brightness(0) invert(1) !important;
}
.no-breakdob {
	white-space:nowrap;
}
.icon-center-thanks i.fa.fa-times, .icon-center-thanks i.fa.fa-check, .icon-center-thanks i.fa.fa-tasks, .icon-center-thanks i.fa.fa-spinner {
    background: none;
    border: none;
    width: auto;
    height: auto;
    color: #fff;
    line-height: 1.1;
    font-size: 14px !important;
    position: absolute;
    left: 31px;
    top: 26px;
}
.custom-pricing-modal .feedbackModal figure {
	width:120px;
	height:120px;
	border-radius:50%;
	background-color:#f1f1f1;
	margin:0 auto 20px !important;
}
.custom-pricing-modal .feedbackModal figure img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.custom-pricing-modal .feedbackModal h5 {
	font-size: 20px;
    font-weight: 600;
    margin-top: 20px !important;
    border-top: 1px dashed #f1f1f1;
    padding-top: 15px;
}
.custom-pricing-modal .feedbackModal ul {
	margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 20px;
}
.custom-pricing-modal .feedbackModal ul li {
	text-align:left;
}
.custom-pricing-modal .feedbackModal label {
	font-weight:600;
}
.modal-content .custom-modal-content.c-feedbackModal {
    background: #fff !important;
    width: 70% !important;
    margin: 0 auto;
}
.footer-pagination-block {
	display: block;
    width: 100%;
}
.footer-pagination-block .ngx-pagination {
	float: right;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.footer-pagination-block .ngx-pagination li{
    padding: 8px 15px !important;
    width: auto;
	background:#666;
}
.footer-pagination-block .ngx-pagination li a {
	background:none !important;
	color:#fff !important;
}
.footer-pagination-block .ngx-pagination .disabled {
	color:#fff;
	background:#666;
}
.footer-pagination-block .ngx-pagination .current {
	background:#3b79c9;
	border-color:#3b79c9;
}
.ngx-pagination .disabled:hover {
	background:#555 !important;
}
.notify-drop .fas {
	font-size:42px;
	opacity:0.4;
	margin-left:3px;
}
.ngx-pagination a, .ngx-pagination button {
	padding:0 !important;
}
.reviewCustom .modal-dialog > .modal-content {
	background:none !important; 
}
#pricing-table .primary_actions {
	display: flex;
    justify-content: center;
}

.markText {
	font-size:13px !important;
}

.menu-block .dropdown-menu.notify-drop .drop-content > li.unread-msg {
	background-color:#dae9fd !important;
}
/* .btn .btn-primary.hide-cursor {
	cursor:text !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: auto !important;
} */
.show-all-notification .drop-content li {
	list-style:none;
	padding:16px;
	border-radius:8px;
	margin-bottom:10px;
	background-color:rgba(255, 255, 255, 0.7);
	position:relative;
	overflow:hidden;
}
.show-all-notification .drop-content li:last-child {
	margin-bottom:0;
}
.show-all-notification .drop-content li:nth-child(odd) {
	border-left:3px solid #3b79c9;
}
.show-all-notification .drop-content li:nth-child(even) {
	border-left:3px solid #666;
}
.show-all-notification .drop-content li .media-body h5 {
	font-size:17px;
	margin-bottom:5px;
}
.show-all-notification .drop-content li.unread-msg {
	background-color:#f3f7fc;
}
.show-all-notification .drop-content li .media-body small {
	font-size:14px;
	font-family:arial;
}
.show-all-notification .drop-content li .media .notification-img i{
	font-size: 46px;
    color: #ccc;
    margin-left: 2px;
}
.show-all-notification .drop-content li.unread-msg {
	background-color:#f3f7fc;
}
.show-all-notification .drop-content li * {
	color:#999;
}
.show-all-notification .drop-content li.unread-msg * {
	color:#000;
}
.show-all-notification .drop-content li span.unread-tab, .show-all-notification .drop-content li span.read-tab {
    position: absolute;
    right: -15px;
    top: 7px;
    font-size: 12px;
    padding: 6px 15px;
    transform: rotate(45deg);
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
}
.show-all-notification .drop-content li span.unread-tab {
	background: #c9e9f6;
}
.show-all-notification .drop-content li span.read-tab {
	background: #ccc;
	top: 2px;
}
.upate-report-type {
	margin-top:14px;
}
.upated-report-block {
	position: relative;
    padding-left: 250px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 14px;
}
.upated-report-block span {
	position:absolute;
	left:0;
	top:0;
	width:230px;
	font-weight:600;
}
.upated-report-block span:after {
	content:':';
	position:absolute;
	right:0;
}

.report-block-sep.update-block-sep.rbs-row {
	border: 1px solid #e1e1e1;
    margin: 20px !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.report-block-sep.update-block-sep.rbs-row .dropdown-toggle::after {
	display:none;
}
.report-block-sep.update-block-sep.rbs-row .filter-dt-rpt label.label-sm{
	width:100%;
	line-height:23px;
}
.report-block-sep.update-block-sep.rbs-row h6 {
	color:#3b79c9;
	font-weight:700;
}
.report-block-sep.update-block-sep.rbs-row .report-block-header  {
	border-bottom: 1px solid #f1f1f1;
    padding-bottom: 6px;
	margin-bottom:10px;
}
.report-block-sep.update-block-sep.rbs-row .btn-sm {
	padding: 8px 20px !important;
    font-size: 16px !important;
    line-height: 1.1;
    margin-top: 13px;
}
.report-block-sep.update-block-sep.rbs-row h5 small {
	font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}
.report-block-sep.update-block-sep.rbs-row label {
	margin-bottom:0 !important;
	font-size:14px !important;
	font-weight:600 !important;
}
.report-block-sep.update-block-sep.rbs-row .form-control {
	border:none !important;
	border-bottom:1px solid #ccc !important;
	padding:0 !important;
	height:26px !important;
	width:100% !important;
	margin-left:0 !important;
}
.report-block-sep.update-block-sep.rbs-row button.faIcon,.btn-group-report button.faIcon {
	background:none;
	border:1px solid #3b79c9;
	width:32px;
	height:32px;
	display:inline-block;
	border-radius:50%;
	text-align:center;
	line-height:32px;
	font-size:16px;
	color:#3b79c9;
}
.report-block-subHeader {
	background:none;;
}
.report-card-outer table.updatedTable {
	border:none;
	margin:0;
}
.report-card-outer table.updatedTable tr th {
	font-weight:600;
}
.report-card-outer table.updatedTable tr th, .report-card-outer table.updatedTable tr td {
	font-size: 14px;
    white-space: nowrap;
    text-align: left;
    padding: 5px 15px !important;
    font-family: arial;
}
.report-show-block {
	position:relative;
}
.report-detail-table {
	position: static;
    right: 0;
    top: 50px;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0;
	max-height:200px;
	overflow:auto;
	margin:10px 0;
}
.report-block-sep.update-block-sep.rbs-row .form-inline span {
	font-size:14px;
	font-weight:600;
	width:100%;
	text-align:left;
	line-height:23px;
}
/* button.faIcon.showReportTable { display:none !important;} */
.viewGraphReport {
	display:none;
}
.viewGraphReport.graphActive{
	display:block;
}
.changelangBox {
	float:right;
	position:relative;
	top:0px;
	margin-left:10px;
}
.changelangBox select {
    padding: 4px 10px 4px 4px!important;
    border-radius: 5px !important;
    height: auto !important;
    line-height: 1.1;
    font-size: 14px;
}
.row.updateNew-row  {
	width:100% !important;
}
.row.updateNew-row .gallery-item.col-md-3 {
	margin:12px 12px !important;
	flex: 0 0 22%;
    max-width: 22%;
	width:22%;
	padding:0 !important;
}
.gallery-item.col-md-3 {
	position:relative;
}

 .gallery-item.col-md-3 img.pdf-image-set{
    width: 70px !important;
    height: auto !important;
    position:absolute !important;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-flags {
    display: inline-block;
    position: relative;
    color: #50575e;
    text-align: left;
    border: 1px solid #ccc;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    font-size: 13px;
	font-weight:600;
}
.sorting-button-update {
	margin-top:35px;
}
.list-country-flags {
    width: -moz-available;
    position: absolute;
    max-height: 200px;
    margin-top: 4px !important;
    padding: 6px 15px 6px 10px !important;
    background: #fff;
    border: 1px solid #c7c7c7;
    overflow: auto;
    z-index: 99999;
    right: 0;
    border-radius: 6px;
}
.list-country-flags {
	padding:0;
}
.flag-icon {
	width:15px !important;
}
.list-country-flags .country-flag {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:600;
}
.list-country-flags .country-flag:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.card.specialist-card.update-anyavailable .card-body{
	background:rgba(0, 0, 0, 1);
	opacity:1;
}
.card.specialist-card.update-anyavailable .card-body figcaption .h4.specilist-name {
	color:#fff;
}
.card.specialist-card.update-anyavailable .card-body figcaption .specialties-block h6, .card.specialist-card.update-anyavailable .card-body figcaption p, .card.specialist-card.update-anyavailable .card-body figcaption small {
	color:#fff;
}
.card.specialist-card.update-anyavailable .card-body figcaption .anyCons-free {
	background:#fff;
}
.card.specialist-card.update-anyavailable .card-body figcaption .anyCons-free span {
	color:#000;
}
.card.specialist-card.update-anyavailable .card-body figcaption .specialties-block strong {
	color:#fff;
}
.card.specialist-card.update-anyavailable figure {border:none !important}
.card.specialist-card.update-anyavailable figcaption p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: ellipsis;
}
.profile-view .profile-img-wrap {
	background:none; 
}
.profile-view .profile-img-wrap .profile-img {
	border:2px solid #ccc;
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.card.update-report-card .report-tag a.displayNoneClass { display:none !important; }
.custom-update-report-card .report-tag a.displayNoneClass { display:none !important; }
.report-tag {
	position:relative;
	padding-left:22px; 
}
.report-tag i.fas.fa-tags{
	position:absolute;
	left:0;
	top:10px;
}



.custom-accrodion{}
.custom-accrodion .card{overflow:visible;}
.custom-accrodion .card>.card-header{border:none;background:#e0e0e0;}
.custom-accrodion .card>.card-header button{line-height:30px;}