@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap');

/* nav {
    border-top: 2px solid transparent;
    border-bottom: 1px solid #e1e1e1;
}
nav ul {
    font-family: 'muli', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
} */
/* body {
    overflow-x: hidden;
} */
nav ul li {
  margin-bottom: -1px;
}
nav #nav-links li {
  border-bottom: 2px solid transparent;
}
nav #nav-links li:not(:last-child):hover {
  border-bottom: 2px solid #ed6a4d;
}

.top-nav .container {
  max-width: 100% !important;
}
.footer {
  min-height: 100px;
}

.inner-footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.phone:hover::after {
  height: 0;
}
.mail:hover::after {
  height: 0;
}
.phone::after {
  content: ' ';
  width: 3rem;
  height: 0.3rem;
  background: white;
  position: absolute;
}
.phone {
  margin-bottom: 0.2rem;
}
.mail,
.phone {
  margin-left: 1rem;
}
.mail::after {
  content: '';
  width: 3rem;
  height: 0.3rem;
  background: white;
  position: absolute;
}
.sliderImages {
  max-width: 210px;
  margin: auto;
}
.react-multi-carousel-item {
  /* width: 280px !important; */
  display: flex;
  align-items: center;
}
.react-multiple-carousel__arrow::before {
  color: #000 !important;
}
.react-multiple-carousel__arrow {
  background: transparent !important;
}
.react-multiple-carousel__arrow--left {
  left: 0 !important;
  margin-left: -1rem !important;
}
.react-multiple-carousel__arrow--right {
  right: 0 !important;
  margin-right: -1rem !important;
}
.react-multi-carousel-track {
  transition: transform 600ms ease-in-out 0s !important;
}
@media screen and (max-width: 1024px) {
  /* nav ul li{
        padding: 15px 50px;
        color: #333333;
        border-bottom: 1px solid #e1e1e1 !important;
    }
    nav ul li:last-child {
        border-bottom: none !important;
    } */
  .footer-wrap {
    flex-direction: column;
  }
  /* .right-info {
        margin-top: 2rem;
    } */
  .right-info {
    width: 100% !important;
  }
}
@media screen and (max-width: 548px) {
  nav img {
    max-width: 265px;
  }
  .right-info {
    flex-direction: column;
  }
  .right-info img {
    width: 100%;
  }
  /* .social-icons {
        margin-top: 2rem;
    } */
}

@media screen and (max-width: 1200px) {
  .sliderImages {
    max-width: 180px;
  }
}

label {
  line-height: 1.65em;
}
.patient-resources label:after {
  content: '\25BC';
  position: absolute;
  right: 1em;
  font-size: 1rem;
  /* transform: rotate(90deg); */
  color: #4c8c93;
}
.patient-resources input:checked + label:after {
  transform: rotate(180deg);
}
.acc-border-inner label:before {
  content: '\25B6 \00a0 \00a0 \00a0';
  /* position: absolute; */
  right: 1em;
  /* transform: rotate(180deg); */
  color: #004481;
}
.acc-border-inner input:checked + label:before {
  content: '\25B2  \00a0 \00a0 \00a0';
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
}
.acc-border-inner label:after {
  content: '' !important;
}

.accordion__content {
  max-height: 0em;
  transition: all 0.6s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.patient-resources input[name='panel']:checked ~ .accordion__content {
  /* Get this as close to what height you expect */
  max-height: 50em;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.foswald {
  font-family: 'Oswald', sans-serif;
}

.form-message {
  color: #004481 !important;
  font-weight: 500;
}
