@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Be+Vietnam+Pro: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&family=Bubblegum+Sans&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sora:wght@100..800&family=Sriracha&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Barlow', sans-serif;
}  
:root{
--black:#000;
--white:#fff;
--Yellow-Green:#58CE2C;
/* --Carmine-Pink:#F15546; */
--Carmine-Pink:#58CE2C;
--Awesome:#FB2056;
--Ironside-Grey:#666666;
--White-Smoke:#F5F5F5;
--Carbon-Grey:#5d5d5d;
--Rangoon-Green:#121212;
--Clear-Blue:#0bc0df;
--gradient-clor:linear-gradient(135deg, #00c853, #2196f3);
--Onyx:#131413;
--Ultramarine-Blue:#117898;
--White-Lilac:#F5F8FA;
--Magnolia:#0cc1e01c;
--Deep-Sapphire:#09256E;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* loader start */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--Satin-Sheen-Gold);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: .9;
}

.loader {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
}
/* .loader::after, */
.loader::before {
content: '';  
box-sizing: border-box;
width: 48px;
height: 48px;
border-radius: 50%;
background: #FFF;
position: absolute;
left: 0;
top: 0;
animation: animloader 2s linear infinite;
}
.loader::after {
animation-delay: 1s;
}

@keyframes animloader {
0% {
  transform: scale(0);
  opacity: 1;
}
100% {
  transform: scale(1);
  opacity: 0;
}
}
.loaded .loader-wrapper {
  display: none;
}
/* top social media start */
.topsocialmedia{
  background: var(--White-Lilac);
  padding: 6px 0;
}
.topsocialmedia ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap:30px;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.topsocialmedia ul li{
  list-style: none;
}
.topsocialmedia ul li i{
  color: var(--Ultramarine-Blue);
  margin-right: 8px;
}
.topsocialmedia ul li a{
  text-decoration: none;
  color: var(--Ultramarine-Blue);
}
/* top social media social media end */
.navbar.medical-navbar{
  padding: 20px 0!important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
 

}
nav.navbar.WhiteNav {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .6s;
  padding: 12px 0;
  box-shadow: 0 8px 6px -11px rgb(255, 255, 255);
  top: 0;
  background: var(--White-Lilac);
  }
  /* .medical-navbar img{
  width: 60px;
 } */
  .navbar-brand img {
  max-width: 80px;
  height: auto;
  }
 
.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link {
  font-weight: 600;
 
}
.menu-bg .navbar-nav .nav-item .nav-link{
  font-weight: 600;
  transition: .6s;
}
.menu-bg .navbar-nav .nav-item .nav-link:hover{
color: var(--Ultramarine-Blue);
transition: .6s;

}
.menu-bg .navbar-nav {
 gap:30px;
 align-items: center;
}
.menu-bg .navbar-nav .nav-item .nav-link.active {
  color: var(--Ultramarine-Blue);
  border-bottom: 1px solid var(--Ultramarine-Blue);
  font-weight: 600;
}
.WhiteNav .nav-link.active {
  color: var(--Ultramarine-Blue)!important;
  border-bottom: 1px solid var(--Ultramarine-Blue)!important;
}
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  position: absolute;
 
  background: var(--white) !important;
  border-radius: 100px;
}
.hero-section .owl-carousel .owl-nav button.owl-next span,
.hero-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 24px;
  line-height: 20px;
  color: var(--black);
}
/* d-flex justify-content-center align-items-center */
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  top:350px;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.hero-section .owl-theme .owl-nav {
  margin-top: 0px !important;
}
.hero-section .slider-img{
position: relative;
}
.hero-section .slider-caption{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 500px;
}
.hero-section .slider-caption h2{
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--Ultramarine-Blue);
}
.hero-section .slider-caption p{
  color: var(--Ironside-Grey);
  margin-bottom: 30px;
}
.appdownload{
  text-decoration: none;
  border: 1px solid var(--Ultramarine-Blue);
    border-radius: 8px;
    color: var(--Ultramarine-Blue);
    padding: 20px 30px !important;
    transition: .6s;
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 768px;

}
.hero-content h2{
  color: var(--white);
  font-size: 80px;
  position: relative;
  padding-bottom: 12px;
  font-weight: 700;
}
.hero-content h2::after{
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--white);
  bottom: 0;
  left: 0;
}
.hero-content h4{
  color: var(--white);
  font-size: 30px;
  word-spacing: 8px;
  line-height: 60px;
  margin-bottom: 30px;

}

.medicalBtn a{
  text-decoration: none;
  background: var(--Carmine-Pink);
border-radius: 8px;
color: var(--white);
padding: 20px 30px;
border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:var(--Carmine-Pink);
    transition: .6s;
   
}
.medicalBtn{
  transition: .6s;
}


/* hero section end */

.no-border{
  border: none;
}
/* medical time section end */
/* about section start */
.about-section{
  /* background: var(--black); */
  padding: 60px 0;
}
.about-img img{
  width: 100%;
  padding: 40px;
}
.about-service {
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  gap: 20px;
  align-items: center;
}
.about-service li{
  list-style: none;
}
.headline h5{
  color: var(--Ultramarine-Blue);
  margin-bottom: 12px;
  /* position: relative; */
  padding-bottom: 4px;
}

.headline h3{
font-weight: 700;
font-size: 40px;
line-height: 45px;
}

.about-img{
  position: relative;
}
.experience {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: flex;
  background: var(--Ultramarine-Blue);
  width: 180px;
  height: 180px;
  align-items: center;
  justify-content: center;
  word-wrap: wrap;
  color: var(--white);
  border: 4px solid var(--white);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.experience h4 {
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}
.experience h4 span{
  font-size: 45px;
}
.aboutcontent p{
    font-size: 1.1rem;
    line-height: 35px;  
}
.aboutimgcont{
  margin-bottom: 80px;
}
.about-section .aboutCont{
  font-size: 1.1rem;
  line-height: 35px;
}
.about-service .abouticon{
background: var(--Magnolia);
border-radius: 100px;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
  
}
.about-section .appdownload{
line-height: 112px;
}
/* about section end */
/* department section start */
.department-section{
  background: var(--Magnolia);
  padding: 60px 0;
}
.department-section .department-card{
  text-align: center;
    background-color: var(--white);
    margin-bottom: 12px;
min-height:406px;
    padding:45px;
    box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
    transition: all 0.3s ease-out;
}
.department-section .department-card a{
  text-decoration: none;
  color: var(--Ultramarine-Blue);
  transition: .6s;
  font-size: 1.3rem;
}
.department-section .department-card a:hover{
  color: var(--Deep-Sapphire);
  transition: .6s;
  
}
.deptimg{
text-align:center;
display:flex;
justify-content:center;
}
.department-section .department-card img {
    width: 80px!important;
}
.department-section .department-card{
    text-align:center;
}
.department-section .department-card h3{
  line-height: 28px;
    font-weight: 700;
    font-style: normal
}.department-section .department-card img{
  margin-bottom: 12px;
 
}
.department-content .headline{
  margin-bottom: 30px;
}
.read-sec{
  display: flex;
  justify-content: center;
}
/* department section end */
/* team section start */
.team-section{
  padding: 60px 0;
}
.team-section .headline{
  text-align: center;
  margin-bottom: 30px;
}
.profile-card{
  margin-bottom: 30px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 20px;
}
.profile-card img{
  width: 100%;
}
.highlight{
  background: var(--Ultramarine-Blue);
  color: var(--white);
  padding: 8px 12px;
  margin-bottom: 12px;
}
.item-profile-content ol li{
  font-size: .95rem;
  line-height: 24px;
}
.inner-item-cont p{
  margin-bottom: 6px;
}
.doctor-social{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  gap:20px;
}
.doctor-social li{
  list-style: none;
}
.doctor-social li i{
  font-size: 1.2rem;
  color: var(--Carbon-Grey);
  transition: .6s;
}
.doctor-social li i:hover{
  color: var(--Ultramarine-Blue);
  transition: .6s;
}
.item-profile{
  text-align: center;
}
.item-profile h3{
  margin-bottom: 4px;
  font-size: 1.4rem;
}
.item-profile a{
  text-decoration: none;
 
}
.item-profile p{
  margin-bottom: 8px;
}
.item-profile{
  position: relative;
  z-index: 10;
  background: var(--white);
  margin: -60px 20px 0 20px;
  padding: 30px 12px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.item-profile-content{
  height: 100%;
  display: flex;
  align-items: center;
}
.team-section .read-sec{
margin-top: 60px;
}
/* team section end */
/* why choose start */
.choose-section {
  padding: 60px 0 80px 0;
  width: 100%;
  background: linear-gradient(35deg, rgb(123 157 245 / 68%), rgb(15 119 151 / 85%) 100%),
              url(../images/chooseimgjh.webp) no-repeat center / cover;
}
.choose-content{
  border-bottom: 1px solid var(--Ironside-Grey);
  padding-bottom: 20px;
}
.number-count{
  padding-top: 40px;
  text-align: center;
}
.number-count h5{
  font-size: 50px;
  color:var(--Deep-Sapphire);
  font-weight: 700;
  
}
.number-count p{
  margin-bottom: 0;
  color: var(--white);
}
.choose-section .headline h5{
  color: var(--white);
}
.choose-list{
  padding-left: 0;
}
.choose-list li{
  list-style: none;
  font-size: 1.1rem;
  line-height: 35px;
  color: var(--white);
}
/* why choose end */
/* contact section start */
.contact-section{
  background: var(--Magnolia);
  padding: 60px 0;
 
}
.contact-section .headline h3{
  margin-bottom: 30px;
}
.left-contact{
  border-right: 1px solid var(--Ironside-Grey);
  height: 100%;
  display: flex;
  align-items: center;
}
.left-contact ul{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 20px;
}
.left-contact ul li{
  list-style: none;
}
.left-contact ul li i{
  color: var(--gradient-clor);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-contact ul li a{
  text-decoration: none;
  color: var(--Ultramarine-Blue);
  transition: .6s;
}
.left-contact ul li a:hover{
  color: var(--Clear-Blue);
  transition: .6s;
}
.medicalBtn button{
  text-decoration: none;
  background: var(--Ultramarine-Blue);
  border-radius: 8px;
  color: var(--white);
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--Magnolia);
  transition: .6s;
  border: 1px solid var(--Ultramarine-Blue);
}
.medicalBtn button:hover{
  background: transparent;
  border: 1px solid var(--Yellow-Green);
}
.right-contact{
  padding: 40px;
}
.right-contact .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--Ironside-Grey);
  border-radius: 0;
  color: white;
  margin-bottom: 40px;
}

.right-contact .form-control::placeholder {
  color: rgba(66, 66, 66, 0.7);
}

.right-contact .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #ffffff;
  outline: none;
}
.left-contact .social-media li i{
  font-size: 1.5rem!important;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Ultramarine-Blue);
}
/* contact section end */
/* footer section start  */
footer{
 padding: 60px 0;
 box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.left-footer ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
 gap:20px;
}
.left-footer ul li{
  list-style: none;
}
.left-footer ul li a{
  color: var(--white);
  text-decoration: none;
  transition: .6s;
  position: relative;
}
.left-footer ul li a::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--white);
  border-radius: 30px;
  left: -8px;
  top: 9px;;
}
.left-footer ul li a:hover{
  color: var(--Clear-Blue);
  transition: .6s;
}
.right-footer {
  font-size: .89rem;
  color: var(--white);
  text-align: end;
}
.right-footer a{

  color: var(--white);
}
.copyright-section{
  background: var(--Ultramarine-Blue);
  padding: 20px 0;
}
.footer-card img{
margin-bottom: 12px;
max-width: 80px;
}
.footer-card ul{
  display: flex;
  padding-left: 0;
  gap: 12px;
}
.footer-card ul li{
  list-style: none;
}
.footer-card ul li a{
  text-decoration: none;
  color: var(--Deep-Sapphire);
  transition: .6s;
}
.footer-card ul li a:hover{
color: var(--Ultramarine-Blue);
transition: .6s;
}
.footermenu h3{
color: var(--Ultramarine-Blue);
font-weight: 500;
font-size: 1.5rem;
position: relative;
padding-bottom: 8px;

}
.footermenu h3::after{
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--Ultramarine-Blue);
  left: 0;
  bottom: 0;
  content: '';
}
.footermenu ul{
  padding-left: 0;
}
.footermenu ul li{
  list-style: none;
    font-size: 1.1rem;
    line-height: 35px;
 
}
.footermenu ul li a{
  text-decoration: none;
  color: var(--Onyx);
  transition: .6s;

}
.footermenu ul li a:hover{
  color: var(--Ultramarine-Blue);
  transition: .6s;
}
.openinghour{
  justify-content: space-between;
  display: flex;
  margin-bottom: 0;
}
.openinghour li{
line-height: 30px;
}
/* footer section end */
/* policy-section start */
.policy-section{
  background: var(--black);
  padding: 40px 0;
}
.policy-content .headline{
  margin-bottom: 20px;
}
.policy-content .headline h5{
  color: var(--Carmine-Pink);
  font-size: 1.8rem;
}
.policy-content p{
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 30px;
}
.policy-content h5{
  color: var(--White-Smoke);
}
.policy-content ul li{
  color: var(--white);
  font-size:1rem;
  line-height: 30px;
 
}
.policy-content ol li{
  color: var(--white);
  font-size: 1rem;
  line-height: 30px;
 
}
.policy-content ul li strong{
  font-weight: 500;
  color: var(--white);
}
/* policy-section end */
/* breadcrumb-section start */
.breadcrumb-section{
  background: var(--Rangoon-Green);
  padding: 12px 0;
}
.breadcrumb-section ol{
  margin-bottom: 0;
}
.breadcrumb-section ol a{
  color: var(--white);
  text-decoration: none;
}
.breadcrumb-section .breadcrumb-item.active{
color: var(--Yellow-Green);
}
/* breadcrumb-section end  */
/* whatsapp */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 10;
  }
  @keyframes pulse {
  0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
  box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  }
  .btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
  }
  .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  }
  @keyframes pulse-border {
  0% {
  padding: 25px;
  opacity: 0.75;
  }
  75% {
  padding: 50px;
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
  }
  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    outline: none;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    background: transparent;
    border: 0;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    padding: 12px;
    background: var(--Ultramarine-Blue);

  }
  .back-to-top  i{
    position: absolute;
    top: 14px;
    left: 16px;
  }
 .company-location iframe{
  width: 100%;
  height: 450px;
 }
/* gallery start */
  .gallery-section{
    padding: 60px 0;
  }
 .gallery-section .headline {
    text-align: center;
    margin-bottom: 30px;
}
  .gallery-section img{
    width: 100%;
  } 
    .gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
    
    .gallery-card img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-in-out;
    display: block;
    border-radius: 12px;
    }
    
    .gallery-card .overlay {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 44%), rgb(145 143 143 / 68%));
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    }
    
    .gallery-card .overlay i {
    color: #fff;
    font-size: 2rem;
    }
    
    .gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }
    
    .gallery-card:hover img {
    transform: scale(1.05);
    }
    
    .gallery-card:hover .overlay {
    opacity: 1;
    }
 /* appointment start */
        /* appointment start */
.appointment-section {
  background: linear-gradient(135deg, #89f7fe, #66a6ff);
  padding: 50px 0;
}
.appointment-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.appointment-card h3 {
  color: #2c3e50;
  font-weight: 600;
}
.appointment-form .form-control,
.appointment-form .form-select {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 10px;
  transition: all 0.3s ease;
}
.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
  border-color: #66a6ff;
  box-shadow: 0 0 10px rgba(102, 166, 255, 0.3);
}
.appointment-form .btn-primary {
  background-color:var(--Ultramarine-Blue);
  border: none;
  border-radius: 8px;
  padding: 12px;
  transition: background-color 0.3s, transform 0.2s;
}
.appointment-form .btn-primary:hover {
  background-color:var(--Clear-Blue);
  transform: scale(1.05);
}
.appointment-form textarea.form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 12px;
  min-height: 120px;
  transition: all 0.3s ease;
}
.appointment-form textarea.form-control:focus {
  border-color:var(--Clear-Blue);
  box-shadow: 0 0 10px rgba(102, 166, 255, 0.3);
}
/* faq start */
#faq-section .accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-radius: 0 !important;
}

#faq-section .accordion-button:focus {
  box-shadow: none;
}

#faq-section .accordion-button:not(.collapsed) {
  background-color:var(--Ultramarine-Blue)!important;
  color: var(--white);
}

#faq-section .accordion-body {
  font-size: 1rem;
  color: #555;
}


/* faq end */
.video-section {
padding: 20px 0;
width: 100%;
margin: 0 auto;
text-align: center;
}
.video-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.play-icon {
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.3s;
}

.play-icon:hover {
  transform: scale(1.1);
}
.video-info {
  padding: 15px 20px;
  text-align: left;
  text-align: center;
}
.video-info h4 {
  margin: 0 0 4px;
  font-size: 20px;
  color: var(--Ultramarine-Blue);
}
.video-info p {
  font-size: 1rem;
  color:var(--Ironside-Grey);
  line-height: 1.5;
}
.video-section .headline {
    text-align: center;
    margin-bottom: 30px;
}

/* media query start  */
@media(max-width:1440px){
  .navbar.medical-navbar {
    padding: 8px 0 !important;
}
.hero-content {
  padding-bottom: 60px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 225px;
}

}
@media(max-width:1400px){
  .aboutimgcont {
    margin-bottom: 40px;
}
.about-service .abouticon {
  width: 80px;
  height: 80px;
}
.department-section .department-card {
  padding: 40px 30px;
}
.headline h3 {
  font-size: 35px;
}
.item-profile a {
  font-size: 1.2rem;
}
.left-contact .social-media li i {
  width: 50px;
  height: 50px;
}
}
@media(max-width:1300px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 205px;
}
}
@media(max-width:1200px){
  .left-contact .social-media li i {
    width: 45px;
    height: 45px;
  }
  
  .experience {
    width: 150px;
    height: 150px;
  }

 
  .headline h3 {
    font-size: 35px;
}
.hero-content h2 {
  font-size: 60px;
}
.hero-section .slider-caption h2 {
  font-size: 2.5rem;
}
.footermenu h3 {
  font-size: 1.3rem;
}
.item-profile {
  margin: -60px 12px 0 12px;
  padding: 24px 12px;
}
.department-section .department-card {
  padding: 24px 12px;
}
.department-section .department-card img {
  width: 50px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 190px;
}
}
@media(max-width:1024px){
 
  .medicalBtn button {
    padding: 12px 20px !important;
  }

  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 145px;
}
}
@media (max-width: 992px) {

  .left-contact {
    border: none;
  }
 
.offcanvas.offcanvas-end.menu-bg{
background: var(--white);
}
.menu-bg .navbar-nav {
  align-items: start;
}
.menu-bg img{
  width: 80px;
}
.btn-close {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  cursor: pointer;
}
.medical-navbar .offcanvas {
  max-width: 95%;
}
.mobile-slider{
  position: relative;
}
.overlay-mobile{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0cc1e03d;
  opacity: 1;
}
.hero-section .slider-caption p {
  color: var(--black);
  margin-bottom: 30px;
}

.aboutimgcont {
  margin-bottom: 0;
}
.right-footer {
  text-align: start;
}
.about-img {
  margin-bottom: 20px;
}
.medical-navbar .navbar-toggler{
  border: 0;
}
.number-count h5 {
  font-size: 35px;
}
.number-count p {
  font-size: 1.1rem;
}
.department-section .department-card {
  padding: 30px 16px;
}
.department-section .department-card {
  margin-bottom: 16px;
}
.navbar-toggler:focus{
  box-shadow: none!important;
}
.menu-bg .navbar-nav {
  gap: 8px;
}
.team-section .read-sec {
  margin-top: 30px!important;
}
.item-profile{
  margin-bottom: 8px;
}
.department-section .department-card {
  min-height: auto;
}
.inner-count{
  margin-bottom: 20px;
}
.department-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
    .department-section .department-card {
        margin-bottom: -20px;
    }
}
@media(max-width:920px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 135px;
}
.hero-section .slider-caption h2 {
  font-size: 2rem;
}
.appdownload{
  padding: 12px!important;
}
.hero-section .slider-caption {
  left: 11%;
}
}
@media(max-width:870px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 120px;
} 
.about-section .appdownload {
  line-height: 85px;
}
}
@media(max-width:790px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 110px;
} 
}
@media(max-width:768px){

.let-img{
  margin-bottom: 20px;
}
.medicalBtn a {
  padding: 12px 24px;
}


.about-section {
  padding: 40px 0 0 0;
}

.choose-section {
  padding: 40px 0;
}
.contact-section {
  padding: 40px 0;
}


.right-contact {
  padding: 20px 0;
}
.hero-section .slider-caption {
  left: 14%;
}
.team-section .read-sec {
  margin-top: 0!important;
}
.topsocialmedia ul {
         
    gap: 2px !important;
}
.gallery-section {
    padding: 20px 0px;
}
.team-section ,footer{
    padding: 40px 0;
}
}
@media(max-width:767px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 176px;
  }
}
@media (max-width: 710px) {
  .hero-section .slider-caption h2 {
    font-size: 1.8rem;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 167px;
}  
}
@media(max-width:656px){
  .hero-section .slider-caption h2 {
    font-size: 1.5rem;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 140px;
}
.hero-section .slider-caption {
  left: 16%;
  max-width: 415px;
}
}
@media(max-width:575px){
/* p {
    font-size: 1rem;
    line-height: 30px;
} */
.headline h3 {
  font-size: 24px;
}

.hero-content h2 {
  font-size: 45px;
}
.hero-content h4 {
  font-size: 24px;
  line-height: 40px;
}

.policy-section {
  padding: 20px 0;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 130px;
}
.team-section .read-sec {
  margin-top: 0;
}
.about-section {
  padding: 20px 0 0 0;
}
.left-contact .social-media li i {
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
}

.headline h5 {
  margin-bottom: 0px;
}
.choose-section {
  background-size: 1060px;
  background-position: top;
  background-repeat: no-repeat;
}
.choose-content {
  border-bottom: 0;
}
.number-count {
  padding-top: 0;
}
.appointment-card {
padding:20px!important;
}
.topsocialmedia ul{
  justify-content: start!important;
}
.about-service {
    margin-bottom: 0;
}
  .aboutcontent p {
        margin-bottom: 0;
    }
    .choose-content {
        padding-bottom: 0;
    }
.video-info h4 {
    font-size: 18px;
}
}
@media(max-width:545px){
  .about-img img {
    padding: 20px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
  }
}
@media(max-width:500px){
 .slider-caption p {
    font-size: .8rem;
    line-height: 20px;
} 

.appdownload {
  padding: 8px 12px !important;
}
.hero-section .slider-caption h2 {
  font-size: 1.3rem;
}
.hero-section .slider-caption p {
  margin-bottom: 20px;
}
.aboutcontent p {
  font-size: 1rem;
  line-height: 24px;
}
.about-service .abouticon {
  width: 60px;
  height: 60px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 110px;
}
.hero-section .slider-caption {
  max-width: 305px;
  left:20%;
}
}
@media(max-width:425px){
.hero-content h2 {
  font-size: 35px;
}
.hero-content h4 {
  font-size: 18px;
}
.experience {
  width: 130px;
  height: 130px;
}
.experience h4 {
  font-size: 16px;
}
.left-footer ul {
  display: block;
  padding-left: 7px;
  margin-bottom: 8px;
}
.policy-content .headline h5 {
  font-size: 1.5rem;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 90px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
}
.hero-section .slider-caption {
  left: 16%;
}
.headline h3 {
line-height: 30px;
}
.left-contact ul {
  margin-bottom: 12px;
}
.navbar-brand img {
  width: 140px;
}
.hero-section .slider-caption {
  max-width: 260px;
}
.topsocialmedia ul li {
  font-size: .8rem;
}
.hero-section .slider-caption h2 {
  font-size: 1.1rem;
}
.aboutcontent p {
  font-size: 0.98rem;
}
}
@media(max-width:375px){
  .hero-section .slider-caption h2 {
    margin-bottom: 0;
}
.hero-section .slider-caption p {
  margin-bottom: 12px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 4px;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 4px;
}
.experience {
  bottom: 75px;
}}
@media (max-width: 575px) {
    .choose-section {
        background-size: 1161px;
    }
}
@media(max-width:360px){
  .topsocialmedia ul li {
    font-size: .7rem;
}
.slider-caption p {
  font-size: .7rem;
  line-height: 16px;
}
.hero-section .slider-caption {
  max-width: 242px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 75px;
}
}
/* media query end */