/**
* Template Name: Medilab
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*"Montserrat", sans-serif*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Montserrat", sans-serif, "Poppins", sans-serif;
  --heading-font: 'Helvetica Neue';
  /*--heading-font: "Raleway",  sans-serif;*/
  /*--heading-font: "Poppins", sans-serif;*/
  /*--nav-font: "Raleway",  sans-serif;*/
  --nav-font: "Poppins", sans-serif;

}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; 
  --default-color: #444444; 
  --heading-color: #374151; 
  --accent-color: #dc2626; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
  --lightwhite-color: #fee2e2;
  --lightText-color: #e5e7eb;
  --border-color: #ffffff;
  --whiteText-color: #ffffff;
  --bs-success-rgb: 34,197,94;
  --bs-dark-rgb: 17, 24, 39;
  --bs-secondary-color: rgba(75, 85, 99, 1);
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #374151;  
  --nav-hover-color: #dc2626; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #374151; 
  --nav-dropdown-hover-color: #dc2626; 
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f1f7fc;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

.bg-dark {
  --background-color: #374151;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
.h1, h1 {
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 700;
}
.h2, h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}
.h3, h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.h5, h5{
	font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.h6, h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.text-white h6, .text-white h5, .text-white h4, .text-white h3, .text-white h2, .text-white h1, .text-white p {
	color: var(--whiteText-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
p{
    font-size: 1rem;
    line-height: 1.625rem;
/*    font-family: "Liberation Sans", sans-serif;
    font-family: "Noto Sans";
    font-family: "Poppins", sans-serif;
    font-family: Arials;*/
}
.py-5 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
}

.bg-danger-50 {
  background-color: #fef2f2 !important; /* Light red */
}
/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bottom--1 {
    bottom: -81px !important;
}
.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.cta-btn, .btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--nav-font);
    width: fit-content;
    align-items: center;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 9999;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: #0d9488;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}
.header .topbar p{
  margin: 0;
  padding: 0;
  color: #fff;
}
.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 120px;
  margin-right: 8px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  margin: 0 0 0 30px;
  transition: 0.3s;
}
.cta-btn-header{
  margin-left: 30px;
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}



.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.scrolled .header .logo img{
  max-height: 80px;
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1199px) {
  .navmenu {
    padding: 0;
  }

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

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 16px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

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

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu li.active a:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu li.active >a,
  .navmenu li.active > a:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

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

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

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

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li.active a:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

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

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}



/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer .footer-about p {
  font-size: 1.5rem;
  font-family: var(--heading-font);
}

.footer h6 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

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

.footer-links i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

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

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

.footer-links li a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer-links li a:hover {
  color: var(--accent-color) !important;
}
ul.list-unstyled li {
    position: relative;
    padding-left: 40px;
}
ul.list-unstyled li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
}


.copyright a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.copyright a:hover {
  color: var(--accent-color) !important;
}


.footer .footer-contact p {
  margin-bottom: 5px;
}
















/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 72px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  position: relative;
}

.section-title h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  /*font-weight: 700;*/
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: calc(100vh - 112px);
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  z-index: 3;
}
.hero .welcome{
  gap: 25px;
}
.hero .welcome h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
.hero .welcome h3{
  color: var(--lightwhite-color);
}

.hero .welcome p {
	font-size: 1.125rem;
	line-height: 1.625;
	margin: 0;
	color: var(--lightText-color);
}

.hero .content {
  margin-top: 40px;
}

.hero .content .why-box {
  color: var(--contrast-color);
  background: var(--accent-color);
  padding: 30px;
  border-radius: 4px;
}

.hero .content .why-box h3 {
  color: var(--contrast-color);
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.hero .content .why-box p {
  margin-bottom: 30px;
}

.hero .content .why-box .more-btn {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--contrast-color), transparent 80%);
  display: inline-block;
  padding: 6px 30px 8px 30px;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.hero .content .why-box .more-btn i {
  font-size: 14px;
}

.hero .content .why-box .more-btn:hover {
  background: var(--surface-color);
  color: var(--accent-color);
}

.hero .content .icon-box {
  text-align: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--surface-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.hero .content .icon-box i {
  font-size: 40px;
  color: var(--accent-color);
}

.hero .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 20px 0;
}

.hero .content .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero .btn-outline {
  background-color: transparent;
  border: 2px solid var(--border-color);
  color: var(--whiteText-color);
}

.hero .btn-outline:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-color);
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.btn-wrapper{
  gap: 20px;
}

.carousel-slide {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .carousel-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgb(127 29 29 / 0.7);
    z-index: 1;
  }

  .carousel-content {
    position: relative;
    z-index: 2;
  }

.hero .owl-dots {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
}
.owl-theme .owl-dots .owl-dot span{
  background: color-mix(in srgb, var(--lightwhite-color), transparent 15%);;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: color-mix(in srgb, var(--lightwhite-color), transparent 75%);
}





/*Special Facilities*/


.special-facilities-section .card{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.bg-purple {
  background-color: #7c3aed;
}


.bg-orange {
  background-color: #fd7e14;
}
.bg-light-pink {
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.testimonials-carousel .card {
  min-height: 100%;
}
.patient-testimonials .profile-image-wrap{
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.patient-testimonials .profile-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-events-carousel .card img {
  transition: transform 0.3s ease;
}
.news-events-carousel .card:hover img {
  transform: scale(1.05);
}
.text-purple {
    color: purple;
}
.info-cards-section .card .rounded-circle{
	transform: scale(1);
	transition: all .3s ease;
}
.info-cards-section .card:hover .rounded-circle{
	transform: scale(1.2);
}
.card{
	border: 0;
	transition: all .3s ease;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.medical-team-section .card-img-wrapper {
    height: 256px;
    overflow: hidden;
}
.news-events-section .card-img-wrapper {
    height: 192px;
    overflow: hidden;
}
.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease;
}
.card:hover .card-img-wrapper img{
  transform: scale(1.1);
}
.special-facilities-section .card-img-wrapper {
    height: 256px;
    overflow: hidden;
}
.video-testimonials-carousel h6{
  font-size: 1rem;
  line-height: 1.275;
}
.video-testimonials-carousel .card{
  min-height: 325px;
}
.news-events-section .card {
    min-height: 455px;
}
ol, ul {
    padding-left: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
    padding: 0;
}
button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    background-color: rgb(255 255 255 / 0.2) !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
}
button.owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  background-color: rgb(255 255 255 / 0.2) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
}
button.owl-prev:hover, button.owl-next:hover{
  background-color: rgb(255 255 255 / 0.5) !important;
}

.hero-carousel button.owl-next {
    background-color: rgb(255 255 255 / 0.2) !important;
    right: 50px;
}
.hero-carousel button.owl-prev{
  background-color: rgb(255 255 255 / 0.2) !important;
  left: 50px;
}
.hero-carousel button.owl-prev:hover, .hero-carousel button.owl-next:hover{
  background-color: rgb(255 255 255 / 0.5) !important;
}

button.owl-next {
    background-color: rgb(220 38 38 / 1) !important;
    right: -50px;
}
button.owl-prev{
  background-color: rgb(220 38 38 / 1) !important;
  left: -50px;
}
button.owl-prev:hover, button.owl-next:hover{
  background-color: rgb(220 38 38 / .5)!important;
}

.bg-teal{
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.p-4 .card-body{
  padding: 0 !important;
}


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

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

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  color: var(--default-color);
  background-color: transparent;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  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: var(--accent-color);
}

.appointment .php-email-form input::placeholder,
.appointment .php-email-form textarea::placeholder,
.appointment .php-email-form select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.appointment .php-email-form input,
.appointment .php-email-form select {
/
}

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

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

.appointment .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, white 15%);
}


.doctor-card {
    transition: all 0.3s ease;
}
.doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.rating-badge {
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
}
.department-icon {
    color: #dc3545;
    font-size: 1.25rem;
}
.filter-section {
    display: none;
}
.doctor-item {
    display: none;
}
.doctors-team-sec .btn{
  justify-content: center;
}
#loadMoreBtn {
    margin: 0 auto;
}



/*Doctor Details*/

.bg-gradient-red-teal {
    background: linear-gradient(to right, #dc3545, #198754);
}
.bg-gradient-teal-red {
    background: linear-gradient(to right, #e6f9f0, #ffebee);
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hover-translate-y:hover {
    transform: translateY(-2px);
}
.transition-all {
    transition: all 0.3s ease;
}
.border-8 {
    border-width: 8px;
}

/*About Page*/
 .gradient-text {
    background: linear-gradient(to right, #dc3545, #20c997);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gradient-bg {
    background: linear-gradient(to bottom right, #fff8f8, white, #f0fdfa);
}

.gradient-section-bg {
    background: linear-gradient(to right, #dc3545, #20c997);
}

.gradient-overlay {
    background: linear-gradient(to right, rgba(220, 53, 69, 0.05), rgba(32, 201, 151, 0.05));
}

.stat-card {
    transition: all 0.3s ease;
    border: 1px solid #f8f9fa;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-card {
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.value-card {
    transition: all 0.3s ease;
    border: 1px solid #f8f9fa;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, #f56565, #38b2ac);
    transform: translateX(-50%);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 4px solid #dc3545;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.blur-bg {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all .3s ease;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-bg:hover {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.bg-teal-light{
  background: #0f766e;
}


footer a.btn{
  width: 40px;
  height: 40px;
}



.map-section iframe{
  width: 100%;
  height: 450px;
  border-radius: 30px;
  border: 0;
  outline: none;
  box-shadow: none;
}



.news-and-events-details .content ul{
  padding-left: 19px;
  margin: 0;
}
.doctor-details-section ul.list-unstyled li i {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 1.5rem;
}




button#loadMoreFacilitiesBtn, #loadMoreBlogsBtn {
    margin: 0 auto;
}


.banner-content-wrap {
    height: 100%;
}
.banner-content-wrap h1, .banner-content-wrap h3, .banner-content-wrap p{
	text-align: left
}
.hero .carousel-content {
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
	padding-left: calc(((100% - 1400px) / 2) + .75rem);
	padding-right: 30px;
}
.banner-content-wrap .hero-image {
    width: 50%;
}
.banner-content-wrap .hero-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 99;
}
.banner-content-wrap br{
	display: none;
}
.banner-content-wrap .h1, .banner-content-wrap h1 {
	font-size: 3.5rem;
}
.banner-content-wrap .h3, .banner-content-wrap h3 {
	font-size: 1rem;
}
.hero .banner-content-wrap .welcome p {
	font-size: 1rem;
}
.hero .banner-content-wrap .welcome {
    gap: 15px;
}
.hero, .hero .carousel-slide {
    width: 100%;
	min-height: unset;
	height: 650px;
}
.video-sec video {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/*Responsive Css Start*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

/*1440  Start*/
@media (max-width: 1440px) {
.hero .carousel-content {
	padding-left: 60px;
	padding-right: 30px;
	justify-content: center;
}
.banner-content-wrap .h1, .banner-content-wrap h1 {
    font-size: 3rem;
}	
.hero, .hero .carousel-slide {
	height: 550px;
}
}
/*1440  End*/



/*1366  Start*/
@media (max-width: 1366px) {
.navmenu a, .navmenu a:focus{
  font-size: 14px;
}
.navmenu>ul>li {
    white-space: nowrap;
    padding: 12px 7px;
}
.cta-btn, .cta-btn-header{
  font-size: 14px;
}
.cta-btn-header {
    margin-left: 20px;
}
.header .cta-btn, .header .cta-btn:focus {
    margin: 0 0 0 20px;
}
	
}
/*1366  End*/

/*1199  Start*/
@media (max-width: 1199px) {
  /*.header .logo {
    order: 1;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }*/
body{
  font-size: 14px;
}
.h1, h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
}
.h2, h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}
.h3, h3 {
    font-size: 1rem;
    line-height: 2rem;
}
.h5, h5{
  font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.h6, h6 {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.hero .welcome p, .section-title p{
  font-size: 1rem;
}
button.owl-prev {
    left: -25px;
}
button.owl-next {
    right: -25px;
}
.py-5 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
}
.section-title p br, .hero .welcome p br{
  display: none;
}
}

/*1199  End*/

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--accent-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    position: fixed;
    top: 0;
    right: -350px; 
    width: 350px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 20px;
    margin: 0;
    overflow: scroll;
  }

  .mobile-nav-active .navmenu ul{
    right: 0;
  }
 .navmenu ul li, .navmenu>ul>li{
    list-style: none;
    padding: 0 0;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: var(--accent-color);
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .hero, .hero-carousel, .carousel-slide  {
    min-height: 500px;
    height: 550px;
}
.carousel-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.hero .welcome {
    gap: 15px;
}
.banner-content-wrap .h1, .banner-content-wrap h1 {
        font-size: 2.5rem;
}
.cta-btn, .btn {
	padding: 10px 11px;
}
}




/*991 Start*/
@media (max-width: 991px) {
.hero .welcome, .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.topbar p {
    font-size: .9rem;
    line-height: 1.625rem;
}
.display-4, .display-3, .display-5 {
	font-size: calc(1.475rem + .7vw);
}
	
.banner-content-wrap {
    flex-flow: column;
}
.banner-content-wrap .hero-image {
    width: 100%;
    order: 1;
}	
.hero .carousel-content {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	height: auto;
	padding: 30px;
	padding-bottom: 70px;
	order: 2
}
.hero, .hero .carousel-slide, .hero, .hero-carousel, .carousel-slide {
	min-height: unset;
	height: auto;
}
.hero .banner-content-wrap .welcome {
    width: 100%;
}
.hero .owl-dots {
	bottom: 15px;
	}
}

/*991  End*/


/*767 Start*/
@media (max-width: 767px) {
.cta-btn-header {
    margin-left: 0px;
}
.topbar .container{
  flex-flow: column;
  justify-content: center !important;
  align-items: center !important;
}
.header .topbar {
  height: 59px;
}
.scrolled .header .logo img {
    max-height: 64px;
}
footer .col-sm-12.align-items-center {
    align-items: flex-start !important;
}
	.timeline::before, .timeline-dot{
		display: none;
	}
.text-end {
    text-align: left !important;
}
.pe-4 {
    padding-right: 12px !important;
}
.ps-4 {
    padding-left: 12px !important;
}
.display-4, .display-3 {
    font-size: calc(1.475rem + 1.5vw);
}
}

/*767  End*/
/*480 Start*/
@media (max-width: 480px) {
.h1, h1 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
}
.h3, h3 {
	line-height: 1.275;
}
.btn-wrapper {
    gap: 20px;
    flex-flow: row wrap;
}
.cta-btn{
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.hero-carousel button.owl-prev, .hero-carousel button.owl-next{
  display: none !important;
}
.header .logo img {
    max-height: 80px;
}
.hero .owl-dots {
	bottom: 20px;
}
.p-5 {
    padding: 1.5rem !important;
}
.iCon-content {
    width: 100% !important;
    margin-top: 20px;
}
.value-card .d-flex {
    flex-flow: column;
}
.header .topbar p{
	font-size: 12px;	
}
.header .topbar .contact-info i a, .header .topbar .contact-info i span, .header .topbar {
	font-size: 10px;
}
.header .ms-4 {
    margin-left: .5rem !important;
}
.cta-btn, .btn{
	width: 100%;
}
	.single-post .card img{
		height: auto !important;
	}
.news-and-events-details .h1, .news-and-events-details h1 {
	font-size: 2rem;
}
	.pagination .nav-links .btn{
		width: 30px;
		height: 30px;
	}
.p-4 {
    padding: 1rem !important;
}
	.hero .carousel-content {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        height: auto;
        padding: 20px;
        padding-bottom: 70px;
        order: 2;
    }
.banner-content-wrap .h1, .banner-content-wrap h1 {
        font-size: 2rem;
    }
}

/*480  End*/


@media (max-width: 390px) {
	.h1, h1 {
		font-size: 1.8rem;
		line-height: 1;
		font-weight: 700;
	}

}