/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }



a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html,
body {
  height: 100%;
}
body {
  display: grid;
  font-family: Avenir;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 280px;
}
.inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: #9098a9;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #07f;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #c8ccd4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
pre .temp{
  

}
.inp input:hover {
}
.inp input:not(:placeholder-shown) + span {
  color: #5a667f;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus {
  background: none;
  outline: none;
}
.inp input:focus + span {
  color: #07f;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus + span + .border {
  transform: scaleX(1);
}


.example_e {
border: none;
background:#2979ff;
color: #ffffff !important;
font-weight: 100;
padding: 15px;
width: 150px;
text-transform: uppercase;
border-radius: 32px;
display: inline-block;
}
.example_e:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}
 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button-4{
  width:70px;
  height:50px;
  border:2px solid #2979FF;
  float:left;
  text-align:center;
    border-radius:6px;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
margin:40px 50px 150px 117px;}
.button-4 a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:140px;
  height:50px;
  right:-140px;
  bottom:-50px;
  background:#2979FF;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  right:0;bottom:0;
}
.button-4:hover a{
  color:#fff;
}
.button-1{
    width:70px;
  height:50px;
  border:2px solid #2979FF;
  float:left;
  text-align:center;
    border-radius:6px;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
margin:40px 50px 150px 117px;
}
.button-1 a{
  font-family:arial;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-1{
  width:140px;
  height:50px;
  top:-17px;
  background:#2979ff;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-1:hover .eff-1{
  top:30px;
}
.button-1:hover a{
  color:#2979FF;
}
p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1{
  font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight:300;
}
h2, h3, h4, h5, h6 {
font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight:900;}
strong {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

body {
  background-color: #f7f7ff !important;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  color: #6A6A6A; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: "slab", Arial, Helvetica, sans-serif; }
  .inner-title p {
    width: 100%;
    text-align: center; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
  background-color: #00ab9f;
  border-color: #00ab9f; }
  .btn-success:hover {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important; }
  .btn-success:active {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important; }
  .btn-success:focus {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important;
    box-shadow: none !important; }

.btn-info {
  background-color: #4f6dcd;
  border-color: #4f6dcd; }
  .btn-info:hover {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important; }
  .btn-info:active {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important; }
  .btn-info:focus {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #00a8df; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #dc3545 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1100px; }

/* ===================================== Header CSS ================================== */
@media screen and (max-width: 991px) {
  .cdvfdfd {
    padding: 15px; } }

.login-box {
  background-color: #FFF;
  float: none;
  margin: auto;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 72px -10px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 72px -10px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 72px -10px rgba(0, 0, 0, 0.44);
  border-radius: 5px;
  margin-top: 6%; }
  @media screen and (max-width: 575px) {
    .login-box {
      margin-top: 0px; } }
  @media screen and (max-width: 1096px) {
    .login-box {
      margin-bottom: 40px;
      margin-top: 40px; } }

.log-det {
  padding: 40px; }
  .log-det .small-logo {
    text-align: center;
    align-items: center;
    color: #c82333;
    font-size: 1.2rem; }
    .log-det .small-logo i {
      font-size: 32px;
      margin-right: 10px; }
  .log-det .dfmn {
    margin-top: 15px;
    font-size: .9rem; }
  .log-det h2 {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 40px; }
  .log-det ul {
    float: none;
    margin: auto;
    width: 200px; }
    .log-det ul li {
      float: left;
      padding: 10px; }
      .log-det ul li i {
        padding: 10px;
        border: 1px solid #CCC;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50px; }
  .log-det p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px; }
  .log-det .small-info {
    font-size: .9rem;
    border-top: 1px solid #cccccc73;
    padding-top: 20px;
    margin-bottom: 5px; }
  .log-det .btn {
    width: 50%; }
  .log-det .text-box-cont {
    max-width: 300px;
    float: none;
    margin: auto; }
    .log-det .text-box-cont .input-group .input-group-prepend span {
      background-color: #F8F8F8;
      border-radius: 0px;
      border-right: 0px;
      border-bottom-left-radius: 50px;
      border-top-left-radius: 50px; }
    .log-det .text-box-cont .input-group .input-group-prepend i {
      color: #777474;
      font-size: 14px; }
    .log-det .text-box-cont .input-group input {
      border-left: 0px;
      border-radius: 0px;
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px; }
    .log-det .text-box-cont .btn {
      border-radius: 50px;
      padding: 10px 30px;
      margin: auto;
      margin-bottom: 10px;
      font-size: 13px; }
  .log-det .forget-p {
    margin-top: 10px;
    font-size: .9rem; }
    .log-det .forget-p span {
      color:#2979ff;
      font-weight: 600;
      margin-left: 5px; }

.box-de {
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  padding: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; }
  .box-de .inn-cover {
    display: flex;
    background-image: linear-gradient(to top,#2979FF,#36DEBF);opacity:0.9;;
    position: absolute;
    width: 100%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .box-de .inn-cover {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 25px;
        position: relative; } }
  @media screen and (max-width: 767px) {
    .box-de {
      border-bottom-left-radius: 25px; } }
  .box-de .ditk-inf {
    margin: auto;
    align-items: center;
    text-align: center;
    color: #FFF; }
    .box-de .ditk-inf .small-logo {
      position: relative;
      top: 0px;
      margin-bottom: 20px;
      font-size: 1.3rem; }
      .box-de .ditk-inf .small-logo i {
        font-size: 44px; }
    .box-de .ditk-inf p {
      margin-top: 15px;
      font-size: .9rem; }
    .box-de .ditk-inf .btn-outline-light {
      border-radius: 50px;
      box-shadow: none;
      padding: 5px 20px;
      margin-top: 25px; }
  .box-de .small-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFF; }
    .box-de .small-logo i {
      font-size: 22px;
      margin-right: 5px; }
  .box-de .foter-credit {
    position: absolute;
    bottom: 10px;
    right: 6%;
    font-size: 14px;
    padding: 10px;
    color: #FFF;
    font-weight: 300; }
    .box-de .foter-credit a {
      color: #FFF; }
    @media screen and (max-width: 767px) {
      .box-de .foter-credit {
        display: none; } }

.sup {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  .sup-oi {
    margin-top: 40px !important; } }

/*# sourceMappingURL=style.css.map */
