div#ApplicationForm .formpage {
    text-align: center;
    min-height: 28.125vw;
    text-align: center;
    margin-bottom: 4.063vw;
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.formpage .content {
    min-height: 25vw;
}
div.inline {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
#ApplicationForm h2.title {
    font-size: 2.125vw;
    line-height: 1;
    height: 11.875vw;
    max-width: 54.063vw;
    margin: 0vw auto 1.438vw;
    font-family: nexa;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ApplicationForm h3.title2 {
    font-size: 2.125vw;
    line-height: 1;
    font-family: nexa;
    font-weight: bold;
    color: #22a1a1;
    text-align: center;
    margin-bottom: 2.813vw;
}
.page-id-30 #Content {
    padding-top: 0.25vw;
     padding-bottom: 4.125vw;
}
.page-id-30 #Footer {
    margin-top: 0;
}
div#ApplicationForm {
    padding-top: 0;
}
#ApplicationForm h2.title span {
    width: 59%;
    background: #000;
    line-height: 4.625vw;
    border-radius: 3.75vw;
    color: #fff;
    background-color: #89caf2;
    background-image: -webkit-linear-gradient(left, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-image: linear-gradient(to right, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
#ApplicationForm h2.first-text {
    margin: 0vw auto 1.813vw;
}

div#ApplicationForm label.selectbox {
    background-color: #89caf2;
    background-image: -webkit-linear-gradient(left, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-image: linear-gradient(to right, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-size: 200% 100%;
    padding: 0.25vw;
    color: black;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.188vw;
    transition: background .4s ease, color .4s ease;
    border-radius: 0.5vw;
    margin: 0 1.125vw 0.625vw;
    line-height: 1;
    width: 6.875vw;
}
div#ApplicationForm label.selectbox span {
    line-height: 1;
    display: block;
    padding: 0.688vw 0 0.25vw;
    background: #fff;
    border-radius: 0.313vw;
}
div#ApplicationForm label.selectbox.selected span {
    background: transparent;
    color: #fff;
}
div#ApplicationForm .icon-boxes label.selectbox.selected span {
    color: #0fb478;
}
div#ApplicationForm label.selectbox input[type=radio],
div#ApplicationForm label.selectbox input[type=checkbox] {
    display: none !important;
}
div#ApplicationForm .icon-boxes label.selectbox {
    background: transparent;
    width: 13.75vw;
    display: table;
    margin: 0vw auto;
    padding: 0;
    padding-top: 15.188vw;
    font-size: 1.25vw;
    font-family: "Fashion Fetish", Arial, Tahoma, sans-serif;
}
div#ApplicationForm .icon-boxes label.cover-who-icon.me {
    background: url(../img/link-cover-icon-1.svg) no-repeat center top;
}
div#ApplicationForm .icon-boxes label.cover-who-icon.partner {
    background: url(../img/link-cover-icon-2.svg) no-repeat center top;
}
div#ApplicationForm .icon-boxes label.selectbox span {
    line-height: 1;
    display: block;
} 
.icon-active-shadow label.selectbox.selected {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
.icon-boxes .max-width {
    max-width: 43.75vw;
    margin: 0vw auto;
}
#ApplicationForm h2.title {
    background: url(../img/get-quete-heading-bg.svg) no-repeat center;
}

#ApplicationForm h2.first-text {
    background: url(../img/get-quete-heading.svg) no-repeat center;
}
#ApplicationForm h2.first-text span {
    display: none;
}

div#ApplicationForm div.formpage:not(.show) {
    display: none;
}

.formpage select {
    font-size: 1.25vw;
    text-align: center;
    font-weight: 400;
    font-family: "Fashion Fetish", Arial, Tahoma, sans-serif;
    text-align-last: center;
    margin-bottom: 0;
}
.max-width-form {
    max-width: 65.188vw;
    margin: 1.625vw auto;
}
div#ApplicationForm input {
    display: block;
    width: 100%;
    font-size: 1.375vw;
    box-shadow: none;
    border: 0;
    background: transparent;
    height: 2.625vw;
    font-weight: 300;
    padding: 0 0.375vw;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #22a1a1;
    font-family: "menco", Arial, Tahoma, sans-serif;
}
.input-sep {
    background-color: #89caf2;
    background-image: -webkit-linear-gradient(left, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-image: linear-gradient(to right, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-size: 200% 100%;
    border-radius: 1.25vw;
    height: 0.375vw;
    transition: all ease-in-out .3s;
}
div#ApplicationForm input:focus + .input-sep {
    background-color: #04b26d;
    background-position: 100% 0;
}
div#ApplicationForm input:focus {
    background-color: transparent !important;
    color: #22a1a1;
}
.max-width-form .one-second.column {
    width: 44%;
    margin: 0 3% 2.5vw;
}
.price-symbol {
    position: absolute;
    left: -1.563vw;
    top: 0.417vw;
    font-size: 2vw;
    line-height: 1;
}
span.validation {
    display: block;
    color: red;
    font-weight: 500;
    max-width: 14.375vw;
    margin: auto;
    margin-top: 0.313vw;
}
label.submitcheck {
    padding: 0.438vw;
    background-color: black;
    color: white;
    margin: 0vw 0vw 1.25vw;
}
.field-group {
    color: #000000;
    background-color: rgba(252, 211, 10, 1);
    font-size: 0.875vw;
    padding: 0.625vw;
}
div#ApplicationForm input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
div#ApplicationForm .pagenav {
    margin-bottom: 1.25vw;
}
div#ApplicationForm .formpage.navmargin .pagenav {
    margin: 6.125vw 0 0;
}
div#ApplicationForm label.selectbox.gender-icon-male, div#ApplicationForm label.selectbox.gender-icon-female {
    width: 10.438vw;
    padding-top: 10.75vw;
}
div#ApplicationForm label.selectbox.gender-icon-male {
    background: url(../img/gender-icon-1.svg) no-repeat center top;
}
div#ApplicationForm label.selectbox.gender-icon-female {
    background: url(../img/gender-icon-2.svg) no-repeat center top;
}
/*div#ApplicationForm .form-page-4 input {
    font-size: 1.25vw;
    text-align: center;
    font-weight: 400;
    font-family: "Fashion Fetish", Arial, Tahoma, sans-serif;
}*/
.max-width-form.variant2 {
    max-width: 27.125vw;
    margin: 5.813vw auto;
}
.one-third.column.dobfield {
    width: 27.333%;
    margin: 0 3% 2.5vw;
    position: relative;
}
/*.form-page-4 .one-third.column:after {
    content: '';
    position: absolute;
    left: -1.313vw;
    top: 1.625vw;
    width: 0.875vw;
    height: 0.125vw;
    background: #000;
}*/
/*.form-page-4 .one-third.column:first-child:after {
    display: none;
}*/

div#ApplicationForm label.selectbox.smoker-icon {
    background: url(../img/tobacco-icon-1.svg) no-repeat center top;
}
div#ApplicationForm label.selectbox.non-smoker-icon {
    background: url(../img/tobacco-icon-2.svg) no-repeat center top;
}

div#ApplicationForm label.selectbox.smoker-icon, div#ApplicationForm label.selectbox.non-smoker-icon {
    width: 10.438vw;
    padding-top: 10.75vw;
}
div#ApplicationForm .formpage.type-of-cover label.selectbox {
    width: 13.75vw;
}

.max-width-form.variant1 {
    max-width: 27.063vw;
    margin: 0vw auto 3.125vw;
    position: relative;
}
#ApplicationForm .formpage.cover-amount h3.title2 {
    margin-bottom: 0.625vw;
}

div#ApplicationForm label.selectbox.with-critical-illness {
    background: url(../img/illness-icon-1.svg) no-repeat center top;
}
div#ApplicationForm label.selectbox.without-critical-illness {
    background: url(../img/illness-icon-2.svg) no-repeat center top;
}
div.text {
    background: #89caf2;
    border-radius: 0.875vw;
    padding: 0.938vw 1.25vw 0.313vw;
    max-width: 31.25vw;
    margin: 0vw auto 2.5vw;
    color: #fff;
    text-align: left;
}
div.text h4 {
    color: #fff;
    text-transform: uppercase;
}
div#ApplicationForm div.text + label.selectbox span {
    border-radius: 3.125vw;
}
div#ApplicationForm div.text + label.selectbox {
    border-radius: 3.125vw;
    width: 21.875vw;
    margin-bottom: 2.5vw;
} 
div#ApplicationForm .formpage.contact-details label.selectbox span {
    font-size: 0;
    height: 3.125vw;
    position: relative;
}
div#ApplicationForm .formpage.contact-details label.selectbox span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #262626;
    transition: all ease-in-out .3s;
}
div#ApplicationForm .formpage.contact-details label.selectbox.selected span:before {
    background-color: #fff;
}
div#ApplicationForm .formpage.contact-details label.selectbox.touch-icon-1 span:before {
    -webkit-mask-image: url(../img/touch-icon-1.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 2.688vw;

    mask-image: url(../img/touch-icon-1.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 2.688vw;
}
div#ApplicationForm .formpage.contact-details label.selectbox.touch-icon-2 span:before {
    -webkit-mask-image: url(../img/touch-icon-2.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 3.75vw;

    mask-image: url(../img/touch-icon-2.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 3.75vw;
}
div#ApplicationForm .formpage.contact-details label.selectbox.touch-icon-3 span:before {
    -webkit-mask-image: url(../img/touch-icon-3.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 2.75vw;

    mask-image: url(../img/touch-icon-3.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 2.75vw;
}
div#ApplicationForm .formpage.contact-details label.selectbox.touch-icon-4 span:before {
    -webkit-mask-image: url(../img/touch-icon-4.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 2.625vw;

    mask-image: url(../img/touch-icon-4.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 2.625vw;
}
.touch-icons {
    margin-bottom: 3.125vw; 
}
.form_quote {
    background: #89caf2;
    padding: 2.5vw 1.25vw;
    border-radius: 0.938vw;
    margin-bottom: 3.125vw;
    text-align: center;
}
.form_quote h2 {
    font-size: 2.625vw;
    line-height: 1;
    margin: 0vw 0 1.063vw;
    font-family: nexa;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.form_quote span {
    font-size: 5.813vw;
    line-height: 1;
    margin: 0vw;
    font-family: nexa;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.form_quote p {
    font-size: 1.25vw;
    line-height: 1;
    font-family: nexa;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 1.25vw 0 0;
}
.quote_policy span {
    display: inline-block;
    position: relative;
}
.quote_policy {
    text-align: left;
}
.quote_policy > div {
    margin-bottom: 0.625vw;
}
.quote_policy h2 {
    font-size: 2.375vw;
    line-height: 1;
    font-family: nexa;
    font-weight: bold;
    color: #22a1a1;
    margin-bottom: 1.25vw;
}
.sep-arrow {
    padding-right: 1.563vw;
}
.sep-arrow:after {
    content: '';
    position: absolute;
    right: 0.313vw;
    top: 0.688vw;
    border-top: 0.438vw solid #22a1a1;
    border-left: 0.438vw solid transparent;
    border-right: 0.438vw solid transparent;
}


div#ApplicationForm .column.center {
    margin-bottom: 0.938vw;
}
div#ApplicationForm input::placeholder {
    color: #000;
}

div.inline.slash {
    vertical-align: middle;
    line-height: 5.625vw;
    font-weight: bold;
    margin: 0 0.313vw;
}

.form_progress {
    width: 100%;
    background: #e8e8e8;
    padding: 0.313vw 0;
    border-radius: 1.875vw;
    text-align: center;
    margin-bottom: 1.875vw;
}
.form_progress .milestone {
    width: 2vw;
    height: 2vw;
    background: #fcd30a;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 2vw;
    color: black;
    transition:background .5s ease;
}
.form_progress .milestone:not(.done) {
    background: grey;
}
.form_progress .milestone i
{
    transition:opacity .5s ease;
}
.form_progress .milestone:not(.done) i{
    opacity:0;
}

.form_progress .milestone:not(:first-child) {
    margin-left: 1.75vw;
}
.form_progress .milestone:not(:first-child):before {
    content: "";
    width: 1.438vw;
    height: 0.125vw;
    background: #020202;
    position: absolute;
    left: -1.75vw;
    top: 0.938vw;
}


div#ApplicationForm input.inline {
    display: inline-block;
}


div#ApplicationForm .pagenav .arrow,
div#ApplicationForm .form_Submit .Submit-btn {
       color: #fff;
    background-color: #89caf2;
    background-image: -webkit-linear-gradient(left, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-image: linear-gradient(to right, #89caf2 0%, #04b26d 50%,#89caf2 100%);
    background-size: 200% 100%;
    font-size: 1.35vw;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-radius: 0.625vw;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: 0.688vw 1.5vw 0.613vw;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    width: 8.75vw;
    margin: 0 2.5vw;
    font-family: "Fashion Fetish", Arial, Tahoma, sans-serif;
    font-weight: 400;
}



.arrow.next[disabled="disabled"]::before, .arrow.prev[disabled="disabled"]::before {
    opacity: 0.5;
}
div#ApplicationForm .pagenav .arrow:before,
div#ApplicationForm .form_Submit .Submit-btn:before {
    content: '';
    position: absolute;
    width: 96%;
    height: 91%;
    top: 0.438vw;
    left: 0.625vw;
    border-radius: 0.563vw;
    border: 0.125vw solid transparent;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #9dd4f1,#39c28d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    z-index: -1;
}

div#ApplicationForm .pagenav .arrow.inactive,div#ApplicationForm .pagenav .arrow[disabled="disabled"] {
    background-image: -webkit-linear-gradient(to right, #dceef9 0%, #bcf1dc 50%,#d9e9f3 100%);
    background-image: linear-gradient(to right, #dceef9 0%, #bcf1dc 50%,#d9e9f3 100%);
    background-size: 200% 100%;
    pointer-events: none;
}
div#ApplicationForm .pagenav .arrow:hover,
div#ApplicationForm .form_Submit .Submit-btn:hover {
    color: #fff;
    background-color: #04b26d;
    background-position: 100% 0;
}
div#ApplicationForm .pagenav i.icon {
    width: auto;
    height: auto;
    margin-left: 0;
    display: none;
}


div#ApplicationForm input[type="submit"][disabled] {
    opacity: .5;
    cursor: not-allowed;
}
div#ApplicationForm input[type="submit"]:hover {
    background: black;
    color: white;
}
 
.error {
    display: none;
    margin-left: 0.625vw;
}

.error_show {
    color: red;
    margin-left: 0.625vw;
}

input.invalid, textarea.invalid {
    border: 0.125vw solid red;
}

input.valid, textarea.valid {
    border: 0.125vw solid green;
}


.arrow.next[disabled="disabled"],.arrow.prev[disabled="disabled"] {
    pointer-events: none;
    /* opacity: 1; */
}

@media screen and (max-width: 767px) {
.max-width-form .one-second.column {
    margin: 0 0 10px;
}
div#ApplicationForm input {
    font-size: 18px;
    height: 38px;
    padding: 0 15px;
}
.input-sep {
    border-radius: 10px;
    height: 4px;
}
#ApplicationForm h2.title {
    font-size: 20px;
    line-height: 1;
    height: auto;
    max-width: inherit;
    margin: 20px 0 15px;
    background: none;
}
#ApplicationForm h2.title span {
    width: 100%;
    line-height: 1;
    border-radius: 100px;
    padding: 14px 20px;
}
div#ApplicationForm label.selectbox {
    padding: 2px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 5px 5px;
    line-height: 1;
    width: 60px;
}
div#ApplicationForm label.selectbox span {
    padding: 8px 0 4px;
    border-radius: 4px;
}
#ApplicationForm h3.title2 {
    font-size: 18px;
    margin-bottom: 15px;
}
div#ApplicationForm .pagenav .arrow, div#ApplicationForm .form_Submit .Submit-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 7px 20px 5px;
    width: 70px;
    margin: 0 10px;
}
div#ApplicationForm .pagenav .arrow:before,
div#ApplicationForm .form_Submit .Submit-btn:before {
    width: 96%;
    height: 88%;
    top: 5px;
    left: 6px;
    border-radius: 5px;
    border-width: 2px;
}
.formpage select {
    font-size: 14px;
}
.page-id-30 #Content {
    padding-top: 10px;
    padding-bottom: 40px;
}
.max-width-form {
    max-width: inherit;
    margin: 10px auto;
}
div#ApplicationForm .icon-boxes label.selectbox {
    width: 160px;
    padding-top: 166px;
    font-size: 14px;
}
#ApplicationForm h2.first-text span {
    display: block;
}
.one-third.column.dobfield {
    width: 27.333% !important;
    clear: none;
}
.max-width-form.variant2 {
    max-width: inherit;
    margin: 50px auto;
}
div#ApplicationForm .form-page-4 input {
    font-size: 14px;
}
.one-third.column.dobfield:after {
    left: -25px;
    top: 20px;
    width: 10px;
    height: 2px;
}
span.validation {
    max-width: inherit;
    text-align: left;
    margin: 10px 0 0;
}
div#ApplicationForm .formpage.type-of-cover label.selectbox {
    width: 41%;
    margin: 30px 5px;
}
#ApplicationForm .formpage.cover-amount h3.title2 {
    margin-bottom: 5px;
}
.formpage.cover-amount .max-width-form {
    max-width: inherit;
    margin: 0 0 25px;
}
div.text {
    border-radius: 10px;
    padding: 10px;
    max-width: inherit;
    margin: 0 0 10px;
}
div#ApplicationForm .form-page-9 .text + label.selectbox {
    border-radius: 40px;
    width: 100%;
    margin: 30px 0;
}
div#ApplicationForm .form-page-9 .text + label.selectbox span {
    border-radius: 40px;
}
div#ApplicationForm .form-page-10 label.selectbox span {
    height: 20px;
}
div#ApplicationForm .form-page-10 label.selectbox.touch-icon-1 span:before {
    -webkit-mask-size: 21px;
    mask-size: 21px;
}
div#ApplicationForm .form-page-10 label.selectbox.touch-icon-2 span:before {
    -webkit-mask-size: 32px;
    mask-size: 32px;
}
div#ApplicationForm .form-page-10 label.selectbox.touch-icon-3 span:before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
}
div#ApplicationForm .form-page-10 label.selectbox.touch-icon-4 span:before {
    -webkit-mask-size: 23px;
    mask-size: 23px;
}
.quote_policy h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.sep-arrow:after {
    display: none;
}
.form_quote {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.form_quote h2 {
    font-size: 34px;
    margin: 0 0 20px;
}
.form_quote p {
    font-size: 20px;
    margin: 20px 0 0;
}
.form_quote span {
    font-size: 56px;
}
.form-page-11 .max-width-form .one-second.column {
    margin: 0 0 30px;
}
.quote_policy > div {
    margin-bottom: 10px;
}
.price-symbol {
    left: -3px;
    top: 8px;
    font-size: 22px;
}
}