@charset "utf-8";
/* CSS Document */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.00938em;
}

/* Global Elements */

/** Layout **/
.hcp-full-width {
  width: 100%;
}
.hcp-wrapper {
  box-sizing: border-box;
  position: relative;
}
.hcp-container {
  padding: 30px 0;
  box-sizing: border-box;
}
.w-max-1800 {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.w-max-1400 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.w-max-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.hide-section {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.no-padding {
  padding: 0px !important;
}
.overflow-hidden {
  overflow: hidden;
}
.main-wrapper {
  min-height: 100%;
  position: relative;
}
/** Style **/
.section-bg--white {
  background-color: #ffffff;
}
.section-bg--lightgray {
  background-color: #eceff1;
}
.section-bg--gray {
  background-color: #191a1c;
}
.section-bg--blue {
  background-color: #479df2;
}
.section-bg--black {
  background-color: #13191e;
}

/* Header Section */
.header-banner {
  background-image: url(../images/Header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
}
.banner-background{
  background-image: url(../images/Header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.header-section h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.header-section p {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.banner-content{
  width:420px;
}
@media only screen and (max-width: 900px) {
  .banner-content{
    width:100%;
  }
}
/* Promo Section */
.promo-section h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.promo-section p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

/* Carousel Section */
.carousel-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.carousel-section h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.carousel-section p {
  color: #2196f3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.carousel-section .carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-section .carousel-inner .img-item--disabled {
  object-fit: cover;
}
.carousel-indicators--container {
  width: 100%;
  min-height: 400px;
  background-color: transparent;
  border-top: none;
}
.carousel-inner {
  overflow: visible;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  background-color: transparent;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.carousel-indicators .active {
  background-color: #2196f3;
  border-radius: 50%;
}
.carousel-indicators li {
  text-indent: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  text-align: center;
  border: 2px solid #2196f3;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators li span {
  display: none;
  text-indent: 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 100%;
  left: 10%;
  z-index: 11;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.carousel-caption h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.carousel-caption p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.carousel-section .carousel-control-prev {
  left: 10%;
}
.carousel-section .carousel-control-next {
  right: 10%;
}
/* Accelerate Section */
.accelerate-section h1 {
  color: #191a1c;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.accelerate-section p {
  color: #191a1c;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-style: italic;
  font-weight: 400;
}
.accelerate-section .quote-by {
  color: #191a1c;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}
.accelerate-section .accelerate-desc {
  margin: 5em 0 5em 0;
}
.accelerate-section img {
  margin-left: -20%;
}
.accelerate-section .order-0 {
  -ms-flex-order: 1;
  order: 1;
}
.accelerate-section .order-1 {
  -ms-flex-order: 0;
  order: 0;
}

/* Help Section */
.help-section h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
}
.help-section p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.help-section .text-black {
  color: #000000;
}
.help-section .input-email {
  margin: 15px 0;
  height: 54px;
  width: 100%;
  padding: 0px 10px;
  background-color: #ffffff;
}
.help-section .btn {
  margin: 15px 0 15px 0px;
  height: 54px;
  width: 100%;
  padding: 0px 10px;
  background-color: #ffffff;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #2196f3;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 2px;
  border: 0;
  border-style: none;
}
.help-section .btn.active,
.help-section .btn.focus,
.help-section .btn:active,
.help-section .btn:focus,
.help-section .btn:hover,
.help-section .btn:active:focus,
.help-section .btn:active:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
  outline: none;
  box-shadow: none;
}
.help-section .termsandpolicy {
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 26px;
}

/* Rating Section */
.rating-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.rating-section h1 {
  color: #13191e;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
}
.rating-section .ratingApp-icon {
  width: 200px !important;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rating-section .offset-1 {
  margin-left: 0;
}

/* Footer Section */
.footer-section img {
  padding-top: 58px;
  padding-bottom: 58px;
}

/* Forms Section */
.form-container {
  max-width: 100%;
  max-width: 436px;
  padding: 40px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 3em 0 3em 0;
}
.form-box {
  width: calc(100% + 22px);
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.form-title {
  color: #13191e;
  font-size: 24px;
  line-height: 32px;
  font-family: Open Sans;
  font-weight: 700;
}
.form-subtitle {
  color: #13191e;
  font-size: 18px;
  line-height: 32px;
  font-family: Open Sans;
  font-weight: 700;
}
.form .form-group label,
.form .form-group input,
.form .form-group select {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.form input.error {
  border-color: #ff0004;
}
.form label.error {
  font-size: 12px !important;
  font-family: Open Sans !important;
  color: #ff0004 !important;
}
.form-footer {
  width: 100%;
}
.buttons {
  padding: 20px 0;
}
.termsandpolicy {
  color: #90a4ae;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.03333em;
}
.form-control {
  border: 2px solid #37474f;
  border-radius: 0;
  padding: 12px 10px;
  box-sizing: border-box;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.bmd-btn-fab.btn-primary.custom-file-control:before,
.btn-group-raised .btn-primary.custom-file-control:before,
.btn-group-raised .btn.btn-primary,
.btn-raised.btn-primary.custom-file-control:before,
.btn.bmd-btn-fab.btn-primary,
.btn.btn-raised.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
  padding: 8px 16px;
  font-size: 1em;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 56px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 2px;
  letter-spacing: 0.02857em;
}

.btn.btn-raised.btn-primary.active,
.btn.btn-raised.btn-primary.focus,
.btn.btn-raised.btn-primary:active,
.btn.btn-raised.btn-primary:focus,
.btn.btn-raised.btn-primary:hover,
.btn.btn-raised.btn-primary:active:focus,
.btn.btn-raised.btn-primary:active:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
  outline: none;
  box-shadow: none;
}

/* Confirmation Page */
.confirmation-page {
  padding-bottom: 215px;
}
.confirmation-content {
  padding-top: 7em;
  max-width: 700px;
}
.confirmation-content h1 {
  color: #13191e;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
}
.confirmation-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 215px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .header-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .form-container {
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.06), 0px 1px 10px 3px rgba(0, 0, 0, 0.06),
      0px 1px 10px 3px rgba(0, 0, 0, 0.06);
  }
  /* Carousel Section */
  .carousel-indicators--container {
    border-top: none;
    padding-bottom: 0px;
    min-height: 100px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-inner {
    overflow: hidden;
  }
  .carousel-indicators .active {
    background-color: transparent;
    border-top: 9px solid #2196f3;
    border-radius: 0;
  }
  .carousel-indicators li {
    text-indent: 0;
    width: 100%;
    height: auto;
    border: none;
    background-color: transparent;
    text-align: center;
    border-top: 9px solid #393939;
    padding: 20px 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
  }
  .carousel-indicators li span {
    display: block;
  }
  .carousel-caption {
    top: 0%;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Header Section */
  .header-banner {
    background-position: 100 top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  /* Accelerate Section */
  .accelerate-section .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .accelerate-section .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* Carousel Section */
  .carousel-indicators--container {
    width: 100%;
    min-height: 89px;
    padding-bottom: 0px;
    background-color: transparent;
    border-top: 9px solid #393939;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators .active {
    background-color: transparent;
    border-top: 9px solid #2196f3;
  }
  .carousel-indicators li {
    text-indent: 0;
    width: 100%;
    height: auto;
    border: none;
    background-color: transparent;
    text-align: center;
    border-top: 9px solid #393939;
    padding: 20px 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
  }
  .carousel-caption {
    top: 0%;
  }
  .carousel-caption h3 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
  }
}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {
  /* Header Section */
  .header-section h1 {
    font-size: 36px;
    line-height: 46px;
  }
  /* Forms Section */
  /* .form-container {
    margin: -40px auto 60px auto;
  } */
  .form-title {
    font-size: 30px;
  }

  /* Promo Section */
  .promo-section h1 {
    font-size: 30px;
    line-height: 50px;
  }
  /* Accelerate Section */
  .accelerate-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .accelerate-section .accelerate-desc {
    margin: 10em 0 5em 0;
  }
  .accelerate-section img {
    margin-left: 0%;
  }

  /* Help Section */
  .help-section h1 {
    font-size: 40px;
  }
  .help-section .input-email {
    width: 346px;
  }
  .help-section .btn {
    margin: 20px 0 25px 10px;
    width: 184px;
  }

  /* Rating Section */
  .rating-section .offset-1 {
    margin-left: 8.333333%;
  }
  .rating-section h1 {
    font-size: 36px;
  }
  .rating-section .ratingApp-icon {
    width: 140px !important;
  }

  /* Carousel Section */
  .carousel-caption {
    top: 27%;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bluebglink:link {
  color: white;
  text-decoration: underline;
}
.bluebglink:visited {
  color: white;
  text-decoration: underline;
}

.oca_logo {
  width: 12em;
}

.link-dark-bg {
  color: white;
  text-decoration: underline;
}

.header-text {
  max-width: 23em;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
