* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins";
}

ul {
  padding-left: 0;
  list-style: none;
}

a:hover {
  color: #000;
}

.top-heading {
  letter-spacing: 0.2em;
  font-weight: 700;
}

.paragraph {
  font-weight: 400;
  color: #000;
  line-height: 25.6px;
}

header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  header .navbar {
    position: static;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav {
    display: block;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1399px) and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  background: -webkit-linear-gradient(#032874, #2060e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  header .navbar .navbar-toggler {
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    position: absolute;
    height: 100vh;
    width: calc(60% - 24px);
    top: 100%;
    background: #fff;
    right: 0px;
    max-width: 696px;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    box-shadow: 0px 0px 20px rgba(173, 181, 189, 0.38);
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse {
    width: calc(75% - 24px);
    max-width: 516px;
  }
}
@media (max-width: 575px) {
  header .navbar .navbar-collapse {
    width: 100%;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .navbar .header-btn-grp .btn {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 991px) {
  header .navbar .header-btn-grp {
    padding: 20px 20px 6px;
  }
}

footer {
  padding-top: 60px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 50px;
  }
}
footer .footer-info__footer-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .services-counter-section .services-counter-block {
    width: 100%;
  }
}
@media (min-width: 481px) {
  .services-counter-section .services-counter-block .pipe {
    border-right: 1px solid #BABDC0;
  }
}
.services-counter-section .services-counter-block:last-child .pipe {
  border-right: 0;
}
@media (max-width: 1199px) {
  .services-counter-section .services-counter-block:nth-child(2) .pipe {
    border-right: 0;
  }
}

.testimonial-section__testimonial-card {
  padding: 40px 60px;
}
@media (max-width: 991px) {
  .testimonial-section__testimonial-card {
    padding: 40px 25px 30px;
  }
}
.testimonial-section__testimonial-card .profile-name {
  font-size: 20px;
}
.testimonial-section__testimonial-card .profile-info {
  color: #000;
}
.testimonial-section .testimonial-block {
  max-width: 840px;
  margin: 0 auto 80px;
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-block {
    max-width: 700px;
    margin: 0 auto 60px;
  }
}
.testimonial-section .slick-list {
  border-radius: 20px;
  background: white;
  box-shadow: 0px 5px 15px #d7dee8;
}
.testimonial-section .slick-arrow {
  box-shadow: rgb(215, 222, 232) 0px 5px 15px;
  color: rgb(255, 255, 255);
  height: 60px;
  width: 60px;
  z-index: 1;
  background: linear-gradient(117.85deg, rgb(3, 40, 116), rgb(32, 96, 228));
  border-color: transparent;
  border-radius: 50%;
}
.testimonial-section .slick-arrow:focus {
  background: linear-gradient(117.85deg, rgb(3, 40, 116), rgb(32, 96, 228));
}
.testimonial-section .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
}
.testimonial-section .slick-arrow:hover {
  background: linear-gradient(117.85deg, #2060e4 100%, #032874 0%);
}
.testimonial-section .slick-prev {
  left: -140px;
}
@media (max-width: 1199px) {
  .testimonial-section .slick-prev {
    left: -110px;
  }
}
.testimonial-section .slick-prev::before {
  content: "\f053";
}
.testimonial-section .slick-next {
  right: -140px;
}
@media (max-width: 1199px) {
  .testimonial-section .slick-next {
    right: -110px;
  }
}
.testimonial-section .slick-next::before {
  content: "\f054";
}
.testimonial-section .quotation-mark {
  position: absolute;
  top: 40px;
  left: -60px;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-section .quotation-mark {
    top: -30px;
    left: 30px;
  }
}
.testimonial-section .slick-dots {
  bottom: -80px;
}
@media (max-width: 1199px) {
  .testimonial-section .slick-dots {
    bottom: -60px;
  }
}
.testimonial-section .slick-dots li {
  width: auto;
  height: auto;
}
.testimonial-section .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BABDC0;
}
.testimonial-section .slick-dots li button::before {
  font-size: 0;
  width: auto;
  height: auto;
  right: 0;
  margin: auto;
}
.testimonial-section .slick-dots li.slick-active button {
  width: 16px;
  height: 8px;
  background: linear-gradient(117.85deg, #032874 0%, #2060e4 100%);
  border-radius: 8px;
}

#frontDoctorId option {
  color: black !important;
}
