body, * {
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
.new-wrap div.form-top {
    gap: 10px;
    align-items: center;
}
.new-wrap div.form-top-right-icon .icon-image {
    width: 40px;
}
.new-wrap div.form-top-right-icon {
    width: auto;
    right: -25px;
    top: -25px;
}
.new-wrap .form-top-center-top {
    height: auto;
    text-align: left;
    margin: 0;
}
.new-wrap .form-top-center-bottom {
    height: auto;
    margin: 0;
    width: 100%;
}
.new-wrap .form-top-center-bottom-top-start {
    justify-content: flex-start;
}
.new-wrap .animated-progress {
    background-color: #d9d9d9;
    border: 0;
    border-radius: 0;
    height: 6px;
}
.medicare-wrap.new-wrap .form-container {
   min-height: 780px; 
}
.new-wrap .form-container {
    margin-bottom: 0;
    border-radius: 10px 0 10px 10px;
    background: #FBFBFB;
    box-shadow: 0px 0px 34px 2px rgba(0, 0, 0, 0.10);
    border: 0;
    padding: 25px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:25px
}
/* min */
@media(min-width: 432px) {
    .new-wrap .form-container {
        min-height: 675px;
    }
}
@media(min-width: 550px) {
    .new-wrap .form-container {
        min-height: 610px;
    }
}
/*  */
div.new-wrap .container-under-construction {
    min-height: 486px;
}
.new-wrap .form-top-center-top p {
    font-weight: 700;
    font-size: 22px;
    text-align: start;
    margin: 0;
}
.new-wrap .form-form-block {
    padding-bottom: 0;
}
.new-wrap .form-top-center {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
    justify-content: start;
}
.new-wrap .animated-progress {
    width: 100%;
}
.new-wrap .jf_form {
    margin: 0;
    width: 100%;
    padding: 0;
}
.new-wrap .form-form-right {
    width: 100%;
}
.new-wrap .form-inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.new-wrap .form-label {
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
}
.new-wrap .form-form-left {
    width: auto;
}
.new-wrap .form-form-left-image {
    width: 90px;
    height: 90px;
}
.new-wrap .form-form-left-image-a,
.new-wrap .form-form-left-image-b,
.new-wrap .form-form-left-image-c {
    width: 100%;
    height: auto;
}
.new-wrap .check-form {
    padding-left: 0;
}
.new-wrap .check-form , .new-wrap .check-form li {
    list-style-type: none;
}
.new-wrap .check-form li {
    padding-left: 25px;
    position: relative;
}
.new-wrap .check-form li img {
    position: absolute;
    left: 0;
    top: 1px;
}
.new-wrap .form-input-wide {
    margin-top: 0;
}
.new-wrap .form-line {
    flex-direction: column;
    display: flex;
    gap: 10px;
    padding: 0;
}
.new-wrap select.form-dropdown {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background-image: url(../img/arrow.svg);
    background-position: 97% 14px;
    background-size: 20px;
    font-size: 16px;
    color: #333;
    height: 50px;
    padding-right: 31px;
    width: 100%;
    font-weight: 600;
}
.new-wrap select.form-dropdown:focus {
    border: 1px solid #d9d9d9;
    background-image: url(../img/arrow.svg);
    background-position: 97% 14px;
    background-size: 20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .05);
}
::-webkit-input-placeholder, select option { /* Chrome/Opera/Safari */
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}
.new-wrap .form-buttons {
    height: auto;
    padding: 0;
    justify-content: space-between;
}
.new-wrap .form-buttons-left, .new-wrap .form-buttons-center, .new-wrap .form-buttons-right {
    height: auto;
    width: auto;
} 
.new-wrap .form-buttons-left,
.new-wrap .form-buttons-right {
    margin: 0;    
    width: auto;
}
.new-wrap .form-form-left-image {
    margin: 0;
}
/* button next prev */
.new-wrap .form-buttons-left-container .prev-btn#prevBtn {
    background-color: #E8E8E8;
    border-radius: 10px;
    color: #BCBCBC;
    width: auto;
    padding: 10px 24px 10px 10px;
    position: relative;
}
.new-wrap .form-buttons-left-container .prev-btn svg {
    position: relative;
    top: -2px;
}
.new-wrap .form-buttons-right-container .next-btn#nextBtn {
    background-color: #F97D00;
    border-radius: 10px;
    color: #fff;
    width: auto;
    padding: 10px 34px 10px 24px;
    position: relative;
}
.new-wrap .form-buttons-right-container .next-btn:before {
    content: '';
    right: 10px;
    top: 13px;
    position: absolute;
    background-image: url(../img/next.svg);
    width: 18px;
    height: 18px;
    background-size: auto;
    background-position: center;
}
/* radio custom */
.new-wrap .radio-toolbar {
    margin-left: 0;
    gap: 10px;
    display: inline-flex;
    width: 100%;
}
.new-wrap .radio-toolbar .form-radio-item {
    width: 100%;
    max-width: 232px;
    margin-bottom: 0;
}
.new-wrap .radio-toolbar label {
    border: 1px dashed #D9D9D9;
    border-radius: 12px;
    min-height: 130px;
    max-width: 225px;
    width: 100% !important;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.new-wrap .radio-toolbar label span {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.new-wrap .radio-toolbar label:hover,
.new-wrap .radio-toolbar input[type="radio"]:checked + label {
    border-color: #38277F;
    background-color: transparent;
    transition: .3s ease all;
    margin-top: 0;
}
/* full name */
.new-wrap .form-line-full-name {
    margin-top: 0;
}
.new-wrap .form-textbox {
    width: 100%;
}
.new-wrap .gap-10 {
    gap: 10px;
}
/* email */
.new-wrap .form-phone-email {
    margin-top: 0;
}
.new-wrap .form-line-phone-email {
    height: auto;
}
.new-wrap .phone_number {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
}
.new-wrap .form-checkbox-item-optin input {
    width: auto;
    position: relative;
    top: 4px;
}
.new-wrap .form-checkbox-item-optin {
    display: flex;
    align-items: start;
    gap: 0;
}
.new-wrap .form-checkbox-item-optin label {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
.new-wrap .tab-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* dob */
.new-wrap .form-dob-data {
    gap: 10px;
}
/* address group */
.new-wrap .address-group {
    margin-top: 0;
}
.new-wrap .form-address-line input {
    width: 100%;
    min-height: 50px;
}
.new-wrap .form-textbox {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
}
.new-wrap .form-sub-label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.new-wrap .form-line-full-name label {
    margin-bottom: 0;
}
.new-wrap .form-address-line-wrapper {
    display: flex;
    height: auto;
    gap: 10px;
}
.new-wrap .form-address-line-wrapper+.form-address-line-wrapper {
    margin-top: 0;
}
.new-wrap .form-address-line+.form-address-line {
    margin-left: 0;
}
.new-wrap .form-address-table {
    gap: 10px;
}
.new-wrap .button-div a {
    padding: 15px 20px;
    font-weight: 700;
}
.new-wrap .custom-flex-responsive > div.div-content {
    border-radius: 12px;
    border-color: #d9d9d9;
}
/* media */
/* @media(min-width: 491px) {
    .tab-center {
        position: relative;
        top: 125px;
    }
} */
@media screen and (max-width: 736px) {
    .new-wrap .radio-toolbar > .radio-multi-item-c label,
    .new-wrap .radio-toolbar > .radio-multi-item-b label,
    .new-wrap .radio-toolbar > .radio-multi-item-a label {
        padding: 0 !important;
        margin-top: 0;
    }
    .new-wrap .form-top-right-icon img {
        margin-left: 0;
    }
    .new-wrap .animated-progress { 
        height: 6px;
        margin-top: 0;
    }
    .new-wrap .form-label,.new-wrap .form-label-top,.new-wrap .form-label-auto {
        font-weight: 700;
        text-align: start;
    }
    .new-wrap .form-address-city-line,
    .new-wrap .form-address-state-line {
        width: 50%;
        margin-right: 0;
    }
    .new-wrap .form-checkbox-item-optin .dragger-item {
        width: 0;
    }
    .new-wrap .insurance-funnel iframe {
        min-height: 610px;
    }
    .new-wrap .form-thank-you-page {
        width: 100%;
    }
}
@media (max-width: 431.98px) {
    .new-wrap .form-top-center-top p {
        font-size: 19px;
        padding-top: 0;
    }
    .new-wrap .form-top-center {
        gap: 0;
    }
    .new-wrap .form-inner {
        gap: 12px;
    }
    .new-wrap .form-form-left-image {
        width: 83px;
        height: auto;
        padding-top: 0;
    }
    .new-wrap .form-container {
        padding: 20px;
        margin-top: 0;
        box-shadow: none;
    }
    .new-wrap div.form-top-right-icon {
        top: -5px;
        right: -15px;
    }
    /*  */
    .new-wrap .radio-toolbar {
        width: 100%;
        flex-wrap: wrap;
    }
    .new-wrap .radio-toolbar label,
    .new-wrap .radio-toolbar > .radio-multi-item-c label, 
    .new-wrap .radio-toolbar > .radio-multi-item-b label, 
    .new-wrap .radio-toolbar > .radio-multi-item-a label {
        flex-direction: row;
        max-width: 100%;
        min-height: auto;
        justify-content: start;
        padding: 15px !important;
    }
    .new-wrap .radio-toolbar label span {
        font-size: 18px;
    }
    .new-wrap div.form-top {
        flex-wrap: wrap;
        justify-content: start;
        padding-top: 15px;
    }
    .new-wrap .form-form-left {
        order: 1;
        margin: 0 auto;
    }
    .new-wrap .form-top-center {
        order: 2;
    }
    .new-wrap .form-label, .new-wrap .form-label-top, .new-wrap .form-label-auto {
        font-weight: 500;
        font-size: 18px;
    }
    .new-wrap .form-dob-data {
        flex-wrap: wrap;
    }
    .new-wrap .form-dob-data-month,
    .new-wrap .form-dob-data-day,
    .new-wrap .form-dob-data-year {
        width: 100%;
    }
    .new-wrap select.form-dropdown {
        height: 44px !important;
        background-position: 97% 11px;
    }
    .new-wrap .form-sub-label {
        font-weight: 500;
    }
    /* .new-wrap .form-address-city-line, .new-wrap .form-address-state-line {
        width: 100%;
    } */
    /* .new-wrap .form-address-line-wrapper {
        flex-wrap: wrap;
    } */
    .new-wrap .form-container {
        gap: 15px;
        padding: 0;
        padding: 5px 15px;
        border: 1px solid transparent;
        background: #fff;
        width: 100%;
        min-width: 280px;
        min-height: 560px;
        margin-top: 0;
        box-shadow: none;
    }
    .new-wrap .main-wrap {
        padding: 0 !important;
    }
    .new-wrap .jf_form {
        min-width: auto;
    }
    .new-wrap .radio-toolbar .form-radio-item {
        max-width: 100%;
    }
    .tab-center {
        position: static;
        min-height: 260px;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }
    .new-wrap label img {
        width: 35px;
    }
    /*  */
    .new-wrap .form-buttons-left-container .prev-btn#prevBtn {
        padding: 8px 21px 8px 8px;
        font-size: 16px;
    }
    .new-wrap .form-buttons-right-container .next-btn#nextBtn {
        font-size: 16px;
        padding: 8px 34px 8px 16px;
    }
    .new-wrap .form-buttons-left-container .prev-btn svg {
        width: 22px;
        height: 22px;
        top: -2px;
    }
    .text-label-small .form-sub-label {
        font-size: 12px;
        min-height: auto;
    }
    .new-wrap .form-address-line input, .new-wrap input {
        min-height: 42px;
        padding: 6px 10px;
    }
    .new-wrap input[type="checkbox"] {
        min-height: auto;
    }
    .form-form-left-image .image-john-thumb {
        max-width: 80px;
        width: 100%;
    }
    .new-wrap .form-line-opt-in {
        padding-top: 0;
    }
    .new-wrap label[for="leadid_tcpa_disclosure"] {
        margin-bottom: 0;
    }
    .new-wrap .example-label.form-sub-label {
        font-size: 11px;
    }
    
    .new-wrap .thx-page-left {
        width: 100%;
    }
    .new-wrap .thank-you-step2 .head-div h3 {
        font-size: 20px;
    }
    .new-wrap .thank-you-step2 .head-div p {
        font-size: 14px;
    }
    .new-wrap .thank-you-step2 .section-content {
        max-height: 318px;
        padding: 0;
    }
    .new-wrap .custom-flex-responsive .logo-div img {
        max-width: 210px;
    }
    .new-wrap .thank-you-step2 .button-div a {
        min-width: 160px;
        padding: 10px 15px;
    }
    .new-wrap .form-buttons-right-container .next-btn:before {
        top: 13px;
        width: 13px;
        height: 13px;
    }
    .new-wrap .form-checkbox-item-optin label {
        font-size: 12px;
        font-weight: 700;
    }
}
@media (max-width: 340px) {
    .new-wrap .form-container {
        width: 100%;
        min-width: 230px;
    }
}