@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
section,
main{
	margin:0px;
	padding:0px;
	display:block;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size:16px;
	color:#000;
}


p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom:20px;
}
.heading{
	text-transform:uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom:60px;
}
.heading:before {
    content: '';
    display: block;
    width: 280px;
    height: 2px;
    background: #000;
	margin-bottom: 22px;
}
.heading-right{
	text-align:right;
	position:relative;
	margin-top: 22px;
}
.heading-right:before {
   position:absolute;
   right:0;
   top: -22px;
}
.btn{
	font-size: 24px;
	letter-spacing: 0px;
	border-radius:4px;
	border:0;
	font-weight:600;
	padding:6px 36px;
	min-width: 200px;
	height:53px;
}

.btn-default{
	color: #fff;
	border:2px solid #000;
	transition: 1.2s;
	background:#000;
}
.btn-default:hover{
	color: #000;
	background:#fff;
	border:2px solid #000;
	transition: 1.2s;
}
.font-weight-600{
	font-weight:600;
}
img{
	max-width:100%;
	height:auto;
}
.separate{
	padding:50px 0;
}
/*End: Common CSS*/

/* Start: Back to Top*/
#back-top {
  display: inline-block;
  background: #55b5e3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: 1.2s;
}
#back-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-top:hover {
  cursor: pointer;
  background: #000;
  text-decoration: none;
  transition: 1.2s;
}
#back-top:active {
  background: #555;
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}
/* End: Back to Top*/

/* Start: Header */
header,
.fixed-top{
	background: #000;
}

header .navbar-nav{ 
	margin-left: auto; 
}
header .logo-text{
	text-transform:uppercase;
	font-size: 30px;
    font-weight: 300;
}
header .logo-text span{
	font-weight:600;
}
header .navbar-dark .navbar-nav .nav-link{
	color:#fff!important;
	text-transform:uppercase;
	transition: 1.2s!important;
	font-weight: 500;
	padding: 10px 20px;
	position: relative;
	font-size:18px;
}
header .navbar-nav .nav-item.active .nav-link,
header .navbar-nav .nav-item .nav-link:focus,
header .navbar-nav .nav-item .nav-link:hover{
	transition: 1.2s!important;
	color:#fff!important;
}
header .navbar-nav .nav-item .nav-link:after{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
	margin-top: 8px;
	transition:all .4s!important;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
header .navbar-nav .nav-item.active .nav-link:after{
	width: 100%;
}
header .navbar-nav .nav-item .nav-link:focus:after,
header .navbar-nav .nav-item .nav-link:hover:after{	
	width: 100%;  
}
header .social{
	margin-left:30px;
}
header .social .fa{
	color:#55b5e3;
	font-size: 24px;
	transition: 1.2s;
	padding: 10px 5px;
}
header .social .fa:hover{
	color:#000;
	transition: 1.2s;
}
header .navbar-brand img{
	width:280px;
}
#header.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background:#fff;	 
}

.container{
	max-width:1280px;
}

.LoginSection{
	max-width:800px;
	margin:80px auto;
}
.from-widget{
	background: #F2F2F2;
	border: 5px solid #000000;
	box-sizing: border-box;
	border-radius: 30px;
	padding:30px 30px;
	font-size:18px;
	margin-top:40px;
}
.from-widget a{
	color:#000000;
}
h2{
	font-weight:800;
	font-size:40px;	
	color:#000;

}
.font-24{
	font-size:24px;
}
.font-700{
	font-weight:700;
}
a{
	color:#466A74;
}
a:hover{
	color:#466A74;
}
.from-widget .form-group{
	margin-bottom:30px;
}
.from-widget .form-control{
	background: #FFFFFF;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 5px;
	height:50px;
}
.sidebar{
	position:fixed;
	top:0px;
	background:#F2F2F2;
	width:265px;
	float:left;
	top:105px;	
	/*height:100vh;*/
	overflow-y: scroll;
	bottom:0px;
}
.sidebar h3{
	font-weight:600;
	font-size:16px;
	padding:35px 25px 15px;
	text-transform:uppercase;
	border-bottom:1px solid #B7CBE1;
	
}
.sidebar .sidebarNav li a{
	border-bottom:1px solid #B7CBE1;
	display:block;
	text-decoration:none;
	padding:10px 25px;
	font-weight:400;
	color:#000;
}
.sidebar .sidebarNav li a:hover{
	background:#000;
	color:#fff;
}
.content-section{
	margin-left:265px;
	margin-top:170px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width:114px;
  height:114px;
  margin:15px auto;
}
.upload-btn-wrapper button{
	width:114px;
  height:114px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:9999;
  text-align:center;
  padding:0px;
  border-radius:50%;
     min-width: auto;
	background:rgba(0,0,0,.2);
	display:none;
 
}
.upload-btn-wrapper:hover button{
	display:block;
}
	
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.infotxt{
	color:#858585;
}

/*Profile Pic Start*/
.picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.picture{
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.picture:hover{
    border-color: #2ca8ff;
}
.content.ct-wizard-green .picture:hover{
    border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover{
    border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover{
    border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover{
    border-color: #ff3b30;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src{
    width: 100%;
    
}
@media (max-width: 992px){
.LoginSection {
    margin-left:15px;
    margin-right: 15px;
}
}

label.error.custom-text-danger.mt-2.text-danger {
    position: relative;
    left: 270px;
}

input#blood_pressure1_up, input#blood_pressure1_down, input#blood_pressure2_up, input#blood_pressure2_down {
    z-index: 0;
}	
.form-title{
	padding: 25px 0px;
}
/*Start for step form 7_Dec*/

#msform fieldset:not(:first-of-type) {
    display: none
}


#msform .action-button {
    width: 100px;  
    border: 2px solid #000;
    transition: 1.2s;
    background: #000;
    color: white;
    border: 0 none;
       border-radius: 4px;
    cursor: pointer;
       margin: 10px 0px 10px 5px;
    float: right
}
#msform .action-button:hover{
	background:none;
	 border: 2px solid #000;
	 color:#000;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}
#msform  .card {
    z-index: 0;
    border: none;
    position: relative
}

#msform  .fs-title {
    font-size: 25px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

#msform .purple-text {
    color: #000000;
    font-weight: normal
}

#msform .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#msform  .fieldlabels {
    color: gray;
    text-align: left
}

#msform .progress {
    height: 20px
}

#msform .progress-bar {
    background-color: #000000
}
/*End for step form 7_Dec*/

.next {
    float: right;
    margin-top: 45px;
    color: #fff;
    border: 2px solid #000;
    transition: 1.2s;
    background: #000;
}





/*Start CSS 4 Jan 2021*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #F2F2F2;
    border-bottom: 1px solid #e3e6f0;
    font-size: 1.3rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

table.dataTable thead{
    background: #000;
    color: #fff;
}

.content-section-Inbox {
    margin-top: 109px;
}
.pagination{
    margin-top: 15px;
}
.pagination li{
    margin: 0px;
    padding: 0px!important;
    margin-left: -2px!important;
}
.pagination li:hover{
    background: none!important;
    border-color:transparent!important;
}

.pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.sidebar{
    overflow-y: auto;
}

#alldatatable{
    margin-top: 10px;  
}
#alldatatable_filter label,
#alldatatable_length label{
    display: flex;
    align-items: center;
}
#alldatatable_length .form-control{
    width: 80px;
    margin: 0px 10px;
}
#alldatatable_filter .form-control{
    width: 200px;
    margin-left: 10px;
}

/*End CSS 4 Jan 2021*/


a.nav-link.active {
    background-color: cadetblue;
}