.width-container {
  width: 95%;
  max-width: 1920px;
  margin: auto;
}
.width-container.smaller {
  max-width: 1200px !important;
}

.simple-template {
  max-width: 1200px;
  margin: 0 auto;
}
.simple-template .entry-title {
  color: #3d3b63;
}

.page-template-template-simple-page {
  background: #e7e6eb;
}

.width-container-inner {
  max-width: 1500px;
  margin: auto;
  width: 95%;
}

.flex {
  display: flex;
}

section.flex {
  display: flex;
}

.text-blue {
  color: #3D3B63;
}

.text-orange {
  color: #DC8766;
}

.updated-theme h2 {
  font-size: 4rem;
  font-family: "HKGrotesk", sans-serif !important;
  font-weight: 700;
}
.updated-theme p {
  color: #3D3B63;
  font-size: 1.875rem;
  font-weight: 500;
}

.center-button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-button.larger {
  background: #59B3B8;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
}

.updated-theme .width-container {
  max-height: initial !important;
}

.fade-up-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

.t-delay-0500 {
  transition-delay: 0.5s;
}

.t-delay-0700 {
  transition-delay: 0.7s;
}

.t-delay-0900 {
  transition-delay: 0.9s;
}

.fade-up-in.active {
  opacity: 1;
  transform: translateY(0);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 980px) {
  #site-navigation {
    display: none;
  }
}

.header-bottom {
  background: #e7e6eb;
  padding: 25px 0px;
}
.header-bottom .width-container {
  width: 88%;
}
@media only screen and (max-width: 1530px) {
  .header-bottom .width-container {
    width: 100%;
  }
}
.header-bottom .width-container .width-container-inner {
  width: 95%;
  margin: auto;
}
.header-bottom a.header-logo {
  display: none;
}
.header-bottom a.header-logo.is-active {
  display: block;
}
@media only screen and (min-width: 1531px) {
  .header-bottom a.header-logo {
    display: block;
  }
}
.header-bottom a.header-logo img {
  max-width: 172px;
}
.header-bottom a.header-logo-mobile img {
  max-width: 172px;
}
@media only screen and (max-width: 1350px) {
  .header-bottom a.header-logo-mobile.is-active {
    display: block;
  }
}
.header-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
}
@media only screen and (max-width: 1083px) {
  .header-bottom .flex {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 980px) {
  .header-bottom .flex {
    justify-content: space-between;
  }
}
.header-bottom .mobile-phone-orange {
  display: none;
}
@media only screen and (max-width: 980px) {
  .header-bottom .mobile-phone-orange {
    display: block;
    width: 50px;
  }
}
.header-bottom .header-logo-mobile {
  display: none;
}
.header-bottom nav ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.header-bottom nav ul li a {
  font-size: 15pt;
  text-decoration: none;
  margin: 23px;
  color: #3c3a63 !important;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 1395px) {
  .header-bottom nav ul li a {
    font-size: 13.5pt;
  }
}
@media only screen and (max-width: 1280px) {
  .header-bottom nav ul li a {
    font-size: 11pt;
  }
}
@media only screen and (max-width: 1126px) {
  .header-bottom nav ul li a {
    font-size: 10pt;
  }
}
.header-bottom nav ul li.current-menu-item a {
  color: #59b3b8 !important;
}
.header-bottom nav ul li:last-child {
  margin-left: 25px;
}
.header-bottom nav ul li:last-child a {
  background: #59b3b8;
  color: #e6e6eb !important;
  padding: 12px;
  margin: 0px;
  margin-right: 0px;
  font-family: "semplicitapro", sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 11pt;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1280px) {
  .header-bottom nav ul li:last-child a {
    font-size: 9pt;
    padding: 8px;
  }
}
@media only screen and (max-width: 1039px) {
  .header-bottom nav ul li:last-child a {
    font-size: 4pt;
  }
}
@media only screen and (max-width: 1083px) {
  .header-bottom nav ul li:last-child a {
    display: none;
  }
}

#primary.is-not-active {
  display: none;
}

#colophon.is-not-active {
  display: none;
}

.hamburger {
  background: none;
  border: none;
  outline: 0;
  padding: 0;
  transform: scale(0.8);
  display: none;
}
@media only screen and (max-width: 980px) {
  .hamburger {
    display: block;
  }
}

.mobile__menu {
  position: fixed;
  left: -100%;
  background: #59b3b8;
  transition: all 0.3s;
  width: 100%;
  top: 0;
  z-index: 200;
}
@media only screen and (max-width: 950px) {
  .mobile__menu {
    position: absolute;
  }
}
.mobile__menu.is-active {
  left: 0;
}
@media only screen and (min-width: 1531px) {
  .mobile__menu.is-active {
    display: none;
  }
}
@media only screen and (min-width: 951px) {
  .mobile__menu .flex {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-top: 80px;
    padding-bottom: 86px;
    position: relative;
    max-width: 750px;
    margin: 0px;
  }
}
.mobile__menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
@media only screen and (max-width: 980px) {
  .mobile__menu ul {
    padding-top: 171px;
  }
}
.mobile__menu ul li {
  margin: 0px;
  border-top: 2px solid #e7e6eb;
  padding: 25px 75px;
  padding-left: 55px;
}
@media only screen and (min-width: 951px) {
  .mobile__menu ul li {
    padding: 25px 30px;
    padding-left: 15px;
  }
}
.mobile__menu ul li.current_page_item {
  color: #323232;
  font-weight: bold;
}
.mobile__menu ul li a {
  text-decoration: none;
  font-size: 24pt;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: "hkgrotesk-semibold-webfont", sans-serif;
  position: relative;
}
@media only screen and (min-width: 951px) {
  .mobile__menu ul li a {
    font-size: 18px;
  }
}
.mobile__menu ul li a:after {
  content: " ";
  width: 100px;
  height: 52px;
  background: url("/wp-content/themes/gotcare/images/long-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 320px;
}
@media only screen and (max-width: 501px) {
  .mobile__menu ul li a:after {
    display: none;
  }
}
@media only screen and (min-width: 951px) {
  .mobile__menu ul li a:after {
    content: " ";
    width: 50px;
    height: 52px;
    background: url(/wp-content/themes/gotcare/images/long-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 210px;
  }
}
.mobile__menu ul li ul {
  padding-top: 5px;
  padding-bottom: 15px;
  display: none;
}
.mobile__menu ul li:hover ul {
  display: block;
}
.mobile__menu .mobile-faq {
  border-top: 2px solid #e7e6eb;
}
.mobile__menu .mobile-faq img {
  margin-right: 25px;
  position: relative;
  top: 10px;
}
.mobile__menu .mobile-faq a {
  color: #fff;
  text-decoration: none;
}
.mobile__menu .mobile-faq .flex {
  display: flex;
  flex-direction: column;
  padding-left: 65px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  max-width: 750px;
  margin: 0px;
}
.mobile__menu .mobile-faq h2 {
  font-family: "HKGrotesk", sans-serif;
  font-size: 24pt;
  color: #b3e1e3;
  margin: 0;
}
.mobile__menu .mobile-faq p {
  font-family: "HKGrotesk", sans-serif;
  font-size: 14pt;
  color: #fff;
  margin: 0px;
  margin-top: 30px;
  position: relative;
}
.mobile__menu .mobile-faq p:after {
  content: "";
  position: absolute;
  width: 175px;
  border-bottom: 2px solid #fff;
  bottom: 0;
  left: 70px;
}

.header-top-bar {
  background-color: #3c3a63;
  padding: 10px;
  text-align: center;
  color: #e6e6eb;
  font-size: 13pt;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "HKGrotesk", sans-serif;
  display: none;
}
.header-top-bar img {
  max-width: 21px;
  margin-right: 10px;
}
.header-top-bar a {
  font-size: 14px;
  text-decoration: underline;
  color: #e7e6eb;
  margin-left: 25px;
}

footer {
  background: #3c3a63;
  border-top: 20px solid #575679;
  color: #e6e6eb;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 950px) {
  footer .width-container {
    max-height: none;
  }
}
footer h3 {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 20pt;
}
footer a {
  color: #e6e6eb !important;
  text-decoration: none;
  font-weight: lighter;
  font-size: 20px;
}
footer a.green-button {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 260px;
  background-color: #5bb2bb;
  color: #e6e6eb;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  footer a.green-button {
    width: 240px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .width-container-inner.flex {
    flex-direction: column;
  }
}
footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
footer ul a {
  margin: 10px 0px;
  display: block;
}
footer .footer-left {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  footer .footer-left {
    width: 100%;
  }
}
footer .footer-left .gotcare-address .title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 25px;
}
footer .footer-left .gotcare-address .address-container {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  footer .footer-left .gotcare-address .address-container {
    margin-bottom: 30px;
  }
}
footer .footer-left .gotcare-address p {
  margin: 0;
}
footer .footer-right {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  footer .footer-right {
    width: 100%;
  }
}
footer .footer-right .footer-right-top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
footer .footer-right .footer-right-top div {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  footer .footer-right .footer-right-top div {
    width: 100%;
  }
}
footer .footer-right .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  footer .footer-right .flex {
    justify-content: center;
    flex-direction: column;
  }
}
footer .footer-right .footer-right-bottom div {
  width: 50%;
  text-align: left;
}
footer .footer-right .logos-container {
  display: flex;
  align-items: center;
  max-width: 450px;
  justify-content: space-between;
  gap: 20px;
}
footer .footer-right .logos-container img {
  width: 130px;
}

.gotcare-plus {
  background-color: #EDEDF2;
}
.gotcare-plus .gp-side-by-side .width-container h2 {
  font-size: 2.2rem;
  color: #3A3B65;
  line-height: 120%;
  font-weight: 600;
}
.gotcare-plus .gp-side-by-side .width-container .inner {
  display: flex;
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .gotcare-plus .gp-side-by-side .width-container .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.gotcare-plus .gp-side-by-side .width-container div {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .gotcare-plus .gp-side-by-side .width-container div {
    width: 100%;
  }
}
.gotcare-plus .gp-side-by-side .width-container div p {
  padding-top: 50px;
  font-size: 1.5rem;
  color: #3A3B65;
  line-height: 130%;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .gotcare-plus .gp-side-by-side .width-container div p {
    font-size: 1.2rem;
    padding-top: 0px;
  }
}
.gotcare-plus .icon-text-container .icon-text {
  display: flex;
  gap: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .gotcare-plus .icon-text-container .icon-text {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.gotcare-plus .icon-text-container .icon-text.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .gotcare-plus .icon-text-container .icon-text.reverse {
    flex-direction: column;
  }
}
.gotcare-plus .icon-text-container .icon-text img {
  max-width: 200px;
}
.gotcare-plus .icon-text-container .icon-text .text h3 {
  font-size: 2rem;
  margin: 0px;
  color: #3A3B65;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .gotcare-plus .icon-text-container .icon-text .text h3 {
    font-size: 1.8rem;
  }
}
.gotcare-plus .icon-text-container .icon-text .text p {
  font-size: 1.5rem;
  color: #3A3B65;
  line-height: 150%;
  margin-top: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .gotcare-plus .icon-text-container .icon-text .text p {
    font-size: 1.2rem;
  }
}

.partnerships-page .partnership-body-blobs-background {
  background-image: url("/wp-content/themes/gotcare/images/partnerships/partnerships-background-blobs.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.partnerships-page .partnerships-first-paragraph {
  padding-top: 70px;
}
.partnerships-page .partnerships-stat-pills {
  margin-top: 180px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 800px) {
  .partnerships-page .partnerships-stat-pills {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1080px) {
  .partnerships-page .partnerships-stat-pills .stat-pills-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 790px) {
  .partnerships-page .partnerships-stat-pills .stat-pills-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1080px) {
  .partnerships-page .partnerships-stat-pills .stat-pills-container .stat-title {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1080px) {
  .partnerships-page .partnerships-stat-pills .stat-pills-container .stat-container.one {
    width: 100% !important;
  }
  .partnerships-page .partnerships-stat-pills .stat-pills-container .stat-container.two {
    width: 100% !important;
  }
}
@media only screen and (max-width: 880px) {
  .partnerships-page .partnerships-stat-pills .stat-pills-container .stat-col {
    width: 45%;
  }
}
@media only screen and (max-width: 790px) {
  .partnerships-page .partnerships-stat-pills .stat-pills-container .stat-col .stat h2 {
    font-size: 5rem;
  }
}
.partnerships-page .partnerships-works-with {
  margin-bottom: 100px;
}
.partnerships-page .partnerships-works-with h2 {
  margin-bottom: -20px;
}
@media only screen and (max-width: 800px) {
  .partnerships-page .partnerships-works-with h2 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 800px) {
  .partnerships-page .partnerships-works-with {
    margin-bottom: 80px;
  }
}
.partnerships-page .partnerships-works-with .info-logos-container .logo-outer .row {
  gap: 60px;
  justify-content: center;
}

.impact-page {
  background-color: #EDEDF2;
  padding-bottom: 150px;
}
@media only screen and (max-width: 800px) {
  .impact-page {
    padding-bottom: 100px;
  }
}
.impact-page .impact-hero {
  margin-bottom: 90px;
}
.impact-page .impact-hero .text-container {
  padding-top: 183px;
}
.impact-page .client-impact {
  padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  .impact-page .client-impact {
    padding-bottom: 50px;
  }
}
.impact-page .client-impact .impact-video-container {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .impact-page .client-impact .impact-video-container {
    flex-direction: column;
  }
}
.impact-page .client-impact .impact-video-container .video-stats {
  width: 300px;
  min-height: 300px;
}
@media only screen and (max-width: 800px) {
  .impact-page .client-impact .impact-video-container .video-stats {
    width: 100%;
  }
}
.impact-page .client-impact .impact-video-container .video-stats .video-stat {
  border-radius: 20px;
  padding: 22px 17px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "HKGrotesk", sans-serif !important;
  line-height: 110%;
}
.impact-page .client-impact .impact-video-container .video-stats .video-stat.orange {
  background: #DB7D58;
  color: #FEE2D7;
}
.impact-page .client-impact .impact-video-container .video-stats .video-stat.blue {
  background: #3A3B65;
  color: #DBDBEE;
}
.impact-page .client-impact .impact-video-container .video-stats .video-stat.green {
  background: #659EA2;
  color: #D6E0E3;
}
.impact-page .client-impact .impact-video-container .video-stats .video-stat span {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 125%;
}
.impact-page .client-impact .impact-video-container iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 26.465px;
}

.northbridge-form-page {
  background-color: #EAE5E3;
  padding-bottom: 100px;
  padding-top: 100px;
}
.northbridge-form-page .northbridge-form-page-container .error {
  font-size: 1rem;
}
.northbridge-form-page .northbridge-form-page-container .general-error {
  color: #d93535;
  font-size: 1rem;
  font-family: "HKGrotesk", sans-serif !important;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
.northbridge-form-page .northbridge-form-page-container .width-container .form-hero {
  text-align: center;
}
.northbridge-form-page .northbridge-form-page-container .width-container .form-hero h1 {
  font-size: 3.8rem;
  color: #3A3B65;
  font-family: "HKGrotesk", sans-serif !important;
  margin-bottom: 0px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .form-hero p {
  margin: 0px;
  color: #3D3B63;
  font-size: 1.375rem;
  font-weight: 500;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form {
  margin-top: 100px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .flex {
  display: flex;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .flex-d-col {
  flex-direction: column;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .form-block-gap {
  gap: 40px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .w-full {
  width: 100%;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .w-50 {
  width: 50%;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .form-gap {
  gap: 10px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .form-gap-larger {
  gap: 20px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .block-border-bottom {
  border-bottom: 3px solid #e5dfdf;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .validation-error.show-validation {
  color: #d93535;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .validation-error.show-validation input,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .validation-error.show-validation select,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .validation-error.show-validation textarea {
  border: 1px solid #d93535 !important;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .validation-error.show-validation span {
  display: block;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .validation-error span {
  display: none;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container label.error {
  color: #d93535;
  font-family: semplicitapro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container label.error:before {
  background-image: none;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .form-submit-button {
  background: #59B3B8;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  margin: auto;
  cursor: pointer;
  border-radius: 0;
  border: 0px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 25px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .form-submit-button .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container input,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container select.select-dropdown {
  border-radius: 4px;
  border: 1px solid #d7d3d1;
  outline: 0;
  height: 45px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  color: #787986 !important;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container input::-webkit-input-placeholder,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container select.select-dropdown::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container input::-moz-placeholder,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container select.select-dropdown::-moz-placeholder { /* Firefox 19+ */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container input:-ms-input-placeholder,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container select.select-dropdown:-ms-input-placeholder { /* IE 10+ */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container input:-moz-placeholder,
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container select.select-dropdown:-moz-placeholder { /* Firefox 18- */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container #client_form_file_preview {
  margin: 0px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .dz-preview {
  margin-top: 20px;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background: #e5dfdf;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .dz-preview .dz-details {
  justify-content: initial;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .dz-preview .dz-details .dz-size {
  margin-left: 10px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .dz-preview .dz-remove {
  color: transparent;
  display: flex;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .dz-preview .dz-remove:before {
  content: "";
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/gotcare/images/new-forms/close-cross.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .file-drop-area-inner {
  display: flex;
  flex-direction: row;
  color: #414064;
  font-size: 1rem;
  line-height: 120%;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .file-drop-area-inner span {
  text-align: left;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .file-drop-area-inner span.upload-request {
  padding-right: 10px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .file-upload-container .file-drop-area-inner span.upload-button {
  background: #59b3b8;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 10px;
  cursor: pointer;
  min-width: 156px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container textarea {
  border-radius: 4px;
  border: 1px solid #d7d3d1;
  outline: 0;
  min-height: 111px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  min-width: 100%;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container textarea.larger {
  min-height: 140px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container textarea::-moz-placeholder { /* Firefox 19+ */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container textarea:-ms-input-placeholder { /* IE 10+ */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container textarea:-moz-placeholder { /* Firefox 18- */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .date-picker-field {
  background-image: url("/wp-content/themes/gotcare/images/new-forms/date-picker-icon.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .ui-datepicker {
  background: red;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #c4c3c3;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container input:checked ~ .checkmark {
  background-color: #3C3A63;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .checkbox-container .checkmark:after {
  left: 7px;
  top: 1px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .condition-block {
  display: none;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container .condition-block.show {
  display: flex;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form {
  width: 100%;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block {
  background-color: #DFD5D1;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block h2 {
  color: #3A3B65;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0px;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section.two-col {
    width: 100%;
    flex-direction: column;
  }
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .checkbox-row {
  justify-content: space-between;
  gap: 10px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .chexbox-row-container {
  width: 150px;
  justify-content: space-between;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .checkbox-label {
  color: #414064;
  font-size: 1rem;
  line-height: 120%;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .checkbox-label.label-inline {
  width: calc(100% - 180px);
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side {
  width: 50%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.checkboxes {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side {
    width: 100%;
  }
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side h2 {
  margin-bottom: 12px;
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.left {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.left {
    padding-right: 0px;
    border-right: 0px;
  }
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right {
    padding-left: 0px;
    border-left: 0px;
  }
}
.northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right.left-has-h2 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right.left-has-h2 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .two-col {
    flex-direction: column;
  }
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .two-col .w-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .three-col {
    flex-direction: column;
  }
  .northbridge-form-page .northbridge-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .three-col .w-33 {
    width: 100%;
  }
}
.northbridge-password-page {
  background-color: #EAE5E3;
  padding-bottom: 100px;
  padding-top: 100px;
}
.northbridge-password-page .northbridge-password-page-container .width-container .form-hero {
  text-align: center;
}
.northbridge-password-page .northbridge-password-page-container .width-container .form-hero h1 {
  font-size: 3.2rem;
  color: #3A3B65;
  font-family: "HKGrotesk", sans-serif !important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 700px) {
  .northbridge-password-page .northbridge-password-page-container .width-container .form-hero h1 {
    font-size: 2.3rem;
  }
}
.northbridge-password-page .northbridge-password-page-container .width-container .form-hero p {
  margin: 0px;
  color: #3D3B63;
  font-size: 1.375rem;
  font-weight: 500;
}
@media only screen and (max-width: 700px) {
  .northbridge-password-page .northbridge-password-page-container .width-container .form-hero p {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container p {
  font-size: 1.2rem;
  color: #3C3A63;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container p a {
  font-weight: bold;
  color: #3C3A63;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .inline-input-container {
  display: flex;
  border: 2px solid #CECECF;
  border-radius: 6px;
  background: #EDEDF2;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 70px;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .inline-input-container input {
  border: 0;
  outline: 0;
  text-align: center;
  border-radius: 0;
  background: #EDEDF2;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .inline-input-container input[type=text] {
  font-size: 50px;
  background-image: url("/wp-content/themes/gotcare/images/new-forms/placeholder-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .inline-input-container input[type=text]:active, .northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .inline-input-container input[type=text]:focus {
  background-image: none;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .inline-input-container input[type=text]:not(:placeholder-shown) {
  background-image: none;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .error-message {
  font-size: 1.2rem;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: 2px solid #e09898;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .password-submit {
  background: #59B3B8;
  font-weight: bold;
  padding: 18px;
  padding-right: 83px;
  color: #fff;
  text-transform: uppercase;
  background-image: url("/wp-content/themes/gotcare/images/new-forms/submit-arrow.svg");
  background-position: 98%;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  cursor: pointer;
  width: 200px;
  background-position: 87%;
  background-size: 24px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.northbridge-password-page .northbridge-password-page-container .width-container .northbridge-form-login-container .password-submit .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.northbridge-success-page {
  background-color: #EAE5E3;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 800px) {
  .northbridge-success-page {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.northbridge-success-page .northbridge-success-page-container .width-container .success-inner {
  max-width: 670px;
  margin: auto;
}
.northbridge-success-page .northbridge-success-page-container .width-container .form-hero {
  text-align: center;
}
.northbridge-success-page .northbridge-success-page-container .width-container .form-hero h1 {
  font-size: 3.2rem;
  color: #3A3B65;
  font-family: "HKGrotesk", sans-serif !important;
  margin-bottom: 0px;
  line-height: 105%;
}
@media only screen and (max-width: 700px) {
  .northbridge-success-page .northbridge-success-page-container .width-container .form-hero h1 {
    font-size: 2.3rem;
  }
}
.northbridge-success-page .northbridge-success-page-container .width-container .form-hero p {
  margin: 0px;
  color: #3D3B63;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  .northbridge-success-page .northbridge-success-page-container .width-container .form-hero p {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.northbridge-success-page .northbridge-success-page-container .width-container .contact-box {
  padding: 20px;
  background: #EDEDF2;
  text-align: center;
}
.northbridge-success-page .northbridge-success-page-container .width-container .contact-box p {
  font-size: 1.2rem;
  color: #3C3A63;
}
.northbridge-success-page .northbridge-success-page-container .width-container .contact-box p a {
  font-weight: bold;
  color: #70B1B6;
}

.care-request-form-page {
  background-color: #3D3C61;
  padding-bottom: 100px;
}
.care-request-form-page .care-request-form-page-container .width-container .required_information_top_announcement {
  font-weight: 100;
  font-size: 1rem;
  font-family: semplicitapro, sans-serif;
  color: #EDEDF2;
  margin-left: 12px;
}
.care-request-form-page .care-request-form-page-container .width-container .care-request-form-container {
  flex-direction: column;
}
.care-request-form-page .care-request-form-page-container .width-container .care-request-form-container .error {
  color: #d93535;
  font-size: 1rem;
  font-family: "HKGrotesk", sans-serif !important;
  font-weight: 500;
  margin-bottom: 50px;
}
.care-request-form-page .care-request-form-page-container .width-container .care-request-form-container .error:before {
  display: none;
}
.care-request-form-page .care-request-form-page-container .width-container .care-request-form-container .general-error {
  color: #d93535;
  font-size: 1rem;
  font-family: "HKGrotesk", sans-serif !important;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
  padding: 20px 0px;
  background: #fff;
}
.care-request-form-page .care-request-form-page-container .width-container .form-hero {
  text-align: center;
}
.care-request-form-page .care-request-form-page-container .width-container .form-hero h1 {
  font-size: 3.8rem;
  color: #E6E6EB;
  font-family: "HKGrotesk", sans-serif !important;
  margin-bottom: 20px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .form-hero h1 {
    font-size: 3rem;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .form-hero p {
  margin: 0px;
  color: #E6E6EB;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .form-hero p {
    font-size: 1.2rem;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form {
  /* margin-top:100px; */
  margin-top: 1em;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .flex {
  display: flex;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .flex-d-col {
  flex-direction: column;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .form-block-gap {
  gap: 40px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .w-full {
  width: 100%;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .w-50 {
  width: 50%;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .form-gap {
  gap: 10px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .form-submit-button {
  background: #59B3B8;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  margin: auto;
  cursor: pointer;
  border-radius: 0;
  border: 0px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 25px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .form-submit-button .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container input:not(.select2-search__field),
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .select-dropdown {
  border-radius: 4px;
  border: 1px solid #d7d3d1;
  outline: 0;
  height: 45px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container input:not(.select2-search__field)::-webkit-input-placeholder,
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .select-dropdown::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container input:not(.select2-search__field)::-moz-placeholder,
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .select-dropdown::-moz-placeholder { /* Firefox 19+ */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container input:not(.select2-search__field):-ms-input-placeholder,
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .select-dropdown:-ms-input-placeholder { /* IE 10+ */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container input:not(.select2-search__field):-moz-placeholder,
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .select-dropdown:-moz-placeholder { /* Firefox 18- */
  color: #787986 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container textarea {
  border-radius: 4px;
  border: 1px solid #d7d3d1;
  outline: 0;
  min-height: 5.5em;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container textarea::-moz-placeholder { /* Firefox 19+ */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container textarea:-ms-input-placeholder { /* IE 10+ */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container textarea:-moz-placeholder { /* Firefox 18- */
  color: #787986;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .showta {
  visibility: hidden;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container select {
  color: #787986;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container {
  gap: 20px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container.four-checkbox {
  gap: 30px;
  flex-wrap: wrap;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #c4c3c3;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline:hover input ~ .checkmark {
  background-color: #ccc;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline input:checked ~ .checkmark {
  background-color: #3C3A63;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline input:checked ~ .checkmark:after {
  display: block;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .checkbox-row-container .checkbox-container-inline .checkmark:after {
  left: 7px;
  top: 1px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .condition-block {
  display: none;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container .condition-block.show {
  display: flex;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form {
  width: 100%;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block {
  background-color: #505070;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.what-else-block p.checkbox-title {
  margin-right: 30px !important;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .select-dropdown {
  background: #f8f8f8;
  -webkit-appearance: none;
  width: 100%;
  outline: 0;
  background-image: url(/wp-content/themes/gotcare/images/arrow-simple.png);
  background-repeat: no-repeat;
  background-position: 96%;
  color: #757575;
  padding-left: 6px;
  background-size: 15px;
  cursor: pointer;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .select-dropdown::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .select-dropdown::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .select-dropdown:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .select-dropdown:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  font-size: 16px;
  font-weight: normal;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block h2.block-title {
  color: #EDEDF2;
  font-size: 2rem;
  font-weight: 700;
  margin: 0px;
  font-family: "HKGrotesk", sans-serif !important;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block h2.block-title {
    font-size: 1.5rem;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block h2.block-title .thinh2 {
  font-weight: 100 !important;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block h2.block-title .thinh2 {
    font-size: 1rem;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block h2.block-title span {
  font-weight: 100;
  font-size: 1rem;
  font-family: semplicitapro, sans-serif;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section.two-col {
    width: 100%;
    flex-direction: column;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side {
  width: 50%;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side {
    width: 100%;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side h2 {
  margin-bottom: 22px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #EDEDF2;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side p.checkbox-title {
  margin: 0px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .text-area-height-adjust {
  height: 8.25em;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.left {
  padding-right: 40px;
  border-right: 3px solid #85859c;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.left {
    padding-right: 0px;
    border-right: 0px;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right {
    padding-left: 0px;
    border-left: 0px;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right.left-has-h2 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side.right.left-has-h2 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .two-col {
    flex-direction: column;
  }
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .two-col .w-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .three-col {
    flex-direction: column;
  }
  .care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .three-col .w-33 {
    width: 100%;
  }
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block .form-block-section .form-block-side .form-block-row .what-else-checkbox-container {
  margin-bottom: 10px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone.dz-max-files-reached {
  pointer-events: none !important;
  cursor: default !important;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone {
  max-width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  border: 3px dashed rgba(179, 225, 229, 0.5);
  background: rgba(230, 230, 235, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .file-drop-area-inner {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  min-height: 173px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone #file_preview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .dz-preview {
  align-items: center;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .dz-filename {
  color: #3d3c61;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .dz-details {
  justify-content: flex-start;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .dz-details .dz-size {
  margin-left: 10px;
  color: #3d3c61;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .dz-remove {
  color: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  background-image: url(/wp-content/themes/gotcare/images/care-request-form/close.png);
  background-size: cover;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone .dz-preview {
  width: 100%;
  text-align: center;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.568627451);
  border-radius: 5px;
  padding: 10px;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone h2 {
  max-width: 470px;
  color: #EDEDF2;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  font-family: "semplicitapro", sans-serif !important;
}
.care-request-form-page .care-request-form-page-container .width-container .update-form.form-container form .form-block.file-upload-block #file_dropzone h2 span {
  color: #B3E1E5;
  cursor: pointer;
  text-decoration: underline;
}
.care-request-form-page .checkbox-container {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.care-request-form-page .checkbox-container .hidden-checkbox {
  display: none !important;
}
.care-request-form-page .checkbox-container .styled-label {
  display: inline-flex;
  cursor: pointer;
  border: 0px;
  border-radius: 15px;
  background-color: #EAE5E3;
  border: 2px solid #eae5e3;
  padding: 13px;
  width: 100%;
  height: 100%;
  align-items: center;
}
.care-request-form-page .checkbox-container .styled-label:before {
  display: none;
}
.care-request-form-page .checkbox-container .styled-label .content {
  font-size: 16px;
}
.care-request-form-page .checkbox-container .hidden-checkbox:checked + .styled-label {
  border: 2px solid #3d3c61;
}
.care-request-form-page .checkbox-container .hidden-checkbox:checked + .styled-label .selected-circle {
  background-image: url("/wp-content/themes/gotcare/images/care-request-form/check-mark-white.svg");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3a3b65;
}
.care-request-form-page .checkbox-container .type-of-care-checkbox {
  width: 32%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 980px) {
  .care-request-form-page .checkbox-container .type-of-care-checkbox {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .care-request-form-page .checkbox-container .type-of-care-checkbox {
    width: 100%;
  }
}
.care-request-form-page .checkbox-container .type-of-care-checkbox .care-checkbox-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.care-request-form-page .checkbox-container .type-of-care-checkbox .care-checkbox-inner .care-checkbox-text {
  display: flex;
  width: calc(100% - 40px);
  gap: 15px;
}
.care-request-form-page .checkbox-container .type-of-care-checkbox .care-checkbox-inner .selected-circle {
  width: 30px;
  height: 30px;
  background: #EDEDF2;
  border-radius: 50px;
  box-shadow: inset 0px 0px 2px 0px #3d3c61;
}
.care-request-form-page .checkbox-container .type-of-care-checkbox .care-checkbox-inner h3 {
  margin: 0px;
  font-size: 20px;
}
.care-request-form-page .checkbox-container .type-of-care-checkbox .care-checkbox-inner p {
  margin: 0px;
  font-size: 12px;
}

.error {
  color: #fff;
}

.dz-max-files-reached .dz-message {
  pointer-events: none;
  cursor: default;
}

.dz-preview {
  pointer-events: all;
}

input[type=text], input[type=email], input[type=password] {
  height: 50px;
  padding: 12px 16px;
  border-radius: 8px;
}

a, a.visited {
  color: #3c3a63;
}

.mycare-welcome .smallnotice {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px !important;
}
.mycare-welcome .welcome-top {
  background-image: url("/wp-content/themes/gotcare/images/mycare/welcome-blob-wave.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome .welcome-top {
    background-position: 70% 85%;
    background-size: 280%;
  }
}
.mycare-welcome .welcome-top .mycare-welcome-hero {
  max-width: 900px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mycare-welcome .welcome-top .mycare-welcome-hero h1 {
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
    margin-left: 5%;
  }
}
.mycare-welcome .welcome-top .mycare-welcome-hero p {
  font-size: 24px;
  line-height: 125%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mycare-welcome .welcome-top .mycare-welcome-hero p {
    font-size: 16px;
    line-height: 105%;
    text-align: left;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 36px;
  }
}
.mycare-welcome .welcome-top .mycare-welcome-hero a {
  text-decoration: underline;
}
.mycare-welcome .welcome-top .mycare-welcome-hero a.button {
  background-color: #59b3b8;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 276px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome .welcome-top .mycare-welcome-hero a.button {
    width: 90%;
  }
}
.mycare-welcome .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 125px;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
@media screen and (max-width: 768px) {
  .mycare-welcome .welcome-top .mycare-welcome-hero a .btn-arrow-right {
    margin-left: 60%;
  }
}
.mycare-welcome .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-welcome .welcome-top .mycare-welcome-hero a:visited {
  color: #3c3a63;
}
.mycare-welcome .welcome-top label {
  display: block;
  font-size: 20px;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
}
.mycare-welcome .welcome-top .form-group {
  width: 90%;
  display: block;
  margin: auto;
}
.mycare-welcome .welcome-top .form-group .agree {
  margin: 1.5em;
}
.mycare-welcome .welcome-top .form-group .labelcenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mycare-welcome .welcome-top .form-group .agree a, .mycare-welcome .welcome-top .form-group .agree a:visited {
  color: #70B1B6 !important;
}
.mycare-welcome .welcome-bottom {
  background-color: #dbe9ef;
  padding: 20px 0 100px 0;
}
.mycare-welcome .welcome-bottom .my-care-benefits {
  display: flex;
  text-align: center;
  gap: 0%;
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
.mycare-welcome .welcome-bottom .my-care-benefits .box {
  width: 100%;
}
.mycare-welcome .welcome-bottom .my-care-benefits .box img {
  height: 120px;
}
.mycare-welcome .welcome-bottom .my-care-benefits .box p {
  font-size: 16px;
}

.mycare-page {
  background: #EDEDF2;
}
.mycare-page h1 {
  font-size: 3.5rem;
  color: #3A3B65;
  font-weight: 700;
  font-family: "HKGrotesk", sans-serif !important;
}
.mycare-page h1 span.my {
  color: #787986;
  font-weight: normal;
}
.mycare-page h1 span.care {
  color: #70b1b6;
}
@media screen and (max-width: 768px) {
  .spacerw {
    height: 75px !important;
  }
}

/* General disabled button styling */
.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #c7c7c7 !important;
}

.d-none {
  display: none;
}

.mycare-welcome-signin .smallnotice {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px !important;
  max-width: 630px;
  margin: 24px 2px;
  text-align: left;
  font-weight: 500;
}
.mycare-welcome-signin .welcome-top {
  background-image: url("/wp-content/themes/gotcare/images/mycare/mycare-signup-blobpng.png");
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: 100%;
  margin-top: -2.5em;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signin .welcome-top {
    background-image: url("/wp-content/themes/gotcare/images/mycare/welcome-blob-wave.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: 70% 85%;
    background-size: 280%;
  }
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero {
  max-width: 700px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signin .welcome-top .mycare-welcome-hero h1 {
    font-size: 2.5em;
    line-height: 100%;
    text-align: left;
    margin-left: 5%;
  }
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero p {
  line-height: 30px;
  font-size: 16px;
  /*font-family: "Hanken Grotesk", sans-serif;*/
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signin .welcome-top .mycare-welcome-hero p {
    font-size: 16px;
    text-align: left;
  }
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero p.sub-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signin .welcome-top .mycare-welcome-hero p.sub-title {
    font-size: 16px;
    text-align: left;
    font-family: semplicitapro, sans-serif;
    width: 90%;
    margin: 0 auto;
    line-height: 115%;
  }
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero a {
  text-decoration: underline;
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero a.button {
  background-color: #59b3b8;
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 85%;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signin .welcome-top .mycare-welcome-hero a .btn-arrow-right {
    margin-left: 74%;
  }
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-welcome-signin .welcome-top .mycare-welcome-hero a:visited {
  color: #3c3a63;
}
.mycare-welcome-signin .welcome-top label {
  display: block;
  font-size: 16px;
  line-height: 140%;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #3a3b65;
}
.mycare-welcome-signin .welcome-top .form-group {
  width: 90%;
  display: block;
  margin: auto;
}
.mycare-welcome-signin .welcome-top .form-group .agree {
  /*margin:1.5em */
  margin-left: 0.3em;
  text-align: left !important;
}
.mycare-welcome-signin .welcome-top .form-group .labelcenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mycare-welcome-signin .welcome-top .form-group .agree a, .mycare-welcome-signin .welcome-top .form-group .agree a:visited {
  /* color: #70B1B6 !important; */
}
.mycare-welcome-signin .welcome-top .bluearrow {
  transform: rotate(-45deg);
  vertical-align: middle;
}

.assistance-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color:#dbe9ef; */
  text-align: center;
  font-size: 20px;
  padding: 0% 5% 10% 5%;
}
@media screen and (max-width: 768px) {
  .assistance-bottom {
    display: none !important;
  }
}

.assistance-bottom p {
  font-size: 16px !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
}

.mycare-page {
  background: #EDEDF2;
}
.mycare-page h1 {
  font-size: 3.5rem;
  color: #3A3B65;
  font-weight: 700;
  font-family: "HKGrotesk", sans-serif !important;
}
.mycare-page h1 span.my {
  color: #787986;
  font-weight: normal;
}
.mycare-page h1 span.care {
  color: #70b1b6;
}
.mycare-page p.sub-title {
  max-width: 927px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 125%;
  font-family: semplicitapro, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mycare-page p.sub-title {
    font-size: 16px;
    text-align: left;
    font-family: semplicitapro, sans-serif;
    width: 90%;
    margin: 0 auto;
    line-height: 115%;
  }
}

@media screen and (max-width: 768px) {
  .spacersi {
    height: 110px;
  }
}

@media screen and (max-width: 768px) {
  .spacercolor {
    height: 110px;
    background-color: #dce9ef;
  }
}

.mycare-welcome-signup .form-container {
  max-width: 700px;
  margin: 0 auto;
}
.mycare-welcome-signup .smallnotice {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px !important;
  max-width: 630px;
  margin: 24px 2px;
  text-align: left;
}
.mycare-welcome-signup .welcome-top {
  /*background-image:url('/wp-content/themes/gotcare/images/mycare/mycare-signin-blob.svg');*/
  background-image: url("/wp-content/themes/gotcare/images/mycare/mycare-signup-blobpng.png");
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: cover;
  margin-top: -2.5em;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signup .welcome-top {
    background-image: url("/wp-content/themes/gotcare/images/mycare/welcome-blob-wave.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: 70% 86%;
    background-size: 280%;
  }
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero {
  max-width: 950px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signup .welcome-top .mycare-welcome-hero h1 {
    font-size: 36px;
    line-height: 100%;
    text-align: left;
    margin-left: 5%;
  }
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero p {
  font-size: 16x;
  line-height: 30px;
  font-family: "Hanken Grotesk", sans-serif;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signup .welcome-top .mycare-welcome-hero p {
    font-size: 16px;
    text-align: left;
  }
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero p.sub-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signup .welcome-top .mycare-welcome-hero p.sub-title {
    font-size: 16px;
    text-align: left;
    line-height: 115%;
    margin-left: 5%;
    width: 90%;
  }
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero a {
  text-decoration: underline;
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero a.button {
  background-color: #59b3b8;
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 90%;
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 85%;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-signup .welcome-top .mycare-welcome-hero a .btn-arrow-right {
    margin-left: 73%;
  }
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-welcome-signup .welcome-top .mycare-welcome-hero a:visited {
  color: #3c3a63;
}
.mycare-welcome-signup .welcome-top label {
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
}
.mycare-welcome-signup .welcome-top .form-group {
  width: 90%;
  /*max-width:700px;*/
  display: block;
  margin: auto;
}
.mycare-welcome-signup .welcome-top .form-group #error-container {
  text-align: center;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mycare-welcome-signup .welcome-top .form-group #error-container p {
  font-size: 1.2rem;
  margin: auto !important;
}
.mycare-welcome-signup .welcome-top .form-group .agree {
  margin: 1.5em 0em;
}
.mycare-welcome-signup .welcome-top .form-group .labelcenter {
  display: block;
  margin: 0 auto;
  text-align: left;
  line-height: 25px;
}
.mycare-welcome-signup .welcome-top .form-group .agree a, .mycare-welcome-signup .welcome-top .form-group .agree a:visited {
  color: #3a3b65 !important;
  text-decoration: underline;
}
.mycare-welcome-signup .welcome-top .form-group input[type=checkbox] + label::before {
  transform: scale(0.7);
}
.mycare-welcome-signup .welcome-top .bluearrow {
  transform: rotate(-45deg);
  vertical-align: middle;
}

.assistance-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color:#dbe9ef; */
  text-align: center;
  font-size: 20px;
  padding: 0% 5% 10% 5%;
}

.assistance-bottom p {
  font-size: 20px;
}

.mycare-page {
  background: #EDEDF2;
}
.mycare-page h1 {
  font-size: 3.5rem;
  color: #3A3B65;
  font-weight: 700;
  font-family: "HKGrotesk", sans-serif !important;
}
.mycare-page h1 span.my {
  color: #787986;
  font-weight: normal;
}
.mycare-page h1 span.care {
  color: #70b1b6;
}
input[type=checkbox] + label::before {
  background-color: white;
}

#agree {
  visibility: hidden !important;
  width: 0 !important;
  display: block !important;
}

.error {
  color: red !important;
}

.mycare-welcome-vef .welcome-top {
  background-image: url("/wp-content/themes/gotcare/images/mycare/mycare-signup-blobpng.png");
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: 100%;
  margin-top: -2.5em;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-vef .welcome-top {
    margin-top: -3.7em;
  }
}
@media screen and (max-width: 768px) {
  .mycare-welcome-vef .welcome-top {
    background-image: url("/wp-content/themes/gotcare/images/mycare/welcome-blob-wave.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: 70% 82%;
    background-size: 280%;
  }
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero {
  max-width: 1010px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-vef .welcome-top .mycare-welcome-hero {
    padding-bottom: 26em;
    margin-bottom: -26em;
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .mycare-welcome-vef .welcome-top .mycare-welcome-hero h1 {
    font-size: 36px;
    line-height: 1em;
    text-align: left;
  }
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero p {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-vef .welcome-top .mycare-welcome-hero p.sub-title {
    font-size: 16px;
    line-height: 1.25em;
    text-align: left;
    margin-left: 0px;
    width: 100%;
  }
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero a {
  text-decoration: none;
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero a.button {
  background-color: #3C3A63;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 257px;
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 148px;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-welcome-vef .welcome-top .mycare-welcome-hero a:visited {
  color: #3c3a63;
}
.mycare-welcome-vef .welcome-top label {
  display: block;
  font-size: 20px;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
}

.assistance-bottom {
  display: flex;
  justify-content: center;
  align-items: start;
  /* background-color:#dbe9ef; */
  text-align: center;
  font-size: 20px;
  padding: 0% 5% 10% 5%;
  min-height: 400px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .assistance-bottom {
    font-size: 24px;
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    line-height: 3em;
    gap: 29px;
    margin-top: 29px;
  }
}
.assistance-bottom img {
  margin-right: 10px;
}

.assistance-bottom p {
  font-size: 20px;
}

.whitebtn {
  background-color: white;
  color: #3C3A63;
  font-family: "HKGrotesk", sans-serif !important;
  padding: 20px 30px;
  margin: 0 10px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .whitebtn {
    background-color: #DCE9EF;
  }
}
.whitebtnimg {
  margin-right: 1em;
}

.tealbtn {
  background-color: #70B1B6;
  color: white;
  font-family: "HKGrotesk", sans-serif !important;
  padding: 20px 30px;
  margin: 0 10px;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .spacer {
    height: 450px !important;
  }
}

.mycare-welcome-ves .smallnotice {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px !important;
  max-width: 630px;
  margin: 24px 2px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 2px;
}
.mycare-welcome-ves .welcome-top {
  background-image: url("/wp-content/themes/gotcare/images/mycare/mycare-signup-blobpng.png");
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: cover;
  margin-top: -2.5em;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-ves .welcome-top {
    background-image: url("/wp-content/themes/gotcare/images/mycare/welcome-blob-wave.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: 70% 84%;
    background-size: 280%;
  }
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero {
  max-width: 1010px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero h1 {
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-ves .welcome-top .mycare-welcome-hero h1 {
    text-align: left;
    font-size: 36px;
  }
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero p {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-ves .welcome-top .mycare-welcome-hero p {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .mycare-welcome-ves .welcome-top .mycare-welcome-hero p.sub-title {
    margin-left: 0px;
  }
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero a {
  text-decoration: underline;
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero a.button {
  background-color: #59b3b8;
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 87%;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-ves .welcome-top .mycare-welcome-hero a .btn-arrow-right {
    margin-left: 80%;
  }
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-welcome-ves .welcome-top .mycare-welcome-hero a:visited {
  color: #4169e1;
}
.mycare-welcome-ves .welcome-top label {
  display: block;
  font-size: 20px;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
}
.mycare-welcome-ves .smallerfont {
  font-size: 20px !important;
  font-weight: 300;
}
.mycare-welcome-ves .verify-email-text-edit {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  max-width: 550px;
  margin-top: 12px;
  gap: 10px;
}
.mycare-welcome-ves .verify-email-text-edit p {
  margin: 0px;
  font-family: "Hanken Grotesk", sans-serif;
}
.mycare-welcome-ves .edit-mail-button {
  background-color: #F7CEB5;
  display: flex;
  padding: 4px 12px;
  font-size: 16px !important;
  text-decoration: none;
  text-align: left;
  width: auto;
  border-radius: 16px;
  height: 28px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .mycare-welcome-ves .edit-mail-button {
    padding: 2px 8px;
  }
}
.mycare-welcome-ves .assistance-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color:#dbe9ef; */
  text-align: center;
  font-size: 20px;
  padding: 0% 5% 10% 5%;
}
.mycare-welcome-ves .assistance-bottom p {
  font-size: 20px;
}
.mycare-welcome-ves .assistance-bottom a {
  color: #3C3A63;
}

.inline-input-container {
  display: flex;
  border: 2px solid #CECECF;
  border-radius: 6px;
  background: #EDEDF2;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 550px;
  margin-top: 0px;
}
.inline-input-container input {
  border: 0;
  outline: 0;
  text-align: center;
  border-radius: 0;
  background: #EDEDF2;
}
.inline-input-container input[type=text] {
  font-size: 40px;
  background-image: url("/wp-content/themes/gotcare/images/new-forms/placeholder-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 0px;
}
.inline-input-container input[type=text]:active, .inline-input-container input[type=text]:focus {
  background-image: none;
}
.inline-input-container input[type=text]:not(:placeholder-shown) {
  background-image: none;
}

.error-message {
  font-size: 1.2rem;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: 2px solid #e09898;
}

.mycare-notify .welcome-top {
  background-image: url("/wp-content/themes/gotcare/images/mycare/mycare-signup-blobpng.png");
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: 100%;
  margin-top: -2.5em;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top {
    background-image: url("/wp-content/themes/gotcare/images/mycare/mycare-notify-blob.png");
    background-size: 100%;
    background-position: 0% 60%;
    margin-top: -4.5em;
  }
}
.mycare-notify .welcome-top .mycare-welcome-hero {
  max-width: 1010px;
  text-align: center;
  margin: auto;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top .mycare-welcome-hero {
    padding-bottom: 35em;
    margin-bottom: -26em;
  }
}
.mycare-notify .welcome-top .mycare-welcome-hero #error-container {
  text-align: center;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: 480px;
  margin: auto;
}
.mycare-notify .welcome-top .mycare-welcome-hero #error-container p {
  font-size: 1.2rem;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top .mycare-welcome-hero h1 {
    font-size: 36px;
    line-height: 1em;
    text-align: left;
    width: 95%;
  }
}
.mycare-notify .welcome-top .mycare-welcome-hero p {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top .mycare-welcome-hero p.sub-title {
    font-size: 16px;
    line-height: 1.25em;
    text-align: left;
    width: 100%;
    margin-left: auto;
  }
}
.mycare-notify .welcome-top .mycare-welcome-hero a.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #c7c7c7 !important;
}
.mycare-notify .welcome-top .mycare-welcome-hero a {
  text-decoration: none;
}
.mycare-notify .welcome-top .mycare-welcome-hero a.button {
  background-color: #59b3b8;
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 100%;
  margin-top: 48px;
}
.mycare-notify .welcome-top .mycare-welcome-hero a.buttonnophone {
  background-color: #59b3b8;
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top .mycare-welcome-hero a.buttonnophone {
    width: 100%;
  }
}
.mycare-notify .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 81%;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top .mycare-welcome-hero a .btn-arrow-right {
    margin-left: 74%;
  }
}
.mycare-notify .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-notify .welcome-top .mycare-welcome-hero a.buttonnophone:visited {
  color: white;
}
.mycare-notify .welcome-top .mycare-welcome-hero a:visited {
  color: white;
}
.mycare-notify .welcome-top label {
  display: block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mycare-notify .welcome-top label {
    font-size: 16px;
    line-height: 140%;
  }
}
.mycare-notify .notify-chkboxes {
  display: block;
  margin: auto;
  max-width: 480px;
  margin-bottom: 3em;
  margin-top: 48px;
}
.mycare-notify .smallerfont {
  font-size: 16px;
  font-weight: 300;
}
.mycare-notify .assistance-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color:#dbe9ef; */
  text-align: center;
  font-size: 20px;
  padding: 0% 5% 10% 5%;
}
@media screen and (max-width: 768px) {
  .mycare-notify .assistance-bottom {
    display: none;
  }
}
.mycare-notify .assistance-bottom p {
  font-size: 16px;
  font-family: "HKGrotesk", sans-serif !important;
}
.mycare-notify .assistance-bottom a {
  color: #3C3A63;
}
.mycare-notify .nophone-container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  max-width: 540px;
  text-align: left;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
}
.mycare-notify .left-nophone {
  width: 5%;
  text-align: center;
}
.mycare-notify .center-nophone {
  width: 88%;
  font-weight: 500;
}
.mycare-notify .right-nophone {
  max-width: 6%;
  text-align: center;
}
.mycare-notify .phoneno {
  font-size: 20px;
  font-weight: 500;
  /*color: white;*/
  height: auto;
  border-color: #cececf;
  border-width: 2px;
  margin: 10px 0px;
  width: 4em;
}
.mycare-notify .phonenoall {
  font-size: 20px;
  font-weight: 500;
  /*color: white;*/
  height: auto;
  border-color: #c7c7c7;
  border-width: 1px;
  margin: 10px 0px;
  width: 87%;
}
@media screen and (max-width: 768px) {
  .mycare-notify .phonenoall {
    width: 81%;
  }
}
.mycare-notify .phonenoall.disabled {
  border-color: #F29A77;
}
.mycare-notify .buttonenter {
  background-color: #59b3b8;
  display: inline-block;
  padding: 6px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-align: left;
  width: auto;
  border-radius: 10px;
}
.mycare-notify .buttonenter.disabled {
  background-color: #c7c7c7;
}

@media screen and (max-width: 768px) {
  footer {
    /*margin-top: -29em; */
  }
}

@media screen and (max-width: 768px) {
  .spacer {
    height: 200px !important;
  }
}

@media screen and (max-width: 768px) {
  .mycare-about .site-main {
    padding-top: 45px;
  }
}
.mycare-about .welcome-top {
  background-image: url("/wp-content/themes/gotcare/images/mycare/welcome-blob-wave.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-top {
    background-position: 70% 95%;
    background-size: 280%;
    max-width: 90%;
    margin: 0 auto;
  }
}
.mycare-about .welcome-top .mycare-welcome-hero {
  max-width: 700px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-top .mycare-welcome-hero {
    /*padding-bottom: 3em;*/
    text-align: left;
    margin-left: 5%;
    margin-left: 2%;
  }
}
.mycare-about .welcome-top .mycare-welcome-hero h1 {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-top .mycare-welcome-hero h1 {
    font-size: 36px;
    line-height: 1em;
    text-align: left;
    font-weight: 600;
  }
}
.mycare-about .welcome-top .mycare-welcome-hero p {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-top .mycare-welcome-hero p.sub-title {
    font-size: 16px;
    line-height: 115%;
  }
}
.mycare-about .welcome-top .mycare-welcome-hero a {
  text-decoration: none;
}
.mycare-about .welcome-top .mycare-welcome-hero a.button {
  background-color: #59b3b8;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 208px;
  margin-bottom: 1em;
  margin-top: 48px !important;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-top .mycare-welcome-hero a.button {
    width: 97%;
  }
}
.mycare-about .welcome-top .mycare-welcome-hero a .btn-arrow-right {
  vertical-align: middle;
  margin-left: 100px;
  display: inline;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-top .mycare-welcome-hero a .btn-arrow-right {
    margin-left: 73%;
  }
}
.mycare-about .welcome-top .mycare-welcome-hero a.button:visited {
  color: white;
}
.mycare-about .welcome-top .mycare-welcome-hero a:visited {
  color: #4169e1;
}
.mycare-about .welcome-top label {
  display: block;
  font-size: 20px;
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-top: 20px;
}
.mycare-about .welcome-top .form-group {
  width: 90%;
  display: block;
  margin: auto;
}
.mycare-about .welcome-top .form-group .agree {
  margin: 1.5em;
}
.mycare-about .welcome-top .form-group .labelcenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mycare-about .welcome-top .form-group .agree a, .mycare-about .welcome-top .form-group .agree a:visited {
  color: #70B1B6 !important;
}
.mycare-about .welcome-bottom {
  background-color: #dbe9ef;
  padding: 20px 0 100px 0;
  margin-top: -50px;
}
.mycare-about .welcome-bottom .my-care-benefits {
  display: flex;
  text-align: center;
  gap: 0%;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  justify-content: space-evenly;
}
.mycare-about .welcome-bottom .my-care-benefits .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mycare-about .welcome-bottom .my-care-benefits .box {
    margin: 0 auto;
    width: 73%;
  }
}
.mycare-about .welcome-bottom .my-care-benefits .box img {
  height: 120px;
}
.mycare-about .welcome-bottom .my-care-benefits .box p {
  font-size: 16px;
}

.mycare-page {
  background: #EDEDF2;
}
.mycare-page h1 {
  font-size: 64px;
  color: #3A3B65;
  font-weight: 600;
  font-family: "HKGrotesk", sans-serif !important;
  line-height: 100%;
}
.mycare-page h1 span.my {
  color: #787986;
  font-weight: normal;
}
.mycare-page h1 span.care {
  color: #70b1b6;
}
.boxes {
  width: 250px;
}

.hospital-form-page-container {
  background-color: #274653;
  color: #fff;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: scroll;
}
.hospital-form-page-container .field-error {
  color: #fff !important;
}
.hospital-form-page-container h2 {
  color: #fff;
  font-size: 1.7rem;
}
.hospital-form-page-container .form-width-container {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding-bottom: 50px;
}
.hospital-form-page-container .form-inner-container {
  width: 95%;
  max-width: 370px;
  margin: auto;
  color: #C3D7DF;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hospital-form-page-container .form-inner-container input[type=text],
.hospital-form-page-container .form-inner-container input[type=tel],
.hospital-form-page-container .form-inner-container input[type=email],
.hospital-form-page-container .form-inner-container select {
  background: #2F5464;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 50px;
  color: #C3D7DF;
  height: auto;
  padding: 7px 16px !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hospital-form-page-container .form-inner-container input[type=text]::placeholder,
.hospital-form-page-container .form-inner-container input[type=tel]::placeholder,
.hospital-form-page-container .form-inner-container input[type=email]::placeholder,
.hospital-form-page-container .form-inner-container select::placeholder {
  color: #C3D7DF;
}
.hospital-form-page-container .form-inner-container select {
  background-image: url("down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
}
.hospital-form-page-container .form-inner-container .checkbox-container {
  margin-top: 10px;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group {
  display: block;
  margin-bottom: 15px;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group input[type=checkbox] {
  display: flex;
  visibility: none;
  width: 0;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group label {
  position: relative;
  cursor: pointer;
  display: flex;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #789CAC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 4px;
  height: initial;
  width: initial;
  align-self: flex-start;
  margin-top: 3px;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group input:checked + label:before {
  background: #789CAC;
}
.hospital-form-page-container .form-inner-container .checkbox-container .box-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hospital-form-page-container .page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  color: #fff;
}
.hospital-form-page-container .page-top h1 {
  color: #fff;
}
@media (max-width: 900px) {
  .hospital-form-page-container .page-top h1 {
    font-size: 1.2rem;
  }
}
.hospital-form-page-container .page-top button {
  background: none;
  outline: 0;
  border: 0;
  opacity: 0.8;
  transition: all 0.2s;
  max-width: 55px;
  padding: 0px;
  cursor: pointer;
}
.hospital-form-page-container .page-top button:hover {
  opacity: 1;
}
.hospital-form-page-container .page-top .page-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hospital-form-page-container .page-top .page-title .gotcare-icon {
  max-width: 90px;
}
@media (max-width: 900px) {
  .hospital-form-page-container .page-top .page-title .gotcare-icon {
    max-width: 65px;
  }
}
.hospital-form-page-container .hospital-form-container {
  border: 1px solid #fff;
  border-radius: 20px;
  display: flex;
}
@media (max-width: 900px) {
  .hospital-form-page-container .hospital-form-container {
    flex-direction: column;
  }
}
.hospital-form-page-container .hospital-form-container .form-left {
  width: 60%;
  border-right: 1px solid #fff;
  min-height: 100px;
  padding: 40px 20px;
}
@media (max-width: 900px) {
  .hospital-form-page-container .hospital-form-container .form-left {
    width: 100%;
    padding: 10px 10px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
  }
}
.hospital-form-page-container .hospital-form-container .form-left h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.hospital-form-page-container .hospital-form-container .form-left h3 {
  font-size: 1.3rem;
  margin-top: 0px;
}
.hospital-form-page-container .hospital-form-container .form-left ul {
  margin: 0px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives {
  background-color: #EAE5E3;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .top-section,
.hospital-form-page-container .hospital-form-container .form-left .incentives .bottom-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media (max-width: 900px) {
  .hospital-form-page-container .hospital-form-container .form-left .incentives {
    flex-direction: column;
  }
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .left-side,
.hospital-form-page-container .hospital-form-container .form-left .incentives .right-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .top-section .left-side {
  width: 35%;
}
@media (max-width: 900px) {
  .hospital-form-page-container .hospital-form-container .form-left .incentives .left-side {
    width: 100%;
  }
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .top-section .right-side {
  width: 65%;
}
@media (max-width: 900px) {
  .hospital-form-page-container .hospital-form-container .form-left .incentives .right-side {
    width: 100%;
  }
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .box {
  padding: 20px;
  background: #EDEDF2;
  border-radius: 20px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .top-section {
  margin-bottom: 15px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .rating-stars {
  background: url("/gc-16231558095-star-rating.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100%;
  height: 20px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .logo-box {
  padding-left: 10px;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .logo-box img {
  height: auto;
  max-width: 180px;
}
@media (max-width: 1150px) {
  .hospital-form-page-container .hospital-form-container .form-left .incentives .logo-box img {
    max-width: 140px;
  }
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .small-text-box p {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0px;
  color: #3D3B63;
  text-align: center;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .large-text-box {
  border: 2px solid #fff;
  text-align: center;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .orange.large-text-box {
  background-color: #F7CEB5;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .green.large-text-box {
  background-color: #B3E1E5;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .large-text-box h2 {
  color: #3D3B63;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .box.large-text-box h2 span.orange {
  background-color: #F7CEB5;
}
.hospital-form-page-container .hospital-form-container .form-left .incentives .box.large-text-box h2 span.green {
  background-color: #B3E1E5;
}
.hospital-form-page-container .hospital-form-container .form-right {
  width: 40%;
  padding-bottom: 40px;
}
@media (max-width: 900px) {
  .hospital-form-page-container .hospital-form-container .form-right {
    width: 100%;
  }
}
.hospital-form-page-container .hospital-form-container .form-right h2 {
  text-align: center;
}
.hospital-form-page-container .form-bottom {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 900px) {
  .hospital-form-page-container .form-bottom {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.hospital-form-page-container .form-bottom a {
  color: #fff;
  background: #4E7989;
  border: 3px solid #789CAC;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 25px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hospital-form-page-container .form-bottom a {
    font-size: 1.2rem;
  }
}
.hospital-form-page-container .form-bottom button {
  color: #fff;
  background: #4E7989;
  border: 3px solid #789CAC;
  border-radius: 10px;
  font-size: 1.5rem;
  padding: 0px;
  line-height: initial;
  font-weight: bold;
  margin: 0px;
  display: block;
  width: initial;
  padding: 10px 25px;
  cursor: pointer;
}
.hospital-form-page-container .form-bottom button[disabled] {
  background-color: #586A71;
  border-color: #586A71;
}
@media (max-width: 900px) {
  .hospital-form-page-container .form-bottom button {
    font-size: 1.2rem;
  }
}

.alert-success {
  background-color: #D4EDDA;
  color: #155724;
  border: 1px solid #C3E6CB;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.alert-danger {
  background-color: #F8D7DA;
  color: #721C24;
  border: 1px solid #F5C6CB;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.accordion-container .accordion {
  width: 100%;
  margin-bottom: 30px;
}
.accordion-container .accordion .accordion-header {
  background-color: #FEE2D7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
}
.accordion-container .accordion .accordion-header .header-left {
  display: flex;
  align-items: center;
  width: 90%;
}
.accordion-container .accordion .accordion-header .header-left .accordion-number {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #3D3B63;
  background-color: #DC8766;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-container .accordion .accordion-header .header-left .accordion-title {
  color: #3D3B63;
  font-family: "HKGrotesk", sans-serif !important;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-left: 20px;
  max-width: calc(100% - 85px);
}
@media only screen and (max-width: 800px) {
  .accordion-container .accordion .accordion-header .header-left .accordion-title {
    font-size: 1rem;
  }
}
.accordion-container .accordion .accordion-header .accordion-arrow {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-color: #DC8766;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.accordion-container .accordion .accordion-header.active .accordion-arrow {
  transform: rotate(180deg);
}
.accordion-container .accordion .accordion-content {
  display: none;
}
.accordion-container .accordion .accordion-content .accordion-content-inner {
  display: flex;
  gap: 20px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .accordion-container .accordion .accordion-content .accordion-content-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .accordion-container .accordion .accordion-content .accordion-content-inner {
    flex-direction: column;
  }
}
.accordion-container .accordion .accordion-content .text-content-area {
  width: 62%;
  background: #FEE2D7;
  border-radius: 20px;
  padding: 64px 50px;
}
@media only screen and (max-width: 670px) {
  .accordion-container .accordion .accordion-content .text-content-area {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .accordion-container .accordion .accordion-content .text-content-area {
    padding: 35px;
  }
}
.accordion-container .accordion .accordion-content .text-content-area p {
  font-size: 1.25rem;
  line-height: 150%;
}
@media only screen and (max-width: 800px) {
  .accordion-container .accordion .accordion-content .text-content-area p {
    font-size: 1.2rem;
    line-height: 125%;
  }
}
.accordion-container .accordion .accordion-content .image-content-area {
  width: 40%;
}
@media only screen and (max-width: 670px) {
  .accordion-container .accordion .accordion-content .image-content-area {
    width: 100%;
  }
}
.accordion-container .accordion .accordion-content .image-content-area img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
  border-radius: 20px;
}
.accordion-container.blue .accordion .accordion-header {
  background-color: #B3E1E5;
}
.accordion-container.blue .accordion .accordion-header .accordion-number {
  background-color: #70B1B6;
  color: #3A3B65;
}
.accordion-container.blue .accordion .accordion-header .accordion-title {
  color: #3A3B65;
}
.accordion-container.blue .accordion .accordion-header .accordion-arrow {
  background-color: #70B1B6;
}
.accordion-container.blue .accordion .accordion-content .text-content-area {
  background: #CFF5F8;
}

.heading-quote {
  background-color: #EDEDF2;
  padding-bottom: 35px;
}
.heading-quote.top-spacing {
  padding-top: 100px;
}
.heading-quote p {
  font-size: 1.5rem;
  line-height: 130%;
  color: #3A3B65;
  margin-top: 50px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .heading-quote p {
    font-size: 1.2rem;
  }
}
.heading-quote p a {
  color: #3A3B65;
  font-weight: bold;
  text-decoration: underline;
}

.quote-container {
  display: flex;
  position: relative;
}
.quote-container .quotes-icon {
  width: 210px;
}
@media only screen and (max-width: 900px) {
  .quote-container .quotes-icon {
    position: absolute;
    width: 72px;
    top: -50px;
    left: -13px;
  }
}
.quote-container .quote-content {
  padding: 30px;
  background: #B3E1E5;
  border-radius: 30px;
  width: calc(100% - 210px);
}
@media only screen and (max-width: 900px) {
  .quote-container .quote-content {
    width: 100%;
    padding-top: 40px;
  }
}
.quote-container blockquote {
  margin: 0px;
  font-size: 1.7rem;
  line-height: 125%;
  color: #3A3B65;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .quote-container blockquote {
    font-size: 1.2rem;
  }
}
.quote-container span {
  font-weight: 500;
  font-size: 1.5rem;
  color: #3A3B65;
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .quote-container span {
    font-size: 1.2rem;
  }
}

.page-template-template-northbridge-form table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.page-template-template-northbridge-form .ui-datepicker {
  background-color: #fff !important;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  display: none;
  padding: 1em;
}
.page-template-template-northbridge-form .ui-datepicker-calendar a {
  color: inherit;
  text-decoration: none;
}
.page-template-template-northbridge-form .ui-datepicker-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.page-template-template-northbridge-form .ui-datepicker-prev,
.page-template-template-northbridge-form .ui-datepicker-next {
  cursor: pointer;
}
.page-template-template-northbridge-form .ui-datepicker-next {
  order: 1;
}
.page-template-template-northbridge-form .ui-datepicker-prev .ui-icon,
.page-template-template-northbridge-form .ui-datepicker-next .ui-icon {
  background-image: url("/wp-content/themes/gotcare/images/new-forms/datepicker-arrows.svg");
  background-repeat: no-repeat;
  background-size: 262%;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  text-indent: -999px;
  width: 1em;
}
.page-template-template-northbridge-form .ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
  background-position: -1em 0;
}
.page-template-template-northbridge-form .ui-datepicker-prev.ui-state-disabled .ui-icon-circle-triangle-w {
  background-position: -2em 0;
}
.page-template-template-northbridge-form .ui-datepicker-next .ui-icon-circle-triangle-e {
  background-position: 0 -1em;
}
.page-template-template-northbridge-form .ui-datepicker-next:hover .ui-icon-circle-triangle-e {
  background-position: -1em -1em;
}
.page-template-template-northbridge-form .ui-datepicker-nextui-state-disabled .ui-icon-circle-triangle-e {
  background-position: -2em -1em;
}
.page-template-template-northbridge-form .ui-datepicker-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.page-template-template-northbridge-form .ui-datepicker-calendar td,
.page-template-template-northbridge-form .ui-datepicker-calendar th {
  text-align: center;
}
.page-template-template-northbridge-form .ui-datepicker-calendar td a,
.page-template-template-northbridge-form .ui-datepicker-calendar td span {
  background-color: #f6f6f6;
  display: block;
  padding: 0.5em 1em;
}
.page-template-template-northbridge-form .ui-datepicker-calendar .ui-datepicker-unselectable {
  color: #c8c8ca;
}
.page-template-template-northbridge-form .ui-datepicker-calendar .ui-datepicker-today a,
.page-template-template-northbridge-form .ui-datepicker-calendar .ui-datepicker-today span {
  color: #59b3b8;
  font-weight: 700;
}
.page-template-template-northbridge-form .ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #59b3b8;
  color: #fff;
  font-weight: 700;
}
.page-template-template-northbridge-form .ui-datepicker-buttonpane {
  margin-top: 1em;
}
.page-template-template-northbridge-form .ui-datepicker-buttonpane button {
  background-color: #484a4e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}
.page-template-template-northbridge-form .ui-datepicker-buttonpane button + button {
  margin-left: 0.5em;
}

.info-section .counter {
  display: inline !important;
}
.info-section.heading-paragraph p {
  font-size: 1.375rem;
}
@media only screen and (max-width: 800px) {
  .info-section.heading-paragraph p {
    font-size: 1.2rem;
  }
}
.info-section.heading-paragraph h2 {
  line-height: 100%;
  font-size: 3.3rem;
}
@media only screen and (max-width: 800px) {
  .info-section.heading-paragraph h2 {
    font-size: 2.5rem;
  }
}
.info-section.heading-paragraph h2.smaller {
  font-size: 3rem;
}
@media only screen and (max-width: 800px) {
  .info-section.heading-paragraph h2.smaller {
    font-size: 2.2rem;
  }
}
.info-section .text-image-side-by-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .info-section .text-image-side-by-side {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.info-section .text-image-side-by-side.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .info-section .text-image-side-by-side.reverse {
    flex-direction: column-reverse;
  }
}
.info-section .text-image-side-by-side.reverse .text {
  display: flex;
  justify-content: flex-end;
}
.info-section .text-image-side-by-side .text {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .info-section .text-image-side-by-side .text {
    width: 100%;
  }
}
.info-section .text-image-side-by-side .text p {
  max-width: 400px;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .info-section .text-image-side-by-side .text p {
    width: 100%;
    max-width: 100%;
  }
}
.info-section .text-image-side-by-side .text.wider p {
  max-width: 100%;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .info-section .text-image-side-by-side .text.wider p {
    width: 100%;
    max-width: 100%;
  }
}
.info-section .text-image-side-by-side .image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .info-section .text-image-side-by-side .image {
    width: 100%;
  }
}
.info-section .parallax-blob-container {
  position: relative;
}
.info-section .parallax-blob-container .parallax-blob-main-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.info-section .parallax-blob-container .parallax-blob {
  position: absolute;
  top: 25%;
  left: 66%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.8;
  transition: transform 0.2s ease-out;
}
.info-section .parallax-blob-container .mobile-blob {
  display: none;
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-one .parallax-blob {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-one .mobile-blob {
    display: block;
    position: absolute;
    top: -46px;
    left: 20%;
  }
}
.info-section .parallax-blob-container.partnerships-blob-two .parallax-blob {
  width: 100%;
  left: 50%;
  margin: auto;
  top: 35%;
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-two .parallax-blob {
    display: none;
  }
}
.info-section .parallax-blob-container.partnerships-blob-two .parallax-blob img {
  transform: scale(1.9);
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-two .mobile-blob {
    display: block;
    position: absolute;
    top: 23%;
    transform: scale(1.9);
  }
}
.info-section .parallax-blob-container.partnerships-blob-three .parallax-blob {
  top: 25%;
  left: 85%;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-three .parallax-blob {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .info-section .parallax-blob-container.partnerships-blob-three .parallax-blob {
    top: 20%;
  }
}
.info-section .parallax-blob-container.partnerships-blob-three .parallax-blob img {
  transform: scale(1.2);
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-three .mobile-blob {
    z-index: -1;
    display: block;
    position: absolute;
    top: -42%;
    right: -33%;
  }
}
.info-section .parallax-blob-container.partnerships-blob-four .parallax-blob {
  top: 24%;
  width: 110%;
  left: 28%;
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-four .parallax-blob {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .info-section .parallax-blob-container.partnerships-blob-four .parallax-blob {
    top: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .info-section .parallax-blob-container.partnerships-blob-four .mobile-blob {
    display: block;
    position: absolute;
    top: -23px;
    left: -17%;
    z-index: -1;
  }
}
.info-section .paragraph-columns {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 800px) {
  .info-section .paragraph-columns {
    flex-direction: column;
    gap: 0px;
  }
}
.info-section .paragraph-columns .column {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .info-section .paragraph-columns .column {
    width: 100%;
  }
}
.info-section .paragraph-columns .column .signiture-box {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  gap: 20px;
}
.info-section .paragraph-columns .column .signiture-box .signiture {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
.info-section .paragraph-columns .column .signiture-box .signiture .signiture-text {
  margin-top: 22px;
}
.info-section .paragraph-columns .column .signiture-box .signiture .signiture-text p {
  margin: 0px;
}
.info-section .paragraph-columns .column .signiture-box .signiture img {
  padding-left: 30px;
}

.info-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 579px;
  max-height: 579px;
  overflow: hidden;
}
.info-hero .width-container {
  position: relative;
}
.info-hero .width-container img {
  width: 68%;
  margin-left: -250px;
  position: absolute;
  top: 20px;
}
@media only screen and (max-width: 1150px) {
  .info-hero .width-container img {
    width: 87%;
  }
}
@media only screen and (max-width: 985px) {
  .info-hero .width-container img {
    width: 87%;
  }
}
@media only screen and (max-width: 985px) {
  .info-hero .width-container img {
    min-width: 846px;
  }
}
@media only screen and (max-width: 767px) {
  .info-hero .width-container img {
    min-width: 846px;
  }
}
.info-hero .width-container .green-button.larger {
  background: #59b3b8;
  color: #e6e6eb !important;
  padding: 10px 16px 10px 28px;
  margin: 0px;
  margin-right: 0px;
  font-family: semplicitapro, sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .info-hero .width-container .green-button.larger {
    font-size: 1rem;
  }
}
.info-hero .text-container {
  position: relative;
  width: 100%;
  max-width: 525px;
  padding-top: 100px;
}
.info-hero .text-container h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0px;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .info-hero .text-container h1 {
    font-size: 3rem;
  }
}
.info-hero .text-container p {
  color: #E6E6EB;
  font-size: 1.5rem;
  line-height: 125%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .info-hero .text-container p {
    font-size: 1.2rem;
  }
}

.info-works-with {
  padding: 0px 0px;
}
.info-works-with .top-bottom-image {
  display: block;
  width: 100%;
}
.info-works-with .info-logos-container {
  padding-top: 30px;
}
.info-works-with .info-logos-container.purple {
  background-color: #E0DFF2;
}
.info-works-with .info-logos-container .logo-outer {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 20px 0px;
}
@media only screen and (max-width: 800px) {
  .info-works-with .info-logos-container .logo-outer {
    padding: 30px;
  }
}
.info-works-with .info-logos-container .logo-outer .row {
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .info-works-with .info-logos-container .logo-outer .row {
    justify-content: center;
  }
}
.info-stat-pills .stat-pills-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container {
    flex-direction: column;
    gap: 20px;
  }
}
.info-stat-pills .stat-pills-container .stat-col {
  width: 33.3%;
}
.info-stat-pills .stat-pills-container .stat-col .stat-container {
  width: 100%;
  max-width: 360px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .info-stat-pills .stat-pills-container .stat-col .stat-container.one {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container .stat-col .stat-container.one {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .info-stat-pills .stat-pills-container .stat-col .stat-container.two {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container .stat-col .stat-container.two {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .info-stat-pills .stat-pills-container .stat-col .stat-container.three {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container .stat-col .stat-container.three {
    width: 100%;
    max-width: 100%;
  }
}
.info-stat-pills .stat-pills-container .stat-col .stat {
  border-radius: 300px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container .stat-col .stat {
    max-width: 290px;
    height: 400px;
  }
}
.info-stat-pills .stat-pills-container .stat-col .stat.blue {
  color: #EDEDF2;
  background-color: #3A3B65;
}
.info-stat-pills .stat-pills-container .stat-col .stat.blue p {
  color: #EDEDF2;
}
.info-stat-pills .stat-pills-container .stat-col .stat.purple {
  color: #3A3B65;
  background-color: #DBDBEE;
}
.info-stat-pills .stat-pills-container .stat-col .stat.purple p {
  color: #3A3B65;
}
.info-stat-pills .stat-pills-container .stat-col .stat h2 {
  font-size: 9rem;
  font-weight: 900;
  margin: 0px;
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container .stat-col .stat h2 {
    font-size: 7rem;
  }
}
.info-stat-pills .stat-pills-container .stat-col .stat span {
  font-size: 4rem;
  line-height: 100%;
}
.info-stat-pills .stat-pills-container .stat-col .stat p {
  font-size: 1.5rem;
  margin: 0px;
  line-height: 100%;
}
@media only screen and (max-width: 790px) {
  .info-stat-pills .stat-pills-container .stat-col .stat p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 950px) {
  .home-services-section {
    display: none;
  }
}

/*Human contact section*/
.human-contact {
  width: 100%;
  height: 600px;
  background-color: #BFD6D7;
  background-image: url(/wp-content/themes/gotcare/images/human-contact-blob.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 950px) {
  .human-contact {
    height: 1120px;
  }
}
.human-contact .wrapper {
  display: flex;
}
@media only screen and (max-width: 950px) {
  .human-contact .wrapper {
    flex-direction: column;
  }
}
.human-contact .wrapper .coverage-btn {
  background: #59b3b8;
  color: #e6e6eb !important;
  padding: 10px 16px 10px 28px;
  margin: 0px;
  margin-right: 0px;
  font-family: semplicitapro, sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  width: 330px;
}
@media only screen and (max-width: 950px) {
  .human-contact .wrapper .coverage-btn {
    margin-bottom: 50px;
  }
}
.human-contact .wrapper .coverage-btn p {
  margin: 0;
}
.human-contact .wrapper .text-wrapper {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 50px;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .human-contact .wrapper .text-wrapper {
    width: 100%;
    padding-left: 0;
    padding: 80px 40px 0 40px;
    text-align: center;
  }
}
.human-contact .wrapper .text-wrapper .hero-clip {
  position: absolute;
  top: 0;
  right: -83px;
  height: 100%;
}
.human-contact .wrapper .images-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 950px) {
  .human-contact .wrapper .images-wrapper {
    width: 100%;
  }
}
.human-contact .wrapper .images-wrapper .background-image-one,
.human-contact .wrapper .images-wrapper .background-image-two,
.human-contact .wrapper .images-wrapper .background-image-three {
  background-size: cover;
  background-repeat: no-repeat;
  height: 193px;
}
@media only screen and (max-width: 950px) {
  .human-contact .wrapper .images-wrapper .background-image-one,
  .human-contact .wrapper .images-wrapper .background-image-two,
  .human-contact .wrapper .images-wrapper .background-image-three {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.human-contact .wrapper .images-wrapper .background-image-one {
  background-image: url(/wp-content/themes/gotcare/images/home-img.png);
}
.human-contact .wrapper .images-wrapper .background-image-two {
  background-image: url(/wp-content/themes/gotcare/images/plus.png);
}
.human-contact .wrapper .images-wrapper .background-image-three {
  background-image: url(/wp-content/themes/gotcare/images/partnerships.png);
}
.human-contact .wrapper .images-wrapper .image-text-wrapper {
  padding-left: 110px;
  padding-top: 30px;
}
@media only screen and (max-width: 950px) {
  .human-contact .wrapper .images-wrapper .image-text-wrapper {
    padding-left: 0;
    padding-bottom: 50px;
    width: 360px;
  }
}
.human-contact .wrapper .images-wrapper .image-text-wrapper h2 {
  margin: 0;
  color: #FFFFFF;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 35px;
}
.human-contact .wrapper .images-wrapper .image-text-wrapper p {
  margin: 0;
  color: #FFFFFF;
  max-width: 255px;
}
.human-contact .title {
  max-width: 600px;
}
@media only screen and (max-width: 950px) {
  .human-contact .title {
    max-width: 100%;
  }
}
.human-contact .title h1 {
  display: inline;
  line-height: 60px;
  font-size: 60px;
  color: #3d3b63;
  font-family: "Hanken Grotesk", sans-serif;
}
@media only screen and (max-width: 660px) {
  .human-contact .title h1 {
    font-size: 50px;
  }
}
.human-contact .text {
  max-width: 500px;
}
@media only screen and (max-width: 950px) {
  .human-contact .text {
    max-width: 100%;
  }
}
.human-contact .text p {
  font-family: SemplicitaPro;
  font-weight: 500;
  font-size: 23px;
  color: #3A3B65;
  line-height: 32px;
}

.new-section-two {
  width: 100%;
  background-image: url(/wp-content/themes/gotcare/images/products-differentation-background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
.new-section-two .new {
  max-width: 1110px;
  margin: 100px 80px;
}
@media only screen and (max-width: 950px) {
  .new-section-two .new {
    text-align: center;
  }
  .new-section-two .new .gotcare-plus {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 499px) {
  .new-section-two .new {
    margin: 50px 30px;
  }
}
.new-section-two .new .container {
  display: flex;
  margin-bottom: 88px;
}
@media only screen and (max-width: 950px) {
  .new-section-two .new .container {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.new-section-two .new .container .left {
  width: 50%;
}
@media only screen and (max-width: 950px) {
  .new-section-two .new .container .left {
    width: 100%;
  }
}
.new-section-two .new .container .right {
  width: 50%;
}
@media only screen and (max-width: 950px) {
  .new-section-two .new .container .right {
    width: 100%;
  }
}
.new-section-two .new .container .right h2 {
  font-size: 36px;
  margin: 20px 0;
}
.new-section-two .new .container .right h3 {
  font-family: SemplicitaPro;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  color: #3A3B65;
  max-width: 500px;
  margin-top: 27px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 950px) {
  .new-section-two .new .container .right h3 {
    margin: auto;
  }
}
.new-section-two .new .container .right p {
  font-family: SemplicitaPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #3A3B65;
  max-width: 500px;
  margin: 20px 0;
}
@media only screen and (max-width: 950px) {
  .new-section-two .new .container .right p {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  .new-section-two .new .submit-request-btn {
    margin-top: 20px;
  }
}
.new-section-two .new .submit-request-btn .btn {
  background: #59b3b8;
  color: #e6e6eb !important;
  padding: 12px 50px;
  margin: 0px;
  margin-right: 0px;
  font-family: semplicitapro, sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 11pt;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
}
.new-section-two .new .submit-request-btn .btn.submit-request {
  padding: 12px;
}
.new-section-two .new h2 {
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #3A3B65;
}
@media only screen and (max-width: 660px) {
  .new-section-two .new h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
.new-section-two .new h3 {
  font-family: SemplicitaPro;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #3A3B65;
  margin-top: 27px;
  margin-bottom: 85px;
}
.new-section-two .new .data-analytics {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .new-section-two .new .title-container {
    margin: 20px 0 50px 0;
  }
}
@media only screen and (max-width: 660px) {
  .new-section-two .new .title-container {
    margin-top: 100px;
  }
}

.time-section {
  background-image: url(/wp-content/themes/gotcare/images/time-section.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.time-section .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 80px;
}
@media only screen and (max-width: 950px) {
  .time-section .wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 660px) {
  .time-section .wrapper {
    padding: 150px 40px;
  }
}
.time-section .wrapper .title {
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
  color: #3C3B60;
  margin: 0;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 660px) {
  .time-section .wrapper .title {
    font-size: 50px;
    line-height: normal;
  }
}
.time-section .wrapper p {
  font-size: 25px;
  font-weight: 500;
  line-height: 31.25px;
  color: #3C3B60;
}
.time-section .wrapper .minutes {
  display: flex;
  margin-top: 70px;
}
@media only screen and (max-width: 950px) {
  .time-section .wrapper .minutes {
    flex-direction: column;
  }
}
.time-section .wrapper .minutes .left {
  width: 50%;
}
@media only screen and (max-width: 950px) {
  .time-section .wrapper .minutes .left {
    width: 100%;
  }
}
.time-section .wrapper .minutes .left h2 {
  font-size: 102px;
  font-weight: 900;
  line-height: 96px;
  color: #6FB1B7;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 950px) {
  .time-section .wrapper .minutes .left h2 {
    line-height: 90px;
    font-size: 70px;
  }
}
.time-section .wrapper .minutes .right {
  width: 50%;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 950px) {
  .time-section .wrapper .minutes .right {
    margin-top: 50px;
    width: 100%;
  }
}
.time-section .wrapper .minutes .right h2 {
  font-size: 240px;
  line-height: 140px;
  color: #3C3B60;
  margin: 50px 0 0 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
}
.time-section .wrapper .minutes .right h3 {
  font-size: 70px;
  font-weight: 900;
  color: #3C3B60;
  margin: 10px 0 0 0;
  font-family: "Hanken Grotesk", sans-serif;
}
.time-section .wrapper .minutes .right p {
  font-size: 20px;
  font-weight: 400;
  color: #3C3B60;
  margin: 0;
  line-height: 0;
  font-family: "Hanken Grotesk", sans-serif;
}

.coverage-map-section {
  background-color: #E6E6EB;
  background-image: url("/wp-content/themes/gotcare/images/coverage-section-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 660px) {
  .coverage-map-section {
    text-align: center;
  }
}
.coverage-map-section .coverage-map-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px;
}
@media only screen and (max-width: 660px) {
  .coverage-map-section .coverage-map-wrapper {
    padding: 80px 40px;
  }
}
.coverage-map-section .coverage-map-wrapper h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 80px;
  color: #3C3B60;
  margin: 0;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 768px) {
  .coverage-map-section .coverage-map-wrapper h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 499px) {
  .coverage-map-section .coverage-map-wrapper h2 {
    line-height: 50px;
  }
}
.coverage-map-section .coverage-map-wrapper h3 {
  font-size: 30px;
  font-weight: bolder;
  color: #3C3B60;
  margin: 0;
  font-family: "HKGrotesk", sans-serif !important;
  font-weight: 800;
}
.coverage-map-section .coverage-map-wrapper p {
  font-size: 25px;
  font-weight: 500;
  line-height: 31.25px;
  color: #3C3B60;
  max-width: 1040px;
}
.coverage-map-section .coverage-map-wrapper .map-container #map {
  height: 414px;
  width: 100%;
  border: 3px solid #3C3B60;
  border-radius: 10px;
}
.coverage-map-section .coverage-map-wrapper .map-container .form-holder {
  position: absolute;
  z-index: 999;
}
.coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder {
  width: 500px;
  background-color: #FFFFFF;
  border: 3px solid #3C3B60;
  border-radius: 10px;
  padding: 5px 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder {
    width: 300px;
  }
}
@media only screen and (max-width: 380px) {
  .coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder {
    width: 250px;
  }
}
.coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder .inputAddress,
.coverage-map-section .coverage-map-wrapper .map-container .form-holder .form-field-holder .addressSearchSubmit {
  background-color: transparent;
  border-color: transparent;
  font-weight: 500;
}
.coverage-map-section .coverage-map-wrapper .map-container .search-bar {
  position: relative;
  display: flex;
}
.coverage-map-section #adressSearchID {
  position: relative;
  text-align: center;
}
.coverage-map-section #autocompleteContainer {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 99%;
  z-index: 9999 !important;
  text-align: center;
}
.coverage-map-section .pac-container.pac-logo {
  width: 100% !important;
  position: unset !important;
  top: 60px !important;
  left: 0 !important;
  right: 0 !important;
}

.new-section-five {
  background-image: url(/wp-content/themes/gotcare/images/changing-background.svg);
  width: 100%;
  padding: 70px 0 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #c4d6d7;
}
@media only screen and (max-width: 950px) {
  .new-section-five {
    height: auto;
  }
}
.new-section-five .section-five-inner {
  width: 95%;
  max-width: 1003px;
  margin: auto;
}
.new-section-five .title {
  margin-bottom: 40px;
}
.new-section-five .title h2 {
  font-weight: 700;
  color: #3D3C60;
  font-size: 64px;
  margin: 0;
  text-align: left;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 499px) {
  .new-section-five .title h2 {
    font-size: 30px;
  }
}
.new-section-five .section-five-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-section-five .gotcare-changing-lives {
  background-color: #E6E6EB;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 950px) {
  .new-section-five .gotcare-changing-lives {
    flex-direction: column;
  }
}
@media only screen and (max-width: 499px) {
  .new-section-five .gotcare-changing-lives {
    min-width: 350px;
  }
}
.new-section-five .gotcare-changing-lives .changing-lives-columns {
  display: flex;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .new-section-five .gotcare-changing-lives .changing-lives-columns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .left-container {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .right-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .right-container .care-pair .learn-more-btn {
    justify-content: center;
  }
}
.new-section-five .left-container,
.new-section-five .right-container {
  margin: 20px;
  width: 50%;
}
@media only screen and (max-width: 950px) {
  .new-section-five .left-container,
  .new-section-five .right-container {
    width: 95%;
    margin: 10px;
    text-align: center;
  }
}
.new-section-five .left-container .video-container iframe,
.new-section-five .right-container .video-container iframe {
  border-radius: 15px;
}
.new-section-five .left-container .info h3,
.new-section-five .right-container .info h3 {
  font-weight: 700;
  color: #3A3B65;
  font-size: 35px;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1131px) {
  .new-section-five .left-container .info h3,
  .new-section-five .right-container .info h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1013px) {
  .new-section-five .left-container .info h3,
  .new-section-five .right-container .info h3 {
    font-size: 27px;
  }
}
.new-section-five .left-container .info .text,
.new-section-five .right-container .info .text {
  max-width: 380px;
}
@media only screen and (max-width: 950px) {
  .new-section-five .left-container .info .text,
  .new-section-five .right-container .info .text {
    max-width: 100%;
  }
}
.new-section-five .left-container .info p,
.new-section-five .right-container .info p {
  font-weight: 500;
  color: #3A3B65;
  font-size: 23px;
  margin: 10px 0;
}
@media only screen and (max-width: 1131px) {
  .new-section-five .left-container .info p,
  .new-section-five .right-container .info p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1013px) {
  .new-section-five .left-container .info p,
  .new-section-five .right-container .info p {
    font-size: 18px;
  }
}
.new-section-five .left-container .rating,
.new-section-five .right-container .rating {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.new-section-five .left-container .rating .container,
.new-section-five .right-container .rating .container {
  background-color: #EDEDF2;
  border-radius: 15px;
  padding: 20px 50px;
  height: 150px;
}
.new-section-five .left-container .rating .container .rating-img,
.new-section-five .right-container .rating .container .rating-img {
  margin-left: 15px;
}
.new-section-five .left-container .rating .container .google-icon,
.new-section-five .right-container .rating .container .google-icon {
  margin-right: 20px;
}
.new-section-five .left-container .rating .container,
.new-section-five .right-container .rating .container {
  display: flex;
  align-items: center;
}
.new-section-five .columns-bottom {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .new-section-five .columns-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .columns-bottom .care-pair {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 660px) {
  .new-section-five .columns-bottom .care-pair {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .columns-bottom .care-pair p {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .columns-bottom .care-pair div {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .new-section-five .columns-bottom .care-pair .text {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.new-section-five .columns-bottom .care-pair.left {
  display: flex;
  background-color: #6FB1B7;
  padding: 35px;
  width: 55% !important;
}
@media only screen and (max-width: 768px) {
  .new-section-five .columns-bottom .care-pair.left {
    width: 100% !important;
  }
}
.new-section-five .columns-bottom .care-pair.left div {
  width: 50%;
}
.new-section-five .columns-bottom .care-pair.left .globe-mail-img img {
  width: 200px;
  height: 140px;
}
@media only screen and (max-width: 660px) {
  .new-section-five .columns-bottom .care-pair.left .globe-mail-img img {
    height: auto;
  }
}
.new-section-five .columns-bottom .care-pair.left p {
  font-weight: 700;
  color: #EDEDF2;
  font-size: 19px;
  font-style: italic;
  margin: 0;
  width: 201px;
}
.new-section-five .columns-bottom .care-pair.right {
  background-color: #EDEDF2;
  padding: 30px;
  width: 45% !important;
}
@media only screen and (max-width: 768px) {
  .new-section-five .columns-bottom .care-pair.right {
    width: 100% !important;
  }
}
.new-section-five .columns-bottom .care-pair.right .care-logos-container {
  display: flex;
  flex-direction: column;
}
.new-section-five .columns-bottom .care-pair.right .care-logos-container div {
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
}
@media only screen and (max-width: 660px) {
  .new-section-five .columns-bottom .care-pair.right .learn-more-arrow {
    display: none;
  }
}
.new-section-five .columns-bottom .care-pair.right .learn-more-btn {
  display: flex;
  margin-top: 5px;
}
.new-section-five .columns-bottom .care-pair.right .learn-more-btn p {
  font-weight: 700;
  color: #6FB1B7;
  font-size: 32px;
  margin-top: 20px;
  text-decoration: underline;
  margin: 0;
}
@media only screen and (max-width: 660px) {
  .new-section-five .columns-bottom .care-pair.right .learn-more-btn p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1083px) {
  .new-section-five .columns-bottom .care-pair p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1083px) {
  .new-section-five .columns-bottom .care-pair .learn-more-btn p {
    font-size: 25px;
  }
}

.new-section-twelve {
  display: flex;
  justify-content: center;
  background-color: #ededf2;
  background-image: url("/wp-content/themes/gotcare/images/faq-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .new-section-twelve {
    padding: 100px 0px;
  }
}
.new-section-twelve .questions-container {
  margin: 130px 50px 160px 50px;
  max-width: 995px;
}
@media only screen and (max-width: 950px) {
  .new-section-twelve .questions-container {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .new-section-twelve .questions-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.new-section-twelve .questions-container h2 {
  margin: 0;
  font-weight: 600;
  font-size: 50px;
  color: #504f6f;
  margin-bottom: 25px;
  font-family: "HKGrotesk", sans-serif;
}
@media only screen and (max-width: 768px) {
  .new-section-twelve .questions-container h2 {
    font-size: 36px;
  }
}
.new-section-twelve .questions-container p {
  font-weight: 700;
  font-size: 23px;
  color: #4d4e74;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .new-section-twelve .questions-container p {
    font-size: 19px;
  }
}
.new-section-twelve .questions-container a {
  font-weight: 700;
  font-size: 23px;
  color: #4d4e74;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .new-section-twelve .questions-container a {
    font-size: 19px;
  }
}
.new-section-twelve .questions-container .thin-text p {
  font-size: 24px;
  color: #3a3b65;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .new-section-twelve .questions-container .thin-text p {
    font-size: 19px;
  }
}
.new-section-twelve .questions-container button {
  background: #59b3b8;
  color: #fff !important;
  width: 250px;
  height: 62px;
  margin: 0px;
  margin-right: 0px;
  font-family: semplicitapro, sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 23px;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  background-image: none !important;
  border: 0px;
  border-radius: 0px;
}
@media only screen and (max-width: 950px) {
  .new-section-twelve .questions-container button {
    margin: 20px auto;
  }
}
.new-section-twelve .questions-container #questionsForm {
  display: flex;
}
@media only screen and (max-width: 950px) {
  .new-section-twelve .questions-container #questionsForm {
    flex-direction: column;
  }
}
.new-section-twelve .questions-container #questionsForm input {
  padding: 12px 12px;
  border-color: #3A3B65;
  border-width: 2px;
  border-radius: 10px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .new-section-twelve .questions-container #questionsForm input {
    font-size: 19px;
  }
}
.new-section-twelve .questions-container #questionsForm input::placeholder {
  color: #6A6A77;
  opacity: 1; /* Firefox */
}
.new-section-twelve .questions-container #questionsForm input::-ms-input-placeholder { /* Edge 12-18 */
  color: #6A6A77;
}
.new-section-twelve .error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}
.new-section-twelve #thankYouMessage {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  margin: 30px 0;
}
.new-section-twelve #thankYouMessage h3 {
  margin: 0;
  font-weight: 600;
  font-size: 38px;
  color: #504f6f;
  font-family: "HKGrotesk", sans-serif;
}
.new-section-twelve .contact-input-container {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-right: 15px;
}
.new-section-twelve .contact-form-container {
  min-height: 90px;
}

.statement-section {
  background: #e6e6eb;
}
.statement-section .width-container {
  width: 90%;
  max-height: 820px;
}
.statement-section .hero-text-container {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
}
@media only screen and (max-width: 1350px) {
  .statement-section .hero-text-container {
    display: inline;
    top: -400px;
  }
}
.statement-section .hero-text-container h1 {
  box-shadow: 10px 0 0 #e0d5d0, -10px 0 0 #e0d5d0;
  background: #e0d5d0;
  padding-left: 0px;
  display: inline;
  line-height: 93px;
  font-size: 70px;
  color: #3d3b63;
}
@media only screen and (max-width: 750px) {
  .statement-section .hero-text-container h1 {
    font-size: 26pt;
    line-height: 50px;
  }
}
.statement-section .section-two-left {
  background: none;
  padding-left: 0px;
  width: 51%;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1350px) {
  .statement-section .section-two-left {
    width: 100%;
    background: none;
    margin-top: 56px;
  }
}
.statement-section .section-two-left #joinmobile {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .statement-section .section-two-left #joinmobile {
    display: block;
  }
}
@media only screen and (max-width: 1350px) {
  .statement-section .section-two-left #joindesktop {
    display: none;
  }
}
.statement-section .section-two-left .text-box {
  max-width: 750px;
  margin-top: 55px;
}
@media only screen and (max-width: 1350px) {
  .statement-section .section-two-left .text-box {
    position: relative;
    top: -156px !important;
  }
}
.statement-section .section-two-left .text-box img {
  max-width: 40px;
}
.statement-section .section-two-left .text-box a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 230px;
  background-color: #5bb2bb;
  color: #e6e6eb;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-family: "HK Grotesk", sans-serif;
  width: 95px;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .statement-section .section-two-left .text-box a {
    width: 100%;
    margin: 0 auto;
  }
}
.statement-section .section-two-left .text-box p {
  font-size: 18pt;
}
.statement-section .section-two-right {
  width: 49%;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1350px) {
  .statement-section .section-two-right {
    display: none;
  }
}
.statement-section .section-two-right img {
  max-width: 800px;
  margin-top: 25px;
  width: 100%;
}

#joinhero {
  display: none;
}
@media only screen and (max-width: 1350px) {
  #joinhero {
    display: block;
    position: relative;
    top: -100px;
    background: #59b3b8;
    color: #e6e6eb !important;
    padding: 10px 16px 10px 28px;
    font-family: semplicitapro, sans-serif !important;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
  }
}

.usp-boxes {
  background-color: #3c3a63;
}
.usp-boxes .width-container {
  display: flex;
  width: 93%;
}
.usp-boxes .text-box {
  flex: 1;
  align-content: center;
  padding: 80px 30px;
  margin: 0 auto;
  color: #e6e6eb;
  font-size: 16pt;
  padding-right: 140px;
}
.usp-boxes .text-box.s3-center {
  background-color: #46446b;
}
.usp-boxes .text-box:first-child {
  padding-left: 0px;
}
.usp-boxes .text-box h2 {
  font-weight: bold;
  font-size: 26pt;
  color: #e6e6eb;
}

.quote-section-desktop {
  background-color: #3c3a63;
}
@media only screen and (max-width: 1350px) {
  .quote-section-desktop {
    display: none;
  }
}
.quote-section-desktop .width-container {
  display: flex;
  width: 93%;
}
.quote-section-desktop .text-box {
  flex: 1;
  align-content: center;
  padding: 80px 30px;
  margin: 0 auto;
  color: #e6e6eb;
  font-size: 16pt;
}
.quote-section-desktop .text-box.s3-center {
  background-color: #46446b;
}
.quote-section-desktop .text-box:first-child {
  padding-left: 0px;
}
.quote-section-desktop .text-box .quote-box {
  background: transparent;
  color: #e6e6eb;
  padding: 30px 30px 30px 60px;
}
@media only screen and (max-width: 1350px) {
  .quote-section-desktop .text-box .quote-box {
    background: #3c3a63;
  }
}
@media only screen and (max-width: 1350px) {
  .quote-section-desktop .text-box .quote-box div {
    max-width: 600px;
  }
}
.quote-section-desktop .text-box .quote-box .quote-text {
  font-style: italic;
  font-size: 18px;
}
.quote-section-desktop .text-box .quote-box .quote-text p {
  font-family: "PT Serif", serif;
  color: #e6e6eb;
}
.quote-section-desktop .text-box .quote-box .quote-name {
  font-size: 14px;
}
.quote-section-desktop .text-box .quote-box .quote-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quote-section-desktop .text-box .quote-box .quote-top.border-top {
  padding-top: 50px;
  border-top: 1px solid #8a89a1;
}
.quote-section-desktop .text-box .quote-box .quote-top img {
  max-width: 35px;
}
.quote-section-desktop .text-box .quote-box .quote-stars {
  display: flex;
}
.quote-section-desktop .text-box .quote-box .quote-stars img {
  max-width: 32px;
  display: block;
  margin: 0px 5px;
}

.quote-section-mobile {
  display: none;
  width: 100%;
  margin: 0;
  text-align: left;
  background: #3c3a63;
}
@media only screen and (max-width: 1350px) {
  .quote-section-mobile {
    display: block;
  }
}
.quote-section-mobile .quote-top img {
  max-width: 35px;
}
.quote-section-mobile .quote-box {
  color: #e6e6eb;
  padding: 30px 30px 30px 60px;
}
@media only screen and (max-width: 1350px) {
  .quote-section-mobile .quote-box {
    background: #3c3a63;
  }
}
.quote-section-mobile .quote-box .quote-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quote-section-mobile .quote-box .quote-text {
  font-style: italic;
  font-size: 18px;
}
.quote-section-mobile .quote-box .quote-text p {
  font-family: "PT Serif", serif;
  color: #e6e6eb;
}
@media only screen and (max-width: 1350px) {
  .quote-section-mobile .quote-box h4 {
    display: none;
  }
}

.meet-founding-team {
  background-image: url(/wp-content/themes/gotcare/images/meet-the-team-background.png);
  display: flex;
  justify-content: center;
  height: auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E6E6EB;
  padding-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  .meet-founding-team {
    background-image: url(/wp-content/themes/gotcare/images/meet-the-team-background.png);
  }
}
.meet-founding-team .meet-founding-team-title {
  font-size: 35px;
  font-weight: 700;
  color: #34366A;
  margin: 100px;
  margin-left: 55px;
}
@media only screen and (max-width: 950px) {
  .meet-founding-team .meet-founding-team-title {
    font-size: 25px;
    text-align: center;
    margin: 60px 0px;
  }
}
.meet-founding-team .individual-section {
  margin-top: 80px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.meet-founding-team .individual-section .card-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .meet-founding-team .individual-section .card-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
}
.meet-founding-team .individual-section .card-container .individual-card {
  text-align: center;
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 950px) {
  .meet-founding-team .individual-section .card-container .individual-card {
    margin-bottom: 40px;
  }
}
.meet-founding-team .individual-section .card-container .individual-card .team-image {
  height: 267px;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
}
.meet-founding-team .individual-section .card-container .individual-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #34366A;
  margin-bottom: 0px;
}
.meet-founding-team .individual-section .card-container .individual-card.bottom h3 {
  margin-top: 0px;
}
.meet-founding-team .individual-section .card-container img {
  width: 280px;
}
.meet-founding-team .individual-section .card-container .text-container {
  width: 100%;
  max-width: 307px;
  margin: auto;
}
.meet-founding-team .individual-section .card-container .text-container p {
  font-size: 24px;
  color: #3C3B60;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .meet-founding-team .individual-section .card-container .text-container p {
    font-size: 20px;
    line-height: 30px;
  }
}
.meet-founding-team .individual-section .card-container .two-card-width {
  width: 310px;
}
.meet-founding-team .individual-section .card-container .third-card-width {
  width: 307px;
}
.meet-founding-team .individual-section .card-container .sub-title p {
  font-size: 18px;
  font-weight: 500;
  color: #3C3B60;
  margin-top: 0px;
}

.in-the-news {
  background-color: #D6E0E3;
  display: flex;
  justify-content: space-around;
  padding-bottom: 100px;
  min-height: 560px;
}
.in-the-news h2 {
  font-size: 55px;
  font-weight: 700;
  color: #34366A;
  margin: 100px;
  margin-left: 0px;
}
@media only screen and (max-width: 950px) {
  .in-the-news h2 {
    font-size: 40px;
    text-align: center;
    margin: 60px 0px;
  }
}
.in-the-news .width-container {
  max-width: 1000px;
  max-height: initial;
}
.in-the-news .width-container .news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
.in-the-news .width-container .news-container .slick-dots {
  display: flex;
  margin: auto;
  justify-content: center;
}
.in-the-news .width-container .news-container .slick-dots li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #59b3b9;
  background: #99c8cb;
  color: transparent;
  border-radius: 50px;
}
.in-the-news .width-container .news-container .slick-dots li.slick-active {
  background: #59b3b9;
}
.in-the-news .width-container .news-container .news-card {
  width: 46%;
  text-decoration: none;
  margin-bottom: 45px;
}
.in-the-news .width-container .news-container .news-card img {
  margin: auto;
  display: block;
}
.in-the-news .width-container .news-container .news-card p {
  font-family: PT Serif;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
  color: #34366A;
}

.about-hero {
  width: 100%;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 840px) {
  .about-hero {
    background-image: url("/wp-content/themes/gotcare/images/about-hero-wave.svg");
    background-color: #D6E0E3;
  }
}
.about-hero img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 840px) {
  .about-hero img {
    display: none;
  }
}
.about-hero .about-hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 840px) {
  .about-hero .about-hero-inner {
    position: initial;
  }
}
.about-hero .about-hero-inner .width-container {
  height: auto;
}
@media only screen and (max-width: 840px) {
  .about-hero .about-hero-inner .width-container {
    width: 80%;
  }
}
.about-hero .about-hero-inner .width-container h1 {
  font-size: 78px;
  font-weight: 700;
  color: #34366A;
  margin: 0;
  font-family: "HKGrotesk", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 633px;
  line-height: 85px;
  margin-left: 150px;
  margin-top: 100px;
}
@media only screen and (max-width: 1480px) {
  .about-hero .about-hero-inner .width-container h1 {
    margin-left: 60px;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1340px) {
  .about-hero .about-hero-inner .width-container h1 {
    font-size: 58px;
    max-width: 490px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1340px) {
  .about-hero .about-hero-inner .width-container h1 {
    font-size: 58px;
    max-width: 490px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1070px) {
  .about-hero .about-hero-inner .width-container h1 {
    font-size: 42px;
    max-width: 354px;
    line-height: 58px;
    margin-top: 84px;
  }
}
@media only screen and (max-width: 920px) {
  .about-hero .about-hero-inner .width-container h1 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 840px) {
  .about-hero .about-hero-inner .width-container h1 {
    padding: 130px 0px;
    padding-top: 70px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

.about-hero-update {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/gotcare/images/about-hero-background-image.jpg");
  position: relative;
  overflow: hidden;
}
.about-hero-update .about-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about-hero-update .about-hero-inner {
  height: 100%;
}
@media only screen and (max-width: 840px) {
  .about-hero-update .about-hero-inner {
    position: initial;
  }
}
.about-hero-update .about-hero-inner .width-container {
  height: auto;
}
@media only screen and (max-width: 840px) {
  .about-hero-update .about-hero-inner .width-container {
    width: 80%;
  }
}
.about-hero-update .about-hero-inner .width-container .content-inner {
  position: relative;
}
.about-hero-update .about-hero-inner .width-container .content-inner h1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about-hero-update .about-hero-inner .width-container .content-inner img {
  transform: scale(1.3);
}
.about-hero-update .about-hero-inner .width-container h1 {
  font-size: 78px;
  font-weight: 700;
  color: #34366A;
  margin: 0;
  font-family: "HKGrotesk", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 633px;
  line-height: 85px;
  margin-left: 150px;
  margin-top: 100px;
}

.about-hero-new {
  background-image: url("/wp-content/themes/gotcare/images/about-us/about-us-hero-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 710px;
  overflow: hidden;
  position: relative;
}
.about-hero-new .about-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about-hero-new .width-container {
  position: relative;
  max-width: 1000px;
  width: 90%;
}
.about-hero-new .width-container img {
  width: 100%;
  margin-left: -305px;
  position: absolute;
  top: -155px;
  min-width: 900px;
}
.about-hero-new .width-container .text-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding-top: 100px;
}
.about-hero-new .width-container .text-container h1 {
  font-size: 78px;
  font-weight: 700;
  color: #34366A;
  margin: 0;
  font-family: "HKGrotesk", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  line-height: 85px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .about-hero-new .width-container .text-container h1 {
    font-size: 3rem;
  }
}

.about-intro {
  background-color: #E6E6EB;
  padding: 40px 0px;
  margin-top: -2px;
}
.about-intro .width-container {
  height: auto;
  max-width: 1000px;
  width: 90%;
}
.about-intro .width-container p {
  color: #3A3B65;
  font-size: 24px;
}

.our-values {
  background-color: #E6E6EB;
  display: flex;
  justify-content: space-around;
  padding-bottom: 180px;
  min-height: 560px;
  background-image: url("/wp-content/themes/gotcare/images/light-wave.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.our-values h2 {
  font-size: 45px;
  font-weight: 700;
  color: #34366A;
  margin: 100px;
  margin-left: 0px;
}
@media only screen and (max-width: 950px) {
  .our-values h2 {
    font-size: 40px;
    text-align: center;
    margin: 60px 0px;
  }
}
.our-values .width-container {
  max-width: 1000px;
  max-height: initial;
}
.our-values .width-container .values-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
.our-values .width-container .values-container .slick-dots {
  display: flex;
  margin: auto;
  justify-content: center;
}
.our-values .width-container .values-container .slick-dots li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #f9c0aa;
  color: transparent;
  border-radius: 50px;
}
.our-values .width-container .values-container .slick-dots li.slick-active {
  background: #f39a77;
}
.our-values .width-container .values-container .values-card {
  width: 46%;
  text-decoration: none;
  margin-bottom: 45px;
}
.our-values .width-container .values-container .values-card img {
  margin: auto;
  display: block;
}
.our-values .width-container .values-container .values-card h3 {
  font-size: 33px;
  color: #3D3C60;
  margin-bottom: 0px;
}
.our-values .width-container .values-container .values-card p {
  font-size: 22px;
  line-height: 32px;
  color: #34366A;
}

.mission-vision {
  background-color: #E6E6EB;
}
.mission-vision .our-mission {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission {
    margin-bottom: 50px;
  }
}
.mission-vision .our-mission .width-container {
  height: auto;
  display: flex;
  max-width: 1000px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission .width-container {
    flex-direction: column;
  }
}
.mission-vision .our-mission .width-container .inner {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 400px;
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission .width-container .inner {
    width: 100%;
    min-width: initial;
  }
}
.mission-vision .our-mission .width-container .inner .text {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission .width-container .inner .text {
    margin: auto;
    text-align: center;
  }
}
.mission-vision .our-mission .width-container .inner .text h2 {
  font-size: 40px;
  margin-bottom: 12px;
  color: #3A3B65;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission .width-container .inner .text h2 {
    font-size: 30px;
  }
}
.mission-vision .our-mission .width-container .inner .text p {
  font-size: 24px;
  margin-top: 0px;
  color: #3A3B65;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission .width-container .inner .text p {
    font-size: 20px;
  }
}
.mission-vision .our-mission .width-container img {
  margin-right: -150px;
  width: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-mission .width-container img {
    width: 80%;
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
    margin-top: 40px;
  }
}
.mission-vision .our-vision {
  position: relative;
  margin-top: -100px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision {
    margin-top: 0px;
  }
}
.mission-vision .our-vision .width-container {
  height: auto;
  display: flex;
  max-width: 1000px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision .width-container {
    flex-direction: column-reverse;
  }
}
.mission-vision .our-vision .width-container .inner {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 400px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision .width-container .inner {
    width: 100%;
    min-width: initial;
  }
}
.mission-vision .our-vision .width-container .inner .text {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision .width-container .inner .text {
    margin: auto;
    text-align: center;
  }
}
.mission-vision .our-vision .width-container .inner .text h2 {
  font-size: 40px;
  margin-bottom: 12px;
  color: #3A3B65;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision .width-container .inner .text h2 {
    font-size: 30px;
  }
}
.mission-vision .our-vision .width-container .inner .text p {
  font-size: 24px;
  margin-top: 0px;
  color: #3A3B65;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision .width-container .inner .text p {
    font-size: 20px;
  }
}
.mission-vision .our-vision .width-container img {
  margin-left: -150px;
  width: 60%;
}
@media screen and (max-width: 980px) {
  .mission-vision .our-vision .width-container img {
    margin: auto;
    width: 80%;
  }
}

.care-client {
  background-color: #E6E6EB;
}
.care-client .impact-button-container {
  width: 100%;
  background: #E7E2E3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}
.care-client .impact-button-container a {
  background: #59B3B8;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .care-client .impact-button-container a {
    font-size: 18px;
  }
}
.care-client .spacer {
  width: 100%;
  height: 0;
  background: #E7E2E3;
}
@media screen and (max-width: 767px) {
  .care-client .spacer {
    height: 500px;
  }
}
.care-client .care-client-inner {
  position: relative;
}
.care-client .care-client-inner img {
  width: 100%;
}
.care-client .content-container {
  position: absolute;
  width: 100%;
  top: 0;
}
.care-client .content-container .width-container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1000px;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .care-client .content-container .width-container {
    max-width: 1200px;
  }
}
.care-client .content-container .width-container .inner-content {
  width: 80%;
  padding-top: 170px;
}
@media screen and (max-width: 1300px) {
  .care-client .content-container .width-container .inner-content {
    width: 65%;
    padding-top: 120px;
  }
}
@media screen and (max-width: 952px) {
  .care-client .content-container .width-container .inner-content {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .care-client .content-container .width-container .inner-content {
    padding-top: 0px;
    margin-top: -450px;
    width: 80%;
  }
}
.care-client .content-container .width-container .inner-content h2 {
  font-size: 64px;
  color: #3D3C60;
  font-weight: 700;
  margin: 0px;
}
@media screen and (max-width: 1300px) {
  .care-client .content-container .width-container .inner-content h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 952px) {
  .care-client .content-container .width-container .inner-content h2 {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .care-client .content-container .width-container .inner-content h2 {
    font-size: 27px;
  }
}
.care-client .content-container .width-container .inner-content span {
  font-size: 24px;
  font-style: italic;
  color: #3D3C60;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 952px) {
  .care-client .content-container .width-container .inner-content span {
    font-size: 16px;
  }
}
.care-client .content-container .width-container .inner-content p {
  font-size: 24px;
  color: #3D3C60;
}
@media screen and (max-width: 1110px) {
  .care-client .content-container .width-container .inner-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 952px) {
  .care-client .content-container .width-container .inner-content p {
    font-size: 16px;
  }
}

.about-care-worker {
  background-color: #E6E6EB;
  margin-top: -300px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .about-care-worker {
    margin-top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .about-care-worker {
    margin-top: -50px;
  }
}
.about-care-worker .width-container {
  max-height: initial;
  max-width: 1000px;
}
.about-care-worker .width-container h2 {
  font-size: 64px;
  color: #3D3C60;
  font-weight: 700;
  margin: 0px;
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .about-care-worker .width-container h2 {
    font-size: 40px;
  }
}
.about-care-worker .width-container span {
  font-size: 24px;
  font-style: italic;
  color: #3D3C60;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 995px) {
  .about-care-worker .width-container span {
    font-size: 20px;
  }
}
.about-care-worker .width-container p {
  font-size: 24px;
  color: #3D3C60;
}
.about-care-worker .width-container p:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 995px) {
  .about-care-worker .width-container p {
    font-size: 20px;
  }
}
.about-care-worker .width-container .flex-container {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  align-items: flex-start;
}
@media screen and (max-width: 995px) {
  .about-care-worker .width-container .flex-container {
    flex-direction: column;
  }
}
.about-care-worker .width-container .flex-container img {
  width: 48%;
}
@media screen and (max-width: 995px) {
  .about-care-worker .width-container .flex-container img {
    width: 100%;
  }
}
.about-care-worker .learn-more-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  padding-top: 50px;
}
.about-care-worker .learn-more-container a {
  background: #59B3B8;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .about-care-worker .learn-more-container a {
    font-size: 18px;
  }
}

.ith-video-section {
  padding: 100px 0px;
  background-color: #FEE2D7;
  background-image: url("/wp-content/themes/gotcare/images/ith-video-section-blobs.png");
  background-size: cover;
}
.ith-video-section .width-container {
  max-width: 900px !important;
}
.ith-video-section iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 26.465px;
}
.ith-video-section h2 {
  line-height: normal;
  font-size: 48px;
}
@media only screen and (max-width: 800px) {
  .ith-video-section h2 {
    font-size: 2.5rem;
  }
}
.ith-video-section h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 800px) {
  .ith-video-section h3 {
    font-size: 1.8rem;
  }
}
.ith-video-section p {
  color: #3D3B63;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  .ith-video-section p {
    font-size: 1.2rem;
  }
}

.how-ith-works {
  background-color: #EDEDF2;
  padding: 50px 0px;
}
.how-ith-works h2 {
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 48px;
}
@media only screen and (max-width: 800px) {
  .how-ith-works h2 {
    font-size: 2.5rem;
  }
}
.how-ith-works p {
  margin-top: 0px;
  font-size: 22px;
}
.how-ith-works p.text-blue {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .how-ith-works p {
    font-size: 1.2rem;
  }
}
.how-ith-works .width-container {
  max-width: 900px !important;
}
.how-ith-works .green-button {
  font-size: 20px;
}

.ith-works-with {
  padding: 0px 0px;
}
.ith-works-with h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  max-width: 70%;
  line-height: 100%;
  position: relative;
  z-index: 10;
  font-size: 48px;
}
@media only screen and (max-width: 800px) {
  .ith-works-with h2 {
    font-size: 2.5rem;
  }
}
.ith-works-with p {
  font-size: 22px;
}
.ith-works-with .width-container {
  height: auto !important;
  max-width: 900px !important;
}
.ith-works-with .outer-logo-container {
  margin-top: -80px;
}
@media only screen and (max-width: 800px) {
  .ith-works-with .outer-logo-container {
    margin-top: -30px;
  }
}
.ith-works-with .outer-logo-container .top-bottom-image {
  width: 100% !important;
  display: block;
}
.ith-works-with .ith-logos-container {
  background-color: #F8DACC;
}
.ith-works-with .ith-logos-container .width-container {
  transform: translateY(20%);
}
@media only screen and (max-width: 800px) {
  .ith-works-with .ith-logos-container .width-container {
    transform: translateY(2%);
  }
}
.ith-works-with .ith-logos-container .width-container .hidden-desktop {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .ith-works-with .ith-logos-container .width-container .hidden-desktop {
    display: flex !important;
  }
}
.ith-works-with .ith-logos-container .width-container .hidden-mobile {
  display: flex !important;
}
@media only screen and (max-width: 800px) {
  .ith-works-with .ith-logos-container .width-container .hidden-mobile {
    display: none !important;
  }
}
.ith-works-with .ith-logos-container .logo-outer {
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .ith-works-with .ith-logos-container .logo-outer {
    gap: 50px;
    padding: 30px;
  }
}
.ith-works-with .ith-logos-container .logo-outer .col {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 800px) {
  .ith-works-with .ith-logos-container .logo-outer .col {
    width: 50%;
    gap: 50px;
  }
}
.ith-works-with .ith-logos-container .logo-outer .col .logos-left .img1 {
  width: 30%;
}
.ith-works-with .ith-logos-container .logo-outer .col .logos-left .img2 {
  width: calc(70% - 20px);
  margin-left: 20px;
}
.ith-works-with .ith-logos-container .bottom-logo {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.ith-hero {
  background-image: url(/wp-content/themes/gotcare/images/ith-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 579px;
  max-height: 579px;
  overflow: hidden;
}
.ith-hero .width-container {
  position: relative;
}
.ith-hero .width-container img {
  width: 68%;
  margin-left: -250px;
  position: absolute;
  top: 20px;
}
@media only screen and (max-width: 1150px) {
  .ith-hero .width-container img {
    width: 87%;
  }
}
@media only screen and (max-width: 985px) {
  .ith-hero .width-container img {
    width: 87%;
  }
}
@media only screen and (max-width: 985px) {
  .ith-hero .width-container img {
    min-width: 846px;
  }
}
@media only screen and (max-width: 767px) {
  .ith-hero .width-container img {
    min-width: 846px;
  }
}
.ith-hero .width-container .green-button.larger {
  background: #59b3b8;
  color: #e6e6eb !important;
  padding: 10px 16px 10px 28px;
  margin: 0px;
  margin-right: 0px;
  font-family: semplicitapro, sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .ith-hero .width-container .green-button.larger {
    font-size: 1rem;
  }
}
.ith-hero .text-container {
  position: relative;
  width: 100%;
  max-width: 525px;
  padding-top: 100px;
}
.ith-hero .text-container h1 {
  color: #EDEDF2;
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0px;
  font-family: "HKGrotesk", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .ith-hero .text-container h1 {
    font-size: 3rem;
  }
}
.ith-hero .text-container p {
  color: #E6E6EB;
  font-size: 1.5rem;
  line-height: 125%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .ith-hero .text-container p {
    font-size: 1.2rem;
  }
}

.ith-two-section-blobs {
  background-image: url("/wp-content/themes/gotcare/images/in-the-home/ith-large-blob-background.svg");
  background-size: cover;
  background-color: #EDEDF2;
}

.ith-stats {
  padding: 100px 0px;
  padding-top: 50px;
}
.ith-stats p {
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  .ith-stats {
    padding: 60px 0px;
  }
}
.ith-stats h2 {
  line-height: 100%;
  font-size: 53px;
  max-width: 600px;
}
.ith-stats h2.smaller {
  max-width: 70%;
}
@media only screen and (max-width: 800px) {
  .ith-stats h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .ith-stats p {
    font-size: 1.2rem;
  }
}
.ith-stats .stat-numbers {
  margin-top: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .ith-stats .stat-numbers {
    margin-top: 80px;
  }
}
.ith-stats .stat-numbers .stat {
  font-weight: bold;
  font-family: "HKGrotesk", sans-serif !important;
  color: #DC8766;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .ith-stats .stat-numbers .stat {
    width: 400px !important;
  }
}
.ith-stats .stat-numbers .stat .stat-text {
  position: absolute;
  top: 0;
  left: 0;
}
.ith-stats .stat-numbers .stat.one {
  align-self: center;
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .ith-stats .stat-numbers .stat.one .stat-text {
    transform: scale(60%);
    top: 0% !important;
    left: 7% !important;
  }
}
@media only screen and (max-width: 680px) {
  .ith-stats .stat-numbers .stat.one {
    width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .ith-stats .stat-numbers .stat.one {
    width: initial !important;
  }
}
.ith-stats .stat-numbers .stat.one .stat-text {
  top: 10%;
  left: 22%;
}
.ith-stats .stat-numbers .stat.two {
  align-self: flex-start;
  margin-top: -220px;
  margin-left: 80px;
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .ith-stats .stat-numbers .stat.two {
    margin-top: -128px;
  }
  .ith-stats .stat-numbers .stat.two .stat-text {
    top: 7% !important;
    left: -1% !important;
    transform: scale(60%);
  }
}
@media only screen and (max-width: 870px) {
  .ith-stats .stat-numbers .stat.two {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 680px) {
  .ith-stats .stat-numbers .stat.two {
    margin-top: -50px;
    margin-left: 0;
    width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .ith-stats .stat-numbers .stat.two {
    width: initial !important;
  }
}
.ith-stats .stat-numbers .stat.two .stat-text {
  top: 23%;
  left: 17%;
}
.ith-stats .stat-numbers .stat.three {
  align-self: flex-end;
  margin-top: -290px;
  margin-right: 100px;
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .ith-stats .stat-numbers .stat.three {
    margin-top: -200px;
  }
  .ith-stats .stat-numbers .stat.three .stat-text {
    top: -1% !important;
    left: 10% !important;
    transform: scale(60%);
  }
  .ith-stats .stat-numbers .stat.three .stat-text br {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .ith-stats .stat-numbers .stat.three {
    margin-top: -70px;
  }
}
@media only screen and (max-width: 680px) {
  .ith-stats .stat-numbers .stat.three {
    margin-top: -70px;
    margin-right: 0;
    width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .ith-stats .stat-numbers .stat.three {
    width: initial !important;
  }
}
.ith-stats .stat-numbers .stat.three .stat-text {
  top: 15%;
  left: 25%;
}
.ith-stats .stat-numbers-new {
  margin: 100px 0px;
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new {
    margin: 50px 0px;
  }
}
.ith-stats .stat-numbers-new .width-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.ith-stats .stat-numbers-new .width-container .stat-container {
  width: 100%;
  max-width: 360px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .ith-stats .stat-numbers-new .width-container .stat-container.one {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new .width-container .stat-container.one {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .ith-stats .stat-numbers-new .width-container .stat-container.two {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new .width-container .stat-container.two {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .ith-stats .stat-numbers-new .width-container .stat-container.three {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new .width-container .stat-container.three {
    width: 100%;
    max-width: 100%;
  }
}
.ith-stats .stat-numbers-new .width-container .stat {
  border-radius: 300px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new .width-container .stat {
    max-width: 290px;
    height: 400px;
  }
}
.ith-stats .stat-numbers-new .width-container .stat.one {
  background: #DB7D58;
  color: #F7CEB5;
}
.ith-stats .stat-numbers-new .width-container .stat.one p {
  color: #F7CEB5;
}
.ith-stats .stat-numbers-new .width-container .stat.two {
  background: #F29A77;
  color: #EDEDF2;
  text-align: center;
}
.ith-stats .stat-numbers-new .width-container .stat.two p {
  color: #EDEDF2;
}
.ith-stats .stat-numbers-new .width-container .stat.three {
  background: #F7CEB5;
  color: #DB7D58;
}
.ith-stats .stat-numbers-new .width-container .stat.three p {
  color: #DB7D58;
}
.ith-stats .stat-numbers-new .width-container .stat h2 {
  font-size: 9rem;
  font-weight: 900;
  margin: 0px;
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new .width-container .stat h2 {
    font-size: 7rem;
  }
}
.ith-stats .stat-numbers-new .width-container .stat span {
  font-size: 4rem;
  line-height: 100%;
}
.ith-stats .stat-numbers-new .width-container .stat p {
  font-size: 1.5rem;
  margin: 0px;
  line-height: 100%;
}
@media only screen and (max-width: 790px) {
  .ith-stats .stat-numbers-new .width-container .stat p {
    font-size: 1rem;
  }
}

.gp-hero {
  background-image: url(/wp-content/themes/gotcare/images/gotcare-plus/gp-hero-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 579px;
  max-height: 579px;
  overflow: hidden;
}
.gp-hero .width-container {
  position: relative;
}
.gp-hero .width-container img {
  width: 68%;
  margin-left: -250px;
  position: absolute;
  top: 20px;
}
@media only screen and (max-width: 1150px) {
  .gp-hero .width-container img {
    width: 87%;
  }
}
@media only screen and (max-width: 985px) {
  .gp-hero .width-container img {
    width: 87%;
  }
}
@media only screen and (max-width: 985px) {
  .gp-hero .width-container img {
    min-width: 846px;
  }
}
@media only screen and (max-width: 767px) {
  .gp-hero .width-container img {
    min-width: 846px;
  }
}
.gp-hero .width-container .green-button.larger {
  background: #59b3b8;
  color: #e6e6eb !important;
  padding: 10px 16px 10px 28px;
  margin: 0px;
  margin-right: 0px;
  font-family: semplicitapro, sans-serif !important;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .gp-hero .width-container .green-button.larger {
    font-size: 1rem;
  }
}
.gp-hero .text-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding-top: 100px;
}
.gp-hero .text-container h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0px;
  font-family: "HKGrotesk", sans-serif !important;
  color: #3A3B65;
}
@media only screen and (max-width: 767px) {
  .gp-hero .text-container h1 {
    font-size: 3rem;
  }
}
.gp-hero .text-container p {
  color: #3A3B65;
  font-size: 1.5rem;
  line-height: 125%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .gp-hero .text-container p {
    font-size: 1.2rem;
  }
}

.gp-stats {
  padding: 100px 0px;
  padding-top: 50px;
  background-color: #EDEDF2;
}
@media only screen and (max-width: 800px) {
  .gp-stats {
    padding: 60px 0px;
    padding-top: 0px;
  }
}
.gp-stats h2 {
  line-height: 100%;
  font-size: 3rem;
  margin: 0px;
}
.gp-stats h2.smaller {
  max-width: 70%;
}
@media only screen and (max-width: 800px) {
  .gp-stats h2 {
    font-size: 2.5rem;
  }
}
.gp-stats p {
  font-size: 1.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 800px) {
  .gp-stats p {
    font-size: 1.2rem;
  }
}
.gp-stats .stat-numbers {
  margin-top: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .gp-stats .stat-numbers {
    margin-top: 80px;
  }
}
.gp-stats .stat-numbers .stat {
  font-weight: bold;
  font-family: "HKGrotesk", sans-serif !important;
  color: #fff;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .gp-stats .stat-numbers .stat {
    width: 400px !important;
  }
}
.gp-stats .stat-numbers .stat .stat-text {
  position: absolute;
  top: 0;
  left: 0;
}
.gp-stats .stat-numbers .stat.one {
  align-self: center;
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .gp-stats .stat-numbers .stat.one .stat-text {
    transform: scale(60%);
    top: 0% !important;
    left: 7% !important;
  }
}
@media only screen and (max-width: 680px) {
  .gp-stats .stat-numbers .stat.one {
    width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .gp-stats .stat-numbers .stat.one {
    width: initial !important;
  }
}
.gp-stats .stat-numbers .stat.one .stat-text {
  top: 10%;
  left: 22%;
}
.gp-stats .stat-numbers .stat.two {
  align-self: flex-start;
  margin-top: -220px;
  margin-left: 80px;
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .gp-stats .stat-numbers .stat.two {
    margin-top: -128px;
  }
  .gp-stats .stat-numbers .stat.two .stat-text {
    top: 7% !important;
    left: -1% !important;
    transform: scale(60%);
  }
}
@media only screen and (max-width: 870px) {
  .gp-stats .stat-numbers .stat.two {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 680px) {
  .gp-stats .stat-numbers .stat.two {
    margin-top: -50px;
    margin-left: 0;
    width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .gp-stats .stat-numbers .stat.two {
    width: initial !important;
  }
}
.gp-stats .stat-numbers .stat.two .stat-text {
  top: 23%;
  left: 17%;
}
.gp-stats .stat-numbers .stat.three {
  align-self: flex-end;
  margin-top: -290px;
  margin-right: 100px;
  width: 600px;
}
@media only screen and (max-width: 1200px) {
  .gp-stats .stat-numbers .stat.three {
    margin-top: -200px;
  }
  .gp-stats .stat-numbers .stat.three .stat-text {
    top: -1% !important;
    left: 10% !important;
    transform: scale(60%);
  }
  .gp-stats .stat-numbers .stat.three .stat-text br {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .gp-stats .stat-numbers .stat.three {
    margin-top: -70px;
  }
}
@media only screen and (max-width: 680px) {
  .gp-stats .stat-numbers .stat.three {
    margin-top: -70px;
    margin-right: 0;
    width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .gp-stats .stat-numbers .stat.three {
    width: initial !important;
  }
}
.gp-stats .stat-numbers .stat.three .stat-text {
  top: 15%;
  left: 25%;
}
.gp-stats .stat-numbers .stat h2 {
  font-size: 12rem;
  margin: 0px;
  line-height: normal;
}
.gp-stats .stat-numbers .stat span {
  font-size: 5.4rem;
}
.gp-stats .stat-numbers .stat p {
  font-size: 2rem;
  margin: 0px;
  margin-top: -40px;
  color: #fff;
  line-height: 100%;
}
.gp-stats .stat-numbers .stat p.text-blue {
  color: #3D3B63;
}

.stat-numbers-new {
  margin: 100px 0px;
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new {
    margin: 50px 0px;
  }
}
.stat-numbers-new .width-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.stat-numbers-new .width-container .stat-container {
  width: 100%;
  max-width: 360px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .stat-numbers-new .width-container .stat-container.one {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new .width-container .stat-container.one {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .stat-numbers-new .width-container .stat-container.two {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new .width-container .stat-container.two {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .stat-numbers-new .width-container .stat-container.three {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new .width-container .stat-container.three {
    width: 100%;
    max-width: 100%;
  }
}
.stat-numbers-new .width-container .stat {
  border-radius: 300px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new .width-container .stat {
    max-width: 290px;
    height: 400px;
  }
}
.stat-numbers-new .width-container .stat.one {
  background: #70B1B6;
  color: #EDEDF2;
}
.stat-numbers-new .width-container .stat.one p {
  color: #EDEDF2;
}
.stat-numbers-new .width-container .stat.two {
  background: #BFD6D7;
  color: #3A3B65;
  text-align: center;
}
.stat-numbers-new .width-container .stat.two p {
  color: #3A3B65;
}
.stat-numbers-new .width-container .stat.three {
  background: #D6E0E3;
  color: #70B1B6;
}
.stat-numbers-new .width-container .stat.three p {
  color: #70B1B6;
}
.stat-numbers-new .width-container .stat h2 {
  font-size: 9rem;
  font-weight: 900;
  margin: 0px;
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new .width-container .stat h2 {
    font-size: 7rem;
  }
}
.stat-numbers-new .width-container .stat span {
  font-size: 4rem;
  line-height: 100%;
}
.stat-numbers-new .width-container .stat p {
  font-size: 1.5rem;
  margin: 0px;
  line-height: 100%;
}
@media only screen and (max-width: 790px) {
  .stat-numbers-new .width-container .stat p {
    font-size: 1rem;
  }
}

.gp-works-with {
  padding: 0px 0px;
  background-color: #EDEDF2;
}
.gp-works-with .top-bottom-image {
  display: block;
  width: 100%;
}
.gp-works-with h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  max-width: 70%;
  line-height: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  .gp-works-with h2 {
    font-size: 2.5rem;
  }
}
.gp-works-with .width-container {
  height: auto !important;
}
.gp-works-with .gp-logos-container {
  background-color: #D6E0E3;
  padding-top: 30px;
}
.gp-works-with .gp-logos-container .logo-outer {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 20px 0px;
}
@media only screen and (max-width: 800px) {
  .gp-works-with .gp-logos-container .logo-outer {
    padding: 30px;
  }
}
.gp-works-with .gp-logos-container .logo-outer .row {
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .gp-works-with .gp-logos-container .logo-outer .row {
    justify-content: center;
  }
}
.gp-success-stories {
  background-color: #E0ECED;
  background-image: url("/wp-content/themes/gotcare/images/gotcare-plus/success-stories-bg-blobs.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px;
}
.gp-success-stories .width-container h2 {
  font-size: 2.2rem;
  margin: 0px;
  line-height: 100%;
  font-family: "HKGrotesk", sans-serif;
}
.gp-success-stories .width-container .sub-title-container {
  max-width: 600px;
  width: 100%;
}
.gp-success-stories .width-container .sub-title-container h3 {
  color: #70B1B6;
  font-size: 2.8rem;
  line-height: 125%;
  margin-top: 20px;
  font-family: "HKGrotesk", sans-serif;
}
@media only screen and (max-width: 767px) {
  .gp-success-stories .width-container .sub-title-container h3 {
    font-size: 2rem;
  }
}
.gp-success-stories .width-container .box-card-container {
  margin-top: 100px;
}
.gp-success-stories .width-container .box-cards .box {
  border-radius: 30px;
  background-color: #B3E1E5;
}
.gp-success-stories .width-container .box-cards .box .box-title {
  border-radius: 63px;
  background-color: #EDEDF2;
  color: #3A3B65;
  padding: 10px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "HKGrotesk", sans-serif !important;
}
.gp-success-stories .width-container .box-cards .box p {
  padding: 30px;
  box-sizing: border-box;
  margin: 0px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .gp-success-stories .width-container .box-cards .box p {
    font-size: 1.2rem;
  }
}
.gp-success-stories .width-container .stat-box {
  display: flex;
  border-radius: 30px;
}
.gp-success-stories .width-container .stat-box .stat {
  display: flex;
  padding-left: 20px;
}
.gp-success-stories .width-container .stat-box .stat .stat-number {
  font-size: 100px;
  font-weight: 700;
  width: 45%;
}
@media only screen and (max-width: 900px) {
  .gp-success-stories .width-container .stat-box .stat .stat-number {
    font-size: 75px;
  }
}
.gp-success-stories .width-container .stat-box .stat p {
  font-size: 1.25rem;
}
@media only screen and (max-width: 900px) {
  .gp-success-stories .width-container .stat-box .stat p {
    width: 80%;
  }
}
.gp-success-stories .width-container .stat-box.orange-background {
  background: #F7CEB5;
  color: #3A3B65;
}
.gp-success-stories .width-container .stat-box.orange-background p {
  color: #3A3B65;
}
.gp-success-stories .width-container .stat-box.blue-background {
  background: #3A3B65;
  color: #EDEDF2;
}
.gp-success-stories .width-container .stat-box.blue-background p {
  color: #EDEDF2;
}
.gp-success-stories .width-container .stat-box.green-background {
  color: #787986;
  background: #B3E1E5;
}
.gp-success-stories .width-container .stat-box.green-background p {
  color: #787986;
}
.gp-success-stories .width-container .stat-box.grey-background {
  background: #787986;
  color: #B3E1E5;
}
.gp-success-stories .width-container .stat-box.grey-background p {
  color: #B3E1E5;
}
.gp-success-stories .width-container .issue-solution {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .gp-success-stories .width-container .issue-solution {
    flex-direction: column;
  }
}
.gp-success-stories .width-container .issue-solution .solution {
  background: #88CCD0 !important;
}
.gp-success-stories .width-container .implementation-results {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .gp-success-stories .width-container .implementation-results {
    flex-direction: column;
  }
}
.gp-success-stories .width-container .implementation-results .implementation {
  width: 50%;
  background: #70B1B6;
}
@media only screen and (max-width: 900px) {
  .gp-success-stories .width-container .implementation-results .implementation {
    width: 100%;
  }
}
.gp-success-stories .width-container .implementation-results .implementation p {
  color: #EDEDF2;
}
.gp-success-stories .width-container .implementation-results .results {
  width: 50%;
  background: #EDEDF2;
}
.gp-success-stories .width-container .implementation-results .results p {
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .gp-success-stories .width-container .implementation-results .results {
    width: 100%;
  }
}
.gp-success-stories .quote-container {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .gp-success-stories .quote-container {
    margin-top: 60px;
  }
}
.gp-success-stories .quote-container .quote-content {
  width: calc(100% - 200px);
  background: #EDEDF2;
}
@media only screen and (max-width: 767px) {
  .gp-success-stories .quote-container .quote-content {
    width: 100% !important;
  }
}
.gp-success-stories .quote-container blockquote {
  font-size: 1.4rem;
}

.company-highlights {
  background: #D6E0E3;
  border-radius: 200px;
  padding: 60px 0px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 950px) {
  .company-highlights {
    border-radius: 80px;
    padding-bottom: 60px;
  }
}
.company-highlights .highlight-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .company-highlights .highlight-container {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
}
.company-highlights .highlight-container .highlight {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  background: #EDEDF2;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 15px;
  width: 50%;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .company-highlights .highlight-container .highlight {
    width: 100%;
  }
}
.company-highlights .highlight-container .highlight.logo-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.company-highlights .highlight-container .highlight:hover .link-arrow {
  transform: scale(1.05);
}
.company-highlights .highlight-container .highlight.no-link {
  cursor: initial;
}
.company-highlights .highlight-container .highlight .link-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("/wp-content/themes/gotcare/images/impact/link-arrow.svg");
  background-size: 21px;
  background-position: center center;
  background-color: #70B1B6;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.company-highlights .highlight-container .highlight p {
  margin-bottom: 10px;
}
.company-highlights .highlight-container .highlight.logos-top p {
  width: calc(100% - 80px);
}

.info-download-card {
  padding-top: 70px;
}
.info-download-card .download-card-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  .info-download-card .download-card-container {
    flex-direction: column;
    gap: 30px;
  }
}
.info-download-card .download-card-container .download-card {
  display: block;
  width: 33.3%;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 60px;
  box-sizing: border-box;
  position: relative;
  background-color: #EAE5E3;
  text-decoration: none;
  color: #3A3B65;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
@media only screen and (max-width: 900px) {
  .info-download-card .download-card-container .download-card {
    width: 100%;
  }
}
.info-download-card .download-card-container .download-card:hover .download-arrow {
  transform: scale(1.05);
}
.info-download-card .download-card-container .download-card h3 {
  margin: 0px;
  font-size: 1.7rem;
  line-height: 142%;
}
@media only screen and (max-width: 767px) {
  .info-download-card .download-card-container .download-card h3 {
    font-size: 1.5rem;
  }
}
.info-download-card .download-card-container .download-card .download-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("/wp-content/themes/gotcare/images/impact/download-arrow.svg");
  background-size: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.info-download-card .download-card-container .download-card.orange span {
  color: #F29A77 !important;
}
.info-download-card .download-card-container .download-card.orange .download-arrow {
  background-color: #F29A77;
}
.info-download-card .download-card-container .download-card.green span {
  color: #70B1B6 !important;
}
.info-download-card .download-card-container .download-card.green .download-arrow {
  background-color: #70B1B6;
}
.info-download-card .download-card-container .download-card.blue span {
  color: #6F6EA1 !important;
}
.info-download-card .download-card-container .download-card.blue .download-arrow {
  background-color: #6F6EA1;
}/*# sourceMappingURL=style.css.map */