@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:focus {
  box-shadow: none;
}

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

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

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

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

.shadow-card {
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
}

.btn-red {
  background: #c01010;
  border: 0;
  color: white;
}
.btn-red:hover {
  background: #ad0e0e;
  border: 0;
  color: white;
}

.btn-red-alt {
  background: #fff;
  border: 2px solid #c01010;
  color: #d61313;
}
.btn-red-alt:hover {
  background: #ad0e0e;
  border: 2px solid #c01010;
  color: white;
}

.topbar .nav-link {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.navbar .btn-red img {
  vertical-align: sub;
}

.slider {
  margin-top: -130px;
  z-index: -1;
  position: relative;
}
@media (max-width: 575.98px) {
  .slider {
    margin-top: 0px;
  }
}
.slider img {
  width: 100%;
}

.about {
  margin-top: -80px;
}
@media (max-width: 575.98px) {
  .about {
    margin-top: -30px;
  }
}
.about .card-one {
  background: #1d0000;
  color: white;
}
.about .card-one h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.about .card-two {
  background-color: #f2c6c6;
  background-image: url("../img/stetho.svg");
  background-repeat: no-repeat;
  background-position: 98% 90%;
}
.about .card-two p small {
  color: #d61313;
}

.why p small {
  color: #d61313;
}

.download {
  background: url("../img/download-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footerbottom {
  background: #1d0000;
  color: #fff;
}

.breadcrumb {
  margin-top: -140px;
}
@media (max-width: 575.98px) {
  .breadcrumb {
    margin-top: -95px;
  }
}

.innerpage p, .innerpage ul {
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 16px;
  font-weight: 300;
}
.innerpage p small, .innerpage ul small {
  color: #d61313;
}
.innerpage .accordion-button.collapsed {
  background: #f8d7da;
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 16px;
  font-weight: 500;
}
.innerpage .accordion-button.collapsed:after {
  filter: invert(0);
}
.innerpage .accordion-button {
  background: #c01010;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.innerpage .accordion-button:after {
  filter: invert(1);
}
.innerpage .accordion-button:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #c01010;
}