/* =======================================================================
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 ================================== */
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; }

@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/GothamBook Regular.otf") format("truetype"); }
@font-face {
  font-family: 'mouse-400';
  src: url("../fonts/Gotham Medium.otf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/Gotham Bold.otf") 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: .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: #ffffff !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;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .85rem; }
  .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; }
  .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; }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 186px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 206px; } }
  .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: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46; }
  .btn-primary:hover {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:active {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:focus {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !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  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1100px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46; }
  .btn-primary:hover {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:active {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:focus {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !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-outline-primary {
  border-radius: 50px;
  padding: 5px 25px;
  color: #FF3A46;
  border-color: #FF3A46;
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

/* ===================================== Full Screen Background CSS ======================== */
.banner-container {
  background-image: url(../images/head_bg.jpg);
  background-size: 100%;
  height: 100%; }
  @media screen and (max-width: 699px) {
    .banner-container {
      background-size: auto; } }
  @media screen and (max-width: 600px) {
    .banner-container {
      height: 400px; } }
  .banner-container .slider-det {
    text-align: center;
    padding-top: 20%;
    color: #FFF; }
    @media screen and (max-width: 600px) {
      .banner-container .slider-det {
        padding-top: 10%; } }
    .banner-container .slider-det span {
      text-transform: uppercase;
      font-size: 1.1rem; }
    .banner-container .slider-det h2 {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 2.5rem; }
    .banner-container .slider-det p {
      font-size: 1rem; }
    .banner-container .slider-det .carousel-indicators {
      bottom: -51px; }
    @media screen and (max-width: 600px) {
      .banner-container .slider-det .carousel-control-prev-icon {
        margin-left: -110px; }
      .banner-container .slider-det .carousel-control-next-icon {
        margin-right: -110px; } }

/* ===================================== Header CSS ================================== */
nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  nav .logo {
    padding: 8px; }
    nav .logo img {
      width: 90%; }
  @media screen and (max-width: 767px) {
    nav .container {
      padding: 0px 10px !important; } }
  @media screen and (max-width: 767px) {
    nav .nav-div ul {
      margin-top: 5px; } }
  nav .nav-div ul li {
    float: left;
    padding: 27px 15px;
    font-size: .9rem; }
    nav .nav-div ul li a {
      color: #8c8c8c; }
    @media screen and (max-width: 1033px) {
      nav .nav-div ul li {
        padding: 27px 10px; } }
    @media screen and (max-width: 939px) {
      nav .nav-div ul li {
        font: .8rem;
        padding: 27px 5px; } }
    @media screen and (max-width: 767px) {
      nav .nav-div ul li {
        float: none;
        padding: 10px;
        border-top: 1px solid #cccccc73; } }
  @media screen and (max-width: 849px) {
    nav .nav-div .yc {
      display: none; } }
  @media screen and (max-width: 767px) {
    nav .logo img {
      width: 230px; } }
  nav .small-menu {
    float: right;
    padding: 16px;
    font-size: 27px; }

.scroll-to-fixed-fixed {
  background-color: #FFF; }

/* ===================================== Key Features CSS ================================== */
.key-feature {
  padding: 50px;
  padding-top: 80px; }
  @media screen and (max-width: 940px) {
    .key-feature {
      padding: 30px 10px; } }
  .key-feature .key-cover {
    padding: 15px;
    border: 1px solid #cccccc85;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px; }
    .key-feature .key-cover i {
      padding: 11px;
      border: 1px solid #cccccc85;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      text-align: center;
      margin-bottom: 20px;
      margin-top: -40px;
      position: absolute;
      margin-left: -20px;
      background-color: #FFF; }
    .key-feature .key-cover h4 {
      font-size: 1.1rem;
      text-align: center;
      margin-top: 30px;
      font-family: "mouse-400", Arial, Helvetica, sans-serif; }
    .key-feature .key-cover p {
      font-size: .85rem;
      text-align: justify; }
    .key-feature .key-cover:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

/* ===================================== About Company CSS ================================== */
.about-company {
  padding: 50px;
  background-color: #f9fafc; }
  @media screen and (max-width: 940px) {
    .about-company {
      padding: 30px 10px; } }
  .about-company .detail h3 {
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    font-size: 1.8rem; }
  .about-company .detail p {
    font-size: .85rem;
    text-align: justify; }
  .about-company .imag {
    padding: 10px; }
    .about-company .imag img {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      background-color: #FFF;
      padding: 5px; }

/* ===================================== Capablity CSS ================================== */
.our-capablit {
  background-image: url(../images/cap_bg.jpg);
  background-size: 100%; }
  .our-capablit .layy {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
    padding: 80px; }
    @media screen and (max-width: 940px) {
      .our-capablit .layy {
        padding: 30px 10px; } }
  .our-capablit .cap-det {
    text-align: center; }
    .our-capablit .cap-det h6 {
      margin-top: 30px;
      color: #FFF;
      margin-bottom: 20px; }
    .our-capablit .cap-det p {
      font-size: .85rem;
      color: #FFF; }

.progress {
  width: 100px;
  height: 100px;
  background: none;
  position: relative; }

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0; }

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.progress .progress-left {
  left: 0; }

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0; }

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.progress .progress-right {
  right: 0; }

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0; }
  .progress .progress-value .h2 {
    font-size: 1.2rem;
    margin-top: 13px;
    color: #FFF; }

/* ===================================== Services CSS ================================== */
.our-services .sd {
  padding: 0px; }
.our-services .service-box {
  text-align: center;
  padding: 25px;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }
  .our-services .service-box h3 {
    font-size: 1.2rem;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    margin-bottom: 10px; }
  .our-services .service-box i {
    margin-bottom: 20px;
    font-size: 35px; }
  .our-services .service-box p {
    font-size: .8rem; }

/* ===================================== Testimonial CSS ================================== */
.customer-serv {
  background-color: #f7f7f7bf;
  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 .an-mtc b {
      font-size: .85rem; }
    .customer-serv .an-mtc p {
      font-size: .8rem; }
  .customer-serv .stars {
    padding-top: 33px; }
    .customer-serv .stars li {
      list-style: none;
      color: #f8b739;
      float: right;
      font-size: 11px;
      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; }

/* ===================================== Social Media CSS ================================== */
.social .solical-row {
  display: flex; }
  .social .solical-row .scard {
    flex-grow: 1;
    text-align: center;
    height: 150px;
    margin: auto;
    padding-top: 45px; }
    .social .solical-row .scard i {
      font-size: 42px;
      color: #FFF; }
  .social .solical-row .fb {
    background-color: #1952a9; }
  .social .solical-row .tw {
    background-color: #26d4f9; }
  .social .solical-row .pin {
    background-color: #fb4343; }
  .social .solical-row .drib {
    background-color: #eb477c; }
  .social .solical-row .in {
    background-color: #17a2b8; }
  .social .solical-row .vim {
    background-color: #33a9ef; }
  .social .solical-row .tum {
    background-color: #54809d; }
  .social .solical-row .you {
    background-color: #dc3545; }

/* ===================================== Price Tab CSS ================================== */
.packages {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .packages {
      padding: 30px 10px; } }
  .packages .session-title {
    margin-bottom: 40px; }
  .packages .product-box {
    background-color: #FFF;
    border-radius: 20px;
    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: #fc3;
        width: 100%;
        text-align: center;
        color: #422;
        border-color: #fc3;
        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;
    margin-bottom: 40px; }
  .packages .inner-title {
    margin-bottom: 80px; }

/* ===================================== Breaking News CSS ================================== */
.blog-cont {
  padding: 50px;
  background-color: #f7f7f7ad; }
  @media screen and (max-width: 940px) {
    .blog-cont {
      padding: 30px 10px; } }
  .blog-cont .blog-ro {
    padding: 5px; }
    .blog-cont .blog-ro .vgb {
      padding-left: 0px; }
      .blog-cont .blog-ro .vgb h6 {
        font-size: .87rem;
        font-family: "mouse-300", Arial, Helvetica, sans-serif;
        line-height: 22px; }
      .blog-cont .blog-ro .vgb ul li {
        font-size: .758rem;
        float: left;
        margin-right: 10px; }
        .blog-cont .blog-ro .vgb ul li i {
          color: #1bbc9b; }

/* ===================================== Contact US CSS ================================== */
.contact-us-single {
  background-color: #FFF; }
  .contact-us-single .cop-ck label {
    font-size: .9rem;
    padding-top: 8px; }
  .contact-us-single .cop-ck span {
    float: right; }

.contact-us-single .cop-ck {
  padding: 20px 30px; }

.contact-us-single .cop-ck h2 {
  font-size: 22px;
  margin-bottom: 20px; }

/* ===================================== Footer CSS ================================== */
footer {
  padding: 50px;
  background-color: #222;
  color: #FFF; }
  @media screen and (max-width: 940px) {
    footer {
      padding: 30px 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: 20px 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; }
    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: #2E2E2E;
  color: #FFF; }
  .copy a {
    color: #FFF; }
  .copy span {
    float: right; }
    .copy span i {
      margin-right: 20px; }

/*# sourceMappingURL=style.css.map */
