*{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: #49256d; 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 .navbar-toggler{border: 2px solid #49256d; border-radius: 0px;}
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: #49256d; position: absolute; bottom: 0px; right: 0; transition: .5s;}
header .navbar .nav-link:hover:after{width: 100%;}
header .navbar .nav-link:hover{color: #49256d; }
header .navbar-toggler{padding: 8px 10px; color: #49256d; border-color: #49256d; }
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 */

#slider{background-color: #e6e6e6;}
#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; padding: 13px 20px;  border-radius: 100px;
  background: #49256d; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
@keyframes blinka {
  0%{
        background-color: #49256d;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #49256d;
  }
}

/* about */
#about .row{row-gap: 20px;}
#about .content {  background-color: #fff; box-shadow: 0px 6px 20px 0px #a7a6a4; padding: 30px; margin-top: 45px;}
#about .submit-btn{padding: 8px 30px;  background: #49256d; 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: #49256d; margin-bottom: 25px;}
#about h2{padding-bottom: 40px; font-size: 40px; color: #49256d; text-align: center;}
#about h3{font-size: 30px; color: #49256d; margin-bottom: 30px;}



/* treatments */

#treatments{padding:50px 0px; margin-top: 40px;}
#treatments h2{text-align: center; margin-bottom: 10px; color: #49256d;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;}
  #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: 30px; 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: 30px 0px 0px; border-top: 2px solid #47246a; width: auto; height: 100%; text-align: center;}
  #treatments .treatmentsinr .imgsc{overflow: hidden; border-radius: 50%;}
  #treatments .treatmentsinr .imgsc:hover img{transform: scale(1.1);}
  #treatments .treatmentsinr .imgsc img{border-radius: 50%; 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:#47246a; color: #fff; font-size: 16px; border: transparent;
      width: 177px; padding: 7px 20px; width: 200px;}
  /*  */


/* 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: 40px;
  color: #49256d;
  margin-bottom: 30px;
}
/*  */
#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: 13px; 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: #49256d; box-shadow: none;}



  /* testimonial */
#testimonial{padding: 0 0 60px ; }
#testimonial h2{color: #49256d;}
#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: #49256d; 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: #49256d;}


/* contact */
.contact-h2{background-color: #49256d; 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: #49256d; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
@keyframes blinka {
  0%{
        background-color: #49256d;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #49256d;
  }
}


/* 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 h4{color: #008fc7; margin-bottom: 20px;}
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 i{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 .footerinr .sociallink li a:hover{padding-left: 0px;}
footer .img{text-align: center; border-top: #fff 1px solid; padding: 15px 0px; 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:#49256d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
}

.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #49256d;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #49256d;
  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: #49256d; 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{margin-top: 40px; margin-bottom: 40px;}
#thank .content{text-align: center;     background-color: #49256d;
  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: #e62274; color: #fff; border-radius: 40px; display: inline-block; margin-bottom: 20px; margin-top: 15px;}