.pink{
    background-color: #fd79a8;
}

.text-pink{
  color: #fd79a8;
}

.text-grey{
  color: #999;
}

.nounderline {
  text-decoration: none !important
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a {
    background: #fd79a8!important;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(232, 21, 172, 0.4)!important
}

.navbar-header[data-background-color=blue2] {
    background: #fd79a8!important;
}

.logo-header[data-background-color=blue] {
    background: #fd78a7!important;
}

.bg-primary-gradient {
    background: #e84393!important;
    background: -webkit-linear-gradient(legacy-direction(-45deg),#e84393,#fd79a8)!important;
    background: linear-gradient(-45deg,#e84393,#fd79a8)!important;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #e84393;
    border-color: #e84393;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e84393;
}

.appointment-btn,.btn-get-started,.why-us .content{
    background: #e84393!important;
}

.why-us .icon-boxes .icon-box i {
    color: #e84393!important;
}

.about .icon-box .icon i {
    color: #e84393!important;
}

.about .icon-box .icon {
    border: 2px solid #e84393!important;
}

.about .icon-box:hover .icon {
    background: #e480b0;
    border-color: #e480b0;
}

.counts .count-box i {
    background: #e84393;
}

.about .play-btn {
    background: radial-gradient(#e84393 50%, rgba(204, 25, 165, 0.4) 52%);
}

.about .play-btn::before {
    border: 5px solid rgba(243, 116, 207, 0.7);
    background: rgba(198, 16, 0, 0);
  }

.about .play-btn:hover::after {
    border-left: 15px solid #e84393;
  }

.testimonials .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #e84393!important;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e84393!important;
  }

  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #ee94bf !important;
}

.back-to-top {
    background: #e84393!important;
}

  #footer .footer-top .footer-links ul a:hover {
    color: #e84393!important;
  }

  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #e84393!important;
  }
  
  #footer .footer-newsletter form input[type=submit] {
    background: #e84393!important;
  }
  
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #e84393!important;
  }
  #footer .social-links a {
    background: #e84393!important;
  }
  
  #footer .social-links a:hover {
    background: #ee94bf!important;
  }

  .doctors .member .social a {
    background: #ee94bf!important;
  }

  .doctors .member .social a:hover {
    background: #e84393!important;
  }

  .services .icon-box .icon {
    background: #e84393!important;
  }

  .services .icon-box:hover {
    background: #e84393 !important;
    border-color: #e84393 !important;
  }

  .services .icon-box:hover .icon{
    background: #ee94bf !important;
  }

  .services .icon-box:hover .icon i {
    color: #e84393 !important;
  }

  .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    /* color: #fff; */
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.services .icon-box:hover .more-btn {
    color: #fff !important;
  }