*{margin: 0; padding: 0; box-sizing: border-box;}
img{max-width: 100%;}
a, a:hover, a:focus, a:visited, a:active{text-decoration: none;}
p, ul, li{padding: 0; margin: 0;}
::-webkit-scrollbar {
	width: 1px;
	height: 5px;
}
p{margin-bottom: 10px;}
@keyframes blinka {
  0%{
        background-color: #2fd3c1;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #2fd3c1;
  }
}
section {padding: 50px 0px;}
/* header */

header {
    background-color: #fff;
    box-shadow: 0 10px 10px #0000001c;
    position: relative;
    z-index: 99;
}
header .header-top {padding: 3px 0px; background: #2fd3c1;}
header ul.headerinfo {display:flex; justify-content:space-between; gap: 20px;}
header ul.headerinfo li {color: #000; font-size: 16px; list-style: none;}
header ul.headerinfo li a {
  color: #000;
  font-size: 16px;
  padding:4px 15px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
ul.facilities, .disc {
  margin-left: 30px;margin-bottom: 10px;
} 
ul.facilities li {
  font-size: 20px;
  line-height: 40px;
} 
header ul.headerinfo.mobileshow {
  display: none;
}
a.navbar-brand {
  width: 120px;
  padding: 0px;
}
.sticky a.navbar-brand {
  width: 50px;
}
.header-b {display: flex; align-items: center;justify-content: space-between; width: 100%;}
.sticky .header-b {border: 1px solid #000;border-radius: 70px; padding: 10px 20px;}
header ul.headerinfo li a i {color: #2fd3c1; font-size: 16px;}
header .navbar .navbar-toggler {border: 2px solid #2fd3c1; border-radius: 0px;}
header .navbar{padding: 0px;}
header .navbar .navbar-brand p{font-size: 18px; font-weight: 500; text-align: center;}
header .navbar .nav-link{font-size: 15px; color: black; font-weight: 500; position: relative;}
header .navbar .nav-link:after {display: none;}
header .navbar .nav-link:hover:after{width: 100%;}
header .navbar .nav-link:hover{color: #2fd3c1; }
header .navbar-toggler{padding: 8px 10px; color: #2fd3c1; border-color: #2fd3c1; }
header .navbar-toggler:focus{box-shadow: none;}

/* header ko sticky krnaki */

.sticky{padding: 10px;background-color:#ffffff; left: 0; right: 0;z-index: 999; position: fixed !important; top:0px; animation: slideDown .5s ease-out;}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(10);
  }
}



/* breadcrumbs */
.breadcrumbs {
	  padding:50px 0px;
    text-align: left;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background-size: 100% !important;
  }
  .breadcrumbs h1 {color: #fff;text-transform: uppercase;}
  .breadcrumbs ul {
	margin: 0px;
	padding: 0px;
  }
  .breadcrumbs ul li {
	list-style-type: none;
	display: inline;  
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
  }
  .breadcrumbs a {
	color: #fff;
	font-weight: normal;
  }
  .breadcrumbs span {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #fff;
	font-size: 16px;
  }
  


/*  */


/* slider */
#slider {background-color: #e6e6e6;padding: 0px;}
#slider .slider-content {
  left: 90px;
  right: auto;
  padding: 0;
  /*bottom: 90px;*/
  z-index: 1;
text-align: start;
}
.carousel-indicators {z-index: 101;margin-bottom: 0rem;}
@keyframes zoom-in {
0% {
  transform: scale(1, 1);
}

50% {
  transform: scale(1.1, 1.1);
}

100% {
  transform: scale(1, 1);
}
}
#slider .slider-content h2 {
/*text-shadow: 0px 0px 2px #fff;*/
color: #000;
font-size: 40px;
font-weight: bold;
margin-bottom: 10px;
}
#slider .slider-content p {
    color: #000; 
    font-size: 22px; 
    margin-bottom: 20px; 
    /*text-shadow: 1px 1px 1px #fff;*/
    
}

/* about */
#about .row{row-gap: 20px;}
#about .content {background-color: #fff;}
#about .submit-btn{padding: 8px 30px;  background: #2fd3c1; border: none; color: #fff; font-size: 21px; }
#about .form-control{border-radius: 0; box-shadow: none;}
#about .form-control:focus{border-color: #000;}
#about p{font-size: 16px; text-align: justify;}
#about .abbou li{margin-bottom: 10px; font-size: 18px;}
#about h4{font-size: 30px; color: #2fd3c1; margin-bottom: 25px;}
#about h2{padding-bottom: 40px; font-size: 40px; color: #2fd3c1; text-align: center;}
#about h3{font-size: 30px; color: #2fd3c1; margin-bottom: 30px;}
.inpagepic {position: sticky;top:100px;}
/* end */


/* gallery // gallery */
#gallery {padding: 40px 0px 80px;}
#gallery .row{row-gap:25px;}
#gallery .p1{color: #ff9122; font-size: 18px; font-weight: 500; margin-bottom: 20px; position: relative; text-align: center;}
#gallery .p1:after{position: absolute; bottom: -5px; left: 45%; width: 60px; background-color: #ff9122; height: 2px; content: '';}
#gallery h2{color: #000; font-size: 40px; margin-bottom: 30px; text-align: center;}

  .img-wrapper {
    position: relative;
    margin-top: 15px;   
  }
  .img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  
  .img-overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #ff9122;
    font-size: 3em;
  }  
  #overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
  } 
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  /* end */


/* about */
#joinfb .row{row-gap: 20px;}
#joinfb .content {background-color: #fff;
  border: 1px solid;
  padding: 30px 80px;
  margin-top: 45px;
  border-radius: 150px;
  gap: 100px;
  display: flex;
  align-items: center;}
#joinfb .submit-btn{padding: 8px 30px;  background: #2fd3c1; border: none; color: #fff; font-size: 21px; }
#joinfb .form-control{border-radius: 0; box-shadow: none;}
#joinfb .form-control:focus{border-color: #000;}
#joinfb p{font-size: 16px; font-weight: 500; color: gray; text-align: justify;}
#joinfb .abbou li{margin-bottom: 10px; font-size: 18px;}
#joinfb h4{font-size: 30px; color: #2fd3c1; margin-bottom: 25px;}
#joinfb h2 {
  padding-bottom: 0px;
  font-size: 40px;
  color: #2fd3c1;
}
#joinfb h3{font-size: 30px; color: #2fd3c1; margin-bottom: 30px;}
#joinfb .content .callbak {
  text-align: center;
  display: inline-block;
  background-color: #2fd3c1;
  color: #fff;
  font-size: 20px;
  border: transparent;
  width: 177px;
  padding: 10px 20px;
  width: 200px;
  border-radius: 10px;
}

/* end */


/* contact */
#contact .row {row-gap: 20px;}
#contact .content {border-radius:50px; background:linear-gradient(90deg, #2fd3c1 48%, rgba(0,145,54,0) 60%), url("../images/hospital.jpg"); box-shadow: 0px 6px 20px 0px #a7a6a4; padding: 30px; margin-top: 0px;background-repeat: no-repeat; background-position: right;background-size: cover;}
#contact .submit-btn{padding: 8px 30px;  background: #2fd3c1; border: none; color: #fff; font-size: 21px;}
#contact .form-control{border-radius: 0; box-shadow: none;}
#contact .form-control:focus{border-color: #000;}
#contact p {font-size: 16px; font-weight: 500; text-align: justify;}
#contact a {font-size: 16px; font-weight: 500; color: #fff;}
#contact .abbou li {margin-bottom: 10px; font-size: 18px;}
#contact h4 {font-size: 24px; margin-bottom: 10px;}
#contact h2 {padding-bottom: 30px; font-size: 40px; color: #2fd3c1; text-align: center;}
#contact h3 {font-size: 30px; margin-bottom: 30px;}
#contact .contact-content {color: #fff;}
/* end */

/* doctorsTell */
#doctorsTell .row{row-gap: 20px;}
#doctorsTell .content {background-color:#fff;}
#doctorsTell .submit-btn {padding: 8px 30px;  background: #2fd3c1; border: none; color: #fff; font-size: 21px;}
#doctorsTell .form-control {border-radius: 0; box-shadow: none;}
#doctorsTell .form-control:focus {border-color: #000;}
#doctorsTell p {font-size: 16px; font-weight: 500; color: gray; text-align: justify;}
#doctorsTell .abbou li {margin-bottom: 10px; font-size: 18px;}
#doctorsTell h4 {font-size: 30px; color: #2fd3c1; margin-bottom: 25px;}
#doctorsTell h2 {padding-bottom: 40px; font-size: 40px; color: #2fd3c1;}
#doctorsTell h3 {font-size: 30px; color: #2fd3c1; margin-bottom: 30px;}


/* department */
#department {background:#ededed; text-align:center;}
#department h2 {margin-bottom:40px; text-transform:uppercase;}
#department .treatmentsinr {
  text-align: center;
  position: relative;  
  transition: 1s all;
}
#department .treatmentbox {
  padding: 30px 0px;
}
#department .treatmentsinr .imgsc img {width: 130px;
  border: 1px solid #2fd3c1;
  border-radius: 50%;
}
#department {
  background: #ededed;
}
#department .callbak {
  text-align: center;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border: transparent;
  width: 177px;
  padding: 7px 20px;
  width: 200px;
  transition: 1s all;
}
#department .treatmentsinr .content .callbak:hover {background-color: #000;}
.content h4 {margin: 20px 0px;}
.toptreat img {
  width: 80px;
}

#department .toptreat {
  display: flex;
  align-items: center;
  gap: 20px;
}
#department .hovercontent p {text-align: justify; font-size: 14px; margin-bottom: 10px;}
.content-hover {
    width: 100%;
  background: #2fd3c1;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  display:none;
  /* height: 350px;
  overflow-y: scroll; */
}
.content-hover img {background: #fff; border-radius: 50%;}
#department .treatmentsinr:hover .content-hover {display:block;}

#department .treatmentsinr:hover .treatmentbox{
    opacity: 0;
}

/* end */


/* procedures */

#procedures h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
#procedures .callbak {
  text-align: center;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border: transparent;
  width: 177px;
  padding: 7px 20px;
  width: 200px;
  transition: 1s all;
  margin-top: 20px;
}
#procedures .procedurecontent p {margin-bottom: 10px;text-align: justify;}



/* treatments */

#treatments {padding:50px 0px; margin-top: 40px;}
#treatments h2 {text-align: center; margin-bottom: 30px; color: #2fd3c1;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;}
  #treatments h2 span {color:#000;}
  #treatments h3 {text-align: left; font-size: 33px; color: #e07117; font-weight: 600;}
  /* #treatments .col-lg-3{margin-top: 20px;} */
  #treatments .row{row-gap: 40px;}

  #treatments .treatmentsinr{margin-top: 0px; background-color:#ddd; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57); padding: 0px; border-top: 2px solid #2fd3c1; width: auto; height: 100%; text-align: center;}
  #treatments .treatmentsinr .imgsc {overflow: hidden;}
  #treatments .treatmentsinr .imgsc:hover img {transform: scale(1.01);}
  #treatments .treatmentsinr .imgsc img {border-radius: 10px; transition: .5s;}
  #treatments .treatmentsinr .content h4 {font-size: 17px;
    font-weight: 600; line-height: 20px; text-align: center; margin-top: 20px; color: rgb(15, 15, 15);}
    #treatments .treatmentsinr .content .callbak {text-align: center; display: inline-block; background-color:#2fd3c1; color: #fff; font-size: 16px; border: transparent;
      width: 177px; padding: 7px 20px; width: 200px;}
.whyleft {
  background: #2fd3c1;
  padding: 20px;
  border-radius: 20px;
  position: sticky;
  top: 0;
}  
.whyleft img {width: 60px;}
.whyr {display: flex; gap: 10px;margin-bottom: 50px;}
.whycontent {
  color: #fff;
}

/*  */


/* facilities */

#facilities {padding:50px 0px; margin-top:0px; background: #ededed;}
#facilities h2 {text-align: center; margin-bottom: 30px; color: #2fd3c1;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;}
  #facilities h2 span {color:#000;}
  #facilities h3 {text-align: left; font-size: 33px; color: #e07117; font-weight: 600;}
  #facilities .row {row-gap: 40px;}
  #facilities .treatmentsinr{margin-top: 0px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57); padding: 0px; border-top: 2px solid #2fd3c1; width: auto; height: 100%; text-align: center;}
  #facilities .treatmentsinr .imgsc {overflow: hidden;}
  #facilities .treatmentsinr .imgsc:hover img {transform: scale(1.01);}
  #facilities .treatmentsinr .imgsc img {border-radius: 10px; transition: .5s;}
  #facilities .treatmentsinr .content h4 {font-size: 17px;
    font-weight: 600; line-height: 20px; text-align: center; margin-top: 20px; color: rgb(15, 15, 15);}
#facilities .treatmentsinr .content .callbak {text-align: center; display: inline-block; background-color:#2fd3c1; color: #fff; font-size: 16px; border: transparent;
      width: 177px; padding: 7px 20px; width: 200px;}
/* end */


/* card */
#card{padding: 60px 0px;}
#card .inr{background-color: #ebf5f5; border-radius: 10px; padding: 50px 0px; text-align: center;}



  /* testimonial */
#testimonial{padding: 0 0 60px; }
#testimonial h2{color: #2fd3c1;}
#testimonial .row{row-gap: 20px;}
#testimonial .testimonialslider .owl-item{border: 1px solid gray; padding: 20px; height: 210px; overflow-y: scroll;}
#testimonial .owl-item h5{color: #2fd3c1; margin: 0px; font-size: 17px;}
#testimonial .owl-item p{font-size: 14px;}
#testimonial .iner .google{ width: 40%;}
#testimonial .iner ul li{font-size: 35px; color: #f6bb06;}
#testimonial .iner h4{margin-top: 10px;}
#testimonial .testimonialslider .star li{color: #f6bb06; font-size: 16px;}
#testimonial .testimonialslider .profile{margin-bottom: 8px;}
#testimonial .testimonialslider .profile li:first-child p{height: 40px; width: 40px; line-height: 40px; font-size: 20px; border-radius: 50%; text-align: center; background-color: #a7a7a7; color: #fff;}
#testimonial .testimonialslider .profile li span{font-size: 14px;}
#testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #2fd3c1;}



/* logo */
#logo{background-color: #f5f5f5; padding: 50px 0;}
#logo .owl-theme .owl-nav.disabled+.owl-dots{display: none;}
#logo .owl-carousel .owl-item img{margin: auto;}
#logo h2{text-align: center; color: #000; margin-bottom: 30px; font-weight: bold; font-size: 33px;}



/* contact */
.contact-h2{background-color: #2fd3c1; padding: 10px 0px 8px; color: #fff; margin-bottom: 25px;}
#contact {background-color: #e6e6e6; margin-bottom: 25px;}
#contact .contactinr .forem{margin-top: 30px;}
#contact .contactinr .forem .form-label{color: #000; font-size: 17px;}
#contact .contactinr .forem .form-control{border: none; border-bottom: 1px solid; border-radius: 0px; background-color: transparent; box-shadow: no;}
#contact iframe {width: 100%; height:560px;}
#contact .contactinr .forem .glow-on-hover {
  display: inline-block; padding: 13px 40px; border-radius: 100px;
  background: #2fd3c1; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
.hospitalpic {display: none;}
@keyframes blinka {
  0%{
        background-color: #2fd3c1;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #2fd3c1;
  }
}
/* end */



/* achievements */

#achievements {padding:50px 0px; margin-top:0px; background: #ededed;}
#achievements h2 {text-align: center; margin-bottom: 30px; color: #2fd3c1;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;}
#achievements h2 span {color:#000;}
  #achievements h3 {text-align: left; font-size: 33px; color: #e07117; font-weight: 600;}
  #achievements .row {row-gap: 40px;}
  #achievements .treatmentsinr {margin-top: 0px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57); padding: 0px; border-top: 2px solid #2fd3c1; width: auto; height: 100%; text-align: center;}
  #achievements .treatmentsinr .imgsc {overflow: hidden;}
  #achievements .treatmentsinr .imgsc:hover img {transform: scale(1.01);}
  #achievements .treatmentsinr .imgsc img {border-radius: 10px; transition: .5s;}
  #achievements .treatmentsinr .content h4 {font-size: 17px;
    font-weight: 600; line-height: 20px; text-align: center; margin-top: 20px; color: rgb(15, 15, 15);}
#achievements .treatmentsinr .content .callbak {text-align: center; display: inline-block; background-color:#2fd3c1; color: #fff; font-size: 16px; border: transparent; width: 177px; padding: 7px 20px; width: 200px;}
#achievements i {font-size: 100px; color: #ffbf00; padding: 20px;}




/* footer */
footer{background-color: #fff; padding: 70px 0px 0px;}
footer .footerinr .logo img{border-radius: 10px;}
footer .footerinr .logo p{font-size: 18px; font-weight: 400; color: #2fd3c1; margin-left: 30px;}
footer .footerinr .logo:hover{padding: 0;}
footer .footerinr h4{color: #2fd3c1; margin-bottom: 20px;}
footer .footerinr ul li{color: #2fd3c1; margin-bottom: 15px;}
footer .footerinr .category li, footer .footerinr .link li {margin-left: 20px;}
footer .footerinr ul li h4{color: #2fd3c1; font-size: 25px;}
footer .footerinr ul li p{font-size: 16px; color: #000;}
footer .footerinr ul li i{font-size: 22px; color: #2fd3c1;}
footer .footerinr ul li a{display: inline-block; color: #000; font-size: 16px;  transition: .5s;}
footer .footerinr ul li a.logo{ width: 100px;}
footer .footerinr ul li a:hover{padding-left: 5px;}
footer .footerinr .category li{margin-bottom: 8px;}
footer .footerinr .link li:first-child, footer .footerinr .category li:first-child{color: #000;}
footer .footerinr ul li p b{color: #2fd3c1;}
footer .footerinr .sociallink li a:hover{padding-left: 0px;}
footer .img{text-align: center; border-top: #2fd3c1 1px solid; padding: 15px 0px; margin-top: 30px;}
footer .img a img {
    width: 220px;
    background-color: #2fd3c1;
    padding: 2px 10px 8px;
    border-radius: 100px;
}



/*  */
 .quickconnect {
  width: 50px;
  position: fixed;
  bottom: 25%;
  right: 15px;
  z-index: 102;
} 


.quickcontact {
  width: 66px;
  position: fixed;
  bottom: 10%;
  right:15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
    animation-duration: 4s;

}

                                            
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


* {
  padding: 0;
  margin: 0
}

/* .content-center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee
} */

.quickcontact i {
  color: #fff
}
.quickcontact a{z-index: 999;}

.quickcontact {
  height: 65px;
  width: 65px;
  background-color:#2fd3c1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
}

.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #2fd3c1;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #2fd3c1;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s
}

@keyframes pulse {
  0% {
      transform: scale(0.5);
      opacity: 0
  }

  50% {
      transform: scale(1);
      opacity: 1
  }

  100% {
      transform: scale(1.3);
      opacity: 0
  }
}

/*  */




  /* modal */
  .modal .btn-theme {border-radius: 0px; background: #2fd3c1; color: #fff;}
  .modal .btn-theme:hover{background-color: #000; color: white;} 
  .modal .form-control{border-radius: 0px; box-shadow: none;}
  .modal .form-control:focus{border-color: #000;}


  /* tnanks */
#thank{padding: 0px; }
#thank img {width: 100%;}
#thank .content {text-align: center; background-color: #2fd3c1;
  margin: auto;
  width: 335px;
  padding: 9px;}

  #thank .content h2{color: #fff; font-size: 26px;}
  #thank .content p{color: #fff;     line-height: 30px;
    margin: auto;
    color: #fff;
    width: 200px;}
  #thank .content .call a{padding: 7px; width: 166px; background-color: #2fd3c1; color: #fff; border-radius: 40px; display: inline-block; margin-bottom: 20px; margin-top: 15px;}