/* =======================================================================
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/PT_Sans-Web-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "mouse-500";
  src: url("../fonts/PT_Sans-Web-Bold.ttf") format("truetype");
}
/* ===================================== Basic CSS ================================== */
* {
  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;
}

html,
body {
  height: 100%;
}

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: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

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;
}

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

.btn-info {
  background-color: #00a8df;
  border-color: #00a8df;
}
.btn-info:hover {
  background-color: #00a8df !important;
  border-color: #00a8df !important;
}
.btn-info:active {
  background-color: #00a8df !important;
  border-color: #00a8df !important;
}
.btn-info:focus {
  background-color: #00a8df !important;
  border-color: #00a8df !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;
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
.collapse.show {
  display: block !important;
}

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

.form-control {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #ccc;
}

/* ===================================== Header CSS ================================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header .header-top {
  background-color: #212121;
}
header .header-top .left-item ul li {
  float: left;
  color: #bcbcbc;
  padding: 10px;
}
header .header-top .left-item ul li i {
  color: #4e9be9;
}
header .header-top .right-item ul {
  float: right;
}
header .header-top .right-item ul li {
  float: left;
  color: #bcbcbc;
  padding: 10px;
}
header .header-nav .nav-item ul li {
  float: left;
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 28px;
}
@media screen and (max-width: 916px) {
  header .header-nav .nav-item ul li {
    padding: 30px 18px;
  }
}
@media screen and (max-width: 767px) {
  header .header-nav .nav-item ul li {
    float: none;
    padding: 14px;
    border-top: 1px solid #ccc;
  }
}
header .header-nav .nav-img img {
  width: 200px;
  padding: 0px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  header .header-nav .nav-img img {
    margin-top: 0px;
    padding: 10px;
  }
}
header .header-nav .appoint {
  padding-top: 21px;
}
header .scroll-to-fixed-fixed {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.small-menu {
  float: right;
  color: #03509e;
  font-size: 32px;
  margin-top: 17px;
  margin-right: 12px;
}

/* ===================================== Slider CSS ================================== */
.slider-detail {
  padding-top: 128px;
}
@media screen and (max-width: 767px) {
  .slider-detail {
    padding-top: 115px;
  }
}
@media screen and (max-width: 409px) {
  .slider-detail {
    padding-top: 158px;
  }
}
.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px;
}
.slider-detail .carousel-caption h5 {
  font-size: 44px;
  margin-left: -40px;
}
.slider-detail .carousel-caption p {
  margin-left: -40px;
  font-weight: 600;
  margin-top: 40px;
  font-size: 19px;
}
.slider-detail .vbh {
  margin-left: -40px;
}
.slider-detail .vbh .btn {
  padding: 20px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}
.slider-detail .vdg-cur {
  color: #03509e;
}
.slider-detail .fvgb {
  color: #00a8df;
}

/* ===================================== Key Features CSS ================================== */
.key-features .kvxol {
  padding: 0px;
}
.key-features .single-key {
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
}
.key-features .single-key i {
  background-color: #fff;
  padding: 20px;
  font-size: 42px;
  color: #0085bc;
  margin-bottom: 30px;
  border-radius: 50px;
}
.key-features .single-key p {
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.key-features .ky-1 {
  background-color: #03509e;
  color: #fff;
  margin-bottom: 0px;
}
.key-features .ky-2 {
  background-color: #0085bc;
  color: #fff;
  margin-bottom: 0px;
}

.department {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .department {
    padding: 30px 10px;
  }
}
.department .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35),
    0 0px 3px 0 rgba(206, 206, 238, 0.35);
}

/* ===================================== With Medical CSS ================================== */
.with-medical {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .with-medical {
    padding: 30px 10px;
  }
}
.with-medical .txtr {
  padding: 10px;
}
.with-medical .txtr h4 {
  font-size: 32px;
}
.with-medical .txtr h4 span {
  color: #03509e;
}
.with-medical .txtr p {
  text-indent: 20px;
  font-size: 1.1rem;
}

/* ===================================== Our Team CSS ================================== */
.our-team {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .our-team {
    padding: 30px 10px;
  }
}
.our-team .user-card {
  background-color: #fff;
  padding: 10px;
  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;
  margin-bottom: 20px;
}
.our-team .user-card img {
  width: 100%;
}
.our-team .user-card .detfs {
  text-align: center;
}
.our-team .user-card .detfs ul {
  margin-left: 10%;
  width: 100%;
}
.our-team .user-card .detfs ul li {
  float: left;
  padding: 10px;
  font-size: 13px;
}
.our-team .user-card .detfs p {
  margin-top: 17px;
}

/* ===================================== Our Blog CSS ================================== */
.our-blog {
  background-color: #fdfdfd;
  padding: 40px;
}
@media screen and (max-width: 967px) {
  .our-blog {
    padding: 30px 0px;
  }
}
.our-blog .single-blog {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
    0 2px 6px 0 rgba(206, 206, 238, 0.54);
}
.our-blog .single-blog figure {
  margin-bottom: 5px;
}
.our-blog .single-blog .blog-detail {
  padding: 15px;
}
.our-blog .single-blog small {
  color: #ffffff;
  font-size: 12px;
}
.our-blog .single-blog h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.our-blog .single-blog p {
  text-align: justify;
  text-indent: 20px;
}
.our-blog .single-blog .link a {
  font-size: 12px;
  color: #ffffff;
}
.our-blog .single-blog .link i {
  padding-top: 6px;
  margin-left: 5px;
  color: #ffffff;
}

/* ===================================== Fooer CSS ================================== */
.footer {
  padding: 50px;
  padding-bottom: 0px;
  background-color: #444;
  color: #fff;
}
@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px;
  }
}
.footer h2 {
  font-size: 26px;
  margin-top: 10px;
}
.footer p {
  text-align: justify;
  text-indent: 20px;
}
.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6c6c6c;
}
.footer .link-list li a {
  color: #fff;
}
.footer .link-list li i {
  float: right;
}
.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px;
}
.footer address a {
  color: #fff;
}

.copy {
  padding: 20px;
  background-color: #2e2e2e;
  color: #fff;
}
.copy a {
  color: #fff;
}
.copy span {
  float: right;
}
.copy span i {
  margin-right: 20px;
}

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 170px;
}
@media screen and (max-width: 409px) {
  .page-nav {
    padding-top: 210px;
  }
}
.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
  text-align: left;
}
@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;
}

/* ===================================== About Us Style  ================================== */
.about-us {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .about-us .container {
    max-width: 100%;
  }
}
.about-us img {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.about-us h2 {
  font-size: 22px;
}
.about-us p {
  text-align: justify;
  text-indent: 20px;
}

.kf-2 {
  background-color: #fcfcfc;
}

.contact-rooo {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .contact-rooo {
    padding: 30px 10px;
  }
}

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center;
}
.gallery-filter .btn {
  background-color: #fff;
}

.gallery {
  padding: 30px;
  background-color: #fff;
}

.gallery-title {
  font-size: 36px;
  color: #29509f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #29509f;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #29509f;
  border-radius: 5px;
  text-align: center;
  color: #29509f;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #29509f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #29509f;
}

.btn-default:active .filter-button:active {
  background-color: #29509f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

.ky2 {
  background-color: #fafafa;
}

/*# sourceMappingURL=style.css.map */
/* HEADER 2 STYLES */
.app__navber {
  display: flex;
  justify-content: center;
  height: 80px;
  width: 100%;
}
.app__navber.fixed {
  background-color: #ffffff;
  position: fixed;
  box-shadow: 0 0 24px 0 rgba(193, 193, 190, 0.4);
  animation: smoothScroll 1s forwards;
     z-index: 99;

}
.app__navber .navbar {
  flex: 1;
  background-color: #FFFFFF;
  /* border-bottom: 2px dotted #FFD700; */
}
.primary-btn {
  background-color: #1e2575;
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-weight: 400;
  border: none;
  padding: 9px 25px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  box-shadow: none;
  outline: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Customer Login */
.message-container,
.form-container {
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 35px 60px;
  -webkit-box-shadow: 0 0 16px 0 rgba(193, 193, 190, 0.4);
  box-shadow: 0 0 16px 0 rgba(193, 193, 190, 0.4);
}
@media only screen and (max-width: 575px) {
  .user-login-page .form-container {
    margin: 15px !important;
    padding: 25px 25px;
  }
}
.user-login-page .form-container .form_head {
  margin: 0 0 30px;
}
.user-login-page .form-container .form_head h3 {
  font-size: 27px;
  color: #000;
  margin: 0;
}
.user-login-page .form-container .form_head p {
  font-size: 18px;
  color: #585858;
  margin: 0;
}
.user-login-page .form-container .form-control,
.user-login-page .form-container .form-control:focus {
  height: 67px;
  border-radius: 2px;
  border: 1px solid #e4e4e4 !important;
  background: transparent;
  color: #585858;
  padding: 12px 25px;
  font-size: 18px;
}
.user-login-page .form-container .form-body .primarybtn {
  width: 100%;
  margin: 5px 0 15px;
  padding: 16px 25px;
}
.user-login-page .form-container .form-body a.forget {
  float: right;
}
.user-login-page .form-container .form-footer .account {
  color: #000;
}
.user-login-page .form-container .form-footer .account a {
  color: #fc7a48;
  font-weight: 600;
  text-decoration: none;
}
/* style the checked checkbox */
.user-login-page .form-container .form-body .form-group {
  margin: 0 0 16px;
  position: relative;
  text-align: left;
}
.user-login-page .form-container .form-control {
  margin-bottom: 0;
}
.user-login-page .form-container small.help-block {
  color: rgba(202, 69, 69, 0.801);
}
/* Hide the browser's default checkbox */
.selectors-groop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
/* The container */
.checkbox-selectors {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-selectors input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* On mouse-over, add a grey background color */
.checkbox-selectors:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-selectors input:checked ~ .checkmark {
  background-color: #cccccc57;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-selectors input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-selectors .checkmark:after {
  left: 8px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid#fc7a48;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-selectors a {
  text-decoration: underline;
  color: #03509e;
}
/* Message Box */
.message-box .message-container .success {
  color: #1aaa55;
}
.message-box .message-container .error {
  color: rgba(202, 69, 69, 0.801);
}
.message-box .message-container .success.title {
  font-size: 2rem;
  margin-bottom: 1.rem;
}
.message-box .message-container .info strong {
  color: #2ca860;
}
a.navbar-brand img {
  height: 60px;
  width: auto;
}
.bookinglist li figure a.logo-img img {
  max-width: 100%;
  padding: 15px;
  background-color: #FFF;
  border-radius: 50%;
}
.bookinglist li figure:hover a.logo-img {
  background-color: #FFF;
}