@font-face 
{
	font-family: "Avenir LT Std Book";
	src: url("../fonts/AvenirLT-Book.eot");
	src: url("../fonts/AvenirLT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLT-Book.woff") format("woff"), url("../fonts/AvenirLT-Book.ttf") format("truetype"), url("../fonts/AvenirLT-Book.svg#Avenir LT Std Book") format("svg");
	font-style: normal;
	font-weight: normal;
}
@font-face 
{
	font-family: "Avenir LT Std Medium";
	src: url("../fonts/AvenirLT-Medium.eot");
	src: url("../fonts/AvenirLT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLT-Medium.woff") format("woff"), url("../fonts/AvenirLT-Medium.ttf") format("truetype"), url("../fonts/AvenirLT-Medium.svg#Avenir LT Std Medium") format("svg");
	font-style: normal;
	font-weight: 500;
}
@font-face 
{
	font-family: "Avenir LT Std Roman";
	src: url("../fonts/AvenirLT-Roman.eot");
	src: url("../fonts/AvenirLT-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLT-Roman.woff") format("woff"), url("../fonts/AvenirLT-Roman.ttf") format("truetype"), url("../fonts/AvenirLT-Roman.svg#Avenir LT Std Roman") format("svg");
	font-style: normal;
	font-weight: normal;
}
html 
{
	-ms-overflow-style: scrollbar;
    height:inherit !important;
}
html, body 
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #7a7878;
	scroll-behavior: smooth;
	font-family: "Avenir LT Std Book !important";
	background-color: #e8eeeb;
}
::selection 
{
	background-color: #4a674c;
	color: #ffffff;
}
.footer-text
{
    color:white !important;
}
.labelEz
{
    background: white;
    top: -12px;
    position: absolute;
    margin-left: 8px;
    padding: 1px 5px;
    font-weight: 100;
    font-size: 94% !important;
}
input[type="submit"] 
{
	padding: 7px 12px;
    background-color: #095ba5;
    color: #ffffff;
    display: inline-block;
    border-radius: 6px;
    line-height: 22px;
    cursor: pointer;
    border: solid 1px #095ba5;
    display: inline-block;
    margin-right: 10px;
}
*, ::before, ::after 
{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body 
{
	font-size: 0.875rem;
	font-weight: normal;
	padding-top: 65px;
	height:inherit !important;
	min-height: 100vh !important;
	padding-bottom: 50px;
	position: relative;
	overflow-x: hidden;
}
a 
{
	outline: none;
	border: none;
	text-decoration: none;
	color: #423a3a;
	-webkit-transition: 0.35s all ease-in-out;
	-moz-transition: 0.35s all ease-in-out;
	-ms-transition: 0.35s all ease-in-out;
	-o-transition: 0.35s all ease-in-out;
	transition: 0.35s all ease-in-out;
}
a:focus, a:hover, a:active 
{
	outline: none;
	border: none;
	text-decoration: none;
	color: #4a674c;
}
h1, h2, h3, h4, h5, h6 
{
	font-weight: 500;
}
h1 
{
	margin: 20px 0px;
	font-size: 2.25rem;
}
h2 
{
	margin: 20px 0px;
	font-size: 1.875rem;
}
h3 
{
	margin: 15px 0px;
	font-size: 1.5rem;
}
h4 
{
	margin: 10px 0px;
	font-size: 1.125rem;
}
h5 
{
	margin: 10px 0px;
	font-size: 1rem;
}
h6 
{
	margin: 10px 0px;
	font-size: 0.9375rem;
}
p 
{
	margin: 0px 0px 10px;
	font-size: 0.875rem;
	font-weight: normal;
}
#ez_cont
{
	float: initial !important;
}
label 
{
	font-size: 15px;
	font-weight: bolder;
	margin: 0 0 7px;
	display: inline-block;
}
.button 
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: 2px solid;
	display: inline-block;
	padding: 10px 20px;
	line-height: 26px;
	letter-spacing: 0.75px;
	font-weight: 500;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-ms-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.cls31 
{
    color: red;
    font-weight: bold;
}
.p-20 
{
    padding:20px;
}
.p-10 
{
    padding:10px;
}
.button.button-primary 
{
	background-color: #4a674c;
	border: 2px solid #4a674c;
	color: #ffffff;
}
.button.button-primary:focus, .button.button-primary:hover
{
	background-color: #ffffff;
	color: #4a674c;
	border: 2px solid #4a674c;
}
.button.button-secondary 
{
	background-color: #4eb32d;
	border: 2px solid #4eb32d;
	color: #ffffff;
}
.button.button-secondary:focus, .button.button-secondary:hover 
{
	background-color: #ffffff;
	color: #4eb32d;
	border: 2px solid #4eb32d;
}
.button.button-green
{
	background-color: #8ec74d;
	border: 2px solid #8ec74d;
	color: #ffffff;
}
.button.button-green:focus, .button.button-green:hover 
{
	background-color: #ffffff;
	color: #8ec74d;
	border: 2px solid #8ec74d;
}
.button.button-round 
{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.button.button-circle 
{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	font-size: 1rem;
	padding: 0;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.button-red-small 
{
	padding: 6px 12px;
	background-color: #d73435;
	color: #ffffff;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.button-red-small:focus, .button-red-small:hover
{
	color: #ffffff;
	background-color: rgba(215, 52, 53, 0.9);
}
.button-blue-small 
{
	padding: 6px 12px;
	background-color: #095ba5;
	color: #ffffff;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	line-height: 22px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-weight:bold;
}
.button-blue-small:focus, .button-blue-small:hover
{
	color: #ffffff;
	background-color: #0488ff;
	border: none;
	outline: none;
}
.button-large-blue 
{
	padding: 6px 12px;
	background-color: #0b5aa5;
	color: #ffffff;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.625rem;
	letter-spacing: 1px;
}
.button-large-blue:hover, .button-large-blue:active, .button-large-blue:focus 
{
	color: #ffffff;
}
.button-large-blue input 
{
	margin-right: 10px;
}
.img-fluid 
{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.form-input 
{
	outline: none;
	border: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	display: block;
	padding: 8px 16px;
	-webkit-transition: 0.35s all ease-in-out;
	-moz-transition: 0.35s all ease-in-out;
	-ms-transition: 0.35s all ease-in-out;
	-o-transition: 0.35s all ease-in-out;
	transition: 0.35s all ease-in-out;
}
.form-input-common 
{
	outline: none;
	border: 1px solid #a9a9a9/*#53b3bd*/;
	padding: 8px 12px;
	display: block;
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
}
.form-input-common:focus 
{
    border: 1px solid #095ba5;
}
input[type=radio] 
{
    vertical-align: top !important;
}
.main-dashboard-title-box .main-dashboard-title 
{
	margin: 0px 0px 15px;
	font-size: 1.625rem;
    color: #000000;
    font-weight: bold;
}
.main-dashboard-title-box .main-dashboard-title span 
{
    margin-right:10px
}
.main-dashboard-title-box .main-dashboard-title i 
{
    margin-right:10px
}
.fa 
{
    color: #1b4273;
    font-weight: bold;
}
.sidebar-navigation ul li .fa 
{
      color: #fff !important;
}
.card-header .fa 
{
     color: #fff !important;
}
.button-blue-small .fa 
{
        color: #fff !important;
}
.button-red-small .fa
{
      color: #fff !important;
}
.google_translate_element
{
    width: 140px;
}
.goog-te-gadget 
{
    height: 40px;
    overflow: hidden;
}
.goog-te-gadget .goog-te-combo 
{
    padding: 7px 4px;
    font-size: 13px;
    width: 99%;
    padding-right: 30px !important;
    border-radius: 5px;
    border: 1px solid #555;
}
.widget-card 
{
	padding: 20px 15px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.widget-card .widget-title 
{
	font-weight: bolder;
	color: #000000;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	font-size: 1.375rem;
}
.widget-card .widget-title img 
{
	margin-right: 7px;
}
.widget-card .widget-title small
{
	font-size: 13px;
	color: #7f7f7f;
	display: inline-block;
	margin-left: 10px;
	font-weight:normal;
}
.inner-widgets-colored 
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 15px;
	min-height: 115px;
}
.inner-widgets-colored .widget-image-object 
{
	height: 40px;
	width: 40px;
	object-fit: contain;
	object-position: center;
	margin-right: 15px;
}
.inner-widgets-colored .widget-details 
{
	flex: 1;
}
.inner-widgets-colored .widget-details h4, .inner-widgets-colored .widget-details p {
	color: #ffffff;
	margin: 0;
}
.inner-widgets-colored .widget-details h4 {
	font-weight: bold;
	line-height: 28px;
	font-size: 1.0625rem;
}
.inner-widgets-colored .widget-details p {
	font-size: 0.875rem;
	line-height: 24px;
}
.inner-widgets-colored.widget-blue {
	background-color: #000000;
}
.inner-widgets-colored.yellow-blue {
	background-color: #0488ff;;
}
.widget-note-info h4 {
	font-size: 1rem;
}
.widget-note-info h4 img {
	margin-right: 8px;
}
.widget-note-info h4 i {
	margin-right: 8px;
}
.badge {
	height: 20px;
	width: auto;
	padding: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	background-color: #d73435;
	font-weight: normal;
	font-size: 0.875rem;
}
.badge.badge-large {
	height: auto;
	width: auto;
	padding: 6px 12px;
}
.main-header {
	padding: 10px 5px 10px 0px;
	background-color: #ffffff;
	height: 65px;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.main-header .logo-container {
	margin: 0 10px;
	margin-left:260px;
	-webkit-transition: 0.35s all linear;
	-moz-transition: 0.35s all linear;
	-ms-transition: 0.35s all linear;
	-o-transition: 0.35s all linear;
	transition: 0.35s all linear;
}
.headingline-content{
    display: inline-block;
    height: 100px;
    overflow: hidden;
}
.main-header .header-right-text {
	text-align: right;
}
.main-header .header-right-text p {
	margin: 0px;
}
.toggle-wrap {
	padding: 10px;
	position: fixed;
	cursor: pointer;
	top:11px;
	left:10px;
	z-index:99999;
}
.toggle-wrap .toggle-bar {
	width: 34px;
	margin: 10px 0;
	position: relative;
	border-top: 3px solid #303030;
	display: block;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.toggle-wrap .toggle-bar:before, .toggle-wrap .toggle-bar:after {
	content: "";
	display: block;
	background: #303030;
	height: 3px;
	width: 34px;
	position: absolute;
	top: -12px;
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
/*
.toggle-wrap .toggle-bar:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap .toggle-bar:after {
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
    .toggle-wrap .toggle-bar:after {
        top: 6px;
    }

.toggle-wrap.active .toggle-bar {
	border-top: 3px solid #303030;
}
.toggle-wrap.active .toggle-bar:before, .toggle-wrap.active .toggle-bar:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.sidebar-nav {
	position: fixed;
	left: 0;
	top: 0px;
	width: 250px;
/*	height: calc(100vh - 65px);*/
	height: 100vh;
	background-color: #000000;
	z-index: 9999;
	overflow-y: auto;
	padding-bottom: 15px;
	padding-top:65px;
}
.sidebar-nav .language-translate-box {
	padding: 40px 0px 25px;
	text-align: center;
}
.sidebar-nav .language-translate-box #google_translate_element {
	margin: 0px 20px;
	
}
.sidebar-nav .sidebar-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav .sidebar-navigation ul li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	color: #fff;
	border-left: 5px solid transparent;
	font-size: 1.0625rem;
	-webkit-transition: 0.35s all linear;
	-moz-transition: 0.35s all linear;
	-ms-transition: 0.35s all linear;
	-o-transition: 0.35s all linear;
	transition: 0.35s all linear;
}
.sidebar-nav .sidebar-navigation ul li a i {
	display: inline-block;
	margin-right: 7px;
	-webkit-transition: 0.35s all linear;
	-moz-transition: 0.35s all linear;
	-ms-transition: 0.35s all linear;
	-o-transition: 0.35s all linear;
	transition: 0.35s all linear;
}
.sidebar-nav .sidebar-navigation ul li a:hover {
	background-color: #0488ff;
	color: #ffffff;
	border-left-color: #c1dff9;
}
.sidebar-nav .sidebar-navigation ul li a:hover i {
	color: #ffffff;
}
.sidebar-nav .sidebar-navigation ul li.active-menu-link a {
	background-color: #0488ff;
	color: #ffffff;
	border-left-color: #c1dff9;
    font-weight:bold;
}
.sidebar-nav .sidebar-navigation ul li.active-menu-link a i {
	color: #ffffff;
}
.sidebar-nav .sidebar-navigation ul li.logout-link a {
	background: #095ba5;
	color: #fff;
}

.dashboard-wrapper {
	-webkit-transition: 0.5s margin-left ease-in-out;
	-moz-transition: 0.5s margin-left ease-in-out;
	-ms-transition: 0.5s margin-left ease-in-out;
	-o-transition: 0.5s margin-left ease-in-out;
	transition: 0.5s margin-left ease-in-out;
}

.dashboard-wrapper .search-topbar-wrapper .search-title h3 {
	color: #21568a;
	margin: 0 10px;
	font-weight: bolder;
}
.dashboard-wrapper .search-topbar-wrapper .search-form-box label {
	font-size: 1rem;
	color: #95999c;
	font-weight: 600;
	margin: 0px;
}
.dashboard-wrapper .search-topbar-wrapper .form-group {
	display: flex;
	align-items: center;
}
.dashboard-wrapper .search-topbar-wrapper .form-group .form-input {
	min-width: 350px;
	min-height: 42px;
	margin: 0px 15px;
}

.sidebar-closed .logo-container{ margin-left:55px;}
.messages-info-grid ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.messages-info-grid ul li {
	padding: 0;
	background-color: #eaeef3;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.messages-info-grid ul li:not(:last-of-type) {
	border-right: 2px solid #ffffff;
}
.language-section{
    margin-top: -5px !important;
}
.address-section{
    height: 70px !important;
    padding-top: 5px;
    font-family: Bitter-Regular, Verdana, Arial, sans-serif !important;
    font-size: 100% !important;
}
.clsh .fa-chevron-down.pointer{
    margin-top: -67px !important;
    font-size: 70% !important;
}
.heading-line{
    position: absolute !important;
    width: 300px !important;
    margin-left: -300px;
    margin-top: -95px !important;
    z-index:10;
    display: inline-block;
    font-family: Bitter-Regular, Verdana, Arial, sans-serif !important;
}

.filter-btn-small .filter-content
{
    z-index:10;
}
.text-center{
    text-align: center;
}
.messages-info-grid ul li:first-of-type {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.messages-info-grid ul li:last-of-type {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div#content.out-user-content{
    max-width: 1280px !important;
}
.sticky
{
    width: 1155px !important;
}
@media (max-width: 1199px){
    .sticky
{
    width: 890px !important;
}
}
.messages-info-grid ul li div {
	text-align: center;
}
.messages-info-grid ul li div h4 {
	font-size: 2.5rem;
	font-weight: bold;
}
.messages-listing ul {
	padding-left: 20px;
}
.messages-listing ul li {
	font-size: 0.875rem;
	margin: 10px 0px;
	font-weight: bold;
}
.messages-listing ul li a {
	color: #095ba5 !important;
}
.messages-listing ul li a:hover {
	opacity: 0.7;
}
.messages-listing a span {
    	color: #095ba5;
        font-weight:bold;
}
.messages-listing span a  {
    	color: #095ba5 ;
        font-weight:bold;
}
.ng-binding{
       padding: 10px 0;
}
.appointment-wrapper {
	margin-bottom: 15px;
}
.appointment-wrapper .widget-title {
	margin: 0;
}
.appointment-lists ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.appointment-lists ul li {
	padding: 20px 15px;
	background-color: #eaedf2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.appointment-lists ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
.appointment-lists ul li p {
	margin: 0px;
	line-height: 22px;
	font-size: 0.875rem;
}
.bills-lists ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.bills-lists ul li {
	padding: 0;
	background-color: #497d04;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.bills-lists ul li > div {
	text-align: center;
	width: 100%;
}
.bills-lists ul li > div h4 {
	font-size: 1.5rem;
	font-weight: bold;
}
.bills-lists ul li > div h4, .bills-lists ul li > div p {
	margin: 0;
	color: #ffffff;
	line-height: 30px;
}
.profile-container {
	padding: 20px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.profile-container:before {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	content: '';
	display: block;
	height: 75%;
	z-index: -1;
	background: #c7c6c4 ;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #f6f6f6 47%, white 58%, white 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #c7c6c4 ), color-stop(47%, #f6f6f6), color-stop(58%, white), color-stop(100%, white));
	background: -webkit-linear-gradient(top, #c7c6c4  0%, #f6f6f6 47%, white 58%, white 100%);
	background: -o-linear-gradient(top, #c7c6c4  0%, #f6f6f6 47%, white 58%, white 100%);
	background: -ms-linear-gradient(top, #c7c6c4  0%, #f6f6f6 47%, white 58%, white 100%);
	background: linear-gradient(to bottom, #c7c6c4  0%, #f6f6f6 47%, white 58%, white 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c5c3', endColorstr='#ffffff', GradientType=0 );
}
.profile-change-btn {
	text-align: right;
}
.profile-details-listing ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.profile-details-listing ul li {
	padding: 0;
	background-color: #eaeef3;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 2px solid #ffffff;
}
.profile-details-listing ul li:first-of-type {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.profile-details-listing ul li:last-of-type {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.profile-details-listing ul li > div {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 15px;
}
.profile-details-listing ul li > div img {
	margin-right: 15px;
}
.profile-details-listing ul li > div i {
	margin-right: 15px;
        color: #1b4273;
        font-size:160% !important; 
}
.profile-details-listing ul li > div p {
	margin: 0;
	color: #000000;
	font-size: 0.9375rem;
	line-height: 20px;
}
.small-notify-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.small-notify-box ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #9fe08f;
}
.small-notify-box ul li p {
	margin: 0;
	font-weight: bold;
	line-height: normal;
}
.large-button-container {
	margin-top: 30px;
}
.mobile-close-btn {
	position: absolute;
	right: 10px;
	top: 5px;
}
.mobile-close-btn .close-btn-link {
	color: #ffffff;
	font-size: 1.25rem;
}
/* Messages page css */
/* .messages-wrapper {
  height: 100%;
} */
.messages-wrapper .widget-card {
	padding: 0;
	/* height: 100%; */
	overflow: hidden;
}
.tabs-container .tabs-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid #a9a9a9;
}
.tabs-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs-links ul.tab-header-button-box {
	margin-left: auto;
}
.tabs-links ul.tab-header-button-box li{
	margin-left:7px;
}
.tabs-links ul.tab-links-list li .tab-link {
	display: block;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #646464;
}
.tabs-links ul.tab-links-list li .tab-link.tab-link-active {
	color: #000000;
}
.tabs-links ul.tab-links-list li .tab-link:after {
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	background: transparent;
	transition: 0.3s all linear;
}
.tabs-links ul.tab-links-list li .tab-link:hover:after, .tabs-links ul.tab-links-list li .tab-link.tab-link-active:after {
	background: #095ba5;
}
.tabs-content {
	display: none;
}
.tabs-content.tab-content-active {
	display: block;
}
.messages-listing-box .messages-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.messages-listing-box .messages-list .messages {
	display: block;
	padding: 15px 20px 15px 35px;
	position: relative;
	background-color: #ffffff;
	transition: 0.35s all ease-in-out;
}
.messages-listing-box .messages-list .messages.message-unread:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 7px;
	width: 7px;
	background-color: #4a674c;
	border-radius: 100%;
}
.messages-listing-box .messages-list .messages.message-unread {
    background-color:#efeff1;
}
.messages-listing-box .messages-list .messages:not(:last-of-type) {
	border-bottom: 1px solid #a9a9a9;
}
.messages-listing-box .messages-list .messages:hover {
	background-color: #f3f8fc;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.messages-listing-box .messages-list .messages h4, .messages-listing-box .messages-list .messages p {
	margin: 0;
	line-height: 22px;
	font-size: 14px;
}
.messages-listing-box .messages-list .messages h4 {
	font-weight: bold;
}
.messages-listing-box .messages-list .messages p.message-long {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.messages-listing-box .messages-list .messages .messages-actions {
	text-align: right;
}
.messages-listing-box .messages-list .messages .messages-actions .message-time {
	transition: 0.25s all linear;
}
.messages-listing-box .messages-list .messages:hover .messages-actions .message-time {
	opacity: 1;
}
.messages-time-container {
	position: relative;
}
.messages-time-container .messages-action-btns {
	/*position: absolute;
	right: 0;
	top: 0;*/
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: 1;
	transition: 0.25s all linear;
	z-index: 99;
}
.messages-listing-box .messages-list .messages:hover .messages-action-btns {
	opacity: 1;
}
.messages-time-container .messages-action-btns .message-btn {
	display: block;
	font-size: 22px;
	padding-left: 25px;
}
.messages-time-container .messages-action-btns .message-btn:not(:last-of-type) {
	padding-right: 25px;
	border-right: 1px solid #a9a9a9;
}
.messages-time-container .messages-action-btns .message-btn.message-open .fa{
	color: #38b782;
}

.messages-time-container .messages-action-btns .message-btn.message-reply .fa{
	color: #1a7f84;
}

.messages-time-container .messages-action-btns .message-btn.message-recycle .fa{
	color: #bf4105;
}



.messages-time-container .messages-action-btns .message-btn.message-view {
	color: #387ab7;
}
.messages-time-container .messages-action-btns .message-btn.message-view .fa {
	color: #387ab7;
}
.messages-time-container .messages-action-btns .message-btn.message-delete {
	color: #ef4747;
}
.messages-time-container .messages-action-btns .message-btn.message-delete .fa{
	color: #ef4747;
}
/* Messages page css end */

/* Footer */
.main-footer {
	min-height: 50px;
   
	background-color: #003382;
    color: white;
	bottom: 0;
	/*width: calc(100% - 250px);*/
    right:0;
	z-index: 999;
	display: flex;
	align-items: center;
	left: 250px;
	transition: 0.5s left ease-in-out;
}
.contant-box {
	padding: 20px 25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
}
.main-footer.open-sidebar-footer{
	left: 0;
}
.main-footer .footer-text p {
	margin: 0;
	font-size: 15px;
	color:#ffffff;
}
 .footer-text {
	margin: 0;
	font-size: 16px;
}
/* Footer end */

.note-gray {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #eaedf2;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 10px 0;
}
.note-gray img {
	margin-right: 10px;
}
.note-gray a {
	color: #000000;
	font-weight: bold;
}
.profile-details {
	padding: 30px 0 0 0;
}
.profile-picture-box {
	position: relative;
	border: 0px solid #c6c5c3;
	border-radius: 5px;
	text-align: center;
	background-color: #e1ffee;
}
.profile-picture-box .edit-profile-btn {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 9;
}
.profile-picture-box .edit-profile-btn > a {
	height: 30px;
	width: 30px;
	border: 0px solid #c6c5c3;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.profile-history-box {
	padding-left: 10px;
}
.patient-video-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 15px 45px 0;
}
.patient-archives {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.patient-archives img {
	margin-right: 15px;
}
.patient-archives a {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.profile-info-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
}
.profile-info-box ul li {
	padding: 10px 15px;
	font-size: 16px;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
}
.profile-info-box ul li:not(:last-of-type) {
	border-bottom: 1px solid #a9a9a9;
}
.profile-info-box ul li strong {
	padding-right: 5px;
}
.patient-selector {
	margin: 20px 0;
}
.profile-cards-wrapper {
	padding: 5px 0;
}
.card-common {
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	margin-bottom: 10px;
}
.card-common:last-of-type {
	margin-bottom: 0;
}
/*.fa {
  color: #095ba5;
}*/
.card-common .card-header {
	padding: 5px 15px;
	height: 50px;
	background-color: #0488ff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #0488ff;
    color:#fff;
}
.card-common .card-header h4 {
	margin: 0;
	font-weight: bolder;
}
.card-common .card-actions {
	margin-left: auto;
}
.card-common .card-actions a {
	font-size: 22px;
    color:#fff;
}
.card-common .card-actions a .fa{
      color: #fff !important;
}
.card-body {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.card-body ul li {
	padding: 10px 15px;
	font-size: 16px;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
}
.card-body ul li:not(:last-of-type) {
	border-bottom: 1px solid #a9a9a9;
}
.card-body ul li:nth-last-of-type(2) {
	border-bottom: 0;
}
.card-body ul li.card-col-100 {
	max-width: 100%;
	flex: 0 0 100%;
}
.card-body ul li.card-col-50 {
	max-width: 50%;
	flex: 0 0 50%;
}
.card-body ul li.card-col-auto {
	flex-basis: 0;
	max-width: 100%;
	flex-grow: 1;
}
.card-body ul li.card-col-auto:nth-of-type(1), .card-body ul li.card-col-auto:nth-of-type(2), .card-body ul li.card-col-auto:nth-of-type(3) {
	border-bottom: 0;
}
.card-body ul li strong {
	padding-right: 5px;
}

.form-group-flex{
	display: flex;
	align-items: center;
}
.form-group-flex input{
	margin-right: 7px;
}
.m-t-30 {
	margin-top: 30px;
}
.form-part {
	margin-top: 20px;
}
label .required {
	color: #F00;
}
textarea {
    outline: none;
	border: 1px solid #a9a9a9;
	padding: 9px 12px;
	display: block;
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
}

input[type="text"],input[type="password"],input[type="date"],select {
	outline: none;
	border: 1px solid #a9a9a9; /*#53b3bd*/
	padding: 9px 12px;
	display: block;
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus {
    border: 1px solid #095ba5; 
}
.form-group {
	margin-bottom: 15px;
    position:relative;
}
.dateicon {
        position: absolute;
    top: 38px;
    right: 10px;
}
.button-group {
	display:flex;
}
.button-group input[type="submit" i] {
 padding: 7px 12px;
 background-color:#095ba5;
 color:#ffffff;
 display: inline-block;
 border-radius: 6px;
 line-height: 22px;
 cursor: pointer;
 border: solid 1px #095ba5;
 display:inline-block;
 margin-right:10px;
}
h4.doctor-name a{
    color: #423a3a;
    font-weight: bold;
}
.button-group input[type="submit" i]:hover{
	color:#ffffff;
	background-color:#0488ff;
	 border: solid 1px #0488ff;
	}
.resource-link{
	display: block;
	margin-top: 8px;
	/* font-weight: 500; */
	color: #095ba5;
}
.filter-box-flex{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 15px 0;
	padding-top: 10px;
}
.filter-box-col{
	flex: 0 0 auto;
	max-width: 100%;
	padding-right: 10px;
	margin-bottom: 10px;
}
.appointment-type-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.appointment-type-list li a{
	color:#095ba5;
	text-decoration: underline;
	display: block;
	position: relative;
	font-weight: bold;
	padding: 0 10px;
}
.appointment-type-list li:first-of-type a{
	padding: 0 10px 0 0;
}
.appointment-type-list li:not(:last-of-type) a:after{
	content: '|';
	display: block;
	font-weight: bolder;
	color: #000000;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.available-appointment-box{
	margin: 15px 0;
}
.appointment-info-title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.appointment-info-title > div{
	padding-right: 15px;
}
.appointment-info-title > div h4{
	font-weight: bolder;
}
.appointment-select-radio ul{
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.appointment-select-radio ul li{
	display: block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
}

/* Custom Radio & Checkbox */

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    margin: 0;
    font-weight: normal;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #6bbc65;
    position: absolute;
    top: 4px;


    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-checkbox  input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.custom-checkbox  input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.custom-checkbox input[type=checkbox] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #eaeef3;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.custom-checkbox input[type=checkbox]:hover + label:before {
  background: #65ba6d;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  background: #65ba6d;
}
.custom-checkbox input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.custom-checkbox input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

html {
  background: lightgray;
}

/* Custom Radio & Checkbox end */

.appointment-wrapper .widget-title{
	margin-bottom: 15px;
}
.table-container{
	max-width: 100%;
	overflow-x: auto;
	margin: 0 0 20px;
}
.table-container table thead tr{
    background: #095ba5;
	border: 0;
	border-bottom: 1px solid #095ba5;
    color:#fff;
}
.table-container table {
    border:1px solid #095ba5;
}
.clk1 {
      /*color: #064421  !important;*/
       color: #095ba5 !important;
        font-size: 0.875rem;
    
    font-weight: bold;
}
.table-container table tbody tr td a {
    color: #095ba5 !important;
        font-size: 0.875rem;
    margin: 10px 0px;
    font-weight: bold;
}


.table-container .messages-action-btns {
	/*position: absolute;
	right: 0;
	top: 0;*/
	height: 100%;
	width: 100%;
	
	align-items: center;
	justify-content: flex-start;
	opacity: 1;
	transition: 0.25s all linear;
	z-index: 99;
}
.table-container .messages-list .messages:hover .messages-action-btns {
	opacity: 1;
}
.table-container .messages-action-btns .message-btn {
	display: block;
	font-size: 22px;
	padding-left: 25px;
}
.table-container .messages-action-btns .message-btn:not(:last-of-type) {
	padding-right: 25px;
	border-right: 1px solid #a9a9a9;
}
.table-container .messages-action-btns .message-btn.message-view {
	color: #387ab7;
}
.table-container .messages-action-btns .message-btn.message-view .fa{
	color: #387ab7 !important;
}
.table-container .messages-action-btns .message-btn.message-delete {
	color: #ef4747;
}
.table-container .messages-action-btns .message-btn.message-delete .fa {
	color: #ef4747 !important;
}

.table-container .messages-action-btns .message-btn.message-recycle .fa{
	color: #bf4105;
}


table{
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border-radius: 6px;
}
table thead{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

table thead tr{
	background: #c1c4c7;
	border: 0;
	border-bottom: 1px solid #ccc;
}
table thead th{
	font-weight: bolder;
	border: 0;
	padding: 10px 15px;
	font-size: 16px;
	text-align: left;
}
table tbody tr:not(:last-of-type){
	border-bottom: 1px solid #ccc;
}
table tbody tr td{	
	padding: 10px 15px;
}
table tbody tr td p{
	margin: 0;
	font-size: 16px;
	font-weight: 100;
}
table tbody tr td p.small{ font-size:14px;}
table tbody tr td a{
	font-size: 15px;
}
.table-actions{
	text-align: center;
}
.table-button-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.table-button-container label{
	margin-bottom: 0;
	margin-left: auto;
}
.table-button-container label a{
	color: #095ba5;
}
.dxpc-content table {
    border:0;
    
}
.dxpc-content table td {
    border:0;
    padding:2px;
}
.dxpc-content .dxeCalendarButton_DevEx {
    width:auto;
}
.dxheControl_DevEx table {
    border:0;
    overflow: hidden;
}
.dxheControl_DevEx  td {
        border:0;
        padding:0px;
    }
.no-record {
    color: Red;
    font-weight: bold;
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.m-t-10 {
    margin-top:10px;
}
.m-b-10 {
     margin-bottom:10px;
}
.expiration-date {
    display:flex;
    align-items:center;
}
.clsh {
    color: #2658ae;
}
.address-section{
    font-size: 15px;
}

/******Login*******/
.login-page .main-footer{ left:0; width:100%;}
.note{ color:#24242; font-size:12px; font-style:italic;}
.login-box{ display:flex;}
.login-part{ background-color:/*#e1ffee*/ #fff; border-radius: 5px; /*width:420px;*/ margin:0 auto;border:1px solid #a9a9a9}
.login-right{ padding-left:0px;}
.login-right .card-header {
	padding: 5px 15px;
	height: 50px;
	background-color: #095ba5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #095ba5;
    color:#fff;
}
.login-right .card-header h4 {
	margin: 0;
	font-weight: bolder;
}
.visit-us li{ border-top:1px solid #a9a9a9; width:100%; border-bottom:0; margin:0 !important;}
.visit-us li:first-child{ border:0 !important;}
.thank-you{ font-size:18px; line-height:30px;}





/* Responsive styles */
 @media (min-width: 992px) {
.mobile-close-btn {
	display: none;
}
}
@media (max-width: 1199px) {
.dashboard-wrapper {
	margin-left: 0;
}
.widget-card .widget-title {
	font-size: 1.125rem;
}
.toggle-wrap .toggle-bar {
	width: 34px;
	margin: 10px 0;
	position: relative;
	border-top: 3px solid #303030;
	display: block;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.toggle-wrap .toggle-bar:before, .toggle-wrap .toggle-bar:after {
	content: "";
	display: block;
	background: #303030;
	height: 3px;
	width: 34px;
	position: absolute;
	top: -12px;
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.toggle-wrap .toggle-bar::after {
	top: 6px;
}
.toggle-wrap.active .toggle-bar {
	border-top: 3px solid #303030;
}
.toggle-wrap.active .toggle-bar:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidebar-nav {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	z-index: 10000;/* top: 0; */
      /* height: 100vh;  */
}
.sidebar-nav.mobile-nav-show {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.main-footer {
	width: 100%;
	left: 0;
}
}
@media (max-width: 991px) {
body {
	padding-top: 0;
}
h1 {
	margin: 15px 0px;
	font-size: 1.625rem;
}
h2 {
	margin: 15px 0px;
	font-size: 1.375rem;
}
h3 {
	margin: 10px 0px;
	font-size: 1.0625rem;
}
h4 {
	margin: 10px 0px;
	font-size: 0.9375rem;
}
.sidebar-nav {
	height: 100vh;
	top: 0;
}
.dashboard-wrapper .search-topbar-wrapper .form-group {
	flex-wrap: wrap;
}
.dashboard-wrapper .search-topbar-wrapper .form-group .form-input {
	min-width: 300px;
	margin: 0px 10px 0 10px;
}
.main-header {
	height: auto;
	flex-wrap: wrap;
	position: relative;
}
.header-right-text {
	text-align: center;
	margin-top: 5px;
	font-size: 0.8125rem;
}
.main-dashboard-title-box .main-dashboard-title {
	font-size: 1.25rem;
  
}
.inner-widgets-colored {
	margin-bottom: 20px;
}
.appointment-wrapper {
	flex-wrap: wrap;
}
.appointment-wrapper .widget-title {
	margin: 10px 10px 10px 0;
}
.profile-info-box ul li strong, .card-body ul li strong {
	min-width: 95px;
}
.card-body ul li.card-col-auto {
	flex-basis: 50%;
	max-width: 50%;
	flex-grow: 0;
}


.card-body ul li.card-col-auto:not(:last-of-type) {
	border-bottom: 1px solid #a9a9a9 !important;
}

.messages-listing-box .messages-list .messages .messages-actions {
	text-align: left;
	margin-top: 8px;
}
}
 @media (max-width: 767px) {
.search-title {
	flex: 0 0 100%;
	max-width: 100%;
}
.dashboard-wrapper .search-topbar-wrapper .search-title h3 {
	margin: 0 0 10px;
}
.dashboard-wrapper .search-topbar-wrapper .form-group .form-input {
	min-width: unset;
}
.card-body ul li.card-col-50 {
	max-width: 100%;
	flex: 0 0 100%;
}
.card-body ul li.card-col-auto {
	flex-basis: 100%;
	max-width: 100%;
	flex-grow: 0;
}
.profile-picture-box {
	margin-bottom: 20px;
}
.patient-video-box {
	padding: 0 0 10px;
}
.patient-archives {
	margin-right: 0;
	margin-bottom: 15px;
}
.tabs-container .tabs-links {
	padding: 15px 0;
	justify-content: space-between;
}

.tabs-links ul.tab-links-list li .tab-link {
	font-size: 16px;
	padding: 8px 15px;
}
.tabs-links ul.tab-links-list li .tab-link:after {
	top: 100%;
	height: 2px;
}
.tabs-links ul.tab-header-button-box {
	margin-left: 0;
	padding: 5px 10px;
}
.widget-card .widget-title{flex-wrap: wrap;}
.widget-card .widget-title small{
	display: block;
	margin-top: 10px;
	margin-left: 0;
}
table tbody tr td:first-of-type {
    min-width: 240px;
}
.table-button-container label{
	margin-top: 10px;
	width: 100%;
	margin-left: 0;
}
.appointment-type-list li a{
	padding: 5px 0 !important;
}
.appointment-type-list li:not(:last-of-type) a:after{
	display: none;
}
.appointment-info-title{
	margin: 10px 0 15px;
}
.login-box{ flex-direction: column-reverse;}
.login-part{ width:100%;}
.login-right {
    padding-left: 0;
    margin-bottom: 40px;
}
.login-part .table-button-container label{margin-left: auto; margin-top:0; width:inherit;}
.width240.mob-full-width{
    width: 100% !important;
    max-width: 100% !important;
}
}
 @media (max-width: 575px) {
.dashboard-wrapper .search-topbar-wrapper .form-group .form-input {
	min-width: unset;
	margin: 10px 0 10px 0;
	width: 100%;
}
.messages-info-grid ul li {
	flex: 0 0 100%;
	max-width: 100%;
	min-height: 100px;
}
.messages-info-grid ul li:not(:last-of-type) {
	border-right: 0;
	border-bottom: 2px solid #ffffff;
}
.messages-info-grid ul li:first-of-type {
	border-bottom-left-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.messages-info-grid ul li:last-of-type {
	border-top-right-radius: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.tabs-container .tabs-links{flex-flow: row-reverse wrap-reverse;}
.tabs-links ul{ width:100%;}
.tab-header-button-box{ justify-content: right;}
}




.progress {
  position: relative;
  display: flex;
  z-index:2;
}
.progress .progress-step > span {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 5px;
  background-color: #dfe3e4;
  z-index:-1;
  left:50%;
}
.progress .progress-step {
  position: relative;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.progress .progress-step:last-child:after,.progress .progress-step:last-child > span {
  display: none;
}

.progress .progress-step:before {
  content: "";
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  width:12px;
  height:12px;
  background: #dfe3e4;
  border: 4px solid #dfe3e4;
  border-radius: 100%;
  color: #fff;
  margin-top:3px;
}
.main-header {height:150px; padding: 10px 25px;}
.progress .progress-step:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 0%;
  transition: width 1s ease-in;
  height: 5px;
  background: #095ba5;

}
/*
.progress .progress-step.is-active {
  color: #2183dd;
}*/
.progress .progress-step.is-active:before {
  border: 4px solid #095ba5;
  animation: pulse 2s infinite;
  background:#fff;
  width:12px;
  height:12px;
}
/*
.progress .progress-step.is-complete {
  color: #009900;
}*/

.progress .progress-step.is-complete:before {
  font-family: "FontAwesome";
  font-size: 10px;
  color: #fff;
  background: #095ba5;
  border: 4px solid #095ba5;
}
.progress .progress-step.is-complete:after {
  background: #095ba5;
  animation: nextStep 1s;
  animation-fill-mode: forwards;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
  }
}
@keyframes nextStep {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes prevStep {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

#content.out-user-content #banner{
    margin-left: 0 !important;
}

@media screen and (max-width: 680px)
{
    #content.out-user-content #banner{
        background: none !important;
        padding-top: 0 !important;
        padding-right: 20px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
    }
    .goog-te-gadget .goog-te-combo {
        padding: 7px 4px !important;
    }
}

