*{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;}
.logo {width: 150px;}


/* header */
header{position: sticky; top: 0; z-index: 999; background-color: #fff;}
header .header-top{background-color: #b91212; padding: 1px 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: #b91212; position: absolute; bottom: 0px; right: 0; transition: .5s;}
header .navbar .nav-link:hover:after{width: 100%;}
header .navbar .nav-link:hover{color: #b91212; }
header .navbar-toggler{padding: 8px 10px; color: #b91212; border-color: #b91212; }
header .navbar-toggler:focus{box-shadow: none;}
header .header-top ul li.send-enquiry {background-color: #fff;padding:5px 14px;}
header .header-top ul li.send-enquiry a {color: #000;}
header .header-top ul li.send-enquiry i {color: #000;}

#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; border-radius: 0px; background-color: transparent; font-size: 16px;}
/* #slider .forem .glow-on-hover{display: block; background-color: #b91212; 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: #b91212; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
@keyframes blinka {
  0%{
        background-color: #b91212;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #b91212;
  }
}

/* counter */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,   sans-serif;
  font-size: 13px;
  color: #000;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.about-us {
  padding-right: 20px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

.sectionClass {
  padding: 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

#projectFacts .projectFactsWrap .item{
  width: 31%;
  height: 100%;
  padding: 20px 0px;
  text-align: center;
  margin: 0px 1%;
  background-color: #fff;
}
#projectFacts .projectFactsWrap .item p.count-no{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}
#projectFacts .projectFactsWrap .item p{
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
  text-align: center; 
}
#projectFacts .projectFactsWrap .item span{
    margin: 0 auto;
}
.topbar {align-items: center; justify-content:space-between;display: flex;}
#service h4 {font-size: 20px;}
#service .enquiry-btn {
    color: #49256d;
    padding: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    margin-top: 15px;
    border: 1px solid #3d3f95;
    display: inline-block;
}
#projectFacts .projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
#projectFacts .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

p.count-no {
  display: block;
  width: 100%;
}
.whychoose {font-size: 40px;}




@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}




/* AUTHOR LINK */


footer{
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: 'Open Sans';
  width: 100%;
  word-wrap: break-word;
  line-height: 25px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
footer .authorWindow a{
  color: white;
  text-decoration: none;
}
footer p strong {
    color: rgba(255, 255, 255, 0.9);
}
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  position: relative;
  border-radius: 100px;
}
.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}
.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}

footer p {color: #fff;}
.rd, .grn, .yelo {background: #e7e7e7;}
.rd {
  border-right: 3px solid #f00;
}
.rd:hover {
  background-color: rgb(255, 127, 127);
}
.grn {
  border-right: 3px solid green;
}
.grn:hover {
  background-color:  rgb(169, 255, 169);
}
.yelo {
  border-right: 3px solid #ffb100;
}
.yelo:hover {
  background-color: #ffe4a6;
}


/* about */
#about .row{row-gap: 20px;}
#about .content {background-color: #3e4095; box-shadow: 0px 6px 20px 0px #a7a6a4; padding: 0px; margin-top: 45px;}
#about .submit-btn{padding: 8px 30px;  background: #b91212; 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: #fff; text-align: justify; margin-bottom: 15px;}
#about .abbou li{margin-bottom: 10px; font-size: 18px;}
#about h4{font-size: 30px; color: #b91212; margin-bottom: 25px;}
#about h2 {padding: 20px 0px; font-size: 40px; color: #fff; text-align: center;}
#about h3 {font-size: 30px; color: #b91212; 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: 60px 0px 10px;}
#service h2{text-align: center; font-size: 40px; color: #b91212; margin-bottom: 30px;}
#service .row{row-gap: 20px;}
#service .service-inr{padding: 30px; height: 100%;}
#service .service-inr .img{overflow: hidden;background: #b01111; border-radius: 50%;} 
#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: #b91212; color: #ffffff; padding: 10px; font-size: 16px; font-weight: 600; transition: .5s;}
#service .service-inr:hover .treatment-name{background-color: #000;}


/* features */
#features{ padding: 70px 0px; background-image: url(../images/featuresbg.jpg);	background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center;}
#features h2{font-size: 36px; color: #fff;  margin-bottom: 40px;}
#features ul{columns: 2;}
#features ul li{ font-size: 16px; margin-bottom: 10px; font-weight: 500; color: #fff;}


/* 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: #b91212; margin-bottom: 30px;}
#doctor .row{row-gap: 20px;}
#doctor .doctor-inr {
  background-color:#3e4095;
  transition: .5s;
  height: 100%;
  padding: 10px;  
}
#doctor .doctor-inr .img {overflow: hidden;border: 2px solid #ddd;}
/* #doctor .doctor-inr .img img{transition: .5s;}
#doctor .doctor-inr:hover .img img{transform: scale(1.1);} */
#doctor .doctor-inr h4{color: #ffffff; padding: 10px;font-size: 18px;}
#doctor .doctor-inr:hover{background-color:  #b91212;}
#doctor .doctor-inr p{color: #fff;
  font-size: 14px;
  padding: 0px;
  text-align: justify;
  margin-bottom: 10px;}
#doctor .doctor-inr span{color: #fff; font-size: 14px; display: block; padding: 10px 0px;}


/*  */
#queation{background:#ededed; 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: #b91212; box-shadow: none;}



  /* testimonial */
#testimonial{padding: 0 0 60px ; }
#testimonial h2{color: #b91212;}
#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: #b91212; 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: #b91212;}


/* contact */
.contact-h2{background-color: #b91212; 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: #b91212; border: none; color: #fff; font-size: 21px;} */
#contact {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 .contactinr .forem .btn11{display: block; background-color: #b91212; 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: #b91212; color: #fff; font-size: 18px; text-align: center;
  border: none;
  animation: blinka 2s ease-in-out infinite;
}
@keyframes blinka {
  0%{
        background-color: #b91212;
  }
  50%{
      background-color: #000000 ;
  }
  100%{
      background-color: #b91212;
  }
}


/* footer */
footer{background-color: #000; 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;list-style: none;}
footer .footerinr ul li h4{color: #fff; font-size: 25px;}
footer .footerinr ul li p {font-size: 16px; color: #fff;}
footer .footerinr ul li i {font-size: 22px; color: #b11111;}
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: 15px 0px; margin-top: 30px;}
footer .img a img{width: 200px;}



/*  */
/* .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: 50px;
  width: 50px;
  background-color:#b91212;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
}

.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #b91212;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #b91212;
  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: #b91212; 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: #b91212;
  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: #3e4095; color: #fff; border-radius: 40px; display: inline-block; margin-bottom: 20px; margin-top: 15px;}

  .offcanvas-title {
    font-size: 22px;
    color: #b91212;
}