.activation-form {
  max-width: 600px;
  margin-bottom: 120px;
}
/*******************************************************************
 * Styles specific to Cookie Preferences Banner
 * See: https://app.shortcut.com/emsanacare/story/5912/
 *******************************************************************/
.cookie-preferences-checkbox-input {
    display: unset;
    margin: unset;
    width: unset;
}

/*******************************************************************
 * Styles specific to iOS date picker
 * See: https://app.shortcut.com/emsanacare/story/906
 *******************************************************************/
@supports (-webkit-touch-callout: none) {
  input[type="date"] {
    -webkit-appearance: none;
    border-color: #dddfe2;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    color: #14342b;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    margin: 20px 0;
    padding: 15px 10px;
    width: 100%;
    text-align: left;
    background: #fff;
  }
}

h1 {
  font-family: "Montserrat";
  font-size: 64px;
  line-height: 76px;
  font-weight: 700;
}
.remember-me-div {
  display: flex;
}
.remember-me-div input[type="checkbox"] {
  width: fit-content;
  margin: 0px;
  margin-right: 10px;
}
.forgot-password, .login-page {
  padding: 40px;
}
.forgot-password a, .login-page a, label {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.birthdate-error {
  margin-top: 5px;
  margin-bottom: 20px;
  color: white;
  padding: 13px;
  background-color: #CE4444;
  font-size: 16px;
  font-weight: 600;
  display: none;
}
.step-error {
  visibility: hidden;
  backdrop-filter: blur(8px);
  background: rgba(51, 3, 47, 0.9);
  border-style: none;
  border-radius: 2rem;
  box-shadow: 0 0 3rem #000;
  color: #fff;
  left: 1rem;
  padding: 1.5rem;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: auto;
}
.step-error p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.step-error button {
  right: 0;
  top: 0;
  padding: 10px;
  background-color: #9ec13b;
  color: white;
  width: initial;
}
.step-actions {
  margin: 40px 0;
}
.button-arrow {
  display: inline;
  position: absolute;
  margin-left: 30px;
}
.checkbox-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.checkbox-area input {
  width: auto;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 0;
}
.checkbox-area {
  font-size: 16px;
}
.identity-fields > label {
  color: #ffffff;
}
.agreement {
  background-color: #f2f8f4;
  overflow-y: scroll;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.agreement-text {
  color: black;
  font-family: "Montserrat";
  overflow-y: scroll;
  font-weight: 400;
  min-height: 250px;
}
.hipaa-container {
  margin-bottom: 80px;
}
.agreement-download {
  text-align: center;
}
.agreement-download a {
  display: block;
  width: 100%;
  padding: 20px 0 10px;
  color: #333333;
}
.agreement-container {
  margin: 20px;
}
.consents-header {
  background-color: #15352c;
  padding: 17px 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consents-header button {
  width: fit-content;
  padding: 8px 10px;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif !important;
}
.consents-header button:hover {
  background-color: white;
  color: #60935e;
}
.consents-header-hr {
  width: 100%;
  height: 10px;
  background-color: #60935e;
}
.privacy-policy-container {
  padding: 48px 140px;
}
.privacy-policy h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif !important;
}
.privacy-policy h3 {
  margin-bottom: 40px;
  color: #60935e;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}
.privacy-policy h4 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: #303030;
}
.privacy-policy p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: #303030;
  font-family: "Montserrat", sans-serif;
}
.privacy-policy b {
  font-weight: 700;
  color: #707070;
}
.privacy-policy ul {
  padding: 16px 40px;
}
.privacy-policy li {
  font-size: 18px;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 5px;
}
.privacy-policy h6 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
  font-weight: normal;
}
.privacy-policy h2, h3, h4, h6 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.privacy-policy h5 {
  font-size: 18px;
  line-height: 1.6;
  color: #707070;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-bottom: 25px;
}
.privacy-policy a {
  color: #60935e;
}
.consents-footer {
  padding: 60px 140px 0px 140px;
  background-color: #15352c;
}
.consents-footer-inner {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.column-2 {
  display: flex;
  justify-content: center;
  width: 17%;
}
.column-3 {
  flex: 0 0 auto;
  width: 24%;
}
.rights-div {
  text-align: end;
  padding: 64px 0px;
}
.consents-footer-inner p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
}
.consents-footer-inner a {
  color: #9ec13c;
  line-height: 1.6;
  font-size: 15px;
}
.rights-div p {
  color: white;
  font-size: 13px;
}
.hipaa-policy-box {
  background-color: #f2f8f4;
  overflow-y: scroll;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  color: black;
  font-family: "Montserrat";
  font-weight: 400;
  height: 320px;
}
.hipaa-policy-box h6 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.hipaa-policy-box p {
  margin-bottom: 20px;
}
.hipaa-policy-box h3, h4 {
  margin-bottom: 20px;
}
.hipaa-policy-box ul {
  padding-left: 25px;
}
.hipaa-agreement {
  width: fit-content;
}
.phone-verify label {
  display: none;
}
.check-box-area-row {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
}
.check-box-area {
  width: fit-content;
}
.check-box-label {
  width: 90%;
}
.check-box-area-row input[type="checkbox"] {
  width: fit-content;
  margin: 0px;
  margin-top: 2px;
}
.card-activated .step-explanation {
  text-align: center;
}
.card-activated .step-explanation svg {
  padding: 0 0 20px;
}
.text-us-section {
  background-color: #f2f8f4;
  border-radius: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 10px;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.more-info {
  background-color: #14342b;
  margin: -140px -40px;
  padding: 140px 40px 140px;
  z-index: 0;
  position: relative;
}
.more-info p {
  color: #bbdfc5;
}
.inner-space {
  padding-right: 60px;
}
.disclosures {
  padding: 20px 20px;
}
.disclosures-text {
  max-height: 80vh;
}
.emsana {
  color: #fff;
  font-weight: bolder;
  font-size: 38px;
}
.care {
  font-weight: lighter;
  font-size: 38px;
  color: #9ec13b;
}
.welcome-layout {
  color: white;
  background-color: #15352c;
  padding: 50px 134px 50px 134px;
}
.card-activation a {
  color: #000;
}
.activate-link {
  color: white;
}
.card-activation {
  margin-top: 10px;
}
.welcome-inner {
  display: flex;
  flex-direction: row;
  row-gap: 100px;
  justify-content: space-between;
  margin-top: -20px;
}
.welcome-heading {
  color: white;
  font-size: 27px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.landing-page-header {
  display: flex;
}
.sub-heading-line {
  width: 36px;
  height: 2px;
}
.welcome-sub-heading {
  color: white;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  font-family: "Montserrat";
  margin-bottom: 20px;
}
.welcome-text {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat";
  font-family: "Montserrat";
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  margin-bottom: 175px;
}
.content ul li {
  margin-left: 20px;
  color: white;
  line-height: 25px;
  font-size: 16px;
}
.content span {
  font-weight: bold;
}
.mobile {
  padding-right: 40px;
  padding-left: 40px;
}
.mobile-img {
  width: 36vw;
}
.sign-up {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -40px;
  padding: 70px 175px 70px 70px;
}
.sign-up-heading {
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 48px;
}
.ending-heading p {
  color: #9EC13C;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.sign-up-text {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}
.get-started-btn-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-started-btn {
  background-color: #60935e;
  border-radius: 0px;
  width: 250px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  margin-top: 30px;
}
.get-started-btn:hover {
  background-color: #60935e;
}
.bank-footer-div {
  background-color: #15352c;
  padding-top: 50px;
}
.bank-footer-div p {
  color: white;
}
.card-activation-successful-bank-footer {
  margin-top: -30px;
}
.landing-page-bank-footer {
  background-color: #15352c;
  padding-bottom: 50px;
  padding-left: 136px;
  padding-right: 136px;
}
.working-layout {
  background-color: #EFF0EE;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 134px;
}
.messages-div {
  width: 50%;
  display: flex;
  align-items: center;
}
.messages-img {
  width: 100%;
}
.working {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
}
.working > h1, p {
  color: #333333;
}
.working-heading {
  font-size: 23px !important;
  font-weight: bold;
}
.working > p {
  font-size: 40px;
  line-height: 49px;
}
.working > ol li {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.working li::marker {
  font-weight: bold;
}
.working li:last-child {
  list-style: none;
}
.working span {
  font-weight: bold;
}
.working button {
  background-color: #60935e;
  border-radius: 0px;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 10px;
}
.get-started-registration {
  display: flex;
  padding: 50px 100px;
  column-gap: 100px;
}
.get-started-now {
  width: 50%;
}
.registration-details {
  width: 50%;
}
.get-started-registration p {
  font-size: 18px;
  line-height: 28px;
}
.get-started-registration ul li {
  font-size: 18px !important;
  line-height: 30px;
}
.get-started-registration h1 {
  font-size: 28px;
  color: black;
  margin-block: 0px;
}
.get-started-registration h2 {
  font-size: 16px;
  color: black;
  margin-block: 0px;
}
.get-started-registration a {
  color: #60935e;
  font-weight: normal;
}
.get-started-registration button {
  background-color: #60935e;
  border-radius: 0px;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 10px;
  margin: 25px 0px;
}
.get-started-registration ul li {
  font-size: 23px;
  line-height: 30px;
  margin-left: 30px;
}
.doctor-emsanacare-layout {
  display: flex;
  padding: 30px 100px;
  background-color: #EFF0EE;
}
.doctor-emsanacare {
  width: 50%;
  padding-right: 50px;
}
.doctor-emsanacare img {
  width: 100%;
}
.learn-more {
  width: 50%;
}
.learn-more p {
  font-size: 18px;
  line-height: 28px;
}
.learn-more a {
  color: #60935e;
}
.learn-more ul {
  margin-left: 70px;
  margin-top: 20px;
  font-weight: 500;
}
.register-emsanacare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 110px 136px 110px 136px;
  text-align: center;
}
.register-emsanacare a {
  color: #60935e;
}
.register-emsanacare > h1 {
  color: #333333;
}
.register-emsanacare > h2 {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  text-align: left;
}
.register-emsanacare-btn {
  background-color: #60935e;
  border-radius: 0px;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  padding: 20px;
}
.care-card-layout {
  background: url("/assets/care_card_bg-e7c63af8.png");
  background-repeat: no-repeat;
  display: flex;
  height: 818px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-position: center;
  padding-left: 136px;
}
.card-center {
  align-items: center;
  margin-right: 0px;
}
.care-card-inner-layout {
  display: flex;
}
.inner-section-one {
  width: 50%;
  padding-right: 40px;
}
.inner-section-one p {
  color: white;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  padding: 0px 0px 20px 0px;
}
.italic-line {
  font-size: 12px !important;
  font-style: italic;
}
.inner-section {
  width: 50%;
  background-color: #15352c;
  padding: 15px;
  margin-right: 150px;
  margin-left: 100px;
  border-radius: 10px;
}
.inner-section > h4 {
  color: white;
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-size: 16px;
  margin-bottom: 30px;
}
.inner-section > p {
  color: white;
  font-size: 12px;
}
.faq-layout {
  padding: 120px 136px 120px 136px;
}
.faq-layout > h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.faq-layout h2 {
  font-size: 32px;
  line-height: 39px;
  color: #333333;
  font-weight: 500;
  font-family: "Montserrat";
  margin: 0px;
}
.faq-layout ol {
  margin-bottom: 20px;
}
.faq-layout ul {
  list-style: disc;
  margin-left: 25px;
}
.faq-layout ol, li, p, ul {
  font-size: 15px;
  line-height: 20px;
  color: black;
  margin: 0px;
  font-family: "Montserrat";
}
.phone-verify label {
  display: none;
}
.check-box-area-row {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
}
.check-box-area {
  width: fit-content;
}
.check-box-label {
  width: 90%;
}
.faq-question {
  width: 100%;
}
.faq-caret {
  width: fit-content;
}
.faq-collapsible {
  cursor: pointer;
  display: flex;
  padding: 0px;
  text-transform: none;
  background-color: transparent;
  align-items: end;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.faq-collapsible:hover {
  background-color: transparent;
}
.collapsible-content {
  display: none;
  overflow: hidden;
  margin: 0px;
  padding: 20px 0px 20px 0px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.contact-us-layout {
  background: url("/assets/contact_us_bg-9b7388b2.png");
  background-repeat: no-repeat;
  height: 654px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-right: 136px;
}
.questions {
  float: right;
}
.questions > h1 {
  color: white;
  font-size: 40px;
  line-height: 48px;
  font-family: "Montserrat";
  margin-bottom: 60px;
}
.caret-down {
  vertical-align: bottom;
  position: relative;
  bottom: -8px;
}
.questions > h2 {
  color: white;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
}
.contact-us {
  color: #60935e;
}
.main-layout {
  min-height: 100vh;
  background-color: #15352c;
  display: flex;
  justify-content: center;
}
.contact {
  min-height: 100vh;
  background-color: #15352c;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-explanation {
  margin-bottom: 50px;
}
.step-explanation > p, h1 {
  color: white;
}
.contact-emsana-care-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
}
.contact-emsana-care {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.enrollment-container {
  background-color: #15352c;
  display: flex;
  margin-top: 80px;
}
.list-details {
  padding-left: 0px;
  margin-left: 20px;
}
.list-details-li {
  color: #ffffff;
  margin: 30px 0px 30px 25px;
}
.enrollment-heading {
  line-height: 50px;
}
.checkbox-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.select-date {
  display: flex;
  column-gap: 4px;
  overflow-x: auto;
}
.select-date select {
  padding: 15px 10px 15px 10px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  border-width: 2px;
  border-style: solid;
  border-color: #DDDFE2;
  border-radius: 6px;
  color: #14342B;
  margin: 15px 0;
}
.select-month {
  flex-grow: 1;
  min-width: 105px;
}
.select-day {
  flex-grow: 1;
  min-width: 80px;
}
.select-year {
  flex-grow: 1;
  min-width: 85px;
}
.required {
  color: #ffffff;
  font-size: 14px;
}
.form-set-margin {
  margin: 0px !important;
}
.white-label label {
  color: white !important;
}
.redirected-contact-us-layout {
  padding: auto;
}
.code-btn {
  background-color: #60935e;
}
.code-btn:hover {
  background-color: #60935e;
}
.verify-code-btn {
  background-color: #60935e;
}
.verify-code-btn:hover {
  background-color: #60935e;
}
.verify-btn-text {
  color: white;
}
.resend-code-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.resend-code {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: table;
  margin-top: 20px;
  text-decoration: underline;
}
.line-space {
  margin-bottom: -20px;
}
.logo-header {
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #15352c;
  align-items: center;
  margin-bottom: -1px;
}
.contact-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.bold-word {
  font-weight: 700;
}
.error-text p {
  color: white;
}
.p-info {
  line-height: 30px;
}
.error-text {
  margin-top: -20px;
}
.questions-error {
  margin-top: 40px;
}
.error-modal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.error-modal-btn {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}
.contact-us-link {
  text-decoration: none;
}
.contact-link-error {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.error-div {
  margin-top: 100px;
  width: 60%;
}
.error-heading {
  line-height: 70px;
}
.error-div p {
  margin-bottom: 10px;
}
.show-address p {
  scrollbar-gutter: 0px;
  color: white;
}
.show-address > p {
  margin-bottom: 30px;
}
.address-div {
  display: flex;
  flex-direction: column;
  background: rgba(96, 147, 94, 0.22);
  border-radius: 6px;
  padding: 20px;
  row-gap: 15px;
  margin-bottom: 40px;
}
.address-label-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.display-address {
  font-weight: 700;
  color: white;
}
.show-address-bullet {
  margin-left: 10px;
  padding-left: 10px;
  color: white;
}
.address-collapse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.address-section {
  background-color: #60935e38;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.edit-link {
  text-decoration: none;
  color: white;
  font-weight: 700;
  margin-top: 30px;
}
.address-text {
  color: white;
  margin: 30px 5px 30px 5px;
}
.edit-address-link {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.phone-bold-link {
  color: black;
  text-decoration: none;
}
.phone-simple-link {
  color: black;
  text-decoration: none;
}
.phone-white-link {
  text-decoration: none;
}
.trp-logo {
  width: 400px;
  height: 100px;
  margin-left: 60px;
  position: relative;
  top: -27px;
}
.card-activated-div p {
  color: white;
  font-size: 16px;
  line-height: 19.5px;
  margin-bottom: 20px;
}
.card-activation-warning {
  margin-top: 100px;
  font-style: italic;
}
.done-logo-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 250px) and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .logo-style {
    margin-left: 20px;
  }
  .welcome-layout {
    padding: 50px 0px 50px 0px;
  }
  .landing-page-header {
    flex-direction: column;
  }
  .trp-logo {
    width: 350px;
    height: 90px;
    margin-left: 0px;
    top: 0px;
  }
  .working-layout {
    display: block;
    padding: 0px;
  }
  .welcome-inner {
    display: block;
    margin-top: -30px;
  }
  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px 0px 40px;
    margin-bottom: 20px;
  }
  .mobile {
    display: flex;
    justify-content: center;
    padding: 0px 40px;
    margin-bottom: 0px;
  }
  .mobile-img {
    width: 90vw !important;
  }
  .ending-heading {
    padding: 0px 40px;
  }
  .welcome-sub-heading {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
  }
  .welcome-text {
    font-size: 16px;
    line-height: 19px;
  }
  .sign-up-text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
  }
  .get-started-link {
    width: 100%;
  }
  .get-started-btn {
    width: 100%;
  }
  .register-emsanacare > h1 {
    color: #333333;
    text-align: left;
  }
  .working-layout {
    display: block;
    overflow-x: hidden;
  }
  .messages-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .messages-img {
    width: 80%;
    margin: 20px;
  }
  .learn-more ul {
    margin-left: 15px;
    margin-top: 20px;
  }
  .working {
    width: 80%;
    display: block;
  }
  .inner-space {
    padding-right: 0px;
  }
  .working > p {
    font-size: 24px;
    line-height: 29px;
  }
  .working {
    margin: 0px 40px 40px 40px;
  }
  .working > ol li {
    margin-bottom: 20px;
  }
  .register-emsanacare {
    padding: 20px 40px 60px 40px;
  }
  .register-emsanacare > h2 {
    font-size: 20px;
    line-height: 29px;
    text-align: left;
  }
  .register-emsanacare-btn {
    font-size: 14px;
  }
  .get-started-registration {
    flex-direction: column;
    padding: 40px;
    row-gap: 20px;
  }
  .get-started-now {
    width: 100%;
  }
  .registration-details {
    width: 100%;
  }
  .doctor-emsanacare-layout {
    flex-direction: column;
    padding: 30px 40px;
    row-gap: 30px;
  }
  .doctor-emsanacare {
    width: 100%;
  }
  .learn-more {
    width: 100%;
  }
  .card-center {
    margin-bottom: 60px;
  }
  .care-card-inner-layout {
    display: block;
  }
  .inner-section-one {
    padding: 0px;
    width: 100%;
  }
  .inner-section {
    width: fit-content;
    margin-right: 0px;
    margin-left: 0px;
  }
  .care-card-layout > h1 {
    margin-block-end: 0px;
  }
  .faq-layout {
    padding: 40px;
  }
  .faq-layout > h1 {
    margin: 0px;
  }
  .faq-layout h2 {
    font-size: 25px;
    line-height: 31px;
  }
  .questions > h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .questions > h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-us {
    color: white;
  }
  .questions > p {
    color: white;
    margin-bottom: 10px;
  }
  .verify-explanation {
    margin: 275px 0 20px;
  }
  .contact_link {
    color: #ffffff;
  }
  .main-layout {
    padding: 0px 40px 0px 40px;
  }
  .enrollment-container {
    margin-top: 40px !important;
  }
  .step-explanation > p {
    margin: 32px 0px 32px 0px;
  }
  .logo-header {
    padding: 30px 20px 30px 20px !important;
  }
  .checkbox-area {
    margin-bottom: 40px;
  }
  .error-div {
    margin-top: 100px;
    width: 100%;
  }
  .error-div p {
    margin-bottom: -15px;
  }
  .activation-form {
    width: 100%;
  }
  .error-div p {
    margin-bottom: -15px;
  }
  .collapsible-content {
    padding: 0px;
  }
  .contact {
    padding: 0px 40px 50px 40px;
  }
  .landing-page-bank-footer {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .card-activated-div h1 {
    text-align: center;
  }
  .card-activated-div p {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 250px) and (max-width: 375px) {
  .trp-logo {
    width: 260px;
    height: 80px;
  }
  .check-box-label {
    width: 85%;
  }
  .faq-question {
    width: 87%;
  }
  .faq-caret {
    width: fit-content;
  }
}
@media (min-width: 250px) and (max-width: 375px) {
  .check-box-label {
    width: 85%;
  }
  .faq-question {
    width: 87%;
  }
  .faq-caret {
    width: fit-content;
  }
}
.reach-us-section {
  background-color: #15352c;
  position: relative;
}
.reach-us-section p {
  color: white;
}
.info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-list li {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.more-info {
  background-color: #15352c;
  margin: -140px -40px;
  padding: 140px 40px 140px;
  z-index: 0;
  position: relative;
}
.more-info li {
  color: white;
}
.invite-household-members {
  background-color: #60935e;
  font-size: revert;
}
.contact-screen h3 {
  color: white;
}
.bold-span {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-list-details p {
  margin-bottom: 10px;
  color: white;
}
.contact-list-details {
  margin-left: 30px;
}
@media (min-width: 250px) and (max-width: 480px) {
  .care-card-layout {
    background: url("/assets/care_card_bg_mobile-e11b97b9.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
    background-position: center;
  }
  .contact-us-layout {
    background: url("/assets/contact_us_bg_mobile-e51a2506.png");
    background-repeat: no-repeat;
    justify-content: center;
    height: 501px;
    padding-top: 0px;
    padding-right: 0px;
    background-size: 100%;
    padding: 0px 40px 0px 40px;
    background-position: center;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .care-card-layout {
    background: url("/assets/care_card_bg_tablet-09d85276.png");
    background-repeat: no-repeat;
    padding: 40px;
    background-position: center;
  }
  .contact-us-layout {
    background: url("/assets/contact_us_bg_tablet-2c86f568.png");
    background-repeat: no-repeat;
    justify-content: center;
    padding-top: 0px;
    padding-right: 0px;
    padding: 0px 40px 0px 40px;
    background-position: center;
  }
}
@media (min-width: 769px) and (max-width: 1051px) {
  .welcome-layout {
    padding: 50px 55px 50px 55px;
  }
  .content {
    padding-left: 30px;
  }
  .mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .working-layout {
    padding: 55px 55px 0px 55px;
    display: block;
  }
  .messages-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .working {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    padding-top: 55px;
  }
  .register-emsanacare {
    padding: 55px;
  }
  .care-card-layout {
    padding-left: 55px;
  }
  .care-card-layout h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .inner-section {
    margin-right: 55px;
    margin-left: 20px;
  }
  .faq-layout {
    padding: 45px 55px 45px 55px;
  }
  .faq-layout > h1 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .contact-us-layout {
    padding-right: 55px;
    background: url("/assets/contact_us_bg-9b7388b2.png");
    background-repeat: no-repeat;
  }
  .get-started-registration {
    padding: 50px 55px;
  }
  .doctor-emsanacare-layout {
    display: flex;
    padding: 30px 55px;
    background-color: #EFF0EE;
  }
}
@media (min-width: 1050px) and (max-width: 1299px) {
  .welcome-layout {
    padding: 50px 90px;
  }
  .content {
    padding-left: 40px;
  }
  .mobile {
    padding-right: 0px;
    padding-left: 40px;
  }
  .working-layout {
    padding: 90px;
  }
  .register-emsanacare {
    padding: 90px;
  }
  .care-card-layout {
    padding-left: 90px;
  }
  .care-card-layout h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .faq-layout {
    padding: 70px 90px 70px 90px;
  }
  .faq-layout > h1 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .contact-us-layout {
    padding-right: 90px;
  }
}
@media (min-width: 1300px) and (max-width: 1423px) {
  .welcome-layout {
    padding: 50px 120px 50px 120px;
  }
  .content {
    padding-left: 60px;
  }
  .mobile {
    padding-left: 40px;
  }
  .register-emsanacare {
    padding: 100px 120px 100px 120px;
  }
  .care-card-layout {
    padding-left: 120px;
  }
  .faq-layout {
    padding: 100px 120px 100px 120px;
  }
  .faq-layout > h1 {
    margin-bottom: 45px;
  }
  .contact-us-layout {
    padding-right: 120px;
  }
}
@media (min-width: 1500px) {
  .care-card-layout {
    background-size: cover;
  }
  .contact-us-layout {
    background-size: cover;
  }
}
