
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow: hidden;
  background:#fff url(../images/bodybg.png)no-repeat;
  background-size:cover; background-attachment:fixed;"
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.container {
    max-width: 95vw!important;
}

.menu-wrap {
    background: #ccc9c9;
    padding: 20px 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    background: #ffffff;
    transition: all 0.5s;
    padding: 4px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    border-bottom: 1px solid #084298;
}

.header .logo-two {
    height: 65px;
    float: right;
}
.logo-texttwo {
	 color: #000;
	 font-weight: 600;
	 padding-top: 18px;
	 float: right;
}
.logoimg {
  width: 23%;
  float: left;
}

.cmimg{
	width: 23%;
}
.logotxt
{
  width:67%;
    float: right;
}


.logo-texttwo h5{
    font-size: 13px; 
}
.logo-texttwo h6{
	 font-size: 12px;
}

.cm-text{
	float:right;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.main-containt
{
	width:100%;
	height:75vh;
	overflow-y: auto;
	margin-bottom:8vh;
	overflow-x:hidden;
}

.bg1 {
    padding: 10% 0 0 0;
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.content {
    padding: 10% 0 0 0;
}

.content h2 {
    color: #e95500;
    padding: 15px 0;
}

.content p {
    text-align:justify;
}

.rw
{
	margin:0!important;
}


@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


* {
  box-sizing: border-box;
  margin: 0;
}


.logbtn-one {
  background:#084298;
  border-top: 3px solid #e95500;
  border-bottom: 3px solid #e95500;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.logbtn-one:hover {
  background:#e95500;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  color: black;
  transform: translate(0px, -5px);
   color: #fff;
}

.logbtn-two {
    background: #e95500;
    border-top: 3px solid #084298;
    border-bottom: 3px solid #084298;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.logbtn-two:hover {
  background:#084298;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  color: black;
  transform: translate(0px, -5px);
  color: #fff;
}

/* Figure */
.figure {
  margin-left: 35px;
  margin-top:50px;
}
.figure-start {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #084298;
	border:4px solid #53b1cd;
    outline: solid 3.5px;
	outline-color:#084298;
    padding: 6px;
    float: left;
    margin-top: 36px;
}
.figure-box {
    width: 300px;
    height:70px;
    border-radius: 70px;
    background:#084298;
    float: right;
    margin-left: 30px;
}
.figure-box-two {
    width: 300px;
    height:70px;
    border-radius: 70px;
    background:#370898;
    float: right;
    margin-left: 30px;
}
.figure-box-thre {
    width: 300px;
    height:70px;
    border-radius: 70px;
    background:#7d0898;
    float: right;
    margin-left: 30px;
}

.figure-box-left {
    width: 135px;
    height:70px;
    background: #fff;
    float: left;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.figure-box-left img {
  height: 50px;
  padding: 12px 0 0 40px;
}

.figure-box-right {
    float: left;
    padding: 0 0 0 15px;
}
.figure-box-right p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
}

.figure-point-box 
{
	margin-top:40px;
}

.figure-point {
    background-color: #a0f1f1;
    width:7px;
    height: 7px;
    margin-top:16px;
    border-radius: 50%;
    display: block;
    margin-left: 6px;
}

.linkbox
{
	background:#084298;
	padding: 5px;
	min-height: 70px;
    border-radius: 5px;
}

.linkbox img
{
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    margin-top: 15px;
}	

.linkbox h5
{
	color:#fff;
	font-size:13px;
	padding-top: 15px;
}

.medicine {
	transform: rotateY(45deg);
	animation: rotateAnimation 5s linear infinite;
	transition: all 5s ease;
	-moz-transition: all 5s ease;
	-webkit-transition: all 5s ease;
	-o-transition: all 5s ease;
	-ms-transition: all 5s ease;
}

@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}

.tblscrol {
    overflow: scroll;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background:#702d91;
    position: fixed;
    width: 100%;
	padding:8px 0;
    left: 0;
    bottom: 0;
    right: 0;
	height:40px;
}

.footer p {
   color:#fff;
   font-size: 14px;
   margin-top:5px;
}

.form1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 8%;
    background: #fffefe;
    padding: 25px;
    border: 1px solid #702d91;
    box-shadow: 0px 17px 12px #a381b4;
}
.qrcodeimg
{
    height: 150px;
}

.form2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 4%;
    background: #fffefe;
    padding: 25px;
    border: 1px solid #702d91;
    box-shadow: 0px 17px 12px #a381b4;
}
label
{
  display: flex;
  font-size: 14px;
}
.lableheading
{
  font-weight: bold;
  font-size: 15px;
  padding-bottom:7px;
  display: block;
}

.form1-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: -6%;
    background: #ccc;
    padding: 10px;
    border-radius: 50%;
	border: 1px solid #702d91!important;
}
.form1 h4 {
    font-size: 23px;
    text-align: center;
    color: #e95900;
}

.form2 h4 {
   font-size:18px;
   text-align:center;
}
.mb{margin-bottom:10px;}

.frm-txt-left {
    text-align: left;
}
.custom-control-label {
    margin-bottom: 0;
    padding: 0 5px!important;
}

.datasec {
   background:url(../images/bg-three.jpg) no-repeat center;
    padding: 30px 0;
    background-attachment: fixed;
}


.cards{
    transition: all 0.2s ease; 
    background: transparent;
    border: 1px solid #ccc;	
	min-height: 135px;
  }
    
.crdimg {
    height: 40px;
}

.cards:hover{
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}

.cardtext {
    font-size: 12px;
}
.line{
    background: transparent;
    border-top: 1px solid #ccc;
}

.form-control
{
	color:#68696a!important;
	border: 1px solid #5cdaf0 !important;
	width: 100% !important;	
}

.labecontent
{
  text-align: justify;
  padding: 0 0 0 15px;
}
   .sec-title {
    text-align: center;
    color: #084298;
    width: 100%;
    margin: 0 auto;
    color:#084298;
    padding: 10px 0;
}

.mainlink {
    background: #f0f0f0;
    padding: 20px;
	border-bottom: 1px solid #084298;
	border-top: 1px solid #084298;
}

.aside-menu .menu-item .menu-icon i {
    color: #fff;
	font-size: 18px;
}

.admin-logo {
    height: 35px;
}
.admnhd
{
  background:#084298!important;
}
.admnhd h3
{
  color:#fff;
}
.admnhd i
{
  color:#fff;
}


.emp-frm {
    width:100%;
    margin-left:1%;
    background: #f2f2f2;
}
.frm-btn{
	text-align:center;
}

.emp-frm h3 {
    position: relative;
    margin-bottom: 30px;
    padding: 5px;
    color: #333333;
    background: #afcdf9;
    width: 33%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	font-size:20px;

}
.emp-frm h3 i {
    color: #5e52f8;
}

.emp-frm h3 img {
    height:40px;
}


.input-group-prepend {
   position: absolute;
    z-index: 1;
    height: 34px;
	left:0;
	width:45%;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 12px!important;
    color: #495057;
    text-align: left!important;
    white-space: nowrap;
    background-color:#daeafb!important;
    border: 1px solid #ced4da;
    border-top-left-radius: 25px!important;
    border-bottom-left-radius: 25px!important;
	width: 100%;		
}

.frminput {
    margin-left:45%;
    border-top-right-radius: 40px!important;
    border-bottom-right-radius: 40px!important;
	height: 34px!important;
}

.rgd-frm-mid {
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    padding: 15px 0;
    background: #e4e4e4;
}
.rgd-frm-mid h5 {
    margin-bottom: 20px;
	padding-left: 20px;
}

.login-btn {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 20px!important;
    min-width: 80px;
    height: 30px;
    border-radius: 25px!important;
    background: #5e52f8;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.reset-btn {
    background: #52c4f8;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 20px!important;
    min-width: 80px;
    height: 30px;
    border-radius: 25px!important;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    font-size: 13px;
}
.mt-30
{
	margin-top:30px;
}
.mb-30
{
	margin-bottom:30px;
}
.forgotpass{
  display:none;
}

.navbar {
    background: #000!important;
}

.nav
{
    float: left;
    display: block!important;
    margin-right: 0px;
    border-bottom: 0;
}

.hdlogo-text {
    
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
    padding-top: 8px;
    color: #000;
    font-weight: 600;
	margin-left: -35px;
}
.logo {
    height: 60px;
}
.logo2 {
    height: 60px;
}
.form-check-input
{
  border: var(--bs-border-width) solid #2a69a8!important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.disable-label
{
	background: #959393;
	color: #f9f8f8;
}

@media only screen and (min-width: 1400px)  {
	
.main-containt
{
	width:100%;
	height:75vh;
	overflow-y: auto;
	margin-bottom:8vh;
	overflow-x:hidden;
}	
.logo 
{
    height: 90px;
}
.hdlogo-text {
    font-size: 22px;
    padding-top: 7px;
    color: #000;
    font-weight: 600;
}
.logo-texttwo {
    font-size: 22px;
}

}
@media only screen and (max-width: 767px) {
.header {
	padding-top:15px;
}
.logo 
{
    height: 45px;
}
.form1-img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    margin-top: -6%;
    padding: 10px;
    border-radius: 50%;

}
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}



#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #702d91;
  color: white;
}


.cmbg {
    position: relative;
    right: 0;
    z-index: 100;
    top: 0%;
    padding: 5px 0 0 10px;
}
.cmbg-txt {
    margin-top:2%;
	margin-right: 80px;
}

.cmbg-txt h6 {
  font-size: 13px;
  font-weight:600;
  
}

.cmbg-txt p {
    font-size:12px;
	font-weight: 500;
  
}

.hd-logo-tw {
  height: 75px;
  position: absolute;
  top: -2px;
}

