* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style-type: none;
    font-family: Overpass;
}

header {
    background: url("/siteassets/img/img-334x2880-headerBG.png");
    background-size: 100%;
    padding: 35px 0;
}

    header p {
        font-family: Overpass;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin: 80px 0 0;
        cursor: pointer;
    }

.vdoBlock {
    padding: 80px 0;
}

    .vdoBlock .leftSection {
        padding-top: 50px;
    }

    .vdoBlock h2 {
        font-size: 51.1px;
        color: #5c2e83;
        font-weight: bold;
        line-height: 56.3px;
        margin-bottom: 0;
    }

    .vdoBlock h3 {
        font-size: 45.9px;
        line-height: 56.3px;
        font-weight: 400;
        color: #5c2e83;
        margin-bottom: 20px;
    }

        .vdoBlock h3 sup {
            top: -0.3em;
        }

    .vdoBlock p {
        font-size: 21.9px;
        color: #8c1a80;
        line-height: 1.38;
        letter-spacing: 0.21px;
        width: 411px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
    }

p .head-uline {
    border-bottom: 1px solid white;
}

.vdoBlock .wistiaWrap {
    margin-bottom: 30px;
}

.vdoBlock .accSection {
    border-top: 3px solid #DFC1DC;
    padding: 10px 0 4px 0;
    border-bottom: 3px solid #DFC1DC;
}

    .vdoBlock .accSection a {
        font-weight: bold;
        font-size: 22.1px;
        margin: 0;
        color: #179eb3;
        position: relative;
        display: block;
    }

        .vdoBlock .accSection a:hover {
            text-decoration: none;
        }

        .vdoBlock .accSection a:before {
            position: absolute;
            content: "+";
            right: 15px;
        }

        .vdoBlock .accSection a.arrow:before {
            content: "-";
        }

    .vdoBlock .accSection .panelAcc {
        display: none;
        padding-right: 15px;
        overflow-y: scroll;
        height: 120px;
        margin: 10px 0;
        text-align: justify;
    }

        .vdoBlock .accSection .panelAcc p {
            font-size: 18px;
            font-weight: normal;
            line-height: 22px;
            color: #000;
            margin: 0 0 10px;
        }

            .vdoBlock .accSection .panelAcc p sup {
                top: -0.4em;
            }

        .vdoBlock .accSection .panelAcc::-webkit-scrollbar {
            width: 10px;
        }

        .vdoBlock .accSection .panelAcc::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 5px;
        }

        .vdoBlock .accSection .panelAcc::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 6px #5c2e83;
        }




.middleSection {
    padding: 80px;
}

    .middleSection h2 {
        color: #5c2e83;
        font-size: 51.1px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
    }

    .middleSection ul {
        padding-left: 80px;
        background: url("/siteassets/img/img-428x27-lineDot.jpg") no-repeat 14% top;
    }

        .middleSection ul li {
            font-size: 22.9px;
            color: #5c2e83;
            font-weight: bold;
            padding-left: 80px;
            margin-bottom: 35px;
            line-height: 29px;
        }

            .middleSection ul li span {
                font-weight: 400;
            }

    .middleSection .sectionOne {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .middleSection .sectionOne .imgWrap {
            background: #DCC7DE;
            padding: 22px;
            background-color: #ddc8df;
            border-radius: 20px 0 0 20px;
            height: 127px;
            position: relative;
        }

            .middleSection .sectionOne .imgWrap:after {
                width: 51px;
                height: 88px;
                border-left: solid 61px #DCC7DE;
                border-bottom: solid 47px transparent;
                border-top: solid 41px transparent;
                position: absolute;
                content: "";
                z-index: 1;
            }

        .middleSection .sectionOne .content {
            height: 127px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #F3EBF4;
            color: #a24098;
            font-weight: bold;
            font-size: 22.9px;
            text-align: center;
            border-radius: 0 20px 20px 0;
            margin-bottom: 30px;
            padding: 0 55px;
        }

        .middleSection .sectionOne p {
            color: #5c2e83;
            text-align: right;
            font-size: 18.8px;
            font-weight: 300;
            letter-spacing: -0.32px;
        }

footer {
    background: url("/siteassets/img/img-1x1438-footerBg.jpg") repeat-y left top;
    background-size: 100%;
    padding: 40px 0;
}

    footer .footer-logo {
        margin-bottom: 20px;
        background: url("/siteassets/zenlens-fitting/images/img-1x708-bgLine.png") no-repeat left bottom;
        padding-bottom: 23px;
        background-size: 92%;
    }

    footer p {
        font-weight: 300;
        font-size: 13.3px;
        line-height: 16px;
        color: #fff;
        letter-spacing: 0.71px;
    }

        footer p a {
            color: #FFF;
            text-decoration: underline;
        }

            footer p a:hover {
                color: #fff;
            }

    footer ul li {
        display: inline-block;
    }

        footer ul li a {
            color: #FFF;
            font-size: 14.1px;
            text-decoration: underline;
            font-weight: 300;
        }

            footer ul li a:hover {
                color: #fff;
            }

.iciSection a {
    background: #EFE5F1;
    padding: 15px 30px;
    display: inline-block;
    color: #8c1a80;
    font-weight: bold;
    letter-spacing: -0.33px;
    position: relative;
    padding: 15px 60px 15px 25px;
}

    .iciSection a:hover {
        text-decoration: none;
    }

    .iciSection a:after {
        position: absolute;
        right: 0;
        content: "+";
        right: 18px;
    }

    .iciSection a.arrow:after {
        content: "-";
    }

.isiPanel {
    background: #EFE5F1;
    color: #8c1a80;
    font-size: 14.6px;
    font-weight: 400;
    padding: 60px 0 40px;
    display: none;
}

    .isiPanel h2 {
        font-size: 14.6px;
        letter-spacing: -0.28px;
        font-weight: bold;
        color: #8c1a80;
        line-height: 22.9px;
        margin-bottom: 40px;
    }

    .isiPanel h3 {
        font-size: 14.6px;
        letter-spacing: -0.28px;
        font-weight: bold;
        color: #8c1a80;
        margin-bottom: 0;
    }

    .isiPanel p {
        font-size: 14.6px;
        letter-spacing: -0.28px;
        font-weight: 400;
        color: #8c1a80;
        margin-bottom: 25px;
    }

    .isiPanel ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }

        .isiPanel ul li {
            list-style-type: disc;
            padding-left: 10px;
            line-height: 22.9px;
            margin-bottom: 5px;
        }

    .isiPanel .rtSection {
        padding-top: 80px;
    }

.formWrap {
    background: #d2eaed;
    padding-top: 50px;
    margin-bottom: 80px;
    max-width: 1017px;
}

    .formWrap .Form__Status {
        display: none;
    }

    .formWrap h2 {
        font-size: 33.4px;
        font-weight: 900;
        color: #5c2e83;
        text-align: center;
        margin-bottom: 20px;
    }

        .formWrap h2 sup {
            font-size: 19.4px;
        }

    .formWrap label {
        display: block;
    }

    .formWrap .EPiServerForms .Form__Element .Form__Element__Caption {
        display: block;
        font-size: 17px;
        font-weight: 400;
        color: #000;
    }

        .formWrap .EPiServerForms .Form__Element .Form__Element__Caption.reqLabel {
            position: relative;
            padding-left: 10px;
        }

            .formWrap .EPiServerForms .Form__Element .Form__Element__Caption.reqLabel:before {
                position: absolute;
                content: '*';
                left: 0;
                color: #8c1a80;
            }

    .formWrap input[type=text] {
        width: 100%;
        padding: 10px 8px;
        outline: none;
        border-radius: 0;
        color: #000;
    }

.form-light-bg .formWrap input[type=text], .form-light-bg .formWrap .tpMar fieldset label .checkmark {
    border: solid 2px #a9d9e0;
}

.form-light-bg .formWrap .submitCta {
    width: auto;
    padding: 14px 40px;
}

.formWrap .border-top .FormTextbox {
    border-top: 2px solid #9FD7E0;
    padding-top: 15px;
}

.formWrap .tpMar {
    padding-top: 25px;
}

    .formWrap .tpMar fieldset label {
        display: inline-block;
        position: relative;
        padding-left: 40px;
        padding-top: 5px;
        font-weight: 300;
        font-size: 17px;
        margin-right: 20px;
        color: #000;
    }

        .formWrap .tpMar fieldset label .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 30px;
            width: 30px;
            background-color: #fff;
            border-radius: 50%;
        }

    .formWrap .tpMar fieldset input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .formWrap .tpMar fieldset input:checked ~ .checkmark {
            background-color: #179eb3;
        }

            .formWrap .tpMar fieldset input:checked ~ .checkmark:after {
                top: 9px;
                left: 9.5px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: white;
                content: "";
                position: absolute;
            }

        .formWrap .tpMar fieldset input:after {
            content: "";
            position: absolute;
            display: none;
        }

    .formWrap .tpMar.custom {
        padding-top: 40px;
    }

        .formWrap .tpMar.custom fieldset label .checkmark {
            border-radius: 0;
        }

        .formWrap .tpMar.custom fieldset input:checked ~ .checkmark:after {
            left: 9px;
            top: 2px;
            width: 10px;
            height: 18px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 0;
            background: transparent;
        }

.formWrap .dropBox .Form__Element {
    position: relative;
}


.formWrap .dropBox select {
    padding: 10px 8px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
    background: #fff url("/siteassets/img/arrowDown.png") no-repeat 95% center;
    color: #000;
}

.formWrap .submitCta {
    border-radius: 30px;
    padding: 14px 13px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background-color: #138090;
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    outline: none;
    margin: 25px 0 0 !important;
}

    .formWrap .submitCta:hover {
        background: #088a9f;
    }

.formWrap .footnote {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.thankyou {
    background: #F6ECF5;
    padding: 125px 0;
    text-align: center;
}

    .thankyou h2 {
        font-size: 51.1px;
        color: #5c2e83;
        font-weight: bold;
        letter-spacing: -0.31px;
        line-height: 56.3px;
        margin-bottom: 10px;
    }

        .thankyou h2 sup {
            font-size: 26.1px;
        }

    .thankyou p {
        color: #8c1a80;
        font-size: 22.1px;
        letter-spacing: -0.42px;
        line-height: 33.4px;
        margin-bottom: 50px;
    }

        .thankyou p sup {
            font-size: 12.1px;
        }

    .thankyou .ctaBtn a {
        background: #1C9FB4;
        color: #fff;
        font-size: 29.2px;
        letter-spacing: -0.55px;
        display: inline-block;
        font-weight: 700;
        padding: 12px 40px;
        border-radius: 34px;
    }

        .thankyou .ctaBtn a:hover {
            text-decoration: none;
            background: #088a9f;
        }

.zipSec,
.state,
.prv,
.postalCode {
    float: left;
}

.wrapOne {
    display: flex;
    width: 50%;
    float: left;
}



.hideOne,
.hideTwo {
    width: 50%;
    float: left;
    display: none;
}

.hideTwo {
    float: left;
}

.f-right {
    float: right;
}
.fitset-feature-wrapper {
    padding: 100px 0 40px;
}

    .fitset-feature-wrapper h2 {
        margin: 0 96px 24px 95px;
        font-family: Overpass;
        font-size: 51.1px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #5c2e83;
    }

    .fitset-feature-wrapper h3 {
        font-family: Overpass;
        font-size: 35px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.69;
        letter-spacing: 0.87px;
        text-align: center;
        color: #5c2e83;
        margin-bottom: 13px;
    }

    .fitset-feature-wrapper h4 {
        font-family: Overpass;
        font-size: 22.9px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: -0.4px;
        text-align: center;
        color: #5c2e83;
    }

.font-bold-1 {
    font-weight: 900;
}

.font-bold-2 {
    font-weight: bold;
}

.text-description {
    font-family: Overpass;
    font-size: 21.9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.21px;
    color: #8c1a80;
}

.customize-fitset-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
}

    .customize-fitset-wrapper .fitset-right-block {
        display: flex;
        padding: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #e5d1e6;
        padding: 20px 50px;
    }

        .customize-fitset-wrapper .fitset-right-block .form-group {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            width: 50%;
        }

            .customize-fitset-wrapper .fitset-right-block .form-group .custom-select-wrap {
                box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.17);
                border-radius: 0;
            }

        .customize-fitset-wrapper .fitset-right-block .custom-select-wrap {
            position: relative;
            width: 100%;
        }

            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap.closed::before {
                transform: rotate(0deg);
            }


            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap::before {
                width: 0px;
                height: 0px;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #138090;
                content: '';
                position: absolute;
                right: 3%;
                top: 39%;
                transform: rotate(180deg);
            }

            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .dropdown-list {
                display: none;
                position: absolute;
                top: 100%;
                width: 100%;
                box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.17);
            }

            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .default-val,
            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .option-val {
                padding: 10px;
                font-family: Overpass;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.45;
                letter-spacing: -0.34px;
                color: #138090;
                background-color: #fff;
                cursor: pointer;
            }

            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .option-val {
                border-top: solid 1px #e5d1e6;
            }

        .customize-fitset-wrapper .fitset-right-block .form-group:first-child {
            padding-right: 15px;
        }

        .customize-fitset-wrapper .fitset-right-block .form-group:last-child {
            padding-left: 15px;
        }

.fitset-left-block {
    padding: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #8c1a80;
    color: #fff;
    width: 209px;
}


.fitset-title-wrap h3 {
    font-family: Overpass;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: 0.02px;
    color: #fff;
}

.icon-feature-wrap {
    padding: 30px;
    text-align: center;
}

    .icon-feature-wrap .f-f-icon {
        margin-bottom: 30px;
        width: 130px;
    }

p.footnote {
    font-family: Overpass;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: 0.19px;
    text-align: center;
    color: #5c2e83;
    margin-top: 51px;
}

.hide {
    display: none;
}

.bg-btm-curve {
    position: absolute;
    background-color: #efe6f2;
    height: 59.9%;
    width: 100%;
    top: 0;
    clip-path: ellipse(150% 100% at 50% 0);
    -webkit-clip-path: ellipse(150% 100% at 50% 0);
}

.form-light-bg {
    background: #d2eaed;
    position: relative;
    margin-top: -55px;
}

    .form-light-bg.thankyou-no-overlapping {
        top: 0;
        padding-bottom: 0;
    }

    .form-light-bg .Form__MainBody .EPiServerForms .Form__Element {
        margin: 0;
    }

    .form-light-bg .Form__MainBody .footnote.Mobile {
        margin-top: 0;
    }


.new-footer-list {
    display: flex;
}

    .new-footer-list ul li {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

        .new-footer-list ul li a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.57;
            letter-spacing: normal;
            color: #fff;
        }

    .new-footer-list .out-link-space {
        margin-left: 7px;
    }

.no-height {
    height: 0 !important;
}

@media screen and (min-width: 500px) {
    .mobbr2 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .formWrap .border-top .FormTextbox {
        border-top: 3px solid #9FD7E0;
        margin-top: 8px;
        padding-top: 23px;
    }

    .borderradio .FormChoice {
        border-top: 3px solid #9FD7E0;
        margin-top: 10px !important;
        padding-top: 30px;
    }

    .tpMar .FormChoice label {
        color: #000000;
    }
}

@media screen and (min-width: 991px) {

    .new-zen-tex {
        font-size: 51px !important;
    }

        .new-zen-tex sup {
            font-size: 45px;
            left: -5px;
        }
            .new-zen-tex sup.d-size {
                font-size: 35px;
            }

    .desktopbr {
        display: block;
    }

    .iciSection a:after {
        position: absolute;
        right: 0;
        font-size: 20px;
        content: "+";
        right: 18px;
    }

    .iciSection a.arrow:after {
        content: "-";
        font-size: 40px;
        top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .vdoBlock .leftSection {
        padding-top: 23px;
    }

    .middleSection ul li {
        font-size: 18px;
        margin-bottom: 29px;
        line-height: 26px;
    }

    .formWrap .submitCta {
        font-size: 18px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .footer-bottom .tangi-text {
        width: 556px;
    }
}

@media screen and (max-width: 1118px) {
    .formWrap .tpMar fieldset label,
    .formWrap .EPiServerForms .Form__Element .Form__Element__Caption {
        font-size: 14px;
    }

    .formWrap {
        max-width: 764px
    }

        .formWrap .submitCta {
            font-size: 15px;
        }

        .formWrap .EPiServerForms .Form__Element .Form__Element__Caption.reqLabel {
            padding-left: 7px;
        }
}

@media screen and (max-width: 991px) {
    .formWrap .submitCta {
        margin: 0 !important;
    }

    .border-top {
        border: 0 !important
    }

    .vdoBlock h3 sup {
        top: -0.5em;
    }

    .iciSection a:after {
        top: 11px;
        font-size: 23px;
    }

    .iciSection a.arrow:after {
        top: 7px;
        font-size: 30px;
    }

    .mobbr {
        display: none;
    }

    .desktopbr {
        display: none;
    }

    .footer-bottom p a {
        text-decoration: underline;
    }

    .vdoBlock h3 sup {
        font-size: 100%;
        font-size: 19.4px;
    }

    header {
        padding: 0;
        background-size: 100% 100%;
    }

        header .logo {
            text-align: center;
            padding: 20px;
        }

            header .logo img {
                max-width: 50%;
            }

        header p {
            margin: 0 0 10px;
            text-align: center;
            font-size: 12.5px;
            text-decoration: underline;
        }

    .topLink {
        padding: 20px 0 10px;
        background: #863790;
        background: -webkit-gradient(linear, left top, right top, color-stop(70%, #b8519e), to(#592d81));
        background: linear-gradient(90deg, #592d81 0%, #b8519e 30%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#863790",endColorstr="#673187",GradientType=1);
    }

    .vdoBlock {
        padding: 0 0 50px;
    }

        .vdoBlock .leftSection {
            padding: 50px 0 0;
        }

        .vdoBlock h2 {
            margin: 0 0 8.8px;
            font-family: Overpass;
            font-size: 33.4px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.1;
            letter-spacing: normal;
            text-align: center;
            color: #5c2e83;
        }

        .vdoBlock h3 {
            margin: 0 0 8.8px;
            font-size: 33.4px;
            font-weight: normal;
            font-family: Overpass;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.1;
            letter-spacing: normal;
            text-align: center;
            color: #5c2e83;
        }

        .vdoBlock p {
            text-align: center;
            font-size: 14.3px;
            line-height: 19.8px;
            margin-bottom: 25px;
            width: 100%;
            margin: 8.8px auto 32px;
        }

        .vdoBlock .wistiaWrap {
            margin-bottom: 20px;
        }

        .vdoBlock .accSection a {
            font-size: 15.1px;
        }

        .vdoBlock .accSection .panelAcc p {
            text-align: left;
            font-size: 14.3px;
            line-height: 19.8px;
        }

    .middleSection {
        padding: 40px 0 0;
    }

        .middleSection .snd {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            text-align: center;
        }

            .middleSection .snd img {
                max-width: 90%;
            }

            .middleSection .snd p {
                font-size: 11.9px;
                text-align: left;
                margin-bottom: 20px;
                text-align: center;
            }

        .middleSection h2 {
            font-size: 33.4px;
            line-height: 37.2px;
            margin-bottom: 25px;
        }

        .middleSection ul {
            padding-left: 10px;
            background: url("/siteassets/img/img-428x27-lineDot-mobile.jpg") no-repeat left top;
            margin-bottom: 16px;
        }

            .middleSection ul li {
                padding-left: 30px;
                font-size: 14.8px;
                margin-bottom: 46px;
                line-height: 18.7px;
            }

                .middleSection ul li:last-child {
                    margin: 0;
                }

    .pinkBg {
        background: #F3EBF4;
        margin-top: -220px;
        padding-top: 270px;
        padding-bottom: 30px;
    }

        .pinkBg p {
            font-size: 15.4px;
            line-height: 18.8px;
            text-align: center;
            margin: 0;
            font-weight: bold;
            color: #a24098;
        }

    .formWrap {
        max-width: 100%;
        padding: 20px 30px;
        overflow: hidden;
        margin-bottom: 0;
    }

        .formWrap input[type=text] {
            padding: 6px 8px;
        }


        .formWrap .EPiServerForms .Form__Element {
            margin-bottom: 20px !important;
        }

            .formWrap .EPiServerForms .Form__Element .Form__Element__Caption {
                font-size: 15.1px;
                margin-bottom: 5px;
            }

        .formWrap .tpMar {
            padding-top: 0;
        }

            .formWrap .tpMar.custom {
                padding-top: 0;
            }

            .formWrap .tpMar fieldset label {
                font-size: 15.1px;
            }

        .formWrap .footnote {
            font-size: 12px;
        }

        .formWrap .submitCta {
            font-size: 15.4px;
        }

        .formWrap .dropBox select {
            padding: 6px 8px;
        }

        .formWrap .dropBox .Form__Element:after {
            top: 42px;
        }

    .iciSection .container {
        overflow: hidden;
        padding: 0;
        max-width: 100%;
    }

    .iciSection a {
        display: block;
        background: #E7D8E9;
    }

    .isiPanel {
        background: #F3EBF4;
        padding: 40px 0 0;
        height: 350px;
        overflow-y: scroll;
    }

        .isiPanel h2 {
            font-size: 11.6px;
            line-height: 22.1px;
            margin-bottom: 20px;
        }

        .isiPanel h3 {
            font-size: 11.6px;
            line-height: 22.1px;
        }

        .isiPanel p {
            font-size: 11.6px;
            line-height: 22.1px;
            margin-bottom: 20px;
        }

        .isiPanel ul {
            margin-bottom: 10px;
        }

            .isiPanel ul li {
                font-size: 11.6px;
                line-height: 22.1px;
            }

        .isiPanel .rtSection {
            padding-top: 0;
        }

    footer {
        background: #5e2f84 url(/siteassets/img/img-1x397-footerBgMobile.jpg) left top repeat-x;
        padding: 30px 0;
    }

        footer .footer-logo {
            text-align: center;
            background-position: center bottom;
            background-size: 99%;
        }

            footer .footer-logo img {
                max-width: 48%;
            }

        footer p {
            text-align: center;
            font-size: 12.8px;
            line-height: 18.3px;
            letter-spacing: 0.7px;
        }

        footer .footerlinks {
            text-align: center;
        }

    .thankyou {
        padding: 200px 0;
    }

        .thankyou h2 {
            font-size: 33.8px;
            line-height: 37.3px;
            letter-spacing: -0.31px;
            margin-bottom: 15px;
        }

            .thankyou h2 sup {
                font-size: 17.8px;
            }

        .thankyou p {
            font-size: 14.6px;
            line-height: 22.1px;
            letter-spacing: -0.42px;
        }

        .thankyou .ctaBtn a {
            font-size: 15.8px;
            line-height: 15.8px;
            letter-spacing: -0.74px;
        }

    .formWrap .EPiServerForms .Form__Element .Form__Element__Caption.reqLabel {
        padding-left: 8px;
    }

    .formWrap .dropBox select {
        background-position: 95% center;
    }

    .formWrap .prv select {
        background-position: 98% center;
    }

    .wrapOne,
    .hideOne, .hideTwo {
        width: 100%;
    }

    .formWrap input[type=text].city {
        width: 100%;
    }

    .formWrap input.zipCode {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .middleSection ul li {
        margin-bottom: 33px;
    }

    .pinkBg {
        background: #F3EBF4;
        margin-top: -115px;
        padding-top: 150px;
        padding-bottom: 30px;
    }

        .pinkBg p {
            font-size: 15.4px;
            line-height: 18.8px;
            text-align: center;
            margin: 0;
            font-weight: bold;
            color: #a24098;
        }

    .formWrap {
        padding: 20px 0;
    }

        .formWrap .col-sm-6 {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .thankyou {
        padding: 50px 0;
    }

    .formWrap .dropBox select {
        background-position: 92% center;
    }

    .formWrap .prv select {
        background-position: 97% center;
    }
}

@media screen and (max-width: 360px) {
    .middleSection ul li {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 376px) {
    .thankyou .ctaBtn a {
        padding: 12px 28px;
    }
}

.Divider {
    width: 100%;
    height: 3px;
    margin: 40px 0 0 0;
    opacity: 0.25;
    background-color: rgb(223 193 220 / 99%);
}

.head-text-underline {
    display: inline-block;
    line-height: 25px;
    text-decoration: underline;
    margin-left: 20px;
}


@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .default-val,
    .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .option-val {
        font-size: 18px;
    }

    .fitset-feature-wrapper h2 {
        font-size: 44.1px;
    }

    .bg-btm-curve {
        height: 57.5%;
    }
}

@media only screen and (max-width: 992px) {

    .formWrap h2 {
        font-size: 32.4px;
    }

    .formWrap .submitCta {
        font-size: 17.8px;
    }

    .customize-fitset-wrapper {
        flex-direction: column;
        padding: 0 42px;
    }

        .customize-fitset-wrapper .fitset-left-block {
            width: 100%;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0px;
            padding: 20px 30px;
        }

        .customize-fitset-wrapper .fitset-right-block {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .default-val,
            .customize-fitset-wrapper .fitset-right-block .custom-select-wrap .option-val {
                font-size: 14px;
            }

        .customize-fitset-wrapper .fitset-right-block {
            padding: 20px 20px;
        }

    .bg-btm-curve {
        height: 51.2%;
    }

    footer .footer-wrapper .footer-logo {
        text-align: center;
        background-position: center bottom;
        background-size: 99%;
    }

    .new-footer-list {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .fitset-right-block {
        flex-direction: column;
    }

    .customize-fitset-wrapper .fitset-right-block .form-group:first-child {
        padding-right: 0;
        position: relative;
        z-index: 1;
    }

    .customize-fitset-wrapper .fitset-right-block .form-group:last-child {
        padding-left: 0;
        margin-top: 20px;
    }

    .customize-fitset-wrapper .fitset-right-block .form-group {
        width: 100%;
    }

    .customize-fitset-wrapper .fitset-right-block {
        padding: 30px 20px;
    }

    .bg-btm-curve {
        height: 47.5%;
    }

    .fitset-feature-wrapper h2 {
        margin: 0 0 17.8px;
        font-size: 33.4px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #5c2e83;
    }

    .text-description {
        margin: 15px 14px 0px;
        font-size: 14.3px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: 0.21px;
        text-align: center;
        color: #8c1a80;
    }

    .fitset-feature-wrapper .fitset-title-wrap h3 {
        font-size: 19px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: 0.01px;
        text-align: center;
        color: #fff;
    }

    .fitset-feature-wrapper h4 {
        font-size: 14.3px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.26;
        letter-spacing: -0.25px;
        text-align: center;
        color: #5c2e83;
    }

    p.footnote {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.13px;
        text-align: center;
        color: #5c2e83;
    }

    .fitset-feature-wrapper {
        padding: 50px 0;
    }

    .new-footer-list {
        justify-content: center;
        flex-direction: column;
        margin: 15px 0 0;
    }

        .new-footer-list ul {
            margin: 0;
        }

            .new-footer-list ul li {
                text-align: center;
            }

    .vdoBlock p {
        width: 257px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .bg-btm-curve {
        height: 37.5%;
    }

    .fitset-feature-wrapper h3 {
        font-size: 19px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: 0.47px;
        text-align: center;
        color: #5c2e83;
        margin-bottom: 13px;
    }
}
/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    content: " " !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */
