@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: inherit;
  background-color: inherit;
  border: 1px solid inherit;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ed3237;
}

.navbar-toggler-icon {
  background-image: url(../img/burger.svg);
  width: 36px;
  height: 36px;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f5f5f5;
}

p,
li {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  p,
  li {
    font-family: "Nunito Sans", sans-serif;
    color: #0d0e0e;
    font-size: 1rem;
    font-weight: 400;
  }
}

.location p, .team p {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 1rem;
  font-weight: 300;
}

h2 {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  h2 {
    font-family: "Nunito Sans", sans-serif;
    color: #0d0e0e;
    font-size: 1.9rem;
    font-weight: 700;
  }
}

.navbar-brand {
  padding-left: calc(var(--bs-gutter-x) * 0.3);
}

.hero {
  background: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% 50%;
}
.hero h1 {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 3.5rem;
  font-weight: 700;
}
.hero h1 span.red {
  font-family: "Nunito Sans", sans-serif;
  color: #ed3237;
  font-size: 3.5rem;
  font-weight: 800;
}
.hero h1 span.uline {
  text-decoration: underline;
  text-decoration-color: #ed3237;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-family: "Nunito Sans", sans-serif;
    color: #0d0e0e;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .hero h1 span.red {
    font-family: "Nunito Sans", sans-serif;
    color: #ed3237;
    font-size: 2rem;
    font-weight: 800;
  }
}

.about .right h5 {
  color: #ed3237;
}
.about .card-header {
  background: #ffffff;
  border-color: #ed3237;
}
.about label {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 1rem;
  font-weight: 400;
}

.whyus h2 img {
  margin-bottom: 4px;
}
.whyus strong {
  font-weight: 700;
}
.whyus .servicelist {
  background: url(../img/doc.png) #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 300px;
  background-blend-mode: multiply;
}
.whyus p.services-text {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 1.2rem;
  font-weight: 400;
}
.whyus h3.services-list-head {
  font-family: "Nunito Sans", sans-serif;
  color: #0d0e0e;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .whyus h3.services-list-head {
    font-family: "Nunito Sans", sans-serif;
    color: #0d0e0e;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.whyus li {
  margin-bottom: 6px;
}

.team h2, .awards h2, .patients h2 {
  position: relative;
}
.team h2::after, .awards h2::after, .patients h2::after {
  content: url("../img/sep.png");
  position: absolute;
  bottom: -30px;
  margin: 0 auto;
  right: 50%;
  margin-right: -50px;
}

.sep a {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.ctabtn {
  bottom: 0;
  position: sticky;
}

.ctabtn-left {
  bottom: 15px;
  display: inline-grid;
  left: 20px;
}