*{
	box-sizing: border-box;
  font-family: "Open Sans";
}
body,html{
	padding: 0;
	margin: 0;
	background: #EEEEEE
}
body a{
	text-decoration: none;
	color:#002D73;
	font-family: "Open Sans";
}
span{
	font-family: "Open Sans";
}
ul{
	margin: 0;
	padding: 0;
}f
ul li {
    display: inline-block;
}
ul li a {
    -webkit-transition: all ease 2s;
    -o-transition: all ease 2s;
    transition: all ease 2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2d50;
    font-family: 'Poppins-Regular';
    line-height: 1.2;
    margin: 0 0 10px;
}
p {
    margin: 0 0 10px;
    font-family: 'Poppins-Regular';
}
.main_body{
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)),url("../images/doc_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  align-items: center;
  display: flex;
}
.main_wrapper{
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
}
.main_wrapper .logo{
  max-width: 350px;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}
._portal_links{
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.06);
  transition: all 0.5s linear;
  border:1px solid #ddd;
  border-radius: 4px;
}
._portal_links:hover{
      transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
._link_img{
  width: 100%;
  height: 220px;
}
._link_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
._flex{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
._col{
  flex:1;
  margin-right: 20px;
}
._col:last-child{
  margin-right: 0;
}
.resume img{
  width: 80px;
  height: 80px;
  margin: 0 auto
}
._link_content{
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.resume span{
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color:#002d73;
  text-decoration: underline;
  text-transform: capitalize;
}
.resume{
  padding: 10px;
  border:1px solid #002d73;
  border-radius: 4px;
  text-align: center;
  width: 150px;
  margin: 0 15px;
}
.text-red{
	color:red;
	font-size:13px;
}
.paypal_btn{
  background-color: #FFC43A;
  border-radius: 50px;
  color: #001D63;
  font-size: 30px;
  padding: 10px 70px;
}
.paypal_btn span{
  font-family: 'Poppins-SemiBold';
  font-weight: 900;
  font-style: italic;
}
.paypal_btn span:first-child{
  color: #001D63
}
.paypal_btn span:last-child{
  color: #009BE0
}
.unread{
  color:#002D73;
  font-size: 14px;
  text-transform: capitalize;
}
.pt_unread{
  position: absolute;
    top: 0;
    left: -16px;
    font-size: 13px;
    color: #fff;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    padding: 0px;
}
.pt_inner_unread{
  position: absolute;
    top: 10px;
    right: 0;
    font-size: 13px;
    color: #fff;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    padding: 0px;
}
.fa-window-close,.fa-times{
  color: red;
  font-size: 30px;
}
.d_close{
  background-color: #E50D25;
  color:#fff;
  width: 60px;
  height: 40px;
  border:none;
  outline:none;
  position: relative;
  top: 24px;
  border-radius: 4px;
}
.d_add{
  background-color: #20B195;
  color:#fff;
  width: 200px;
  height: 40px;
  border:none;
  outline:none;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: 15px;
}
.diagnose_add{
}
.error_form{
  color:#dc3545;
  font-size:14px;
  position: absolute;
  bottom:0;
}
.form_div .is_invalid{
  /*border:1px solid #dc3545 !important;*/
}
.p_register .form_div .intl-tel-input{
    z-index: 99999999999999;
    display: flex;
    flex-wrap: wrap;
}
.p_register .form_div .flag-container{
    width: 55px;
    margin-right: 10px;
    border-bottom:2px solid rgba(255,255,255,0.24) !important;
}
.form_div .country-list li{
    display:block;
}
.intl-tel-input{
    width:100%;
}
.p_register .form_div #phone{
    flex: 1;
    margin-left: 55px;
    padding-left: 0;
}
.form_div select{
    background-color: #fff;
    box-shadow: 5px 2px 5px #eee;
    outline: none;
    cursor: pointer;
    max-width: 300px;
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 14px;
    font-family: Poppins-Regular;
}
.form_div select option{
  background-color: #fff;
    box-shadow: 5px 2px 5px #eee;
    outline: none;
    cursor: pointer;
    max-width: 300px;
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 14px;
    font-family: Poppins-Regular;
}
.login_wrapper input::-moz-placeholder{
	color:#fff;
}
.login_wrapper input::placeholder, .login_wrapper textarea::placeholder{
    color:#fff;
}
.relative {
    position: relative;
}
.alert{    
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1rem;
    margin:0 15px 15px;
}
.alert-success{
  color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}
.alert-error{
  color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}
.paypal img{
  width:150px;
}
@font-face{
	font-family: "Open Sans";
	src:url("../fonts/OpenSans-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Poppins-Regular';
	src:url('../fonts/Poppins-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Poppins-light';
	src:url('../fonts/Poppins-ExtraLight.ttf');
	font-weight: 200;
	font-style: normal;
}
@font-face{
	font-family: 'Poppins-SemiBold';
	src:url('../fonts/Poppins-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face{
	font-family: 'Poppins-Medium';
	src:url('../fonts/Poppins-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}
.open_sans{
	font-family: "Open Sans";
}
.poppins_reg{
	font-family: 'Poppins-Regular';
}
.poppins_light{
	font-family: 'Poppins-light';
}
.poppins_semi{
	font-family: 'Poppins-SemiBold';
}
.poppins_medium{
	font-family: 'Poppins-Medium';
}
html{
	height: 100%;
}
body{
	position: relative;
    min-height: 100%;
    /*background: #586ada;*/
    color: #4e566d;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    padding-top: 60px;
    letter-spacing: 0.2px;
    word-break: break-word;
    -webkit-transition: all ease 2s;
    -o-transition: all ease 2s;
    transition: all ease 2s;
}
.tableDv {
    display: table;
    width: 100%;
    height: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}
h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

h4 {
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}
input,
button,
select,
textarea {
    text-decoration: none !important;
    outline: none !important;
}

.container_full {
    max-width: 1200px;
    padding: 0 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
}

.container_full {
    max-width: 1600px;
    width: 100%
}

.container_full:before,
.container_full:after,
.container_full:before,
.container_full:after {
    display: table;
    content: '';
}

.container_full:after
.container_full:after {
    clear: both;
}

section {
    position: relative;
}
.table{
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-transform: capitalize;
	text-align: center;
}
.table tr{
	display: table-row;
}
table.dataTable tbody tr{
  height: 60px;
}
table th{
    font-size: 16px;
    color: #002D73;
    font-family: 'Poppins-SemiBold';
    font-weight: normal !important;
    text-align: center;
    text-transform: capitalize;
}
table td{
    font-family: 'Poppins-Regular';
    text-align: left;
}
table th{
  text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.add_new{
	background-color: #002D73;
	color:#fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
}
.mt_2{
	margin-top: 40px;
}
/**
===============================
        Header section
====================================
**/
.header{
	position: fixed;
    top: 0;
    right: 0;
    height: 78px;
    background: #EEEEEE;
    width: 80%;
    border-bottom: 1px solid #ccc;
    z-index: 9999;
}
.header .nav{
	 display: flex;
   align-items: stretch;
}
.header .nav .logo, .header .nav .search, .header .nav .social_nav{
    color: white;
    font-size: 30px;
    flex-grow: 3;
}
.header .nav .search{
	flex-grow: 4;
}
.header .logo img{
	height: 60px;
	width: 180px;
	position: relative;
    top: 0px;
}
/* search form */
.search_bar{
	position: relative;
	padding: 18px 0;
}
.search h3{
  padding-top: 25px;
}
.search_bar input[type="text"]{
	background-color: #012761;
	height: 36px;
	font-size: 14px;
	padding-left: 36px;
	border:none;
	float: left;
	width: 100%;
}
.search_bar button{
	  position: absolute;
    top: 29px;
    left: 10px;
    background: none;
    color: #888;
    font-size: 14px;
    padding: 0;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}
/* social nav */
.social_nav{
	text-align: right;
}
.social_nav ul{
	padding-top: 5px;
}
.social_nav ul li{
	margin-right: 20px;
	display:inline-block;
}
.social_nav ul li i{
	color: #002D73;
	font-size: 30px;
  position: relative;
  top: 5px;
}
.social_nav ul li .fa-question{
	border: 2px solid #002D73;
    border-radius: 100%;
    padding: 3px 5px;
}
.social_nav ul li.user {
	position: relative;
	top: 10px;
}
.social_nav ul li.user span{
  position: absolute;
  top: 7px;
  right: 46px;
  background: #333;
  width: 160px;
  height: 30px;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  display: none;
  color:#fff;
}
.forgot{
  color:#fff;
  margin:0 15px;
}
.social_nav ul li.user:hover span{
  display: block;
}
.social_nav ul li.user span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.social_nav ul li img{
	width: 40px;
  height: 40px;
	border-radius: 100%;
	box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);

}
.top_drp{
  position: relative;
}
.top_drp .dropdown{
    min-width: 150px;
    position: absolute;
    left: -55px;
    z-index: 999999;
    background: #fff;
    padding: 15px;
    top: 45px;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
    display: none;
}
.top_drp .dropdown:before{
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    top: -8px;
    right: 52%;
}
.top_drp .dropdown li{
    display: block;
    font-size: 14px;
    /* background: #fff; */
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-right: 0;
    position: relative;
}
/**
===============================
        main section
====================================
**/
.wrapper{
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}
.main-content{
	  height: 100vh;
  	width: 80%;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: center;
  	position: absolute;
  	right: 0;
  	margin-top: 70px;
}
.main-content .dashboard_grid{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	width: 100%;
}
.main-content .dashboard_grid li{
	margin-right: 10px;
	padding: 10px;
	width: 31%;
	text-align: right;
	position: relative;
}
.main-content .dashboard_grid li:last-child{
	margin-right: 0;
}
.main-content .dashboard_grid li .grid_inner{
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	background-color: #fff;
	padding: 20px 20px;
  border-radius: 4px;
}
.main-content .grid_header i{
	width: 80px;
    height: 80px;
    border-radius: 4px;
    position: absolute;
    background: linear-gradient(60deg,#7d96bd,#073781);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
    top: -25px;
    left: 8%;
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.main-content .dashboard_grid li h2{
	 font-size: 30px;
	 font-weight: 600;
	 margin-bottom: 0;
}
.main-content .dashboard_grid li h4{
	font-family: 'Poppins-light';
}
.grid_footer{
	padding:15px 0 0;
	border-top:1px solid #eee;
	text-align: left;
}
.grid_footer a{
	font-weight: 700;
}
.main-content .grid_footer i{
	color:#002D73;
	font-size: 20px;    
	position: relative;
  top: 2px;
  left: 2%;
}
.other_page{
	background-color: #fff;
	margin-bottom: 90px !important;
}
/**
===============================
       sidebar
====================================
**/
.sidebar{
	position: fixed;
	z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    background: #fff;
    box-shadow: 0 16px 5px -12px rgba(0,0,0,.56), 0 4px 5px 0 rgba(0,0,0,.12), 0 8px 6px -5px rgba(0,0,0,.2);
}
.navbar_icon{
  display: none;
  color:#002D73;
  font-size: 20px;
}
.logo_clear{
  display: none;
  clear: both;
}
.menu ul li{
	display: block;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid hsla(0,0%,71%,.3);
	text-transform: capitalize;
	transition: 1s ease-out;
}
.menu ul li a{
  display: block;
  padding: 15px 0;
}
.menu ul li i{
	font-size: 30px;
	margin-bottom: 20px;
	color: #002D73;
}
.menu ul li h4{
	color:#002D73;
}
.menu ul li:last-child{
	border-bottom: none;
	box-shadow: none;
}
.menu ul li.active{
	background-color: #002D73;
    /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,45,15,.2);
    margin: 0 15px;
    border-radius: 3px;*/
    padding: 10px;
}
.menu ul li:hover{
	background-color: #EEEEEE
}
.menu ul li.active:hover{
	background-color: #002D73;
}
.menu ul li.active a h4,.menu ul li.active a i{
	color: #fff;
}
.logo{
	padding:15px 50px;
	border-bottom: 1px solid hsla(0,0%,71%,.3);
	margin-bottom: 0px;
}
/**===============================
       patients page
===============================**/
.page_container{
	width: 94%;
	box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
	padding: 40px;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
	margin-left: 40px;
    margin-right: 40px;
} 
.page_header{
	border-radius: 4px;
	border-bottom: 1px solid #eee;
    margin: 0 20px;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    top: -43px;
    left: -20px;
    background-color: #002D73;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,45,15,.2);
}
.page_header h3{
	font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold';
    text-transform: capitalize;
}
.page_header p{
    color: #fff;
    margin-bottom: 0;
    margin-right: 15px;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
    font-size: 14px;
}
.patients{
	position: relative;
    top: 0px;
}
.dropbtn {
  background-color: #002D73;
  color: white;
  padding: 7px 12px;
  font-size: 16px;
  border:1px solid #002D73;
  border-radius: 4px;
}
.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  transition: 3s ease-out;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 29px;
  left: -126px;
  transition: 3s ease-out;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #002D73;
  color: #002D73;
  transition: 0.6s ease-out;
  text-transform: capitalize;
}
.dropdown-content a:last-child{
	border:none;
}
.dropdown-content a:hover {
    background-color: #002D73;
    color:#fff;
}
.dropdown:hover .dropdown-content {
     display: block;
}
.dropdown:hover .dropbtn {
	background-color: #fff;
	border:1px solid #002D73;
	color:#002D73;
}
.home_account{
  margin-left: 24px;
  margin-top: 60px;
  width: 96%
}
.password_sec{
  margin-left: 24px;
  width: 96%;
}
/**
===============================
       Chat Page CSS
====================================
**/
.chat_container{
	display: flex;
	flex-flow: row wrap;
}
.chat_container ul{
	width: 100%;
}
.chat_container ul li{
	display: block;
	margin: 20px 0 50px;
	display: flex;
	align-content: space-around;
}
.chat_container ul li .user_icon{
	height: 60px;
	border-radius: 100%;
	width: 50px;
}
.chat_container ul li .user_icon img{
	width: 100%;
	border-radius: 100%;
}
.chat_container ul li .user_msg{
	
}
.chat_container ul li.other{
	align-items: flex-start;
	width: 70%;
}
.chat_container ul li.other .user_icon{
	margin-right: 30px;
}
.chat_container ul li.other .user_msg{
	background-color: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    width: 90%;
    padding: 6px 10px;
}
.chat_container ul li.self {
	align-items: flex-end;
	margin-left: auto;
	width: 70%;
}
.chat_container ul li:last-child{
  margin-bottom: 150px;
}
.chat_container ul li.self .user_icon{
	margin-left: 30px;
}
.chat_container ul li.self .user_msg{
	background-color: #F2F7F8;
	color: #fff;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    width:90%;
    padding: 6px 10px;
    text-align: right;
}
.chat_container ul li img{
  width:70px;
  height: 45px;
}
.chat_container ul li.self h4,.chat_container ul li.self span{
	color:#2b2d50;
}
.user_msg h4{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.msg_write{
	width: 80%;
	position: fixed;
	bottom: 1%;
	display: flex;
	align-content: space-around;
	flex-flow: row wrap;
	align-items: center;
	height: 60px;
	right: 0%;
}
.msg_write form{
	width:100%;
}
.msg_write input[type="text"]{
	width: 100%;
	height: 80px;
}
.msg_write input:focus-within{
  background-color: #fff !important;
}
.msg_write button{
	border: none;
    background-color: #002D73;
    color: #fff;
    padding: 29px;
    position: absolute;
    right: 0;
    bottom: -9px;
    z-index: 9999;
    cursor: pointer;
}
.msg_write button i{
	color: #fff;
	font-size: 20px;
}
.no_doctor{
  color:#000;
  font-size: 14px;
}
/* =================================================
		           account settings page
   ================================================= */
   .form_div{
	     flex-basis: 0;
    	-ms-flex-positive: 1;
    	flex-grow: 1;
    	max-width: 100%;
    	position: relative;
    	padding: 0 15px;
    	margin-bottom: 30px;
   }
   .col:first-child .form_div{
    margin-top: 20px;
   }
   .col{
   		display: flex;
   		flex-flow: row wrap;
   }
   .form_div input[type="text"],.form_div input[type="email"],.form_div input[type="password"]{
   		 width: 100%;
	    border-radius: 4px;
	    outline: none !important;
	    height: 50px;
	    border: 1px solid #eee;
	    color:#000;
	    padding-left: 20px;
	    font-size: 15px;
	    font-weight: 500;
      z-index: 99999;
   }
   .checkbox_div{
       width: 100%;
      border-radius: 4px;
      outline: none !important;
      height: 50px;
      border: 1px solid #eee;
      color:#000;
      padding-left: 20px;
      font-size: 15px;
      font-weight: 500;
      z-index: 99999;
      display: flex;
      align-items: center;
   }
   .form_div input[type="number"]{
      border-radius: 4px;
      outline: none !important;
      height: 35px;
      border: 1px solid #eee;
      color:#4e566d;
      padding-left: 10px;
      font-size: 15px;
      font-weight: 300;
      z-index: 99999;
   }
   .form_div textarea{
   		width: 100%;
	    border-radius: 4px;
	    outline: none !important;
	    height: 80px;
	    border: 1px solid #eee;
      font-family: 'Open Sans';
      color:#4e566d;
      padding-left: 10px;
      font-size: 15px;
      font-weight: 300;
      z-index: 99999;
      padding-top: 10px;
   }
   .form_div label{
	   	background: #fff;
	    padding: 0 10px;
	    position: absolute;
	    left: 25px;
	    top: -10px;
	    font-family: 'Poppins-Regular';
      text-transform: capitalize;
      z-index:999;
   }
   .browse_img{
   	    width: 140px;
	    height: 140px;
	    margin: 0 auto;
	    border: 1px solid #eee;
	    text-align: center;
	    border-radius: 100%;
	    display: flex;
	    justify-content: center;
	    cursor: pointer;
      position: relative;;
   }
   ._overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    display: none;
    transition: all 0.5s linear;
   }
   .browse_img:hover ._overlay{
    display: block;
   }
   .browse_img input{
    z-index: 99999999999999999;
   }
   .browse_img i{
   		color: #fff;
	    font-size: 30px;
	    justify-content: center;
	    align-self: center;
      display: none;
      position: absolute;
      left: 37%;
      cursor: pointer;
      z-index: 9999999999;
   }
   .browse_img:hover i{
      display: block;
   }
   .browse_img img{
      width:140px;
      height: 140px;
      border-radius:100%;
      cursor: pointer;
   }
   input[type="submit"]{
   		background:linear-gradient(60deg,#7d96bd,#073781);
   		outline: none;
   		border:none;
   		border-radius: 4px;
   		color: #fff;
   		padding: 10px 30px;
   		text-transform: capitalize;
   		cursor: pointer;
      transition: 0.5s ease-out;
   }
   input[type="submit"]:hover{
      background:linear-gradient(60deg,#073781,#7d96bd);
   }
   .fa-file-medical{
   	font-size: 30px;
   }
   /* ==================================
				doctor login
      ================================== */
   .login{
   		width:100%;
   		height: 100%;
   		background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url("../images/doc_bg.jpg");
   		background-size: 100% 100%;
   		background-attachment: fixed;
   		display: flex;
   		flex-flow: row wrap;
   		justify-content: center;
   		align-content: center;
   		align-items: center;
   }
   .p_login{
   		width:100%;
   		height: 100%;
   		background:url("../images/p_bg.png");
   		background-size: 100% 100%;
   		background-attachment: fixed;
   		display: flex;
   		flex-flow: row wrap;
   		justify-content: center;
   		align-content: center;
   		align-items: center;
      position: relative;
      z-index: 1;
      padding-top: 0px;
   }
   .p_login::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255,255,255,0.7);
}
   .p_register{
   		width:100%;
      height: 100%;
      background:url("../images/p_bg.png");
      background-size: 100% 100%;
      background-attachment: fixed;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      position: relative;
      z-index: 1;
      padding-top: 0px;
   }
   .p_register::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255,255,255,0.7);
}
   .p_register .login_wrapper{
   		width:700px;
   }
   .p_register .form_div{
   	margin-bottom: 15px !important;
   }
   .login_wrapper{
	   	width: 500px;
      border-radius: 10px;
      overflow: hidden;
      padding: 30px 30px 46px 30px;
      background: #9152f8;
      background: -webkit-linear-gradient(60deg,#7d96bd,#073781);
      background: -o-linear-gradient(60deg,#7d96bd,#073781);
      background: -moz-linear-gradient(60deg,#7d96bd,#073781);
      background: linear-gradient(60deg,#7d96bd,#073781);
      margin:0 auto;
      
   }
   input:focus-within {
    background-color: transparent !important;
}
   .login_wrapper h2{
   		margin-bottom: 20px;
   		color: #fff;
   }
   .login_wrapper input[type="text"],.login_wrapper textarea,.login_wrapper input[type="password"],.login_wrapper input[type="email"],.login_wrapper input[type="number"],.login_wrapper input[type="date"]{
    background-color: transparent;
    border-bottom: 2px solid rgba(255,255,255,0.24) !important;
    border: none;
    border-radius: 0;
    padding: 0 5px 0 38px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Poppins-Regular';
    display: block;
    height: 40px;
   }
   .awsome_input_border{
      display:inline-block;
      width:0px;
      height: 2px;
      background: #fff;
      position: relative;
      top:-16px;
      -webkit-transition: all ease-in-out .9s;
      -o-transition: all ease-in-out .9s;
      transition: all ease-in-out .9s;
    }
    .login_wrapper input[type="text"]:active+.awsome_input_border, 
    .login_wrapper input[type="text"]:focus+.awsome_input_border{
        width:100%;
      
    }
    .login_wrapper input[type="email"]:active+.awsome_input_border, 
    .login_wrapper input[type="email"]:focus+.awsome_input_border{
        width:100%;
      
    }
    .login_wrapper input[type="password"]:active+.awsome_input_border, 
    .login_wrapper input[type="password"]:focus+.awsome_input_border{
        width:100%;
      
    }
    .login_wrapper input[type="number"]:active+.awsome_input_border, 
    .login_wrapper input[type="number"]:focus+.awsome_input_border{
        width:100%;
      
    }
    .login_wrapper textarea:active+.awsome_input_border, 
    .login_wrapper textarea:focus+.awsome_input_border{
        width:100%;
      
    }
    .login_wrapper .col:last-child .form_div {
        margin-top: 20px;
    }
    .login_wrapper .form_div{
      margin-bottom: 0;
    }
   .login_wrapper .form_div{
    position: relative;
   }
   .login_wrapper .form_div i{
      position: absolute;
      left: 17px;
      bottom: 30px;
      display: block;
      pointer-events: none;
      color:#fff;
      font-size: 20px;
   }
   .login_wrapper input[type="submit"]{
        background: #fff;
        border-radius: 50px;
        font-family: Poppins-Medium;
        font-size: 16px;
        color: #555555;
        line-height: 1.2;
        min-width: 120px;
        height: 50px;
        transition: all 1s;
   }
   .login_wrapper input[type="submit"]:hover{
      background: linear-gradient(60deg,#073781,#7d96bd) !important;
      color: #fff;
   }
   .login_wrapper a{
   		transition: 5s ease-out;
   }
   .login_wrapper a:hover{
   		border-bottom: 1px solid #002d73;
   }
   .login_create_btn{
      margin-top: 50px;      
   }
   .login_create_btn ul{
      display: flex;
      justify-content: space-between;
   }
   .login_create_btn ul li:first-child{
      justify-content: flex-start;
   }
   .login_create_btn ul li:last-child{
      justify-content: flex-end;
   }
   .login_create_btn ul li a{
        background-color: transparent;
        border-radius: 50px;
        font-family: Poppins-Medium;
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
        min-width: 120px;
        height: 50px;
        transition: all 1s;
        padding: 10px 25px;
        border:2px solid #fff;
   }
   .login_create_btn ul li a:hover{
    background: #fff;
    color:#212121;
    border-bottom:2px solid #fff;
   }
   .pt-0{
    padding-top: 0;
   }
   .success_con{
    display: table;
    height: 100vh;
    margin: 0 auto;
   }
   .success_page{
      text-align: center;
      width: 700px;
      margin: 0 auto;
      display: table-cell;
      vertical-align: middle;
   }
   .success_page i{
      color:#58B24F;
      font-size: 60px;
      margin-bottom: 60px;
   }
   .success_page h1{
      color:#002d73;
      font-size: 35px;
   }
   .success_page p{
      color:#000;
   }
   /* ==================================
				        patients portal
      ================================== */
   #view_history,#diary_modal{
      max-width: 90%;
      padding:15px;
   }
   #view_history,#diary_modal table{
      margin: 0 10px !important;
      width:100% !important;
   }
   #view_history .history_row{
      display: flex;
      justify-content: space-between;
   }
   #view_history .history_row .history_col{
      flex:1;
      justify-content: flex-start;
      padding-right:15px;
      border-right: 1px solid #eee;
   }
   #view_history .history_row .history_col:last-child{
      padding-right: 0;
      padding-left: 15px;
      border-right:0;
   }
   #view_history .dataTables_filter{
      margin-bottom: 20px;
   }
   #view_history table th{
      background-color: #002D73;
      color:#fff;
   }
   #view_modal .p_header{
      text-align: center;
   }
   #view_modal .p_header img{
      width: 100px;
      height: 100px;
      border-radius: 100%;
      display: inline-block;
   }
   #view_modal .p_header h4{
      font-size: 18px;
      color: #2b2d50;
      margin-bottom: 0;
      margin-bottom: 10px;
      font-family: 'Poppins-SemiBold';
      text-transform: capitalize;
   }
   #view_modal ul li{
    display: block;
    padding: 10px 0;
   }
   #view_modal ul li i{
      color:#93a3b5;
      font-size: 16px;
      padding-right: 10px;
   }
   .browse_img{
      position: relative;
      overflow: hidden;
      display: block;
   }
   .browse_img i{
      cursor: pointer;
      padding-top: 50px;
   }
   .browse_img input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }
   .upload-btn-wrapper {
	  position: relative;
	  overflow: hidden;
	  display: inline-block;
	}
	.upload_btn {
	    border: 2px solid #002d73;
	    color: #002d73;
	    background-color: #fff;
	    padding: 5px 8px;
	    border-radius: 4px;
	    font-size: 16px;
	    font-weight: bold;
	    cursor: pointer;
	}
	.upload-btn-wrapper input[type=file] {
	  font-size: 100px;
	  position: absolute;
	  left: 0;
	  top: 0;
	  opacity: 0;
	  cursor: pointer;
	}
  .upload_btn:hover{
      border: 2px solid #002d73;
      color: #fff;
      background-color: #002d73;
  }
	.jquery-modal #add_new_diary{
   		padding-top: 30px;
   }
   	#medical_condition,#initial_assessment{
   		z-index: 99999;
   		max-width: 800px;
   	}
   	.jquery-modal{
   		z-index: 999999 !important;
   	}
   @media (max-width: 1920px) and (min-width: 1366px){
   	.logo{
   		text-align: center;
   		padding: 9px 50px;
   	}
   	.logo img{
   		width:auto;
   		display: inline-block;
   	}
   }
   @media (max-width: 1170px){
    .logo{
      margin-bottom: 0;
    }
    #menu li{
      padding: 0;
    }
    #menu li i{
      margin-bottom: 10px;
    }
    #menu li a h4{
      font-size: 14px;
    }
    #menu li.active{
      padding: 0  10px;
    }
    .menu ul li a{
      padding:10px 0;
    }
   }
   @media (max-width: 1024px){
    .logo{
      padding: 15px;
    }
    .patients{
      overflow: auto;
    }
   }
   @media (max-width: 990px){
      .chat_container ul li.other .user_msg,.chat_container ul li.self .user_msg{
        width: 80%;
      }
   }
   @media (max-width: 800px){
    .main-content .dashboard_grid li{
      display: block;
      width: 100%;
      margin-bottom: 35px;
    }
   }
   @media (max-width: 767px){
    .menu ul{
      display: none;
    }
    #menu li i , #menu li h4{
        margin-bottom: 0;
    }
    .page_content ol{
      padding-left: 10px;
    }
    .home_account{
      margin-left: 0;
      width: 100%
    }
    .dataTable{
      width: 100% !important
    }
    .navbar_icon{
      display: block;
      float: right;
      padding: 30px 15px;
    }
    .sidebar{
      position: static;
      width: 100%;
      height: auto;
    }
    .logo{
      padding: 15px;
      width: 250px;
      float: left;
      margin-bottom: 0;
    }
    .header{
      width: 100%;
    }
    .main-content{
      width: 100%;
      margin-top: 10em;
      padding: 0 100px;
    }
    #other_pageContent{
      padding: 0 50px;
    }
    #other_pageContent .page_container{
      width: 100%;
      margin: 0;
    }
    .logo_clear{
      display: block;
    }
    #menu li a{
      display: flex;
    }
    .menu ul li a h4, .menu ul li a i{
      display: inline-block;
    }
    .menu ul li{
      margin: 0 15px;
      padding-bottom: 0;
    }
    .menu ul li h4{
      line-height: 38px;
    }
    .menu ul li i{
      margin-right: 20px;
    }
    .search h3 {
        padding-top: 17px;
    }
    .chat_container ul li.other .user_msg,.chat_container ul li.self .user_msg{
      width: 80%;
    }
    .msg_write{
      width: 100%;
    }
    .password_sec {
        margin-left: 0;
        width: 100%;
    }
   }
   @media (max-width: 640px){
    #other_pageContent {
        padding: 0 20px;
    }
   }
   @media(max-width: 575px){
    .table th{
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
    }
    .table td{
      padding-left: 0;
      padding-right: 0;
      font-size: 12px;
    }
    .main-content{
      padding: 0 20px;
    }
    .password_sec {
      margin-left: 0;
      width: 100%;
  }
  #medical_condition, #initial_assessment{
    max-width: 100%;
    width: 100%;
  }
   }
   @media (max-width: 480px){
    .main-content{
      padding: 0 20px;
    }
    #other_pageContent {
        padding: 0;
    }
    .form_div{
      flex-basis: 100%;
    }
   }
   @media (max-width: 375px){
    .main-content {
        padding: 0;
    }
    .search h3 {
        padding-top: 30px;
        font-size: 14px;
    }
    .chat_container ul li.other .user_msg, .chat_container ul li.self .user_msg {
        width: 70%;
    }
  }
  @media (max-width: 320px){
    .search h3{
      display: none;
    }
  }
  .ui-widget-header .ui-icon{
      background-position:center;
      background-size:cover;
  }
 .ui-datepicker .ui-datepicker-next span{
     background-image: url("../images/next.png");
 }
 #settings .col{
     width:100%;
 }
  #settings .flex{
      display:flex;
      flex-wrap:wrap;
  }
.blk .blockLst {
    margin: -20px;
}

.blockLst > table {
    width: 100%;
    table-layout:fixed;
}

.blockLst > table tr > * {
    padding: 15px 7px;
    border-bottom: 1px solid #eee;
}

.blockLst > table tr > *:nth-child(1) {
    padding-left: 20px;
}

.blockLst > table tr > *:nth-last-child(1) {
    padding-right: 20px;
}

.blockLst > table tbody tr:nth-last-child(1) > *,
.blockLst > table tfoot tr:nth-last-child(1) > * {
    border-bottom: 0;
}

.blockLst > table tr > th {
    color: #00234b;
    /*font-family: 'semi';*/
    font-weight: normal;
}

.blockLst > table tr .icoBlk {
    display: flex;
    align-items: center;
}

.blockLst > table tr .ico {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-right: 15px;
    box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.blockLst > table tr .name,
.blockLst > table tr .days,
.blockLst > table tr .orderId {
    max-width: 260px;
    /*font-family: 'semi';*/
}

.blockLst > table tr .name .email {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.blockLst > table tr .image {
    width: 46px;
    min-width: 46px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(49, 49, 93, 0.03), 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blockLst > table tr .image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockLst > table tr .bTn > * {
    margin: 2px;
}

.blockLst > table tr .webBtn {
    border-radius: 50px;
    white-space: nowrap;
}

.blockLst > table tr input[type="radio"],
.blockLst > table tr input[type="checkbox"] {
    top: 0;
    margin-right: 10px;
}

.blockLst > table tr .dropDown {
    z-index: initial;
}

.blockLst > table tr .dropDown .moreLink {
    position: absolute;
    top: -10px;
    left: initial;
    right: -26px;
    z-index: 10;
}

.blockLst > table tr .dropDown .moreLink li {
    display: block;
    padding: 2px;
}

.blockLst > table tr .dropDown .moreLink li a {
    position: relative;
    width: 34px;
    height: 34px;
    background: #fff;
    color: #00234b;
    font-size: 13px;
    text-align: center;
    padding-top: 8px;
    border: 1px solid #ddd;
    border-radius: 75%;
}

.blockLst > table tr .dropDown .moreLink li a:hover {
    background: #003fff;
    color: #fff;
    border-color: transparent;
}

.webBtn {
    position: relative;
    min-width: 120px;
    /* height: 11px; */
    background: #002D73;
    /* background: linear-gradient(to left, #12bed0, #00a5b6); */
    color: #fff !important;
    font-size: 13px;
    /*font-family: 'semi';*/
    text-align: center;
    padding: 11px 15px;
    /*padding-bottom: 20px !important;*/
    border: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    border-radius: 3px;
    outline: none !important;
    text-transform: uppercase;
}
.blk {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 0 26px rgb(215 222 227 / 40%);
}
.blk ._header, .blk ._footer {
    position: relative;
    padding: 20px 20px 18px;
    display: flex;
    align-items: center;
}
.blk ._header {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #f0f5f9;
    border-radius: 4px 4px 0 0;
}
.blk ._header h3 {
    color: #26648b;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 30px;
    flex: 1;
}
form .formBlk {
    max-width: 800px;
    margin: 0 auto;
}
.flex-2 .innerTxt {
    width: 50%;
    padding: 0px 5px;
}
.flex-2 .innerTxt {
    width: 50%;
    padding: 0px 5px;
}
#payment-form .blk ._header, #payment-form .blk ._footer {
    position: relative;
    /* background: #f7fafc; */
    padding: 15px 20px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#payment-form .blk ._header {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #dadada;
    border-radius: 4px 4px 0 0;
}
#payment-form .flexRow > .col .headCredit {
    margin: 0px;
    background: #f5f5f5;
}
.chk .headCredit {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    background: #f9f9fa;
    margin-bottom: 10px;
}
#payment-form .flex-2 .inner {
    width: 50%;
    padding: 5px;
    position: relative;
}
.creditCard .headCredit .inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
#payment-form .cardSec {
    padding: 10px 10px;
    /*border: 1px solid #4b4b4b;*/
    border-top: none;
    margin-bottom: 10px;
    background: #f9f9f9;
}
#payment-form .flex-2 .inner {
    width: 50%;
    padding: 5px;
    position: relative;
}
.creditCard .paypalSec {
    display: none;
}
.chk .creditCard .paypalSec .ico {
    max-width: 160px;
    margin: 20px auto 10px;
    background: transparent;
    border-radius: 0;
}
.chk .creditCard .paypalSec .ico img {
    border-radius: 0px;
}
.chk .creditCard .paypalSec p{
    color: #bcbcbc;
}
#payment-form{
    margin:0px auto;
    width: 600px;
}
.sq-field {
    margin-top: 20px;
}
.sq-field button{
    font-size: 20px!important;
    min-width: 180px!important;
}
.chk .creditCard .cardSec .inner .info {
    position: absolute;
    top: 18px;
    right: 18px
}
.chk .creditCard .cardSec .inner .info > i {
    width: 18px;
    height: 18px;
    padding-top: 2.4px;
    text-align: center;
    border: 1px solid #aaa;
    color: #aaa;
    border-radius: 75%;
    font-size: 12px;
    display: block;
    padding-left: 0.3px;
    cursor: pointer;
}

.chk .creditCard .cardSec .inner .info > .infoTip {
    position: absolute;
    z-index: 10;
    /*color: #333;*/
    color: #222222;
    width: 160px;
    top: 22px;
    left: -115px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 12px;
    padding: 5px 10px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px 0px;
            box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chk .creditCard .cardSec .inner .info > .infoTip:before {
    position: absolute;
    content: '';
    left: 120px;
    top: -3px;
    border-top: 8px solid #ffffff;
    border-left: 8px solid #ffffff;
    -webkit-box-shadow: #ffffff 1px -1px 0px;
            box-shadow: #ffffff 1px -1px 0px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.chk .creditCard .cardSec .inner .info:hover .infoTip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#payment-form .flex-2 .inner {
    width: 50%;
    padding: 5px;
    position: relative;
}

input.error{

    border-color:Red !important;

    border-style:solid;

    border-width:1px;

}

textarea.error{

    border-color:Red !important;

    border-style:solid;

    border-width:1px;

}

select.error{

    border-color:Red !important;

    border-style:solid;

    border-width:1px;

}

label.error{

    color:red;

    font-size: 11px;

}

input[type="radio"].error:after, input[type="checkbox"].error:after{

    border-color:red;

}
.txtBox {
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    color: #909090;
    font-size: 13px;
    text-align: left;
    padding: 5px 16px 6px;
    letter-spacing: 0.5px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    outline: none !important;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.txtBox:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
    height: 152px;
    resize: none;
}

.txtBox:disabled {
    background: #e3e8ee;
    cursor: not-allowed;
    border-color: #d8dee6 !important;
}

.txtBox::-webkit-input-placeholder {
    color: #9c9c9c;
}

.txtBox:-ms-input-placeholder {
    color: #9c9c9c;
}

.txtBox::-ms-input-placeholder {
    color: #9c9c9c;
}

.txtBox::-moz-placeholder {
    color: #9c9c9c;
}

.txtBox::placeholder {
    color: #9c9c9c;
}

.txtBox:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus:-ms-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus::-ms-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus::-moz-placeholder {
    opacity: 0.4;
}

.txtBox:focus::placeholder {
    opacity: 0.4;
}

.creditCard .headCredit .inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.creditCard ul{
    list-style:none;
}
.creditCard li{
    display:inline-block;
}
#payment-form .cardSec {
    padding: 10px 10px;
    /*border: 1px solid #4b4b4b;*/
    border-top: none;
    margin-bottom: 10px;
    background: #f9f9f9;
}
#payment-form .flex-2 .inner {
    width: 100%;
    padding: 5px;
    position: relative;
}
.creditCard .paypalSec {
    display: none;
}
.chk .creditCard .paypalSec .ico {
    max-width: 160px;
    margin: 20px auto 10px;
    background: transparent;
    border-radius: 0;
}
.chk .creditCard .paypalSec .ico img {
    border-radius: 0px;
}