/* =======================================================================
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"); }

/* Import fonts from google font */
@import url('https://fonts.googleapis.com/css?family=Lobster|Montserrat&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-wi40.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-wi40.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Reef';
    src: url('../fonts/reef/Reef.eot');
    src: url('../fonts/reef/Reef.eot') format('embedded-opentype'),
         url('../fonts/reef/Reef.woff2') format('woff2'),
         url('../fonts/reef/Reef.woff') format('woff'),
         url('../fonts/reef/Reef.ttf') format('truetype'),
         url('../fonts/reef/Reef.svg#Reef') format('svg');
}



html, body{
    height: 100%;
    overflow: hidden;
    background: var(--primary-color);
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #6A6A6A; 
}


/* Variables */
:root{
    --primary-gradient: linear-gradient(to right, #4e4376, #2b5876);
    --mango-gradient : linear-gradient(to right, #ffa751, #ffe259);
    --primary-color: #562598;
    --text-color: #F7F9F9;
    --Montserrat: "Montserrat", cursive;
    --Lobster: "Lobster", cursive;
    --primary-shadow: 3px 4px 7px rgba(27, 27, 27, 0.534);
    --border-color: rgba(0,0,0,0.329);
}



* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

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; }


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; }

strong {
  font-family: "Poppins", Arial, Helvetica, sans-serif; }


.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: "Poppins", Arial, Helvetica, sans-serif; }
  .inner-title p {
    width: 100%;
    text-align: center; }

.btn-success {
  background-color: #562598;
  border-color: #562598; }
  .btn-success:hover {
    background-color: #562598 !important;
    border-color: #562598 !important; }
  .btn-success:active {
    background-color: #562598 !important;
    border-color: #562598 !important; }
  .btn-success:focus {
    background-color: #562598 !important;
    border-color: #562598 !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; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  background-color: #FCFCFC;
  border: 2px solid #562598 !important; }

.form-control {
  background-color: #F6F6F6;
  margin-bottom: 5px;
  padding-left: 30px; 
  height: 35px;
  border: 2px solid #F0F0F0 !important; }
}

.container {
  max-width: 1100px; }
  
  @media screen and (max-width: 575px) {
    .container {
      padding: 20px 30px; } }

/* ===================================== Body CSS ================================== */
body {
  height: 100%; }

body .conya {
  height: 100%; 
}

.side-left {
  background-color: #562598;
  height: 100%;
  width: calc(100% - 360px);
  float: left;  
}

.side-left .sid-layy {
  position: absolute;
  width: 100%;
  height: 100%;
  width: calc(100% - 360px); 
}

.side-right {
  background-color: #FFF;
  height: 100%;
  width: 360px;
  float: left;
  padding: 80px 30px;
  text-align: center; 
}  

  .side-right .logo {
    max-height: 160px; 
  }

  .side-right .soc-det {
    display: flex; }
  .side-right .soc-det ul {
      float: none;
      margin: auto; }
  .side-right .soc-det ul li {
        float: left;
        padding: 8px;
        background-color: #FFF;
        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;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        margin-left: 10px;
        font-size: 12px; }
  .side-right .soc-det ul li i {
          color: #FFF; }
  .side-right .soc-det ul .facebook {
        background-color: #3b5894; }
      .side-right .soc-det ul .twitter {
        background-color: #19a1f7; }
      .side-right .soc-det ul .pin {
        background-color: #db443b; }
      .side-right .soc-det ul .link {
        background-color: #007ab4; }
  .side-right h2 {
    font-size: .8rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    padding: 20px 10px; }
  .side-right .form-row label {
    font-size: .8rem; }
  .side-right .skjh {
    font-size: .8rem; }
    .side-right .skjh span {
      float: right; }

.dfr {
  padding: 25px 10px 5px 10px;
  text-align: center; }

.dfr .btn {
  padding: 5px 80px;
  border-radius: 5px;
  float: none;
  width: 100%;
  font-size: 1.1rem;
  text-transform:uppercase;
  font-family: "Reef", sans-serif !important;
  margin: auto; 
}

.copyco {
  position: fixed;
    width: 360px;
    text-align: center;
    bottom: 10px;
    right: 0px;
    font-size: .95rem;
    color: var(--primary-color);
    font-family: "Reef", sans-serif !important;
  }


.g-class-top {
    position: fixed;
    width: 360px;
    margin: 0 auto;
    text-align: center;
    top: 0px;
    padding: 10px 0;
    background-color : var(--primary-color);
    font-family: "Reef", sans-serif !important;
  }

@media only screen and (min-width: 720px) {  
  .g-class-top {
    display:none;
  }
} 
.g-class-top img{
    width: 180px;
  }


.slid-roo {
  padding: 20px 50px 10px 50px;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 0px; 
  z-index: 15;
  background: rgba(57, 0, 113, 0.8);
  
}

.slid-roo h2 {
  color: #FFCC00;
  font-weight: bold;
}

.slid-roo p {
    font-size: .9rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc70; 
    line-height: 1.1rem;
  }

.slid-roo ul li {
    float: left;
    padding: 10px;
    font-size: .8rem; }



.slid-sombra {
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #FFF;
  position: absolute;
  bottom: 0px; 
  z-index: 20;
  /*background: rgba(86, 37, 152, 0.4);*/
  /*background: linear-gradient(90deg, rgba(85, 38, 149,0), rgba(85, 38, 149,0), rgba(85, 38, 149,0)  ,rgb(144, 37, 152,1));*/
background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, rgba(0,0,0,0.4) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(98%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.4)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, rgba(0,0,0,0.4) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, rgba(0,0,0,0.4) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, rgba(0,0,0,0.4) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, rgba(0,0,0,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );

}




/*# sourceMappingURL=style.css.map */



.inner{
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
}

.inner .logo-gclass{
    text-align: left;
    background: #FFF;
    border-bottom-right-radius: 40%;
    /*border-bottom-left-radius: 30%;*/
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    margin: 0px;
    position: absolute;
    color: whitesmoke;
    z-index: 10;
    width:130px;
    height: 150px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.inner .text-gclass{
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font-weight: 500;
}


.owl-carousel.owl-loaded,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
  height: 100% !important;
  width: 100%;
}


.owl-carousel{
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0;
}

.owl-carousel .owl-item{
    height: 100%;
    display: flex !important;
    /*background-repeat: no-repeat;*/
}



.owl-dots{
    position: fixed;
    padding: 3rem 1.2rem;
    display: flex !important;
    flex-direction: column;
    transform: translateY(-240px);
}

.owl-dots button{
    border-radius: 5rem;
    margin: .3rem 0;
}

.owl-dots button span{
    background: var(--text-color) !important;
    margin: 0rem .6rem !important;
}

.owl-dots .active{
    border: 1px solid #ffd765 !important;
}

.owl-dots .active span{
    background: #ffd765 !important;
    margin: .3rem .5rem !important;
}

.login .input-field {
    width: 100%;
    margin: 5px 0;
    height: 50px;
    border-radius: 5px;
    padding: 0 0.4rem;
    position: relative;
    text-align: left;
}


.login .input-field i {
    position:absolute;
    padding: 0 8px;    
    line-height: 35px;
    color: #562598;
    transition: 0.5s;
    font-size: 1.1rem;
}

.login .title {
    font-size: 2rem;
    color: #562598;
    margin: 15px 0;
    font-family: "Reef", sans-serif !important;
}

.login .forget a, 
.login .forget a:visited,
.login .forget a:active {
  color: var(--primary-color);
  width: 100%;
  text-align:center;
  font-weight: bold;
  font-size: .8rem; }
}

.login .forget a:hover {
  text-decoration: underline !important;
}

.form-login-error .alert-danger {
  font-size: 0.8rem !important;
  padding: 2px !important;
}

@media only screen and (max-width: 720px) and (min-width: 500px) {  
  .side-left {
      display: none; }
  .side-right {
      /*width: 70%; */
  box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    }  

  .container-fluid{
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .container-fluid-top-logo{
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .copyco{
    position: fixed;
    width: 100%;
  }


  .side-right .logo {
    margin-top:30px;
  }
}  
  

@media only screen and (max-width: 500px) {  
  .side-left {
      display: none; }
  .side-right {
      width: 100%; }  

  .copyco{
    position: fixed;
    width: 100%;
  }

  .g-class-top {    
    width: 100%;
    left: 0;
  }

  .side-right .logo {
    margin-top:30px;
  }
}  

