/**
* Template Name: Medicio
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3fbbc0;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.wrapper{
  width: 1320px;
  margin: 0 auto;
}

.clear{
  clear: both;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #EB622E;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1674px;
} */

.header_container {
  position: relative;
  padding: 0px 100px;
  justify-content: space-between;
}


#header {
  /* background: #fff; */
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  /* top: 40px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* @media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
} */

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  top: 0;
}

#header .logo a {
  color: #555555;
}



/* #header .logo img {
  max-height: 40px;
} */

/**
* Appointment Button
*/
/* .appointment-btn {
  margin-left: 25px;
  background: #EB622E;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #FFFFFF;
  color: #EB622E;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #626262;
  white-space: nowrap;
  transition: 0.3s;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0F172A;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.header_nav{
  display: flex;
  justify-content: end;
}
/* @media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
} */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #F97316;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle_text{
  color: #0F172A;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  padding-left: 17px;
   display: none;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

 /* Archana */
 #banner {
  width: 100%;
  /* background-image: url(assets/img/slide/slide-1.png); */
  background:  url(../img/slide/slide-1.png) ;
  /* background: #213b52; */
  /* background: linear-gradient(180deg, #213b52 0%, rgb(33, 60, 84) 35%, rgb(32, 69, 100) 100%); */
  padding-top: 17%;
  background-repeat: no-repeat;
  background-size: cover;
}
.booking_services_card{
  /* display: flex;
  justify-content: center; */
  margin-left: 58%;
}
.banner_section_right{
  background-color: #FFFFFF;
  width: 50%;
  float: left;
  padding: 50px 40px;
}
.banner_section_right h6 {
  text-align: left;
  color: #6B62AC;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  letter-spacing: 0.05em;
}


.banner_section_right h3 {
  text-align: left;
  font-family: 'Poppins';
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.04em;
  padding-top: 21px;

}

.banner_section_right h3 strong {
  font-weight: bolder;
}
.simple_main_each_card {
  float: left;
  width: 33%;
  /* padding: 0 10px; */
  padding: 6px 5px;
}
.simple_main_each_card p{
  color: #0F172A;
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: none !important;
}

.icon_cards{
  padding-top: 21px;
}
.equipments_icon{
  padding-bottom: 3px;
}
.experience_icon{
  padding-bottom: 3px;
}

.card {
  /* box-shadow: 0 4px 8px 0 rgba(101, 16, 16, 0.2); */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 16px;
  text-align: center;
  border:none;
  border-radius: none;
  background-color: #F1F5F9;
  height: 100%;
}
/* .faster_card{
  padding: 18px;
} */

.title-wrapper {
  display: flex;
  align-items: center;
}

.number {
  margin-right: 10px;
}
.icon-box {
  position: relative;
}


/*HEADER*/
.banner_inner_card{
  padding-top: 25px;
  text-align: left;
}
.banner_inner_card p{
  margin: 0;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}

/*About us */
.about_inner_style_card{
  padding: 50px !important;
  /* background-image: url(assets/img/about-us-orange.png); */
  background:  url(/assets/img/about_bg.svg) ;
}


/*services*/
.services{
  padding-top: 25px !important;
}
.services_img{
  padding: 10px
}
.services_card{
  background-color: #F1F5F9;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
} */

/* @media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    margin-top: 100px;
  }
} */

/* @media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #F43F5E;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* .breadcrumbs {
  padding: 20px 0;
  background-color: #158c97;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
} */

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box::before {
  background: #FFFFFF;
  top: 0;
  color: #000;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #111;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #333;
}

.featured-services .icon-box:hover .icon i {
  color: #333;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about_inner_style h3{
  font-weight: 400;
  width: 100%;
  color: #FFFFFF;
  line-height: 44px;
  font-size: 40px;
  padding-top: 6px;
}
.about_inner_style span{
  font-weight: 400;
}
.about_inner_style h6{
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.about_inner_style p{
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  padding: 10px 0;
  letter-spacing: 1px;
  font-family: 'Poppins';

}
.readmore_btn_style{
  width: 112px;
  color: #000;
  background: #FFFFFF;
  opacity: 1;
  border: none;
  text-decoration: none;
  padding: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 11px;
  /* transition: ease-in .3s; */
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
  
}
.departments-title h2::after{
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #F43F5E;
  bottom: 0;
  left: calc(50% - 25px);
}
#departments {
  background-repeat: no-repeat;
  background-size: cover !important;
  min-height: 450px !important;
  width: 100% !important;
  background-image: url(../img/slide/why_choose_us_bg_2.png);
}

.departments_inner_style{
  padding-top: 80px;
}
.departments_inner_style h3{
  font-weight: 400;
  width: 100%;
  color:  #FFFFFF;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 1px;
}
.departments_inner_style span{
  font-weight: 400;
}
.departments_inner_style h6{
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
}
.departments_inner_style p{
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 5px 0;
  letter-spacing: 0px;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}
.departments_form{
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 80%;
  right: 0;
}
.departments_icon_style{
  text-align: center;
}
.departments_form_inputs{
  padding: 20px !important;
}
.departments_form_group{
  padding: 15px;
}

/* @media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
} */

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

.form_sub_btn{
  color: #FFFFFF;
  background-color: #F43F5E;
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 600;
  transition: ease .4s;
  position: relative;
  overflow: hidden;
  border: none;
}
.form-control{
  border-radius: 0 !important;
  border-color: #CBD5E1;
  height: 50px;
}
.form-field-text{
  color: #0F172A;
  font-size: 13px;
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.column {
  float: left;
  width: 33.33%;
  padding: 25px;
  height: 164px; /* Should be removed. Only for demonstration */
  background-color: #000;
  border-right: 1px solid rgb(166 166 166 / 20%);
}
.form-wrapper {
  padding: 20px;
  padding-bottom: 0;
}
.form-field-text{
  color: #0F172A !important  ;
  font-size: 13px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer_container{
  max-width: 1637px !important;
  margin: 0 auto;
  padding: 0 10px;
}

#footer {
  background: #eeeeee;
  padding: 0;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#footer .webview-footer-logo{
  padding:47px 35px 0px 5px;

}
#footer .webview-footer-contact{
  padding:47px 35px 0px 55px

}
#footer .webview-footer-address{
  padding:47px 35px 0px 55px

}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}


#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 12px;
  color: #334155;
  padding-top: 15px;
  line-height: 22px;
  font-family: 'Poppins';
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}


#footer .footer-top h4 {
  font-weight: 600;
  position: relative;
  /* padding-bottom: 12px; */
  color: #1E3A8A;
  border-left: 5px solid #F43F5E;
  padding-left: 9px;
  text-transform: uppercase;
  font-size: 19px;
}

#footer .footer-top h6 {
  font-size: 14px;
  font-weight: 400;
  color: #334155;  
  letter-spacing: 0.04em;
  padding-left: 0px;
}

.email_style{
  padding-top: 5px !important;
}
#footer .footer-top p {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 12px;
  color: #334155;   
  line-height: 22px;
  font-family: 'Poppins';
  padding-top: 15px !important;
}

.social_icon_style{
  width: 50px;
  padding-top: 15px !important;
  padding-left: 12px !important;
}
.icon_style{
  padding-left: 10px !important;
}
.phone_number_style{
  padding-top: 10px !important;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
.footer-top .col-lg-4:first-child,
.footer-top .col-lg-4:nth-child(2) {
  border-right: 1px solid #CBD5E1;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #65c9cd;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}


/* responsive */
@media only screen and (max-width: 1750px) {

  /* header */
  #header{
    padding: 12px 0;
  }
  /* header end */
  /* banner */
  #banner {
    padding-top: 15%;
  }
  .banner_section_right{
    padding: 43px;
    width: 55%;
  }
  .simple_main_each_card{
    width: 32%;
  }
  .banner_section_right h6 {
    font-size: 17px;
  }
  .banner_section_right h3{
    font-size: 32px;
    padding-top: 10px;
  }
  .simple_main_each_card p {
    font-size: 13px;
  }
  .banner_inner_card p{
    font-size: 13px;
  }

   /* banner end */

   .section-title {
    padding-bottom: 0;
  }
  .services {
    padding-top: 20px !important;
  }
   .section-title h2{
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0;
   }
   .services_card{
      padding: 11px;
      font-size: 13px;
   }
}

@media only screen and (max-width: 1530px) {
  #header {
    padding: 8px 0;
  }
  #banner {
    padding-top: 14%;
  }
  .banner_section_right h6{
    font-size: 16px;
  }
  .banner_section_right h3{
    font-size: 30px;
    padding-top: 11px;
  }
  .icon_cards {
    padding-top: 15px;
  }
  .card {
    padding: 15px
  }
  .simple_main_each_card p{
    font-size: 12px;
  }
  .banner_inner_card{
    padding-top: 20px;
  }
  .banner_inner_card p {
    font-size: 10px;
  }
  .section-title h6{
    font-size: 14px;
  }
  .section-title h2{
    font-size: 25px;
  }
  .services_card {
    padding: 8px;
  }
  /* Footer */
  .column {
    width: 29.33%;
    height: 148px;
  }
  /* Footer end */
}



@media only screen and (max-width: 1366px) {
  
   /* banner */
   #banner {
    padding-top: 15%;
  }

  .banner_section_right {
    padding: 30px;
  }
  .banner_section_right h3 {
    font-size: 30px;
    padding-top: 8px;
    line-height: 43px;
  }
  .banner_section_right h6 {
    font-size: 15px;
  }
  .icon_cards {
    padding-top: 5px;
  }
  .card {
    padding: 6px;
  }
  .simple_main_each_card p{
    font-size: 12px;
  }
   /* banner end */
   .section-title h6 {
    font-size: 12px;
    margin: 0;
  }
  .section-title h2 {
    font-size: 23px;
    padding-bottom: 5px;
  }
  .services_card {
    padding: 5px;
    font-size: 12px;
  }
   /*Footer */	
   #footer .footer-top p{	
    font-size: 13px;	
   }	
   #footer .footer-top .footer-info p{	
    font-size: 13px;	
   }	
   .footer_img {	
    height: 30px;	
  }	
   #footer .footer-top h6 {	
    font-size: 13px;	
    padding-top: 3px;	
  }		
  .column {
    width: 29.33%;
    height: 148px;
  }
  .departments_inner_style p {
    font-size: 15px;
    line-height: 22px;
    padding: 14px 0;
}
  .department-imges{
      width: 30px;
  }
  .departments_inner_style {
    padding-top: 85px;
  }
  .departments_inner_style h3 {
  line-height: 44px;
  font-size: 36px;
  }

   /*Footer end*/
}

@media only screen and (max-width: 1290px) {
   /* header */
  #header {
    padding: 2px 0;
  }
  .logo_img{
    width: 65%;
  }
  .navbar a{
    font-size: 14px;
  }

   /* header end */

  /* banner  */

  .banner_section_right h6 {
    font-size: 12px;
  }

   .banner_section_right h3 {
    font-size: 24px;
    padding-top: 5px;
    line-height: 34px;
  }
  .card {
    padding: 4px;
  }
  .simple_main_each_card p {
    font-size: 10px;
  }
    /* banner end */
    .about_inner_style h6 {
      /* font-style: normal; */
      font-weight: 600;
      font-size: 14px;
  }
  .about_inner_style_card {
    padding: 43px !important;
  }
  .about_inner_style h3{
    font-size: 36px;
    padding-top: 5px;
  }
  .about_inner_style p{
    font-size: 14px;
    margin: 0;
  }
  #departments {
    max-height: 327px !important;
}
}


@media only screen and (max-width: 1124px){
   /* header */
   #header {
    padding: 0px 0;
  }
  .logo_img {
    width: 60%;
  }
  .navbar a{
    padding: 7px 0 10px 25px;
    font-size: 13px;
  }
   /* header end */

   /* banner */
   #banner {
    padding-top: 13%;
  }
  .banner_section_right {
    width: 55%;
  }
  .banner_section_right h6 {
    font-size: 10px;
  }
  .banner_section_right h3 {
    font-size: 21px;
    padding-top: 2px;
    line-height: 30px;
  }
  .simple_main_each_card{
    width: 32%;
  }
  .simple_main_each_card p {
    font-size: 9px;
  }
  .card {
    padding: 1px;
  }
  .banner_inner_card p {
    font-size: 8px;
  }
  .banner_inner_card {
    padding-top: 12px;
  }
       /*Footer */	
       #footer .footer-top h6 {	
        padding-left: 10px;	
      }	
      .column {
        width: 29.33%;
        height: 125px;
    }
    .departments_inner_style p {
      font-size: 14px;
      line-height: 22px;
      padding: 0;
  }
      /*Footer end */
    /* banner end */
    .about_inner_style_card {
      padding: 30px !important;
    }
    .about_inner_style h6 {
      font-weight: 600;
      font-size: 12px;
    }
    .about_inner_style h3{
      font-size: 31px;
      padding-top: 6px;
    }
    .about_inner_style p {
      font-size: 14px;
      margin: 0;
    }
}

@media only screen and (max-width: 1024px){
   /* header */
  .header_container {
    padding: 0px 110px;
  }
   /* header end */
  /* banner */
  #banner {
    padding-top: 12%;
  }
  .booking_services_card {
    margin-left: 55%;
  }
  .banner_section_right {
    width: 70%;
  }
  .banner_section_right h6 {
    font-size: 13px;
  }
  .banner_section_right h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .simple_main_each_card p {
    font-size: 12px;
  }
  .banner_inner_card {
    padding-top: 15px;
  }
  .departments_inner_style h3 {
    line-height: 38px;
    font-size: 30px;
}
.column {
  width: 32.33%;
  height: 125px;
}
#departments {
  min-height: 300px !important;
  width: 100% !important;
}
 .department-container{
  padding-left: 20px;
 }
  /* banner end */
}

@media (max-width: 991px) {
   /* header */
   .header_container {
    padding: 5px 110px;
  }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .navbar-mobile ul {
    display: block;
  }
   /* header end */

   #banner {
    padding-top: 12%;
  }
  .booking_services_card {
    margin-left: 55%;
  }
  .banner_section_right {
    width: 42%;
  }
     /*Footer */	
     .footer-mobile-images{
      width: 35px;
    }
    .social_icon_style {	
      width: 43px;	
    }	   
    /*Footer end */
}

@media only screen and (max-width: 768px) {
  
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
   /* header */

   .header_container {
    padding: 6px 70px;
  }
  .mobile-nav-toggle_text {
    display: block;
  }
   /* header end */

  /* banner */

  #banner {
    padding-top: 13%;
  }
  .booking_services_card {
    margin-left: 55%;
  }
  .banner_section_right {
    width: 42%;
    padding: 21px;
  }
  .banner_section_right h6 {
    font-size: 12px;
  }
  .banner_section_right h3 {
    font-size: 26px;
    line-height: 39px;
  }
    /* banner end */
     /*Footer */
 #footer {
  margin-top: 0px;
  padding-bottom: 150px;
}  
.social_icon_style {
  width: 48px;
}
.footer-top .col-lg-4:first-child, .footer-top .col-lg-4:nth-child(2) {
  border-right: none;
}

#footer .webview-footer-logo{
  padding: 20px;
  border-bottom: 1px solid #E2E8F0;
  height: 170px !important;

}
#footer .webview-footer-contact{
  padding: 20px;
  border-bottom: 1px solid #E2E8F0;
  height: 200px !important;
}
#footer .webview-footer-address{
  padding: 20px;
  border-bottom: 1px solid #E2E8F0;
  height: 200px !important;
}
/* mobile scren */
    /*Footer end */
}

@media only screen and (max-width: 670px){

   /* banner  */
  .booking_services_card {
    margin-left: 50%;
  }
  .banner_section_right {
    width: 45%;
  }
   /* banner end */
}



@media only screen and (max-width: 430px){
   /* header */
  .header_container {
    padding: 5px 20px;
  }

  .mobile-nav-toggle {
    font-size: 26px;
  }
  .mobile-nav-toggle_text {
    font-size: 18px;
  }
  /* header end */

  /* banner */
  #banner {
    background:  url(../img/slide/banner_mobile.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70%;
  }
  .banner_section_right{
    width: 75%;
  }
  .booking_services_card {
    margin-left: 13%;
  }

  /* banner end */
   /*Footer */
   #footer .webview-footer {
    padding: 32px;
    border-bottom: 1px solid #E2E8F0;
  }
  #footer .footer-top .footer-info {
    margin-bottom: 0px;
 }
  #footer .footer-top .footer-info p {
  text-align: inherit;
  line-height: 20px;
}
/*Footer end */
}

@media only screen and (max-width: 400px){

  /* banner */
  #banner {
    padding-top: 72%;
  }
  .banner_section_right {
    width: 80%;
  }
  .booking_services_card {
    margin-left: 10%;
  }
   /* banner end */
}

@media only screen and (max-width: 375px){
   /* header */
   .header_container {
    padding: 7px 20px;
  }
  .mobile-nav-toggle {
    font-size: 24px;
  }
  .mobile-nav-toggle_text {
    font-size: 16px;
  }
  /* header end */
  /* banner */
   #banner{
    padding-top: 75%;
   }
   .booking_services_card {
    margin-left: 10%;
  }
   .banner_section_right {
    width: 80%;
  }
  /* banner end */
}

@media only screen and (max-width: 360px){

  /* header */
  .header_container {
    padding: 5px 15px;
  }
  /* header end */
  /* banner */
  #banner {
    padding-top: 80%;
  }
  .banner_section_right {
    width: 85%;
  }
  .booking_services_card {
    margin-left: 8%;
  }
  /* banner end */


}

@media only screen and (max-width: 320px){
  /* banner */
  #banner {
    padding-top: 105%;
  }
  .booking_services_card {
    margin-left: 7%;
  }
  .banner_section_right {
    width: 85%;
  }
  .banner_section_right h6 {
    font-size: 11px;
  }
  .banner_section_right h3 {
    font-size: 22px;
    line-height: 35px;
  }
  .simple_main_each_card p {
    font-size: 9px;
  }
  /* banner end */
}