@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Avenir LT Std';
}
body.index > .wrapper{
    background: url('../images/try.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
span,
label,
a,
p {
    padding: 0;
    margin: 0;
    letter-spacing: initial;
    list-style: none;
}

a {
    /*color:#1779b8;*/
    text-decoration: none;
    outline: none;
    border: 0;
    display: inline-block;
}

a:hover {
    /*color:#0056b3;*/
    text-decoration: none;
}

a,
a:focus {
    outline: none;
}

button:hover {
    transition: all .5s ease;
}

p {
    font-weight: normal;
}

select::-ms-expand {
    display: none;
}

button:focus,
a:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

iframe {
    border: 0;
}

h2 {
    color: #450191;
    font-weight: 900;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 25px;
}

h6 {
    font-weight: 900;
    color: #606E7B;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
}

.btn.btn-default.prev {
    display: none;
}

/*****************/

header {
    text-align: center;
    padding: 18px 15px;
    height: 65px;
    background: #fff;
}

.wrapper {
    min-height: calc(100vh - 126px);
    background: #F7F8FB;
}

.wrapper .inner {
    max-width: 813px;
    margin: 0 auto;
    padding-top: 25px;
}

.progress-wrap {
    padding: 0 30px;
}

#progress {
    background: #F5ECFF;
    height: 12px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.progress-off {
    display: none !important;
}

#progress #progress-complete {
    background: #A370D5;
    height: 100%;
    border-radius: 10px;
    transition: all ease-in-out 0.8s;
}

.norton {
    padding-bottom: 45px;
    text-align: center;
}

.form-group {
    position: relative;
}

input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
    top: 8px;
    bottom: 10px;
    left: 20px;
    font-size: 14px;
    opacity: 1;
    color: #B1BDC8;
}

input:focus,
input:not(:focus):valid {
    padding-top: 24px;
}
#address-search::placeholder {
    color: transparent;
}

.success_zip input {
    border-color: #61E4A6 !important;
}

.success_zip {
    position: relative;
}

.success_zip:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/success.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.success_zip input {
    border-color: #61E4A6;
}

em.error {
    border: 2px solid #FF5B5B;
    font-size: 15px;
    font-weight: normal;
    color: #FF5B5B;
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding-left: 60px;
    position: relative;
    font-style: normal;
    margin: 10px auto 0;
    max-width: 295px;
}

em.error:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/error.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

em.error:after {
    position: absolute;
    content: '';
    border: 2px solid #FF5B5B;
    border-left: 0;
    border-bottom: 0;
    background: #fff;
    width: 12px;
    height: 12px;
    left: 24px;
    transform: rotate(-45deg);
    top: -7px;
}

em.error {}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 18px;
    transition: 0.2s ease all;
    font-size: 18px;
    color: #606E7B;
    font-family: 'Avenir LT Std 55 Roman';
    font-weight: bold;
}

.calendar_wrap {
    max-width: 605px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.calendar_wrap input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.calendar_wrap .month {
    width: 25%;
    padding: 0 10px;
}

.calendar_wrap .day {
    width: 12.5%;
    padding: 0 10px;
}

.calendar_wrap label {
    width: 100%;
    height: 37px;
    line-height: 36px;
    background: #F7F2FC;
    color: #450191;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all ease-in-out 0.6s;
}

.calendar_wrap label:hover {
    background: #A370D5;
    color: #fff;
}

.calendar_wrap input:checked~label {
    background: #450191;
    color: #fff;
}

form {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 22px 60px rgba(168, 182, 195, 0.15);
    padding: 50px 30px 80px;
    min-height: 427px;
    margin-top: 70px;
    position: relative;
    margin-bottom: 45px;
}

form fieldset .medi-icon {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

form .field-wrap {
    max-width: 295px;
    margin: 0 auto;
}

#step1 button.btn-primary,
#step2 button.btn-primary,
#step3 button.btn-primary,
{
    display: none;
}


button.btn-primary {
    width: 295px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 8px;
    background-color: #450191;
    border-color: #450191;
    font-size: 21px;
    font-weight: 900;
    height: 60px;
    line-height: 1;
    box-shadow: none !important;
}

button.btn-primary:hover {
    background-color: #360073;
    border-color: #360073;
}

.radio-button {
    display: flex;
    flex-wrap: wrap;
    position: static;
}

.radio-button label {
    width: 100%;
    order: 1;
}

.radio-button em.error {
    order: 2;
    position: absolute;
    z-index: 1;
    background: #fff;
    bottom: 9px;
}

#step7 .field_error_msg {
    border: 2px solid #FF5B5B;
    font-size: 15px;
    font-weight: normal;
    color: #FF5B5B;
    padding: 15px;
    display: none;
    width: 100%;
    border-radius: 8px;
    padding-left: 60px;
    position: relative;
    font-style: normal;
    margin: 10px auto 0;
    max-width: 295px;
    margin-bottom: 15px;
}

#step7 .field_error_msg:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/error.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#step7 .field_error_msg:after {
    position: absolute;
    content: '';
    border: 2px solid #FF5B5B;
    border-left: 0;
    border-bottom: 0;
    background: #fff;
    width: 12px;
    height: 12px;
    left: 24px;
    transform: rotate(-45deg);
    top: -7px;
}

#step7 em.error {
    display: none !important;
}

button.btn-primary:not(:disabled):not(.disabled).active:focus,
button.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>button.btn-primary.dropdown-toggle:focus {
    background-color: #360073;
    border-color: #360073;
}

button.btn-primary i {
    font-size: 15px;
    margin-left: 25px;
}

form input.form-control {
    background-color: #FBFBFC;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #E1E4E8;
    outline: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #606E7B;
    font-family: 'Avenir LT Std 55 Roman';
    transition: all ease-in-out 0.3s;
}

form input.form-control:focus {
    border-color: #E1E4E8;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
}

.year {
    margin: 30px auto;
}

.year .form-group {
    display: block;
    text-align: center;
}

.year .form-group em#-error {
    width: 100%;
    text-align: left;
}

.year .form-group em#-error:after {
    left: 173px;
}

.year .form-group input {
    width: 70px;
    text-align: center;
    display: inline-block;
}

.year .form-group input:focus,
.year .form-group input:not(:focus):valid {
    padding: 12px;

}

.year .form-group.success_dob input {
    border-color: lightgreen;
}

.year label {
    font-size: 36px;
    color: #450191;
    line-height: 1;
    font-weight: bold;
    font-family: 'Avenir LT Std 55 Roman';
    margin-right: 20px;
    vertical-align: sub;
    display: inline-block;
}

.information {
    max-width: 610px;
    margin: 20px auto;
}

.info {
    padding: 50px 20px 0;

}

.info p {
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    line-height: 1.3;
}

.info p a {
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    line-height: 1.3;
    color: #4556DE;
}

/**********/
.radio-button__label-wrapper {
    cursor: pointer;
    display: block;
    padding-left: 60px;
    position: relative;
    background-color: #FBFBFC;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #E1E4E8;
    outline: 0 !important;
    line-height: 58px;
    color: #606E7B;
    font-size: 18px;
    font-family: 'Avenir LT Std 55 Roman';
    font-weight: bold;
    transition: all ease-in-out 0.6s;
}

.radio-button__label-wrapper:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

.radio-button__label-wrapper:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #A8B6C3;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.radio-button__input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.radio-button__input:checked~.radio-button__label-wrapper {
    background-color: #450191;
    color: #fff;
    transition: all ease-in-out 0.2s;
    border: 2px solid #450191;
}

.radio-button__input:checked~.radio-button__label-wrapper:after {
    width: 23px;
    height: 23px;
    border: 0;
    background-image: url('../images/check.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.2s;
}

.result-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.result-sec h2 {
    width: 100%;
    order: 1;
}

.result-sec .fieldset-wrapper {
    width: 100%;
    order: 2;
}

.result-sec .commands {
    width: 100%;
    order: 3;
}

.result-sec .info {
    width: 100%;
    order: 4;
}

/***********/

.thanks-inner {
    padding: 100px 20px 0;
}

.thanks-inner .thanks_wrap {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 22px 60px rgba(168, 182, 195, 0.15);
    min-height: 427px;
    position: relative;
    margin: 0 auto 50px;
    max-width: 813px;
    overflow: hidden;
    box-shadow: 12px 44px 44px rgba(0, 0, 0, 0.15);
}

.thanks-inner .thanks_content {
    padding: 50px 50px 45px;
}

.thanks-inner .thanks_content span {
    color: #450191;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    display: block;
}

.thanks-inner .thanks_content h5 {
    color: #160C2D;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.3;
}

.thanks-inner .thanks_content p {
    color: #606E7B;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 25px;
}

.thanks-inner .thanks_content a {
    background: #F5ECFF;
    border-radius: 8px;
    color: #450191;
    font-size: 21px;
    width: 242px;
    height: 60px;
    line-height: 60px;
    text-align: center;

}

.thanks-inner .thanks_content a i {
    margin-left: 17px;
    font-size: 15px;
}

.thanks_wrap .col-md-4 {
    padding-right: 0;
}

.thanks_wrap .img-wrap,
.thanks_wrap .img-wrap img {
    height: 100%;
}

.thanks_wrap .help {
    background: #450191;
    padding: 20px 15px;
}

.thanks_wrap .help p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Avenir LT Std 55 Roman';
    text-align: center;
}

.thanks_wrap .help p a {
    color: #FFFFFF;
}

.thanks_wrap .help p a img {
    margin-left: 5px;
    margin-right: 13px;
    margin-top: -8px;
}

.terms-content {
    max-width: 1081px;
    padding: 0 30px;
    margin: 0 auto;
}

.terms-content p {
    font-size: 14px;
    color: #6B7082;
    line-height: 1.3;
    padding-bottom: 50px;

}

.terms-content p a {
    color: #4556DE;
}

/************/

.hide.stepDetails {
    opacity: 0;
    height: 0;
    transition: all ease-in-out 1.2s;
}
.stepDetails {
    transition: all ease-in-out 2.2s;
    overflow: hidden;
}
.fieldset-wrapper {
    opacity: 1;
    height: auto;
    transition: all ease-in-out 1.2s;
    top: 0;
    position: relative;
    visibility: visible;
}

.hide .fieldset-wrapper {
    opacity: 0;
    top: 80px;
    visibility: hidden;
}
button.btn-primary{
    position: relative;
    top: 0px;
    transition: all ease-in-out 1.2s;
}

.hide button.btn-primary{
    top: 80px;
}


/************/


footer {
    background: #160C2D;
    padding: 19px 15px 18px;
    position: relative;
    z-index: 2;
}

footer .footer-inner {
    max-width: 1068px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copy-right {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .footer-links li {
    margin-right: 35px;
}

footer .footer-links li:last-child {
    margin-right: 0;
    display: flex;
}

footer .footer-links li a {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footer-privacy-note {
    display: none;
}


/**/

#step0commands .disabled_btn,
#step6commands .disabled_btn, p#step4commands .disabled_btn {
    cursor: not-allowed;
    pointer-events: none;
}

.calendar_wrap .month,
.calendar_wrap .day {
    position: static;
}

.calendar_wrap .month em.error,
.calendar_wrap .day em.error {
    position: absolute;
    width: 295px;
    background: #fff;
    z-index: 1;
    top: unset;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.thanks_mobile {
    display: none;
}

.thanks_wrap .img-wrap span {
    display: none;
}

.thanks-inner .thanks_content h5 span {
    color: #160C2D;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    display: unset;
}

.speak {
    display: none;
}

.thanks_wrap .norton {
    display: none;
}

.thanks-inner .thanks_content span #get_firstname_des {
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .thanks-inner {
        padding: 50px 20px 0;
    }

    .thanks-inner .thanks_content {
        padding: 30px 40px 40px;
    }

    footer .footer-inner {
        flex-direction: column;
    }

    footer .copy-right {
        margin-bottom: 15px;
    }

    .thanks_wrap .col-md-8 {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-links li:last-child a {
        width: 100%;
    }
    
    .thanks_wrap .norton {
        display: block;
        margin-top: 40px;
    }

    .thanks-inner .thanks_content a {
        width: 100%;
        max-width: 320px;
    }

    .speak {
        text-align: center;
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }

    .speak p {
        color: #606E7B;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .speak a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #450191;
        color: #fff;
        height: 60px;
        font-size: 21px;
        font-weight: 800;
        border-radius: 8px;
    }

    .speak a img {
        margin-right: 13px;
    }

    .thanks-inner .thanks_content h5 {
        color: #450191;
        font-size: 36px;
    }

    .thanks-inner .thanks_content h5 span {
        display: block;
        font-size: 21px;
        margin-top: 10px;
        padding: 0 10px;
    }

    .thanks_wrap .col-md-4 {
        padding-right: 15px;
    }

    .thanks_wrap .col-md-8 {
        padding-left: 15px;
    }

    .terms-content {
        display: none;
    }

    .thanks-inner .thanks_wrap {
        box-shadow: none;
        border-radius: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .thanks_wrap .img-wrap img {
        display: none;
    }

    .thanks_wrap .img-wrap img.thanks_mobile {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .thanks-inner .thanks_content span {
        display: none;
    }

    .thanks_wrap .img-wrap span {
        display: block;
        color: #450191;
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 18px;
    }

    .thanks_wrap .img-wrap,
    .thanks_wrap .img-wrap img {
        height: auto;
        width: 100%;
    }

    header {
        background: #F7F8FB;
    }

    .wrapper {
        background: #fff;
    }

    form {
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 40px;
        min-height: unset;
        margin-top: 0;
    }

    .radio-button em.error {
        bottom: unset;
        top: 100%;
    }

    .calendar_wrap .month em.error,
    .calendar_wrap .day em.error {
        bottom: unset;
        top: 100%;
    }

    h2 {
        font-size: 36px;
    }

    footer {
    padding: 30px 15px 30px 15px;
    background-color: #160C2E;
    }

    footer .copy-right {
    text-align: center;
    order: 3;
    margin-bottom: 0;
    width: 100%;
    }

    footer .footer-links li a {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 22px;
    }

    footer .footer-links li a span {
        display: none;
    }

    .norton {
        padding-bottom: 25px;
    }

    form fieldset .medi-icon {
        top: 5px;
    }

    .wrapper .inner {
        padding-top: 35px;
    }

    .thanks_wrap .help {
        display: none;
    }

    footer .footer-inner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    footer .footer-links {
        flex-direction: column;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    
    footer .footer-links li {
        margin-right: 0;
    }
    
    .footer-privacy-note {
        display: block;
        order: 2;
        color: #C1BDF3;
        font-size: 16px;
        text-align: center;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 640px) {
    .calendar_wrap .month {
        width: 50%;
    }

    .calendar_wrap .day {
        width: 25%;
    }

    .calendar_wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .thanks-inner .thanks_content a {
        width: 100%;
        max-width: 320px;
    }

    .thanks-inner .thanks_content {
        padding: 30px 0 40px;
    }

    .info {
        padding: 30px 0 0;
    }

    h2 {
        max-width: 297px;
        text-align: left;
    }

    h6 {
        max-width: 295px;
        text-align: left;
        margin: 0 auto 25px;
    }

    #step0 h2 {
        font-size: 38px;
    }

    form fieldset .medi-icon {
        top: 120px;
        left: 67%;
        right: unset;
    }
}


@media only screen and (max-width: 400px){
    button.btn-primary {
        width: 100%;
    }
    
    footer .footer-links {
        flex-wrap: wrap;
    }
    
    footer .footer-links li {
        margin-right: 15px;
    }
    
    form fieldset .medi-icon {
        left: 75%;
    }
} 