.u-marginTop {
  margin-top: 50px;
}
.u-marginTop25 {
  margin-top: 25px;
}
.section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.down {
  padding: 0px 15px 35px;
  text-align: center;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
.down img {
  width: 45px
}
.email {
  word-break: break-word;
  font-size: 15px;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.header {
  display:flex;
  align-items:center;
  color: #FFF;
}

.home-header.header {
  background: #FD4F63;
}
.patients-header.header {
  background: #FFF;
  color: #FD4F63;
}
.healthcare-header.header {
  background: #2B2E34;
  color: #FFF;
}
.header-intro {
  padding: 25px 0;
  font-size: 16px;
}
.header-intro h1 {
  margin-bottom: 15px;
  /*color: #FFF;*/
}
@media (min-width: 992px) {
  .home-header.header {
    background: #FD4F63 url(/../img/Glow-1.png) no-repeat 100% 5%;
    background-size: 400px;
  }
  .patients-header.header {
    background: #FFF url(/../img/patients.png) no-repeat 100% 5%;
    background-size: 400px;
  }
  .healthcare-header.header {
    background: #2B2E34 url(/../img/healthcare.png) no-repeat 100% 5%;
    background-size: 400px;
  }
  .header-intro h1 {
    margin-bottom: 25px;
  }
  .header-intro {
    padding: 50px 0 50px;
    font-size: 18px;
  }
  .down {
    padding: 0px 15px 50px;
  }
  .down img {
    width: 65px
  }
}
@media (min-width: 1300px) {
  .home-header.header {
    background-size: 600px;
  }
  .patients-header.header {
    background-size: 600px;
  }
  .healthcare-header.header {
    background-size: 600px;
  }
}

.about-intro {
  padding-top: 25px
}
.grey {
  background: #F0F0F0;
}
.grey h2 {
  color: #FD4F63;
}
.dark {
  background: #2B2E34;
  color: #FFF;
}
.pink-bg {
  background: #FD4F63;
  color: #FFF;
}
.pink-bg h2 {
  color: #FFF;
}
.pink-bg a {
  color: #FFF;
}
.pink, a.pink {
  color: #FD4F63;
}
.btn-block {
  margin: 25px 0 0 0;
}
.btn-block .btn {
  margin: 0 15px 15px;
}
.contact-block {
  margin: 10px auto 0px;
  text-align: center;
  font-size: 16px;
  max-width: 370px;
}
.contact-block img {
  margin-bottom: 20px;
}
.contact-block a {
  color: #FFF;
  text-decoration: none;
}
.link-block img {
  margin: 25px auto 15px;
}
.link-block a {
  text-decoration: none;
  color: #624b78;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 992px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-intro {
    padding-top: 35px
  }
  .btn-block {
    margin: 50px 0 0 0;
  }
  .btn-block .btn {
    margin: 0 35px;
  }
  .contact-block {
    margin: 50px auto 0;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .img-wrap img {
    max-width: 250px;
  }
}


.contactInformation {
  background: #FFF;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
  max-width: 450px;
}
.contactInformation.contactInformation-lg {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}
.contactInformation .media-body {
  padding-left: 20px;
}
.page-head .border-left {
  margin-left: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .contactInformation .border-right img {
    padding-right: 25px;
  }
  .contactInformation {
    margin-top: 50px;
    padding: 25px;
  }
  .contactInformation .media-body {
    padding-left: 25px;
  }
  .contactInformation.contactInformation-lg {
    margin-top: 25px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .contactInformation-lg.media {
    display: block
  }
  .contactInformation-lg.media img {
    margin: 0 20px 15px 0;
  }
  .contactInformation-lg.media .media-body {
    padding-left: 0;
  }
}
.contactInformation .media-body,
.page-head .media-body {
  justify-content: center;
  align-self: center;
}

.page-head {
  margin-bottom: 50px;
}
.page-head img {
  max-width: 115px;
}
.page-head h1 {
  margin-bottom: 0;
  line-height: .7;
}
.page-head h1 span {
  color: #005eb8;
  font-family: asap, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1
}

.faqs {
  background: #F0F0F0;
}
.faq {
  margin: 25px 0;
  color: #2B2E34;
  font-size: 16px;
}
.faqs h3 {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  padding-right: 50px;
}

.faq h3::after {
  content: "";
  width: 30px;
  height: 30px;
  transition: .3s all;
  background: transparent url(/../img/toggle.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq h3.collapsed::after {
  transition: .3s all;
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 992px) {
  .faq {
    margin: 35px 0;
    font-size: 18px;
  }
  .faq h3::after {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent url(/../img/toggle.svg) no-repeat center / contain;
  }
}

.eligible-intro {
  color: #2B2E34;
  padding: 35px 0; 
}
.eligible-intro .down {
  padding: 20px 0 0 0;
}
#contact-request-form {
  color: #2B2E34
}
#contact-request-form h2 {
  margin-bottom: 10px;
}
#contact-request-form .contact {
  margin-bottom: 35px;
}
#contact-request-form form {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .eligible-intro {
    padding: 50px 0; 
  }
  .eligible-intro .down {
    padding: 35px 0 0 0;
  }
}
footer {
  padding: 50px 0 35px;
  font-size: 14px;
  background: #2B2E34;
  color: #FFF;
}
@media (min-width: 768px) {
  footer {
    padding: 50px 0;
    font-size: 16px;
  }
  footer .footerLogo {
    justify-content: end;
    align-self: center;
  }
}
footer .footerLinks a {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
}

.cookies {
  position: fixed;
  z-index: 999;
  background: #f0f0f0;
  bottom: 25px;
  max-width: 535px;
  right: 25px;
  color: #333;
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 15px;
}
.cookies a {
  color: #333;
  text-decoration: underline;
}
.cookies .close {
  color: #333;
  position: absolute;
  right: 7px;
  opacity: 1 !important;
  text-shadow: none;
  background: none;
  border: none;
  font-size: 25px;
  top: -3px;
}
@media (max-width: 767px) {
  .cookies {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 15px;
  }
}




.has-float-label input,
.has-float-label textarea {
  padding-left: 15px;
  font-size: 16px;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 10px;
  top: -10px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all .2s;
  pointer-events: none;
  font-weight: 400;
  background: #FFF;
  padding: 0 5px;
}
.has-error .has-float-label label, .has-error .has-float-label > span {
  color: red;
}
.has-float-label label.when-label {
  left: 45px;
}
.has-float-label textarea::placeholder,
.has-float-label input::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder,
.has-float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label input:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  opacity: .9;
  top: 7px;
  left: 10px;
  font-weight: 500;
  color: #2B2E34;
}
.has-float-label input,
.has-float-label input:focus {
  outline: none!important;
}

@media (min-width: 768px) {
  .has-float-label textarea:placeholder-shown:not(:focus) + *,
  .has-float-label input:placeholder-shown:not(:focus) + * {
    font-size: 15px;

  }
  .has-float-label input,
  .has-float-label textarea {
    padding-left: 13px;
    font-size: 15px;
  }
}

.form-group.days,
.form-group.times {
  margin-bottom: 15px;
}
.hidden {
  display: none;
}

.cat label input {
  margin-right: 100px;
}
.cat{
  margin: 0px 15px 0px 0;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #FD4F63;
  color: #FFF;
  overflow: hidden;
/*  float: left;*/
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.cat label {
  float: left; 
  line-height: 2.0em;
  width: 60px; 
  height: 35px;
  margin-bottom: 0;
  cursor: pointer;
}
.days .cat label {
  width: 150px;
}
.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}
.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.cat label input + span{
  color: #FD4F63;
}
.cat input:checked + span {
  color: #ffffff;
  background: #FD4F63;
}
.checkbox .error-message {
  display: none;
}
.error-message {
  color: red;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu {
  overflow-y: scroll;
  max-height: 13em;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
  color: #2B2E34;
  background-color: #FFF;
  position: absolute;
  text-align: left;
  width: inherit;
  z-index: 10;
  list-style: none;
  padding-left: 0;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu ul {
  list-style: none;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu li div {
  padding: .75em;
  cursor: pointer;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu li div:hover {
  background-color: #fafafa;
}

.us-autocomplete-pro-example .us-autocomplete-pro-menu b {
  color: #000;
}

.ui-state-active b,
.ui-widget-content .ui-state-active b,
.ui-widget-header .ui-state-active b,
a.ui-button:active b,
.ui-button:active b,
.ui-button.ui-state-active:hover b {
  color: #FFF;
}

.us-autocomplete-pro-example .us-autocomplete-pro-menu .ui-menu-item-wrapper {
  padding-left: 1em;
}

.register {
  background: #2B2E34;
  color: #FFF;
  border-radius: 50%;
  padding: 40px 15px;
  width: 105px;
  height: 105px;
  position: fixed;
  text-align: center;
  bottom: 25px;
  right: 15px;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-weight: 700;
}
.register > a {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
