*{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;}

body{font-family: "Poppins", sans-serif;}

.instagram-media {width: 100%; height: 210px;}
.sociallink li {display: inline-block;list-style: none;}
.sociallink li a:hover {padding-left: 0px !important;}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #49256d;}
 

/* header */
header{position: absolute; top: 0; left: 0; right: 0; z-index: 999; background-color: transparent;} 
header .header-top{background-color: #49256d; padding: 10px;}
header .navbar{padding: 0;}
header .navbar .navbar-brand{width: 12%;}
header .navbar .nav-link{font-size: 18px; color: #49256d; font-weight: 500; position: relative;}
header .navbar .nav-link:after{content: ''; width: 0; height: 2px; background-color: #D2B48C; position: absolute; bottom: 0px; left: 0; transition: .5s;}
header .navbar .nav-link:hover:after{width: 100%;}
header .navbar-toggler{padding: 8px 10px; color: #000; border: 0px; }
header .navbar-toggler:focus{box-shadow: none;}
header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link:focus{color: #D2B48C;}
header .book-now a{display: inline-block; background-color: #49256d; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; }
header .book-now a:hover{background-color: #000;}

.sticky {background-color: #ffffff; left: 0; right: 0; z-index: 999; position: fixed !important; top: -100%; animation: slideDown .5s ease-out;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}



/* slider */
#slider {
   padding: 120px 0 0;
    background-position: center;
    background: linear-gradient(rgb(231, 243, 247) 50%, rgb(73 37 109 / 49%)) !important;
}
#slider .row {
  row-gap: 25px;
  align-items: end;
}
#slider .text h2 {
  margin: 0 0 10px;
  font-weight: bolder;
  color: #49256d;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: auto;
}
#slider .text p {
  font-weight: 700;
  font-size: 18px;
  color: #49256d;
  text-align: center;
  padding-bottom: 30px;
  font-family: auto;
}

#slider .gender-mobile {
  display: none;
}

#slider .form-bg {
  background-color: #49256d;
  padding-left: 60px;
}
#slider form.row {
  row-gap: 15px;
  padding: 15px 15px 15px 0;
}
#slider .form-bg h5 {
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  position: relative;
}
#slider .form-bg h5 i {
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: -41px;
  top: 9px;
}
#slider .form-bg .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted #fff;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}
#slider .form-bg .form-control::placeholder {
  color: #f5eaff;
}
#slider .form-bg .form-control:focus {
  box-shadow: none;
}
#slider .form-bg .btn-back {
  background-color: #d2b48c;
  padding: 8px 20px;
  color: #000;
  border: 0;
}
#slider .img {
  position: relative;
}
#slider .img .icon {
  position: absolute;
  right: 0;
  top: 63%;
  width: 120px;
}


/* box */
#box{padding: 15px 0; background-color: #002c33;}
#box .row{row-gap: 20px; justify-content: center;}
#box .inner p{color: #fff; font-size: 18px; font-weight: 500; text-align: center;}
#box .inner p i{color: #fff; font-size: 22px;}
#box .inner p a{color: #fff; font-size: 18px; font-weight: 500;}
 
 

/* treatment */
#treatment{padding: 40px 0px ;}
#treatment .owl-carousel {margin-bottom: 30px;}
#treatment h2{font-size: 48px; font-weight: bold; color: #49256d; margin-bottom: 30px;}
#treatment .row{row-gap: 30px;}
#treatment .inner{border-radius: 15px; padding: 15px 10px; text-align: center; border: 2px solid #49256d; height: 280px;}
#treatment .inner img{border-radius: 50%; border: 1px solid #d6d6d6; width: 100px; margin:auto;} 
#treatment .inner h5{font-size: 17px; color: #49256d; font-weight: bold; margin-top: 10px;}
#treatment .inner a{display: block; font-size: 14px; padding: 8px; background-color: #49256d; border-radius: 6px; margin-top: 10px; color: #fff; font-weight: 500;} 
#treatment .inner a:last-child{display: block; font-size: 14px; padding: 8px; background-color: #e49005; border-radius: 6px; margin-top: 10px; color: #fff; font-weight: 500;}
#treatment .inner a:hover{background-color: #000;}
 
 

/* choose */
#choose{ padding: 40px 0 1px;}  
#choose .row{row-gap: 25px; align-items: center;}   
#choose .content p{color: #000; font-weight: bold; font-size: 16px;}
#choose .content h3{font-size: 44px; color: #49256d; font-weight: bold;}
#choose .content ul{ list-style: none;}
#choose .content ul li{font-size: 18px; color: #49256d; font-weight: 500; margin-top: 10px; display: flex; gap: 15px; align-items: center; } 
#choose .content ul li i{font-size: 22px; color: #49256d;} 

 

/* insta-reel */
#insta-reel{padding-top: 40px;}
#insta-reel h2{font-size: 33px; text-align: center; color: #fff; background-color: #49256d; padding: 15px 0; font-weight: bold; margin-bottom: 0px;} 
#insta-reel .owl-carousel.owl-drag .owl-item iframe.instagram-media {min-width: 100% !important; height: 600px;}



/* you-tube */  
#you-tube {padding: 40px 0;} 


/* testimonial */
/* #testimonial{padding: 50px 0; }
#testimonial .row{row-gap: 20px; background-color: #fff;}
#testimonial .iner h4{color: #49256d; font-size: 46px; font-weight: bold; margin-bottom: 20px;}
#testimonial .iner .img img{margin-right: 20px; width: 200px;}
#testimonial .iner .img a{color: #49256d; font-size: 16px; font-weight: 500;} 
#testimonial .testimonialslider .owl-item{border: 1px solid #d6d6d6; border-radius: 10px; padding: 20px;}
#testimonial .owl-item h5{color: #49256d; margin: 0px; font-size: 17px; font-weight: bold;}
#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; font-weight: bold;  }
#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;} */

  

 
/* footer */
footer{background-color: #49256d; padding: 50px 0px 0px;}
footer .row{row-gap: 30px;}
footer .footerinr .logo img{border-radius: 10px;}
footer .footerinr .logo p{font-size: 15px; font-weight: 400; color: #fff; margin-left: 30px;}
footer .footerinr .logo:hover{padding: 0;}
footer .footerinr ul {list-style: none; text-align: center;}
footer .footerinr ul li{color: #fff; margin-bottom: 10px;}
footer .footerinr ul h4{color: #fff; font-size: 21px; font-weight: bold; display: inline-block; border-bottom: 2px solid #b59acf; padding-bottom: 6px;}
footer .footerinr ul li p{font-size: 15px; color: #fff;}
footer .footerinr ul li i{font-size: 21px; color: #fff;}
footer .footerinr ul li a{display: inline-block; color: #fff; font-size: 13px;  transition: .5s;}
footer .footerinr ul li a:hover{padding-left: 5px;}
footer .footerinr .category li{margin-bottom: 8px;} 
footer .footerinr ul li p b{color: #fff;}
footer .img{text-align: center; border-top: #fff 1px solid; padding: 15px 0px; margin-top: 30px;}
footer .img a img{width: 220px;}



/*  */
/* .quickcontact-wa {
  width: 50px;
  position: fixed;
  top: 60%;
  right: 20px;
  z-index: 102;
} */


.quickcontact a{
  display: block;
  position: fixed;
  right: 15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
    animation-duration: 4s;
}

.quickcontact a:first-child{top: 60%;}
.quickcontact a:last-child{top: 80%;}
                                            
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.quickcontact i {
  color: #002c33
}
.quickcontact a img{z-index: 999;}

.quickcontact a {
  height: 60px;
  width: 60px;
  background-color:#fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
}

.quickcontact a::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 a::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; padding: 10px; font-size: 16px; color: #fff;}
  .modal .btn-theme:hover{background-color: #000; color: white;} 
  .modal .form-control{border-radius: 0px; box-shadow: none; font-size: 16px;}
  .modal .form-control:focus{border-color: #000;}


  /* tnanks */
#thank{background-image: url(../images/thanks.jpg); padding: 250px 0; background-repeat: no-repeat; background-size: cover; background-position: center center;}
#thank .content{text-align: center; background-color: #49256dd7; margin: auto; width: 335px; padding: 20px; border-radius: 15px;}
#thank .content h2{color: #fff; font-size: 26px;}
#thank .content p{color: #fff; margin: 10px 0; font-weight: bold;}
  #thank .content .call a{padding: 7px; width: 166px; background-color: #fff; color: #49256d; font-weight: bold; border-radius: 40px; display: inline-block;}
  
  
.book-appointment-btn {
    position: fixed;
    right: -59px;
    top: 40%;
    transform: rotate(-90deg);
    background: #49256d;
    padding: 11px;
    border-radius: 10px 10px 0px 0px;
    z-index: 9;
}

.book-appointment-btn a {
    color: #fff;
}





/* ========================== */

.form-container {
  background-color: #49256d;
  width: 100%;
  text-align: center;
}

.form-container h2 {
  margin-bottom: 41px;
  font-size: 35px;
}
.form-container input,
.form-container textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  resize: none;
}

.form-container textarea {
  height: 100px;
}

.form-container button {
  width: 90%;
  padding: 12px;
  background-color: #e08e04;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.rating-text {
  margin-top: 15px;
  font-size: 14px;
}

.stars {
  color: #e08e04;
  font-size: 24px;
  margin-top: 5px;
}

#choose {
  background: aliceblue;
}

/* .top-text-box{
    margin-top: 113px;

  } */

.top-text-box .img {
  filter: drop-shadow(5px 0px 5px #cacaca96);
  color: #cacaca96;
  width: 85%;
}

#slider .row {
  display: flex;
  align-items: stretch;
}

#slider .form-container,
#slider .carousel-inner {
  height: 100%;
}

#slider .carousel-inner img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 992px) {
  #slider .row {
    flex-direction: column;
  }

  #slider .carousel-inner img {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #slider .carousel-inner img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  #slider .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }

  .brachialplexus-img img {
    width: 100%;
  }
}

.form-container{
        margin-bottom: 10px;

}

/* =============================================== */

/* brachialplexus css start  */

.brachialplexus-img img {
  width: 82%;
}



@media (max-width:992px) {
  #slider{
    padding: 0;
  }
.brachialplexus-img img {
 position: relative;
 top: 25px;
}

} 