/**
* Template Name: Medicio
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--blue: #075a7f;
	--sky: #fa0c0e;
	--grey: #393939;
	--light-grey: #666F72;
	--black:#000;
	--white:#fff;
	--transparent:transparent;
  --lighter-grey:#f0f0f0;

	--line: #E2E8EA;

	--shadow1:0px 10px 30px 0px rgba(137, 137, 137, 0.22);
	--shadow2:0px 15px 40px 0px rgba(0, 174, 239, 0.10);
	--shadow3:0px 4px 50px 0px rgba(0, 0, 0, 0.10);
	--shadow4:0px 30px 80px 0px rgba(1, 174, 244, 0.14);

	--gredient-bottom-top:linear-gradient(0deg, #F5F8FA 0%, rgba(245, 248, 250, 0.00) 96.98%);
	--gredient-top-bottom:linear-gradient(180deg, #F5F8FA 0%, #FFF 100%);;

}


body {
  font-family: "Poppins", sans-serif;
  color: var(--blue);
  font-weight:normal;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color:var(--sky) ;
  text-decoration: none;
}
p{font-size: 16px; padding: 0; margin: 0;}

h1{font-size:40px; font-weight: bold;}
h2{font-size:35px; font-weight:600;}
h3{font-size:20px; font-weight:600;}
h4{font-size:18px; font-weight:600;}
h5,h6{font-size:16px; font-weight:600;}

.color_p{color: var(--sky);}
/*==================================common-css-Button-style==================================*/
.no-padding{ padding:0px;}
.cmn-button{
	display: inline-flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 5px;border-radius: 8px; 
  border: 2px solid var(--transparent);color:var(--white); font-size: 16px; 
  font-style: normal; font-weight: 500; line-height: normal;background: var(--sky);overflow: hidden;
}
.cmn-button span{color: var(--sky);font-size: 1.125rem;}
.cmn-button:hover{background: var(--blue);}
.cmn-button:hover span{color: var(--white);}
.cmn-button.hvr-sweep-to-right:before{background-color: var(--blue);}

.border-button{
  display: inline-flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 5px;border-radius: 8px; 
  font-size: 16px; 
  font-style: normal; font-weight: 500; line-height: normal;overflow: hidden;

  background: var(--transparent);border-color: var(--light-grey); border: 1px solid; color: var(--blue);}
.border-button:hover{background: var(--sky);border-color: var(--sky); color: var(--white);}
button.cmn-button{outline: none;border: 0;}

.transparent-button{background: transparent; color: var(--blue);}
/*==================================colol Styles==================================*/
.color-sky{color: var(--sky);}
.color-blue{color: var(--blue);}
.color-grey{color: var(--grey);}
.color-grey-light{color: var(--light-grey);}
.color-black{color: var(--black);}
.color-white{color: var(--white);}

.bg-sky{background: var(--sky);}
.bg-blue{background: var(--blue);}
.bg-grey{background: var(--grey);}
.bg-grey-light{background: var(--light-grey);}
.bg-black{background: var(--black);}
.bg-white{background: var(--white);}

/*common css-end*/

/*--------------------------------------------------------------
# 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 #0090d3;
  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:#082C59;
  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;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #082C59;
  height: 40px;
  z-index: 996;
  transition: all 0.5s;
}

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

#topbar i {
  padding-right: 6px;
  line-height: 0;
  color:var(--white);
}

.top-navigation p, .top-navigation a{
  font-size: 14px; font-weight: 400;  padding: 0; margin: 0; color: var(--white);
}
.mail-info i{ color: var(--white);}
.social{ padding: 0; margin: 0;}
.social li{list-style: none;}
.social li a{font-size: 14px; font-weight: 400;  padding: 0; margin: 0;  color: var(--white);}
.social li a:hover,.top-navigation a:hover{color:var(--sky);}
#topbar i:hover{color:var(--sky);}
.call-info{
  margin-left: 20px;
}
.call-info span{
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 16px; background: var(--sky);border-radius:12px;
}
.call-number small{font-weight: 500; font-size: 14px;}
.call-number a{font-weight:bold!important; font-size:16px!important; line-height: 20px; margin-top:3px; color: var(--blue)!important;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 0;
  position: sticky;

}
#header.header-scrolled{
  transition: all 0.5s;
  background: var(--white);
  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;
}

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

#header .logo img {
  max-height: 75px;
}

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

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navigation{
  width: 100%;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  gap:1.875rem;
}

.navbar li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navbar a,
.navbar a:focus {
  transition: 0.3s;
  text-transform:capitalize;
  font-weight: 500;
  color: var(--black);
  display: flex;
  font-size:14px;
  
}

.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: #0090d3;
}

.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: #0090d3;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

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

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-left: 15px;
    border: 0;
    background: #082c59;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .navbar ul.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 46px 40px;
    width: 100%;
    margin-bottom: auto;
  }
  

  .small-view-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    gap: 20px;
    position: fixed;
    top: 0;
    z-index: 1;
    background: white;
    width: 480px;
    right: 0;
    height: 100vh;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    z-index: 111111;
  }
  
  .small-view-menu.show{

    -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .samll-menu-logo{
    display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #dbdbdb; width: 100%;
  }
  .navbar li { flex-wrap: wrap; justify-content: center;}
  .navbar .dropdown ul {   position: relative;   text-align: center;   visibility: visible;   opacity: 1;   top: 0;   width: 100%;   box-shadow: none;   left: 0;   display: none; }
  
  .logo-sec-small{display: flex;align-items: center;justify-content:space-between; padding: 50px;}
  .logo-sec-small a img{width: 100%;height: 100%; object-fit: cover; object-position: center;}
  .logo-sec-small a.small-logo{width:112px;}
  button.position-absol.position-absolute.top-0.end-0.close-button {
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: var(--white);
    background: var(--sky);
  }

  .overlay{
    position: fixed;width: 100%; height: 100%; background: rgba(0,0,0,0.75);left: 0;top: 0;margin: auto;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    opacity: 0;
  }
  .overlay.show{

    -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity: 1;
  }

}

@media (max-width:480px) {
  .small-view-menu { width: 300px;}
  .logo-sec-small { width: 81%;padding: 30px 5px; padding-left: 10px;}
  .samll-menu-logo {align-items: flex-start;}

}

.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: #0090d3;
}

.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: #0090d3;
}

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




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


.slider-carosul{
  background-position: center; background-repeat: no-repeat; background-size: cover; margin-top: 0px;background-attachment: fixed;
}
.banner_content { position: absolute; left: 0; top: 0; bottom: 0; right: 0;display: flex; align-items: center; }
.caption { color: #fff; }

.carosul-image{padding-top:20px;}
.carosul-image img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.caption small{font-size: 20px; font-weight: 500;}

.carousel-control-next, .carousel-control-prev{width: 5%;}
.carousel-control-next span, .carousel-control-prev span{width:40px;height: 40px; color: var(--white); background: var(--blue); font-size: 14px;
display: flex;align-items: center; justify-content: center; border-radius: 10px; padding: 10px;}

/* --------------------------------------------------------------
how it works css
---------------------------------------------------------------*/
.hiw-section{background-position: center;background-repeat: no-repeat;background-size: cover;padding: 59px 0px;}
.process-box{height: 141px;background: var(--white);box-shadow:var(--shadow1);border-radius: 6px; overflow: hidden;}
.process-box .icon{width: 56px;height: 56px;}
.process-box .icon:after{content: ""; position: absolute; width: 1px; height: 70px; right: -21px; top: 0; background: var(--line); bottom: 0; margin: auto;}
.process-box small{width: 41px;height: 40px;display: flex;align-items: center;justify-content: center;border-radius: 100%;background: var(--sky);position: absolute;top: 0;left: 0;top: -5px;left: -5px;}

.hiw-section h2{ width:100%; max-width: 600px; margin: 0px auto;}
.hiw-section .cmn-button{background: var(--blue); min-width:250px;}
.hiw-section .cmn-button:hover{background: var(--sky); color: var(--blue);}
.left-img img{ width: 100%; height: 100%; object-fit: cover; object-position: center;}

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

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  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:hover::before {
  background: #0090d3;
  top: 0;
  border-radius: 0px;
}

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

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #0090d3;
  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: #fff;
}

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

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #0090d3;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #0090d3;
}

/*--------------------------------------------------------------
# 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: #0090d3;
}

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #0090d3;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #0090d3;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #0090d3;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# 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: #0090d3;
  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: #0090d3;
}

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

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

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

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

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #0090d3;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #0090d3;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.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: #0090d3;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #0090d3;
}

.departments .nav-link.active h4 {
  color: #0090d3;
}

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

@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: #0090d3;
}

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

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

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0090d3;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0090d3;
}

/*--------------------------------------------------------------
# Doctors Section
--------------------------------------------------------------*/
.doctors .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
}

.doctors .team-member .member-img {position: relative;   overflow: hidden;   width: 100px;   height: 100px;   border-radius: 50%;   display: inline-block;   margin-top: 25px;}

.doctors .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.doctors .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.doctors .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.doctors .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.doctors .team-member .member-info {
  padding: 25px 15px;
}

.doctors .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.doctors .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.doctors .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0090d3;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0090d3;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #0090d3;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0090d3;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #0090d3;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #0090d3;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #0090d3;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0090d3;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #0090d3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #0090d3;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.map { padding-top: 60px; }

.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: #0090d3;
  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 textarea {
  resize: none;
  height:200px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0090d3;
}

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

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

.contact .php-email-form button[type=submit] {
  background: #0090d3;
  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 {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#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: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0090d3;
  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-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#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: #0090d3;
  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: #0090d3;
}

#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: #0090d3;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#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;
}
.footer-logo img { max-width: 200px; margin-right: 12px; }



.inner_banner { height: 250px; display: flex; width: 100%; align-items: center; justify-content: center; }




/* ---------------------------------------------------------------------how it works css ---------------------------------------------------------------------*/
.hiw-section{background-position: center;background-repeat: no-repeat;background-size: cover;padding: 59px 0px;}
.process-box{height: 141px;background: var(--white);box-shadow:var(--shadow1);border-radius: 6px; overflow: hidden;}
.process-box .icon{width: 56px;height: 56px;}
.process-box .icon:after{content: ""; position: absolute; width: 1px; height: 70px; right: -21px; top: 0; background: var(--line); bottom: 0; margin: auto;}
.process-box small{width: 41px;height: 40px;display: flex;align-items: center;justify-content: center;border-radius: 100%;background: var(--sky);position: absolute;top: 0;left: 0;top: -5px;left: -5px;}

.combine-section{background:var(--gredient-top-bottom); padding-top: 2.063rem;}
/* ---------------------------------------------------------------------Why ScriblerPro css ---------------------------------------------------------------------*/
.why-section{padding-bottom:3rem;}
.why-box{border-radius: 15px; box-shadow:var(--shadow2); position: relative; z-index: 1; min-height: 260px;}
.right-content i{width: 30px; display: flex;}
.right-content.small-check i{width:20px;}

/* --------------------------------------------------------------------- package ---------------------------------------------------------------------*/
.package{background: var(--sky);padding: 80px 0px; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center;}
.package h2, .package p{color: var(--white);}

.package p{ width: 70%; margin: 0px auto;}

.packagebox{
  border-radius: 15px; box-shadow:var(--shadow2); position: relative; z-index: 1; background: var(--white);overflow: hidden;
}
.box-header { background: #082c59; text-align: center; padding: 15px; }
.box-header h4 { color: #00aeef; margin: 0; padding-bottom: 5px; }
.box-header p { font-weight: 300; width: 100%!important; color: var(--white); }

.packagebox ul{padding: 0px 20px;}
.packagebox ul li p{color: var(--blue);width: 100%!important; } 
a.more-link{
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 20px;
}
a.more-link i{padding-left: 10px; font-weight: 600; font-size: 18px;}

.package .cmn-button{display: inline-flex; background: var(--blue); width: auto; margin: 0px auto;}
.package .cmn-button:hover{background: var(--white); color: var(--blue);}
/* ---------------------------------------------------------------------testimonial css ---------------------------------------------------------------------*/
.testimonial-box{box-shadow: var(--shadow3);}
.testi-quot {left:2rem; top:-1.125rem;}
.testimonial-section .carousel-indicators {bottom: -65px;}
.testimonial-section .carousel-indicators [data-bs-target]{width: 12px;height: 12px; background-color:#D9D9D9;  opacity: 1; border: 0;border-radius: 50px;}
.testimonial-section .carousel-indicators button.active{border-radius: 50px; background-color: var(--blue);}
.testimonial-section h4{color: var(--sky);}


.faq-section .accordion-item{ border: 0; border-bottom: 1px solid var(--line);}
.faq-section .accordion-item:last-child{border: 0;}
.faq-section .accordion-button{padding:1.25rem 0; outline: none; box-shadow: none; padding-left: 1.25rem; font-weight: 600; color: var(--blue);font-size: 1.125rem; position: relative;}
.faq-section .accordion-button::before{width: 10px; height: 10px; border-radius: 100%; background: var(--blue);content: "";position: absolute; left: 0; top: 0; right: auto; bottom: 0; margin: auto;}
.faq-section .accordion-button::after{background: none;color: var(--blue);content: "\F64D";font-family: bootstrap-icons!important;}
.faq-section .accordion-button:not(.collapsed)::after{content: "\F63B";}
.faq-section .accordion-button:not(.collapsed){ border-bottom: 1px solid var(--line); background: transparent;}
.faq-section .accordion-item:last-of-type .accordion-collapse{border-radius: 0;}


/* ---------------------------------------------------------------------certification css ---------------------------------------------------------------------*/
.certification , .instruments{padding: 0; margin: 0; gap:10px; flex-wrap: wrap; margin-top: 20px;}
.certification li, .instruments li {list-style: none; width: 24%; border:1px solid rgba(0, 0, 0, 0.1); border-radius: 10px; overflow: hidden;}
.certification li a, .instruments li a{width:100%;}
.certification li a img, .instruments li a img{width: 100%; height: 100%; object-fit: cover; object-position: center;} 


/* ---------------------------------------------------------------------get-started css ---------------------------------------------------------------------*/
.get-bg{border-radius: 20px;border: 1px solid #54C7FF;background: #F6FAFF; height:204px; position: relative; z-index: 1; 
  background: var(--blue);}
.get-bg a.cmn-button:last-child.hvr-sweep-to-right:before{background: var(--blue);} 


.doot1{width: 120px ;height:300px; bottom: 6.188rem;}
.doot2{width:300px ;height:120px;right:0; top:8rem;}
.doot3{width: 120px ;height:300px; left:2rem; bottom: 6rem; z-index:0;}
.doot4,.doot5{height: 500px;width:160px;transform: rotate(90deg);}
.doot4{top: -184px;left: 167px;}
.doot5{bottom: -184px;right: 184px;}

.doot3 img, .doot2 img{width: 100%;height: 100%; object-fit: contain; object-position: center;}

.getstarted-section .doot4 img, .getstarted-section .doot5 img{width: 100%;height: 100%; object-fit: contain; object-position: center;}
.getstarted-section h2, .getstarted-section p{color: var(--white);}
.getstarted-section .cmn-button:hover{background: var(--sky)!important; border-color:var(--sky)!important; color: var(--white)!important;}

/* ---------------------------------------------------------------------get-started css ---------------------------------------------------------------------*/
.footer_sec{padding: 5rem 0px 2rem;}

.footer_sec p, .footer_sec a{font-size:0.875rem; color: var(--light-grey);}
.footer_sec a:hover{color: var(--sky);text-decoration: underline;}
.footer_sec ul li{list-style: none;margin-bottom:10px;}
.footer_sec p a{color: var(--blue);}
._disclamer{border-top: 1px solid var(--line);}

.footer-logo img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.footer-logo .mc-logo{width:100px;}

.footer-info h3{ color: var(--blue);}
.packagebox ul, .banner_desc ul { padding: 20px 20px 0; list-style: none; margin: 0; }
.packagebox ul li, .banner_desc ul li{position: relative; padding-left: 29px; margin-bottom: 10px;}
.packagebox ul li:after, .banner_desc ul li:after{position: absolute; left:0px; top: 0; bottom: 0; margin: auto;content: ""; width: 18px; height: 18px;background-image: url(../img/check.svg); background-position: center; background-size: cover; background-repeat: no-repeat;}

.slider-carosul .banner_desc ul {padding: 15px 0 0;}

.inner-heading{ width:75%; margin: 0px auto;}
.details-image img{ width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 8px;}
.package-details-content .pb-4{background: #f6faff; border-radius: 10px;overflow: hidden;}
.package-details-content .box-header h3{color: #fff;font-size: 35px;}
.package-details-content .box-header h3 small{font-weight: 400; font-size:16px;position: relative;top:-7px;}
.package-details-content ul{padding-right:15px;}

.package-details-content ul li{position: relative;padding-left: 20px;}
.package-details-content ul li:after{position: absolute; left:0; top: 0; bottom: 0; margin: auto;content: ""; width: 15px; height: 15px;background-image: url(../img/check.svg); background-position: center; background-size: cover; background-repeat: no-repeat;}

.package-form h5{font-size: 30px; font-weight: 800; margin-bottom: 20px;}
.package-form .form-group{ margin-bottom: 20px;}
.package-form .form-group input{height: 55px; border-radius: 5px; margin-top:6px;}
.package-form .form-group select{height: 55px; border-radius: 5px;margin-top:6px;}

.book-a-test-listing {
  padding: 100px 0px; background:var(--lighter-grey);
}
.booka-test {
  padding: 20px;
  background: white;
  border-radius: 8px;
}

.booka-test h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--blue);
}
.test-par{
  margin-bottom:15px;
}
.test-par p{ font-size: 14px;}
.test-par b{
 font-size: 14px;
}
.booka-test  h3{ font-size:30px;color: var(--sky);font-weight: 700;}
.button-section {
  text-align: center;padding: 20px 0px;
}

.button-section .border-button{width: 100%;}
.booka-test small{width: 100%; text-align: center;display: block;}
.booka-test small i{color: var(--sky);}

section.contact{ padding:0px; padding-top:50px;}

.inner_page_style .fixed-top {  position: relative; top: 0;}
.inner_page_style header { top: auto !important; position: relative; }
body.inner_page_style { padding: 0; }

.list-container {
    overflow: hidden;
    transition: height 0.3s ease;
}
.hidden {
    display: none;
}
.show-more { cursor: pointer; color: #00aeef; text-decoration: underline; margin-top: 10px; display: inline-block; padding: 0 20px; font-size: 12px; }
.sm_height{
    opacity: 0;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
    background: #edf7fc;
}
.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}


section.nner_banner { background-repeat: no-repeat; background-size: cover; background-position: center; }



@media only screen and (max-width:1680px) {}
@media only screen and(max-width:1600px) {}

@media screen and (max-width:1366px) {
  .contact-page-wrapper .contact-form .form-wrapper ._input_sec label{width: 70%!important;}
  .contact-page-wrapper .contact-form .form-wrapper .cmn-button {padding: 10px 9px;font-size: 15px;}
}

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

@media screen and (max-width:1199px) {
  .get-bg .col-sm-11.col-md-12.p-8{padding: 3rem!important;}
  .banner-section {padding-top: 9.375rem;}
  .banner-section .button-sec{margin-top: 0!important;}
  h1{font-size: 2.188rem;font-weight: 700;color: var(--blue);} /*40px */
  h2{font-size: 1.875rem;font-weight: 600;color: var(--blue);} /*35px */
  h3{font-size: 1.125rem;font-weight: 600;color: var(--blue);} /*20px */
  h4{font-size: 1rem;font-weight: 500;color: var(--blue);} /*18px */
  h5,h6{font-size: 1rem;font-weight: 500;color: var(--blue);} /*16px */
  small/*,span*/{font-size: 0.875rem;font-weight: 400;color: var(--blue);} /*14px */
  p{font-size:0.875rem;font-weight: 400;color: var(--blue);} /*16px */
  .process-box { height: 115px;justify-content: space-between!important;}
  .process-box .icon { width:45px; height:45px; margin: 0px!important; }
  .process-box h4 {width:80%; padding: 0px 8px!important;}
  .process-box .icon:after { right: -10px;}

  .login-page-wrapper .banner-section{padding: 4rem 0!important; margin-top: 0!important;}
  .banner-img{z-index: 1;}
  .register-page-wrapper .banner-section {padding: 6rem 0!important; margin-top:-9rem!important; padding-top:9rem!important;}
  .checkbox-fild label{width: 80%!important;text-align: left;}

  .contact-page-wrapper .contact-form .form-wrapper .flex.flex-row.justify-content-between.align-items-center.mt-5{flex-direction: column!important;gap:1rem;}
  .contact-page-wrapper .contact-form .form-wrapper ._input_sec label {width: 100%!important;}
  .checkbox-fild{width: 100%; display: flex;flex-direction: row;justify-content: center; align-items: center; text-align: left;}

  .navbar ul{gap:1.50rem}
  .caption {padding-left: 20px;}
  .transparent-button {width: 215px;}
  section {padding: 30px 0;}
  .certification li, .instruments li { width: 48%;}
  .getstarted-section .cmn-button { padding: 10px 10px;}
}

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

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

@media screen and  (max-width:991px){ 
  
  ul.nav{gap: 0.8rem !important;}
  .navbar-header {width: 210px;}
  .nav li a { font-size: 15px;}
  .login-register{gap: 0.5rem !important;}
  .cmn-button { padding: 10px 15px; font-size:14px;}
  .banner-section .row.mt-8.pt-4 { margin-top: 2rem!important;}
  .banner-section{padding-bottom: 2rem;}
  nav.navbar.fixed_header .nav li a {font-size: 15px;}
  .combine-section { padding-top: 3.063rem;}
  .combine-section .col-9.mb-7{margin-bottom: 1rem !important;}
  .why-box {min-height: 284px;}
  .why-section {padding-bottom: 3rem;}
  .right-content.small-check {padding-left: 0!important;}
  .right-content.pr-6{padding-right: 0!important;}
  .testimonial-section{padding:30px 0px!important;}
  .faq-section{padding: 0!important;}
  .small-box { max-width: 213px;height: 84px;padding: 14px 12px;bottom: -5%!important;}
  .hiw-section {padding: 40px 0px;}
  section.getstarted-section{margin-bottom: 0px!important;}
  .footer_sec .col-sm-12.col-md-12.col-lg-3{padding: 0!important;margin-bottom: 20px!important;text-align:center;}
  a.footer-logo{align-items: center;justify-content: center;margin: 0px auto 8px!important;}
  .get-bg { height: 160px;}
  .get-bg .col-sm-11.col-md-12.p-8 { padding: 2rem!important;}

  .why-box { min-height: 320px;}
  h1{font-size:35px; font-weight: bold;}
  h2{font-size:30px; font-weight:600;}
  h3{font-size:18px; font-weight:600;}
  h4{font-size:16px; font-weight:600;}
  h5,h6{font-size:14px; font-weight:600;}

  .carosul-image {text-align: center; margin-top: 40px;}
  .carosul-image img {width: 60%;margin: 0px auto;}
  .button-grup{margin-top:15px!important;}

  .inner-heading{ width:90%; margin: 0px auto;}
}

/* @media only screen and(min-width:768px) {
    
	ul.nav li.dropdown ul{ display: none;}
	ul.nav li.dropdown:hover ul{ display: block;}
	
	ul.nav li.dropdown ul li.dropdown-submenu ul{ display: none;}
	ul.nav li.dropdown ul li.dropdown-submenu:hover ul{ display: block;}
	
	.caret-m{ display:none;}
	.section-table-collapsible table.table table.table-inner tbody{ display:table;}
	.section-table-collapsib table.table table.table-inner tbody{ display:table-row-group;}
	
	a.navbar-small-resolutionz{ display:none;}
	a.navbar-big-resolutionz{ display:block;}
	.navbar-middle .navbar-header { float:none; display:inline-block; position:absolute; width:13%; margin:auto; left:0; right:0; top:0; bottom:0; z-index:99;}
	.navbar-middle .navbar-header .navbar-big-resolutionz{ margin:0;}
	
	.navbar-middle.navbar-hight .navbar-header { float:none; display:inline-block; position:relative; width:auto; margin:auto; left:0; right:0; top:0; bottom:0; z-index:99;}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{ margin-left:0px;}
	.navbar-middle.navbar-hight .navbar-header .navbar-brand{ min-height:70px; margin:1em auto; padding:0 0.8em;}
} */

@media only screen and (max-width: 767px) {
    
    
html, body { width: auto; padding-top:0; }
  
/*small-view-side-menu*/ 
.isStuck{ display:none;}
.navbar{ margin-bottom:0;}

#slide-navbar-collapse {position: fixed;width:85%;position: fixed;top: 0;left: 0;z-index: 99;height: 100%;transform: translateX(-120%); -webkit-transform: translateX(-120%);transition: transform .3s ease-out;transition: transform .3s ease-out,-webkit-transform .3s ease-out; display: block;}
#slide-navbar-collapse.side_nave_in {transform: translateX(0);-webkit-transform: translateX(0);}

.menu-overlay {background-color:rgba(0,0,0,0.85);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index:9; display:none;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.menu-overlay.overlay_in{ display:block;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
    

.mobile_view_logo {display: flex!important;width: 100%;clear: both; text-align: center;padding: 15px 0px;border-bottom: 1px solid rgba(0,0,0,0.1); }
ul.nav.navbar-nav {clear: both;width: 100%;margin-top: 0;}
    
/*Toggel button	*/	
button.navbar-toggle.collapsed { display: block; z-index: 111; width: auto; font-size: 27px; border: 0; background: transparent; color:var(--blue); border-radius: 8px; }
button.navbar-toggle.collapsed span.navTrigger.active i {background-color: #fff;}  
 .navbar-nav .dropdown-menu { position: relative;}    
/*Toggel button animation	*/	    
@-webkit-keyframes inM {
  50% { -webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(45deg);}
    }
@keyframes inM {
  50% {transform: rotate(0deg);}
  100% {transform: rotate(45deg);}
}
@-webkit-keyframes outM {
  50% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(45deg);}
}
@keyframes outM {
    50% {transform: rotate(0deg);}
  100% { transform: rotate(45deg);}
}
@-webkit-keyframes inT {
  0% {-webkit-transform: translateY(0px) rotate(0deg);}
  50% { -webkit-transform: translateY(9px) rotate(0deg);}
  100% {-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT {
    0% {transform: translateY(0px) rotate(0deg);}
  50% {transform: translateY(9px) rotate(0deg);}
  100% {transform: translateY(9px) rotate(135deg);}
}
@-webkit-keyframes outT {
  0% {-webkit-transform: translateY(0px) rotate(0deg);}
  50% {-webkit-transform: translateY(9px) rotate(0deg);}
  100% {-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT {
  0% {transform: translateY(0px) rotate(0deg);}
  50% {transform: translateY(9px) rotate(0deg);}
  100% {transform: translateY(9px) rotate(135deg);}
}
@-webkit-keyframes inBtm {
  0% {-webkit-transform: translateY(0px) rotate(0deg);}
  50% {-webkit-transform: translateY(-9px) rotate(0deg);}
  100% {-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm {
  0% {transform: translateY(0px) rotate(0deg);}
  50% {transform: translateY(-9px) rotate(0deg);}
  100% {transform: translateY(-9px) rotate(135deg);}
}
@-webkit-keyframes outBtm {
  0% {-webkit-transform: translateY(0px) rotate(0deg);}
  50% {-webkit-transform: translateY(-9px) rotate(0deg);}
  100% {-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm {
  0% {transform: translateY(0px) rotate(0deg);}
  50% {transform: translateY(-9px) rotate(0deg);}
  100% {transform: translateY(-9px) rotate(135deg);}
}
    
/*Toggel button	*/	
.small-box {  bottom: 0!important; left: 0!important; right: 0!important; margin: auto; }
.process-box { height:auto;flex-direction: column!important;padding:1rem 0.4rem!important; gap:15px;
   min-height:150px; justify-content: center!important; margin-bottom:20px;}
.process-box h4 {width: 100%;padding: 0px!important;min-height: 80px;}
.process-box .icon:after{display: none;}
.get-bg{text-align: center;height: auto;}
.get-bg .col-lg-6.col-md-6.col-sm-12.flex.align-items-center.justify-content-end.gap-3{justify-content: center!important;}
.footer_sec{padding-bottom:0!important;}
.footer_sec .col-sm-12.col-md-12.col-lg-9.pl-8{padding-left: 1rem!important;} 
.footer_sec ._disclamer p{padding-bottom:0;margin-bottom: 0;}

.side_nave_in{background:#fff;flex-direction: column!important;justify-content: space-between;}
a.navbar-brand.mobile_view_logo{margin: 0;}
a.navbar-brand.mobile_view_logo img {width: 85%; height:50px;}
ul.nav.navbar-nav{flex-direction: column!important;align-items:start!important; justify-content: center!important; padding: 30px 20px; margin-bottom: auto; gap:0rem!important;} 
ul.nav.navbar-nav li{padding: 15px 0px; border-bottom: 1px solid var(--line); width: 100%;}
ul.nav.navbar-nav li:last-child{border-bottom:0;}
ul.nav.navbar-nav li a{font-weight: 600;display: block;}
/* .navbar { margin: 0;padding: 0.5rem 0!important; position: fixed; top: 0; z-index: 11!important; background:var(--white); width: 100%; } */

.banner-section {padding-top: 7.375rem;margin-top: 0;}
.small-view { flex-direction: column; display: flex; align-items: self-start; padding: 20px 34px; gap: 15px; margin-bottom: auto; border-top: 1px solid var(--line); } 
.login-register a.cmn-button{display: none!important;} 
.navbar-header { width: 200px;}
.mobile_view_logo{border-bottom:1px solid var(--line);padding: 10px 5px;}
.mobile_view_logo a.navbar-brand {width: 190px;margin: 0;} 
.navbar .cmn-button {padding:8px;width: 100%;}

.login-form{position: relative;z-index: 1;margin-top:2rem;}
.login-page-wrapper .banner-section {padding: 2rem 0!important;}
.form-header{padding:1rem!important;}
.register-page-wrapper .banner-section {padding: 3rem 0!important;}
#slide-navbar-collapse{background:var(--white);}

.package p {width: 100%;}
.right-content ul{margin: 15px 0px !important;}
.slider-carosul { padding: 0; margin-top: 0;}
.slider-carosul .carousel-item img {   display: none; }
.slider-carosul .carousel-item {   padding: 30px 0;   background-size: cover;   background-position: left;   background-repeat: no-repeat; }
.caption h2, .caption small {color: #fff; }
.banner_content {   position: relative; }
#topbar .social {   display: none !important; }
#header .logo img {   max-height: 55px; }
.certificate-section .cmn-button { margin-top: 25px !important;}

.checkbox{display: flex; align-items: center; justify-content: flex-start; flex-direction: row; gap:10px;}
.-filter{margin-bottom:15px;}section.point-section.position-relative h2 {
    text-align: center;
}
}
  
@media screen and (max-width: 640px) {   }

@media screen and (max-width:575px) {
  .banner-img{margin-bottom:50px;} 
  .banner-section,.hiw-section{text-align: center;}
  .button-sec{justify-content: center!important;}
  .process-box{margin-bottom:1.25rem;}
  .why-section .col-9.mb-7.text-center{width: 100%!important;}
  .get-bg {width: 100%; margin: 0px auto;}
  .footer_sec .col-sm-3.col-md-3.col-lg-3{width: 50%; margin-bottom: 15px;}
 
  .doot4, .doot5 { height: 200px; width: 160px;}
  .doot5 { bottom: -36px; right: 159px;}
  .doot4 {top: -71px; left: 131px;}

  h1{font-size: 2rem;font-weight: 700;color: var(--blue);} /*40px */
  h2{font-size: 1.75rem;font-weight: 600;color: var(--blue);} /*35px */
  .faq-section .accordion-button { font-size: 1rem;}
  .right-content ul{ margin-top:1rem!important;}
  button.navbar-toggle.collapsed {width: 36px;}
  button.navbar-toggle.collapsed i{position: relative;left: -1px;}
  .hiw-section .col-12.flex.flex-column.justify-content-center.align-items-center.gap-2.mt-6{ margin: 0!important;}
  /* a.register-button.cmn-button{background: transparent;color: var(--blue);}
  .navbar .cmn-button.hvr-sweep-to-right:before{background: transparent;}
  .navbar .cmn-button:hover{color:var(--blue)} */
  button.navbar-toggle.collapsed { width:auto; height:auto; line-height: 0; display: flex; align-items: center; justify-content: center; text-align: center; }
  button.navbar-toggle.collapsed i{position: relative; right: -1px;}
  .login-register { gap: 0.5rem !important;}
  .navbar .container_cust{padding: 0px 8px;}
  section.getstarted-section{padding: 0rem 0!important;margin: 0!important; padding-top:2rem!important;}
  .login-form{position: relative;z-index: 1;margin-top:1rem;}
  .register-page-wrapper .banner-section {padding: 5rem 0!important;}
  .contact-page-wrapper .contact-form{padding: 1.2rem!important;}
  .contact-page-wrapper .contact-form .form-wrapper{margin-top:1.125rem!important;}
  .contact-page-wrapper .contact-form .form-wrapper ._input_sec label {width: 70%!important;}
  .call-info { display: none!important;}
  .carousel-control-next, .carousel-control-prev { width: 10%;}
  .inner-heading{ width:95%; margin: 0px auto;}
}

@media screen and (max-width: 600px) { }

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

  .carosul-image img {width: 90%;}
  .why-box { min-height: auto;}

}

@media screen and (max-width:400px) {
  .carosul-image img {width: 95%;}
  .navbar{padding: 0 0 10px!important;}
  .navbar .flex.align-items-center.justify-content-between.flex-row.flex-wrap.gap-6.relative{ flex-direction: row!important; gap:0.5rem!important; justify-content:space-between!important;}
}
@media screen and (max-width:320px) {   }
