*{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;}



/* header */
header{background-color: #fff;}
header .header-top{background-color: #ff3838; padding: 8px 0px;}
header .header-top ul li{color: #fff; font-size: 16px;}
header .header-top ul li a{color: #fff; font-size: 16px;}
header .navbar{box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.228); padding: 0px;}
header .navbar .navbar-brand p{font-size: 18px; font-weight: 500; text-align: center;}
header .navbar .nav-link{font-size: 18px; color: black; font-weight: 500; position: relative;}
header .navbar .nav-link:after{content: ''; width: 0; height: 2px; background-color: #ff3838; position: absolute; bottom: 0px; right: 0; transition: .5s;}
header .navbar .nav-link:hover:after{width: 100%;}
header .navbar .nav-link:hover{color: #ff3838; }
header .navbar-toggler{padding: 8px 10px; color: #ff3838; border-radius: 0px; border: 2px solid #ff3838;}
header .navbar-toggler:focus{box-shadow: none;}

/* header ko sticky krnaki */

.sticky{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);
  }
}


/* slider */
/* .carousel-control-prev-icon{background-color: black; border-radius: 50%;}
.carousel-control-prev span i{color: #fff; background-color: black; font-size: 20px; padding: 8px 10px; border-radius: 50%;} 
.carousel-control-next span i{color: #fff; background-color: black; font-size: 20px; padding: 8px 10px; border-radius: 50%;}  */
#slider{background-color: #e6e6e6; padding: 0px 0px 30px;}
#slider .row{row-gap: 40px;}
#slider .forem{margin-top: 30px;}
#slider .forem .form-label{color: #000; font-size: 17px;}
#slider .forem .form-control{border: none; border-bottom: 1px solid; box-shadow: none; border-radius: 0px; background-color: transparent; font-size: 16px;}
/* #slider .forem .glow-on-hover{display: block; background-color: #ff3838; padding: 10px 20px; text-align: center; color: #fff; border-radius: 30px;} */
#slider .forem .glow-on-hover{
  display:block; padding: 13px 20px;  border-radius: 100px;
  background: #ff3838; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
@keyframes blinka {
  0%{
        background-color: #ff3838;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #ff3838;
  }
}

/* about */
#about .row{row-gap: 20px;}
#about .imgsc{overflow: hidden; border-radius: 20px; box-shadow: 0px 0px 20px #0000008e;}
#about .imgsc img{transition: .5s;}
#about .imgsc:hover img{transform: scale(1.1);}
#about .content {  background-color: #fff; box-shadow: 0px 6px 20px 0px #a7a6a4; padding: 30px; margin-top: 45px;}
#about .submit-btn{padding: 8px 30px;  background: #ff3838; 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; font-weight: 500; color: gray; text-align: justify;}
#about .abbou li{margin-bottom: 10px; font-size: 18px;}
#about h4{font-size: 30px; color: #000; margin-bottom: 25px;}
#about h2{padding-bottom: 40px; font-size: 40px; color: #000; text-align: center;}
#about h3{font-size: 30px; color: #ff3838; margin-bottom: 30px;}

/*  */
#Treatmentt{padding: 50px 0px;}
#Treatmentt .Treatmenttinr{background-color: #ebf5f5; padding: 20px; height: 350px; overflow-y: scroll;}
#Treatmentt .Treatmenttinr h3{text-align: center; font-size: 22px;}
#Treatmentt .Treatmenttinr .Brachil{margin: 20px 0px;}
#Treatmentt .Treatmenttinr .Brachil li{margin-bottom: 10px;}



/* service */
#service{padding: 30px 0px 10px;}
#service h2{text-align: center; font-size: 40px; color: #000; margin-bottom: 40px;}
#service .row{row-gap: 50px;}
#service .service-inr{border: #000000 1px solid;}
#service .service-inr .img{overflow: hidden;}
#service .service-inr .img img{transition: .5s;}
#service .service-inr:hover .img img{transform: scale(1.1);}
#service .service-inr .treatment-name{display: block; border-top: 1px solid #000; background-color: #ff3838; color: #ffffff; padding: 10px; font-size: 16px; font-weight: 600; transition: .5s;}
#service .service-inr:hover .treatment-name{background-color: #000;}


/* card */
#card{padding: 60px 0px;}
#card .inr{background-color: #ebf5f5; border-radius: 10px; padding: 50px 0px; text-align: center;}


/* doctor */
#doctor{padding: 10px 0px 60px;}
#doctor h2{text-align: center; font-size: 30px; color: #000; margin-bottom: 15px;}
#doctor h4{text-align: center; color: #fe383a; font-size: 23px;}
#doctor .row{row-gap: 20px;}
#doctor .doctor-inr{border: #000000 1px solid; background-color: #ff3838; transition: .5s;}
#doctor .doctor-inr .img{overflow: hidden;}
/* #doctor .doctor-inr .img img{transition: .5s;}
#doctor .doctor-inr:hover .img img{transform: scale(1.1);} */
#doctor .doctor-inr h4{border-top: 1px solid #000; color: #ffffff; padding: 10px; }
#doctor .doctor-inr:hover{background-color: #000;}
#doctor .doctor-inr p{color: #fff; font-size: 14px;}
#doctor .doctor-inr span{color: #fff; font-size: 14px; display: block; padding: 10px 0px;}


/*  */
#queation{background:url(../images/pattern-3.png ); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 60px 0px;}
#queation .accordion-item{border-radius: 0px; border: 1px solid #767676; margin: 14px; box-shadow: 1px 1px 6px 0px #898989;}
#queation .accordion-button{ padding: 7px; font-size: 16px; border-radius: 0;}
#queation .accordion-item:not(:first-of-type) { border-top: 1px solid #767676;}
#queation .accordion-header{padding: 1px;}
#queation .accordion-button:not(.collapsed) { color: #ffffff; background-color: #ff3838; box-shadow: none;}



  /* testimonial */
#testimonial{padding: 0 0 60px ; }
#testimonial h2{color: #ff3838;}
#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: #ff3838; 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: #ff3838;}


/* contact */
.contact-h2{background-color: #ff3838; padding: 10px 0px 8px; color: #fff; margin-bottom: 25px;}
/* #contact{background:url(../images/aaaaaaa.jpg ); background-repeat: no-repeat; background-size: cover; background-position: center right; background-attachment: fixed; padding: 60px 0px;} */
/* #contact {margin-bottom: 30px;}
#contact .form-control{border-radius: 0; box-shadow: none;}
#contact .form-control:focus{border-color: #000;}
#contact form{background-color: #ffffffb7; padding: 20px;}
#contact .submit-btn{ padding: 8px 30px; background: #ff3838; border: none; color: #fff; font-size: 21px;} */
#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; box-shadow: none; border-bottom: 1px solid; border-radius: 0px; background-color: transparent; box-shadow: no;}
/* #contact .contactinr .forem .btn11{display: block; background-color: #ff3838; padding: 10px 20px; text-align: center; color: #fff; border-radius: 30px;} */
#contact iframe{width: 100%; height:560px;}
#contact .contactinr .forem .glow-on-hover{
  display: inline-block; padding: 13px 40px; border-radius: 100px;
  background: #ff3838; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
@keyframes blinka {
  0%{
        background-color: #ff3838;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #ff3838;
  }
}


/* footer */
footer{background-color: #333333; padding: 70px 0px 30px;}
footer .footerinr .logo img{border-radius: 10px;}
footer .footerinr .logo p{font-size: 18px; font-weight: 400; color: #008fc7; margin-left: 30px;}
footer .footerinr .logo:hover{padding: 0;}
footer .footerinr ul li{color: #008fc7; margin-bottom: 15px;}
footer .footerinr ul li h4{color: #008fc7; font-size: 25px;}
footer .footerinr ul li p{font-size: 16px; color: #fff;}
footer .footerinr ul li{font-size: 22px; color: #008fc7;}
footer .footerinr ul li a{display: inline-block; color: #fff; font-size: 16px;  transition: .5s;}
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: #333333;}
footer .footerinr ul li p b{color: #008fc7;}
footer .img{text-align: center; border-top: #fff 1px solid; padding-top: 10px; margin-top: 30px;}
footer .img a img{width: 25%;}



/*  */
/* .quickcontact {
  width: 50px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
} */


.quickcontact {
  width: 66px;
  position: fixed;
  top: 74%;
  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:#00a504;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
}

.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #00a504;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #00a504;
  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: #fe383a; color: #fff;}
  .modal .btn-theme:hover{background-color: #00a504; color: white;} 
  .modal .form-control{border-radius: 0px; box-shadow: none;}
  .modal .form-control:focus{border-color: #00a504;}


  /* tnanks */
  #thank{margin-top: 40px; margin-bottom: 40px;}
#thank .content{text-align: center;     background-color: #ff3838;
  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: #00a504; color: #fff; border-radius: 40px; display: inline-block; margin-bottom: 20px; margin-top: 15px;}