/* =======================================================================
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/Poppins-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-400';
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/Poppins-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: #2693f0; }
  hr.border {
  border-top: 1px solid white;
  
}
.fo a {color:#aeadb0;}
.fo a:hover {color:#ffffff;}

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: .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: #1f1f1; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .session-title h2 {
        font-size: 1.2rem; } }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem; }
  .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-weight: 600; }
    @media screen and (max-width: 767px) {
      .inner-title h2 {
        font-size: 1.2rem; } }
  .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: #175ea0;
  border-color: #175ea0; }
  .btn-success:hover {
    background-color: #175ea0 !important;
    border-color: #175ea0 !important; }
  .btn-success:active {
    background-color: #175ea0 !important;
    border-color: #175ea0 !important; }
  .btn-success:focus {
    background-color: #175ea0 !important;
    border-color: #175ea0 !important;
    box-shadow: none !important; }

.btn-info {
  background-color: #0363b0;
  border-color: #0363b0; }
  .btn-info:hover {
    background-color: #0363b0 !important;
    border-color: #0363b0 !important; }
  .btn-info:active {
    background-color: #0363b0 !important;
    border-color: #0363b0 !important; }
  .btn-info:focus {
    background-color: #0363b0 !important;
    border-color: #0363b0 !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%;
  background-color: #FFF;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    header .logo img {
      width: 250px; } }
  header .top-header {
    border-bottom: 1px solid #CCC;
    padding-top: 10px;
    padding-bottom: 10px; }
    header .top-header .btn {
      margin-top: 10px;
      font-weight: 600; }
  header .pl-0 {
    padding-left: 0px; }
  header .adgo {
    display: flex; }
    header .adgo .icon {
      padding: 15px; }
    header .adgo .det {
      margin: auto 0; }
      header .adgo .det p {
        font-size: .8rem; }
      header .adgo .det b {
        font-family: "mouse-400", Arial, Helvetica, sans-serif;
        font-size: .9rem; }
  header nav ul li {
    float: left;
    padding: 10px 20px;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
	header nav ul li :hover{color:#288eed}
    @media screen and (max-width: 767px) {
      header nav ul li {
        float: none;
        border-bottom: 1px solid #CCC; } }
  header nav .pno {
    text-align: center;
    padding-top: 8px;
    font-size: 1.2rem; }
    header nav .pno i {
      padding: 10px;
      background-color: #175ea0;
      color: #FFF;
      border-radius: 50px;
      margin-right: 5px; }

.small-menu {
  float: right;
  color: #175ea0;
  font-size: 32px;
  margin-top: 17px;
  margin-right: 12px; }
  @media screen and (max-width: 767px) {
    .small-menu {
      margin-top: 11px; } }
/* ===================================== bread crumb start ================================== */
.page-title{
	position:relative;
	padding:100px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background-color:rgba(0,0,0,0.60);
}

.page-title .inner-container{
	position: relative;
}

.page-title h1{
	position:relative;
	float: left;
	font-size:30px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 500;
	text-transform:uppercase;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding: 10px 0;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #FDC017;
	font-weight: 400;
	cursor: default;
	padding-right:  10px;
	margin-right: 10px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -3px;
	top: 0;
	line-height: 30px;
	color: #ffffff;
	content: "-";
	font-size: 16px;
}

.page-title .bread-crumb li:last-child{
	margin-right: 0;
	padding-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#FDC017;	
}
.auto-container{
	position:static;
	max-width:1300px;
	padding:0px 15px;
	margin:0 auto;
}

/* ===================================== bread crumb end ================================== */
/* ===================================== Slider CSS ================================== */
.slider-detail {
  padding-top: 135px; }
  @media screen and (max-width: 767px) {
    .slider-detail {
      padding-top: 73px; } }
  @media screen and (max-width: 409px) {
    .slider-detail {
      padding-top: 158px; } }
  .slider-detail .carousel-caption {
    text-align: right;
    bottom: 40px; }
    @media screen and (max-width: 788px) {
      .slider-detail .carousel-caption {
        bottom: 10px; } }
    .slider-detail .carousel-caption h5 {
      font-size: 44px; }
      @media screen and (max-width: 972px) {
        .slider-detail .carousel-caption h5 {
          font-size: 26px; } }
    .slider-detail .carousel-caption p {
      font-weight: 600;
      margin-top: 40px;
      font-size: 19px; }
      @media screen and (max-width: 972px) {
        .slider-detail .carousel-caption p {
          font-size: 16px;
          margin-top: 10px; } }
  .slider-detail .vbh {
    text-align: right; }
    .slider-detail .vbh .btn {
      padding: 20px;
      margin-top: 40px;
      font-weight: 600;
      font-size: 18px; }
      @media screen and (max-width: 972px) {
        .slider-detail .vbh .btn {
          margin-top: 10px;
          padding: 10px; } }
  .slider-detail .vdg-cur {
    color: #414344;
    right: 100px; }
  .slider-detail .fvgb {
    color: #414344;
    right: 100px; }

/* ===================================== Key Features CSS ================================== */
.key-features .kvxol {
  padding: 0px; }
.key-features .single-key {
  background-color: #FFF;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 15px; }
  .key-features .single-key .logo {
    margin: auto;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .key-features .single-key .logo {
        width: 92px; } }
  .key-features .single-key i {
    font-size: 32px;
    color: #FFF;
    margin-bottom: 30px;
    margin-right: 10px; }
  .key-features .single-key h5 {
    font-size: 1rem;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
  .key-features .single-key p {
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    font-size: .9rem;
    text-indent: 10px; }
.key-features .ky-1 {
  background-color: #175ea0;
  color: #FFF;
  margin-bottom: 0px; }
  .key-features .ky-1:hover {
    background-color: #fff;
    color: #222;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .key-features .ky-1:hover i {
      color: #175ea0; }
.key-features .ky-2 {
  background-color: #2693f0;
  color: #FFF;
  margin-bottom: 0px; }
  .key-features .ky-2:hover {
    background-color: #fff;
    color: #222;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .key-features .ky-2:hover i {
      color: #175ea0; }

.department {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .department {
      padding: 50px 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); }

/* ===================================== Key Features CSS ================================== */
.about-us {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 50px 10px; } }
  .about-us .det-img {
    text-align: center; }
  .about-us p {
    font-size: 1rem;
    margin-bottom: 10px; }

/* ===================================== Key Features CSS ================================== */
.services {
  padding: 50px;
  background-image: url(../images/world.png);
  background-size: 100%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 940px) {
    .services {
      padding: 50px 10px; } }
  .services .single-key {
    text-align: center;
    padding: 35px; }
    .services .single-key i {
      font-size: 38px;
      margin-bottom: 19px;
      color: #175ea0; }
    .services .single-key h5 {
      font-size: 1.2rem;
      font-family: "mouse-400", Arial, Helvetica, sans-serif; }
    .services .single-key p {
      font-size: .9rem; }

/* ===================================== Testimonial Style  ================================== */
.customer-serv {
  background-color: #FFF;
  padding: 60px; }
  @media screen and (max-width: 554px) {
    .customer-serv {
      padding: 40px 20px; } }
  .customer-serv .ro-clo {
    padding: 30px 0px; }
  .customer-serv .card-b::after {
    box-sizing: border-box;
    background-color: #FFF;
    content: "";
    position: absolute;
    z-index: 100;
    height: 25px;
    left: 35px;
    top: 75px;
    transform: rotate(135deg);
    width: 25px; }
  .customer-serv .card-b {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    text-align: center;
    font-size: 12px;
    background: url(../images/quotes.png) no-repeat bottom right;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto auto;
    background-color: #FFF;
    background-size: 40px;
    background-position: right 10px bottom 5px; }
  .customer-serv .an-mtc {
    padding-top: 23px; }
  .customer-serv .stars {
    padding-top: 33px; }
    .customer-serv .stars li {
      list-style: none;
      color: #f8b739;
      float: right;
      font-size: 13px;
      margin-left: 4px; }
  .customer-serv .img-circl {
    margin-top: 20px;
    text-align: center; }
  .customer-serv .img-circl img {
    width: 80%;
    border-radius: 50%; }
  .customer-serv .bghn {
    margin-bottom: 20px; }

/* ===================================== Packages Style  ================================== */
.packages {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .packages {
      padding: 50px 10px; } }
  .packages .product-box {
    background-color: #FFF;
    border-radius: 20px;
    margin-bottom: 62px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .packages .product-box .product-header {
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #CCC; }
      .packages .product-box .product-header h4 {
        margin-bottom: 0px; }
      .packages .product-box .product-header p {
        font-size: .9rem; }
    .packages .product-box .product-popular {
      padding: 16px;
      color: #FFF;
      background-color: #0098ef;
      font-family: "mouse-500", Arial, Helvetica, sans-serif;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      text-align: center; }
    .packages .product-box .product-price {
      padding: 20px;
      text-align: center;
      font-size: 28px;
      font-weight: 600; }
    .packages .product-box .product-features {
      text-align: center; }
      .packages .product-box .product-features ul li {
        padding: 3px;
        color: #444;
        font-family: "mouse-300", Arial, Helvetica, sans-serif; }
      .packages .product-box .product-features .smal {
        margin-top: 20px; }
        .packages .product-box .product-features .smal li {
          font-weight: 300;
          color: #6d6a6a;
          font-size: .9rem;
          font-family: "mouse-300", Arial, Helvetica, sans-serif; }
    .packages .product-box .product-order {
      padding: 20px; }
      .packages .product-box .product-order a {
        background-color: #2693f0;
        width: 100%;
        text-align: center;
        color: #422;
        border-color: #2693f0;
        font-family: "mouse-500", Arial, Helvetica, sans-serif; }
        .packages .product-box .product-order a i {
          margin-right: 10px; }
        .packages .product-box .product-order a:hover {
          color: #FFF; }
  .packages .ultimate {
    margin-top: -40px; }
  .packages .inner-title {
    margin-bottom: 80px; }

/* ===================================== Footer Cover Style  ================================== */
.footer-ablove {
  padding: 30px;
  background-color: #00ab9f;
  color: #FFF;
  font-size: 1.5rem; }
  .footer-ablove .btn {
    float: right;
    background-color: #FFF;
    font-family: "mouse-500", Arial, Helvetica, sans-serif; }

footer {
  padding: 50px;
  background-color: #091429;
  color: #FFF; }
  @media screen and (max-width: 940px) {
    footer {
      padding: 50px 10px; } }
  footer h2 {
    font-size: 1.2rem;
    margin-bottom: 20px; }
  footer .about p {
    font-size: .9em;
    margin-bottom: 20px; }
  footer .about .foot-address {
    display: flex; }
    footer .about .foot-address .icon {
      padding: 10px 10px; }
    footer .about .foot-address .addet {
      font-size: .9rem;
      margin: auto 0px; }
  footer .fotblog .blohjb {
    margin-bottom: 10px; }
    footer .fotblog .blohjb p {
      font-size: .9rem; }
    footer .fotblog .blohjb span {
      font-size: .9rem; }
  footer .glink ul li {
    padding: 10px; }
    footer .glink ul li i {
      margin-right: 10px; color:#6894e9; }
    footer .glink ul li a {
      color: #FFF; }
  footer .tags ul li {
    float: left;
    padding: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #CCC; }

.copy {
  padding: 20px;
  background-color: #011e37;
  color: #FFF; }
  .copy a {
    color: #FFF; }
  .copy span {
    float: right; }
    .copy span i {
      margin-right: 20px; }

/*====================================== Blog Style ====================================*/
.blog {
  padding: 50px;
  background-color: #FAFAFA; }
  @media screen and (max-width: 990px) {
    .blog {
      padding: 50px 10px; } }
  @media screen and (max-width: 1199px) {
    .blog .container {
      max-width: 100%; } }
  .blog .blog-singe {
    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;
    background-color: #FFF;
    margin-bottom: 30px; }
    .blog .blog-singe .blog-img-tab {
      padding: 0px; }
    .blog .blog-singe .blog-content-tab {
      padding: 15px; }
      .blog .blog-singe .blog-content-tab h2 {
        font-size: 19px; }
      .blog .blog-singe .blog-content-tab i {
        margin-right: 10px;
        font-size: 12px; }
        .blog .blog-singe .blog-content-tab i small {
          margin-left: 5px;
          font-size: 100%; }
      .blog .blog-singe .blog-content-tab .blog-desic {
        margin-top: 8px;
        font-size: 12px;
        text-indent: 20px;
        margin-bottom: 10px; }
      .blog .blog-singe .blog-content-tab a {
        color: #06b2b6;
        font-size: 12px; }
        .blog .blog-singe .blog-content-tab a i {
          margin-left: 15px;
          font-size: 13px; }

.blog-new-page {
  background-color: #FFF; }

.contact-us-single {
  background-color: #FFF; }

.contact-us-single .cop-ck {
  padding: 10px 30px; }

.contact-us-single .cop-ck h2 {
  font-size: 22px;
  margin-bottom: 20px; }

.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);
  padding: 10px;
  z-index: 999; }

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


.floating-contact{
    position:fixed;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    z-index:9999;
}

.contact-box{
    background:#fff;
    border-radius:10px 0 0 10px;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    overflow:hidden;
    animation:slideIn 0.5s ease;
}

/* Buttons */
.contact-btn{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#333;
    font-size:24px;
    border-bottom:1px solid #ececec;
    transition:all 0.3s ease;
    position:relative;
    background:#fff;
}

.contact-btn:last-child{
    border-bottom:none;
}

.contact-btn:hover{
    background:#0aa84f;
    color:#fff;
    transform:translateX(-5px);
}

/* Tooltip */
.contact-btn span{
    position:absolute;
    right:75px;
    background:#111;
    color:#fff;
    padding:8px 14px;
    border-radius:5px;
    font-size:14px;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.contact-btn:hover span{
    opacity:1;
    visibility:visible;
}

/* Modal Popup */
.popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:10000;
}

.popup-box{
    background:#fff;
    width:90%;
    max-width:420px;
    border-radius:14px;
    padding:30px;
    position:relative;
    animation:popupShow 0.4s ease;
}

.popup-box h2{
    margin-top:0;
    color:#222;
    margin-bottom:20px;
}

.popup-box input,
.popup-box textarea{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:15px;
    box-sizing:border-box;
}

.popup-box textarea{
    resize:none;
    height:120px;
}

.popup-box button{
    width:100%;
    padding:13px;
    background:#0aa84f;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    transition:0.3s;
}

.popup-box button:hover{
    background:#08893f;
}

/* Close button */
.close-popup{
    position:absolute;
    top:10px;
    right:15px;
    font-size:22px;
    cursor:pointer;
    color:#444;
}

/* Responsive */
@media(max-width:768px){

    .contact-btn{
        width:54px;
        height:54px;
        font-size:20px;
    }

    .floating-contact{
        right:10px;
    }

    .contact-btn span{
        display:none;
    }
}

/* Animations */
@keyframes slideIn{
    from{
        opacity:0;
        transform:translateX(50px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes popupShow{
    from{
        transform:scale(0.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}
