@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
html {
    font-size: 100%;
}
body {
    font-size: 1rem !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.callToActionTYArea {
    padding: 4em 0 0 0;
}
.callToActionTYBlock {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.callToActionTYContent > p span {
    color: #3262ff;
}
.callToActionTYContent > p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}
.callToActionTYContent > span {
    margin-bottom: 20px;
    display: block;
}
.callToActionTYContent > div {
    text-align: center;
}
.callToActionTYContent > div button {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    max-width: 15em;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 10px;
    border: transparent;
    display: inline-block;
    background: #fa8c16;
    border: 1px solid #fa8c16;
    text-transform: uppercase;
}
.callToActionTYContent > div button:hover {
    background: #F07E05;
    transition: all 0.3s ease;
}
.callToActionTYContent > div span {
    display: block;
    /*font-weight: bold;*/
}
.thankYouArea .thankYouBlock {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.thankYouArea {
    padding: 4em 0;
}
.thankYouArea .thankYouUl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.thankYouArea .thankYouContent01 > p,
.thankYouArea .thankYouContent02 > p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #141414;
}
.thankYouArea ul.thankYouUl li {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.thankYouArea ul.thankYouUl li:last-child {
    margin-bottom: 0;
}
.thankYouArea .thankYouUl li div > span {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #3262ff;
}
.thankYouArea .thankYouContent01 {
    margin-bottom: 50px;
}
.questionSurvey {
    display: none;
}
.highlightBorder {
    position: relative;
    padding: 60px 20px 40px 20px;
    border: 10px solid #90c156;
}
.highlightBorder span.hlightText:after {
    top: 0;
    width: 0;
    right: 0;
    height: 0;
    content: "";
    z-index: 100;
    position: absolute;
    border-bottom: 29px solid #ffffff;
    border-left: 29px solid transparent;
}
.highlightBorder span.hlightText {
    top: 0;
    left: 0;
    color: #000;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    position: absolute;
    padding-left: 20px;
    font-style: italic;
    color: #fff;
    padding-right: 40px;
    padding-bottom: 5px;
    background: #90c156;
    text-transform: uppercase;
}

/* Question & Survey Area CSS */
.getStartedBannerBlock03,
.stepProgressArea {
    display: none;
}
.questionSurveyArea .questionSurveyText {
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}
.originalBackground {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    min-height: 450px;
    margin-bottom: 100px;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background: url('../images/form_bg.svg'); */
}
.alternateBackground {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    min-height: 450px;
    margin-bottom: 100px;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background: url('../images/form_bg.png'); */
}
.questionSurveyContent {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 15px 25px 15px;
}
.qsBlockttl01 {
    font-size: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.qsBlockDesc01 {
    text-align: left;
    text-transform: uppercase;
    color: #3262ff;
    font-weight: 500;
}
.questionSurvey > p.qsText01,
.questionSurvey > p.qsText02 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}
.questionSurvey ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.questionSurvey ul.questionSurveyUl li {
    font-size: 20px;
    min-height: 50px;
    border-radius: 4px;
    border: 1px solid #0000003b;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    color: #616161;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #fff;
}
.questionSurvey ul.questionSurveyUl li:last-child {
    margin-bottom: 0;
}
.questionSurvey ul.questionSurveyUl li:hover {
    transition: all 0.3s ease;
    background-color: #0000000a;
    cursor: pointer;
}
.questionSurveyDisclaimer {
    font-size: 10px;
    color: #222;
    display: block;
    margin-top: 15px;
}
.questionSurveyBtnFaq {
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 10px;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}
.btnFaqContainer {
    text-align: center;
    margin-top: 30px;
}
.questionSurvey05.questionSurvey > p.qsText02  {
    margin-bottom: 30px;
}
.questionSurvey03.questionSurvey > span,
.questionSurvey04.questionSurvey > span {
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}
.yesOrNoBtnUl {
    display: flex;
    gap: 10px;
}
.yesOrNoBtnUl li {
    flex: 1;
    font-size: 20px;
    min-height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    color: #616161;
    font-weight: 500;
    background-color: #fff;
}
.yesOrNoBtnUl li:first-child {
    background: #fa8c16;
    color: #222;
}
.yesOrNoBtnUl li:last-child {
    background: #e0e0e0;
    color: #222;
}
.yesOrNoBtnUl li:first-child:hover {
    background: #f07e05;
    transition: all 0.3s ease;
    cursor: pointer;
}
.yesOrNoBtnUl li:last-child:hover {
    background: #d5d5d5;
    transition: all 0.3s ease;
    cursor: pointer;
}
.stepProgressArea {
    position: absolute;
    top: 50%;
    padding: 0;
    right: 50%;
    width: 100%;
    max-width: 430px;
    transform: translate(50%, -50%);
}
#steps {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.step {
    width: 26px;
    height: 26px;
    font-size: 13px;
    color: #B3AD98;
    font-weight: 600;
    border: 2px solid;
    font-weight: bold;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border-color: transparent;
    background-color: white;
}
.step:first-child {
    line-height: 21px;
}
.step:nth-child(n+2) {
    margin: 0 0 0 100px;
    transform: translate(0, -5px);
}
.step:nth-child(n+2):before {
    width: 75px;
    height: 2px;
    content: '';
    display: block;
    background-color: #eceff1;
    transform: translate(-95px, 9px);
}
.step:last-child,
.step:nth-child(3) {
    color: #fff;
    background-color: #eceff1;
}
.step:last-child:after,
.step:nth-child(3):after {
    color: #eceff1;
}
.step:nth-child(3).active {
    /* color: #fff; */
    background-color: #fff;
}
.step:after {
    width: 150px;
    display: block;
    font-size: 11px;
    font-weight: 400;
    content: attr(data-desc);
    transform: translate(-63px, 6px);
}
.step.done:after {
    color: #3262ff;
}
.step:first-child:after {
    transform: translate(-63px, 2px);
}
.step.active:last-child {
    background-color: #fff;
}
.step.active:last-child {
    color: #3262ff;
}
.step.active {
    color: #3262ff;
    border-color: #3262ff;
}
.step.active:before {
    background: #3262ff;
}
.step.active:after {
    color: #3262ff;
}
.step.done {
    color: white;
    border-color: #3262ff;
    background-color: #3262ff;
}
.step.done:before {
    background-color: #3262ff;
}
.guideBannerArea {
    padding-top: 3em;
    padding-bottom: 4.25em;
    /* background: url('../images/hero_default.jpg') no-repeat;
    background-size: cover; */
    background-color: #212968;
}
.guideBannerArea h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.guideBannerArea p.subTitle {
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 30px;
}
.guideBannerArea h1 span {
    display: block;
    line-height: 1.2;
}
.guideBannerArea .zipFormArea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
    text-align: center;
}
.guideBannerArea  .inputBtnHolder {
    position: relative;
    margin-bottom: 10px;
}
.guideBannerArea .zipFormArea input {
    width: 100%;
    border: none;
    height: 100%;
    outline: none;
    font-weight: 500;
    font-size: 1.125em;
    background: #fff;
    border-radius: 6px;
    letter-spacing: .3px;
    padding: 20px 200px 20px 40px;
}
.guideBannerArea .zipFormArea button {
    top: 50%;
    right: 8px;
    width: 100%;
    max-width: 180px;
    font-size: 1em;
    position: absolute;
    transform: translate(0, -50%);
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    border: transparent;
    text-transform: uppercase;
    background: #fc8a00;
    transition: all 0.3s ease;
    padding: 8px 20px 10px 20px;
}
.guideBannerArea .zipFormArea button:hover {
    background: #F07E05;
    transition: all 0.3s ease;
}
.guideBannerArea .zipFormArea svg {
    top: 50%;
    left: 10px;
    color: #3262ff;
    position: absolute;
    transform: translate(0, -42%);
}
.guideBannerArea .zipFormArea span.ttl01 {
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.guideBannerArea .zipFormArea span.ttl02 {
    color: #fff;
    margin-top: 10px;
    display: block;
}
.guideBannerArea .whatYouGetArea {
    background-color: #fff;
    border-radius: 4px;
    padding: 2.5rem 2rem;
}
.guideBannerArea .whatYouGetTitle,
.guideBannerArea .faqTitle {
    color: #fff;
    font-size: 1.25em;
    display: block;
    margin-bottom: 0.625em;
    font-weight: bold;
    text-align: center;
}
.guideBannerArea .learnMoreLink {
    color: #fff;
    font-size: 1em;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.guideBannerArea .accordion-item {
    margin-bottom: 0.625em;
}
.guideBannerArea .whatYouGetItem {
    padding: 1.25rem;
    background-color: #eff9ff;
    border-radius: 6px;
    margin-bottom: 0.625em;
}
.guideBannerArea .whatYouGetItem > div {
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 3.125rem;
    padding-left: 5rem;
}
.guideBannerArea .itemIcon01 > div {
}
.guideBannerArea .itemIcon02 > div {
}
.guideBannerArea .itemIcon03 > div {
}
.guideBannerArea .itemIcon03 {
    margin-bottom: 0;
}
.guideBannerArea .whatYouGetItem > div span {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.313em;
}
.guideBannerArea .whatYouGetItem > div p {
    margin-bottom: 0;
}
.guideBannerArea .whatYouGetArea button {
    width: 100%;
    padding: 0.75em 0;
    margin-top: 0.938em;
    background-color: #ff8d01;
    color: #ffffff;
    font-weight: bold;
    border-color: #ff8d01;
    text-transform: uppercase;
}
.guideBannerArea .whatYouGetArea button:hover {
    background-color: #fff;
    border-color: #ff8d01;
    color: #ff8d01;
}
.guideBannerArea .whatYouGetArea .whatYouGetItem:nth-child(even) {
    background-color: #fef8f0;
}
.guideBannerArea .whatYouGetArea .whatYouGetItem:nth-child(odd) {
    background-color: #eff9ff;
}
.guideBannerArea .accordion-button:not(.collapsed)::after {
    background-image: url('../images/accordion-arrow.svg');
}
.guideBannerArea .accordion-button::after {
    background-image: url('../images/accordion-arrow.svg');
}
.guideBannerArea .accordion-button:focus {
    box-shadow: none;
}
.guideBannerArea .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.guideBannerArea .accordion-button {
    color: #fff;
}
.guideBannerArea .accordion-button:not(.collapsed) {
    color: #fff;
}
.guideBannerArea .accordion-item {
    color: #fff;
    border: transparent;
    background-color: rgb(255 255 255 / 10%);
}
.guideBannerArea .accordion-button {
    background: transparent;
}
.guideBannerArea .accordion-button:not(.collapsed) {
    background-color: transparent;
}

/* Text Area CSS */
.textImageArea {
    padding: 4.25em 0;
}
.textImageArea .textImageBlock01 h2 {
    width: 100%;
    color: #222;
    max-width: 80%;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
}
.textImageArea .textImageBlock01 p {
    width: 100%;
    color: #222;
    font-size: 1em;
    max-width: 80%;
    margin-bottom: 3.125em;
}
.textImageArea .textImageBlock01 span {
    color: #1d4ccd;
    font-weight: 600;
    font-size: 1.25em;
}
.textImageArea .textImageBlock01 button {
    width: 100%;
    color: #1942B3;
    padding: 10px 0;
    max-width: 12.5em;
    border-radius: 6px;
    border: transparent;
    background: #fff;
    border: 1px solid #1942B3;
    font-weight: bold;
    text-transform: uppercase;
}
.textImageArea .textImageBlock01 button:hover {
    background: #1942B3;
    transition: all 0.3s ease;
    color: #fff;
}
.textImageArea .textImageBlock01,
.textImageArea .textImageBlock02 {
    align-content: center;
}
.textImageArea .imageHolder {
    height: 470px;
    max-height: 40rem;
    border-radius: 6px;
    background: url('../images/img_family.jpg') no-repeat center center;
}

/* Header */
header {
    padding-top: 1em;
    position: relative;
    padding-bottom: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header img {
    width: 10em;
    border-radius: 6px;
}

/* Footer */
footer {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    border-top: 1px solid #dbe3e8;
}
footer img {
    width: 10em;
    border-radius: 6px;
}
footer .footerBlock01,
footer .footerBlock02,
footer .footerBlock03 {
    align-content: center;
}
footer .footerBlock02 ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 20.938em;
}
footer .footerBlock02 ul li {
    float: left;
    display: block;
    list-style-type: none;
    margin-right: 0.625em;
}
footer .footerBlock02 ul li a {
    color: #222;
    text-decoration: none;
}
footer .footerBlock02 ul li a:hover {
    color: #1d4ccd;
    transition: all .3 ease;
}
footer .footerBlock02 ul li:last-child {
    margin-right: 0;
}
footer .footerBlock03 p {
    text-align: right;
    margin-bottom: 0;
}
.questionBlock01 {
    margin-bottom: 30px;
}
.questionBlock01 p {
    font-size: 1.375em;
    font-weight: bold;
    margin-bottom: 10px;
}
.questionBlock01 span {
    font-size: 18px;
}
.questionBlock02 p span {
    font-weight: bold;
    margin-bottom: 5px;
}
.questionBlock02 p {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 30px;
}
.questionButtonsContainer button {
    width: 100%;
    padding: 0.75em 0;
    margin-top: 0.938em;
    background-color: #ffde00;
    color: #1b2d3f;
    font-weight: bold;
    border-color: #ffde00;
    border-radius: 6px;
    box-shadow: none;
    border: transparent;
}
.questionButtonsContainer {
    background: #eff9ff;
    padding: 1.25em 1.25em 2.3em 1.25em;
    border-radius: 6px;
}
.questionButtonsContainer ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.questionButtonsContainer ul li {
    list-style: none;
    margin-bottom: 20px;
    flex-basis: calc(50% - 10px);
    margin-bottom: 0;
}

.questionArea {
    display: none;
}
.textArea {
    padding: 4.25em 0;
    background-color: #f9f9fa;
}
.textArea h2 {
    margin-bottom: 30px;
}
.textSubTitle {
    color: #1d4dcd;
    font-weight: 600;
    margin-bottom: 20px;
}
.textPara01 {
    font-weight: 600;
    font-size: 1.3rem;
}
.textPara02 {
    font-size: 1rem;
    margin-bottom: 0;
}
.textPara02 a {
    text-decoration: none;
    color: #1d4ccd;
}
.textPara02 a:hover {
    text-decoration: underline;
}
.ctaBlock01 {
    min-height: 350px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    background: url('../images/main-img-600x427.jpg') no-repeat;
}
.ctaBlock02 {
    padding: 4em;
}
.ctaArea .row {
    border-radius: 10px;
}
.ctaArea button {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    box-shadow: none;
    max-width: 12.5em;
    font-weight: bold;
    border-radius: 6px;
    border-color: #ff8d01;
    border: 1px solid #ff8d01;
    background-color: #ff8d01;
}
.ctaArea button:hover {
    color: #ff8d01;
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #ff8d01;
}
.ctaArea h2 {
    width: 100%;
    color: #222;
    max-width: 90%;
    font-weight: bold;
    margin-bottom: 20px;
}
.ctaArea p {
    margin-bottom: 40px;
}
.ctaArea {
    padding: 0 0 4.25em 0;
}
.textArea,
.textImageArea,
.ctaArea {
    display: block;
}

/* Getting Started Page CSS */
.getStartedBannerArea {
    padding: 4em 0;
}
.getStartedBannerArea .getStartedBannerBlock01 .imgBannerHolder img {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
}
.getStartedBannerArea .getStartedBannerBlock01 h2 {
    width: 100%;
    color: #1942b3;
    font-weight: bold;
    font-size: 2.438em;
    margin-bottom: 20px;
}
.getStartedBannerArea .getStartedBannerBlock01 button {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    box-shadow: none;
    max-width: 12.5em;
    font-weight: bold;
    border-radius: 6px;
    border-color: #ff8d01;
    background-color: #ff8d01;
    border: 1px solid #ff8d01;
}
.getStartedBannerArea .getStartedBannerBlock01 button:hover {
    color: #ff8d01;
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #ff8d01;
}
.getStartedBannerBlock01Content02 {
    width: 100%;
    padding: 4em 0;
    max-width: 530px;
}
.getStartedBannerBlock01Content02 h3 {
    width: 100%;
    color: #222;
    font-weight: bold;
    font-size: 2.188em;
    margin-bottom: 20px;
}
.getStartedBannerBlock01Content02 p {
    width: 100%;
    margin-bottom: 30px;
}
.freeGuideBlock {
    text-align: center;
}
.freeGuideBlock img {
    width: 100%;
    max-width: 70px;
    margin-bottom: 20px;
}
.freeGuideBlock span {
    height: auto;
    display: block;
    min-height: 48px;
}
.freeGuideBlock ul {
    margin: 0;
    gap: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
}
.freeGuideBlock ul li {
    flex: 1;
    color: #222;
    display: flex;
    height: 180px;
    padding-top: 10px;
    font-weight: bold;
    border-radius: 6px;
    border-radius: 10px;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .07);
}
.formCareTtl {
    padding: 1em;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    background-color: #1942b3;
}
.formCareBlock {
    width: 100%;
    margin: 0 auto;
    max-width: 430px;
    border-radius: 20px;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.07);
}
.formCare {
    padding: 15px;
    background: #fff;
}
.formCare02 .formItem {
    margin-bottom: 10px;
}
.formItem input {
    width: 100%;
}
.formItem label {
    z-index: 999;
    font-size: 14px;
    padding: 2px 5px;
    margin-left: 15px;
    position: relative;
    background: #fff;
    margin-bottom: -26px;
    display: inline-block;
}
.formItem input {
    width: 100%;
    cursor: text;
    font-size: 1em;
    font-weight: 400;
    margin-top: -10px;
    position: relative;
    border-radius: 4px;
    align-items: center;
    padding: 13.5px 14px;
    box-sizing: border-box;
    border: 1px solid #000;
    -webkit-box-align: center;
    color: rgba(0, 0, 0, 0.87);
}
.formItem input:focus-visible {
    border: 1px solid #000 !important;
}
.formCareArea .form-check label {
    font-size: 12px;
    color: #1d4dcd;
}
.formCareArea .form-check {
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 8px 8px 40px;
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(207, 207, 212);
    background-color: rgb(251, 254, 255);
}

.formCareArea button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-transform: uppercase;
    background-color: #ff8d01;
    border: 1px solid #ff8d01;
}
.formCareArea button:hover {
    color: #ff8d01;
    background-color: #fff;
    border: 1px solid #ff8d01;
    transition: all 0.3s ease;
}

.formCareArea .disclaimerText p {
    color: #000;
    font-size: 10px;
    text-align: justify;
    margin-bottom: 10px;
}
.formCareArea {
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background: url('../images/form_bg.svg'); */
}
.dateOfBirthArea {
    margin-bottom: 10px;
}
.dateOfBirthArea label {
    z-index: 999;
    font-size: 14px;
    padding: 2px 5px;
    margin-left: 15px;
    background: #fff;
    position: relative;
    margin-bottom: -26px;
    display: inline-block;
}
.dateOfBirthSelect {
    gap: 10px;
    display: flex;
    margin-top: -10px;
}

.dateOfBirthSelect select {
    flex: 1;
    min-width: 0;
    border-radius: 4px;
    padding: 13.5px 14px;
    border: 1px solid #000;
}
.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #d3e0f5;
    padding: 15px 20px 0 20px;
    margin-bottom: 15px;
}
.set > a {
    display: block;
    padding: 0 15px 15px 15px;
    text-decoration: none;
    color: #01156b;
    font-weight: bold;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    font-size: 1.125rem;
}
.set > a i {
    float: right;
    margin-top: 2px;
}
.content {
    background-color: #fff;
    display:none;
    margin-bottom: 15px;
    border-top: 1px solid #d3e0f5;
}
.content p {
    padding: 10px 15px 0 15px;
    margin: 0;
    color: #01156b;
}


/* GYB New Mockup 4102025 - Desktop - Open */
.gybArea {
    padding-top: 50px;
}
.gybArea .gybBlock01 .gybBlk01Content {
    text-align: center;
}
.gybArea .gybBlock01 .gybBlk01Content p {
    font-size: 40px;
    color: #1942b3;
    line-height: 1.2;
    font-weight: bold;
}
.gybArea .gybBlock01 .gybBlk01Content p > span {
    color: #ff8d01;
}
.gybArea .gybBlock01 .gybBlk01Content > span {
    display: block;
}
.gybArea .gybBlock01 {
    padding-bottom: 240px;
}
.gybArea .gybBlock02 {
    padding: 20px;
    background-color: #1942b3;
}
.gybArea .gybBlock02 .formCareAreaV2 .formCareBlock {
    width: 100%;
    max-width: 740px;
    position: relative;
    border-radius: 20px;
    margin: -215px auto 0 auto;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.07);
}
.gybArea .gybBlock02 .formCareAreaV2 .formCareTtl {
    text-align: center;
    background-color: #ff8d01;
}
.gybArea .gybBlock02 .gybBlk02Content02 {
    padding: 80px 0;
}
.gybArea .gybBlock02 .gybBlk02Content02 h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.gybArea .gybBlock02 .gybOffers ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}
.gybArea .gybBlock02 .gybOffers ul li {
    float: left;
    width: 19.2%;
    padding: 20px;
    margin-right: 1%;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
}
.gybArea .gybBlock02 .gybOffers ul li:last-child {
    margin-right: 0;
}
.gybArea .gybBlock02 .gybOffers ul li h3 {
    font-size: 24px;
    color: #1942b3;
    font-weight: bold;
    margin-bottom: 15px;
}
.gybArea .gybBlock02 .gybOffers ul li span {
    display: block;
    margin-bottom: 15px;
}
.gybArea .gybBlock02 .gybOffers ul li span img {
    width: 65px;
}
.gybArea .gybBlock02 .gybOffers ul li p {
    color: #000;
}
.gybArea .gybBlock03 {
    padding: 80px 20px;
}
.gybArea .gybBlock03 .gybBlk03Content h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #1942b3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.gybArea .gybBlock03 .gybBlk03Content ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    list-style-type: none;
}
.gybArea .gybBlock03 .gybBlk03Content ul li {
    width: 30%;
    float: left;
    padding: 20px;
    margin-right: 5%;
}
.gybArea .gybBlock03 .gybBlk03Content ul li:last-child {
    margin-right: 0;
}
.gybArea .gybBlock03 .gybBlk03Content ul li span {
    color: #fff;
    line-height: 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 35px 23.5px;
    border-radius: 100px;
    display: inline-block;
    background-color: #ff8d01;
}
.spOnly {
    display: none;
}
/* GYB New Mockup 4102025 - Desktop - Close */


/* Media query for mobile devices */
@media only screen and (max-width: 1024px) {
    .learnMoreLink {
        display: block;
        margin-top: 20px;
        position: initial;
        text-align: right;
    }
    .whatYouGetArea {
        padding: 1.25em;
    }
    .guideBannerBlock01 {
        margin-bottom: 40px;
    }
    .textImageBlock01 p {
        max-width: 100%;
    }
    .textImageBlock01 {
        padding-right: 50px;
        margin-bottom: 50px;
    }
    .footerBlock02 ul li {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .footerBlock01, .footerBlock02, .footerBlock03 {
        align-content: baseline;
    }
    .textImageArea .textImageBlock01 p {
        max-width: 100%;
    }
    .textArea,
    .textImageArea,
    .ctaArea {
        display: none;
    }

    /* Get Started CSS */
    .formCareBlock {
        max-width: 370px;
    }
    .dateOfBirthArea label,
    .formItem label {
        font-size: 12px;
        margin-left: 8px;
    }
}

/* Media query for mobile devices */
@media only screen and (max-width: 991px) {
    .getStartedBannerBlock01 {
        order: 2;
    }
    .getStartedBannerBlock02 {
        order: 1;
    }
    .formCareBlock {
        max-width: 500px;
    }
    .getStartedBannerBlock02 {
        margin-bottom: 4em;
    }
    .getStartedBannerArea .imgBannerHolder {
        text-align: center;
    }
    .getStartedBannerBlock01Content02 {
        max-width: 100%;
    }
    .freeGuideBlock ul li {
        padding: 20px;
    }
    .getStartedBannerBlock01Content02 {
        padding-bottom: 0;
    }
    .formCareArea {
        padding-top: 3em;
        padding-left: 10px;
        padding-right: 10px;
        background-position: center top !important;
        /*background: url('../images/form_bg_mobile.svg') no-repeat;*/
    }
    .getStartedBannerArea {
        padding-top: 2em;
    }
    .getStartedBannerBlock01 > div {
        padding: 0 10px;
    }
    .getStartedBannerBlock01Content02 {
        margin-top: 40px;
    }
    .getStartedBannerArea .getStartedBannerBlock01 h2 {
        font-size: 1.75em;
    }
    .getStartedBannerBlock01Content02 h3 {
        font-size: 1.563em;
    }
    footer .footerBlock02 ul li {
        float: none;
        display: block;
        margin-right: 0;
    }

    .questionSurveyContent {
        max-width: 540px;
    }

    /* Question Survey Area CSS */
    .questionSurveyBlock {
        padding-top: 3em;
        padding-left: 10px;
        padding-right: 10px;
        /* background-position: center top !important;
        background: url('../images/form_bg_mobile.svg') no-repeat; */
    }
    .alternateBackground {
        min-height: initial;
    }
    .step:last-child:after {
        width: 50px;
        transform: translate(-13px, 6px);
    }
    .stepProgressArea {
        top: 50%;
        padding: 0;
        width: 100%;
        right: 2.25em;
        position: absolute;
        transform: translate(0, -50%);
    }
}

/* Media query for mobile devices */
@media only screen and (max-width: 820px) {
    .stepProgressArea {
        top: 50%;
        padding: 0;
        width: 100%;
        right: 3.875em;
        position: absolute;
        transform: translate(0, -50%);
    }
    .ctaArea .ctaBlock01 {
        order: 2;
        height: 350px;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .guideBannerArea .learnMoreLink {
        bottom: initial;
    }
    .guideBannerArea {
        padding-top: 3em;
        padding-bottom: 7em;
    }
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    header {
        padding: 1.25em 0.625em;
    }
    .guideBannerArea h1 {
        font-size: 2em;
    }
    .learnMoreLink {
        display: block;
        margin-top: 20px;
        text-align: right;
        position: initial;
    }
    .guideBannerArea {
        padding-left: 0.625em;
        padding-right: 0.625em;
    }
    .whatYouGetItem > div {
        padding-left: 3.438em;
        background-size: 2.5em;
    }
    .whatYouGetArea {
        padding: 1.25em;
    }
    .textImageArea,
    .textArea {
        padding: 6.25em .625em;
    }
    .textImageBlock01 h2 {
        max-width: 75%;
        font-size: 2em;
    }
    .textImageBlock01 span {
        margin-bottom: 10px;
        display: inline-block;
    }
    .questionBlock01 p {
        font-size: 1.25em;
    }
    .questionBlock01 span,
    .questionBlock02 p {
        font-size: 1em;
    }
    .footerBlock01,
    .footerBlock02,
    .footerBlock03 {
        width: 100%;
        text-align: center;
    }
    .footerBlock01,
    .footerBlock02 {
        margin-bottom: 30px;
    }
    footer .footerBlock03 p {
        text-align: center;
    }
    .textImageBlock01 {
        padding-right: 12px;
    }
    .imageHolder {
        height: 450px;
        background-position: center top;
    }
    .textImageArea,
    .textArea {
        padding: 4em .625em;
    }
    .ctaArea  {
        padding: 0 1.625em 4em 1.625em;
    }
    .ctaBlock02 {
        padding: 3em 2em;
    }
    .guideBannerArea {
        padding-top: 4em;
        padding-bottom: 7em;
    }
    .guideBannerArea p.subTitle {
        font-size: 1.125em;
    }
    .ctaArea .ctaBlock01 {
        order: 2;
        height: 350px;
    }
    .guideBannerArea .whatYouGetArea {
        padding: 1.5em;
    }
    .textImageArea .textImageBlock01 h2 {
        max-width: 100%;
    }
    .textImageArea .imageHolder {
        background-size: cover;
        height: 450px;
    }

    /* Get Started CSS Mobile */
    .freeGuideBlock ul li {
        padding: 20px;
        width: 100%;
        flex: initial;
        height: initial;
    }
    .freeGuideBlock span {
        min-height: initial;
    }
    .getStartedBannerArea .getStartedBannerBlock01 button {
        max-width: 100%;
    }
    .pcOnly {
        display: none;
    }
    .freeGuideBlock img {
        max-width: 50px;
    }
    .freeGuideBlock {
        margin-bottom: 0;
    }

    .step:after {
        font-size: 9px;
        transform: translate(-66px, 6px);
    }
    .step:first-child:after {
        transform: translate(-66px, 2px);
    }
    .step {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 12.5px;
    }
    .step:nth-child(n+2):before {
        width: 35px;
        transform: translate(-42px, 9px);
    }
    .step:nth-child(n+2) {
        margin: 0 0 0 40px;
    }
    .stepProgressArea {
        padding: 0;
    }
    .step:first-child {
        line-height: 14px;
    }
    .stepProgressArea {
        top: 50%;
        padding: 0;
        width: 100%;
        right: 1.375em;
        max-width: 225px;
        position: absolute;
        transform: translate(0, -50%);
    }
    .step:last-child:after {
        width: 49px;
        transform: translate(-16px, 6px);
    }

    header a {
        top: initial;
        position: relative;
        transform: initial;
    }
    header img {
        width: 8em;
    }
    .thankYouArea {
        padding: 4em 0.625em;
    }
    .thankYouArea .thankYouUl li div > span {
        font-size: 20px;
        line-height: 1.2;
    }
    .thankYouArea .thankYouContent01 > p, .thankYouContent02 > p {
        font-size: 24px;
        line-height: 1.2;
    }
    .thankYouArea .thankYouListContainer p {
        line-height: 1.4;
    }
    .thankYouArea .arrowBox i {
        color: #222;
        font-size: 20px;
    }
    .thankYouArea .arrowBox {
        cursor: pointer;
        display: inline-block;
        transition: transform 0.3s ease;
    }
    .thankYouArea .arrowBox {
        transition: transform 0.3s ease;
    }
    .thankYouArea .thankYouListContainer.expanded .arrowBox {
        transform: rotate(180deg);
    }
    .thankYouArea .thankYouListContainer p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .thankYouArea .thankYouListContainer.expanded p {
        -webkit-line-clamp: unset;
    }
    .thankYouArea .arrowBox {
        cursor: pointer;
    }
    .callToActionTYArea {
        padding: 4em 1.375em 0 1.375em;
    }
    .step:last-child:after {
        width: 50px;
    }
    .highlightBorder span.hlightText:after {
        border-bottom: 26px solid #ffffff;
        border-left: 26px solid transparent;
    }
    .highlightBorder span.hlightText {
        font-size: 14px;
    }

    /* GYB New Mockup 4102025 - Mobile - Open */
    .gybArea {
        padding-top: 30px;
    }
    .gybArea .gybBlock01 {
        padding: 0 20px 190px 20px;
    }
    .gybArea .gybBlock01 .gybBlk01Content p {
        font-size: 28px;
    }
    .gybArea .gybBlock02 {
        padding: 0 20px;
    }
    .gybArea .gybBlock02 .gybOffers ul li p {
        font-size: 16px;
        min-height: 72px;
        margin-bottom: 0;
    }
    .gybArea .gybBlock02 .formCareAreaV2 .formCareTtl {
        padding: 15px 20px;
    }
    .gybArea .gybBlock02 .formCareAreaV2 .formCareBlock {
        margin: -222px auto 0 auto;
    }
    .gybArea .gybBlock02 .gybOffers ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .gybArea .gybBlock02 .gybBlk02Content02 h2 {
        font-size: 28px;
    }
    .gybArea .gybBlock02 .gybOffers ul li:nth-child(even) {
        margin-right: 0;
    }
    .gybArea .gybBlock02 .gybOffers ul li:last-child {
        margin-right: 0;
    }
    .gybArea .gybBlock02 .gybOffers ul li {
        padding: 20px 10px;
    }
    .gybArea .gybBlock02 .gybBlk02Content02 {
        padding: 80px 0 50px 0;
    }
    .gybArea .gybBlock03 .gybBlk03Content h2 {
        font-size: 28px;
    }
    .gybArea .gybBlock03 .gybBlk03Content ul li span {
        font-size: 30px;
        padding: 32px 23.5px;
    }
    .gybArea .gybBlock03 {
        padding: 50px 20px;
    }
    .gybArea .gybBlock03 .gybBlk03Content ul li {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .gybArea .gybBlock03 .gybBlk03Content ul li:last-child {
        margin-right: auto;
    }
    .spOnly {
        display: block;
    }
    /* GYB New Mockup 4102025 - Mobile - Close */
}
@media only screen and (max-width: 390px) {
    /* GYB New Mockup 4102025 - Mobile - Open */
    .gybArea .gybBlock02 .gybOffers ul li p {
        min-height: 96px;
    }
    /* GYB New Mockup 4102025 - Mobile - Close */
}
.form-error-message {
    display:none;
    color:red;
    padding-bottom:4px;
}
.zipFormArea .form-error-message{
    color:white;
    padding-bottom:4px;

}

#zip_code.error {
    /*background-color: #FFD6D6 !important;*/
    border: 1px solid red;
}

input.error,select.error {
    border: 1px solid red;
}

.input-radio {
    visibility:hidden;
    width: 0px;
    margin-left:-20px;
}
.form-group label {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    /*#btn-next-zip {*/
    /*    max-width: 130px !important;*/
    /*}*/
    #zip_code {
        /*font-size:0.9em !important;*/
    }
}
#ringba-phone {
    font-size:18px;
}

span.ringba-title {
    color:#0a0a0a !important;
    font-size: 18px !important;
    display: inline !important;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 500;
}

span.ringba-title-color {
    color: #90c156;
    font-size: 20px !important;
    display: inline !important;
    font-weight: bolder;
    font-family: "Roboto", sans-serif;
}

span.ringba-subtitle {
    color:#0a0a0a !important;
    font-size: 15px !important;
    display: inline !important;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 500;
    font-weight: bolder;
}

input[name="improve"]  {
    margin-left: 10px !important;
}
input[name="improve"] + label {
    font-size: 20px !important;
}
#btn-next-improve
{
    background: #f07e05;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0px;
    flex: 1;
    font-size: 20px;
    min-height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    color: #616161;
    font-weight: 500;
    color: #ffffff;
    padding-left: 15px;
    padding-right:15px;

}

.secAdArea .secAdHead {
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 10px;
}
.secAdArea .secAdHead img {
    width: 180px;
}
.secAdArea .secAdDesc {
    padding: 0 20px 0 20px;
    display: block;
    margin-bottom: 0;
}
.secAdArea .secAdBtn {
    display: block;
    text-align: center;
    padding: 0 20px;
}
.secAdBody {
    margin-bottom: 30px;
}
.secAdBody > p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}
.secAdArea .secAdBtn button {
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: #269dd6;
    padding: 10px 0;
    width: 100%;
    max-width: 150px;
    font-size: 1em;
    border-radius: 6px;
    box-shadow: 0px 3px 10px 0px #c1c1c1 !important;
    border: none;
}
.secAdArea .secAdwRap {

    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 1px solid #269dd6;
    padding-bottom: 20px;
    border-radius: 6px;
    text-align: center;
}
input#zip_code::placeholder {
    color: #595c5f;
}