@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --blue: #03113f;
  --yellow: #dcab28;
  --yellow1: #FFDD00;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--yellow);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'poppins';
  cursor: default;
}


a {
  text-decoration: none;
  color: black;
}


/* Keyframe Animation */
@keyframes scaling {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}

.input-group-prepend span {
  color: var(--yellow) !important;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px !important;
  }
}


.btn {
  background: var(--blue);
  color: var(--yellow);
  font-size: 18px;
  font-weight: 600;
  /* border: 2px solid #fff; */
  border-radius: 2rem;
  cursor: pointer;
  transition-duration: 0.5s;
  padding: 5px 20px;
  text-transform: uppercase;
}



.btn:hover {
  background: var(--blue);
  box-shadow: 0px 2px 10px 5px #85afc5;
  color: var(--yellow);
}

.counter-number::after {
  content: "+";
  margin-left: 5px;
}

.counter-number {
  font-weight: 700;
  color: var(--yellow);
  font-size: 28px;
}

.counter-text {
  font-weight: 700;
  color: var(--blue);
}

.banner-content {
  color: white;
  /* text-shadow: 2px 2px #000; */
}

.filter-dark-blue {
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(3931%) hue-rotate(217deg) brightness(95%) contrast(89%);
}

.banner-content h2 {
  letter-spacing: 2px;
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;

}

.banner-content .points {
  margin-left: 20px;
  margin-top: 20px;
}.banner-content .points1 {
  margin-left: -70px;
  margin-top: 5px;
}

@media only screen and (max-width: 576px) {
  .banner-content {
    text-align: center !important;
  }

  .banner-content h2 {
    font-size: 19px;

  }

  .banner-content .points {
    margin-left: 0px;
  }

  .nav-btn {
    font-size: 14px;
  }

}

.doctor .points {
  font-weight: 500;
  text-align: justify;
}

.points svg {
  margin-right: 8px !important;
}

.lower-footer {
  background-color: #eeeeee;
}

.contactmedia a {
  height: 40px;
  width: 40px;
  margin: 5px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition-duration: 0.4s;
  color: var(--yellow);
}

.contactmedia a:hover {
  box-shadow: 0px 2px 15px 2px #fff;
}

.text-justify {
  text-align: justify;
}


.input-group-text {
  border-right: 0px;
  /* background: #fff; */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group input {
  border-left: 0px;
}

.service-section .content {
  padding: 20px;
}

/* CTA */
@media (max-width: 768px) {
  .ctatext {
    display: block;
    /* Ensures text displays in block mode */
    font-size: 1.4rem;
    /* Adjust font size as needed */
    line-height: 1;
    /* Adjust line height as needed */
    color: #fff;
  }
}

/* CTA */

/* review */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

#customers-testimonials .item {
  text-align: center;
  /* padding: 50px; */
  margin-bottom: 80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  /*max-width: 90px;*/
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #0046C0;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #0046C0;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.static-rating {
  display: inline-block;
}

.static-rating .star {
  display: inline-block;
  font-size: 24px;
  color: #FFD700;
  /* Yellow color */
  margin-right: 5px;
}

.static-rating .star:last-child {
  margin-right: 0;
}



/* review */

.result .slide img {
  border-radius: 20px;
}

.banner {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .banner {
    height: 100vh !important;
  }
}

.overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cost-form {
  border: 1px solid #0046C0;
  border-radius: 10px;
}

/* call button */
.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  background: #13e054;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;

}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
  }
}


.footer-img {
  /* height: 80vh; */
  width: 100%;
  background-size: cover;
  /* background-position: center; */
  position: relative;
}


.footer-overlay-color {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #102a71e0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff
}

.pattern-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.pattern-overlay-color {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0843aab5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff
}

.pattern-overlay-color-yellow {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff6d1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff
}

.pattern-overlay-color-dark {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff
}

#contact-button {
  position: fixed;
  bottom: 1px;
  z-index: 1000;
  width: 100%;
}

#contact-button p {
  display: none;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--blue);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

@media only screen and (max-width: 768px) {
  #contact-button p {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .doctor-content {
    text-align: center !important;
  }

  .doctor-btn {
    text-align: center !important;

  }
}

.choose .card {
  transition: transform 0.3s;
  background-color: #ffdc5f;
  border-radius: 10px;
  color: var(--blue)
}

.choose .card:hover {
  transform: translateY(-5px);
}

.accordion-button {
  color: var(--yellow);
}

.accordion-button:focus {
  color: var(--yellow);
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: none;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }
}
.flat-line-indicators button {
  background-color: #ccc;
  transition: background-color 0.3s ease;
}

.flat-line-indicators button.active {
  background-color: var(--yellow);
}

.flat-line-indicators button:hover {
  background-color: var(--yellow);
}
/* Base Image Styling */
.pulse-btn {
  animation: pulse 1.5s infinite ease-in-out; /* Apply animation */
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transitions for transform and shadow */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Default shadow */
}

/* Keyframes for the Pulsing Effect */
@keyframes pulse {
  0% {
    transform: scale(1); /* Normal size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Default shadow */
  }
  50% {
    transform: scale(1.1); /* Pop-out size */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4); /* Larger shadow for pop effect */
  }
  100% {
    transform: scale(1); /* Back to normal size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Default shadow */
  }
}
#responsive-image {
  width: 440px; /* Default width for larger screens */
  height: auto;
}

@media (max-width: 1200px) {
  #responsive-image {
      width: 380px; 
  }
}

@media (max-width: 992px) {
  #responsive-image {
      width: 320px; 
  }
}

@media (max-width: 768px) {
  #responsive-image {
      width: 100%; 
  }
}

@media (max-width: 576px) {
  #responsive-image {
      width: 100%; 
  }
}
#result .owl-carousel .owl-dots {
  display: none !important; 
}
