*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
	scroll-behavior: smooth;
	scroll-padding-top:70px;
}
.row{
display:flex;
} 

.anchar{
text-decoration:none;
color:#808080;
display:inline-block;
font-size:16px;
font-weight:bold;
font-family: 'Rajdhani', sans-serif;
}
.list-style{
list-style-type:none;
}
a:hover{
	text-decoration:none !important;
	color:#22c4c4!important;
}
 
/**
   * header
   */
.topnav {
  overflow: hidden;
  z-index:9999;
 
}
.dtl{
  float: left;
  display: block;
  color: #939598;
  font-weight:bold;
  text-align: center;
  padding: 11px 10px;
  font-family: 'Rajdhani', sans-serif;
  text-decoration: none;
  font-size: 11px;
}
.topnav a {
  float: right;
  display: block;
  color: #b4b4b4;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #22c4c4;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
   display: table-cell;
    text-align: left;
  }
}
/**
   * end header
   */
   
   
   
 /**
   * nav bar
   */  


#nav-sticky{
	position:sticky;
	top:0;
	z-index:999;
}
/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background:#cfe3e3;
  color: teal;
  z-index:1;
}
.nav-links{
	display:flex;
}
.nav-links a {
  color:#2e3838;
  font-size: 18px;
}
.navbar ul{
	margin-bottom: 0px!important;
}
/* LOGO */
.logo{
	padding-top:10px;
}
.logo img{
	width:50px;	
	vertical-align: initial;
 margin: -7px 0px -14px 0px;
}
.logo h1{
  font-size:30px;
  color:#2e3838;
  display:inline-block;
  font-weight:bold;
  font-family: 'Rajdhani', sans-serif;
}
/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 18px;
}

.menu li:hover {
  
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu li {
  padding: 5px 35px;
  list-style-type:none;
}


/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type=checkbox] {
  display: none;
} 

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 1326px) {
 .menu {
    display:none;
    position: absolute;
    background-color:white;
    right: 0;
    left: 0;
    text-align: left;
    padding: 16px 0;
  }
  .nav-links{
	display:block;
  }
  .menu li:hover {
    display: block;
    background-color: #cfe3e3;
	color:white;
    transition: 0.3s ease;
  }

  .menu li + li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked ~ .menu {
    display: block;
  }

  .hamburger {
    display: block;
  }
}

.animation {
  display: inline-block;
  position: relative;
  color: #22c4c4;
}
.animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;

}
/**
   * end nav bar
   */  
 

 

/**
   * slider
   */  
 .carousel-inner img {
    width: 100%;
    height: auto;
  }
  @media(max-width:1024px){
	.carousel-inner img {
    width: 100%;
    height: auto;
  }
}
/**
   * end slider
   */   


/**
   * about
   */  
.about{
	background-image:url(../img/background-image.jpg);
	min-height:100px;
	margin: 30px 0px;
	background-position: top;
}
.about h2{
	color:white;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	font-size: 40px;
	padding: 25px 0px;
	text-shadow: 4px 4px 5px #3f7572;
}
.detail{
	
}
.detail b{
	font-size:26px;
	font-family: 'Rajdhani', sans-serif;
}
.detail p{
	font-size:18px;
	font-weight:normal!important;
	text-align:justify;
	font-family: 'Rajdhani', sans-serif;
}
.docter{
	 text-align:center; 
}
.docter img{
	width:70%;
}
.docter b{
	font-size:26px;
	font-family: 'Rajdhani', sans-serif;
}
.docter p{
	font-size:18px;
	text-align:center;
	font-family: 'Rajdhani', sans-serif;
}
/**
   * end about
   */  
   
   
/**
   * gallery
   */  
.gallery{
	background-image:url(../img/background-image.jpg);
	min-height:100px;
	margin: 30px 0px;
	background-position: top;
}
.gallery h2{
	color:white;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	font-size: 40px;
	padding: 25px 0px;
	text-shadow: 4px 4px 5px #3f7572;
}
/**
   * end gallery
   */ 

   
/**
   * gallery-detail
   */  
.gallery-detail li{
	
}
.zoom {
  transition: transform .2s;
  width: 100%;
  height: 200px;
  margin:10px;
  border: 10px solid #22c4c4;
}

.zoom:hover {
  transform: scale(1.1);
}
/**
   * end gallery-detail
   */ 

   
/**
   * services
   */  
.services{
	background-image:url(../img/background-image.jpg);
	min-height:100px;
	margin: 30px 0px;
	background-position: top;
}
.services h2{
	color:white;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	font-size: 40px;
	padding: 25px 0px;
	text-shadow: 4px 4px 5px #3f7572;
}
/**
   * end services
   */  
   
   
/**
   * services-detail
   */  
section {
	font-family: 'Rajdhani', sans-serif;	
  width: 100%;
  display: grid;
  place-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #22c4c4 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.card img{
	width:100%;
	height:200px;
}
h2 {
  font-size: 20px;
  color: #1f194c;
  margin: 1em 0;
}
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  text-align:justify;
  letter-spacing: 0.03em;
}

.card:hover {
  background-position: 0 100%;
}
.card:hover h2 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/**
   * end services-detail
   */ 
   
   
/**
   * contact
   */     
.contact{
	background-image:url(../img/background-image.jpg);
	min-height:100px;
	margin: 30px 0px;
	background-position: top;
}
.contact h2{
	color:white;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	font-size: 40px;
	padding: 25px 0px;
	text-shadow: 4px 4px 5px #3f7572;
}
/**
   * end contact
   */  
   
   
/**
   * contact-detail
   */  
.contact-detail{
	margin: 30px 0px;
	background: linear-gradient(275deg,#22c4c4, white);
}
.map{
	text-align: center;
    margin: 50px 0px;
	overflow: hidden;
}
 
.timing{
	text-align: center;
	margin: 62px 0px;
	font-family: 'Rajdhani', sans-serif;
}
.timing h4{
	color:white;
	font-size:25px;
	text-shadow: 4px 4px 5px #3f7572;
}
/**
   * end contact-detail
   */  
   
   
/**
   * appintment
   */  
.appointment{
	background-image:url(../img/background-image.jpg);
	min-height:100px;
	margin: 30px 0px;
	background-position: top;
}
.appointment h2{
	color:white;
	font-family: 'Rajdhani', sans-serif;
	text-align:center;
	font-size: 40px;
	padding: 25px 0px;
	text-shadow: 4px 4px 5px #3f7572;
}
/**
   * end appointment
   */ 

   
/**
   * appointment-detail
   */     
.appointment-detail{
	background-image:url(../img/background-image-1.jpg);
	min-height:600px;
	margin: 30px 0px;
	background-size: cover;
}
.form-glance{
	width:55%;
	padding-top:100px;
}
@media screen and (max-width: 900px) {
  .form-glance{
    width:100%;
  }
}
/**
   * end appointment-detail
   */ 

   
/**
   * footer
   */  
.col-md-3{
	
}
.footer-logo>img{
	width:30% !important;
}
.footer{
	background: linear-gradient(275deg,#22c4c4, white);
	padding:50px;
}
.footer p{
	color:white;
	font-size:25px;
	font-weight:bold;
	font-family: 'Rajdhani', sans-serif;
	padding-top: 38px;
	text-shadow: 4px 4px 5px #3f7572;
}
.footer p>img{
	width:100px;
}
.footer li>img{
	width:20px;
}

.footer li{
	font-size:15px;
	color: #154744;
	margin: 10px 0px;
	font-family: 'Rajdhani', sans-serif;
	display:flex;
	font-weight:bold;
	text-align: justify;
}
.footer li>a{
	font-size:15px!important;
	color: #154744;
	font-weight:bold;
}
.sm a :hover {
	color: #22c4c4;
}
.app img{
	width:275px;
	
}
.footer i{
	font-size: 21px !important;
    height: 40px;
    width: auto;
    float: left;
	text-shadow: 4px 2px 7px #024334;
    margin: 0 15px 0 0;
    color: #dcddde;
    background: none;
    transition: .5s;
	display:inline-block;
}
/**
   * end footer
   */ 

   
/**
   * footer-base
   */  
.footer-base {
	
}
.footer-base{
	background: linear-gradient(275deg,#22c4c4, white);
	padding: 25px 0px 11px 0px;
	text-align:center;
}
.footer-base p{
	font-size:14px;
	color: #154744;
	text-align:center;
	font-weight:bold;
	font-family: 'Rajdhani', sans-serif;
}
.footer-base{
	box-shadow: 0px 20px 11px 20px white;
}
/**
   * end footer-base
   */

   
/**
   * Whatsapp
   */  
.whatsapp-btn-container {
    position: fixed;
    right: 30px;
    opacity: 0;
    bottom: -50px;
    padding: 24px;
    animation: fade-up 1000ms forwards;
    animation-delay: 1000ms;
}

@keyframes fade-up {
    100% {
        bottom: 24px;
        opacity: 1;
    }
}

.whatsapp-btn-container .whatsapp-btn {
    font-size: 48px;
    color: #32754f;
    display: inline-block;
    transition: all 400ms;
}

.whatsapp-btn-container .whatsapp-btn:hover {
    transform: scale(1.2);
}

.whatsapp-btn-container span {
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #075e54;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
}

.whatsapp-btn-container .whatsapp-btn:hover + span {
    transform: rotateZ(0deg) translateX(0px);
    opacity: 1;
}
/**
   * end Whatsapp
   */  